@charset "UTF-8";
#column .inner .head .btn a, #cando .inner .contents .block .txbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#column .inner .head .btn a:hover, #cando .inner .contents .block .txbox .btn a:hover {
  opacity: 0.6;
}
#column .inner .head .btn a, #cando .inner .contents .block .txbox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  max-width: 100%;
  height: 50px;
  border-radius: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding-left: 7px;
  color: #fff;
  background: linear-gradient(90deg, #00479d 0%, #3d61b4 100%);
}
#column .inner .head .btn a::after, #cando .inner .contents .block .txbox .btn a::after {
  content: "";
  width: 70px;
  aspect-ratio: 70/11;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #column .inner .head .btn a, #cando .inner .contents .block .txbox .btn a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 0;
    width: 300px;
    height: 45px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #column .inner .head .btn a, #cando .inner .contents .block .txbox .btn a {
    width: 270px;
    height: 40px;
    font-size: 16px;
  }
  #column .inner .head .btn a::after, #cando .inner .contents .block .txbox .btn a::after {
    width: 50px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#mainimg {
  position: relative;
  margin-bottom: 109px;
}
#mainimg #mainslider {
  display: flex;
  -moz-column-gap: 3.2786885246%;
       column-gap: 3.2786885246%;
}
#mainimg #mainslider > *:nth-child(1) {
  width: 47.0491803279%;
}
#mainimg #mainslider > *:nth-child(2) {
  width: 25.4098360656%;
}
#mainimg #mainslider > *:nth-child(3) {
  width: 20.9836065574%;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#mainimg #mainslider .center {
  container-type: inline-size;
}
#mainimg #mainslider .center .slide:nth-child(1) {
  margin-bottom: 8.064516129cqw;
}
#mainimg #mainslider img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider .slide {
  border-radius: 30px;
  overflow: hidden;
}
#mainimg #mainslider .slide:not(:has(.slick-list)) img:not(:first-child) {
  display: none;
}
#mainimg #mainslider .slide .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#mainimg .contents {
  display: flex;
}
#mainimg .contents .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 107px;
}
#mainimg .contents .left svg {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#mainimg .contents .left #city path {
  transform: scale(0.0054080363, 0.0053610679);
}
#mainimg .contents .left #coment1 path {
  transform: scale(0.0080651665, 0.0081987374);
}
#mainimg .contents .left #coment2 path {
  transform: scale(0.0080651665, 0.0081987374);
}
#mainimg .contents .left .city {
  width: 48.6842105263%;
  aspect-ratio: 185/187;
  container-type: inline-size;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  clip-path: url(#city);
  background-color: #fff794;
  margin-bottom: 15px;
}
#mainimg .contents .left .city .tx {
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16.8864864865cqw;
  line-height: 1.6;
  color: #0071b8;
}
#mainimg .contents .left .city .tx small {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 10.827027027cqw;
  line-height: 1.0384423365;
  color: #47c2d1;
  margin-top: 5px;
}
#mainimg .contents .left .shape {
  width: 52.8947368421%;
  margin-bottom: 28px;
}
#mainimg .contents .left .shape img {
  width: 100%;
}
#mainimg .contents .left .coment {
  position: relative;
  width: 67.8947368421%;
  aspect-ratio: 258/121.97;
  container-type: inline-size;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#mainimg .contents .left .coment .tx {
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.1085271318cqw;
  line-height: 1.1747759283;
  color: #534741;
}
#mainimg .contents .left .coment::before, #mainimg .contents .left .coment::after {
  content: "";
  position: absolute;
  width: calc(50% - 5px);
  height: 100%;
  top: 0;
}
#mainimg .contents .left .coment::before {
  background-color: #29a7de;
  clip-path: url(#coment1);
  left: 0;
}
#mainimg .contents .left .coment::after {
  background-color: #47c2d1;
  clip-path: url(#coment2);
  right: 0;
}
#mainimg .contents .right {
  width: 76.25%;
  background-color: #c5e7fa;
  padding: 58px 0 40px;
  border-top-left-radius: 265px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
#mainimg .contents .right .bottom {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 10px 0 52px;
}
#mainimg .contents .right .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  color: #29a7de;
  background-color: #fff;
  position: relative;
  margin: calc((var(--mt, 0px) + 4px) * -1) 0 18px;
  padding: 0 15px 0 47px;
  border-radius: 10px;
}
#mainimg .contents .right .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5666666667;
  color: #00479d;
  margin: 0 0 65px 22px;
}
#mainimg .contents .right .eg {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 47px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #47c2d1;
  padding: 22px 92px 14px 66px;
  border-radius: 60px;
}
#mainimg .contents .right .eg small {
  display: block;
  font-size: 19px;
  margin: 10px 2em 0 0;
}
@media (max-width: 1300px) {
  #mainimg .contents .right .bottom {
    padding-left: 10px;
  }
  #mainimg .contents .right .catch {
    padding: 0 10px;
    font-size: 50px;
  }
  #mainimg .contents .right .text {
    font-size: 24px;
  }
  #mainimg .contents .right .eg {
    font-size: 34px;
    padding: 20px 20px 10px;
  }
  #mainimg .contents .right .eg small {
    font-size: 17px;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 80px;
  }
  #mainimg .contents .right {
    padding: 30px 0;
    border-top-left-radius: 200px;
  }
  #mainimg .contents .right .catch {
    font-size: 34px;
  }
  #mainimg .contents .right .text {
    font-size: 18px;
    margin: 0 0 40px 10px;
  }
  #mainimg .contents .right .eg {
    padding: 10px;
    font-size: 28px;
  }
  #mainimg .contents .right .eg small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 70px;
    overflow-x: hidden;
  }
  #mainimg #mainslider .slide {
    border-radius: 15px;
  }
  #mainimg .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  #mainimg .contents .left {
    width: min(100% - 20px, 300px);
    flex-direction: unset;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 10px;
  }
  #mainimg .contents .left > * {
    flex: 1;
    margin: 0 !important;
  }
  #mainimg .contents .right {
    width: calc(100% - 10px);
    margin-left: auto;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 25px;
  }
  #mainimg .contents .right .catch {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #mainimg .contents .right .text {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  #mainimg .contents .right .eg {
    font-size: 20px;
  }
  #mainimg .contents .right .eg small {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  #mainimg .contents .right .catch {
    font-size: 18px;
  }
  #mainimg .contents .right .text br {
    display: none;
  }
}

/* ----------------------------------------------
cando
------------------------------------------------- */
#cando {
  margin-bottom: 65px;
}
#cando .mainimage {
  display: block;
  width: min(100% - 20px, 1216px);
  margin-bottom: 86px;
}
#cando .mainimage img {
  width: 100%;
  height: 346px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}
#cando .inner {
  width: min(100% - 20px, 1480px);
  margin: 0 auto;
  background-color: #e6f4f7;
  position: relative;
  border-radius: 40px;
  padding-bottom: 184px;
}
#cando .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/cando-bg.webp) repeat;
  top: -290px;
  left: 0;
  z-index: -1;
}
#cando .inner h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  color: #fff;
}
#cando .inner h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.6;
  color: #29a7de;
}
@media (max-width: 999px) {
  #cando .inner h2 {
    font-size: 40px;
  }
  #cando .inner h2 small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #cando .inner h2 {
    font-size: 24px;
  }
  #cando .inner h2 small {
    font-size: 15px;
  }
}
#cando .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  margin-bottom: 64px;
}
#cando .inner h2 span {
  background-color: #47c2d1;
  padding: 32px 93px 21px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#cando .inner .contents {
  width: min(100% - 20px, 1350px);
  margin: 0 auto;
  padding-left: 32px;
  position: relative;
  z-index: 1;
}
#cando .inner .contents .block {
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#cando .inner .contents .block .image {
  width: 42.6403641882%;
}
#cando .inner .contents .block .image img {
  width: 100%;
  border-radius: 20px;
}
#cando .inner .contents .block .txbox {
  flex: 1;
  margin: auto 0 -67px 0;
  position: relative;
}
#cando .inner .contents .block .txbox::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 25px);
  height: calc(100% - 52px);
  background-color: #fff;
  z-index: -1;
  border-radius: 35px;
}
#cando .inner .contents .block .txbox .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 47px;
  line-height: 1;
  color: #47c2d1;
  margin-bottom: 9px;
  text-align: end;
}
#cando .inner .contents .block .txbox .num span {
  font-size: 156px;
}
#cando .inner .contents .block .txbox .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.6;
  color: #29a7de;
  margin-bottom: 11px;
}
#cando .inner .contents .block .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #4d4d4d;
  max-width: 540px;
  margin-bottom: 14px;
}
#cando .inner .contents .block .txbox .btn {
  margin-bottom: -7px;
}
#cando .inner .contents .block:nth-child(odd) .txbox {
  margin-left: -23.7481031866%;
  padding-left: 23.7481031866%;
}
#cando .inner .contents .block:nth-child(odd) .txbox::before {
  left: 0;
}
#cando .inner .contents .block:nth-child(odd) .txbox .content {
  padding-left: 54px;
  padding-right: 35px;
}
#cando .inner .contents .block:nth-child(odd) .txbox .num {
  margin-right: 95px;
}
#cando .inner .contents .block:nth-child(odd) .txbox .btn a {
  margin-left: auto;
}
#cando .inner .contents .block:nth-child(even) .image {
  order: 1;
}
#cando .inner .contents .block:nth-child(even) .txbox {
  margin-right: -23.7481031866%;
  padding-right: 23.7481031866%;
}
#cando .inner .contents .block:nth-child(even) .txbox::before {
  right: 0;
}
#cando .inner .contents .block:nth-child(even) .txbox .content {
  padding-left: 97px;
}
#cando .inner .contents .block:nth-child(even) .txbox .num {
  margin-right: 25px;
}
#cando .inner .contents .block:not(:last-child) {
  margin-bottom: 170px;
}
@media (max-width: 1200px) {
  #cando .inner .contents {
    padding-left: 0;
  }
  #cando .inner .contents .block .txbox .num {
    font-size: 40px;
  }
  #cando .inner .contents .block .txbox .num span {
    font-size: 130px;
  }
  #cando .inner .contents .block .txbox .title {
    font-size: 30px;
  }
  #cando .inner .contents .block:nth-child(odd) .txbox .content {
    padding-left: 0px;
  }
  #cando .inner .contents .block:nth-child(odd) .txbox .num {
    margin-right: 0;
  }
  #cando .inner .contents .block:nth-child(even) .txbox .content {
    padding-left: 35px;
  }
  #cando .inner .contents .block:nth-child(even) .txbox .num {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #cando .mainimage {
    margin-bottom: 70px;
  }
  #cando .mainimage img {
    height: 250px;
  }
  #cando .inner {
    padding-bottom: 140px;
  }
  #cando .inner::before {
    top: -200px;
  }
  #cando .inner h2 {
    row-gap: 10px;
    margin-bottom: 50px;
  }
  #cando .inner h2 span {
    padding: 20px 60px 15px;
  }
  #cando .inner .contents .block .txbox {
    margin-bottom: -40px;
  }
  #cando .inner .contents .block .txbox::before {
    width: calc(100% - 10px);
    height: calc(100% - 40px);
  }
  #cando .inner .contents .block .txbox .num {
    font-size: 36px;
  }
  #cando .inner .contents .block .txbox .num span {
    font-size: 100px;
  }
  #cando .inner .contents .block .txbox .title {
    font-size: 22px;
  }
  #cando .inner .contents .block .txbox .text {
    font-size: 16px;
  }
  #cando .inner .contents .block:nth-child(odd) .txbox .content {
    padding-right: 20px;
  }
  #cando .inner .contents .block:nth-child(even) .txbox .content {
    padding-left: 20px;
  }
  #cando .inner .contents .block:not(:last-child) {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  #cando .mainimage {
    margin-bottom: 50px;
  }
  #cando .mainimage img {
    height: 180px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #cando .inner {
    padding-bottom: 70px;
    border-radius: 30px;
  }
  #cando .inner::before {
    top: -120px;
  }
  #cando .inner h2 {
    margin-bottom: 30px;
  }
  #cando .inner h2 span {
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #cando .inner .contents .block {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  #cando .inner .contents .block .image {
    width: min(100%, 300px);
  }
  #cando .inner .contents .block .image img {
    border-radius: 10px;
  }
  #cando .inner .contents .block .txbox {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  #cando .inner .contents .block .txbox .content {
    padding: 0 10px !important;
  }
  #cando .inner .contents .block .txbox .num {
    font-size: 26px;
  }
  #cando .inner .contents .block .txbox .num span {
    font-size: 74px;
  }
  #cando .inner .contents .block .txbox .title {
    font-size: 18px;
  }
  #cando .inner .contents .block .txbox .text {
    font-size: 14px;
  }
  #cando .inner .contents .block .txbox .btn a {
    margin: 0 auto;
  }
  #cando .inner .contents .block .txbox::before {
    width: 100%;
    height: calc(100% - 30px);
    border-radius: 20px;
  }
  #cando .inner .contents .block:nth-child(even) .image {
    order: unset;
  }
  #cando .inner .contents .block:not(:last-child) {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  width: min(100% - 20px, 1480px);
  margin: 0 auto;
  padding-top: 40px;
  margin-bottom: 86px;
  position: relative;
}
#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: url(../images/about-bg.webp) repeat;
  z-index: -1;
}
#about .head {
  display: flex;
  justify-content: center;
  align-items: end;
  padding-left: 13px;
  margin-bottom: 60px;
}
#about .head .shape {
  display: flex;
  margin-bottom: -14px;
  justify-content: space-between;
  position: relative;
}
#about .head .shape:first-child {
  margin-right: -5.4533060668%;
  width: 17.2460804363%;
}
#about .head .shape:first-child::before, #about .head .shape:first-child::after {
  content: "";
}
#about .head .shape:first-child::before {
  width: 45.4545454545%;
  aspect-ratio: 115/101;
  background: url(../images/about-shape1.png) no-repeat center/cover;
}
#about .head .shape:first-child::after {
  width: 50.5928853755%;
  aspect-ratio: 128/101;
  background: url(../images/about-shape2.png) no-repeat center/cover;
}
#about .head .shape:last-child {
  margin-left: -4.2944785276%;
  width: 17.1779141104%;
}
#about .head .shape:last-child::before, #about .head .shape:last-child::after {
  content: "";
}
#about .head .shape:last-child::before {
  width: 42.0634920635%;
  aspect-ratio: 106/111;
  background: url(../images/about-shape3.png) no-repeat center/cover;
}
#about .head .shape:last-child::after {
  width: 53.9682539683%;
  aspect-ratio: 136/99;
  background: url(../images/about-shape4.png) no-repeat center/cover;
}
#about .head h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  color: #0071b8;
}
#about .head h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.6;
  color: #29a7de;
}
@media (max-width: 999px) {
  #about .head h2 {
    font-size: 40px;
  }
  #about .head h2 small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #about .head h2 {
    font-size: 24px;
  }
  #about .head h2 small {
    font-size: 15px;
  }
}
#about .head h2 {
  background-color: #c5e7fa;
  text-align: center;
  padding: 17px 8.8616223586%;
  border-radius: 20px;
}
#about .inner {
  background-color: #e6f4f7;
  padding: 123px 0 80px;
  border-radius: 45px;
}
#about .contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 3.9615384615%;
  width: min(100% - 20px, 1300px);
  margin: 0 auto 82px;
  position: relative;
  z-index: 1;
}
#about .contents .block {
  width: 30.6923076923%;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  container-type: inline-size;
}
#about .contents .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #abd5da;
  z-index: -1;
}
#about .contents .block .icon {
  width: 32.5814536341%;
  margin: -9.022556391cqw 0 2.5062656642cqw;
}
#about .contents .block .point {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 8.1228070175cqw;
  line-height: 1;
  color: #47c2d1;
}
#about .contents .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 10.671679198cqw;
  line-height: 1.6;
  color: #009cad;
}
#about .contents .block .tx {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  color: #f7f1ac;
  line-height: 1;
}
#about .contents .block .tx.f1 {
  font-size: 27.4661654135cqw;
}
#about .contents .block .tx.f1 .unit {
  font-size: 10.671679198cqw;
}
#about .contents .block .tx.f1 .midle {
  display: block;
  font-size: 15.8922305764cqw;
  color: #009cad;
}
#about .contents .block .tx.f2 {
  font-size: 28.1077694236cqw;
}
#about .contents .block .tx.f3 {
  font-size: 35.4837092732cqw;
}
#about .contents .block .tx.f3 .unit {
  font-size: 13.7894736842cqw;
}
#about .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.1111111111;
  color: #4d4d4d;
  max-width: min(100% - 20px, 980px);
  margin: 0 auto;
}
@media (max-width: 999px) {
  #about {
    padding-top: 30px;
    margin-bottom: 70px;
  }
  #about .head {
    margin-bottom: 50px;
  }
  #about .inner {
    padding: 100px 0 70px;
  }
  #about .contents {
    margin-bottom: 70px;
  }
  #about .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  #about .head {
    margin-bottom: 30px;
  }
  #about .head h2 {
    border-radius: 10px;
  }
  #about .head .shape {
    display: none;
  }
  #about .inner {
    padding: 70px 0 60px;
    border-radius: 30px;
  }
  #about .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
    margin-bottom: 50px;
  }
  #about .contents .block {
    width: 47%;
    max-width: 250px;
  }
  #about .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
column
------------------------------------------------- */
#column .inner {
  display: flex;
  width: min(100% - 20px, 1480px);
  margin: 0 auto;
  background-color: #d8edf9;
  padding: 93px 5.75% 108px;
  -moz-column-gap: 4.6296296296%;
       column-gap: 4.6296296296%;
  border-radius: 45px;
}
#column .inner .head h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 71px;
  line-height: 1.6;
  color: #47c2d1;
}
#column .inner .head h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.6;
  color: #29a7de;
}
@media (max-width: 999px) {
  #column .inner .head h2 {
    font-size: 60px;
  }
  #column .inner .head h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #column .inner .head h2 {
    font-size: 34px;
  }
  #column .inner .head h2 small {
    font-size: 18px;
  }
}
#column .inner .head h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 33px;
}
#column .inner .head h2 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  margin: -6px 0 0 15px;
}
#column .inner .contents {
  flex: 1;
  margin-top: 8px;
}
@media (max-width: 999px) {
  #column .inner {
    padding: 70px 10px;
  }
  #column .inner .head h2 {
    margin-bottom: 20px;
  }
  #column .inner .contents {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #column .inner {
    padding: 50px 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    border-radius: 30px;
  }
  #column .inner .head h2 {
    margin-bottom: 10px;
  }
  #column .inner .contents {
    width: 100%;
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
#q-a {
  width: min(100% - 20px, 1480px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
  margin-bottom: 90px;
  position: relative;
}
#q-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: url(../images/q-a-bg.webp) repeat;
  z-index: -1;
}
#q-a h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 1.6;
  color: #29a7de;
}
#q-a h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.6;
  color: #0071b8;
}
@media (max-width: 999px) {
  #q-a h2 {
    font-size: 30px;
  }
  #q-a h2 small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #q-a h2 {
    font-size: 22px;
  }
  #q-a h2 small {
    font-size: 15px;
  }
}
#q-a h2 {
  background-color: #fff;
  border: 6px solid #c5e7fa;
  border-bottom: unset;
  text-align: center;
  padding: 24px 11.8918918919% 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#q-a h2 small {
  margin-top: -5px;
}
#q-a .contents {
  width: 100%;
  background-color: #e6f4f7;
  padding: 64px 0 83px;
  border-radius: 45px;
}
#q-a .contents .block {
  width: min(100% - 20px, 1100px);
  margin: 0 auto;
}
#q-a .contents .block .q,
#q-a .contents .block .a .text {
  display: flex;
  padding: 0 5.0909090909% 0 2.7272727273%;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
#q-a .contents .block .q::before,
#q-a .contents .block .a .text::before {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 47.89px;
  line-height: 1;
}
#q-a .contents .block .q {
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
}
#q-a .contents .block .q::before {
  content: "Q.";
  color: #fff;
}
#q-a .contents .block .q .title {
  flex: 1;
  min-height: 80px;
  align-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  padding: 10px 0;
}
#q-a .contents .block .q .btn {
  width: 27px;
  aspect-ratio: 27/21;
  background: url(../images/q-a-arow.webp) no-repeat center/cover;
  transition: all 0.5s ease-out;
}
#q-a .contents .block .q .btn.close {
  transform: rotate(-90deg);
}
#q-a .contents .block .a {
  margin: 43px 0 -9px;
}
#q-a .contents .block .a .text {
  align-items: start;
}
#q-a .contents .block .a .text::before {
  content: "A.";
  color: #0e74bc;
}
#q-a .contents .block .a .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #000;
}
#q-a .contents .block .a .text p {
  margin: -9px -2px 0 -7px;
}
#q-a .contents .block.close .a {
  display: none;
}
#q-a .contents .block:nth-child(odd) .q {
  background-color: #47c2d1;
}
#q-a .contents .block:nth-child(even) .q {
  background-color: #29a7de;
}
#q-a .contents .block:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  #q-a {
    padding-top: 25px;
    margin-bottom: 80px;
  }
  #q-a .contents {
    padding: 50px 0 60px;
  }
  #q-a .contents .block .q,
  #q-a .contents .block .a .text {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 10px;
  }
  #q-a .contents .block .q::before,
  #q-a .contents .block .a .text::before {
    font-size: 40px;
  }
  #q-a .contents .block .q .title {
    font-size: 20px;
    min-height: 70px;
  }
  #q-a .contents .block .a {
    margin: 30px 0 0;
  }
  #q-a .contents .block .a .text {
    font-size: 16px;
  }
  #q-a .contents .block .a .text p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #q-a {
    padding-top: 20px;
    margin-bottom: 70px;
  }
  #q-a h2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 4px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #q-a .contents {
    padding: 40px 0;
    border-radius: 30px;
  }
  #q-a .contents .block .q::before,
  #q-a .contents .block .a .text::before {
    font-size: 30px;
  }
  #q-a .contents .block .q .title {
    font-size: 18px;
    min-height: 60px;
  }
  #q-a .contents .block .a {
    margin-top: 20px;
  }
  #q-a .contents .block .a .text {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */