@charset "UTF-8";
.mincho-b1 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.mincho, #ig h2 span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ▼▼▼ トップ
======================================================*/
#main {
  background: #FCFAF4;
}

.read {
  text-align: center;
  font-weight: 500;
  line-height: 2;
}

mark {
  background: linear-gradient(transparent 60%, #EAF0F5 60%);
  color: #306E9A;
  font-weight: bold;
}

/* ▼ MV
----------------------------------------*/
.mv {
  background: url(../img/mv.jpg) no-repeat center/cover;
  height: 638px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/mv_sp.jpg) no-repeat center/cover;
    padding: 28vw 4.5vw 7.67vw;
    height: auto;
    aspect-ratio: 1/1.7;
  }
}
.mv .txt_wrap, .mv .circle {
  padding: 0 20px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 767px) {
  .mv .txt_wrap, .mv .circle {
    position: static;
    transform: translateX(0%);
  }
}
.mv .txt_wrap {
  width: min(100%, 1110px);
  top: 183px;
  letter-spacing: 0.05em;
}
.mv .txt_wrap h1 {
  margin-bottom: 48px;
  color: #306E9A;
  font-size: 41px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
}
.mv .txt_wrap .btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mv .txt_wrap {
    display: contents;
  }
  .mv .txt_wrap h1 {
    font-size: min(8vw, 35px);
    order: 1;
  }
  .mv .txt_wrap .btn {
    margin: 6.9vw auto 0;
    order: 3;
  }
}
.mv .circle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(100%, 1165px);
  bottom: 43px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv .circle {
    padding: 0;
    margin-top: auto;
    order: 2;
  }
}

/* ▼ intro
----------------------------------------*/
#intro {
  padding: 75px 0 0;
}
@media screen and (max-width: 767px) {
  #intro {
    padding-top: 32px;
  }
}
#intro .read {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  #intro .read {
    text-align: left;
    margin-bottom: 60px;
  }
}
#intro .box {
  background-image: linear-gradient(-45deg, rgb(104, 147, 196), rgb(141, 190, 245) 46%, rgb(67, 104, 146));
  width: min(100%, 789px);
  margin: 0 auto;
  padding: 13px;
  box-shadow: 0 0 30px rgba(131, 178, 199, 0.15);
  position: relative;
}
@media screen and (max-width: 767px) {
  #intro .box {
    padding: 5px;
  }
}
#intro .box_inner {
  background: #fff;
  padding: 85px 20px 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #intro .box_inner {
    padding: 52px 20px 34px;
  }
}
#intro .box_ttl {
  background-image: linear-gradient(90deg, rgb(145, 144, 144), rgb(89, 89, 89) 50%, rgb(145, 144, 144));
  width: min(100%, 428px);
  padding: 4px 30px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
  top: -18px;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #intro .box_ttl {
    width: min(100%, 268px);
    padding: 2px 0;
    font-size: 19px;
    top: -13px;
  }
}
#intro .box .check_list {
  display: inline-block;
}
#intro .box .check_list li {
  background: url(../img/icon_check.png) no-repeat left top 11px/32px;
  padding-left: 48px;
  font-size: 20px;
}
#intro .box .check_list li mark {
  font-size: 25px;
}
#intro .box .check_list li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #intro .box .check_list li {
    background: url(../img/icon_check.png) no-repeat left top 9px/19px;
    padding-left: 30px;
    font-size: 15px;
  }
  #intro .box .check_list li mark {
    font-size: 21px;
  }
  #intro .box .check_list li:not(:last-child) {
    margin-bottom: 22px;
  }
}

/* ▼ about
----------------------------------------*/
#about {
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 95px 0 60px;
  }
}
#about .bg {
  background: url(../img/about_bg.jpg) no-repeat center top/1802px;
  padding-top: 197px;
}
@media screen and (max-width: 767px) {
  #about .bg {
    background: none;
    padding-top: 0;
  }
}
#about h2 {
  margin-bottom: 49px;
  font-size: 33px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
#about h2 span {
  display: block;
  margin: 11px 0;
  color: #306E9A;
  font-size: 47px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}
#about h2::before {
  content: "";
  height: 93px;
  border-left: 1px solid #13476C;
  position: absolute;
  transform: translateX(-50%);
  top: -144px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  #about h2 {
    margin: 0 -10px 23px;
    font-size: 23px;
  }
  #about h2 span {
    margin: 5px 0;
    font-size: 31px;
  }
  #about h2::before {
    height: 33px;
    top: -60px;
  }
}
#about .read {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #about .read {
    margin-bottom: 30px;
    text-align: left;
  }
}
#about .list {
  width: min(100%, 865px);
  padding: 0 20px;
  margin: 0 auto 45px;
}
@media screen and (min-width: 768px) {
  #about .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 39px;
    animation: infinite;
  }
  #about .list .list_item:nth-child(2) {
    animation-delay: 0.3s;
  }
  #about .list .list_item:nth-child(3) {
    animation-delay: 0.6s;
  }
}
@media screen and (max-width: 767px) {
  #about .list {
    width: min(100%, 392px);
    margin: 0 auto 40px;
    padding: 0;
  }
  #about .list .list_item {
    animation: infinite;
  }
}
#about .list_item {
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 22px;
  box-shadow: 0 0 20px rgba(183, 171, 120, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .list_item {
    padding: 0 20px 26px;
  }
}
#about .list .pict {
  margin-top: -24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .list .pict {
    width: min(42%, 141px);
    margin: -24px auto 0;
  }
}
#about .list p {
  text-align: center;
}
#about .list_ttl {
  margin-top: 12px;
  font-size: 26px;
  letter-spacing: -0.04em;
}
#about .list_ttl mark {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .list_ttl {
    margin-top: 5px;
  }
}
#about .list .en_txt {
  font-size: 20px;
}
#about .list_detail {
  background: #78ABD0;
  border-radius: 10px;
  margin-top: 10px;
  padding: 11px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #about .list_detail {
    width: min(100%, 299px);
    margin: 5px auto 0;
    padding: 5px 10px;
    font-size: 16px;
  }
  #about .list_detail span {
    display: inline-block;
  }
}

.sp_slider .draggable {
  padding-top: 24px;
}
.sp_slider .slick-track {
  display: flex;
}
.sp_slider .slick-slide {
  margin: 0 20px;
  height: auto !important;
}
.sp_slider .slick-slide > div, .sp_slider .slick-slide .list_item {
  height: 100%;
}
.sp_slider .slick-arrow.slick-prev, .sp_slider .slick-arrow.slick-next {
  width: 20px;
  height: 39px;
  z-index: 2;
  top: calc(50% + 12px);
}
.sp_slider .slick-arrow.slick-prev::before, .sp_slider .slick-arrow.slick-next::before {
  content: "";
  background: url(../img/slide_arrow.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.sp_slider .slick-arrow.slick-prev {
  left: 10px;
}
.sp_slider .slick-arrow.slick-next {
  right: 10px;
}
.sp_slider .slick-arrow.slick-next::before {
  transform: scale(-1, 1);
}
.sp_slider .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 6px;
  padding: 0;
}
.sp_slider .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: #D9D9D9;
}
.sp_slider .slick-dots li button::before {
  display: none;
}
.sp_slider .slick-dots li.slick-active button {
  background: #13476C;
}

.process {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(183, 171, 120, 0.1);
  padding: 60px 20px;
  margin-top: 136px;
}
@media screen and (max-width: 767px) {
  .process {
    padding: 40px 12px;
    margin-top: 90px;
  }
}
.process h3 {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.03em;
}
.process h3 span {
  display: block;
  color: rgba(48, 110, 154, 0.5);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .process h3 {
    font-size: 27px;
  }
  .process h3 span {
    font-size: 15px;
  }
}
.process .img {
  width: min(100%, 784px);
  margin: 45px auto 60px;
}
@media screen and (max-width: 767px) {
  .process .img {
    margin: 19px auto 30px;
  }
}
.process p {
  text-align: center;
  font-weight: 500;
}

/* ▼ Instagram
----------------------------------------*/
#ig {
  background: #fff;
  padding: 60px 0 75px;
}
@media screen and (max-width: 767px) {
  #ig {
    padding: 50px 0 60px;
  }
}
#ig h2 {
  margin-bottom: 27px;
  text-align: center;
  font-size: 46px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.4;
}
#ig h2 span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #ig h2 h2 {
    margin-bottom: 20px;
    font-size: 33px;
  }
}
#ig .read {
  margin-bottom: 25px;
}
#ig .ig_list {
  display: flex;
  justify-content: center;
  width: min(100%, 764px);
  gap: 0 25px;
  margin: 0 auto 43px;
}
@media screen and (max-width: 767px) {
  #ig .ig_list {
    width: 100vw;
    margin: 0 -6.9vw 33px;
    padding: 0 5px;
    gap: 0 5px;
  }
}
#ig .ig_list li {
  width: calc(33.3333333333% - 12.5px);
}
@media screen and (max-width: 767px) {
  #ig .ig_list li {
    width: calc(33.3333333333% - 2.5px);
  }
}
#ig .ig_list li a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
#ig .ig_list li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#ig .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #ig .btn_wrap {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
#ig .btn_wrap .btn_ig {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  #ig .btn_wrap .btn_ig {
    margin: 0;
  }
}
#ig .btn_wrap #qr_btn a {
  background-color: #78A0D0;
}
#ig .btn_wrap #qr_btn a:hover {
  background-color: #5A89BA;
}

/* ▼ QR Popup
----------------------------------------*/
.qr_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.qr_popup.active {
  display: block;
}

.qr_popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.qr_popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 412px;
  height: 412px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .qr_popup_content {
    width: 90%;
    max-width: 412px;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.qr_popup_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  background: #306E9A;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.qr_popup_close::before, .qr_popup_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
}
.qr_popup_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.qr_popup_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.qr_popup_close:hover {
  background: #78A0D0;
  transform: rotate(90deg);
}

.qr_code {
  max-width: 270px;
  width: 100%;
  height: auto;
}

/* ▼ commitment
----------------------------------------*/
#commitment {
  padding: 90px 0 60px;
}
@media screen and (max-width: 767px) {
  #commitment {
    padding: 63px 0 80px;
  }
}
#commitment h2 {
  color: #306E9A;
  font-size: 42px;
  text-align: center;
  position: relative;
}
#commitment h2 span {
  display: block;
  color: rgba(48, 110, 154, 0.5);
  font-size: 18px;
  text-align: center;
}
#commitment h2::before {
  content: "";
  background: url(../img/commitment_bg.jpg) no-repeat center/cover;
  width: 100vw;
  height: 353px;
  position: absolute;
  transform: translateX(-50%);
  top: calc(100% + 49px);
  left: 50%;
}
@media screen and (max-width: 767px) {
  #commitment h2 {
    font-size: 27px;
  }
  #commitment h2 span {
    font-size: 15px;
  }
  #commitment h2::before {
    background-image: url(../img/commitment_bg_sp.jpg);
    height: 146px;
    top: calc(100% + 9px);
  }
}
#commitment .box {
  background: #fff;
  border-radius: 20px;
  width: min(100%, 986px);
  margin: 0 auto 54px;
  padding: 50px 20px 60px;
  box-shadow: 0 0 20px rgba(183, 171, 120, 0.1);
  position: relative;
}
#commitment .box:first-of-type {
  margin-top: 343px;
}
#commitment .box:not(:last-of-type) {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #commitment .box {
    padding: 26px 20px 30px;
  }
  #commitment .box:first-of-type {
    margin-top: 136px;
  }
  #commitment .box:not(:last-of-type) {
    margin-bottom: 34px;
  }
}
#commitment .box h3 {
  margin-bottom: 26px;
  color: #306E9A;
  font-size: 31px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #commitment .box h3 {
    margin-bottom: 20px;
    font-size: 23px;
  }
}
#commitment .box .read {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  #commitment .box .read {
    margin-bottom: 28px;
  }
}
#commitment .bnr_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto;
  width: min(100%, 824px);
}
@media screen and (max-width: 767px) {
  #commitment .bnr_list {
    gap: 16px;
  }
}
#commitment .bnr_list li {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  #commitment .bnr_list li {
    width: 100%;
  }
}
#commitment .bnr_list li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  position: relative;
}
#commitment .bnr_list li a::before, #commitment .bnr_list li a::after {
  content: "";
  position: absolute;
}
#commitment .bnr_list li a:before {
  background: rgba(29, 51, 63, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#commitment .bnr_list li a::after {
  background-color: #13476C;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center left 52%;
  background-size: auto;
  width: 35px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0;
}
#commitment .bnr_list li a:hover {
  opacity: 1;
}
#commitment .bnr_list li a:hover::after {
  background-color: #8AB3D0;
}
#commitment .bnr_list li a:hover::before {
  opacity: 0;
}
#commitment .bnr_list li.bg01 a {
  background-image: url(../img/bnr01.jpg);
}
#commitment .bnr_list li.bg02 a {
  background-image: url(../img/bnr02.jpg);
}
#commitment .bnr_list li.bg03 a {
  background-image: url(../img/bnr03.jpg);
}
#commitment .bnr_list li p {
  color: #fff;
  font-size: 21px;
  line-height: 1.24;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
}