@charset "UTF-8";
@-webkit-keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {
  .main_img {
    margin: 121px 0 0;
  }
}

.sec_contact {
  background: linear-gradient(274deg, #005092 0%, #014279 100%);
  padding: 64px 0 88px;
}
@media screen and (max-width: 768px) {
  .sec_contact {
    padding: 40px 0 64px;
  }
}
.sec_contact .contents h2 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 250;
  letter-spacing: 9.6px;
  text-align: center;
  padding: 0 0 75px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents h2 {
    font-size: 2.4rem;
    letter-spacing: 5.76px;
    padding: 0 0 40px;
  }
}
.sec_contact .contents .contact_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_box {
    flex-direction: column;
    gap: 24px;
  }
}
.sec_contact .contents .contact_box .contact_item {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_box .contact_item {
    width: 100%;
  }
}
.sec_contact .contents .contact_box .contact_item a {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.25));
  transition: 0.4s ease;
}
@media screen and (min-width: 769px) {
  .sec_contact .contents .contact_box .contact_item a:hover {
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    transform: scale(1.015);
  }
}

.sec01 {
  padding: 96px 0 72px;
  background: var(--bgc-grey, #F6F6F6);
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 76px 0;
  }
}
.sec01 .contents_full {
  position: relative;
}
.sec01 .contents_full .sp_img {
  padding: 0 0 0 6%;
}
.sec01 .contents_full .contents .sec01_box {
  display: flex;
  justify-content: flex-end;
  height: 636px;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .contents .sec01_box {
    height: auto;
    padding: 0 0 45px;
  }
}
.sec01 .contents_full .contents .sec01_box::before {
  content: "";
  background: url(../images/top/sec01_img_01.jpg) center center;
  background-size: cover;
  width: calc(50% + 100px);
  height: 636px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .contents .sec01_box::before {
    content: none;
  }
}
.sec01 .contents_full .contents .sec01_box .sec01_box_r {
  width: 467px;
}
.sec01 .contents_full .contents .sec01_box .sec01_box_r h2 {
  color: var(--txt-blue, #005092);
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 86.4px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .contents .sec01_box .sec01_box_r h2 {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 1.12px;
  }
}
.sec01 .contents_full .contents .sec01_box .sec01_box_r h2 span {
  color: var(--bgc, #32BBC5);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 7.68px;
  display: block;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .contents .sec01_box .sec01_box_r h2 span {
    font-size: 1.8rem;
    font-weight: 250;
    letter-spacing: 4.32px;
    padding: 0 0 5px;
  }
}
.sec01 .contents_full .contents .sec01_box .sec01_box_r .sec01_ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 50px 0 0;
}
.sec01 .contents_full .contents .sec01_box .sec01_box_r .sec01_ul li {
  border-radius: 2px;
  background: var(--bgc-white, #FEFEFE);
  position: relative;
  height: 47px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.sec01 .contents_full .contents .sec01_box .sec01_box_r .sec01_ul li::before {
  content: "";
  background: url(../images/top/icon_check.svg);
  background-size: cover;
  width: 24px;
  height: 27.328px;
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .contents .sec01_box .sec01_box_r .sec01_ul li::before {
    width: 20px;
    height: 22px;
  }
}
.sec01 .contents_full .contents .sec01_box .sec01_box_r .sec01_ul li span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding: 0 0 0 67px;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .contents .sec01_box .sec01_box_r .sec01_ul li span {
    font-size: 1.6rem;
    font-weight: 350;
    letter-spacing: 0.64px;
    padding: 0 0 0 55px;
  }
}

.sec02 {
  background: #F6F6F6;
  padding: 330px 0 0;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 120px 0 0;
  }
}
.sec02 .contents_full {
  position: relative;
  padding: 0 0 240px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full {
    padding: 0 0 64px;
  }
}
.sec02 .contents_full::before {
  content: "";
  background: url(../images/top/sec02_bk_01.jpg) no-repeat;
  background-size: cover;
  width: 93%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full::before {
    width: 100%;
    background: url(../images/top/sec02_bk_01_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.sec02 .contents_full .contents {
  width: 1020px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents {
    width: 100%;
  }
}
.sec02 .contents_full .h2_box {
  width: 1300px;
  height: 277px;
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 56px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .h2_box {
    width: 92%;
    height: auto;
    top: -100px;
    padding: 40px 0 30px;
  }
}
.sec02 .contents_full .h2_box::before {
  content: "";
  background: url(../images/top/icon_ekusu.svg);
  background-size: cover;
  width: 119px;
  height: 119px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .h2_box::before {
    width: 56px;
    height: 56px;
    top: -27px;
  }
}
.sec02 .contents_full .h2_box::after {
  content: "";
  background: url(../images/top/bottom_line_arrow.png) no-repeat;
  width: 1300px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .h2_box::after {
    background: url(../images/top/bottom_line_arrow_sp.png) no-repeat center center;
    width: 100%;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: -30px;
    background-size: cover;
  }
}
.sec02 .contents_full .h2_box h2 {
  color: var(--txt-blue, #005092);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .h2_box h2 {
    line-height: 1;
  }
}
.sec02 .contents_full .h2_box h2 .h2_txt_01 {
  color: var(--txt-blue, #005092);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.28px;
  display: block;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .h2_box h2 .h2_txt_01 {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.64px;
    padding: 0 0 10px;
  }
}
.sec02 .contents_full .h2_box h2 .h2_txt_02 {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .h2_box h2 .h2_txt_02 {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.88px;
    line-height: 1;
  }
}
.sec02 .contents_full .h2_box h2 .h2_txt_03 {
  color: var(--txt-blue, #005092);
  font-family: "Zen Old Mincho", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .h2_box h2 .h2_txt_03 {
    line-height: 1;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 1.12px;
  }
}
.sec02 .contents_full .sec02_read {
  position: relative;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .sec02_read {
    padding: 140px 0 64px;
  }
}
.sec02 .contents_full .sec02_read .sec02_read_01 {
  color: #FFF;
  text-shadow: 0px 0px 16px rgba(45, 45, 45, 0.5);
  font-family: "Zen Old Mincho", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.2%; /* 96.992px */
  letter-spacing: 3.36px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .sec02_read .sec02_read_01 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 173.2%; /* 34.64px */
    letter-spacing: 0.8px;
  }
}
.sec02 .contents_full .sec02_read .sec02_read_02 {
  color: #FFF;
  text-shadow: 0px 0px 16px rgba(45, 45, 45, 0.5);
  font-family: "Zen Old Mincho", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 162.2%;
  letter-spacing: 4.32px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .sec02_read .sec02_read_02 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-align: center;
  }
}
.sec02 .contents_full .sec02_read .sec02_read_02 span {
  color: #FFF;
  text-shadow: 0px 0px 16px rgba(45, 45, 45, 0.5);
  font-family: "Zen Old Mincho", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 162.2%;
  letter-spacing: 3.36px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .sec02_read .sec02_read_02 span {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.8px;
  }
}
.sec02 .contents_full .sec02_box {
  position: relative;
}
.sec02 .contents_full .sec02_box h3 {
  color: var(--txt-blue, #005092);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 229.167% */
  letter-spacing: 0.96px;
  border-left: 12px solid #005092;
  background: linear-gradient(90deg, #FEFEFE 76.54%, rgba(217, 217, 217, 0) 100%);
  padding: 2px 0 5px 28px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .sec02_box h3 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.64px;
    padding: 8px 20px 8px;
    margin: 0 0 15px;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: 0.64px;
  }
}
.sec02 .contents_full .sec02_box .text_box p {
  color: var(--txt, #FFF);
  text-shadow: 0px 0px 10px rgba(45, 45, 45, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%; /* 55px */
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .sec02_box .text_box p {
    font-size: 1.3rem;
    font-weight: 350;
    line-height: 200%;
  }
}
.sec02 .contents_full .sec02_box + .sec02_box {
  margin: 70px 0 0;
}

.sec03 {
  background: url(../images/top/sec03_bk_01.jpg) no-repeat top center;
  background-size: 100%;
  padding: 160px 0 105px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    background: url(../images/top/sec03_bk_01_sp.jpg) no-repeat top center;
    background-size: 100%;
    padding: 66px 0 80px;
  }
}
.sec03 .contents {
  width: 950px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents {
    width: 100%;
  }
}
.sec03 .contents h2 {
  color: var(--txt-blue, #005092);
  font-family: "Zen Old Mincho", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec03 .contents h2 {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 1.12px;
  }
}
.sec03 .contents h2 span {
  color: var(--txt-blue, #005092);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 7.68px;
  display: block;
  padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents h2 span {
    font-size: 1.8rem;
    letter-spacing: 4.32px;
  }
}
.sec03 .contents .sec03_read {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_read {
    margin: 60px auto 0;
  }
}
.sec03 .contents .sec03_read p {
  color: var(--txt, #2D2D2D);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_read p {
    font-size: 1.3rem;
    font-weight: 350;
    line-height: 200%;
  }
}
.sec03 .contents .sec03_box_01 {
  display: flex;
  justify-content: space-between;
  margin: 85px 0 0;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_01 {
    margin: 60px 0 0;
    flex-direction: column;
    gap: 24px;
  }
}
.sec03 .contents .sec03_box_01 .sec03_box_01_item {
  width: 454px;
  height: 414px;
  background: #005092;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 70px 0;
  color: #fff;
  border-radius: 4px;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_01 .sec03_box_01_item {
    width: 100%;
    height: auto;
    padding: 30px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
}
.sec03 .contents .sec03_box_01 .sec03_box_01_item h3 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
  padding: 0 0 20px;
  border-bottom: 1px solid #fff;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_01 .sec03_box_01_item h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 200%;
    border-bottom: none;
    position: relative;
    width: 100%;
  }
  .sec03 .contents .sec03_box_01 .sec03_box_01_item h3::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec03 .contents .sec03_box_01 .sec03_box_01_item p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_01 .sec03_box_01_item p {
    font-size: 1.3rem;
    font-weight: 350;
    line-height: 200%;
  }
}
.sec03 .contents .sec03_box_02 {
  margin: 60px 0 0;
  border-top: 4px solid;
  -o-border-image: linear-gradient(262deg, #32BBC5 39.43%, #005092 59.85%) 1;
     border-image: linear-gradient(262deg, #32BBC5 39.43%, #005092 59.85%) 1;
  background: var(--bgc-grey, #F6F6F6);
  padding: 102px 144px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_02 {
    padding: 48px 18px;
    border-top: 2px solid;
    background: var(--bgc-grey, #F6F6F6);
  }
}
.sec03 .contents .sec03_box_02 h3 {
  color: var(--txt-blue, #005092);
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_02 h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin: 0 0 30px;
  }
}
.sec03 .contents .sec03_box_02 .sec03_box_02_ul {
  border-top: 1px solid #D9D9D9;
}
.sec03 .contents .sec03_box_02 .sec03_box_02_ul li {
  position: relative;
  padding: 12px 0 12px 35px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_02 .sec03_box_02_ul li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 180%;
    padding: 10px 0 10px 30px;
  }
}
.sec03 .contents .sec03_box_02 .sec03_box_02_ul li::before {
  content: "";
  background: var(--txt-blue, #005092);
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_02 .sec03_box_02_ul li::before {
    width: 12px;
    height: 12px;
    top: 16px;
    transform: inherit;
  }
}
.sec03 .contents .sec03_box_02 .text_box {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_02 .text_box {
    margin: 20px auto 0;
  }
}
.sec03 .contents .sec03_box_02 .text_box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_box_02 .text_box p {
    font-size: 1.3rem;
    font-weight: 350;
    line-height: 200%;
  }
}

.sec04 .contents_full_01 {
  padding: 180px 0 240px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 {
    padding: 100px 0;
  }
}
.sec04 .contents_full_01::before {
  content: "";
  background: url(../images/top/feature.svg);
  background-size: cover;
  width: 150px;
  height: 957px;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01::before {
    width: 54px;
    height: 347px;
    top: 10px;
  }
}
.sec04 .contents_full_01 .contents h2 {
  color: var(--txt-blue, #005092);
  font-family: "Zen Old Mincho", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 19.2px;
  text-align: center;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents h2 {
    font-size: 4.8rem;
    letter-spacing: 11.52px;
    margin: 0 0 77px;
  }
}
.sec04 .contents_full_01 .contents h2 span {
  color: var(--txt-blue, #005092);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.76px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents h2 span {
    font-size: 2.4rem;
    letter-spacing: 2.88px;
  }
}
.sec04 .contents_full_01 .contents .sec04_box_01_wrap {
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(20deg, #32BBC5 15.87%, #005092 77.37%);
  border-radius: 4px;
}
.sec04 .contents_full_01 .contents .sec04_box_01 {
  padding: 87px 72px 75px;
  display: flex;
  background: #F6F6F6;
  border-radius: 3px;
  justify-content: space-between;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents .sec04_box_01 {
    padding: 80px 44px 56px;
    flex-direction: column;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
}
.sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_l {
  width: 315px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_l {
    width: 100%;
    padding: 0 10px;
  }
}
.sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_l::before {
  content: "";
  background: url(../images/top/pioneer.svg);
  background-size: cover;
  width: 233px;
  height: 100px;
  position: absolute;
  left: -44px;
  top: -58px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_l::before {
    width: 160px;
    height: 67px;
    left: -24px;
    top: -38px;
  }
}
.sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r {
  width: 790px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r {
    width: 100%;
  }
}
.sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r .sec04_box_01_txt_01 {
  color: #005092;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 2.56px;
  border-right: 1px solid var(--txt-blue, #005092);
  border-left: 1px solid var(--txt-blue, #005092);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 39px 0 34px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r .sec04_box_01_txt_01 {
    font-size: 18px;
    letter-spacing: 1.44px;
    padding: 0 10px;
    margin: 20px auto 10px;
  }
}
.sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r .sec04_box_01_txt_02 {
  color: #005092;
  font-family: "Zen Old Mincho", serif;
  font-size: 56px;
  letter-spacing: 2.24px;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r .sec04_box_01_txt_02 {
    font-size: 32px;
    line-height: 180%;
    letter-spacing: 1.28px;
    padding: 0 0 30px;
    text-align: center;
    line-height: 1.5;
  }
}
.sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r .sec04_box_01_txt_02 span {
  color: #005092;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r .sec04_box_01_txt_02 span {
    font-size: 2.4rem;
    line-height: 180%;
    padding: 0;
    display: block;
  }
}
.sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r .sec04_box_01_txt_03 {
  color: #2D2D2D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_01 .contents .sec04_box_01 .sec04_box_01_r .sec04_box_01_txt_03 {
    font-size: 1.3rem;
    line-height: 26px;
    text-align: left;
  }
}
.sec04 .contents_full_02 .sec04_box_02 {
  background: #FEFEFE;
  display: flex;
  flex-direction: column;
  gap: 88px;
  counter-reset: number;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 {
    gap: 72px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 {
    padding: 0 0 264px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01.item_youtube::before {
  content: none;
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01.item_youtube .sec04_youtube iframe {
  max-width: 890px;
  width: 50%;
  height: 502px;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01.item_youtube .sec04_youtube iframe {
    width: 100%;
    height: 264px;
    z-index: 1;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01::before {
  content: "";
  width: 50%;
  height: 502px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01::before {
    width: 100%;
    height: 264px;
    z-index: 1;
    top: inherit;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents {
    padding: 0;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l {
  width: 50%;
  background: #F6F6F6;
  position: relative;
  padding: 0 0 88px;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l {
    width: 100%;
    padding: 0 6%;
    min-height: auto;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l::before {
  content: "";
  background: #F6F6F6;
  width: 1000px;
  height: 100%;
  position: absolute;
  left: -1000px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l::before {
    content: none;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_num {
  position: relative;
  width: 142px;
  border-top: 2px solid #2BA8B1;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_num {
    width: 72px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_num::before {
  color: var(--txt, #2BA8B1);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 104px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_num::before {
    font-size: 4.8rem;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_num span {
  padding: 17px 0 0;
  writing-mode: vertical-rl;
  color: #2BA8B1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 5.76px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_num span {
    padding: 10px 0 0;
    font-size: 1.2rem;
    letter-spacing: 2.88px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box {
  padding: 70px 0 0 65px;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box {
    width: 100%;
    padding: 30px 0 0;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .sec04_box_02_tit {
  color: #2D2D2D;
  font-family: "Noto Serif JP", serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .sec04_box_02_tit {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .sec04_box_02_tit span {
  color: #2BA8B1;
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .sec04_box_02_tit span {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .sec04_box_02_tit span.span02 {
  color: #2D2D2D;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .sec04_box_02_tit span.span02 {
    font-size: 2rem;
    letter-spacing: 1.28px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .text_box {
  padding: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .text_box {
    padding: 35px 0;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .text_box p {
  color: var(--txt, #2D2D2D);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_01 .contents .sec04_box_02_item_01_l .sec04_box_02_text_box .text_box p {
    font-size: 1.3rem;
    line-height: 26px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 {
    padding: 0 0 264px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02.item_youtube::before {
  content: none;
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02.item_youtube .sec04_youtube iframe {
  max-width: 890px;
  width: 50%;
  height: 502px;
  position: absolute;
  right: 50%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02.item_youtube .sec04_youtube iframe {
    width: 100%;
    height: 264px;
    z-index: 1;
    top: inherit;
    bottom: 0;
    right: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02::before {
  content: "";
  width: 50%;
  height: 502px;
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02::before {
    width: 100%;
    height: 264px;
    z-index: 1;
    top: inherit;
    bottom: 0;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents {
    padding: 0;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r {
  width: 570px;
  position: relative;
  padding: 0 0 88px;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r {
    width: 100%;
    padding: 0 6%;
    min-height: auto;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_num {
  position: relative;
  width: 142px;
  border-top: 2px solid #2BA8B1;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_num {
    width: 72px;
    margin: 0 0 0 auto;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_num::before {
  color: var(--txt, #2BA8B1);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 104px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_num::before {
    font-size: 4.8rem;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_num span {
  padding: 17px 0 0;
  writing-mode: vertical-rl;
  color: var(--txt, #2BA8B1);
  font-family: Noto Sans JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 5.76px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_num span {
    padding: 10px 0 0;
    font-size: 1.2rem;
    letter-spacing: 2.88px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box {
  padding: 70px 0 0 15px;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box {
    width: 100%;
    padding: 30px 0 0;
    text-align: right;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .sec04_box_02_tit {
  color: #2D2D2D;
  font-family: "Noto Serif JP", serif;
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .sec04_box_02_tit {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .sec04_box_02_tit span {
  color: #2BA8B1;
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .sec04_box_02_tit span {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .sec04_box_02_tit span.span02 {
  color: #2D2D2D;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .sec04_box_02_tit span.span02 {
    font-size: 2rem;
    letter-spacing: 1.28px;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .text_box {
  padding: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .text_box {
    padding: 35px 0;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .text_box p {
  color: var(--txt, #2D2D2D);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .sec04_box_02_item_02 .contents .sec04_box_02_item_01_r .sec04_box_02_text_box .text_box p {
    font-size: 1.3rem;
    line-height: 26px;
    text-align: left;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_01::before {
  background: url(../images/top/sec04_img_01.jpg) no-repeat;
  background-size: cover;
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_02::before {
  background: url(../images/top/sec04_img_02.jpg) no-repeat;
  background-size: cover;
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_03::before {
  background: url(../images/top/sec04_img_03.jpg) no-repeat;
  background-size: cover;
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_04::before {
  background: url(../images/top/sec04_img_04.jpg) no-repeat;
  background-size: cover;
  width: 650px;
  right: 50%;
  left: inherit;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .item_img_04::before {
    width: 100%;
    right: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_10::before {
  background: url(../images/top/sec04_img_10.jpg) no-repeat;
  background-size: cover;
  width: 650px;
  right: 50%;
  left: inherit;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .item_img_10::before {
    width: 100%;
    right: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_05::before {
  background: url(../images/top/sec04_img_05.jpg) no-repeat;
  background-size: cover;
  width: 650px;
  right: inherit;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .item_img_05::before {
    width: 100%;
    left: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_06::before {
  background: url(../images/top/sec04_img_06.jpg) no-repeat;
  background-size: cover;
  width: 650px;
  right: 50%;
  left: inherit;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .item_img_06::before {
    width: 100%;
    right: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_07::before {
  background: url(../images/top/sec04_img_09.jpg) no-repeat;
  background-size: cover;
  width: 650px;
  right: inherit;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .item_img_07::before {
    width: 100%;
    left: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_11::before {
  background: url(../images/top/sec04_img_11.jpg) no-repeat;
  background-size: cover;
  width: 650px;
  right: 50%;
  left: inherit;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .item_img_11::before {
    width: 100%;
    right: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_08::before {
  background: url(../images/top/sec04_img_07.jpg) no-repeat;
  background-size: cover;
  width: 650px;
  right: inherit;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .item_img_08::before {
    width: 100%;
    left: inherit;
  }
}
.sec04 .contents_full_02 .sec04_box_02 .item_img_09::before {
  background: url(../images/top/sec04_img_08.jpg) no-repeat;
  background-size: cover;
  width: 650px;
  right: 50%;
  left: inherit;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full_02 .sec04_box_02 .item_img_09::before {
    width: 100%;
    right: inherit;
  }
}

.sec05 {
  background: #F6F6F6;
  padding: 160px 0 190px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 80px 0 88px;
    overflow: hidden;
  }
}
.sec05 .contents {
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
@media screen and (max-width: 768px) {
  .sec05 .contents {
    padding: 0;
  }
}
.sec05 .contents h2 {
  color: var(--txt, #2D2D2D);
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  text-align: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 1.12px;
    margin: 0 0 88px;
  }
}
.sec05 .contents h2 span {
  color: var(--txt, #2BA8B1);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 9.6px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec05 .contents h2 span {
    font-size: 1.8rem;
    letter-spacing: 4.32px;
  }
}
.sec05 .contents .tabs {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec05 .contents .tab_item {
  cursor: pointer;
  width: 50%;
  text-align: center;
  color: #2BA8B1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  background: #D6F3F5;
  padding: 16px 0;
  display: block;
  float: left;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0px 0px;
  border: 2px solid #2BA8B1;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_item {
    width: 46%;
    font-size: 1.4rem;
    letter-spacing: 2.1px;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sec05 .contents .tab_item.tab_item_md {
    margin: 0 0 0 4%;
  }
}
.sec05 .contents input[name=tab_item] {
  display: none;
}
.sec05 .contents .tab_content {
  display: none;
  clear: both;
}
.sec05 .contents .tab_content .btn_wrap {
  background: #2BA8B1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  counter-reset: tab_btn;
  gap: 24px 0;
  padding: 48px 100px 32px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .btn_wrap {
    gap: 10px 4%;
    padding: 32px 4%;
    position: relative;
  }
  .sec05 .contents .tab_content .btn_wrap::before {
    content: "";
    background: #2BA8B1;
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec05 .contents .tab_content .btn_wrap .btn_style {
  position: relative;
  height: 40px;
  padding: 0 12px 0 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 2px;
  background: #C2E8F0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style {
    height: 36px;
    padding: 0 5px 0 30px;
    width: 48%;
  }
}
@media screen and (max-width: 330px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style {
    padding: 0 5px 0 20px;
  }
}
.sec05 .contents .tab_content .btn_wrap .btn_style::before {
  counter-increment: tab_btn;
  content: counter(tab_btn, decimal-leading-zero);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #2BA8B1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style::before {
    left: 5px;
    font-size: 1.4rem;
  }
}
.sec05 .contents .tab_content .btn_wrap .btn_style span {
  position: relative;
  color: var(--txt, #2D2D2D);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style span {
    font-size: 1.3rem;
  }
  .sec05 .contents .tab_content .btn_wrap .btn_style span > span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 330px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style span {
    font-size: 1.2rem;
  }
}
.sec05 .contents .tab_content .btn_wrap .btn_style span > span::before {
  content: none;
}
.sec05 .contents .tab_content .btn_wrap .btn_style span::before {
  content: "|";
  color: #2BA8B1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 36px;
  position: relative;
  left: -10px;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style span::before {
    font-size: 1.4rem;
    left: -5px;
  }
}
@media screen and (max-width: 330px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style span::before {
    left: -1px;
  }
}
.sec05 .contents .tab_content .btn_wrap .btn_style.active {
  background: #fff;
}
.sec05 .contents .tab_content .btn_wrap .btn_style.active span {
  color: #2BA8B1;
  font-weight: 600;
}
.sec05 .contents .tab_content .btn_wrap .btn_style:not(:first-child) {
  margin: 0 0 0 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style:not(:first-child) {
    margin: 0;
  }
}
.sec05 .contents .tab_content .btn_wrap .btn_style:not(:first-child)::after {
  content: "";
  background: url(../images/common/icon_arrow.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .btn_wrap .btn_style:not(:first-child)::after {
    content: none;
  }
}
.sec05 .contents .tab_content .conts_wrap .reset {
  display: none;
}
.sec05 .contents .tab_content .conts_wrap .reset.active {
  display: block;
}
.sec05 .contents .tab_content .conts_wrap .process_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box {
    flex-direction: column;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_l {
  width: 590px;
  height: 829px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_l {
    display: none;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r {
  width: 710px;
  padding: 60px 70px 60px 48px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r {
    width: 100%;
    padding: 32px 4% 157px;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit {
  display: flex;
  align-items: center;
  border-top: 2px solid var(--bgc, #32BBC5);
  border-bottom: 2px solid var(--bgc, #32BBC5);
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit {
    margin: 0 0 24px;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_num {
  background: #D6F3F5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_num {
    height: 48px;
    padding: 0 24px;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_num .process_num_01 {
  color: #2BA8B1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_num .process_num_01 {
    font-size: 1.4rem;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_num .process_num_01 .process_num_02 {
  color: #2BA8B1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_num .process_num_01 .process_num_02 {
    font-size: 2rem;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_tit_txt {
  color: #2D2D2D;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 7.68px;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_tit_txt {
    font-size: 2rem;
    letter-spacing: 4.8px;
    padding: 0 0 0 24px;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_tit_txt span {
  color: #2D2D2D;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_tit .process_tit_txt span {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_sp_img {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_txt_box p {
  color: var(--txt, #2D2D2D);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_txt_box p {
    font-size: 1.3rem;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_txt_box p:not(:last-child) {
  padding: 0 0 2em;
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_txt_box p .color01 {
  color: #2BA8B1;
  font-weight: 600;
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .process_txt_box p .bold {
  font-weight: 600;
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .arrow_wrap {
  position: absolute;
  right: 80px;
  bottom: 80px;
  width: 192px;
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .arrow_wrap {
    bottom: 72px;
    right: inherit;
    justify-content: space-between;
    width: 92%;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_item {
  width: 80px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_prev {
  background: #D6F3F5;
  color: #2BA8B1;
  padding: 0 0 0 10px;
  position: relative;
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_prev::before {
  content: "";
  border-top: solid 1px #2BA8B1;
  border-right: solid 1px #2BA8B1;
  transform: translateY(-50%) rotate(-135deg);
  width: 7px;
  height: 7px;
  position: absolute;
  left: 18px;
  top: 50%;
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_next {
  background: #32BBC5;
  color: #fff;
  padding: 0 10px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 .contents .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_next {
    margin: 0 0 0 auto;
  }
}
.sec05 .contents .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_next::before {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  position: absolute;
  right: 18px;
  top: 50%;
}
.sec05 .contents #tab01:checked ~ #tab01_content,
.sec05 .contents #tab02:checked ~ #tab02_content,
.sec05 .contents #tab03:checked ~ #tab03_content {
  display: block;
}
.sec05 .contents .tabs input:checked + .tab_item {
  background: #2BA8B1;
  color: #fff;
}

.sec06 {
  padding: 120px 0 152px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 80px 0 94px;
  }
}
.sec06 .contents h2 {
  color: var(--txt, #2D2D2D);
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  text-align: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 1.12px;
    margin: 0 0 64px;
  }
}
.sec06 .contents h2 span {
  color: var(--txt, #2BA8B1);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 9.6px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec06 .contents h2 span {
    font-size: 1.8rem;
    letter-spacing: 4.32px;
  }
}
.sec06 .contents .sec06_conts {
  border-radius: 4px;
  background: #F6F6F6;
  box-shadow: 2px 2px 4px 0px #B2B2B2;
  padding: 80px 180px 90px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts {
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: inherit;
  }
}
.sec06 .contents .sec06_conts table {
  margin: 0 0 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts table {
    margin: 0 0 40px;
  }
}
.sec06 .contents .sec06_conts table tr th {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts table tr th {
    font-size: 1.3rem;
    letter-spacing: 1.04px;
  }
}
.sec06 .contents .sec06_conts table tr th.th_01 {
  width: 411px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts table tr th.th_01 {
    width: 130px;
  }
}
.sec06 .contents .sec06_conts table tr th.th_02 {
  width: 264px;
  padding: 12px 0;
  border-right: 4px solid #F6F6F6;
  border-left: 4px solid #F6F6F6;
  background: var(--bgc, #32BBC5);
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts table tr th.th_02 {
    width: auto;
    padding: 8px 0;
    border-right: 2px solid #F6F6F6;
    border-left: 2px solid #F6F6F6;
  }
}
.sec06 .contents .sec06_conts table tr th.th_03 {
  width: 264px;
  background: #005092;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts table tr th.th_03 {
    width: auto;
  }
}
.sec06 .contents .sec06_conts table tr td {
  padding: 24px 0;
  color: #2D2D2D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: 4px solid #F6F6F6;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts table tr td {
    font-size: 1.3rem;
    letter-spacing: 1.04px;
    padding: 12px 0;
    border-right: 2px solid #F6F6F6;
  }
}
.sec06 .contents .sec06_conts table tr td.td_01 {
  color: #005092;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts table tr td.td_01 {
    font-size: 1.3rem;
    letter-spacing: 1.04px;
  }
}
.sec06 .contents .sec06_conts table tr td:last-child {
  border-right: none;
}
.sec06 .contents .sec06_conts table tr.tr_01 td {
  border-right: none;
  background: #757575;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-align: left;
  vertical-align: middle;
  padding: 12px 0 12px 72px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts table tr.tr_01 td {
    font-size: 1.3rem;
    letter-spacing: 1.04px;
    padding: 6px 0;
    text-align: center;
  }
}
.sec06 .contents .sec06_conts table tr.tr_02 {
  background: #EBEBEB;
}
.sec06 .contents .sec06_conts table tr.tr_03 {
  background: #fff;
}
.sec06 .contents .sec06_conts .table_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 350;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec06 .contents .sec06_conts .table_txt {
    font-size: 1.3rem;
  }
}

.sec07 {
  background: var(--bgc-grey, #F6F6F6);
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 80px 0;
  }
}
.sec07 .contents h2 {
  color: var(--txt, #2D2D2D);
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 1.92px;
  text-align: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .sec07 .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 1.12p;
  }
}
.sec07 .contents h2 span {
  color: #2BA8B1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 9.6px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec07 .contents h2 span {
    font-size: 1.8rem;
    letter-spacing: 4.32px;
    padding: 0 0 10px;
  }
}
.sec07 .contents .qa_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sec07 .contents .qa_box_wrap {
    gap: 25px;
  }
}
.sec07 .contents .qa_box_wrap .qa_box {
  background: #fff;
  border-radius: 4px;
}
.sec07 .contents .qa_box_wrap .qa_box .qa_tit {
  position: relative;
  padding: 33px 110px 33px 115px;
  pointer-events: all;
  cursor: pointer;
  border-radius: 4px;
  border-left: 2px solid #32BBC5;
}
@media screen and (max-width: 768px) {
  .sec07 .contents .qa_box_wrap .qa_box .qa_tit {
    padding: 16px 52px 16px 57px;
  }
}
.sec07 .contents .qa_box_wrap .qa_box .qa_tit.open {
  border-radius: 4px 4px 0 0;
}
.sec07 .contents .qa_box_wrap .qa_box .qa_tit::before {
  content: "";
  background: url(../images/common/icon_q.svg);
  background-size: cover;
  position: absolute;
  text-align: center;
  left: 30px;
  line-height: 1;
  width: 32px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .sec07 .contents .qa_box_wrap .qa_box .qa_tit::before {
    left: 15px;
    top: 18px;
    transform: inherit;
    width: 16px;
    height: 21px;
  }
}
.sec07 .contents .qa_box_wrap .qa_box .qa_tit .close {
  color: var(--txt, #2D2D2D);
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec07 .contents .qa_box_wrap .qa_box .qa_tit .close {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.sec07 .contents .qa_box_wrap .qa_box .qa_tit .close::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  background: #32BBC5;
  border-radius: 1px;
  width: 30px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .sec07 .contents .qa_box_wrap .qa_box .qa_tit .close::before {
    width: 16px;
    right: 17px;
  }
}
.sec07 .contents .qa_box_wrap .qa_box .qa_tit .close::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  background: #32BBC5;
  border-radius: 1px;
  width: 30px;
  height: 1px;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sec07 .contents .qa_box_wrap .qa_box .qa_tit .close::after {
    width: 16px;
    right: 17px;
    top: 49%;
  }
}
.sec07 .contents .qa_box_wrap .qa_box .qa_tit .close.open::after {
  transform: rotate(0);
}
.sec07 .contents .qa_box_wrap .qa_box .qa_txt {
  display: none;
  position: relative;
  padding: 36px 43px;
  background: #fff;
  color: var(--txt, #2BA8B1);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 768px) {
  .sec07 .contents .qa_box_wrap .qa_box .qa_txt {
    padding: 25px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.sec08 {
  padding: 160px 0 120px;
  background: url(../images/top/sec08_bk_01.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec08 {
    background: url(../images/top/sec08_bk_01_sp.jpg);
    background-size: cover;
    padding: 80px 0;
  }
}
.sec08 .contents h2 {
  color: #2D2D2D;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  text-align: center;
  margin: 0 0 96px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 13.44px;
    margin: 0 0 72px;
  }
}
.sec08 .contents .sec08_box_01 {
  display: flex;
  border-radius: 4px;
  background: var(--bgc-grey, #F6F6F6);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_01 {
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
  }
}
.sec08 .contents .sec08_box_01 .sec08_box_01_l {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_01 .sec08_box_01_l {
    width: 100%;
  }
}
.sec08 .contents .sec08_box_01 .sec08_box_01_r {
  width: 920px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_01 .sec08_box_01_r {
    width: 100%;
    padding: 34px 29px;
  }
}
.sec08 .contents .sec08_box_01 .sec08_box_01_r .doctor_name {
  color: #2BA8B1;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_01 .sec08_box_01_r .doctor_name {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.96px;
    padding: 0 0 20px;
  }
}
.sec08 .contents .sec08_box_01 .sec08_box_01_r .doctor_name span {
  padding: 0 0 0 24px;
  color: #2BA8B1;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_01 .sec08_box_01_r .doctor_name span {
    font-size: 1.6rem;
    line-height: 1;
    padding: 0 0 0 11px;
  }
}
.sec08 .contents .sec08_box_01 .sec08_box_01_r .doctor_txt_box p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_01 .sec08_box_01_r .doctor_txt_box p {
    font-size: 1.3rem;
  }
}
.sec08 .contents .sec08_box_02 {
  margin: 100px auto 0;
  display: flex;
  padding: 0 30px 0;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 {
    flex-direction: column;
    margin: 40px auto 0;
    gap: 24px;
    padding: 0;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item {
  width: 50%;
  border-left: 1px solid #2BA8B1;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item {
    padding: 5px 0 5px 24px;
    width: 100%;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item h4 {
  color: #2BA8B1;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 5.12px;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item h4 {
    font-size: 2rem;
    letter-spacing: 3.2px;
    padding: 0 0 16px;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item dl {
  display: flex;
  flex-wrap: wrap;
  width: 440px;
  gap: 5px 0;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item dl {
    width: 100%;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item dl dt {
  color: #2D2D2D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 350;
  width: 80px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item dl dt {
    font-size: 1.3rem;
    width: 85px;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item dl dt.last {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item dl dt.last {
    width: 85px;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item dl dd {
  color: #2D2D2D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 350;
  width: 360px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item dl dd {
    font-size: 1.3rem;
    width: calc(100% - 85px);
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item dl dd.last {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item dl dd.last {
    width: calc(100% - 85px);
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item h5 {
  color: #2BA8B1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item h5 {
    font-size: 1.3rem;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item .sec08_box_02_item_ul {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item .sec08_box_02_item_ul {
    margin: 0 0 30px;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item .sec08_box_02_item_ul li {
  color: #2D2D2D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  position: relative;
  padding: 0 0 0 23px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item .sec08_box_02_item_ul li {
    font-size: 1.3rem;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item .sec08_box_02_item_ul li::before {
  content: "";
  background: #2BA8B1;
  background-size: cover;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item .sec08_box_02_item_ul li::before {
    top: 8px;
  }
}
.sec08 .contents .sec08_box_02 .sec08_box_02_item .sec08_box_02_item_txt {
  color: #2D2D2D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents .sec08_box_02 .sec08_box_02_item .sec08_box_02_item_txt {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.sec_slide .contents_full {
  background: #fff;
}

.loopSlide {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .loopSlide {
    padding: 32px 0;
  }
}
.loopSlide ul {
  padding: 0;
  width: auto;
  height: 266px;
  display: flex;
  flex-shrink: 0;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .loopSlide ul {
    height: 160px;
    gap: 17px;
  }
}
.loopSlide ul:first-child {
  -webkit-animation: slide1 120s -60s linear infinite;
          animation: slide1 120s -60s linear infinite;
}
.loopSlide ul:last-child {
  -webkit-animation: slide2 120s linear infinite;
          animation: slide2 120s linear infinite;
}
.loopSlide ul li {
  display: inline-block;
  text-align: center;
}
.loopSlide ul li img {
  display: block;
  width: auto;
  height: 266px;
  filter: drop-shadow(2px 2px 4px #B2B2B2);
}
@media screen and (max-width: 768px) {
  .loopSlide ul li img {
    height: 160px;
  }
}
/*# sourceMappingURL=top.css.map */