@charset "UTF-8";
#key h1 {
  font-weight: 700;
}

#sec1 {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

#sec1::before {
  content: '';
  background-image: -webkit-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
  position: absolute;
  width: calc(50% + 200px);
  height: 360px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#sec1::after {
  content: '';
  background-color: #fff;
  position: absolute;
  width: calc(50% + 385px);
  top: 0;
  bottom: 40px;
  right: 0;
  z-index: -1;
}

#sec1 .b-txt {
  margin-left: 480px;
  padding-bottom: 90px;
}

#sec1 .b-txt dl {
  margin-left: 100px;
  margin-top: 75px;
}

#sec1 .b-txt dl dt {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#sec1 .b-txt dl dd {
  letter-spacing: 0.1em;
  line-height: 35px;
}

#sec1 .b-txt .title {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}

#sec1 .b-txt .title::after {
  content: '';
  background: url(../images/s1_logo.png) no-repeat center top;
  width: 380px;
  height: 377px;
  position: absolute;
  top: -30px;
  right: -120px;
  z-index: -1;
}

#sec1 .b-txt .title .pt {
  position: absolute;
  top: 0;
  left: -120px;
}

#sec1 .b-txt .btn2 {
  margin-left: auto;
  margin-top: 30px;
}

#sec1 .pt {
  position: absolute;
  top: 0;
  left: -50px;
}

@media (max-width: 767px) {
  #sec1::before {
    display: none;
  }
  #sec1 .b-txt {
    margin-left: 0;
    width: 100%;
    padding-bottom: 50px;
  }
  #sec1 .b-txt .title {
    padding-top: 60px;
  }
  #sec1 .b-txt .title::after {
    display: none;
  }
  #sec1 .b-txt .title .pt {
    width: 100px;
    left: auto;
    right: 20px;
    top: auto;
    bottom: -60px;
  }
  #sec1 .b-txt dl {
    margin-left: 0;
    margin-top: 20px;
  }
  #sec1 .b-txt dl dt {
    font-size: 20px;
  }
  #sec1 .b-txt .btn2 {
    margin-right: auto;
  }
  #sec1 .b-txt .pt.sp {
    width: 70%;
    margin: 0 auto;
  }
  #sec1 .pt {
    position: unset;
  }
}

#sec2 {
  background-color: #F7F6F5;
  padding-top: 80px;
}

#sec2 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}

#sec2 .title .ttlh2_5 {
  margin-left: 20px;
}

#sec2 .title .ttlh2_5 p {
  white-space: nowrap;
}

#sec2 .title .title-inner {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec2 .title .desc span {
  background: -webkit-linear-gradient(transparent 50%, #fff 50%);
  display: table;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

#sec2 .inner .item {
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 30px;
  margin-bottom: 65px;
}

#sec2 .inner .item .av-container{
  overflow: inherit;
}

#sec2 .inner .item > *:nth-child(1) {
  overflow: inherit;
}

#sec2 .inner .item .b-txt {
  background-color: #fff;
  width: 460px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 35px 35px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 50px;
  max-width: 100%;
}

#sec2 .inner .item .b-txt h3 {
  margin-bottom: 25px;
}

#sec2 .inner .item .b-txt h3 span {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#sec2 .inner .item .b-txt h3 p {
  color: #052b36;
  font-size: 33px;
  line-height: 1;
  margin-top: 20px;
}

#sec2 .inner .item .b-txt .btn2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#sec2 .inner .item .b-txt .en {
  position: absolute;
  top: -10px;
  left: -55px;
  font-size: 18px;
}

#sec2 .inner .item .b-txt .en .c_ff8900 {
  margin-top: 10px;
}

#sec2 .inner .item .b-txt .txt {
  color: #052b36;
  text-align: left;
}

#sec2 .inner .item.reverse .b-txt {
  margin-left: auto;
  margin-right: 50px;
}

@media (min-width: 767px) {
  #sec2 .inner .item .pt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -130px;
  }
  #sec2 .inner .item .pt img {
    height: 100%;
    width: auto;
  }
  #sec2 .inner .item.reverse .b-txt .en {
    top: -10px;
    right: -30px;
    left: auto;
  }
  #sec2 .inner .item.reverse .pt {
    left: -130px;
    right: auto;
  }
}

@media (max-width: 767px) {
  #sec2 .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  #sec2 .title > * {
    width: 100%;
  }
  #sec2 .title .desc {
    margin-top: 20px;
  }
  #sec2 .title .desc span {
    font-size: 16px;
  }
  #sec2 .title .dc {
    width: 50px;
  }
  #sec2 .inner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
    padding-top: 30px;
  }
  #sec2 .inner .item .b-txt {
    width: 95%;
    margin-left: auto;
    margin-right: 0 !important;
    padding: 15px 15px 35px;
  }
  #sec2 .inner .item .b-txt .en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -40px;
    left: -14px;
  }
  #sec2 .inner .item .b-txt .en .c_ff8900 {
    margin-top: 0;
  }
  #sec2 .inner .item .b-txt h3 p {
    font-size: 25px;
  }
  #sec2 .inner .item .pt {
    margin-bottom: 60px;
  }
  #sec2 .inner .item.reverse .b-txt .en {
    left: auto;
    right: 0;
  }
}

.border-x {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.border-x::before {
  top: -14px;
  left: -14px;
}

.border-x::after {
  bottom: 14px;
  right: 14px;
}

.border-x::before, .border-x::after {
  position: absolute;
  content: '';
  background: #000;
  width: 0;
  height: 3px;
  -webkit-transition: -webkit-width 1s 1s;
  transition: -webkit-width 1s 1s;
  -webkit-transition: width 1s 1s;
  transition: width 1s 1s;
  transition: width 1s 1s;
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

@media (max-width: 767px) {
  .border-x::before, .border-x::after {
    height: 2px;
  }
}

.activeline .border-x::before, .activeline .border-x::after {
  width: 100%;
}

.border-y > *:not(:last-child) {
  position: relative;
  z-index: 3;
}

.border-y.activeline::before, .border-y.activeline::after {
  height: 100%;
}

.border-y::before {
  left: -14px;
  bottom: 14px;
}

.border-y::after {
  right: 14px;
  top: -14px;
}

.border-y::before, .border-y::after {
  position: absolute;
  content: '';
  background: #000;
  width: 3px;
  height: 0;
  z-index: 2;
  -webkit-transition: -webkit-height 1s 1s;
  transition: -webkit-height 1s 1s;
  -webkit-transition: height 1s 1s;
  transition: height 1s 1s;
  transition: height 1s 1s;
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

@media (max-width: 767px) {
  .border-y::before, .border-y::after {
    width: 2px;
  }
}

#sec3 {
  position: relative;
  z-index: 1;
}

#sec3 .bgimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec3 .bgimg > * {
  width: 50%;
  height: 250px;
  -webkit-transition: .3s;
  transition: .3s;
}

#sec3 .bgimg > *:nth-child(1) {
  background: url(../images/s3_bg1.jpg) no-repeat center center/cover;
}

#sec3 .bgimg > *:nth-child(2) {
  background: url(../images/s3_bg2.jpg) no-repeat center center/cover;
}

#sec3 .bgimg .col::before {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: 2s;
  transition: 2s;
  z-index: 4;
}

#sec3 .bgimg .col.open::before {
  width: 0;
}

#sec3 .bgimg .col.open-left::before {
  left: 0;
}

#sec3 .bgimg .col.open-right::before {
  right: 0;
}

#sec3 .title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

#sec3 .title .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#sec3 .title .btn3 {
  width: 50%;
  height: 100%;
}

#sec3 .title .btn3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  text-decoration: none;
  background: url(../images/arr_btn3.png) no-repeat center right 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

#sec3 .title .btn3 a:hover {
  background-position: center right 10px;
}

#sec3 .title .btn3 p {
  font-size: 45px;
  color: #fff;
  line-height: 1;
}

#sec3 .title .btn3 small {
  font-size: 17px;
  color: #fff;
}

@media (max-width: 767px) {
  #sec3 .bgimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec3 .bgimg > * {
    height: 150px;
    width: 100%;
  }
  #sec3 .title .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec3 .title .btn3 {
    width: 100%;
  }
  #sec3 .title .btn3 p {
    font-size: 30px;
  }
  #sec3 .title .btn3 a {
    background-size: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#sec4 {
  position: relative;
  z-index: 1;
  padding: 85px 0 0;
}

#sec4 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec4 .title {
  width: 284px;
  height: 100px;
}

#sec4 .title .btn2 {
  margin-top: 75px;
}

#sec4 .news {
  width: calc(100% - 284px);
  max-width: 100%;
  max-height: 200px;
  overflow: auto;
}

#sec4 .news a {
  display: block;
  text-decoration: none;
  color: #052b36;
}

#sec4 .news a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CECECE;
  margin-right: 50px;
  padding: 10px 0;
}

#sec4 .news a dl dt {
  font-weight: 700;
}

#sec4 .news a dl dd {
  padding-left: 55px;
  transition: all ease 0.3s;
}
#sec4 .news a:hover dl dd {
  color: #f8a100;
}
#sec4 .news a:active dl dd {
  color: #f8a100;
}
@media (max-width: 767px) {
  #sec4 {
    padding-top: 40px;
  }
  #sec4 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec4 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #sec4 .title > .av-container {
    margin-left: auto;
  }
  #sec4 .title .btn2 {
    margin-top: 0;
    margin-left: auto;
  }
  #sec4 .title .btn2 a {
    width: 160px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #sec4 .news {
    width: 100%;
    max-height: 300px;
  }
  #sec4 .news a dl {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec4 .news a dl dd {
    padding-left: 0;
  }
}

#sec5 {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding-top: 85px;
}

#sec5 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec5 .col1 {
  width: 560px;
  text-align: center;
  background-color: #f7f6f5;
  position: relative;
  z-index: 1;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec5 .col1::before {
  content: '';
  position: absolute;
  border: 2px solid #fff;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#sec5 .col1 .ttlh2_5 {
  margin-bottom: 20px;
}

#sec5 .col1 .ttlh2_5 small {
  margin-left: auto;
  margin-right: auto;
}

#sec5 .col1 .txt {
  font-size: 15px;
}

#sec5 .col1 .btn2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#sec5 .col2 {
  width: calc(100% - 560px);
  background-color: #fff;
}

#sec5 .col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec5 .col2 ul li {
  margin: 2px;
}

#sec5 .col2 .pt3_1 {
  margin-left: 0;
}

#sec5 .col2 .pt3_2 {
  margin-right: 0;
}

@media (max-width: 767px) {
  #sec5 {
    margin-top: 40px;
    padding-top: 40px;
  }
  #sec5 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #sec5 .col1 {
    padding: 30px;
    width: 100%;
  }
  #sec5 .col2 {
    width: 100%;
  }
  #sec5 .col1 .btn2 {
    width: 150px;
  }
}

#sec6 {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

#sec6 .wrap {
  position: relative;
  z-index: 1;
}

#sec6 .wrap::after {
  content: '';
  background: url(../images/balloon.png) no-repeat right center;
  width: 197px;
  height: 209px;
  position: absolute;
  top: 100px;
  right: 0;
}

#sec6 .wrap .av-container {
  overflow: inherit;
}

#sec6 .inner {
  background-color: #fff;
  width: 525px;
  padding: 60px 35px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

#sec6 .inner .ttlh2 small {
  margin-top: 5px;
}

#sec6 .inner .ttlh2_5 {
  text-align: center;
}

#sec6 .inner .ttlh2_5 p {
  font-size: 62px;
}

#sec6 .inner .ttlh2_5 small {
  margin-left: auto;
  margin-right: auto;
}

#sec6 .inner .txt {
  margin-top: 30px;
  margin-bottom: 45px;
}

#sec6 .inner .b_btn .btn a {
  border-bottom: 1px solid currentColor;
}

#sec6 .inner .b_btn .btn a::after {
  width: 5px;
  height: 5px;
  content: '';
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background-image: none;
}

#sec6 .slider-nav .slick-track {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}

#sec6 .slider-nav .slick-slide {
  width: 205px !important;
  margin-bottom: 4rem;
}

#sec6 .slider-nav .slick-slide:nth-child(even) {
  margin-left: 3rem;
}

#sec6 .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#sec6 .slider-bg .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

#sec6 .slider-bg .item1 {
  background-image: url(../images/s6_bg.jpg);
}

#sec6 .slider-bg .item2 {
  background-image: url(../images/s6_bg2.jpg);
}

#sec6 .slider-bg .item3 {
  background-image: url(../images/s6_bg3.jpg);
}

#sec6 .slider-bg .item4 {
  background-image: url(../images/s6_bg4.jpg);
}

#sec6 .slider-bg .slick-list, #sec6 .slider-bg .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #sec6 {
    margin-top: 40px;
  }
  #sec6 .inner {
    width: 95%;
    margin-left: auto;
    padding: 6% 5%;
  }
  #sec6 .inner .ttlh2_5 p {
    font-size: 40px;
  }
  #sec6 .inner .txt {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #sec6 .inner .btn2 {
    width: 100%;
  }
  #sec6 .inner .btn2 a {
    width: 100%;
  }
  #sec6 .slider-nav .slick-slide {
    width: 48% !important;
    margin-bottom: 4rem;
  }
  #sec6 .slider-nav .slick-slide:nth-child(even) {
    margin-left: 4%;
  }
  #sec6 .wrap .left {
    width: 100%;
  }
}