:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --outfit: "Outfit", sans-serif;
}

body.top .main {
  overflow: hidden;
}
body.top .secMv {
  position: relative;
}
body.top .secMv .topNews {
  max-width: 230px;
  width: 100%;
  display: block;
  padding: 8px 8px 20px;
  background-color: #027657;
  position: absolute;
  transform: translateY(50%);
  right: 20px;
  bottom: 0;
  z-index: 2;
}
body.top .secMv .topNews .date,
body.top .secMv .topNews .head {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding: 0 10px;
}
body.top .secMv .topNews .date {
  padding: 10px 10px 5px;
}
@media screen and (max-width: 767px) {
  body.top .secMv .topNews {
    display: none;
    max-width: 80px;
    padding: 3px 3px 10px;
    right: 10px;
  }
  body.top .secMv .topNews .date,
  body.top .secMv .topNews .head {
    font-size: 1rem;
    padding: 0 5px;
  }
  body.top .secMv .topNews .date {
    padding: 5px 5px 2px;
  }
}
body.top .secRead {
  text-align: center;
  background: url(../img/top/read-bg.jpg) center/cover no-repeat;
  padding-top: 120px;
  padding-bottom: 220px;
  position: relative;
}
body.top .secRead .ttl {
  margin-bottom: 60px;
}
body.top .secRead .ttl .en {
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
}
body.top .secRead .ttl .ja {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
body.top .secRead .img {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.top .secRead {
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../img/top/read-bg-sp.jpg) center/cover no-repeat;
  }
  body.top .secRead .ttl {
    margin-bottom: 60px;
  }
  body.top .secRead .ttl .en {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  body.top .secRead .ttl .ja {
    font-size: 1.6rem;
  }
  body.top .secRead .img {
    width: 80%;
  }
}
body.top .secConcept .secInner {
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.top .secConcept {
    padding-bottom: 60px;
  }
}
body.top .secConcept .bgFig > * {
  position: absolute;
  z-index: 1;
}
body.top .secConcept .bgFig .en {
  max-width: 160px;
  width: 100%;
  top: 160px;
  left: 40px;
}
body.top .secConcept .bgFig .cloud1 {
  max-width: 380px;
  width: 100%;
  left: 120px;
  bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body.top .secConcept .bgFig .cloud1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.top .secConcept .bgFig .en {
    max-width: 50px;
    width: 100%;
    top: -40px;
    left: 120px;
    transform: rotate(-90deg);
  }
  body.top .secConcept .bgFig .cloud1 {
    display: block;
    max-width: 110px;
    left: 30px;
    bottom: -30px;
  }
}
body.top .secConcept .areaTop {
  display: flex;
  justify-content: space-between;
  padding-left: 140px;
  padding-right: 180px;
  margin-bottom: 40px;
}
body.top .secConcept .areaTop .img {
  max-width: 480px;
  width: 100%;
  margin-top: -80px;
  position: relative;
  z-index: 0;
}
body.top .secConcept .areaTop .txt {
  padding-top: 80px;
  max-width: 500px;
  width: 100%;
}
body.top .secConcept .areaTop .txt .head {
  max-width: 420px;
  width: 100%;
  margin-bottom: 20px;
}
body.top .secConcept .areaTop .txt .detail {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  body.top .secConcept .areaTop {
    padding-left: 80px;
    padding-right: 100px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 820px) {
  body.top .secConcept .areaTop .txt {
    padding-top: 40px;
  }
  body.top .secConcept .areaTop .txt .detail {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body.top .secConcept .areaTop {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
  }
  body.top .secConcept .areaTop .img {
    display: none;
  }
  body.top .secConcept .areaTop .txt {
    padding-top: 110px;
  }
  body.top .secConcept .areaTop .txt .head {
    max-width: 280px;
  }
  body.top .secConcept .areaTop .txt .detail {
    font-size: 1.4rem;
  }
}
body.top .secConcept .areaBtm {
  display: flex;
  justify-content: space-between;
  padding-left: 140px;
  position: relative;
  z-index: 2;
}
body.top .secConcept .areaBtm .txt {
  padding-top: 140px;
  max-width: 500px;
  width: 100%;
}
body.top .secConcept .areaBtm .txt .head {
  max-width: 420px;
  width: 100%;
  margin-bottom: 20px;
}
body.top .secConcept .areaBtm .txt .detail {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
}
body.top .secConcept .areaBtm .img {
  max-width: 660px;
  width: 100%;
  position: relative;
}
body.top .secConcept .areaBtm .img .img1 {
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
body.top .secConcept .areaBtm .img .img2 {
  max-width: 200px;
  width: 100%;
  position: absolute;
  top: -60px;
  right: 120px;
  z-index: 3;
}
body.top .secConcept .areaBtm .img .img3 {
  max-width: 180px;
  width: 100%;
  position: absolute;
  top: 70px;
  right: 0;
}
body.top .secConcept .areaBtm .img .img4,
body.top .secConcept .areaBtm .img .img5,
body.top .secConcept .areaBtm .img .img6 {
  max-width: 60px;
  width: 100%;
  position: absolute;
  right: 140px;
}
body.top .secConcept .areaBtm .img .img4 {
  bottom: 160px;
}
body.top .secConcept .areaBtm .img .img5 {
  bottom: 90px;
}
body.top .secConcept .areaBtm .img .img6 {
  bottom: 20px;
}
@media screen and (max-width: 1024px) {
  body.top .secConcept .areaBtm {
    padding-left: 80px;
    padding-right: 100px;
  }
  body.top .secConcept .areaBtm .txt {
    padding-top: 60px;
    padding-right: 0;
  }
  body.top .secConcept .areaBtm .img .img1 {
    max-width: 310px;
  }
  body.top .secConcept .areaBtm .img .img2 {
    max-width: 150px;
    top: -40px;
    right: 10px;
  }
  body.top .secConcept .areaBtm .img .img3 {
    max-width: 130px;
    top: 40px;
    right: -80px;
  }
  body.top .secConcept .areaBtm .img .img4,
  body.top .secConcept .areaBtm .img .img5,
  body.top .secConcept .areaBtm .img .img6 {
    max-width: 40px;
    right: 0;
  }
  body.top .secConcept .areaBtm .img .img4 {
    bottom: 120px;
  }
  body.top .secConcept .areaBtm .img .img5 {
    bottom: 70px;
  }
}
@media screen and (max-width: 820px) {
  body.top .secConcept .areaBtm .txt {
    padding-top: 40px;
  }
  body.top .secConcept .areaBtm .txt .detail {
    font-size: 1.6rem;
  }
  body.top .secConcept .areaBtm .img .img1 {
    max-width: 280px;
  }
  body.top .secConcept .areaBtm .img .img2 {
    max-width: 140px;
    top: -50px;
    right: -50px;
  }
  body.top .secConcept .areaBtm .img .img3 {
    max-width: 100px;
    top: 20px;
    right: -110px;
  }
  body.top .secConcept .areaBtm .img .img4,
  body.top .secConcept .areaBtm .img .img5,
  body.top .secConcept .areaBtm .img .img6 {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  body.top .secConcept .areaBtm {
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.top .secConcept .areaBtm .txt {
    padding-top: 40px;
  }
  body.top .secConcept .areaBtm .txt .detail {
    font-size: 1.4rem;
    text-align: justify;
  }
  body.top .secConcept .areaBtm .img {
    max-width: 660px;
    width: 100%;
    position: relative;
  }
  body.top .secConcept .areaBtm .img .img1 {
    padding-right: 60px;
    max-width: 240px;
    margin-left: auto;
  }
  body.top .secConcept .areaBtm .img .img2 {
    max-width: 90px;
    top: -40px;
    right: 50px;
  }
  body.top .secConcept .areaBtm .img .img3 {
    max-width: 80px;
    top: 20px;
    right: 0px;
  }
  body.top .secConcept .areaBtm .img .img4,
  body.top .secConcept .areaBtm .img .img5,
  body.top .secConcept .areaBtm .img .img6 {
    max-width: 30px;
    right: 50px;
  }
  body.top .secConcept .areaBtm .img .img4 {
    bottom: 80px;
  }
  body.top .secConcept .areaBtm .img .img5 {
    bottom: 45px;
  }
  body.top .secConcept .areaBtm .img .img6 {
    bottom: 10px;
  }
}
body.top .secFeature {
  padding-top: 220px;
  padding-bottom: 160px;
  background-color: #F7F2EE;
  position: relative;
}
body.top .secFeature .secInner {
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  body.top .secFeature {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body.top .secFeature .bgFig > * {
  width: 100%;
  position: absolute;
}
body.top .secFeature .bgFig .cloud2 {
  max-width: 180px;
  top: 50px;
  left: 10%;
  z-index: 1;
}
body.top .secFeature .bgFig .cloud3 {
  max-width: 210px;
  top: 100px;
  left: 27%;
  z-index: 2;
}
body.top .secFeature .bgFig .course1 {
  max-width: 370px;
  top: -100px;
  left: -180px;
}
body.top .secFeature .bgFig .course2 {
  max-width: 200px;
  top: 450px;
  left: 10px;
}
body.top .secFeature .bgFig .course3 {
  max-width: 300px;
  bottom: 680px;
  right: 60px;
}
body.top .secFeature .bgFig .course4 {
  max-width: 540px;
  bottom: 50px;
  right: -90px;
}
body.top .secFeature .bgFig .club {
  max-width: 220px;
  top: 160px;
  left: 10px;
  animation: shake 1.5s infinite step-start;
}
body.top .secFeature .bgFig .cover {
  max-width: 180px;
  bottom: 790px;
  right: 30px;
  animation: shake 1.5s infinite step-start reverse;
}
body.top .secFeature .bgFig .cap {
  max-width: 130px;
  bottom: 610px;
  right: 260px;
  animation: shake 1.5s infinite step-start;
}
@keyframes shake {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
}
@media screen and (max-width: 820px) {
  body.top .secFeature .bgFig .course4 {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  body.top .secFeature .bgFig .cloud2 {
    max-width: 70px;
    top: 10px;
    left: auto;
    right: 13%;
  }
  body.top .secFeature .bgFig .cloud3 {
    max-width: 50px;
    top: 25px;
    left: auto;
    right: 3%;
  }
  body.top .secFeature .bgFig .course1 {
    max-width: 110px;
    top: -10px;
    left: -40px;
  }
  body.top .secFeature .bgFig .course2 {
    max-width: 90px;
    top: 240px;
    left: auto;
    right: -20px;
  }
  body.top .secFeature .bgFig .course3 {
    max-width: 170px;
    bottom: 50px;
    right: -70px;
  }
  body.top .secFeature .bgFig .course4 {
    max-width: 260px;
    bottom: 490px;
    right: auto;
    left: -90px;
  }
  body.top .secFeature .bgFig .club {
    max-width: 80px;
    top: 10px;
    left: 10px;
  }
  body.top .secFeature .bgFig .cover {
    max-width: 55px;
    bottom: 120px;
    right: 5px;
  }
  body.top .secFeature .bgFig .cap {
    max-width: 50px;
    bottom: 50px;
    right: 50px;
  }
}
body.top .secFeature .areaTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
body.top .secFeature .areaTop .img {
  max-width: 470px;
  width: 100%;
}
body.top .secFeature .areaTop .txt {
  padding-top: 10px;
  max-width: 480px;
  width: 100%;
}
body.top .secFeature .areaTop .txt .en {
  width: 100%;
  margin-bottom: 10px;
}
body.top .secFeature .areaTop .txt .head {
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 20px;
}
body.top .secFeature .areaTop .txt .detail {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
  padding-left: 10px;
  margin-bottom: 60px;
}
body.top .secFeature .areaTop .txt .linkbtn {
  font-size: 1.4rem;
  font-weight: 500;
  color: #838383;
  padding-left: 70px;
  margin-left: 10px;
  display: table;
  position: relative;
}
body.top .secFeature .areaTop .txt .linkbtn span {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  display: block;
}
body.top .secFeature .areaTop .txt .linkbtn:before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/top/linkbtn-arrow.png) center/contain no-repeat;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  transition: 0.4s;
}
body.top .secFeature .areaTop .txt .linkbtn:hover {
  padding-left: 0;
  padding-right: 70px;
  opacity: 1;
}
body.top .secFeature .areaTop .txt .linkbtn:hover:before {
  left: 120px;
}
@media screen and (max-width: 767px) {
  body.top .secFeature .areaTop {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  body.top .secFeature .areaTop .img {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  body.top .secFeature .areaTop .txt {
    padding-top: 0;
  }
  body.top .secFeature .areaTop .txt .en {
    max-width: 330px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  body.top .secFeature .areaTop .txt .head {
    font-size: 2rem;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  body.top .secFeature .areaTop .txt .detail {
    font-size: 1.4rem;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  body.top .secFeature .areaTop .txt .linkbtn {
    font-size: 1.2rem;
    padding-left: 70px;
    margin-left: 20px;
  }
  body.top .secFeature .areaTop .txt .linkbtn span {
    font-size: 1.8rem;
  }
  body.top .secFeature .areaTop .txt .linkbtn:before {
    width: 45px;
    height: 45px;
    left: 10px;
  }
  body.top .secFeature .areaTop .txt .linkbtn:hover {
    padding-right: 60px;
  }
  body.top .secFeature .areaTop .txt .linkbtn:hover:before {
    left: 120px;
  }
}
body.top .secFeature .areaBtm {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
body.top .secFeature .areaBtm .img {
  max-width: 450px;
  width: 100%;
}
body.top .secFeature .areaBtm .img .sliderFeature .slideArrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
body.top .secFeature .areaBtm .img .sliderFeature .slideArrow:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.top .secFeature .areaBtm .img .sliderFeature .slideArrow.prevArrow {
  left: -8%;
}
body.top .secFeature .areaBtm .img .sliderFeature .slideArrow.prevArrow:before {
  background: url("../img/top/arrow-prev.png") center/contain no-repeat;
}
body.top .secFeature .areaBtm .img .sliderFeature .slideArrow.nextArrow {
  right: -8%;
}
body.top .secFeature .areaBtm .img .sliderFeature .slideArrow.nextArrow:before {
  background: url("../img/top/arrow-next.png") center/contain no-repeat;
}
body.top .secFeature .areaBtm .txt {
  padding-top: 180px;
  max-width: 480px;
  width: 100%;
}
body.top .secFeature .areaBtm .txt .en {
  width: 100%;
  margin-bottom: 10px;
}
body.top .secFeature .areaBtm .txt .head {
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 20px;
}
body.top .secFeature .areaBtm .txt .detail {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
  padding-left: 10px;
  margin-bottom: 40px;
}
body.top .secFeature .areaBtm .txt .linkbtn {
  font-size: 1.4rem;
  font-weight: 500;
  color: #838383;
  padding-left: 70px;
  margin-left: 10px;
  display: table;
  position: relative;
}
body.top .secFeature .areaBtm .txt .linkbtn span {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  display: block;
}
body.top .secFeature .areaBtm .txt .linkbtn:before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/top/linkbtn-arrow.png) center/contain no-repeat;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  transition: 0.4s;
}
body.top .secFeature .areaBtm .txt .linkbtn:hover {
  padding-left: 0;
  padding-right: 70px;
  opacity: 1;
}
body.top .secFeature .areaBtm .txt .linkbtn:hover:before {
  left: 200px;
}
@media screen and (max-width: 1024px) {
  body.top .secFeature .areaBtm .img {
    max-width: 440px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 820px) {
  body.top .secFeature .areaBtm .img {
    max-width: 390px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.top .secFeature .areaBtm {
    flex-direction: column;
  }
  body.top .secFeature .areaBtm .img {
    max-width: 300px;
    padding-left: 0;
    margin: 0 auto 30px;
  }
  body.top .secFeature .areaBtm .img .sliderFeature .slideArrow {
    width: 13px;
    height: 13px;
  }
  body.top .secFeature .areaBtm .img .sliderFeature .slideArrow:before {
    width: 13px;
    height: 13px;
  }
  body.top .secFeature .areaBtm .img .sliderFeature .slideArrow.prevArrow {
    left: -8%;
  }
  body.top .secFeature .areaBtm .img .sliderFeature .slideArrow.nextArrow {
    right: -8%;
  }
  body.top .secFeature .areaBtm .txt {
    padding-top: 0;
  }
  body.top .secFeature .areaBtm .txt .en {
    max-width: 330px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  body.top .secFeature .areaBtm .txt .head {
    font-size: 2rem;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  body.top .secFeature .areaBtm .txt .detail {
    font-size: 1.4rem;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  body.top .secFeature .areaBtm .txt .linkbtn {
    font-size: 1.2rem;
    padding-left: 70px;
    margin-left: 20px;
  }
  body.top .secFeature .areaBtm .txt .linkbtn span {
    font-size: 1.8rem;
  }
  body.top .secFeature .areaBtm .txt .linkbtn:before {
    width: 45px;
    height: 45px;
    left: 10px;
  }
  body.top .secFeature .areaBtm .txt .linkbtn:hover {
    padding-right: 60px;
  }
  body.top .secFeature .areaBtm .txt .linkbtn:hover:before {
    left: 120px;
  }
}
body.top .secNews {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #236A4C;
}
body.top .secNews .secInner {
  max-width: 920px;
}
body.top .secNews .secInner .box {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
body.top .secNews .secInner .box .inner {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.top .secNews .secInner .ttl {
  text-align: center;
  padding-right: 50px;
}
body.top .secNews .secInner .ttl .en {
  max-width: 170px;
  width: 100%;
  margin-bottom: 20px;
}
body.top .secNews .secInner .ttl .link {
  font-weight: 500;
  display: table;
  margin: 0 auto;
}
body.top .secNews .secInner .postWrap {
  padding: 15px 0;
  padding-left: 65px;
  border-left: 1px solid #000;
}
body.top .secNews .secInner .postWrap .post {
  padding-bottom: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}
body.top .secNews .secInner .postWrap .post:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  transition: all 0.3s ease 0s;
  bottom: 0;
  left: 0;
}
body.top .secNews .secInner .postWrap .post:hover {
  opacity: 1;
}
body.top .secNews .secInner .postWrap .post:hover:after {
  width: 100%;
}
body.top .secNews .secInner .postWrap .post .date {
  margin-right: 30px;
}
body.top .secNews .secInner .postWrap .post:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body.top .secNews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.top .secNews .secInner .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.top .secNews .secInner .box .inner {
    flex-direction: column;
  }
  body.top .secNews .secInner .ttl {
    padding: 0;
    padding-bottom: 20px;
  }
  body.top .secNews .secInner .ttl .en {
    max-width: 120px;
    margin-bottom: 10px;
  }
  body.top .secNews .secInner .ttl .link {
    font-size: 1.4rem;
  }
  body.top .secNews .secInner .postWrap {
    padding: 20px 40px 0;
    border-left: none;
    border-top: 1px solid #000;
    width: 100%;
    margin: 0 auto;
  }
  body.top .secNews .secInner .postWrap .post {
    font-size: 1.4rem;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
  }
  body.top .secNews .secInner .postWrap .post .date {
    margin-right: 20px;
  }
  body.top .secNews .secInner .postWrap .post:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
body.top .secInstagram {
  padding-top: 130px;
  padding-bottom: 240px;
  background-color: #F7F2EE;
}
body.top .secInstagram .ttl {
  max-width: 340px;
  width: 100%;
  margin: 0 auto 60px;
}
body.top .secInstagram .instaWrap {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
body.top .secInstagram .instaWrap .svg-inline--fa {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body.top .secInstagram {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.top .secInstagram .ttl {
    max-width: 240px;
    margin-bottom: 40px;
  }
}

body.subpage .secMv {
  padding-top: 100px;
  padding-bottom: 60px;
}
body.subpage .secMv .inner {
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.subpage .secMv .inner .left {
  font-size: 5.4rem;
  font-weight: 600;
  color: #236A4C;
  padding-left: 95px;
  position: relative;
}
body.subpage .secMv .inner .left:before {
  content: "";
  width: 200px;
  height: 200px;
  background: url("../img/common/mv-bg.png") center/contain no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 55%;
  left: 0;
  z-index: -1;
}
body.subpage .secMv .inner .right {
  font-size: 2.8rem;
  font-weight: 600;
}
body.subpage .secMv .breadcrumbs {
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
body.subpage .secMv .breadcrumbs > * {
  display: block;
  font-weight: 500;
  position: relative;
}
body.subpage .secMv .breadcrumbs > *:nth-child(n+2) {
  margin-left: 30px;
}
body.subpage .secMv .breadcrumbs > *:nth-child(n+2):before {
  content: "/";
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: -15px;
}
@media screen and (max-width: 767px) {
  body.subpage .secMv {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  body.subpage .secMv .inner {
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.subpage .secMv .inner .left {
    font-size: 3.2rem;
    padding-left: 45px;
  }
  body.subpage .secMv .inner .left:before {
    width: 90px;
    height: 90px;
  }
  body.subpage .secMv .inner .right {
    font-size: 2rem;
  }
  body.subpage .secMv .breadcrumbs > * {
    font-size: 1.2rem;
  }
  body.subpage .secMv .breadcrumbs > *:nth-child(n+2) {
    margin-left: 20px;
  }
  body.subpage .secMv .breadcrumbs > *:nth-child(n+2):before {
    left: -10px;
  }
}

body.company .secContent {
  padding: 80px 0 100px;
  background-color: #f8f2ee;
}
body.company .secContent .secInner {
  background-color: #fff;
  border-radius: 100px;
}
body.company .secContent .secInner .inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
body.company .secContent .areaInfo {
  margin-bottom: 140px;
}
body.company .secContent .areaInfo table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}
body.company .secContent .areaInfo table th, body.company .secContent .areaInfo table td {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
body.company .secContent .areaInfo table th {
  width: 33.3333333333%;
}
body.company .secContent .areaInfo table td {
  width: 66.6666666667%;
}
body.company .secContent .areaAccess .areaTtl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 100px;
  position: relative;
}
body.company .secContent .areaAccess .areaTtl:after {
  content: "";
  width: 140px;
  height: 3px;
  background-color: #236A4C;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}
body.company .secContent .areaAccess .blkWrap {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
body.company .secContent .areaAccess .blkWrap .blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.company .secContent .areaAccess .blkWrap .blk:nth-of-type(n+2) {
  margin-top: 50px;
}
body.company .secContent .areaAccess .blkWrap .blk .map {
  max-width: 320px;
  width: 100%;
}
body.company .secContent .areaAccess .blkWrap .blk .map .mapInner {
  position: relative;
  width: 100%;
  padding-top: 70.25%;
}
body.company .secContent .areaAccess .blkWrap .blk .map .mapInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body.company .secContent .areaAccess .blkWrap .blk .info {
  max-width: 370px;
  width: 100%;
}
body.company .secContent .areaAccess .blkWrap .blk .info h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
body.company .secContent .areaAccess .blkWrap .blk .info .address {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.company .secContent {
    padding: 50px 0 80px;
    border-top: 1px solid;
    background: none;
  }
  body.company .secContent .secInner .inner {
    padding: 0 0 40px;
  }
  body.company .secContent .areaInfo {
    margin-bottom: 60px;
  }
  body.company .secContent .areaInfo table {
    border-spacing: 0;
  }
  body.company .secContent .areaInfo table tr {
    display: flex;
    flex-direction: column;
  }
  body.company .secContent .areaInfo table th, body.company .secContent .areaInfo table td {
    font-size: 1.6rem;
    padding-bottom: 10px;
    width: 100%;
  }
  body.company .secContent .areaInfo table th {
    font-weight: 600;
  }
  body.company .secContent .areaInfo table td {
    font-size: 1.4rem;
    border: none;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  body.company .secContent .areaAccess .areaTtl {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  body.company .secContent .areaAccess .areaTtl:after {
    width: 120px;
    height: 2px;
  }
  body.company .secContent .areaAccess .blkWrap .blk {
    justify-content: space-between;
    flex-direction: column;
  }
  body.company .secContent .areaAccess .blkWrap .blk:nth-of-type(n+2) {
    margin-top: 60px;
  }
  body.company .secContent .areaAccess .blkWrap .blk .map {
    max-width: 100%;
    margin-bottom: 20px;
  }
  body.company .secContent .areaAccess .blkWrap .blk .map .mapInner {
    padding-top: 70.25%;
  }
  body.company .secContent .areaAccess .blkWrap .blk .info {
    max-width: 100%;
  }
  body.company .secContent .areaAccess .blkWrap .blk .info h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  body.company .secContent .areaAccess .blkWrap .blk .info .address {
    font-size: 1.4rem;
  }
}

body.faq .secContent {
  padding: 80px 0 100px;
  background-color: #f8f2ee;
}
body.faq .secContent .secInner {
  background-color: #fff;
  border-radius: 100px;
}
body.faq .secContent .secInner .inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
body.faq .secContent .blk h2 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 40px 25px;
  border-bottom: 1px solid;
}
body.faq .secContent .blk .acd {
  width: 100%;
  margin-bottom: 60px;
}
body.faq .secContent .blk .acd .acdTtl {
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  padding: 30px 25px;
  position: relative;
}
body.faq .secContent .blk .acd .acdTtl:after {
  content: "";
  background: url(../img/common/acd-open.png) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
}
body.faq .secContent .blk .acd .acdTtl.active:after {
  background: url(../img/common/acd-close.png) center center/contain no-repeat;
}
body.faq .secContent .blk .acd .acdBox {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid;
  transition: max-height 0.2s ease-out;
}
body.faq .secContent .blk .acd .acdBox .acdInner {
  padding: 0 25px 60px;
}
body.faq .secContent .areaInfo h3 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 25px;
  border-bottom: 1px solid;
}
body.faq .secContent .areaInfo .txt {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 25px;
}
body.faq .secContent .areaInfo .txt .underline {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.faq .secContent {
    padding: 50px 0 80px;
    border-top: 1px solid;
    background: none;
  }
  body.faq .secContent .secInner .inner {
    padding: 0 0 40px;
  }
  body.faq .secContent .blk h2 {
    font-size: 1.6rem;
    padding: 0 10px 20px;
  }
  body.faq .secContent .blk .acd {
    margin-bottom: 60px;
  }
  body.faq .secContent .blk .acd .acdTtl {
    font-size: 1.4rem;
    padding: 20px 10px;
  }
  body.faq .secContent .blk .acd .acdTtl:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  body.faq .secContent .blk .acd .acdBox {
    font-size: 1.4rem;
  }
  body.faq .secContent .blk .acd .acdBox .acdInner {
    padding: 0 10px 30px;
  }
  body.faq .secContent .areaInfo h3 {
    font-size: 1.6rem;
    padding: 0 10px 20px;
  }
  body.faq .secContent .areaInfo .txt {
    font-size: 1.6rem;
    padding: 20px 10px 0;
  }
}

body.news .secMv {
  border-bottom: 1px solid;
}
body.news .secPost {
  padding: 100px 0 180px;
}
body.news .secPost .secInner {
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
}
body.news .secPost .category {
  max-width: 180px;
  width: 100%;
}
body.news .secPost .category .blk .head {
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
body.news .secPost .category .blk .cat {
  font-size: 1.7rem;
  font-weight: 500;
  display: block;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}
body.news .secPost .category .blk .cat:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  transition: all 0.3s ease 0s;
  bottom: 0;
  left: 0;
}
body.news .secPost .category .blk .cat:hover {
  opacity: 1;
}
body.news .secPost .category .blk .cat:hover:after {
  width: 100%;
}
body.news .secPost .category .blk .cat:nth-of-type(n+2) {
  margin-top: 5px;
}
body.news .secPost .postWrap {
  max-width: 700px;
  width: 100%;
}
body.news .secPost .postWrap .post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #231815;
}
body.news .secPost .postWrap .post .info {
  width: calc(100% - 270px);
}
body.news .secPost .postWrap .post .info .date {
  font-weight: 500;
  color: #717071;
  margin-bottom: 5px;
}
body.news .secPost .postWrap .post .info .head {
  font-weight: 600;
}
body.news .secPost .postWrap .post .img {
  max-width: 270px;
  width: 100%;
}
body.news .secPost .postWrap #load-more-news {
  font-size: 1.8rem;
  font-weight: 500;
  display: table;
  margin: 80px auto 0;
  padding-right: 30px;
  position: relative;
}
body.news .secPost .postWrap #load-more-news:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/acd-open.png) center/contain no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  body.news .secPost {
    padding: 50px 0 80px;
  }
  body.news .secPost .secInner {
    flex-direction: column;
  }
  body.news .secPost .category {
    max-width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid;
    background-color: #027657;
    color: #fff;
  }
  body.news .secPost .category .blk .head {
    font-size: 1.6rem;
    color: #fff;
  }
  body.news .secPost .category .blk .cat {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
  }
  body.news .secPost .category .blk .cat:after {
    background-color: #fff;
  }
  body.news .secPost .postWrap .post {
    flex-direction: column-reverse;
    padding: 30px 10px;
    margin-bottom: 20px;
  }
  body.news .secPost .postWrap .post .info {
    width: 100%;
  }
  body.news .secPost .postWrap .post .info .date {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  body.news .secPost .postWrap .post .info .head {
    font-size: 1.4rem;
  }
  body.news .secPost .postWrap .post .img {
    max-width: 270px;
    margin-bottom: 15px;
  }
  body.news .secPost .postWrap #load-more-news {
    font-size: 1.8rem;
    font-weight: 500;
    display: table;
    margin: 80px auto 0;
    padding-right: 30px;
    position: relative;
  }
  body.news .secPost .postWrap #load-more-news:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/common/acd-open.png) center/contain no-repeat;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
}
body.news .secContent {
  padding: 100px 0 180px;
}
body.news .secContent .secInner {
  max-width: 1000px;
}
body.news .secContent .postTtlWrap {
  margin-bottom: 80px;
}
body.news .secContent .postTtlWrap .postTtl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid;
}
body.news .secContent .postTtlWrap .postTtl .ttl {
  font-size: 2.2rem;
  font-weight: 600;
}
body.news .secContent .postTtlWrap .postTtl .date {
  font-size: 1.7rem;
  font-weight: 500;
}
body.news .secContent .postTtlWrap .cat {
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid;
  padding: 3px 15px;
  display: table;
}
body.news .secContent .content {
  margin-bottom: 80px;
}
body.news .secContent .content .img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 70px;
}
body.news .secContent .content .img img {
  width: 100%;
}
body.news .secContent .content .txt {
  line-height: 2.2;
  font-weight: 500;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.news .secContent .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
body.news .secContent .btnWrap a {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  body.news .secContent .btnWrap {
    margin-bottom: 40px;
  }
  body.news .secContent .btnWrap a {
    font-size: 1.6rem;
  }
}
body.news .secContent .linkbtn {
  font-weight: 600;
  text-align: center;
  display: block;
  max-width: 200px;
  width: 100%;
  border: 2px solid #027657;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 9999px;
  color: #fff;
  background-color: #027657;
}
@media screen and (max-width: 767px) {
  body.news .secContent .postTtl {
    flex-direction: column;
  }
  body.news .secContent .postTtl .ttl {
    align-self: flex-start;
  }
  body.news .secContent .postTtl .date {
    align-self: flex-end;
  }
}

body.contact .underline {
  text-decoration: underline;
}
body.contact .secMv {
  border-bottom: 1px solid;
}
body.contact .secContact {
  padding-top: 100px;
  padding-bottom: 130px;
}
body.contact .secContact .secInner {
  max-width: 940px;
}
@media screen and (max-width: 767px) {
  body.contact .secContact {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
body.contact .secContact .read p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
}
body.contact .secContact .read a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .read {
    margin-bottom: 60px;
  }
  body.contact .secContact .read p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}
body.contact .secContact .areaContact {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
body.contact .secContact .areaContact .blk {
  margin-bottom: 25px;
}
body.contact .secContact .areaContact .blk .caution {
  margin-bottom: 10px;
}
body.contact .secContact .areaContact .blk .item,
body.contact .secContact .areaContact .blk .mwform-checkbox-field-text {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 30px;
}
body.contact .secContact .areaContact .blk .item .must,
body.contact .secContact .areaContact .blk .mwform-checkbox-field-text .must {
  color: #9e272d;
}
body.contact .secContact .areaContact .blk input, body.contact .secContact .areaContact .blk textarea {
  font-weight: 400;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #333;
}
body.contact .secContact .areaContact .blk input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1.5px solid #000;
  padding: 0;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: -5px;
  appearance: none;
  position: relative;
}
body.contact .secContact .areaContact .blk input[type=checkbox]:checked:before {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  transform: translate(-50%, -50%) rotate(50deg);
  top: 38%;
  left: 50%;
}
body.contact .secContact .areaContact .btnWrap {
  padding-top: 40px;
}
body.contact .secContact .areaContact .btnWrap .formbtn {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 5px;
  color: #fff;
  background-color: #027657;
  padding: 10px 80px;
  border-radius: 9999px;
  display: table;
  margin: 0 auto 30px;
  position: relative;
  transition: 0.6s;
}
body.contact .secContact .areaContact .btnWrap .formbtn.gray {
  background-color: #4f5156;
}
body.contact .secContact .areaContact .btnWrap .formbtn:hover {
  background-color: #c1c1c1;
}
body.contact .secContact .areaContact .btnWrap .formbtn:hover.gray {
  background-color: #c1c1c1;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .areaContact .blk .item,
  body.contact .secContact .areaContact .blk .mwform-checkbox-field-text {
    font-size: 1.8rem;
    margin-right: 20px;
  }
  body.contact .secContact .areaContact .blk .mwform-checkbox-field {
    display: block;
    margin-left: 0;
  }
  body.contact .secContact .areaContact .blk input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
}
body.contact .secContact .complete h2 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #027657;
}
body.contact .secContact .complete .txt {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .complete h2 {
    font-size: 2rem;
  }
  body.contact .secContact .complete .txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
body.contact .secContact .noteBox {
  max-width: 940px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 100px auto 0;
  background-color: #f2f2f2;
}
body.contact .secContact .noteBox .inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
body.contact .secContact .noteBox .inner .txt {
  font-size: 1.6rem;
  font-weight: 600;
}
body.contact .secContact .noteBox .inner .txt:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .noteBox .inner {
    padding: 30px 0px;
  }
  body.contact .secContact .noteBox .inner .txt {
    font-size: 1.6rem;
  }
}