@charset "UTF-8";
.btn {
  text-align: center;
  font-weight: bold;
  display: block;
}
.btn img {
  display: block;
}
.btn.btn-orange {
  background-color: #F39800;
  color: #ffffff;
}
.btn.btn-orange.btn-orange-1 {
  width: 600px;
  font-size: 25px;
  line-height: 1;
  padding: 30px 0;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 4px;
}
.btn.btn-orange.btn-orange-1 img {
  height: 60px;
  margin-right: 30px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .btn.btn-orange.btn-orange-1 {
    width: 6rem;
    font-size: 0.25rem;
    padding: 0.3rem 0;
    border-radius: 0.6rem;
    letter-spacing: 0.015rem;
  }
  .btn.btn-orange.btn-orange-1 img {
    height: 0.3rem;
    margin-right: 0.3rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-orange.btn-orange-1 {
    width: 1.8rem;
    font-size: 0.1167rem;
    padding: 0.125rem 0;
    border-radius: 0.3rem;
    letter-spacing: 0.015rem;
  }
  .btn.btn-orange.btn-orange-1 img {
    height: 0.17rem;
    margin-right: 0.15rem;
    display: block;
  }
}
.btn.btn-white-border {
  border-color: #ffffff;
  border-style: solid;
  color: #ffffff;
}

.to-top {
  display: block;
  width: 75px;
  margin: 50px auto 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .to-top {
    display: block;
    width: 0.75rem;
    margin: 0.5rem auto 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .to-top {
    display: block;
    width: 0.75rem;
    margin: 0.5rem auto 0;
    cursor: pointer;
  }
}
.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.column.column-center {
  align-content: center;
}
.flex.column.column-space-between {
  align-content: space-between;
}
.flex.column.column-start {
  align-content: flex-start;
}
.flex.column.column-end {
  align-content: flex-end;
}
.flex.center {
  justify-content: center;
}
.flex.start {
  justify-content: flex-start;
}
.flex.end {
  justify-content: flex-end;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.middle {
  align-items: center;
}
.flex.stretch {
  align-items: stretch;
}
.flex.top {
  align-items: flex-start;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.grow {
  flex-grow: 1;
}

.flex-one {
  flex: 1;
}

.flex-two {
  flex: 2;
}

@font-face {
  font-family: "小塚ゴシック Pro";
  src: url(../fonts/KOZGOPRO-REGULAR.OTF) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("SourceHanSansCN-Bold.woff2") format("woff2"), url("SourceHanSansCN-Bold.woff") format("woff"), url("SourceHanSansCN-Bold.ttf") format("truetype"), url("SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("SourceHanSansCN-Bold.svg") format("svg"), url(./fonts/Lato-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
.head .container {
  height: 180px;
}
.head .container .head-left .logo {
  width: 100px;
  margin-right: 35px;
}
.head .container .head-left .text {
  font-size: 14px;
  line-height: 24.5px;
}
.head .container .links {
  margin-right: 50px;
}
.head .container .links .link {
  font-size: 16px;
  line-height: 28px;
  color: #00A29A;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.head .container .links .link:first-of-type {
  margin-right: 35px;
}
.head .container .links .link:hover {
  padding-bottom: 10px;
}
.head .container .btn {
  border-radius: 5px;
  padding: 0 20px;
  margin-right: 50px;
  transition: all 0.3s;
}
.head .container .btn:hover {
  margin-bottom: 10px;
}
.head .container .btn .image {
  width: 28.347px;
  margin-right: 7px;
}
.head .container .btn .text {
  font-size: 16px;
  line-height: 2.5;
}

.footer {
  font-size: 16px;
  margin-top: 50px;
  text-align: center;
}

.banner {
  width: 100%;
  position: relative;
}
.banner.banner-sub-page .banner-left {
  width: 58.1297916667vw;
  height: 22.2222222222vw;
}
.banner.banner-sub-page .banner-left .text {
  font-size: 40px;
  letter-spacing: 10px;
  line-height: 70px;
}
.banner.banner-sub-page .banner-right {
  z-index: 2;
}
.banner.banner-sub-page .banner-right .banner-image {
  width: 58.1297916667vw;
  height: 22.2222222222vw;
  display: block;
}
.banner .banner-left {
  position: absolute;
  left: 0;
  width: 58.1297916667vw;
  height: 36.1111111111vw;
}
.banner .banner-left .banner-bk {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.banner .banner-left .text {
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 56px;
  letter-spacing: 15px;
  line-height: 98px;
  color: #ffffff;
  padding-left: calc(50vw - 620px);
}
@media screen and (max-width: 1240px) {
  .banner .banner-left .text {
    padding-left: 100px;
  }
}
.banner .banner-right {
  width: 58.1297916667vw;
  margin-top: 25px;
}
.banner .banner-right .swiper-container {
  width: 58.1297916667vw;
  height: 36.1111111111vw;
}
.banner .banner-right .swiper-container .swiper-wrapper .swiper-slide {
  transition-duration: 1000ms !important;
}
.banner .banner-right .swiper-container .swiper-wrapper .swiper-slide img {
  width: 58.1297916667vw;
  height: 36.1111111111vw;
  display: block;
}
.banner .banner-right .swiper-container .swiper-pagination-bullets {
  bottom: 45px;
  left: 0;
  width: 100%;
}
.banner .banner-right .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.banner .banner-right .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.banner-2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 5px;
  text-align: center;
  padding-top: 125px;
  padding-bottom: 125px;
  background: #00A29A;
  color: #ffffff;
}

.line-title {
  border-top: 3px solid #00A29A;
  border-bottom: 3px solid #00A29A;
  font-size: 24px;
  line-height: 70px;
  width: 668px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 5px;
  font-weight: bold;
}

.phone-show {
  display: none;
}

.pc-hide {
  display: none;
}

.orange-btn-group .group-text {
  font-weight: bold;
  font-size: 21px;
  line-height: 36.75px;
  padding-top: 150px;
  padding-bottom: 80px;
  text-align: center;
  letter-spacing: 2px;
}
.orange-btn-group .arrow-yellow {
  width: 40px;
  display: block;
  margin: 0 auto 65px;
}

.drawer_hamburger {
  width: 60px;
  height: 40px;
  position: relative;
  z-index: 999999999;
  cursor: pointer;
}
.drawer_hamburger span {
  webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  width: 100%;
  height: 4px;
  background: #00a29a;
  top: 50%;
  position: absolute;
  margin-top: -2px;
}
.drawer_hamburger:hover {
  opacity: 0.7;
}
.drawer_hamburger:after, .drawer_hamburger::before {
  webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #00a29a;
  top: 0%;
  position: absolute;
  margin-top: 0;
}
.drawer_hamburger::before {
  top: auto;
  bottom: 0;
}
.drawer_hamburger.on {
  position: fixed;
  top: 5%;
  right: 5%;
}
.drawer_hamburger.on span {
  background: none;
}
.drawer_hamburger.on:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.drawer_hamburger.on:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.drawer_nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0ba29a;
  z-index: 99999;
  overflow-y: auto;
}
.drawer_nav .ct {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.drawer_nav .ct .lfa {
  display: block;
  overflow: hidden;
  float: left;
  width: 60%;
}
.drawer_nav .ct .lfa a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 24px 0;
  left: 0;
  position: relative;
  transition: all 0.3s;
}
.drawer_nav .ct .lfa a:last-child {
  margin-bottom: 0;
}
.drawer_nav .ct .lfa a:hover {
  color: #f39800;
  left: 20px;
}
.drawer_nav .ct .rha {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.drawer_nav .ct .rha .btn {
  width: 180px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 0 0;
  padding-left: 20px;
  border-width: 2px;
  border-style: solid;
}
.drawer_nav .ct .rha .btn:nth-of-type(1) img {
  margin-right: 7px;
}
.drawer_nav .ct .rha .btn:nth-of-type(2) img {
  margin-right: 10px;
}
.drawer_nav .ct .rha .btn:nth-of-type(3) img {
  margin-right: 20px;
}
.drawer_nav .ct .rha .btn img {
  width: 30px;
}
.drawer_nav .ct .rha .btn .text {
  padding-top: 3px;
  display: block;
  font-size: 16px;
}
.drawer_nav .ct .rha .btn.btn-orange {
  border-color: #F39800;
}
.drawer_nav .ct .rha .btn.btn-orange:hover {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.drawer_nav .ct .rha .btn.btn-white-border:hover {
  background: #f39800;
  border-color: #f39800;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .pc-hide {
    display: block;
  }
  .head .container {
    height: 1.1rem;
  }
  .head .container .head-left .logo {
    width: 0.85rem;
    margin-right: 0;
  }
  .head .container .head-left .text {
    display: none;
  }
  .head .container .links {
    margin-right: 0.25rem;
  }
  .head .container .links .link {
    font-size: 0.14rem;
    line-height: 0.245rem;
  }
  .head .container .links .link:first-of-type {
    margin-right: 0.25rem;
  }
  .head .container .btn {
    border-radius: 0.05rem;
    padding: 0 0.15rem;
    margin-right: 0.25rem;
  }
  .head .container .btn .image {
    width: 0.24rem;
    margin-right: 0.05rem;
  }
  .head .container .btn .text {
    font-size: 0.14rem;
    line-height: 2.5;
  }
  .head .container .drawer_hamburger {
    width: 0.6rem;
    height: 0.34rem;
  }
  .head .container .drawer_nav .ct .rha .btn .text {
    font-size: 14px;
  }
  .banner.banner-sub-page .banner-left .text {
    padding-left: 0.45rem;
    font-size: 0.24rem;
    letter-spacing: 0.08rem;
    line-height: 0.42rem;
  }
  .banner .banner-left .text {
    padding-left: 0.45rem;
    font-size: 0.28rem;
    letter-spacing: 0.08rem;
    line-height: 0.49rem;
  }
  .banner .banner-right {
    margin-top: 0.15rem;
  }
  .banner .banner-right .swiper-container .swiper-pagination-bullets {
    height: 0.05rem;
    bottom: 0.4rem;
  }
  .banner .banner-right .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.05rem;
    height: 0.05rem;
    margin: 0 0.05rem;
  }
  .banner-2 {
    font-size: 0.4rem;
    line-height: 0.7rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .line-title {
    border-top: 0.03rem solid #00A29A;
    border-bottom: 0.03rem solid #00A29A;
    font-size: 0.24rem;
    line-height: 0.7rem;
    width: calc(100% - 0.9rem);
    text-align: center;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin: 0 0.45rem;
  }
  .orange-btn-group .group-text {
    font-size: 0.21rem;
    line-height: 0.3675rem;
    padding-top: 1.5rem;
    padding-bottom: 0.8rem;
  }
  .orange-btn-group .arrow-yellow {
    width: 0.4rem;
    margin: 0 auto 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .head .drawer_nav .ct {
    margin: 0 0 30px 0;
  }
  .head .drawer_nav .ct .lfa {
    float: none;
    width: 100%;
  }
  .head .drawer_nav .ct .lfa a {
    font-size: 20px;
    font-size: 16px;
    margin: 20px 0;
  }
  .head .drawer_nav .ct .lfa a:last-child {
    margin-bottom: 0;
  }
  .head .drawer_nav .ct .lfa .header .drawer_nav .ct .rha {
    position: relative;
    width: 90%;
    right: auto;
  }
  .footer {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
  .orange-btn-group .group-text {
    font-size: 0.14rem;
    line-height: 0.28rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .orange-btn-group .arrow-yellow {
    width: 0.2rem;
    margin: 0 auto 0.4rem;
  }
  .phone-show {
    display: block;
  }
  .pc-hide {
    display: block;
  }
  .head .container {
    height: 1.1rem;
  }
  .head .container .head-left .logo {
    width: 0.75rem;
    margin-right: 0;
  }
  .head .container .head-left .text {
    display: none;
  }
  .head .container .links {
    display: none;
  }
  .head .container .btn {
    border-radius: 0.05rem;
    padding: 0 0.12rem;
    margin-right: 0.2rem;
    height: 0.3rem;
  }
  .head .container .btn .image {
    width: 0.21807rem;
    margin-right: 0;
  }
  .head .container .btn .text {
    display: none;
  }
  .head .container .drawer_hamburger {
    width: 0.5rem;
    height: 0.3rem;
  }
  .banner {
    display: block;
  }
  .banner.banner-sub-page .banner-left {
    height: 38.3333333333vw;
    width: 100%;
  }
  .banner.banner-sub-page .banner-left img {
    z-index: -1;
  }
  .banner.banner-sub-page .banner-left .text {
    padding-left: 0.2rem;
    font-size: 0.22rem;
    letter-spacing: 0.03rem;
    line-height: 0.3rem;
  }
  .banner.banner-sub-page .banner-left .text .iphone {
    display: none;
  }
  .banner.banner-sub-page .banner-right .banner-image {
    display: block;
    width: 100vw;
    height: 38.2286287032vw;
  }
  .banner .banner-left {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0.25rem 0;
    height: 62.2406639004vw;
  }
  .banner .banner-left .text {
    padding-left: 0.2rem;
    font-size: 0.26rem;
    letter-spacing: 0.08rem;
    line-height: 0.455rem;
  }
  .banner .banner-right {
    margin-top: -0.15rem;
    width: 100vw;
  }
  .banner .banner-right .swiper-container {
    width: 100vw;
    height: 62.1215216428vw;
  }
  .banner .banner-right .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100vw;
    height: 62.1215216428vw;
  }
  .banner .banner-right .swiper-container .swiper-pagination-bullets {
    height: 0.05rem;
    bottom: 0.4rem;
  }
  .banner .banner-right .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.05rem;
    height: 0.05rem;
    margin: 0 0.05rem;
  }
  .banner-2 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    padding-top: 0.53rem;
    padding-bottom: 0.53rem;
  }
  .line-title {
    font-size: 0.24rem;
    line-height: 0.6rem;
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem;
  }
}
body, html {
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  color: #3E3A39;
  font-family: "メイリオ";
  background-color: #F5F2EC;
  padding-bottom: 200px;
}

.container {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  body {
    font-size: 0.18rem;
  }
  .container {
    margin: 0 100px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/*checkbox*/
.checkbox-group, .radio-group {
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
}
.checkbox-group input[type=checkbox] + label,
.checkbox-group input[type=radio] + label, .radio-group input[type=checkbox] + label,
.radio-group input[type=radio] + label {
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  cursor: pointer;
  background: #ffffff;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #3E3A39;
  border-radius: 0;
  z-index: 1;
  line-height: 15px;
}
.checkbox-group input[type=checkbox]:checked + label,
.checkbox-group input[type=radio]:checked + label, .radio-group input[type=checkbox]:checked + label,
.radio-group input[type=radio]:checked + label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../image/checked.svg) no-repeat 0 0;
  background-position: center;
  background-size: contain;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
  border-radius: 0;
}
.checkbox-group input[type=checkbox], .checkbox-group input[type=radio], .radio-group input[type=checkbox], .radio-group input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

:focus-visible {
  outline: none;
}

input, textarea {
  outline: none;
  border: none;
  background: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  -webkit-text-fill-color: #b18b69;
  color: #b18b69;
}

input:focus,
:focus-visible {
  outline: none;
  border: none;
}

body.index .section-1 {
  margin-top: 106px;
  margin-bottom: 200px;
}
body.index .section-1 .item {
  width: calc(25% - 27px);
  border: 3px solid #00A29A;
  border-radius: 10px;
}
body.index .section-1 .item:hover .item-2 {
  color: #0ba29a;
}
body.index .section-1 .item:hover .item-4 {
  padding-left: 38px;
  color: #0ba29a;
}
body.index .section-1 .item:nth-of-type(1) .item-1 img {
  height: 86.616px;
}
body.index .section-1 .item:nth-of-type(2) .item-1 img {
  height: 91.602px;
}
body.index .section-1 .item:nth-of-type(3) .item-1 img {
  height: 71.744px;
}
body.index .section-1 .item:nth-of-type(4) .item-1 img {
  height: 99.001px;
}
body.index .section-1 .item .item-1 {
  height: 130.725px;
  background: #00A29A;
}
body.index .section-1 .item .item-2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  height: 110px;
}
body.index .section-1 .item .item-3 {
  font-size: 16px;
  line-height: 28px;
  height: 150px;
  padding-left: 18px;
  padding-right: 18px;
}
body.index .section-1 .item .item-4 {
  margin-bottom: 20px;
  padding-left: 18px;
  transition: all 0.3s;
}
body.index .section-1 .item .item-4 .text {
  font-size: 14px;
  line-height: 24.68px;
  margin-right: 15px;
}
body.index .section-1 .item .item-4 img {
  width: 12px;
}
body.index .section-2 {
  background: #00A29A;
  color: #ffffff;
  padding-top: 43.492px;
  padding-bottom: 97px;
}
body.index .section-2 .row {
  width: calc(100% - 280px);
  padding: 60px 0;
  border-bottom: 1px solid #ffffff;
}
body.index .section-2 .row:hover .item-3 {
  color: #ccc;
}
body.index .section-2 .row .item-1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 31.5px;
}
body.index .section-2 .row .item-2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 7px 28px;
  margin: 0 40px 0 65px;
}
body.index .section-2 .row .item-3 {
  font-size: 18px;
  line-height: 25px;
  display: block;
}
body.index .section-2 .row-1 .text-1 {
  width: 280px;
}
body.index .section-2 .row-1 .text-1 .text-1-1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 30px;
}
body.index .section-2 .row-1 .text-1 .text-1-2 {
  font-size: 16px;
  line-height: 16px;
}
body.index .section-2 .row-2 {
  padding-left: 280px;
}
body.index .section-2 .row-2 .row {
  width: 100%;
}
body.index .section-2 .row-3 {
  margin-bottom: 125px;
}
body.index .section-2 .row-3 .btn {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  margin-right: 80px;
}
body.index .section-2 .row-3 .btn.btn-white-border {
  border-width: 2px;
}
body.index .section-2 .row-3 .btn.btn-white-border:hover {
  color: #00A29A;
  background: #ffffff;
  border-color: #ffffff;
}
body.index .section-2 .row-3 .btn.btn-white-border:hover .arrow-right.white {
  display: none;
}
body.index .section-2 .row-3 .btn.btn-white-border:hover .arrow-right.green {
  display: block;
}
body.index .section-2 .row-3 .btn .text {
  font-size: 16px;
  border-radius: 30px;
  line-height: 60px;
  margin-right: 25px;
}
body.index .section-2 .row-3 .btn .arrow-right {
  width: 12px;
}
body.index .section-2 .row-3 .btn .arrow-right.green {
  display: none;
}
body.index .section-2 .images .image {
  width: 20vw;
  height: 20vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.index .section-2 .images .image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: block;
}
body.index .section-2 .images .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
body.index .section-2 .web-icon {
  width: 123.826px;
  display: block;
  margin: 17px auto 85px;
}
body.index .section-2 .web-icon:nth-of-type(2) {
  width: 115.805px;
  margin-bottom: 0;
}
body.index .section-2 .video-group img, body.index .section-2 .video-group video, body.index .section-2 .video-group iframe {
  width: 560px;
  display: block;
  margin: 0 auto;
}
body.index .section-3 {
  padding-top: 200px;
}
body.index .section-3 .line-title {
  margin-bottom: 100px;
}
body.index .section-3 p {
  font-size: 16px;
  line-height: 28px;
}
body.index .section-3 .items {
  margin-top: 115px;
  margin-bottom: 200px;
}
body.index .section-3 .items .item {
  width: 280px;
  margin: 0 50px;
}
body.index .section-3 .items .item img {
  height: 250px;
  margin-bottom: 20px;
  display: block;
  border-radius: 25px;
}
body.index .section-3 .items .item .text-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
body.index .section-3 .items .item .text-1 span {
  margin-right: 20px;
}
body.index .section-3 .items .item .text-2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}
body.index .section-3 .items .item .text-3 {
  font-size: 16px;
  line-height: 28px;
  font-family: "小塚ゴシック Pro";
}
body.index .section-4 {
  background: #00A29A;
  padding-top: 45px;
  padding-bottom: 50px;
}
body.index .section-4 .item {
  color: #ffffff;
  margin: 0 50px;
}
body.index .section-4 .item .text-1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
body.index .section-4 .item .text-2 {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 40px;
}
body.index .section-4 .item .btn {
  padding: 25px 0;
  width: 250px;
  border-radius: 37.5px;
  font-size: 21px;
  line-height: 1;
  margin: 0 auto;
}
body.index .section-4 .item .btn.btn-white-border {
  border: 3px solid #ffffff;
}
body.index .section-4 .item .btn.btn-white-border:hover {
  border: 3px solid #F39800;
  background: #F39800;
}
body.index .section-4 .item .btn.btn-orange {
  border: 3px solid #F39800;
}
body.index .section-4 .item .btn.btn-orange:hover {
  border: 3px solid #ffffff;
  background: transparent;
}
body.index .section-5 {
  padding-top: 125px;
}
body.index .section-5 .line-title {
  margin-bottom: 125px;
}
body.index .section-5 .line-title.line-title-2 {
  margin-top: 177.165px;
  margin-bottom: 19.391px;
}
body.index .section-5 .items {
  margin-bottom: 177.165px;
}
body.index .section-5 .items .item {
  width: calc(50% - 20px);
  border: 3px solid #00A29A;
  border-radius: 25px;
  color: #00A29A;
  display: block;
}
body.index .section-5 .items .item:hover {
  background-color: #00A29A;
  color: #ffffff;
}
body.index .section-5 .items .item:first-of-type {
  margin-right: 20px;
}
body.index .section-5 .items .item:last-of-type {
  margin-left: 20px;
}
body.index .section-5 .items .item .text-1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
}
body.index .section-5 .items .item .text-2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  padding-bottom: 40px;
}
body.index .section-5 .subtitle {
  font-size: 16px;
  margin-bottom: 82.129px;
  text-align: center;
  letter-spacing: 5px;
}
body.index .section-5 .items-2[data-expand=false] {
  overflow: hidden;
  height: 423px;
}
body.index .section-5 .items-2 .item {
  width: calc(25% - 30px);
  margin-right: 40px;
}
body.index .section-5 .items-2 .item:nth-of-type(4n) {
  margin-right: 0px;
}
body.index .section-5 .items-2 .item:hover .image-group img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
body.index .section-5 .items-2 .item:hover .image-group strong {
  background: #4fb1a9;
}
body.index .section-5 .items-2 .item:hover .text-1 {
  color: #4fb1a9;
}
body.index .section-5 .items-2 .item .image-group {
  border-radius: 25px;
  width: 100%;
  height: 246px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
body.index .section-5 .items-2 .item .image-group img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
body.index .section-5 .items-2 .item .image-group strong {
  background: rgba(79, 177, 169, 0.8);
  width: 170px;
  height: 170px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.index .section-5 .items-2 .item .text-1 {
  font-size: 16px;
  line-height: 28px;
  height: 167px;
}

body.page-2 .section-1 {
  margin-top: 85px;
}
body.page-2 .section-1 .article {
  margin-bottom: 160px;
}
body.page-2 .section-1 .article p {
  font-size: 16px;
  line-height: 28px;
}
body.page-2 .section-1 .article p:first-of-type {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
}
body.page-2 .section-1 .article p:nth-of-type(2) {
  padding: 35px 0;
}
body.page-2 .section-1 .line-title {
  margin-bottom: 120px;
}
body.page-2 .section-1 .line-title.line-title-2 {
  margin-bottom: 100px;
}
body.page-2 .section-1 .items {
  margin-bottom: 190.404px;
}
body.page-2 .section-1 .items .item {
  width: 280px;
}
body.page-2 .section-1 .items .item .text-1 {
  font-size: 22px;
  line-height: 38.5px;
  font-weight: bold;
  text-align: center;
}
body.page-2 .section-1 .items .item img {
  display: block;
  margin: 20px 0 30px;
  width: 100%;
}
body.page-2 .section-1 .items .item .text-2 {
  font-size: 16px;
  line-height: 28px;
}
body.page-2 .section-1 .logo {
  width: 227.75px;
  display: block;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
}
body.page-2 .section-1 .article-2 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

body.page-3 .section {
  margin-top: 140px;
}
body.page-3 .section .item {
  background-image: url(../image/logo-img-bk.svg);
  background-size: 800px auto;
  background-position-y: 145px;
  background-repeat: no-repeat;
  background-position-x: calc(50vw + 620px - 800px);
}
@media screen and (max-width: 1240px) {
  body.page-3 .section .item {
    background-position-x: calc(100vw - 100px - 800px);
  }
}
body.page-3 .section .item .banner-left {
  width: 58.1297916667vw;
  height: 22.2222222222vw;
  position: relative;
}
body.page-3 .section .item .banner-left .banner-bk {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
body.page-3 .section .item .banner-left .text {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: calc(50vw - 620px);
  padding-right: 50px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 52.5px;
  color: #ffffff;
}
@media screen and (max-width: 1240px) {
  body.page-3 .section .item .banner-left .text {
    padding-left: 100px;
  }
}
body.page-3 .section .item .article {
  font-size: 16px;
  line-height: 28px;
  margin-top: 80px;
  padding-bottom: 280px;
}

body.page-4 .section-2 .text-1 {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 28px;
}
body.page-4 .section-2 .items {
  background: url(../image/line-bk.png) no-repeat 0 0;
  background-size: 100% 100%;
}
body.page-4 .section-2 .items .item {
  width: 33.33%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}
body.page-4 .section-2 .items .item img {
  max-height: 100%;
  max-width: 100%;
}
body.page-4 .section-2 .items-2 {
  margin-top: 180px;
}
body.page-4 .section-2 .items-2 .item {
  width: calc(50% - 60px);
}
body.page-4 .section-2 .items-2 .item img, body.page-4 .section-2 .items-2 .item video, body.page-4 .section-2 .items-2 .item iframe {
  height: 100%;
  width: 100%;
}
body.page-4 .section-2 .items-2 .item:last-of-type {
  background: #00A29A;
  color: #ffffff;
}
body.page-4 .section-2 .items-2 .item .text-3, body.page-4 .section-2 .items-2 .item .text-4 {
  font-size: 30px;
  line-height: 52.5px;
  font-weight: bold;
  text-align: center;
}

body.page-5 .section-2 .title-1 {
  margin: 100px auto 50px;
  text-align: center;
  line-height: 36px;
  display: flex;
  justify-content: center;
}
body.page-5 .section-2 .title-1 span {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 4px;
  position: relative;
  padding: 8px 15px 12px 25px;
}
body.page-5 .section-2 .title-1 span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 162, 154, 0.5);
  border-radius: 7.5px;
  z-index: -1;
}
body.page-5 .section-2 .text-1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 38.5px;
  margin-bottom: 80px;
}
body.page-5 .section-2 .list {
  border: 3px solid #00A29A;
  border-radius: 10px;
  padding: 55px 35px;
  margin-bottom: 75px;
}
body.page-5 .section-2 .list .item {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 18px;
}
body.page-5 .section-2 .list .item:last-of-type {
  padding-bottom: 0;
}
body.page-5 .section-2 .title-2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 50px;
  padding-top: 150px;
  color: #00A29A;
}
body.page-5 .section-2 .title-2:first-of-type {
  margin-top: 0;
}
body.page-5 .section-2 .items-1 .items-1-left {
  width: 50.4838709677%;
}
body.page-5 .section-2 .items-1 .items-1-left p {
  font-size: 18px;
  line-height: 31.5px;
}
body.page-5 .section-2 .items-1 .items-1-left p span {
  font-size: 21px;
  line-height: 36.75px;
}
body.page-5 .section-2 .items-1 .items-1-right {
  width: 49.5161290323%;
  padding-top: 25px;
  padding-right: 32px;
}
body.page-5 .section-2 .items-1 .items-1-right img {
  width: 75.9912052117%;
}
body.page-5 .section-2 .items-2 {
  border-top: 3px solid #00A29A;
}
body.page-5 .section-2 .items-2 .item {
  border-bottom: 3px solid #00A29A;
  padding-top: 35px;
  padding-bottom: 35px;
}
body.page-5 .section-2 .items-2 .item:nth-of-type(1) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(4) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(5) .item-1 .circle {
  width: 250px;
  height: 250px;
  background: rgba(0, 162, 154, 0.8);
  color: #ffffff;
}
@media screen and (max-width: 1300px) {
  body.page-5 .section-2 .items-2 .item:nth-of-type(1) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(4) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(5) .item-1 .circle {
    width: calc(0.2016129032 * (100vw - 200px));
    height: calc(0.2016129032 * (100vw - 200px));
  }
}
@media screen and (max-width: 1240px) {
  body.page-5 .section-2 .items-2 .item:nth-of-type(1) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(4) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(5) .item-1 .circle {
    width: calc(0.2016129032 * (100vw - 200px));
    height: calc(0.2016129032 * (100vw - 200px));
  }
}
body.page-5 .section-2 .items-2 .item:nth-of-type(2) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(3) .item-1 .circle {
  width: 210px;
  height: 210px;
  background: rgba(0, 162, 154, 0.5);
  color: #00A29A;
}
@media screen and (max-width: 1240px) {
  body.page-5 .section-2 .items-2 .item:nth-of-type(2) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(3) .item-1 .circle {
    width: calc(0.1693548387 * (100vw - 200px));
    height: calc(0.1693548387 * (100vw - 200px));
  }
}
body.page-5 .section-2 .items-2 .item:nth-of-type(6) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(7) .item-1 .circle {
  width: 210px;
  height: 210px;
  border: 3px solid #00A29A;
  color: #00A29A;
}
@media screen and (max-width: 1240px) {
  body.page-5 .section-2 .items-2 .item:nth-of-type(6) .item-1 .circle, body.page-5 .section-2 .items-2 .item:nth-of-type(7) .item-1 .circle {
    width: calc(0.1693548387 * (100vw - 200px));
    height: calc(0.1693548387 * (100vw - 200px));
  }
}
body.page-5 .section-2 .items-2 .item .item-1 {
  width: 20.1612903226%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 45px;
}
body.page-5 .section-2 .items-2 .item .item-1 .circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}
body.page-5 .section-2 .items-2 .item .item-2 {
  width: 79.8387096774%;
  font-size: 18px;
  line-height: 31.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body.page-5 .section-2 .items-2 .item .item-3 {
  width: 39.9193548387%;
  font-size: 18px;
  line-height: 31.5px;
  font-weight: bold;
  padding-right: 70px;
}
body.page-5 .section-2 .items-2 .item .item-4 {
  width: 39.9193548387%;
  font-size: 18px;
}
body.page-5 .section-2 .items-2 .item .item-4 p {
  line-height: 28px;
}
body.page-5 .section-2 .items-2 .item .item-4 p:first-of-type {
  font-weight: bold;
  line-height: 31.5px;
}
body.page-5 .section-2 .text-2 {
  font-size: 18px;
  line-height: 31.5px;
  padding-bottom: 80px;
}
body.page-5 .section-2 .items-3 {
  border-top: 3px solid #00A29A;
  border-left: 3px solid #00A29A;
  align-items: stretch;
}
body.page-5 .section-2 .items-3 .item {
  border-bottom: 3px solid #00A29A;
  border-right: 3px solid #00A29A;
}
body.page-5 .section-2 .items-3 .item:nth-of-type(2n+ 1) {
  font-weight: bold;
  font-size: 21px;
  line-height: 36.75px;
  color: #ffffff;
  background: rgba(0, 162, 154, 0.75);
  width: 24.1935483871%;
  padding: 20px 40px;
}
body.page-5 .section-2 .items-3 .item:nth-of-type(2n) {
  font-size: 18px;
  line-height: 31.5px;
  width: 75.8064516129%;
  padding: 20px 50px;
}
body.page-5 .section-2 .items-4 {
  margin-bottom: 60px;
  align-items: stretch;
}
body.page-5 .section-2 .items-4 .item {
  margin-bottom: 60px;
}
body.page-5 .section-2 .items-4 a.item {
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  color: #00A29A;
  border: 3px solid #00A29A;
  width: 34.6774193548%;
  padding: 0px 30px;
  margin-right: 50px;
  border-radius: 10px;
}
body.page-5 .section-2 .items-4 a.item img {
  width: 15px;
  display: block;
}
body.page-5 .section-2 .items-4 div.item {
  font-size: 16px;
  line-height: 28px;
  width: calc(65.3225806452% - 50px - 9px);
}
body.page-5 .section-2 .orange-btn-group {
  margin-top: -120px;
  margin-bottom: 100px;
}
body.page-5 .section-2 .items-5 {
  margin-bottom: 25px;
}
body.page-5 .section-2 .items-5 .title-3 {
  justify-content: flex-start;
  margin: 0 auto 25px;
  text-align: left;
}
body.page-5 .section-2 .items-5 .title-3 span {
  font-size: 24px;
  padding: 8px 15px 12px;
}
body.page-5 .section-2 .items-5 .title-3 span:before {
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 162, 154, 0.5);
  border-radius: 7.5px;
}
body.page-5 .section-2 .text-3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 60px;
}

body.page-6 .section-1 {
  font-size: 16px;
  line-height: 1.75;
  padding-top: 100px;
  padding-bottom: 15px;
  text-align: center;
}
body.page-6 .section-1 strong {
  font-size: 18px;
  line-height: 1.75;
}
body.page-6 .section-2 .input-group .label {
  color: #00A29A;
  font-weight: bold;
  font-size: 21px;
  line-height: 2;
  padding: 55px 0 15px 5px;
  display: block;
}
body.page-6 .section-2 .input-group input, body.page-6 .section-2 .input-group textarea {
  font-size: 18px;
  line-height: 1.75;
  padding: 15px 12px;
  width: 100%;
  border-bottom: 3px solid #00A29A;
  display: block;
}
body.page-6 .section-2 .input-group textarea {
  height: 150px;
  border: 3px solid #00A29A;
}
body.page-6 .section-2 .input-group .select2.select2-container {
  display: block;
  width: 100% !important;
}
body.page-6 .section-2 .input-group .select2.select2-container .selection .select2-selection.select2-selection--single {
  background-color: transparent;
  border: 3px solid #00A29A;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 61.5px;
  user-select: none;
  -webkit-user-select: none;
}
body.page-6 .section-2 .input-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
  color: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.75;
  padding: 15px 12px;
}
body.page-6 .section-2 .input-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #3E3A39;
}
body.page-6 .section-2 .input-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 0;
}
body.page-6 .section-2 .input-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
body.page-6 .section-2 .form-information {
  padding-top: 140px;
  padding-bottom: 140px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
body.page-6 .section-2 .form-information a {
  color: #F39800;
}
body.page-6 .section-2 .form-information .checkbox-input-group {
  padding-top: 30px;
}
body.page-6 .section-2 .form-information .checkbox-input-group .checkbox-group {
  margin-right: 8px;
}
body.page-6 .section-2 .btn {
  font-size: 36px;
  line-height: 1.1111111111;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 50px;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  background-color: white;
  border: 3px solid #00A29A;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1051;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container.select2-container--default.select2-container--open .select2-search {
  display: none;
  padding: 4px;
}
.select2-container.select2-container--default.select2-container--open .select2-search input {
  border: 1px solid #aaa;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  background: #F5F2EC;
}
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options .select2-results__option {
  font-size: 18px;
  line-height: 1.75;
  padding: 15px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options .select2-results__option:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
body.page-7 .section-2 .text-1 {
  padding-top: 100px;
  padding-bottom: 85px;
  font-size: 16px;
  line-height: 1.75;
}
body.page-7 .section-2 .items .item .circle {
  font-weight: bold;
  font-size: 40px;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 60px;
  width: 100px;
  height: 100px;
}
body.page-7 .section-2 .items .item:nth-of-type(2n+1) {
  margin-bottom: 60px;
}
body.page-7 .section-2 .items .item:nth-of-type(2n+1) .circle {
  color: #00A29A;
  border: 3px solid #00A29A;
}
body.page-7 .section-2 .items .item:nth-of-type(2n) {
  margin-bottom: 120px;
}
body.page-7 .section-2 .items .item:nth-of-type(2n) .circle {
  background-color: #00A29A;
  border: 3px solid #00A29A;
  color: #ffffff;
}
body.page-7 .section-2 .items .item:last-of-type {
  margin-bottom: 30px;
}
body.page-7 .section-2 .items .item .text {
  width: calc(100% - 160px);
  font-size: 21px;
  line-height: 1.75;
}

body.page-8 .section-2 .text-1 {
  padding-top: 100px;
  padding-bottom: 65px;
  font-size: 16px;
  line-height: 1.75;
}
body.page-8 .section-2 .tabs {
  border: 3px solid #00A29A;
  border-radius: 8px;
  margin-bottom: 75px;
}
body.page-8 .section-2 .tabs .tab {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  padding: 0 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  color: #00A29A;
}
body.page-8 .section-2 .tabs .tab:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #00A29A;
  border-radius: 1.5px;
}
body.page-8 .section-2 .tabs .tab:last-of-type:before {
  width: 0;
}
body.page-8 .section-2 .tab-containers .items .item {
  width: 30%;
  margin-bottom: 70px;
  margin-right: 5%;
}
body.page-8 .section-2 .tab-containers .items .item:nth-of-type(3n) {
  margin-right: 0;
}
body.page-8 .section-2 .tab-containers .items .item .item-1 {
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
  margin-bottom: 5px;
}
body.page-8 .section-2 .tab-containers .items .item .image-group {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
body.page-8 .section-2 .tab-containers .items .item .image-group:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 30px;
  width: calc(100% - 80px);
  height: calc(100% - 60px);
  background: rgba(245, 242, 236, 0.8);
  z-index: -1;
}
body.page-8 .section-2 .tab-containers .items .item .image-group .image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
body.page-8 .section-2 .tab-containers .items .item .image-group .item-2 {
  width: 72.581px;
  height: 72.581px;
  border-radius: 50%;
  background: #00A29A;
  text-align: center;
  margin: 15px auto 10px;
  color: #ffffff;
}
body.page-8 .section-2 .tab-containers .items .item .image-group .item-2 .circle-1 {
  font-size: 12px;
  line-height: 1;
}
body.page-8 .section-2 .tab-containers .items .item .image-group .item-2 .circle-2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
}
body.page-8 .section-2 .tab-containers .items .item .image-group .item-2 .circle-3 {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}
body.page-8 .section-2 .tab-containers .items .item .image-group .item-3 {
  font-size: 13.94px;
  line-height: 1.4160688666;
  text-align: center;
  margin-bottom: 40px;
}
body.page-8 .section-2 .tab-containers .items .item .item-4 {
  font-size: 16px;
  line-height: 1;
  color: #00A29A;
  width: 120px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #00A29A;
  border-radius: 2px;
  margin-bottom: 20px;
  font-weight: bold;
}
body.page-8 .section-2 .tab-containers .items .item .item-5 {
  font-size: 21px;
  line-height: 1.75;
  font-weight: bold;
}
body.page-8 .section-2 .tab-containers .items .item .item-6 {
  font-size: 21px;
  line-height: 1.75;
  min-height: 130px;
  font-weight: bold;
}
body.page-8 .section-2 .tab-containers .items .item .item-7 {
  font-size: 21px;
  line-height: 1.75;
  font-weight: bold;
}
body.page-8 .section-2 .tab-containers .items .item .item-7 img {
  width: 20px;
  margin-right: 10px;
}
body.page-8 .section-2 .tab-containers .items .item .item-8 {
  font-size: 18px;
  line-height: 1.75;
  font-weight: bold;
}
body.page-8 .section-2 .tab-containers .items .item .item-8 img {
  width: 20px;
  margin-right: 10px;
}
body.page-8 .section-2 .tab-containers .items .item .item-9 {
  margin-top: 5px;
  border-top: 2px solid #00A29A;
  font-size: 15px;
  line-height: 1.75;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #00A29A;
}

body.page-9 .section-2 {
  width: 100%;
  margin-top: 80px;
}
body.page-9 .section-2 .container .item-1 {
  font-size: 15px;
  line-height: 1.75;
  text-align: right;
  margin-bottom: 10px;
}
body.page-9 .section-2 .container .image-group {
  width: 100%;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}
body.page-9 .section-2 .container .image-group:before {
  content: "";
  position: absolute;
  left: 150px;
  top: 110px;
  width: calc(100% - 300px);
  height: calc(100% - 220px);
  background: rgba(245, 242, 236, 0.8);
  z-index: -1;
}
body.page-9 .section-2 .container .image-group .image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
body.page-9 .section-2 .container .image-group .item-2 {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #00A29A;
  text-align: center;
  margin: 50px auto 40px;
  color: #ffffff;
}
body.page-9 .section-2 .container .image-group .item-2 .circle-1 {
  font-size: 44px;
  line-height: 1;
}
body.page-9 .section-2 .container .image-group .item-2 .circle-2 {
  font-size: 115.14px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
body.page-9 .section-2 .container .image-group .item-2 .circle-3 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
body.page-9 .section-2 .container .image-group .item-3 {
  font-size: 48px;
  line-height: 1.4166666667;
  text-align: center;
  margin-bottom: 160px;
}
body.page-9 .section-2 .container .item-4 {
  font-size: 16px;
  line-height: 1;
  color: #00A29A;
  width: 120px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #00A29A;
  border-radius: 2px;
  margin-bottom: 40px;
  font-weight: bold;
}
body.page-9 .section-2 .container .item-5 {
  font-size: 30px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 40px;
}
body.page-9 .section-2 .container .item-7 {
  font-size: 18px;
  line-height: 1.75;
  font-weight: normal;
  margin-bottom: 40px;
}
body.page-9 .section-2 .container .item-9 {
  font-size: 15px;
  line-height: 1.75;
  padding-bottom: 45px;
  color: #00A29A;
}
body.page-9 .section-2 .container .item-10 {
  border-top: 2px solid #00A29A;
  border-bottom: 2px solid #00A29A;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 140px;
}
body.page-9 .section-2 .container .item-10 .item {
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold;
}
body.page-9 .section-2 .container .item-10 .item .left {
  width: 200px;
}
body.page-9 .section-2 .container .item-10 .item .right {
  width: calc(100% - 200px);
}

body.page-9 .section-2 .container .item-10 img{
  max-width: 100%;
}
body.page-9 .section-2 .container .item-11 .title {
  margin-bottom: 120px;
  display: flex;
  justify-content: flex-start;
}
body.page-9 .section-2 .container .item-11 .title span {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.75;
  letter-spacing: 2px;
  position: relative;
  padding: 8px 5px;
}
body.page-9 .section-2 .container .item-11 .title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 162, 154, 0.5);
  border-radius: 7.5px;
  z-index: -1;
}
body.page-9 .section-2 .container .item-11 .item {
  margin-bottom: 50px;
}
body.page-9 .section-2 .container .item-11 .item:last-of-type {
  margin-bottom: 180px;
}
body.page-9 .section-2 .container .item-11 .item .answer {
  width: 85px;
  margin-right: 80px;
}
body.page-9 .section-2 .container .item-11 .item .arrow-line {
  width: 18px;
  margin-right: 82px;
}
body.page-9 .section-2 .container .item-11 .item .text {
  font-size: 21px;
  line-height: 1.75;
  font-weight: bold;
  width: calc(100% - 85px - 80px - 18px - 82px);
}
body.page-9 .section-2 .container .item-11 .item .text .tips {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
}
body.page-9 .section-2 .container .text-bottom {
  border-top: 2px solid #00A29A;
  font-size: 22px;
  line-height: 1.75;
  padding-top: 40px;
}

body.page-10 .section-2 {
  margin-top: 115px;
}
body.page-10 .section-2 .container {
  padding: 60px 120px;
  border: 3px solid #00A29A;
  border-radius: 10px;
}
body.page-10 .section-2 .container .text {
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 60px;
}
body.page-10 .section-2 .container .items .item {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.9523809524;
  margin-right: 45px;
}
body.page-10 .section-2 .container .items .item.pointer {
  cursor: pointer;
}
body.page-10 .section-2 .container .items .item.item-1 {
  font-size: 16px;
  line-height: 1.875;
  border-radius: 3px;
  width: 120px;
  height: 30px;
  background: #00A29A;
  color: #ffffff;
  text-align: center;
}
body.page-10 .section-3 {
  margin-top: 110px;
}
body.page-10 .section-3 .container .pannel {
  margin-bottom: 25px;
}
body.page-10 .section-3 .container .pannel[data-expand=false] .pannel-container {
  display: none;
}
body.page-10 .section-3 .container .pannel .pannel-head {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.75;
  background: #00A29A;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  padding-top: 35px;
  padding-bottom: 35px;
}
body.page-10 .section-3 .container .pannel .pannel-container {
  margin-top: 5px;
  border-top: 3px solid #00A29A;
  border-left: 3px solid #00A29A;
}
body.page-10 .section-3 .container .pannel .pannel-container:last-of-type {
  margin-bottom: 80px;
}
body.page-10 .section-3 .container .pannel .pannel-container .category, body.page-10 .section-3 .container .pannel .pannel-container .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.75;
  border-bottom: 3px solid #00A29A;
  border-right: 3px solid #00A29A;
  padding: 25px 45px;
}
body.page-10 .section-3 .container .pannel .pannel-container .category {
  text-align: center;
  color: #ffffff;
  background: rgba(0, 162, 154, 0.75);
}
body.page-10 .section-3 .container .pannel .pannel-container .item {
  font-size: 18px;
  line-height: 1.75;
  display: flex;
}
body.page-10 .section-3 .container .pannel .pannel-container .item .left, body.page-10 .section-3 .container .pannel .pannel-container .item .right {
  border-bottom: 3px solid #00A29A;
  border-right: 3px solid #00A29A;
  padding: 22px 45px;
}
body.page-10 .section-3 .container .pannel .pannel-container .item .left {
  background: rgba(0, 162, 154, 0.75);
  color: #ffffff;
  font-weight: bold;
  width: 32.2580645161%;
}
body.page-10 .section-3 .container .pannel .pannel-container .item .left .small {
  font-size: 16px;
  line-height: 1.75;
}
body.page-10 .section-3 .container .pannel .pannel-container .item .right {
  width: 67.7419354839%;
}
body.page-10 .section-3 .container .pannel .pannel-container .item .right a, body.page-10 .section-3 .container .pannel .pannel-container .item .right {
  word-break: break-word;
}

body.page-11 .section-2 .container .text {
  font-size: 16px;
  line-height: 1.7777777778;
  padding: 100px 0;
}
body.page-11 .section-2 .container .title {
  color: #00a29a;
  border-bottom: 1px solid #00a29a;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.page-11 .section-2 .container .text-1 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 60px;
}
body.page-11 .section-2 .container .text-1 a {
  color: #F39800;
}

body.page-news .banner-2 .text-1 {
  padding-bottom: 14px;
  font-size: 40px;
  line-height: 1;
}
body.page-news .banner-2 .text-2 {
  font-size: 21px;
  line-height: 1;
}
body.page-news .section-2 {
  margin-top: 50px;
}
body.page-news .section-2 .row {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #3E3A39;
}
body.page-news .section-2 .row .item-1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 31.5px;
}
body.page-news .section-2 .row .item-2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #00A29A;
  color: #00A29A;
  border-radius: 3px;
  padding: 7px 28px;
  margin: 0 40px 0 65px;
}
body.page-news .section-2 .row .item-3 {
  font-size: 18px;
  line-height: 25px;
  display: block;
}

/*# sourceMappingURL=css-pc.css.map */
