@charset "utf-8";

main {
  overflow: hidden;
}
.page-width {
  position: relative;
  z-index: 1;
}

/* about-heading */
.about-page-heading {
  padding: 30px 0 90px;
  background: linear-gradient(-45deg, #EDF8F4, #FAFAFA);
}
.about-page-heading .c-breadcrumbs {
  margin: 0 0 70px;
}
.about-page-title {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  gap: 20px;
  margin: 0 0 45px;
}
.about-page-title::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 10px;
  height: 32px;
  background: linear-gradient(#8DE5FD, #00D9A3);
}
.about-page-heading p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-page-heading {
    padding: 20px 0 60px;
  }
  .about-page-heading .c-breadcrumbs {
    margin: 0 0 58px;
  }
  .about-page-title {
    font-size: 2.6rem;
    gap: 15px;
    margin: 0 0 25px;
    white-space: nowrap;
  }
  .about-page-title::before {
    height: 29px;
  }

}
/* about-heading */

/* aq01 */
.aq01 {
  padding: 90px 0 80px;
  position: relative;
}
.aq01 #lottie03 {
  position: absolute;
  top: -425px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.aq01 #lottie04 {
  position: absolute;
  top: 740px;
  left: 0;
  z-index: 0;
  width: calc(245 / 1280 * 100vw);
  height: calc(817 / 1280 * 100vw);
  background: url(../img/lottie04.png);
  background-size: 100%;
}
.ap-title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  width: fit-content;
  margin: 0 0 35px;
  position: relative;
  z-index: 1;
}
.ap-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  z-index: -1;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #8DE5FD, #00D9A3);
}
.aq01 .ap-title {
  margin-left: 40px;
}
.aq01 p {
  margin: 0 0 50px 40px;
}
.aq01 picture img, .aq01 picture source {
  width: 100%;
  height: auto;
  margin: 0 0 70px;
}
.aq-viewmore-pc {
  display: grid;
  grid-template-rows: 116px;
}
.aq-viewmore-pc.is-open {
  grid-template-rows: 1fr;
}
.aq-viewmore-pc .avp-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.aq-viewmore-pc .avp-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 60px) / 3);
  padding: 35px 40px 20px;
  box-sizing: border-box;
  background: #F6F5F5;
  height: 450px;
}
.avp-title {
  display: flex;
  gap: 8px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 0;
}
.aq-viewmore-pc .avp-content p {
  margin: 0;
}
.avp-title::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/header-icon.svg);
  background-size: 100%;
  margin: 6px 0 0 0;
}
.aq-viewmore-pc .avp-content img {
  display: block;
  margin: 0 auto;
}
.aq-viewmore-pc .avp-content:nth-of-type(1) img {
  width: 46px;
  height: 120px;
}
.aq-viewmore-pc .avp-content:nth-of-type(2) img {
  width: 119px;
  height: 120px;
}
.aq-viewmore-pc .avp-content:nth-of-type(3) img {
  width: 50px;
  height: 120px;
}
.aq-viewmore-pc .avp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding-top: 30px;
  font-size: 1.6rem;
  color: #008362;
  cursor: pointer;
  box-shadow: 0px -30px 25px #fff;
  background: linear-gradient(#fff 20%, transparent);
}
.aq-viewmore-pc.is-open .avp-button {
  box-shadow: none;
}
.aq-viewmore-pc .avp-button span:nth-of-type(1) {
  display: block;
}
.aq-viewmore-pc .avp-button span:nth-of-type(2) {
  display: none;
}
.aq-viewmore-pc.is-open .avp-button span:nth-of-type(1) {
  display: none;
}
.aq-viewmore-pc.is-open .avp-button span:nth-of-type(2) {
  display: block;
}
.aq-viewmore-pc .avp-button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/btn-arrow-s.svg);
}
.aq-viewmore-pc.is-open .avp-button::after {
  transform: rotate(180deg);
}
.aq-viewmore-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .aq01 {
    padding: 60px 0;
  }
  .aq01 #lottie03 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .aq01 #lottie04 {
    top: 600px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie04_sp.png);
    background-size: 100%;
  }
  .ap-title {
    font-size: 2.2rem;
    margin: 0 0 24px;
  }
  .ap-title::after {
    bottom: 2px;
  }
  .ap-title:has(.ap-row)::after {
    display: none;
  }
  .ap-title .ap-row {
    position: relative;
  }
  .ap-title  .ap-row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, #8DE5FD, #00D9A3);
  }
  .aq01 .ap-title {
    margin-left: 0;
  }
  .aq01 p {
    margin: 0 0 30px 0px;
  }
  .aq01 picture img, .aq01 picture source {
    margin: 0 0 30px;
  }
  .aq-viewmore-pc {
    display: none;
  }
  .aq-viewmore-sp {
    display: block;
    max-width: 354px;
    margin: 0 auto;
  }
  .avp-title {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    background: #F7F5F5;
    font-size: 1.6rem;
  }
  .avp-title::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/header-icon.svg);
    background-size: 100%;
    margin: 0 6px 0 0;
  }
  .avp-title::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/btn-arrow-s.svg);
    background-size: 100%;
    margin-left: auto;
  }
  .avp-title.is-open::after {
    transform: rotate(180deg);
  }
  .avp-content {
    display: grid;
    grid-template-rows: 0fr;
    background: #F7F5F5;
    padding: 0 20px 0 20px;
    margin-bottom: 15px;
  }
  .avp-content:last-of-type {
    margin-bottom: 0px;
  }
  .is-open + .avp-content {
    grid-template-rows: 1fr;
    padding: 0 20px 20px 20px;
  }
  .avp-inner {
    overflow: hidden;
  }
  .avp-inner p {
    display: flex;
    margin: 0;
    letter-spacing: 0.01em;
  }
  .avp-inner p img {
    margin-top: auto;
  }
  .aq-viewmore-sp .avp-content:nth-of-type(1) img {
    width: 54px;
    height: 95px;
    margin-left: 4px;
  }
  .aq-viewmore-sp .avp-content:nth-of-type(2) img {
    width: 102px;
    height: 95px;
  }
  .aq-viewmore-sp .avp-content:nth-of-type(3) img {
    width: 54px;
    height: 95px;
    margin-left: 4px;
  }
}
/* aq01 */

/* aq02 */
.aq02 {
  background: linear-gradient(45deg, #EDF8F4, #fafafa);
  padding: 43px 0 92px;
}
.aq02-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.aq02-heading .ap-title {
  margin: 0 0 30px 45px;
}
.aq02-heading p {
  margin: 0 0 0 45px;
}
.aq02-heading img {
  width: 300px;
  height: auto;
}
.aq02 picture {
  display: block;
  margin: 0 0 70px;
}
.aq02 .aq-viewmore-pc {
  grid-template-rows: 126px;
}
.aq02 .aq-viewmore-pc.is-open {
  grid-template-rows: 1fr;
}
.aq02 .aq-viewmore-pc .avp-content {
  justify-content: flex-start;
  gap: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .aq02 {
    padding: 60px 0;
  }
  .aq02-heading {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
  }
  .aq02-heading .ap-title {
    margin: 0 0 24px 0;
  }
  .aq02-heading p {
    margin: 0;
  }
  .aq02-heading img {
    width: 319px;
    max-width: 100%;
    height: auto;
  }
  .aq02 picture {
    margin: 0 0 30px;
  }
  .aq02 .avp-title {
    background: #fff;
  }
  .aq02 .avp-content {
    background: #fff;
  }
}
/* aq02 */

/* aq03 */
.aq03 {
  padding: 90px 0 110px;
  position: relative;
  overflow: visible;
}
.aq03 .lottie05-v {
  position: absolute;
  top: -7%;
}
.aq03 #lottie05 {
  position: absolute;
  top: -7%;
  right: -7%;
  z-index: 0;
  width: calc(600 / 1920 * 100vw);
  height: auto;
}
.aq03 .lottie06-v {
  position: absolute;
  top: 78%;
}
.aq03 #lottie06 {
  position: absolute;
  top: 78%;
  left: -11%;
  z-index: 0;
  width: calc(600 / 1920 * 100vw);
  height: auto;
}
.aq03 .ap-title {
  margin: 0 0 30px 45px;
}
.aq03 .ap-title + p {
  margin: 0 0 50px 45px;
}
.aq03 .c-banner-hr {
  margin: 80px auto;
}
.aq03-gray {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 920px;
  gap: 40px;
  padding: 40px;
  background: #F6F5F5;
  margin: 0 auto;
  box-sizing: border-box;
}
.aqg-subheading {
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 8px;
  color: #fff;
  background: var(--colorGreen);
}
.aqg-heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 15px 0 35px;
  color: var(--colorGreen);
}
.aqg-text p {
  margin: 0;
}
.aqg-caution {
  font-size: 1.2rem;
  color: #707070;
  margin: 15px 0 0 0;
}
.aq03-gray img {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .aq03 {
    padding: 60px 0;
    position: relative;
    overflow: visible;
  }
  .aq03 .lottie05-v {
    top: -14%;
  }
  .aq03 #lottie05 {
    width: calc(260 / 390 * 100vw);
    top: -14%;
    right: -26%;
  }
  .aq03 .lottie06-v {
    top: 85%;
  }
  .aq03 #lottie06 {
    width: calc(260 / 390 * 100vw);
    top: 85%;
    left: -26%;
  }
  .aq03 .ap-title {
    margin: 0 0 24px 0;
  }
  .aq03 .ap-title + p {
    margin: 0 0 40px 0;
  }
  .aq03 .c-banner-hr {
    margin: 60px auto;
  }
  .aq03-gray {
    flex-direction: column;
    gap: 18px;
    padding: 35px 20px 40px;
  }
  .aqg-subheading {
    font-size: 1.4rem;
  }
  .aqg-heading {
    font-size: 2.2rem;
    margin: 18px 0 30px;
  }
  .aqg-caution {
    margin: 12px 0 0 0;
  }
  .aq03-gray img {
    width: 100%;
    max-width: 330px;
    height: auto;
  }
  
}
/* aq03 */

/* banner area */
.about-banner-area {
  padding: 95px 0;
  background: url(../img/banner-bg.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  .about-banner-area {
    padding: 80px 0;
  }
}
/* banner area */

/* about-training */
.about-training .about-page-title {
  line-height: 5rem;
}
.about-training .about-page-title::before {
  height: 82px;
}
@media screen and (max-width: 1000px) {
  .about-training .about-page-heading {
    padding: 22px 0 90px;
  }
  .about-training .c-breadcrumbs {
    margin: 0 0 76px;
  }
  .about-training .about-page-title {
    font-size: 2.6rem;
    line-height: 4.4rem;
    margin: 0 0 75px;
  }
  .about-training .about-page-title::before {
    height: 114px;
  }
}
/* at01 */
.at01 {
  padding: 100px 0 120px;
  position: relative;
}
.at01 #lottie03 {
  position: absolute;
  top: -480px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.at01-banners {
  display: flex;
  justify-content: space-between;
  margin: 0 0 120px;
}
.at01-banner {
  width: 310px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 3px 7px 5px rgba(0, 0, 0, 0.16);
}
.at01-banner:hover {
  opacity: 1;
}
.at01-banner img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
}
.at01-banner:hover img {
  transform: scale(1.1);
}
.at01-banner div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
}
.at01-banner div::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url(../img/circle-arrow.svg);
  background-size: 100%;
  transform: rotate(90deg);
  transition: bottom .5s ease;
}
.at01-banner:hover div::after {
  bottom: 5px;
}
.at01-training {
  padding: 0 0 60px 40px;
}
.at01-training > p {
  margin: 0 0 50px;
}
.at01-training > h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #008362;
  margin: 0 0 5px;
}
.at01-training > img {
  width: 100%;
  height: auto;
}
.at01-training picture img, .at01-training picture source {
  width: 100%;
  height: auto;
}
.at01-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
  padding: 22px 0 33px 40px;
  border-bottom: 1px solid #DAECE7;
}
.at01-flex > div{
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 200px;
}
.at01-flex > div > h4{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
  color: #008362;
}
.at01-flex > ul{
  display: block;
  width: 100%;
  margin: 0;
}
.at01-flex > ul li{
  list-style: disc;
}
.at01-gray {
  background: #F7F5F5;
  padding: 40px;
}
.at01-gray-box {
  display: flex;
  gap: 40px;
  padding: 30px 0;
}
.at01-gray-box p {
  margin: 0;
}
.at01-gray-box:first-of-type {
  padding: 0 0 30px;
  
}
.at01-gray-box:last-of-type {
  padding: 30px 0 0;
}
.at01-gray-box:not(:last-of-type) {
  border-bottom: 1px dotted #939393;
}
.at01-gray-box picture {
  flex-shrink: 0;
}
.at01-gray-box h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 2rem;
  margin: 0 0 25px;
  line-height: 1;
}
.at01-gray-box h3::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/header-icon.svg);
  background-size: 100%;
}
@media screen and (max-width: 1000px) {
  .at01 {
    padding: 70px 0;
  }
  .at01 #lottie03 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .at01-banners {
    flex-wrap: wrap;
    gap: 16px 14px;
    margin: 0 0 70px;
  }
  .at01-banner {
    width: calc(50% - 7px);
    border-radius: 12px;
  }
  .at01-banner div {
    height: 84px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
  }
  .at01-banner div::after {
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
  .at01-training {
    padding: 0 0 40px 0;
  }
  .at01-training > p {
    margin: 0 0 45px;
  }
  .at01-training > h3 {
    font-size: 1.6rem;
    margin: 0 0 12px;
  }
  .at01-training > img {
    width: 100%;
    height: auto;
  }
  .at01-flex {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #DAECE7;
  }
  .at01-flex > div{
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }
  .at01-flex > ul {
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
  .at01-gray {
    background: #F7F5F5;   
    padding: 20px;
  }
  .at01-gray-box {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 25px 0;
  }
  .at01-gray-box:last-of-type {
    padding: 25px 0 0;
  }
  .at01-gray-box:first-of-type {
    padding: 0 0 25px;
  }
  .at01-gray-box h3 {
    gap: 6px;
    font-size: 1.6rem;
    margin: 0 0 23px;
  }
  .at01-gray-box p {
    margin: 0;
  }
}
/* at01 */

/* at02 */
.at02 {
  background: linear-gradient(45deg,#EDF8F4, #fafafa);
  padding: 120px 0;
  position: relative;
}
.at02 .lottie05-v {
  position: absolute;
  top: -29%;
  right: 0;
}
.at02 #lottie05 {
  position: absolute;
  top: -310px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.at02-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.at02-flex picture {
  flex-shrink: 0;
}
.at02-flex div p {
  display: block;
  max-width: 482px;
  margin: 0 0 18px;
}
.at02-caution {
  font-size: 1.2rem;
  line-height: 1;
  color: #707070;
}
@media screen and (max-width: 1000px) {
  .at02 {
    background: linear-gradient(45deg,#EDF8F4, #fafafa);
    padding: 60px 0 0;
  }
  .at02 #lottie05 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .at02-flex {
    flex-direction: column;
    gap: 28px;
  }
  .at02-flex picture {
    flex-shrink: 0;
    max-width: 0 0 45px;
  }
  .at02-flex div p {
    display: block;
    max-width: 100%;
    margin: 0 0 15px;
  }
  .at02-flex div .at02-caution {
    margin: 0;
  }
}
/* at02 */

/* at03 */
.at03 {
  position: relative;
  padding: 120px 0;
}
.at03 #lottie04 {
  position: absolute;
  top: 570px;
  left: 0;
  z-index: 0;
  width: calc(245 / 1280 * 100vw);
  height: calc(817 / 1280 * 100vw);
  background: url(../img/lottie04.png);
  background-size: 100%;
}
.at03 .ap-title + p {
  margin: 0 0 70px;
}
.about-h3 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 0 20px;
  background: #F6F5F5;
  font-size: 2rem;
  color: var(--colorGreen);
  margin: 0 0 30px;
  box-sizing: border-box;
}
.about-h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/at03-h3-triangle.svg);
  background-size: 100%;
}
.at03-license-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 34px;
}
.at03-license-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 68px) / 3);
  padding: 0 0 6px;
  border-bottom: 1px solid #DBDBDB;
}
.at03-license-text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
}
.at03-license-text span {
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2.8rem;
}
.at03-license-number {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  font-size: 5.5rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 7.3rem;
  color: var(--colorGreen);
  font-family: var(--fontFamilyEng);
}
.at03-license-number span {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 5rem;
  color: #1A1A1A;
  font-family: var(--fontFamilyBase);
}
.at03-caution {
  font-size: 1.2rem;
  margin: 15px 0 0;
  color: #707070;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .at03 {
    padding: 60px 0 78px;
  }
  .at03 #lottie04 {
    top: 1010px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie04_sp.png);
    background-size: 100%;
  }
  .at03 .ap-title + p {
    margin: 0 0 60px;
  }
  .about-h3 {
    font-size: 1.6rem;
    margin: 0 0 25px;
  }
  .at03-license-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
  }
  .at03-license-box {
    flex-direction: column;
    align-items: flex-start;
    width: calc((100% - 24px) / 2);
    padding: 0 0 4px;
  }
  .at03-license-text {
    letter-spacing: 0;
    white-space: nowrap;
  }
  .at03-license-text span {
    letter-spacing: 0;
      white-space: nowrap;
  }
  .at03-license-number {
    gap: 0px;
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .at03-license-number span {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    line-height: 2.4rem;
  }
  .at03-caution {
    margin: -18px 0 0;
  }
}
/* at03 */

/* about-training */

/* bm */
.bm .ap-title {
  margin: 0 0 25px;
}
/* bm01 */
.bm01 {
  padding: 100px 120px;
  position: relative;
}
.bm #lottie03 {
  position: absolute;
  top: -460px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.ap-inner {
  padding: 0 0 0 40px;
}
.bm01 .ap-inner > p {
  margin: 0 0 50px;
}
.bm01-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 0 60px;
}
.bm01-flex img {
  flex-shrink: 0;
  width: 380px;
  height: auto;
}
.bm01-flex div {
  width: 100%;
}
.bm01-flex div h3 {
  font-size: 2.4rem;
  line-height: 4rem;
  color: var(--colorGreen);
  margin: 0 0 25px;
}
.ap-inner .bm01-flex > div > p {
  margin: 0;
}
.bm01-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin: 0 0 40px;
  padding: 0 0 0 20px;
}
.bm01-content {
  width: calc(50% - 20px);
  padding: 0 0 30px;
  border-bottom: 1px dotted #939393;
}
.bm01-content h4 {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: var(--colorGreen);
  margin: 0 0 18px;
}
.bm01-content h4::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/header-icon.svg);
  background-size: 100%;
}
.bm01-content p {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 2.8rem;
  margin: 0;
}
.bm01 .bm01-content p {
  line-height: 1;
}
.bm01-content p:first-of-type {
  margin: 0 0 18px;
}
.bm01-content span {
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: 11px;
  line-height: 1;
  font-weight: bold;
  background: #F7F5F5;
  color: #4B4B4B;
  border: 1px solid #EBEBEB;
}
.bm01-bottom {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .bm .ap-title {
    margin: 0 0 24px;
  }
  .bm01 {
    padding: 80px 0 70px;
  }
  .bm #lottie03 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .ap-inner {
    padding: 0;
  }
  .bm01 .ap-inner > p {
    margin: 0 0 30px;
  }
  .bm01-flex {
    flex-direction: column;
    gap: 30px;
    margin: 0 0 30px;
  }
  .bm01-flex img {
    width: 100%;
  }
  .bm01-flex div {
    width: 100%;
  }
  .bm01-flex div h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin: 0 0 20px;
  }
  .ap-inner .bm01-flex > div > p {
    margin: 0;
  }
  .bm01-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 0 30px;
    padding: 0;
  }
  .bm01-content {
    width: 100%;
    padding: 0 0 20px;
  }
  .bm01-content h4 {
    gap: 6px;
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .bm01-content p {
    align-items: flex-start;
    gap: 10px;
  }
  .bm01 .bm01-content p {
    line-height: 2.8rem;
  }
  .bm01-content p:first-of-type {
    margin: 0 0 12px;
  }
  .bm01-content span {
    padding: 5px 7px;
    font-size: 1.2rem;
    border-radius: 12px;
  }
}
/* bm01 */
/* bm02 */
.bm02 {
  padding: 100px 0 120px;
  background: linear-gradient(45deg, #fafafa, #EDF8F4);
}
.bm02 .ap-inner > p {
  margin: 0 0 50px;
}
.bm02 .about-h3 {
  background: #fff;
}
.bm02-contents {
  display: flex;
  gap: 50px;
  margin: 0 0 70px;
  padding: 0 0 0 20px;
}
.bm02-contents img {
  flex-shrink: 0;
  width: 370px;
}
.bm02-contents-list {
  display: flex; 
  flex-direction: column;
  gap: 25px 0;
  width: 100%;
}
.bm02-contents .bm01-content {
  width: 100%;
  padding: 0 0 25px;
}
.bm02-contents .bm01-content p {
  margin: 0;
}
.bm02-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  margin: 0;
  padding: 0 0 0 20px;
}
.bm02-cases .bm01-content {
  padding: 0 0 25px;
}
.bm02-cases .bm01-content p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .bm02 {
    padding: 60px 0 70px;
  }
  .bm02 .ap-inner > p {
    margin: 0 0 30px;
  }
  .bm02-contents {
    flex-direction: column;
    gap: 25px;
    margin: 0 0 50px;
    padding: 0;
  }
  .bm02-contents img {
    display: block;
    flex-shrink: 0;
    width: calc(100% - 66px);
    height: auto;
    margin: 0 auto;
  }
  .bm02-contents-list {
    gap: 20px 0;
  }
  .bm02-contents .bm01-content {
    padding: 0 0 20px;
  }
  .bm02-cases {
    gap: 20px 0;
    padding: 0;
  }
  .bm02-cases .bm01-content {
    padding: 0 0 20px;
  }
}
/* bm02 */
/* bm03 */
.bm03 {
  padding: 100px 0 120px;
}
.bm03-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  margin: 0;
  padding: 0 0 0 20px;
}
.bm03-contents .bm01-content {
  padding: 0 0 25px;
}
.bm03-contents .bm01-content p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .bm03 {
    padding: 60px 0 70px;
  }
  .bm03-contents {
    gap: 20px 0;
    padding: 0;
  }
  .bm03-contents .bm01-content {
    padding: 0 0 20px;
  }
}
/* bm03 */
.bm .c-banner-vr.small {
  height: 350px;
}
.bm .small .c-bv-container {
  height: 114px;
}
.bm .c-bv-container::after {
  right: 18px;
  bottom: 18px;
}
@media screen and (max-width: 1000px) {
  .bm .c-banner-vr.small {
    height: fit-content;
  }
  .bm .small .c-bv-container {
    height: 75px;
  }
  .bm .c-bv-container::after {
    right: 15px;
    bottom: 15px;
  }
}
/* bm */

/* pm */
.pm .c-pf-title {
  display: block;
}
.pm .c-pf-title span:not(.small-text) {
  display: block;
  margin: 12px 0 0;
}
.pm .c-pf-title .small-text {
  display: inline;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .pm .c-pf-title span:not(.small-text) {
    margin: 10px 0 0;
  }
  .pm .c-pf-title .small-text {
    display: inline-block;
    font-size: 2.2rem;
    margin-right: -50px;
  }
}
/* pm01 */
.pm01 {
  padding: 100px 0 120px;
  position: relative;
  overflow: visible;
}
.pm01 #lottie03 {
  position: absolute;
  top: -500px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.pm01 .ap-inner > p {
  margin: 0 0 50px;
}
.pm01-image {
  display: block;
  width: 100%;
  margin: 0 0 55px;
}
.pm01-contents {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 40px;
  background: #F7F5F5;
}
.pm .bm01-content {
  width: 100%;
  padding: 0 0 40px;
}
.pm .bm01-content:last-of-type {
  border-bottom: 0px;
  padding: 0;
}
.bm01-content .bmc-subtext {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 18px;
}
.pm .bm01-content h4 {
  gap: 6px;
  font-size: 2.4rem;
  margin: 0 0 25px;
}
.pm .bm01-content h4 .sp-small {
  font-size: 2rem;
  margin-left: -6px;
}
@media screen and (max-width: 1000px) {
  .pm .about-page-title {
    line-height: 4.4rem;
  }
  .pm .about-page-title::before {
    height: 70px;
  }
  .pm01 {
    padding: 80px 0 70px;
  }
  .pm01 #lottie03 {
    top: -192px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .pm01 .ap-title {
    margin: 0 0 30px;
  }
  .pm01 .ap-inner > p {
    margin: 0 0 30px;
  }
  .pm01-image {
    margin: 0 0 40px;
  }
  .pm01-contents {
    padding: 30px 20px;
    gap: 30px;
  }
  .pm .bm01-content {
    padding: 0 0 30px;
  }
  .bm01-content .bmc-subtext {
    line-height: 2.4rem;
  }
  .pm .bm01-content h4 {
    flex-wrap: wrap;
    font-size: 2.2rem;
    margin: 0 0 23px;
  }
  .pm .bm01-content h4 .sp-small {
    display: block;
    width: 100%;
    padding-left: 15px;
    font-size: 1.6rem;
    margin-left: 0;
  }
}
/* pm01 */
/* pm02 */
.pm02 {
  padding: 100px 0 120px;
  position: relative;
  background: linear-gradient(45deg, #fafafa, #EDF8F4);
  overflow: visible;
}
.pm02 #lottie04 {
  position: absolute;
  top: -590px;
  left: 0;
  z-index: 0;
  width: calc(245 / 1280 * 100vw);
  height: calc(817 / 1280 * 100vw);
  background: url(../img/lottie04.png);
  background-size: 100%;
}
.pm02-image {
  display: block;
  width: 100%;
  margin: 0 0 55px;
}
.pm02-contents {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 40px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .pm02 {
    padding: 60px 0 70px;
  }
  .pm02 #lottie04 {
    top: -310px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie04_sp.png);
    background-size: 100%;
  }
  .pm02-image {
    margin: 0 0 40px;
  }
  .pm02-contents {
    padding: 30px 20px;
  }
}
/* pm02 */
/* pm */

/* rl */
.rl01 {
  padding: 100px 0 0;
  position: relative;
}
.rl01 #lottie03 {
  position: absolute;
  top: -500px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.rl-estates {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rl-estate {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #F7F5F5;
  padding: 30px 40px;
}
.rl-estate img {
  width: 180px;
  height: auto;
}
.rl-content {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 30px;
}
.rl-content h3 {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0;
}
.rl-address, .rl-access {
  box-sizing: border-box;
  width: calc(50% - 15px);
}
.rl-address {
  border-right: 1px solid #C6E3DC;
}
.rl-address h4, .rl-access h4 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--colorGreen);
  margin: 0 0 15px;
}
.rl-address p, .rl-access p {
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .rl .about-page-title {
    line-height: 4.4rem;
    letter-spacing: 0em;
  }
  .rl .about-page-title::before {
    height: 70px;
  }
  .rl01 {
    padding: 80px 0 0;
  }
  .rl01 #lottie03 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .rl-estate {
    flex-direction: column;
    gap: 25px;
    padding: 25px 17px 30px;
  }
  .rl-estate img {
    width: 230px;
  }
  .rl-content {
    width: 100%;
    flex-direction: column;
    gap: 20px 0;
  }
  .rl-content h3 {
    font-size: 1.8rem;
  }
  .rl-address, .rl-access {
    width: 100%;
  }
  .rl-address {
    border-right: 0px;
    border-bottom: 1px solid #C6E3DC;
    padding: 0 0 16px;
  }
  .rl-address h4, .rl-access h4 {
    font-size: 1.4rem;
    margin: 0 0 9px;
  }
  .rl-address p, .rl-access p {
    font-size: 1.4rem;
  }
}
/* rl */

/* ts */
.ts .about-page-title {
  line-height: 5rem;
}
.ts .about-page-title::before {
  height: 82px;
}
.aph-image {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
.ts01 {
  padding: 100px 0 0;
  position: relative;
}
.ts01 #lottie03 {
  position: absolute;
  top: -460px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.ts01 .page-width {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 50px 40px;
}
.ts-content {
  background: #F7F5F5;
}
.ts-content h3 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background: #509B89;
}
.ts-content ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0 34px 30px;
}
.ts-content ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  list-style: none;
  line-height: 2.2rem;
}
.ts-content ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7ABBA9;
}
@media screen and (max-width: 1000px) {
  .ts .about-page-title {
    line-height: 4.4rem;
    letter-spacing: 0em;
  }
  .ts .about-page-title::before {
    height: 114px;
  }
  .ts01 {
    padding: 80px 0 0;
  }
  .ts01 #lottie03 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .aph-image {
    margin: 30px 0 0;
  }
  .ts01 .page-width {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 30px;
  }
  .ts-content h3 {
    height: 47px;
    padding: 0 0 0 18px;
    font-size: 1.6rem;
  }
  .ts-content ul {
    box-sizing: border-box;
    width: 100%;
    padding: 27px 20px 30px 20px;
  }
  .ts-content ul li {
    align-items: flex-start;
    gap: 6px;
  }
  .ts-content ul li::before {
    margin-top: 7px;
  }
}
/* ts */
/* ppp */
.ppp .c-pf-title span:nth-of-type(1) {
  font-size: 2.8rem;
}
.ppp .about-page-title {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  gap: 22px;
  padding: 0 0 0 30px;
}
.ppp .about-page-title::before {
  position: absolute;
  left: 0;
  height: 82px;
  background: linear-gradient(#8DE5FD, #00D9A3);
}
.ppp .about-page-title span {
  font-size: 2.8rem;
}
.ppp01 {
  padding: 100px 0 0;
  position: relative;
}
.ppp01 #lottie03 {
  position: absolute;
  top: -500px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.ppp01 #lottie04 {
  position: absolute;
  top: 800px;
  left: 0;
  z-index: 0;
  width: calc(245 / 1280 * 100vw);
  height: calc(817 / 1280 * 100vw);
  background: url(../img/lottie04.png);
  background-size: 100%;
}
.ppp-switch {
  display: flex;
  margin: 0 0 50px;
}
.ppp-switch label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 68px;
  font-size: 2rem;
  font-weight: bold;
  background: #CDCDCD;
  color: #fff;
  cursor: pointer;
}
.ppp-switch label:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
.ppp-switch label:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}
.ppp-switch input:checked + label {
  background: var(--colorGreen);
  position: relative;
}
.ppp-switch input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 5px);
  width: 25px;
  height: 22px;
  background: url(../img/ppp-triangle.svg);
  background-size: 100%;
  margin: 0 auto;
}
.ppp-container {
  display: none;
}
.ppp:has(#pfi:checked) .ppp-pfi {
  display: block;
}
.ppp:has(#management:checked) .ppp-management {
  display: block;
}
.ppp .ap-title {
  margin: 0 0 26px;
}
.ppp .ap-inner h3 {
  font-size: 2.4rem;
  color: var(--colorGreen);
  margin: 0 0 25px;
}
.ppp .ap-inner > p:nth-of-type(1) {
  margin: 0 0 60px;
}
.ppp .ap-inner > p:nth-of-type(2) {
  margin: 0 0 50px;
}
.ppp-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin: 0 0 60px;
}
.ppp-content {
  background: linear-gradient(#fafafa, #EDF8F4);
  padding: 0 0 50px 0;
}
.ppp-content h4 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  line-height: 1;
  background: #509B89;
  color: #fff;
  padding: 0 0 0 30px;
  margin: 0;
  box-sizing: border-box;
}
.ppp-content-flex {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0 40px;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .ppp-management .ppp-content:nth-of-type(1) .ppp-content-flex {
    margin: 44px 0 52px;
  }
  .ppp-management .ppp-content:nth-of-type(2) .ppp-content-flex {
    margin: 30px 0 39px;
  }
}
.ppp-content-flex img {
  flex-shrink: 0;
}
.ppp-content-flex p {
  margin: 0;
}
.ppp-content h5 {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 30px 15px;
  padding: 0 0 8px;
  border-bottom: 1px solid #C6E3DC;
}
.ppp-content > p {
  line-height: 2.2rem;
  margin: 0 30px 45px;
}
.ppp-content > p:last-of-type {
  margin-bottom: 0;
}
.ppp-image {
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
.ppp01 .c-button {
  margin: 0 auto;
  width: 340px;
  height: 62px;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .ppp .c-pf-title span:nth-of-type(1) {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .c-breadcrumbs * {
    /* white-space: nowrap; */
    flex-shrink: 0;
  }
  /* .c-breadcrumbs span {
    height: 1.2rem;
    max-height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
    max-width: 175px;
    width: 100%;
  } */
  .ppp .about-page-title {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 4rem;
    gap: 0;
    padding: 0 0 0 25px;
  }
  .ppp .about-page-title::before {
    height: 114px;
  }
  .ppp .about-page-title span {
    line-height: 1;
    line-height: 4rem;
    font-size: 2.6rem;
  }
  .ppp01 {
    padding: 80px 0 0;
    position: relative;
  }
  .ppp01 #lottie03 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .ppp01 #lottie04 {
    top: 1910px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie04_sp.png);
    background-size: 100%;
  }
  .ppp-switch {
    margin: 0 0 44px;
  }
  .ppp-switch label {
    height: 84px;
    font-size: 1.6rem;
  }
  .ppp .ap-title {
    margin: 0 0 24px;
  }
  .ppp .ap-title.first {
    margin: 0;
  }
  .ppp .ap-inner h3 {
    font-size: 1.8rem;
  }
  .ppp .ap-inner > p:nth-of-type(1) {
    margin: 0 0 50px;
  }
  .ppp .ap-inner > p:nth-of-type(2) {
    margin: 0 0 40px;
  }
  .ppp-flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
    margin: 0 0 40px;
  }
  .ppp-content {
    padding: 0 0 40px 0;
  }
  .ppp-content h4 {
    font-size: 1.6rem;
    padding: 0 0 0 20px;
  }
  .ppp-content h5 {
    margin: 0 20px 15px;
  }
  .ppp-content > p {
    margin: 0 20px 45px;
  }
  .ppp-content > p:last-of-type {
    margin-bottom: 0;
  }
  .ppp-image {
    display: block;
    width: 100%;
    margin: 0 0 50px;
  }
  .ppp01 .c-button {
    max-width: 100%;
  }
}
/* ppp */

/* es */
.es .about-page-title {
  line-height: 5rem;
}
.es .about-page-title::before {
  height: 82px;
}
@media screen and (max-width: 1000px) {
  .es .about-page-title {
    line-height: 4.4rem;
    letter-spacing: 0;
  }
  .es .about-page-title::before {
    height: 114px;
  }
}
/* es01 */
.es01 {
  padding: 100px 0;
  position: relative;
}
.es01 #lottie03 {
  position: absolute;
  top: -500px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.es01 p a {
  color: #2FAFFF;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .es01 {
    padding: 80px 0 70px;
  }
  .es01 #lottie03 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
}
/* es01 */
/* es02 */
.es02 {
  padding: 100px 0 120px;
  background: linear-gradient(45deg, #fafafa, #EDF8F4);
}
.es02 .ap-title {
  margin: 0 0 55px;
}
.es-box {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px dotted #939393;
}
.es-box:last-of-type {
  margin: 0;
}
.es-box img {
  display: block;
  flex-shrink: 0;
  height: auto;
}
.es-box-texts {
  width: 100%;
}
.es-box-texts h3 {
  font-size: 2rem;
  line-height: 1;
  color: var(--colorGreen);
  margin: 0 0 25px;
}
.es-box-texts p {
  margin: 0;
}
.es-box a {
  color: #2FAFFF;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .es02 {
    padding: 60px 0 70px;
  }
  .es02 .ap-title {
    margin: 0 0 44px;
  }
  .es-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  .es-box:last-of-type {
    margin: 0;
  }
  .es-box img {
    width: 100%;
  }
  .es-box-texts {
    width: 100%;
  }
  .es-box-texts h3 {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
  .es-box-texts p {
    margin: 0;
  }
  .es-box p.pc-hide {
    margin: 0;
  }
}
/* es02 */
/* es */

/* cs */
.cs .c-pf-title {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .7));
}
.cs .c-pf-title span {
  line-height: 3.6rem;
}
.cs .about-page-heading {
  padding: 30px 0 50px;
}
.cs .c-breadcrumbs {
  margin: 0;
}
.cs .about-page-title {
  line-height: 5rem;
}
.cs .about-page-title::before {
  height: 82px;
}
.cs .ap-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .cs .c-pf-title span {
    line-height: 1;
  }
  .cs .about-page-heading {
    padding: 30px 0 90px;
  }
  .cs .c-breadcrumbs {
    margin: 0 0 70px;
  }
  .cs .about-page-title {
    line-height: 4.4rem;
    letter-spacing: 0;
    margin: 0 0 50px;
  }
  .cs .about-page-title::before {
    height: 70px;
  }
  .cs .ap-flex {
    display: flex;
    flex-direction: column;
  }
  .cs .ap-flex img {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px 0 0;
  }
}
/* cs01 */
.cs01 {
  padding: 90px 0 110px;
  position: relative;
}
.cs01 #lottie03 {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 0;
  width: calc(216 / 1280 * 100vw);
  height: calc(765 / 1280 * 100vw);
  background: url(../img/lottie03.png);
  background-size: 100%;
}
.cs01 #lottie04 {
  position: absolute;
  top: 300px;
  left: 0;
  z-index: 0;
  width: calc(245 / 1280 * 100vw);
  height: calc(817 / 1280 * 100vw);
  background: url(../img/lottie04.png);
  background-size: 100%;
}
.cs01 .ap-inner > p {
  margin: 0 0 60px;
}
.cs01-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 48px 42px;
}
.cs01-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 0 27px;
  border-bottom: 1px dotted #939393;
}
.cs01-block picture {
  flex-shrink: 0;
  width: 150px;
}
.cs01-block h3 {
  display: flex;
  gap: 9px;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 0 25px;
}
.cs01-block h3::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/header-icon.svg);
  background-size: 100%;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .cs01 {
    padding: 80px 0 60px;
  }
  .cs01 #lottie03 {
    top: -190px;
    width: calc(81 / 390 * 100vw);
    height: calc(392 / 390 * 100vw);
    background: url(../img/lottie03_sp.png);
    background-size: 100%;
  }
  .cs01 #lottie04 {
    display: none;
  }
  .cs01 .ap-inner > p {
    margin: 0 0 40px;
  }
  .cs01 .ap-title {
    margin: 0 0 35px;
  }
  .cs01-flex {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 25px 0;
  }
  .cs01-block {
    width: calc(100% - 40px);
    height: fit-content;
    flex-direction: column;
    gap: 25px 0;
    padding: 0 0 18px;
    margin: 0 auto;
  }
  .cs01-block picture {
    display: block;
    flex-shrink: 0;
    width: calc(100% - 54px);
    height: fit-content;
    margin: 0 auto;
  }
  .cs01-block picture img, .cs01-block picture source {
    display: block;
  }
  .cs01-block h3 {
    gap: 6px;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 18px;
  }
  .cs01-block h3::before {
    transform: translateY(-2px);
    margin-top: 0;
  }
  .cs01-block-texts p {
    margin: 0;
  }
}
/* cs01 */
/* cs02 */
.cs02 {
  padding: 90px 0 110px;
  background: linear-gradient(45deg, #fafafa, #EDF8F4);
}
.cs02 .ap-title + p {
  margin: 0 0 60px;
}
.cs02-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px dotted #939393;
}
.cs02-block:last-of-type {
  margin: 0 0 35px;
}
.cs02-block h3 {
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  color: var(--colorGreen);
  margin: 0 0 25px;
}
.cs02-block > p {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.cs-block-content img {
  display: block;
  width: 180px;
  height: auto;
}
.cs-block-content p {
  margin: 12px 0 0;
}
@media screen and (max-width: 1000px) {
  .cs02 {
    padding: 60px 0 70px;
  }
  .cs02 .ap-title {
    margin: 0 0 34px;
  }
  .cs02 .ap-title + p {
    margin: 0 0 50px;
  }
  .cs02-block {
    gap: 20px 16px;
    margin: 0 0 35px;
    padding: 0 0 30px;
  }
  .cs02-block:last-of-type {
    margin: 0 0 30px;
  }
  .cs02-block h3 {
    line-height: 1;
    margin: 0;
  }
  .cs02-block > p {
    margin: 0;
  }
  .cs-block-content {
    width: calc(50% - 8px);
  }
  .cs-block-content img {
    width: 100%;
    height: auto;
  }
  .cs-block-content p {
    margin: 8px 0 0;
  }
}
/* cs02 */
/* cs */

/* about training places */
.at02-image-map {
  width: 100%;
  position: relative;
  margin: 60px 0 0;
}
.at02-image-map svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  transition: opacity 0s;
}
.at02-image-map img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.place01-hover {
  z-index: 1;
}
.place02-hover {
  z-index: 2;
}
.place03-hover {
  z-index: 3;
}
.place04-hover {
  z-index: 4;
}
.place-link {
  cursor: pointer;
}
.place-float-link {
  display: block;
  position: absolute;
  z-index: 6;
  cursor: pointer;
}
.place-float-link.place01 {
  top: 67px;
  left: 319px;
  width: 288px;
  height: 158px;
  transform: rotate(30deg);
  border-radius: 20px;
}
.place-float-link.place02 {
  top: 180px;
  left: 585px;
  width: 172px;
  height: 128px;
  transform: rotate(30deg);
  border-radius: 20px;
}
.place-float-link.place03 {
  top: 213px;
  left: 251px;
  width: 263px;
  height: 127px;
  transform: rotate(28deg);
  border-radius: 20px;
}
.place-float-link.place04 {
  top: 318px;
  left: 247px;
  width: 144px;
  height: 103px;
  transform: rotate(28deg);
  border-radius: 20px;
}
@media screen and (min-width: 1000px) {
  .at02-image-map:has(a:hover) svg {
    opacity: 0;
    transition: opacity .5s ease;
  }
  .at02-image-map:has(.place-link.place01:hover) .place01-hover, .at02-image-map:has(.place-float-link.place01:hover) .place01-hover {
    opacity: 1;
  }
  .at02-image-map:has(.place-link.place02:hover) .place02-hover, .at02-image-map:has(.place-float-link.place02:hover) .place02-hover {
    opacity: 1;
  }
  .at02-image-map:has(.place-link.place03:hover) .place03-hover, .at02-image-map:has(.place-float-link.place03:hover) .place03-hover {
    opacity: 1;
  }
  .at02-image-map:has(.place-link.place04:hover) .place04-hover, .at02-image-map:has(.place-float-link.place04:hover) .place04-hover {
    opacity: 1;
  }
}
body:has(.at02-modal.is-open) {
  overflow: hidden;
}
.at02-modal, .at02-modal * {
  box-sizing: border-box;
}
.at02-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -999;
  opacity: 0;
  transition: opacity .5s ease;
}
.at02-modal.is-open {
  z-index: 6;
  opacity: 1;
}
.at02-modal .modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #000;
  opacity: .5;
}
.at02-modal .modal-content {
  display: flex;
  gap: 55px;
  align-items: center;
  max-width: 100%;
  width: 1000px;
  height: fit-content;
  max-height: 80vh;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 70px 40px 80px;
  margin: auto;
  background: #fff;
}
.at02-modal .modal-close {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 25px;
  right: 25px;
  background: url(../img/modal-close-green.svg);
  background-size: 100%;
  cursor: pointer;
}
.at02-modal .c-section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding-left: 0;
  font-size: 2.4rem;
  line-height: 3rem;
}
.at02-modal .c-section-title::before {
  display: block;
  content: "";
  position: static;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.at02-modal#place01 .c-section-title::before {
  background: #39AED9;
}
.at02-modal#place02 .c-section-title::before {
  background: #6ACE5C;
}
.at02-modal#place03 .c-section-title::before {
  background: #FC5A86;
}
.at02-modal#place04 .c-section-title::before {
  background: #F8A913;
}
.modal-text p {
  margin: 30px 0 0;
}
@media screen and (max-width: 999px) {
  .at02-image-map {
    width: 100vw;
    margin: 45px 0 0 -18px;
  }
  .at02-modal.is-open {
    z-index: 6;
    opacity: 1;
  }
  .at02-modal .modal-content {
    gap: 25px;
    flex-direction: column;
    max-width: calc(100% - 36px);
    width: calc(100% - 36px);
    padding: 20px 18px 50px;
  }
  .at02-modal .modal-close {
    top: 15px;
    right: 18px;
    background: url(../img/close.svg);
    background-size: 100%;
  }
  .at02-modal .c-section-title {
    gap: 7px;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .at02-modal .c-section-title::before {
    width: 15px;
    height: 15px;
  }
  .modal-text p {
    margin: 25px 0 0;
  }
}
/* about training places */