@charset "UTF-8";
.noto-r,
.noto-b,
.mon-m,
.mon-b {
  font-style: normal;
}

.noto-r {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}

.noto-b {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
}

.mon-m {
  font-family: montserrat, sans-serif;
  font-weight: 500;
}

.mon-b {
  font-family: montserrat, sans-serif;
  font-weight: 700;
}

.mgb0 {
  margin-bottom: 0 !important;
}

/* common */
.wrapper {
  color: #333333;
  letter-spacing: 1.5px;
  font-size: 18px;
  line-height: 1.8;
  /* PC設定 */
}

.wrapper img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

.wrapper .c-blue {
  color: #00a9ab;
}

.wrapper .c-pink {
  color: #e83068;
}

.wrapper .bg-blue01 {
  background-color: #00a9ab;
}

.wrapper .bg-blue02 {
  background-color: #eaf6ff;
}

.wrapper .bg-gray {
  background-color: #8e8e8e;
}

.wrapper .bg-gray02 {
  background-color: #f5f5f5;
}

.wrapper .bold {
  font-weight: bold;
}

.wrapper .big {
  font-size: 120%;
  line-height: 1;
}

.wrapper .l-180 {
  line-height: 1.8;
}

.wrapper .under-line {
  border-bottom: 3px solid #00a9ab;
}

.wrapper .ttl-arrow {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-size: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.wrapper .ttl-arrow.bg-gray {
  color: #fff;
  font-size: 38px;
}

.wrapper .ttl-arrow.bg-gray::after {
  content: "";
  background: url(../images/arrow-gray.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -70px;
}

.wrapper .ttl-arrow.ttl-arrow-blue {
  width: 100%;
  height: 249px;
  color: #fff;
  font-size: 38px;
  background: url(../images/bg-ttl-blue.png) no-repeat;
  background-size: 100%;
  flex-direction: column;
  align-items: center;
}

.wrapper .ttl-arrow.ttl-arrow-blue::after {
  content: "";
  background: url(../images/arrow-blue.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -70px;
}

.wrapper .list > li {
  margin-bottom: 10px;
  font-size: 18px;
  padding: 0px 0 0 21px;
  position: relative;
}

.wrapper .list > li:last-of-type {
  margin-bottom: 0px;
}

.wrapper .list > li::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 20px;
  display: inline-block;
  position: absolute;
  left: -3px;
  top: 4px;
}

.wrapper .list-check.gray {
  padding-top: 10px;
}

.wrapper .list-check.gray li::before {
  background: url(../images/dot.png) no-repeat;
  background-size: 100%;
}

.wrapper .list-check.blue {
  padding-top: 60px;
}

.wrapper .list-check.blue li::before {
  background: url(../images/icon-check02.png) no-repeat;
  background-size: 100%;
}

.wrapper .ttl-voice {
  padding-bottom: 70px;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  color: #00a9ab;
  position: relative;
  top: 0;
  z-index: 1;
}

.wrapper .ttl-voice::before {
  content: "";
  width: 300px;
  height: 251px;
  background: url(../images/bg02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  z-index: -1;
}

.wrapper .ttl-voice span {
  font-size: 32px;
}

.wrapper .js-ac-cts {
  display: none;
}

.wrapper header {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 30px;
  position: fixed;
  z-index: 999;
  background: url(../images/bg-header.png) repeat;
}

.wrapper header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapper header .inner .btn01 {
  box-shadow: 0 4px 14px rgba(0, 160, 155, 0.25);
  background: transparent url(../images/btn-bg.png);
  background-size: contain;
  width: 190px;
  height: 45px;
  border-radius: 25px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  box-sizing: border-box;
  padding-left: 35px;
}

.wrapper header .inner .btn01::after {
  content: "";
  width: 20px;
  height: 5px;
  background: url(../images/btnarrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  right: 30px;
}

.wrapper .mv .visual {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wrapper .mv .visual .img {
  opacity: 0;
}

.wrapper .mv .visual .ttl-area {
  text-align: center;
  position: absolute;
  top: calc(50% - 20%);
  left: calc(50% - 298px);
}

.wrapper .mv .visual .sub-ttl {
  margin-bottom: 60px;
  opacity: 0;
}

.wrapper .mv .visual .main-ttl {
  opacity: 0;
}

.wrapper section {
  padding: 150px 0px 150px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wrapper .vol-icon {
  background: #00a9ab;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 23px;
  margin: 0 auto;
  z-index: 99;
  position: relative;
  line-height: 1px;
}


.wrapper .section01 {
  text-align: center;
  margin: -70px 0 -70px;

}


.wrapper .section01 .inner .ttl {
  margin: 30px 10px 20px 10px;
  text-align: center;
}





.wrapper .section03 {
  background: #feef10;
}

.wrapper .section03 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.wrapper .section03 h2 {
  height: 165px;
  color: #fff;
  font-size: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper .section03 .ttl {


}

.wrapper .section03 h2 > div {
  position: relative;
  top: 0;
}

.wrapper .section03 h2 span {
  box-sizing: border-box;
  padding: 0px 10px;
  background-color: #feef10;
  color: #fff;
  font-size: 27px;
  position: absolute;
  top: -60px;
  left: -140px;
  transform: rotate(-5deg);
}

.wrapper .section03 p {
  width: 850px;
  margin: 0 auto;
  padding: 20px 0px 0px 0px;
}

.wrapper .section04  {
  padding: 50px;
}

.wrapper .section04 .under-line {
  border-bottom: 1px solid #333333;
}

.wrapper .section04 .inner {
  width: 850px;
}

.wrapper .section04 .inner .ttl {
  text-align: center;
}

.wrapper .section04 .inner .about-me {
  margin-bottom: 70px;
  text-align: center;
}

.wrapper .section04 .text01,
.wrapper .section04 .img {
  margin-bottom: 70px;
}

.wrapper .section-voice .icon2 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.wrapper .section-voice .inner {
  width: 850px;
}

.wrapper .section-voice .box {
  margin-bottom: 30px;
  padding: 85px 50px 55px 50px;
  background-color: #fff;
}

.wrapper .section-voice .box .personal {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.wrapper .section-voice .box .personal .img {
  margin-right: 30px;
}

.wrapper .section-voice .box .name {
  font-size: 22px;
}

.wrapper .section-voice .box:last-of-type {
  margin-bottom: 0;
}

.wrapper .section-voice h3 {
  display: flex;
  justify-content: center;
}

.wrapper .section-voice h3 div {
  border-radius: 3px;
  margin: 0 auto;
  padding: 25px 35px;
  font-size: 28px;
  border: 1px solid #00a9ab;
  background: #fff;
  text-align: center;
  position: relative;
  top: 70px;
  left: 0;
  z-index: 1;
}

.wrapper .section-voice h3 div::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border-right: 1px solid #00a9ab;
  border-bottom: 1px solid #00a9ab;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 13px);
}

.wrapper .section-voice h4 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8e8e8e;
  font-weight: bold;
}

.wrapper .section-voice .box02 {
  margin: 40px 0;
  border: 1px dashed #00a9ab;
  background: #eaf6ff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wrapper .section04 {
  background: #00a9ab;
  padding: 100px 0 50px;
}

.wrapper .section04 .inner {
  margin: 0 20px;
  width: 850px;
  color: #333333;
}

.wrapper .section04 .inner .img02 {
  width: 800px;
}

.wrapper .section04 .inner > .img {
  margin-bottom: 140px;
  text-align: center;
}

.wrapper .section04 h2 {
  margin-bottom: 30px;
  text-align: center;
}

.wrapper .section04 .text01 {
  margin-bottom: 70px;
}

.wrapper .section04 .cts {
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 70px 70px 50px 70px;
  background: #fff;
  color: #00a9ab;
  position: relative;
  top: 0;
  border-radius: 20px;
}

.wrapper .section04 .cts:last-of-type {
  margin-bottom: 40px;
}

.wrapper .section04 .cts .icon {
  position: absolute;
  top: -70px;
  left: 50px;
}

.wrapper .section04 .cts h3 {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrapper .section04 .cts h3 .sub {
  position: absolute;
  right: 110px;
  top: 10px;
}

.wrapper .section04 .cts h4 {
  margin-bottom: 45px;
  font-size: 32px;
  text-align: center;
}

.wrapper .section04 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper .section04 .container .box {
  width: 45%;
  color: #333333;
  margin-bottom: 50px;
}

.wrapper .section04 .container .box:nth-of-type(3), .wrapper .section04 .container .box:nth-of-type(4) {
  margin-bottom: 70px;
}

.wrapper .section04 .container .box.mgb0 {
  margin-bottom: 0;
}

.wrapper .section04 .container .box .text {
  margin-bottom: 20px;
}

.wrapper .section04 .box {
  color: #333333;
}

.wrapper .section04 .box .text {
  font-size: 18px;
}



.wrapper .section04 .box h5 {
  font-size: 23px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00a9ab;
  color: #00a9ab;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper .section04 .box h5 span {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 17px;
}

.wrapper .section04 .box .text02 {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 40px 20px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
}

.wrapper .section04 .box .text02 p {
  font-size: 14px;
  margin-bottom: 0;
}

.wrapper .section04 .box .text02 span {
  padding: 0 10px;
  font-size: 17px;
  border: 1px solid #333;
  position: absolute;
  top: -20px;
  left: 20px;
  background: #fff;
}

.wrapper .section04 .mordal {
  margin-top: 15px;
  color: #00a9ab;
  font-size: 16px;
  text-decoration: underline;
}

.wrapper .section04 .mordal:hover {
  cursor: pointer;
}

.wrapper .section04 .box h3 {
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #C4C4C4;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
}




.wrapper .section16 .inner {
  width: 850px;
}

.wrapper .section16 .text01 {
  margin-bottom: 70px;
}

.wrapper .section16 .text02 {
  margin-bottom: 70px;
}

.wrapper .section16 .text02:last-of-type {
  margin-bottom: 0;
}

.wrapper .section16 .text-box {
  margin-bottom: 50px;
  padding: 45px;
  background: #eaf6ff;
  position: relative;
  top: 0;
  left: 0;
}

.wrapper .section16 .text-box li {
  display: flex;
}

.wrapper .section16 .text-box h3 {
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #00a9ab;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 45px;
}

.wrapper .section06 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper .section06 .inner {
  width: 100%;
}

.wrapper .section06 .mv {
  position: relative;
  top: 0;
  left: 0;
}

.wrapper .section06 .mv h2 {
  width: 700px;
  height: 120px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 350px);
  bottom: -60px;
  font-size: 38px;
}

.wrapper .section06 .text01 {
  background: #eaf6ff;
  padding: 130px 0 100px 0;
}

.wrapper .section06 .text01 p {
  width: 850px;
  margin: 0 auto;
}

.wrapper .section17 .inner {
  width: 850px;
}

.wrapper .section17 h2 {
  margin-bottom: 70px;
  font-size: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.wrapper .section17 h2::before {
  content: "";
  width: 66px;
  height: 73px;
  background: url(../images/icon-ttl-left01.png);
  background-size: contain;
  margin-right: 40px;
}

.wrapper .section17 h2::after {
  content: "";
  width: 66px;
  height: 73px;
  background: url(../images/icon-ttl-right01.png);
  background-size: contain;
  margin-left: 25px;
}

.wrapper .section07 {
  padding-top: 0;
  background: url(../images/sea-01.png) no-repeat;
  background-size: 100%;
}

.wrapper .section07 h2 {
  font-size: 38px;
}

.wrapper .section07 h2 .big {
  font-size: 45px;
}

.wrapper .section07 .inner {
  padding-top: 130px;
}

.wrapper .section08 {
  background: url(../images/sea-02.png);
  background-size: 100%;
}

.wrapper .section08 > .inner:nth-of-type(1) {
  width: 850px;
}

.wrapper .section08 h2 {
  box-sizing: border-box;
  height: 85px;
  background: #00a9ab;
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper .section08 .list {
  padding: 70px 55px 50px 55px;
  background: #fff;
}

.wrapper .section08 .img {
  margin-bottom: 70px;
  padding: 0 55px 70px 55px;
  background: #fff;
}

.wrapper .section18 {
  padding: 150px 0 150px;
  background: #00a9ab;
}

.wrapper .section18 .inner {
  margin: -20px 20px;
  width: 850px;
  color: #ffff;
}

.wrapper .section18 .inner .img02 {
  width: 800px;
  margin-bottom: -50px;
}

.wrapper .section18 .inner > .img {
  margin-bottom: 140px;
  text-align: center;
}

.wrapper .section18 h2 {
  margin-bottom: 100px;
  text-align: center;
}

.wrapper .section18 .text01 {
  margin-bottom: 70px;
}

.wrapper .section18 .cts {
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 70px 70px 50px 70px;
  background: #fff;
  color: #00a9ab;
  position: relative;
  top: 0;
  border-radius: 20px;
}

.wrapper .section18 .cts:last-of-type {
  margin-bottom: 40px;
}

.wrapper .section18 .cts .icon {
  position: absolute;
  top: -70px;
  left: 330px;
}

.wrapper .section18 .cts h3 {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrapper .section18 .cts h3 .sub {
  position: absolute;
  right: 110px;
  top: 10px;
}

.wrapper .section18 .cts h4 {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

.wrapper .section18 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper .section18 .container .box {
  width: 45%;
  color: #333333;
  margin-bottom: 50px;
}

.wrapper .section18 .container .box:nth-of-type(3), .wrapper .section18 .container .box:nth-of-type(4) {
  margin-bottom: 70px;
}

.wrapper .section18 .container .box.mgb0 {
  margin-bottom: 0;
}

.wrapper .section18 .container .box .text {
  margin-bottom: 20px;
}

.wrapper .section18 .box {
  color: #333333;
}

.wrapper .section18 .box .text {
  font-size: 18px;
}



.wrapper .section18 .box h5 {
  font-size: 23px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00a9ab;
  color: #00a9ab;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper .section18 .box h5 span {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 17px;
}

.wrapper .section18 .box .text02 {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 40px 20px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
}

.wrapper .section18 .box .text02 p {
  font-size: 14px;
  margin-bottom: 0;
}

.wrapper .section18 .box .text02 span {
  padding: 0 10px;
  font-size: 17px;
  border: 1px solid #333;
  position: absolute;
  top: -20px;
  left: 20px;
  background: #fff;
}

.wrapper .section18 .mordal {
  margin-top: 15px;
  color: #00a9ab;
  font-size: 16px;
  text-decoration: underline;
}

.wrapper .section18 .mordal:hover {
  cursor: pointer;
}

.wrapper .section18 .box h3 {
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #C4C4C4;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
}







.wrapper .section19 {
  background: #EFEFEF;
}

.wrapper .section19 .inner {
  margin: 0 20px;
  width: 850px;
  color: #333333;
}

.wrapper .section19 .inner > .img {
  margin-bottom: 140px;
  text-align: center;
}

.wrapper .section19 .cts {
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 70px 70px 50px 70px;
  background: #fff;
  color: #00a9ab;
  position: relative;
  top: 0;
}













.wrapper .section13 .inner .h4 {
  margin-bottom: 45px;
  font-size: 32px;
  text-align: center;
}



.wrapper .section09 {
  padding-top: 0;
  background: #EFEFEF;;
}

.wrapper .section09 .inner {
  width: 850px;
}

.wrapper .section09 .img {
  text-align: center;
}

.wrapper .section09 .inner > .text {
  margin-bottom: 70px;
}

.wrapper .section09 .bg {
  background: #EFEFEF;
}

.wrapper .section09 h2 {
  margin-bottom: 70px;
  padding-top: 100px;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.wrapper .section09 h2 span {
  position: absolute;
  top: -20px;
  left: 100px;
}

.wrapper .section09 .box {
  margin-bottom: 100px;
  padding: 70px 60px;
  background: #fff;
  border-radius: 20px;
}

.wrapper .section09 .box:last-of-type {
  margin-bottom: 100px;
}

.wrapper .section09 .box h3 {
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #00a9ab;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
}

.wrapper .section18 .box h3 {
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #C4C4C4;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
}


.wrapper .section09 {
  padding: 0 0 10px;
}


.wrapper .section09 .box h3 span {
  margin-bottom: 40px;
}

.wrapper .section09 .box h3 p {
  line-height: 1.8;
}

.wrapper .section09 .box .text02 {
  margin: 50px 0;
}



.wrapper .section09 .bg01 {
  padding-top: 100px;
}



.wrapper .section10 {
  padding-top: 260px;
  background: url(../images/sea-02.png);
}

.wrapper .section10 .inner {
  width: 850px;
}

.wrapper .section10 .container {
  padding: 110px 50px 50px 50px;
  border: 1px solid #e8c70a;
  background: #fffceb;
  position: relative;
  top: 0;
}

.wrapper .section10 .container h2 {
  position: absolute;
  top: -165px;
  left: calc(50% - 35%);
}

.wrapper .section10 .icon-3q {
  text-align: center;
}

.wrapper .section10 .box {
  margin-bottom: 70px;
  border-bottom: 2px dotted #e8c70a;
}

.wrapper .section10 .box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.wrapper .section10 .box h3 {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #e8c70a;
  text-align: center;
}

.wrapper .section10 .box h3 .icon {
  margin-right: 20px;
}

.wrapper .section10 .box .text {
  margin-bottom: 70px;
}

.wrapper .section10 .box .img {
  text-align: center;
  position: relative;
  top: 0;
}

.wrapper .section10 .box .img span {
  padding: 0 5px;
  position: absolute;
  bottom: 50px;
  left: 80px;
  background: #fff;
  font-size: 15px;
  transform: rotate(-5deg);
  font-weight: bold;
}

.wrapper .section11 {
  background: #eaf6ff;
}

.wrapper .section11 .inner {
  width: 850px;
}

.wrapper .section11 .text01 > .mini {
  margin-top: 10px;
}

.wrapper .section11 .text01 .mini {
  font-size: 12px;
  display: inline-block;
}

.wrapper .section11 h2 {
  font-size: 36px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.wrapper .section11 h2::before {
  content: "";
  width: 286px;
  height: 16px;
  background: url(../images/line01.png) no-repeat;
  background-size: 100%;
}

.wrapper .section11 h2::after {
  content: "";
  content: "";
  width: 286px;
  height: 16px;
  background: url(../images/line01.png) no-repeat;
  background-size: 100%;
}

.wrapper .section11 .inner > .text01,
.wrapper .section11 .inner .text02,
.wrapper .section11 .inner .img {
  margin-bottom: 70px;
}

.wrapper .section11 .inner .box {
  padding: 50px;
  margin-bottom: 30px;
  border: 1px dashed #00a9ab;
  background: #fff;
}

.wrapper .section11 .inner .box:nth-of-type(3) {
  margin-bottom: 70px;
}

.wrapper .section11 .inner .box h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.wrapper .section12 {
  padding-top: 0;
}

.wrapper .section12 h2 {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 70px;
  height: 126px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  font-size: 38px;
}

.wrapper .section12 h2::before, .wrapper .section12 h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}

.wrapper .section12 .inner {
  width: 850px;
}

.wrapper .section12 .ac-btn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #8e8e8e;
}

.wrapper .section12 .ac-btn span {
  font-weight: bold;
}

.wrapper .section12 .ac-btn::before {
  content: "";
  margin-right: 20px;
  width: 35px;
  height: 35px;
  background: url(../images/icon-q.png) no-repeat;
  background-size: 100%;
}

.wrapper .section12 .ac-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #8e8e8e;
  border-bottom: 2px solid #8e8e8e;
  transform: rotate(45deg);
  margin-left: auto;
}

.wrapper .section12 .ac-btn:nth-last-child(2) {
  margin-bottom: 0;
}

.wrapper .section12 .ac-btn.open::after {
  transform: rotate(-135deg);
}

.wrapper .section12 .ac-btn.open:nth-last-child(2) {
  margin-bottom: 20px;
}

.wrapper .section12 .ac-cts {
  margin-bottom: 20px;
}

.wrapper .section12 .ac-cts > div {
  display: flex;
}

.wrapper .section12 .ac-cts > div::before {
  content: "";
  margin-right: 20px;
  width: 35px;
  height: 35px;
  background: url(../images/icon-a.png) no-repeat;
  background-size: 100%;
}

.wrapper .section12 .ac-cts > div p {
  flex: 1;
}

.wrapper .section13 {
  background: #00a9ab;;
}

.wrapper .section13 .inner {
  box-sizing: border-box;
  width: 850px;
  padding: 100px 60px 0px;
  background: #fff;
  border-radius: 20px;
}

.wrapper .section13 h2 {
  margin-bottom: 70px;
  text-align: center;
}

.wrapper .section13 h3 {
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center;
}

.wrapper .section13 .text {
  margin-bottom: 70px;
}

.wrapper .section13 .img {
  text-align: center;
  margin-bottom: 50px;
}

.wrapper .section14 {
  background: #eaf6ff;
}

.wrapper .section14 .inner .box {
  border-radius: 10px;
}

.wrapper .page-top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: none;
  z-index: 9999;
}

.wrapper footer .bg {
  padding: 140px 0;
  background: url(../images/bg05.png);
  background-size: 100%;
}

.wrapper footer .copy {
  background: #f5f5f5;
  font-size: 12px;
  text-align: center;
  padding: 50px 0;
}

.wrapper .toku h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.wrapper .toku table {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}

.wrapper .toku table td,
.wrapper .toku table th {
  box-sizing: border-box;
  border: 1px solid #000;
}

.wrapper .toku table tr {
  word-break: break-all;
}

.wrapper .toku table tr td {
  padding: 10px;
}

.wrapper .toku table tr td:nth-of-type(1) {
  width: 30%;
}

.wrapper .toku table tr td:nth-of-type(2) {
  width: 70%;
}

.wrapper .radius {
  border-radius: 10px;
}

.wrapper .center {
  text-align: center;
}

@media screen and (min-width: 780px) {
  .btn-area {
    text-align: center;
  }
  .btn-area .text1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
  }
  .btn-area .text2 {
    font-size: 14px;
  }
  .btn-area .text03 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
  }
  .btn-area .text04 {
    font-size: 14px;
  }
  .btn-area a {
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 56px;
    box-shadow: 0 4px 14px rgba(0, 160, 155, 0.25);
    overflow: hidden;
  }
  .img-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .img-area .img {
    width: 49.5%;
    margin-bottom: 8px;
  }
  .img-area .img img {
    width: 100%;
  }
  .wrapper .mgb-pc-100 {
    margin-bottom: 100px !important;
  }
  .wrapper .mgb-pc-50 {
    margin-bottom: 50px !important;
  }
  .wrapper .mgb-pc-60 {
    margin-bottom: 60px !important;
  }
  .wrapper .pt-pc-50 {
    padding-top: 50px !important;
  }
  .wrapper .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .wrapper .ancer-block {
    width: 100%;
  }
  .wrapper .ancer-block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 17px;
    border: 1px solid #00a9ab;
    width: 850px;
    margin: 0 auto;
    padding: 55px 74px;
    box-sizing: border-box;
    font-weight: bold;
  }
  .wrapper .ancer-block ul li {
    width: 200px;
    margin-right: 50px;
    margin-bottom: 35px;
  }
  .wrapper .ancer-block ul li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .wrapper .ancer-block ul li:nth-child(n + 6) {
    margin-bottom: 0px;
  }
  .wrapper .ancer-block ul li a {
    width: 100%;
    border-bottom: 1px solid #00a9ab;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #00a9ab;
  }
  .wrapper .ancer-block ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #00a9ab;
    border-right: 1px solid #00a9ab;
    transform: rotate(45deg);
    margin-right: 10px;
  }
  .wrapper .sp {
    display: none !important;
  }
  .wrapper .toku {
    width: 850px;
    margin: 100px auto;
  }
  .wrapper .list > li span.c-blue {
    font-size: 32px;
    line-height: 1;
  }
  .wrapper .pdb0 {
    padding-bottom: 0 !important;
  }
  .wrapper .popup .close-btn02 {
    border: 1px solid #8e8e8e;
    font-size: 18px;
    border-radius: 50px;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0 auto;
  }
  .wrapper .popup .close-btn02:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .wrapper .popup h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 32px;
    margin-bottom: 35px;
  }
  .wrapper .popup .inner {
    width: 840px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wrapper .popup .cts {
    background: #eaf6ff;
    width: 780px;
    padding: 40px 0;
  }
  .wrapper .popup .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wrapper .popup .container .box {
    width: 680px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
  }
  .wrapper .popup .container .box .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .wrapper .popup .container .box .img .name {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #00a9ab;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  .wrapper .popup .container .box .img .name span {
    font-size: 11px;
  }
  .wrapper .popup .container .box .img .name::after {
    content: "";
    height: 1px;
    width: 50px;
    margin-top: 10px;
    background: #00a9ab;
  }
  .wrapper .popup .container .box .text {
    width: 300px;
    font-size: 18px;
  }
  .wrapper .popup .comment {
    height: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: url(../images/pop-icon02.png) no-repeat;
    background-size: 592px;
    background-position: center 100%;
    font-size: 23px;
  }
}


#footer {
  background-color: #00a9ab;
  color: #ffff;
  font-size: 0.75em;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;

}

#footer a {
    color: #ffff;
    text-decoration: none;
    font-size: 16px;
}
