@charset "utf-8";.grid-cmn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.grid-cmn.ai-center {
  align-items: center;
}

.grid-cmn.jc-center {
  justify-content: center;
}

.grid-cmn .col {
  box-sizing: border-box;
  position: relative;
}

.grid-cmn .col.col-l-2 {
  width: 16.6666%;
}

.grid-cmn .col.col-l-20p {
  width: 20%;
}

.grid-cmn .col.col-l-3 {
  width: 25%;
}

.grid-cmn .col.col-l-4 {
  width: 33.33333%;
}

.grid-cmn .col.col-l-5 {
  width: 41.66666%;
}

.grid-cmn .col.col-l-6 {
  width: 50%;
}

.grid-cmn .col.col-l-7 {
  width: 58.33333%;
}

.grid-cmn .col.col-l-8 {
  width: 66.66666%;
}

.grid-cmn .col.col-l-9 {
  width: 75%;
}

.grid-cmn .col.col-l-10 {
  width: 83.33333%;
}

.grid-cmn .col.col-l-12 {
  width: 100%;
}

.grid-cmn .order-l-1 {
  order: 1;
}

.grid-cmn .order-l-2 {
  order: 2;
}

.grid-cmn .order-l-3 {
  order: 3;
}

.grid-cmn .order-l-4 {
  order: 4;
}

.grid-cmn .order-l-5 {
  order: 5;
}

.grid-cmn .order-l-6 {
  order: 6;
}

@media screen and (max-width: 1024px) {
  .grid-cmn .col.col-m-2 {
    width: 16.6666%;
  }
  .grid-cmn .col.col-m-20p {
    width: 20%;
  }
  .grid-cmn .col.col-m-3 {
    width: 25%;
  }
  .grid-cmn .col.col-m-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-m-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-m-6 {
    width: 50%;
  }
  .grid-cmn .col.col-m-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-m-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-m-9 {
    width: 75%;
  }
  .grid-cmn .col.col-m-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-m-12 {
    width: 100%;
  }
  .grid-cmn .order-m-1 {
    order: 1;
  }
  .grid-cmn .order-m-2 {
    order: 2;
  }
  .grid-cmn .order-m-3 {
    order: 3;
  }
  .grid-cmn .order-m-4 {
    order: 4;
  }
  .grid-cmn .order-m-5 {
    order: 5;
  }
  .grid-cmn .order-m-6 {
    order: 6;
  }
}
@media only screen and (max-width: 768px) {
  .grid-cmn .col.col-s-12 {
    width: 100%;
  }
  .grid-cmn .col.col-s-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-s-9 {
    width: 75%;
  }
  .grid-cmn .col.col-s-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-s-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-s-6 {
    width: 50%;
  }
  .grid-cmn .col.col-s-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-s-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-s-3 {
    width: 25%;
  }
  .grid-cmn .col.col-s-20p {
    width: 20%;
  }
  .grid-cmn .col.col-s-2 {
    width: 16.6666%;
  }
  .grid-cmn .order-s-1 {
    order: 1;
  }
  .grid-cmn .order-s-2 {
    order: 2;
  }
  .grid-cmn .order-s-3 {
    order: 3;
  }
  .grid-cmn .order-s-4 {
    order: 4;
  }
  .grid-cmn .order-s-5 {
    order: 5;
  }
  .grid-cmn .order-s-6 {
    order: 6;
  }
}
html {
  scroll-behavior: smooth;
}

.pc {
  width: 100%;
  background-color: #EAECEC;
}

.main_img {
  font-optical-sizing: auto;
  color: #282830;
  font-weight: 300;
  line-height: 1.64;
  width: 100%;
  margin: 0 auto;
  background-color: #EAECEC;
  width: 100%;
  max-width: 560px;
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.main_img .copy_area {
  width: 100%;
  position: relative;
  background-image: url(/photo/page/20250505/img/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  top: -3px;
}
.main_img .copy_area .title {
  position: relative;
  text-align: center;
  top: -8px;
}
.main_img .copy_area .title .title02 {
  margin: 10px auto 0 auto;
}
.main_img .copy_area .sub_title {
  font-family: "Shippori Mincho";
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
.main_img .copy_area .text {
  font-family: "Noto Sans JP";
  font-weight: 300;
  width: 100%;
  font-size: 14px;
  padding: 35px 30px 65px 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.main {
  font-family: "Noto Sans JP", "Jost", "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  color: #282830;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 560px;
}
.main a {
  transition-property: opacity;
  transition-duration: 0.4s;
}
.main a:hover {
  opacity: 0.8;
}
.main p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64;
  margin-left: auto;
  margin-right: auto;
}
.main img {
  vertical-align: bottom;
  width: 100%;
}
.main .staff {
  letter-spacing: 0.05em;
  width: 100%;
  box-sizing: border-box;
  padding: 70px 45px;
  background-color: #EAECEC;
  text-align: center;
  line-height: 2;
}
.main .staff p {
  font-size: 11px !important;
  font-family: "Jost";
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1;
}
.main .staff p:last-child {
  margin-bottom: 0;
}
.main .space {
  padding: 0 25px;
}
.main .btn {
  position: relative;
}
.main .btn .btn_more {
  display: flex;
  align-items: center;
  width: 140px;
  height: 34px;
  margin: 30px auto 0 auto;
  padding: 0 0 0 20px;
  background-color: #91BCD1;
  text-align: left;
  justify-content: left;
  font-family: "Jost";
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}
.main .btn .btn_more a {
  position: relative;
  display: block;
  width: 100%;
}
.main .btn .btn_more .plus-minus {
  position: relative;
  right: -20px;
  top: -2px;
  font-size: 15px;
}
.main .btn .btn_more .close {
  right: -20px;
}
.main .btn .open {
  font-family: "Jost";
  font-weight: 300;
  background-color: transparent;
  color: #333;
  text-align: center;
  justify-content: center;
  padding-left: 0;
}
.main .content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.main .content .items {
  color: #282830;
  margin: 10px 0 0 0;
}
.main .content .items a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}
.main .content .items a:hover {
  text-decoration: none;
}
.main .content .item {
  font-family: "Jost";
  font-size: 11px;
  margin: 0 0 0 0;
}
.main .content .q {
  width: 100%;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.main .content .q .q_title {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 18px;
  text-align: left;
  margin: 10px 0 20px 60px;
}
.main .content .q .q_title::before {
  position: absolute;
  display: block;
  width: 58px;
  height: 55px;
  content: "";
  left: -60px;
  background: url(/photo/page/20250505/img/ico_q.svg) no-repeat;
  background-size: contain;
}
.main .content .q .q_text_box {
  background-color: #fff;
  padding: 20px 20px 45px 20px;
  margin: 0px auto 0 auto;
}
.main .content .q .q_wrap {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.main .content .q .q_wrap .fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.main .content .q01 {
  background-color: #EAECEC;
}
.main .content .q01 .q_img {
  margin-top: -2px;
}
.main .content .q01 .q_title {
  margin-top: 30px;
}
.main .content .q01 .q_wrap {
  max-height: 347px;
}
.main .content .q01 .img01 {
  margin: 60px auto 0 auto;
}
.main .content .q02 {
  background-color: #EAECEC;
  margin: 0 auto 0 auto;
}
.main .content .q02 .q_wrap {
  max-height: 260px;
}
.main .content .q03 {
  background-color: #EAECEC;
}
.main .content .q03 .q_title {
  margin-top: 45px;
}
.main .content .q03 .q_wrap {
  max-height: 390px;
  padding: 0px 0px 45px 0px;
}
.main .content .q03 .q_wrap .fade {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(234, 236, 236) 80%);
}
.main .content .q03 .img01 {
  position: relative;
  width: 64%;
  margin: 0 auto 0 0;
  padding: 60px 0 0 0;
}
.main .content .q03 .img02 {
  position: relative;
  width: 58.6%;
  margin: -70px 0 0 auto;
  padding: 0 0 0 0;
  top: 0px;
}
.main .content .q03 .img02 img {
  display: block;
}
.main .content .q04 {
  background-color: #EAECEC;
}
.main .content .q04 .q_wrap {
  max-height: 237px;
  padding: 0px 0px 45px 0px;
}
.main .content .q04 .q_wrap .fade {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(234, 236, 236) 80%);
}
.main .content .q04 .img01 {
  width: 89.3%;
  margin: 0 auto 0 auto;
  padding: 60px 0 0 0;
}
.main .content .q04 .img02 {
  width: 76%;
  margin: 25px 0 40px auto;
}
.main .content .q05 {
  background-color: #EAECEC;
}
.main .content .q05 .q_wrap {
  max-height: none;
  padding: 0px 0px 45px 0px;
}
.main .content .q05 .q_wrap .fade {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(234, 236, 236) 80%);
}
.main .content .q05 .img01 {
  width: 89.3%;
  margin: 0 auto 40px auto;
  padding: 60px 0 0 0;
}
.main .content .q06 {
  background-color: #EAECEC;
}
.main .content .q06 .q_title {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: -0.2px;
}
.main .content .q06 .q_wrap {
  max-height: 413px;
}
.main .content .q06 .img01 {
  margin: 0 auto 0 auto;
  padding: 64px 0 0 0;
}
.main .content .q07 {
  background-color: #EAECEC;
}
.main .content .q07 .q_title {
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: -0.2px;
}
.main .content .q07 .img01 {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}
.main .content .q07 .q_text_box {
  padding-bottom: 32px;
}
.main .content .prof {
  width: 100%;
  background-color: #EAECEC;
  padding: 60px 0;
}
.main .content .prof .prof_box {
  font-size: 12px !important;
  width: calc(100% - 56px);
  box-sizing: border-box;
  margin: 0 26px;
  padding: 25px 0;
  background-color: #EAECEC;
  border-top: 1px solid #9E9E9E;
  border-bottom: 1px solid #9E9E9E;
}
.main .content .bnr {
  width: 100%;
  padding: 0 25px;
  background-color: #EAECEC;
}
.main .content .bnr h2 {
  font-family: "Jost";
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #7A8CA0;
  text-align: center;
  padding: 17px 0;
  margin: 0 auto;
}
.main .content .bnr a {
  display: block;
}
.main .content .bnr p {
  margin: 24px auto 0 auto;
  width: 100%;
}
.main .mg_001 {
  margin-bottom: 100px !important;
}
.main .mg_002 {
  margin-bottom: 0px !important;
}
.main .mg_003 {
  padding-top: 40px !important;
}

.sticky {
  position: fixed !important;
  top: 86px !important;
  bottom: 0 !important;
  z-index: 1000;
}
.sticky .day {
  display: none;
}

.title01, .title02 {
  opacity: 0;
  transform: translateY(10px); /* 下から30pxずらしておく */
  transition: all 0.6s ease;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

img.scroll-in {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease;
  transition-duration: 2s;
}

img.scroll-in.show {
  opacity: 1;
  transition: opacity 1.2s ease;
}

a img:hover {
  display: block;
  opacity: 0.7;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

.al-mg-left {
  margin-right: auto;
}

.al-mg-right {
  margin-left: auto;
}

.only-pc {
  display: block !important;
}

.only-sp {
  display: none !important;
}

@media only screen and (min-width: 560px) {
  .main .content .q01 {
    margin-top: -10px;
  }
  .main_img .copy_area .text {
    max-width: 420px;
  }
  .main .content .q {
    max-width: 375px;
  }
  .main .content .q .q_text_box {
    padding-left: 40px;
    padding-right: 40px;
  }
  /*.main .content .q .q_wrap .fade {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  }

  .main .content .q03 .q_wrap .fade,
  .main .content .q05 .q_wrap .fade {
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(234,236,236,1) 90%);
  }
  .main .content .q04 .q_wrap .fade {
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(234,236,236,1) 100%);
  }
  .main .content .q06 .q_wrap .fade {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }*/
}
@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .main_img .copy_area .text {
    max-width: 420px;
  }
  .main .content .q {
    max-width: 375px;
  }
}