@charset "UTF-8";
/*common*/
body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #8CAECF;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }
  body p {
    line-height: 30px;
  }
}

a {
  transition: 0.3s ease;
  color: #0F0F0F;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

ul li {
  list-style: none;
}

.sp {
  display: none;
}

.en {
  font-family: "mono45-headline", monospace;
  font-weight: 500;
  font-style: normal;
}

footer {
  padding: 20px 4%;
}
footer a {
  color: #fff;
}
footer .inner {
  background: #24466D;
  color: #fff;
  padding: 40px 20px;
  width: 100%;
}
footer .footer-h2 {
  text-align: center;
  font-size: 35px;
}
footer .footer-sub-p {
  font-size: 20px;
  margin: 20px 0 40px 0;
  text-align: center;
}
footer .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .info .info-l, footer .info .info-r {
  width: 35%;
  padding: 0 4%;
}
footer .info .info-l dl, footer .info .info-r dl {
  display: flex;
  align-items: center;
}
footer .info .info-l dl dt, footer .info .info-r dl dt {
  padding-right: 20px;
  width: 100px;
}
footer .info .info-l dl dt img, footer .info .info-r dl dt img {
  width: 100%;
}
footer .info .info-l dl dd .f-logo, footer .info .info-r dl dd .f-logo {
  width: 100%;
  max-width: 240px;
}
footer .info .info-l dl dd p b, footer .info .info-r dl dd p b {
  font-size: 28px;
}
footer .info .info-r {
  border-left: 1px #fff solid;
}
@media screen and (max-width: 800px) {
  footer .inner {
    padding: 40px 20px;
    width: 100%;
  }
  footer .footer-h2 {
    text-align: center;
    font-size: 28px;
  }
  footer .footer-sub-p {
    font-size: 16px;
    margin: 10px 0;
  }
  footer .info {
    flex-direction: column;
  }
  footer .info .info-l, footer .info .info-r {
    width: 100%;
    padding: 0 4%;
  }
  footer .info .info-l dl, footer .info .info-r dl {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  footer .info .info-l dl dt, footer .info .info-r dl dt {
    padding-right: 0;
    width: 100px;
    margin: 10px 0;
  }
  footer .info .info-l dl dt img, footer .info .info-r dl dt img {
    width: 100%;
    margin: 10px 0;
    max-width: 60px !important;
  }
  footer .info .info-l dl dd .f-logo, footer .info .info-r dl dd .f-logo {
    width: 100%;
    max-width: 240px;
  }
  footer .info .info-l dl dd p b, footer .info .info-r dl dd p b {
    font-size: 28px;
  }
  footer .info .info-l {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  footer .info .info-r {
    border-left: none;
    border-top: 1px #fff solid;
  }
}

/*top*/
#top .start {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 0 20px;
  border-left: 8px #24466D solid;
  border-bottom: 8px #24466D solid;
  padding: 10px 20px 20px 20px;
  font-weight: bold;
  text-align: center;
  z-index: 5;
}
#top .start dt {
  color: #F4A344;
  font-size: 38px;
}
#top .start dd {
  color: #24466D;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  #top .start {
    right: inherit;
    left: 0;
    background: #fff;
    border-radius: 0 0 20px 0;
    border-left: none;
    border-right: 4px #24466D solid;
    border-bottom: 4px #24466D solid;
    padding: 10px 20px 20px 20px;
  }
  #top .start dt {
    font-size: 24px;
  }
  #top .start dd {
    font-size: 18px;
  }
}
#top .mv {
  height: 90vh;
  display: flex;
  align-items: center;
  background: #7397BA;
}
#top .mv .mv-txt {
  position: relative;
  width: 50%;
  text-align: center;
  height: 100%;
  border-left: 10px #F4A344 solid;
}
#top .mv .mv-txt .mv-txt-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#top .mv .mv-txt .logo img {
  width: 100%;
  max-width: 300px;
}
#top .mv .mv-txt .mv-txt-box {
  position: relative;
  color: #fff;
  font-weight: bold;
  background: #24466D;
  border-radius: 20px;
  display: inline-block;
  padding: 20px;
  font-size: 28px;
  margin: 40px 0;
}
#top .mv .mv-txt .mv-txt-box:after {
  display: block;
  content: "";
  position: absolute;
  right: 60px;
  top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 60px solid #24466D;
  border-top: 0;
  transform: rotate(312deg);
}
#top .mv .mv-txt .mv-txt-box strong {
  font-size: 36px;
  border-bottom: 2px #F4A344 solid;
  display: inline-block;
}
#top .mv .mv-img {
  width: 50%;
  height: 100%;
  position: relative;
  background-image: url(../img/mv-back.jpg);
  background-size: contain;
  background-color: #E6E0D1;
  background-position: center;
}
#top .mv .mv-img img {
  position: absolute;
  right: 0;
  bottom: -60px;
  min-width: 530px;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1s, transform 1s;
}
#top .mv .mv-img img.fade-in {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1s, transform 1s;
}
#top .mv .mv-img img.fade-in.show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 800px) {
  #top .mv {
    flex-direction: column;
    height: inherit;
  }
  #top .mv .mv-txt {
    padding-top: 80px;
    width: 100%;
    height: inherit;
    border-left: none;
    border-top: 10px #F4A344 solid;
  }
  #top .mv .mv-txt .mv-txt-inner {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
    padding: 0 0 60px 0;
    z-index: 2;
  }
  #top .mv .mv-txt .logo img {
    width: 100%;
    max-width: 250px;
  }
  #top .mv .mv-txt .mv-txt-box {
    padding: 20px;
    font-size: 18px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
  }
  #top .mv .mv-txt .mv-txt-box strong {
    font-size: 24px;
  }
  #top .mv .mv-img {
    width: 100%;
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  #top .mv .mv-img img {
    position: absolute;
    right: 0;
    bottom: -10px;
    min-width: auto;
    width: 80%;
    max-width: 400px;
  }
}
#top .co-a {
  display: flex;
  align-items: stretch;
}
#top .co-a .co-l {
  width: 25%;
  min-width: 320px;
  padding: 60px 4%;
  color: #fff;
  position: relative;
  z-index: 2;
}
#top .co-a .co-l .co-h2 {
  font-size: 40px;
  border-right: 2px #F4A344 solid;
  padding-right: 20px;
  margin: 40px 0;
}
#top .co-a .co-r {
  width: 75%;
  padding: 40px 4%;
}
#top .co-a .co-r .fu-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .co-a .co-r .fu-box .fu {
  width: 48%;
  margin: 10px 0;
  position: relative;
  left: -10px;
  top: -10px;
  background: #F4A344;
  z-index: 1;
  text-align: center;
  border-radius: 20px;
  padding: 30px 20px 40px 10px;
}
#top .co-a .co-r .fu-box .fu:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: -1;
}
#top .co-a .co-r .fu-box .fu span {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #F4A344;
  font-size: 35px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
#top .co-a .co-r .fu-box .fu .co-a-h3 {
  font-size: 30px;
  margin: 20px 0;
}
#top .co-a .co-r .fu-box .fu .co-a-h3 strong {
  font-size: 40px;
  color: #24466D;
  border-bottom: 3px #F4A344 solid;
}
#top .co-a .co-r .fu-box .fu p {
  font-size: 14px;
  line-height: 28px;
}
#top .co-a .co-r .fu-box .fu-large {
  width: 100%;
}
#top .co-a .co-r .lineup-carousel li {
  text-align: center;
  margin-right: 24px;
}
#top .co-a .co-r .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
#top .co-a .co-r .lineup-carousel .slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#top .co-a .co-r .lineup-carousel .slick-dots li {
  margin: 0 5px;
}
#top .co-a .co-r .lineup-carousel .slick-dots li button:before {
  content: "";
}
#top .co-a .co-r .lineup-carousel .slick-dots li button {
  font-size: 16px; /* Adjust the font size as needed */
  line-height: 1;
  display: block;
  width: 10px; /* Adjust the width and height as needed */
  height: 10px;
  padding: 5px;
  border: none;
  border-radius: 50%;
  background: none; /* Change the background color */
  color: none; /* Change the text color */
  border: 1px #fff solid;
  cursor: pointer;
}
#top .co-a .co-r .lineup-carousel .slick-dots li.slick-active button {
  background-color: #F4A344; /* Change the active dot background color */
}
#top .co-a .co-r .slick-list {
  overflow: visible;
}
#top .co-a .co-r .plan-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .co-a .co-r .plan-box .plan {
  width: 48%;
  margin: 10px 0;
  position: relative;
  background: #fff;
  z-index: 1;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
}
#top .co-a .co-r .plan-box dl {
  background: #F4A344;
  padding: 20px;
  color: #fff;
  border-radius: 15px;
  margin: 0 10%;
  font-weight: bold;
}
#top .co-a .co-r .plan-box dl dt {
  font-size: 22px;
}
#top .co-a .co-r .plan-box img {
  width: 100%;
  display: block;
  margin: 20px 0;
}
#top .co-a .co-r .plan-box .plan-txt {
  margin: 40px 0;
  color: #fff;
}
#top .co-a.co1 .co-l {
  background-image: url(../img/photo1.png);
  background-size: cover;
  background-position: center;
  background-color: #24466D;
}
#top .co-a.co3 .co-l {
  background-image: url(../img/photo2.png);
  background-size: cover;
  background-position: center;
  background-color: #24466D;
}
#top .co-a.co5 .co-l {
  background-image: url(../img/photo3.png);
  background-size: cover;
  background-position: center;
  background-color: #24466D;
}
@media screen and (max-width: 800px) {
  #top .co-a {
    flex-direction: column;
  }
  #top .co-a .pc {
    display: none;
  }
  #top .co-a .sp {
    display: block;
  }
  #top .co-a .co-l {
    width: 100%;
    min-width: auto;
    padding: 30px 4%;
  }
  #top .co-a .co-l .co-h2 {
    font-size: 30px;
    padding-right: 10px;
    margin: 10px 0;
  }
  #top .co-a .co-r {
    width: 100%;
    padding: 40px 4%;
    overflow: hidden;
  }
  #top .co-a .co-r .fu-box {
    padding: 0 4%;
  }
  #top .co-a .co-r .fu-box .fu {
    width: 100%;
    margin: 10px 0;
    left: 0;
    top: -10px;
    padding: 30px 20px 40px 20px;
  }
  #top .co-a .co-r .fu-box .fu:after {
    top: -10px;
    left: 0;
  }
  #top .co-a .co-r .fu-box .fu span {
    top: 0;
    font-size: 28px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  #top .co-a .co-r .fu-box .fu .co-a-h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  #top .co-a .co-r .fu-box .fu .co-a-h3 strong {
    font-size: 30px;
  }
  #top .co-a .co-r .fu-box .fu-large {
    width: 100%;
  }
  #top .co-a .co-r .lineup-carousel li {
    text-align: center;
    margin-right: 0;
    margin: 0 5px;
  }
  #top .co-a .co-r .plan-box .plan {
    padding: 20px;
  }
  #top .co-a .co-r .plan-box dl {
    padding: 20px 10px;
  }
  #top .co-a .co-r .plan-box dl dt {
    font-size: 16px;
  }
  #top .co-a .co-r .plan-box dl dd {
    font-size: 13px;
  }
  #top .co-a .co-r .plan-box .plan-txt {
    margin: 20px 0;
  }
}
#top .co-b {
  display: flex;
  align-items: center;
  background: #24466D;
  position: relative;
  z-index: 1;
}
#top .co-b:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #F4A344;
  height: 20%;
  width: 20px;
  z-index: -1;
}
#top .co-b .co-b-img {
  width: 40%;
}
#top .co-b .co-b-img img {
  width: 100%;
}
#top .co-b .co-b-txt {
  width: 70%;
  padding: 20px 4%;
  color: #fff;
}
#top .co-b .co-b-h2 {
  font-size: 20px;
  margin: 20px 0;
}
#top .co-b .co-b-h2 b {
  font-size: 35px;
  padding-right: 20px;
}
#top .co-b .co-b-li li {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  padding: 10px 0;
}
#top .co-b .co-b-li li:before {
  content: "・";
  margin-right: 5px;
  display: inline-block;
}
#top .co-b .co-b-li li:after {
  content: " ";
  white-space: pre;
}
@media screen and (max-width: 800px) {
  #top .co-b {
    flex-direction: column-reverse;
  }
  #top .co-b:after {
    height: 20%;
    width: 10px;
  }
  #top .co-b .co-b-img {
    width: 60%;
  }
  #top .co-b .co-b-txt {
    width: 100%;
    padding: 20px 4%;
    color: #fff;
  }
  #top .co-b .co-b-h2 {
    font-size: 16px;
    margin: 20px 0;
  }
  #top .co-b .co-b-h2 b {
    font-size: 28px;
    padding-right: 10px;
  }
  #top .co-b .co-b-li {
    font-size: 15px;
  }
}
#top .co-c {
  background: #F4A344;
  padding: 40px 10%;
}
#top .co-c .co-c-h2 {
  color: #fff;
  text-align: center;
}
#top .co-c .co-c-h2 b {
  padding-right: 20px;
  font-size: 35px;
}
#top .co-c .ac-box {
  margin: 20px 0;
}
#top .co-c .accordion-content {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  display: none;
  padding: 20px 20px 20px 20px;
  margin-top: 10px;
}
#top .co-c .accordion-content p {
  font-size: 15px;
}
#top .co-c .accordion-content.active {
  max-height: 1000px; /* 適切な高さに調整 */
}
#top .co-c .accordion-header {
  position: relative;
  cursor: pointer;
  padding: 20px 20px;
}
#top .co-c .accordion-header .accordion-button {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: calc(50% - 5px);
  border-top: 2px #0F0F0F solid;
  border-right: 2px #0F0F0F solid;
  transform: translate(0, -50%) rotate(135deg);
}
#top .co-c .accordion-container {
  background: #fff;
  border-radius: 20px;
  margin: 10px 0;
}
#top .co-c .accordion-container span {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 30px;
  position: relative;
  top: -4px;
  color: #F4A344;
  overflow: hidden;
}
#top .co-c .accordion-container p {
  padding: 0;
  margin: 0;
  width: 90%;
  font-size: 16px;
  overflow: hidden;
}
#top .co-c .accordion-container .accordion {
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  #top .co-c {
    padding: 40px 4%;
  }
  #top .co-c .co-c-h2 {
    font-size: 16px;
  }
  #top .co-c .co-c-h2 b {
    padding-right: 10px;
    font-size: 28px;
  }
  #top .co-c .ac-box {
    margin: 20px 0;
  }
  #top .co-c .accordion-content {
    padding: 20px 20px 20px 20px;
  }
  #top .co-c .accordion-content p {
    font-size: 14px;
  }
  #top .co-c .accordion-header {
    padding: 20px 20px;
  }
  #top .co-c .accordion-container {
    background: #fff;
    border-radius: 20px;
    margin: 10px 0;
    font-size: 15px;
  }
  #top .co-c .accordion-container p {
    padding: 0 20px 0 0;
    margin: 0;
    width: 90%;
    font-size: 14px;
  }
  #top .co-c .accordion-container .accordion {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */