@charset "UTF-8";
html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #39425B;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

input:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible,
a img:focus-visible,
.popup_close:focus-visible,
.splide__arrow--next:focus-visible,
.splide__arrow--prev:focus-visible {
  outline: 2px solid rgb(0, 30, 255);
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 920px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.65;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

html:has(body.is-scroll-busy) {
  scroll-behavior: auto;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

/* l-content */
.l-content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner {
  width: min(100%, 876px);
  max-width: 970px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* l-section */
.l-section {
  padding: 105px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 80px 0 50px;
  }
}

/* accordion */
.accordion__header {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .accordion__header {
    text-align: center;
  }
}
.accordion__header::marker {
  display: none !important;
}
.accordion__header::-webkit-details-marker {
  display: none !important;
}

.accordion__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 20px 80px;
  min-height: 120px;
}
@media screen and (max-width: 1200px) {
  .accordion__header-inner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 960px) {
  .accordion__header-inner {
    padding: 0 20px;
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__header-inner {
    display: block;
    min-height: unset;
    padding: 15px 20px 15px;
  }
}

.accordion--gold .accordion__header-inner {
  min-height: 165px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 80px;
}
@media screen and (max-width: 1200px) {
  .accordion--gold .accordion__header-inner {
    min-height: 180px;
    padding: 27px 40px;
  }
}
@media screen and (max-width: 960px) {
  .accordion--gold .accordion__header-inner {
    min-height: 125px;
    padding: 27px 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion--gold .accordion__header-inner {
    min-height: 185px;
    padding: 18px 20px;
  }
}

.accordion__header-inner .accordion__open-icon {
  display: block;
}

.accordion__header-inner .accordion__open-icon-hover {
  display: none;
}

.accordion__header-inner:hover .accordion__open-icon {
  display: none;
}

.accordion__header-inner:hover .accordion__open-icon-hover {
  display: block;
}

.accordion__header-inner .accordion__close-icon, .accordion__header-inner .accordion__close-icon-hover {
  display: none;
}

.accordion__opened .accordion__header-inner .accordion__open-icon {
  display: none;
}
.accordion__opened .accordion__header-inner .accordion__open-icon-hover {
  display: none;
}
.accordion__opened .accordion__header-inner .accordion__close-icon {
  display: block;
}
.accordion__opened .accordion__header-inner:hover .accordion__open-icon-hover {
  display: none;
}
.accordion__opened .accordion__header-inner:hover .accordion__close-icon {
  display: none;
}
.accordion__opened .accordion__header-inner:hover .accordion__close-icon-hover {
  display: block;
}

.accordion__open {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .accordion__open {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    margin: 25px auto 10px;
  }
}

.accordion__close-wrap {
  margin-top: 70px;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .accordion__close-wrap {
    margin-top: 60px;
  }
}

.accordion__close {
  display: block;
  width: 50px;
  max-width: 100%;
  margin: 60px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .accordion__close {
    margin-top: 25px;
  }
}

.accordion__close:hover .accordion__close-icon {
  display: none;
}

.accordion__close-icon-hover {
  display: none;
}

.accordion__close:hover .accordion__close-icon-hover {
  display: block;
}

.accordion__body {
  padding-block: 250px 10px;
  background-image: url(../img/book-bg-1.png), url(../img/book-bg-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 500px, left bottom 500px;
  background-size: 654px;
  margin-top: -220px;
}
@media screen and (max-width: 960px) {
  .accordion__body {
    background-size: 454px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__body {
    background-size: 400px;
  }
}
@media screen and (max-width: 600px) {
  .accordion__body {
    background-size: 343px;
  }
}

.accordion__inner {
  width: min(980px, 100% - 30px);
  background-color: #fff;
  margin: 0 auto;
  border: solid 7px #44A0EB;
  padding: 70px 70px 60px;
}
@media screen and (max-width: 960px) {
  .accordion__inner {
    padding: 50px 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__inner {
    width: calc(100% - 20px);
    padding: 40px 40px 30px;
    border: solid 5px #44A0EB;
  }
}
@media screen and (max-width: 600px) {
  .accordion__inner {
    padding: 35px 13px 10px 18px;
  }
}
.accordion__inner h2 {
  padding-top: 50px;
  margin-top: 50px;
  border-top: solid 1px #0073D1;
  color: #0073D1;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .accordion__inner h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion__inner h2 {
    font-size: 1.125rem;
  }
}
.accordion__inner h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.accordion__inner h3 {
  color: #0073D1;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
.accordion__inner p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .accordion__inner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion__inner p {
    font-size: 0.9375rem;
  }
}
.accordion__inner img {
  margin-bottom: 30px;
}

.accordion__img.y-long img {
  width: auto;
  max-height: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .accordion__img {
    width: 100%;
    margin: 0 auto;
  }
  .accordion__img.y-long img {
    width: 100%;
    max-height: unset;
    margin: 0 auto;
  }
}

.accordion__img-discription {
  position: relative;
  background: #fde7d1;
  padding: 2em;
  margin: 40px auto 0;
  border-radius: 20px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .accordion__img-discription {
    font-size: 0.899rem;
    padding: 1rem;
  }
}

.accordion__img-discription:after {
  content: "";
  position: absolute;
  right: 0;
  top: -19px;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fde7d1 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery__container-SP {
  display: none;
}
@media screen and (max-width: 767px) {
  .gallery__container-SP {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery__container-SP .gallery__container {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.gallery__container-SP .gallery__content {
  display: block;
  width: 100%;
}
.gallery__container-SP .accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media screen and (max-width: 450px) {
  .gallery__container-SP .accordion__header {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.gallery__container-SP .accordion__body-img {
  width: 40%;
}
@media screen and (max-width: 450px) {
  .gallery__container-SP .accordion__body-img {
    width: 48%;
  }
}
.gallery__container-SP .accordion__body-img img {
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .25);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .25);
}
.gallery__container-SP .accordion__header-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  position: relative;
}
@media screen and (max-width: 450px) {
  .gallery__container-SP .accordion__header-txt-wrap {
    width: 48%;
  }
}
.gallery__container-SP .gallery__book-title {
  font-size: 20px;
}
.gallery__container-SP .accordion__body {
  padding: 20px;
  margin-top: 20px;
}
.gallery__container-SP .gallery__book-arrow {
  width: 50px;
  margin-top: 30px;
  margin-inline: auto;
}
.gallery__container-SP .gallery__book-arrow img {
  width: 100%;
  height: auto;
  -webkit-filter: none;
          filter: none;
}
.gallery__container-SP .accordion__header-txt-wrap .accordion__open-icon {
  display: block;
}
.gallery__container-SP .accordion__header-txt-wrap .accordion__close-icon {
  display: none;
}
.gallery__container-SP .js-accordion-2.accordion__opened .accordion__header-txt-wrap .accordion__open-icon {
  display: none;
}
.gallery__container-SP .js-accordion-2.accordion__opened .accordion__header-txt-wrap .accordion__close-icon {
  display: block;
}
.gallery__container-SP .accordion__close {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0 25px;
  margin: -1px auto;
}
.gallery__container-SP .accordion__close img {
  width: 50px;
}
.gallery__container-SP .content-text-wrap {
  background: #fff;
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  border-radius: 30px;
  position: relative;
}
.gallery__container-SP .content-text-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: -19px;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery__container-SP .content-text-wrap .gallery__book-title {
  font-size: 24px;
}
.gallery__container-SP p.gallery__book-publisher {
  font-size: 13px;
  margin-top: 10px;
}

/* box */
.box-interview {
  padding-top: 35px;
  position: relative;
  background-color: #ffffff;
  padding: 35px 40px 80px;
}
@media screen and (max-width: 767px) {
  .box-interview {
    padding: 25px 30px 50px;
  }
}
.box-interview__title {
  background-color: #ffffff;
  width: 100%;
  font-size: 28.224px;
  font-size: 1.764rem;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .box-interview__title {
    padding-top: 40px;
    font-size: 1.133rem;
  }
}
.box-interview__title-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .box-interview__title-br {
    display: block;
  }
}

/* box */
.box-report-second {
  padding-top: 35px;
  position: relative;
  background: #f4f3eb;
  padding: 35px 40px 80px;
}
@media screen and (max-width: 767px) {
  .box-report-second {
    padding: 25px 30px 50px;
  }
}
.box-report-second__title {
  background-color: #f4f3eb;
  width: 100%;
  font-size: 28.224px;
  font-size: 1.764rem;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .box-report-second__title {
    font-size: 1.133rem;
  }
}
.box-report-second__title-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .box-report-second__title-br {
    display: block;
  }
}

/* box */
.box {
  position: relative;
  background: #fff;
  border: 3px solid #000;
  padding: 100px 40px 80px;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 90px 30px 40px;
  }
}

@media screen and (max-width: 500px) {
  .questionnaire .box {
    padding-left: 0;
    padding-right: 0;
  }
}

.title.box__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
}
@media screen and (max-width: 767px) {
  .title.box__title {
    top: -30px;
  }
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  background: #fff;
  border-left: solid 7px #3172B2;
  border-bottom: solid 7px #3172B2;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 500px;
  max-width: 100%;
  height: 100%;
  padding: 30px 40px 80px 50px;
  overflow-y: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .drawer {
    width: 100%;
    padding: 20px 48px 60px;
  }
}
@media screen and (max-width: 600px) {
  .drawer {
    width: 100%;
    padding-inline: 20px;
  }
}

.active .drawer {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__text {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .drawer__text {
    font-size: 38px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .drawer__text {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  .drawer__text {
    font-size: 30px;
  }
}

.drawer__items {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .drawer__items {
    margin-top: 53px;
  }
}

.drawer__item {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .drawer__item {
    font-size: 1rem;
  }
}
.drawer__item + .drawer__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .drawer__item + .drawer__item {
    margin-top: 21px;
  }
}
.drawer__item a {
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.drawer__item a:hover {
  opacity: 1;
  color: #44A0EB;
}

.drawer__logo {
  position: absolute;
  bottom: 30px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.drawer__logo img {
  width: 123px;
}
@media screen and (max-width: 767px) {
  .drawer__logo {
    margin-top: 45px;
  }
}

/* floating */
.floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .floating {
    width: 50px;
  }
}

.floating__text {
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .floating__text {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
.floating__text span {
  font-size: 19px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .floating__text span {
    font-size: 0.8125rem;
  }
}

.floating__link {
  text-align: center;
  display: block;
  color: #F07D00;
  background: #fff;
  letter-spacing: -0.05em;
  border-radius: 8px;
  padding: 5px 10px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .floating__link {
    font-size: 0.8125rem;
    padding: 3px 0;
    margin: 3px 5px 0;
  }
}

/* footer */
.footer {
  background: #fff;
  padding: 70px 0;
  border-top: solid 4px #0073D1;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 70px 0;
  }
}

footer .l-inner {
  width: 100%;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  footer .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

.footer__items-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__items-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer__logo-1 {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .footer__logo-1 {
    width: 150px;
  }
}

.footer__logo-2 {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .footer__logo-2 {
    height: min(50vw, 110px);
  }
}

.footer__logo-3 {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .footer__logo-3 {
    height: min(50vw, 110px);
  }
}

.footer__copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 20px;
  }
}

/* hamburger */
.hamburger {
  display: block;
  position: fixed;
  z-index: 30;
  width: 72px;
  height: 72px;
  top: 20px;
  right: 20px;
  background: #fff;
  border: solid 3px #3172B2;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 56px;
    height: 56px;
    top: 12px;
    right: 12px;
  }
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 36px;
  height: 3px;
  left: 16px;
  background: #3172B2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .hamburger__border {
    width: 26px;
    left: 13px;
  }
}
.hamburger__border:nth-child(1) {
  top: 22px;
}
@media screen and (max-width: 767px) {
  .hamburger__border:nth-child(1) {
    top: 17px;
  }
}
.hamburger__border:nth-child(2) {
  top: 32px;
}
@media screen and (max-width: 767px) {
  .hamburger__border:nth-child(2) {
    top: 24px;
  }
}
.hamburger__border:nth-child(3) {
  top: 42px;
}
@media screen and (max-width: 767px) {
  .hamburger__border:nth-child(3) {
    top: 31px;
  }
}

.active .hamburger__border {
  width: 43px;
  top: 32px;
  left: 13px;
}
@media screen and (max-width: 767px) {
  .active .hamburger__border {
    width: 30px;
    top: 24px;
    left: 11px;
  }
}
.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.active .hamburger__border:nth-child(2) {
  opacity: 0;
}
.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-comingsoon {
  opacity: 0.4;
}

/* header */
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 67px;
  background-color: #3172B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}

.header__logo-wrapper {
  display: inline-block;
}

.header__logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    padding: 6px 8px 6px 6px;
  }
}
.header__logo img {
  width: 132px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 100px;
  }
}

/* heading */
.heading {
  text-align: center;
  font-size: 50px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 27px;
  }
}

/* popup__list */
.gallery-container {
  margin: 50px auto;
}

.popup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.7%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .popup__list {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .popup__list {
    gap: 2.7%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .popup__list {
    gap: 2%;
    margin-bottom: 40px;
  }
}

.popup__list li {
  width: 30.7%;
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__list-book {
  border: solid 1px #ddd;
  height: min(41vw, 285px);
  width: auto;
  margin: 0 auto 15px;
}
@media screen and (max-width: 600px) {
  .popup__list-book {
    height: 58vw;
    margin-bottom: 10px;
  }
}

.gallery__book-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.popup-icon-js:hover {
  opacity: 1;
}

.popup-icon-js:hover .popup__list-book, .popup-icon-js:hover .gallery__book-title, .popup-icon-js:hover .gallery__book-author {
  opacity: 0.65;
}

.gallery__book-popup-icon {
  width: 40px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .gallery__book-popup-icon {
    margin-top: 18px;
  }
}

/* popup__content */
.popup_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 101;
}

.popup__content {
  position: relative;
}

.popup__content-text-wrap {
  width: min(100%, 834px);
  text-align: center;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  position: relative;
}

.popup__box {
  position: fixed;
  top: 2dvh;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  z-index: 110;
  width: calc(100% - 50px);
  height: 98dvh;
  background-color: #fff;
  border-top: solid 7px #44A0EB;
  border-right: solid 7px #44A0EB;
  border-left: solid 7px #44A0EB;
  max-width: 1280px;
  padding: 100px 30px 15px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overscroll-behavior-y: contain;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

.popup__box.is-small {
  height: 96dvh;
  border-bottom: solid 7px #44A0EB;
}

.screen-reader-text-wrap, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.popup__box::-webkit-scrollbar {
  display: none;
}

.popup__box .tit {
  text-align: center;
  margin: 0 auto 20px;
}

.popup__box .tit span {
  display: inline-block;
  width: 127px;
  height: 27px;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  background: #404952;
  border-radius: 3px;
}

.popup__box img {
  width: min(100%, 900px);
  border-radius: 3px;
  margin: 0 auto 20px;
  border: solid 1px #ddd;
}

.popup__box img.y-long {
  width: auto;
  max-height: 650px;
  border: solid 1px #ddd;
}

.popup__box .gallery__book-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  max-width: none;
}

/* popup_nav */
.popup_nav .prev {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: auto;
  z-index: 130;
}
.popup_nav .prev img {
  width: 20px;
}

.popup_nav .next {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: auto;
}
.popup_nav .next img {
  width: 20px;
}

.popup_nav .prev.disabled,
.popup_nav .next.disabled {
  display: none;
}

/*--close btn--*/
.popup_close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: calc(50% - 20px);
  z-index: 120;
  border: solid 2px #0073D1;
  border-radius: 40px;
}

.popup_close-2 {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 45px auto 15px;
  z-index: 120;
  border: solid 2px #0073D1;
  border-radius: 40px;
}

.popup_close-2 {
  bottom: 10px;
}

.popup_close span, .popup_close-2 span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 25px;
  height: 2px;
  background: #0073D1;
  position: absolute;
  left: 50%;
  top: 45%;
}

.popup_close span:nth-child(1), .popup_close-2 span:nth-child(1) {
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

.popup_close span:nth-child(2), .popup_close-2 span:nth-child(2) {
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.popup_close:hover, .popup_close-2:hover {
  background-color: #0073D1;
}

.popup_close:hover span, .popup_close-2:hover span {
  background: #fff;
}

.popup__box p.gallery__book-publisher {
  margin-block: 10px;
}

.popup__box p.gallery__book-copyright {
  margin-block: 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .popup__box p.gallery__book-copyright {
    font-size: 0.75rem;
  }
}

.gallery__book-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #0073D1;
  line-height: 1.5;
  margin: 0 auto 10px;
  max-width: 256px;
  max-width: 16rem;
}
@media screen and (max-width: 960px) {
  .gallery__book-title {
    font-size: 1.375rem;
    max-width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery__book-title {
    font-size: 1.25rem;
    max-width: 14rem;
  }
}
@media screen and (max-width: 600px) {
  .gallery__book-title {
    font-size: 1.125rem;
  }
}

.gallery__book-author {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .gallery__book-author {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery__book-author {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .gallery__book-author {
    font-size: 0.875rem;
  }
}

p.gallery__book-publisher {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-block: 20px;
}

p.gallery__book-contentxt {
  position: relative;
  font-size: 17.001px;
  font-size: 1.0626rem;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  margin-top: 30px;
  padding: 40px 50px;
  border-radius: 15px;
  border: solid 4px #0073D1;
}
p.gallery__book-contentxt::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 0 22px 23px 22px;
  border-style: solid;
  border-color: transparent transparent #0073D1 transparent;
}
p.gallery__book-contentxt::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 0px 19px 21px 19px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
p.gallery__book-contentxt a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  font-family: "korolev", sans-serif;
  margin-top: 25px;
  word-wrap: break-word;
}
p.gallery__book-contentxt span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  p.gallery__book-contentxt {
    padding-inline: 40px;
  }
  .popup__box {
    padding-inline: 20px;
  }
  .popup__box .gallery__book-title {
    font-size: 1.625rem;
  }
  .popup__box p.gallery__book-publisher {
    margin-block: 5px;
  }
}
@media screen and (max-width: 767px) {
  .popup__box .gallery__book-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .popup_close {
    top: 20px;
    right: calc(50% - 25px);
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
  }
  .popup_close-2 {
    bottom: 0;
    margin-block: 20px 0;
  }
  .popup_close span {
    width: 20px;
    height: 2px;
    left: 50%;
    top: 45%;
  }
  .popup_close span:nth-child(1) {
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
  }
  .popup_close span:nth-child(2) {
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
            transform: translate(-50%, 50%) rotate(-45deg);
  }
  .popup__box {
    width: calc(100% - 30px);
    border-top: solid 5px #44A0EB;
    border-right: solid 5px #44A0EB;
    border-left: solid 5px #44A0EB;
  }
  .popup__box.is-small {
    border-bottom: solid 5px #44A0EB;
  }
  .popup__box img {
    width: 100%;
  }
  .popup__box img.y-long {
    width: 100%;
    max-height: unset;
  }
  .gallery__book-title {
    font-size: 22px;
  }
  .gallery__book-author {
    font-size: 0.9375rem;
  }
  p.gallery__book-publisher {
    font-size: 0.875rem;
  }
  .popup_nav .next {
    right: 10px;
    width: 13px;
  }
  .popup_nav .next img {
    width: 14px;
  }
  .popup_nav .prev {
    left: 10px;
    width: 13px;
  }
  .popup_nav .prev img {
    width: 14px;
  }
  p.gallery__book-contentxt {
    font-size: 17px;
  }
  p.gallery__book-contentxt a {
    font-size: 0.8125rem;
  }
  .popup__box {
    width: calc(100% - 18px);
    margin: 0 auto;
    padding-inline: 12px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100px;
    padding: 80px 20px 15px;
  }
  .popup__box .gallery__book-title {
    font-size: 1.25rem;
  }
  .popup__box p.gallery__book-publisher {
    margin-block: 0;
  }
  .popup_nav .next {
    right: 7px;
    width: 20px;
  }
  .popup_nav .next img {
    width: 14px;
  }
  .popup_nav .prev {
    left: 7px;
    width: 20px;
  }
  .popup_nav .prev img {
    width: 14px;
  }
  .popup__list li {
    width: 45.7%;
  }
}
@media screen and (max-width: 600px) and (max-width: 767px) {
  .popup__list li {
    width: 47.7%;
  }
}
@media screen and (max-width: 600px) {
  .gallery__book-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .gallery__book-author {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  p.gallery__book-publisher {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  p.gallery__book-contentxt {
    padding: 20px 13px;
    font-size: 0.9375rem;
  }
  p.gallery__book-contentxt a {
    font-size: 0.8125rem;
  }
}
/* main */
.main {
  overflow: hidden;
}

/* section */ /* splide */
.splide__arrow {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.splide__arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 40px;
  left: 0;
  top: 0;
}
.splide__arrow svg {
  display: none;
}

.splide__arrow--prev {
  left: -80px;
  width: 20px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: -60px;
  }
}
.splide__arrow--prev::before {
  background: url(../img/prev-arrow.png) no-repeat center/contain;
}

.splide__arrow--next {
  right: -60px;
  width: 20px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .splide__arrow--next {
    right: -40px;
  }
}
.splide__arrow--next::before {
  background: url(../img/next-arrow.png) no-repeat center/contain;
}

/* text */
.text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 1rem;
  }
}

/* about */
.about {
  background: url(../img/about-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 55px 0;
  }
}
.about .l-inner {
  width: min(100%, 826px);
  margin-inline: auto;
  background-color: #fff;
  border: solid 7px #44A0EB;
  padding: 30px clamp(16px, 3.561px + 3.317vw, 50px);
}
@media screen and (max-width: 960px) {
  .about .l-inner {
    width: calc(100% - 44px);
  }
}
@media screen and (max-width: 767px) {
  .about .l-inner {
    padding-block: 40px;
    border: solid 5px #44A0EB;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  .about .l-inner {
    width: calc(100% - 24px);
  }
}
.about .l-inner p {
  color: #0073D1;
  text-align: justify;
}

.about__title {
  color: #0073D1;
  font-size: 51px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about__title {
    font-size: 31.5px;
    line-height: 1.4;
  }
}
.about__title span {
  font-size: 40px;
}
@media screen and (max-width: 960px) {
  .about__title span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about__title span {
    font-size: 24px;
  }
}
.about__title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .about__title br {
    display: block;
  }
}

.about__entitle {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about__entitle {
    margin-top: 5px;
  }
}

.about__text {
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .about__text {
    margin-top: 20px;
  }
}

/* books */
.books {
  background: #fff;
  padding: 60px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .books {
    padding: 40px 0;
  }
}

.books__title {
  width: min(100% - 40px, 1200px);
  min-height: 233px;
  margin: 0 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 0 30px 9px;
  background: url(../img/vol1-1-bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 116px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .books__title {
    font-size: 22px;
    min-height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .books__title {
    font-size: 20px;
    min-height: 160px;
    width: calc(100% - 22px);
  }
}
@media screen and (max-width: 600px) {
  .books__title {
    min-height: 115px;
  }
}

.books__number {
  font-family: "Rampart One", sans-serif;
  color: #F6FF7D;
  -webkit-text-stroke: 0.5px #F6FF7D;
  font-size: 60px;
  font-weight: normal;
  margin-top: -11px;
}
@media screen and (max-width: 960px) {
  .books__number {
    font-size: 50px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 600px) {
  .books__number {
    font-size: 38px;
    margin-top: -9px;
  }
}
.books__number b {
  font-size: 35px;
  -webkit-text-stroke: 0.1px #F6FF7D;
}
@media screen and (max-width: 960px) {
  .books__number b {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .books__number b {
    font-size: 21px;
  }
}

.books__number-title br {
  display: none;
}
@media screen and (max-width: 600px) {
  .books__number-title br {
    display: block;
  }
}

.books__items {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .books__items {
    margin-top: 50px;
  }
}

.books__items .l-inner {
  width: 100%;
  max-width: none;
  background-image: url("../img/book-bg-1.png"), url("../img/book-bg-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: 654px;
  margin-top: -220px;
}
@media screen and (max-width: 960px) {
  .books__items .l-inner {
    background-size: 454px;
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .books__items .l-inner {
    background-size: 400px;
  }
}
@media screen and (max-width: 600px) {
  .books__items .l-inner {
    background-size: 343px;
  }
}

.books__items .l-inner .gallery__container {
  width: min(100% - 40px, 1000px);
  margin: 0 auto 0;
  padding-block: 380px 90px;
}
@media screen and (max-width: 960px) {
  .books__items .l-inner .gallery__container {
    padding-block: 300px 90px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .books__items .l-inner .gallery__container {
    padding-top: 240px;
  }
}
@media screen and (max-width: 600px) {
  .books__items .l-inner .gallery__container {
    padding-top: 200px;
  }
}

.books__text {
  text-align: center;
  font-size: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .books__text {
    margin-top: 15px;
  }
}

.books__review-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin: -130px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  color: #0073D1;
  background-color: #F6FF7D;
  border: solid 3px #0073D1;
  padding: 14px 30px 24px;
}
@media screen and (max-width: 960px) {
  .books__review-title {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .books__review-title {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 600px) {
  .books__review-title {
    font-size: 1.125rem;
  }
}
.books__review-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #F6FF7D;
  border-right: 3px solid #0073D1;
  border-bottom: 3px solid #0073D1;
  -webkit-transform: translate(-50%, 55%) rotate(45deg);
          transform: translate(-50%, 55%) rotate(45deg); /* 表示位置を左方向に半分戻し、下方向に移動。かつ45度時計回りに回転 */
  -webkit-transform-origin: center center;
          transform-origin: center center; /* 回転の基準位置を中心に指定 */
}

/* event */
.event {
  background: #33a7a7;
}

.event__title {
  width: 414px;
}
@media screen and (max-width: 1200px) {
  .event__title {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .event__title {
    width: 238px;
  }
}
.event__title span::after {
  right: -20px;
  background: url(../img/title-bg03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .event__title span::after {
    right: -15px;
    background: url(../img/title-bg01.png) no-repeat center/contain;
  }
}

/* guide */
.guide {
  background: #e36186;
}

/* interview */
.interview {
  background: #009191;
}

#interview-box + .readmore-js-toggle {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #999;
  font-weight: bold;
}

#interview-box + [data-readmore-toggle], #info[data-readmore] {
  display: block;
  width: 82px;
  margin-inline: auto;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 40px);
}

.interview__first-img {
  opacity: 0.3;
}

.interview-open[aria-expanded=true] .interview__first-img {
  opacity: 1;
}

#interview-box + #interview-close {
  position: static;
}

#interview-box[data-readmore] {
  -webkit-transition: height 100ms;
  transition: height 100ms;
  overflow: hidden;
}

.interview-box {
  max-height: 300px; /* 初期の高さ */
  overflow: hidden; /* 内容を隠す */
  -webkit-transition: max-height 0.75s ease;
  transition: max-height 0.75s ease; /* アニメーション */
}
@media screen and (max-width: 767px) {
  .interview-box {
    height: 40vw !important;
  }
}

.interview-open {
  overflow: hidden;
  max-width: 700px;
  margin-inline: auto;
}
.interview-open p {
  font-weight: normal;
  font-size: 15.04px;
  font-size: 0.94rem;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 25px;
}
.interview-open img {
  margin-bottom: 40px;
}

.interview__btn-open img, .report__btn-close img {
  width: 82px;
  height: auto;
  margin: 0 auto 0;
}

#content-root, body, html {
  min-width: 250px;
}

/* mv */
.mv {
  position: relative;
  aspect-ratio: 16/9;
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    aspect-ratio: 4/3;
  }
}

.mv__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: min(60%, 600px);
}
@media screen and (max-width: 767px) {
  .mv__text {
    max-width: 85%;
  }
}

/* box-report-second */
.report-second {
  padding-top: 35px;
}

.report-second__title {
  background-color: #f4f3eb;
  width: 100%;
  font-size: 28.224px;
  font-size: 1.764rem;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .report-second__title {
    font-size: 1.133rem;
  }
}
.report-second__title__second-title-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .report-second__title__second-title-br {
    display: block;
  }
}

#report-second-box + .readmore-js-toggle {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #999;
  font-weight: bold;
}

#report-second-box + [data-readmore-toggle], #info[data-readmore] {
  display: block;
  width: 82px;
  margin-inline: auto;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 40px);
}

.report-second__first-img {
  opacity: 0.3;
}

.report-second-open[aria-expanded=true] .report-second__first-img {
  opacity: 1;
}

#report-second-box + #report-second-close {
  position: static;
}

#report-second-box[data-readmore] {
  -webkit-transition: height 100ms;
  transition: height 100ms;
  overflow: hidden;
}

.report-second-box {
  max-height: 300px; /* 初期の高さ */
  overflow: hidden; /* 内容を隠す */
  -webkit-transition: max-height 0.75s ease;
  transition: max-height 0.75s ease; /* アニメーション */
}
@media screen and (max-width: 767px) {
  .report-second-box {
    height: 40vw !important;
  }
}

.report-second-open {
  overflow: hidden;
  max-width: 700px;
  margin-inline: auto;
}
.report-second-open p {
  font-weight: normal;
  font-size: 15.04px;
  font-size: 0.94rem;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 25px;
}
.report-second-open img {
  margin-bottom: 40px;
}

.report-second__btn-open img, .report-second__btn-close img {
  width: 82px;
  height: auto;
  margin: 0 auto 0;
}

#content-root, body, html {
  min-width: 250px;
}

/* selector */ /* kaigi */
.kaigi {
  background: #fff;
  padding: 80px 0 70px;
}
@media screen and (max-width: 767px) {
  .kaigi {
    padding: 50px 0 40px;
  }
}
.kaigi .l-inner {
  width: min(100%, 826px);
  margin-inline: auto;
  background-color: #fff;
  border: solid 7px #44A0EB;
  padding: 40px clamp(16px, 3.561px + 3.317vw, 50px);
}
@media screen and (max-width: 960px) {
  .kaigi .l-inner {
    width: calc(100% - 44px);
  }
}
@media screen and (max-width: 767px) {
  .kaigi .l-inner {
    padding-block: 40px;
    width: calc(100% - 24px);
    border: solid 5px #44A0EB;
  }
}
.kaigi .l-inner p {
  color: #0073D1;
  text-align: justify;
}

.kaigi__head-title {
  color: #0073D1;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.16px;
  letter-spacing: 0.01rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .kaigi__head-title {
    font-size: 1.6rem;
  }
}

.kaigi__text {
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kaigi__text {
    margin-top: 20px;
  }
}

.kaigi__text-note {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0073D1;
  background-color: #EBF6FF;
  border: solid 2px #0073D1;
  padding: 15px 20px;
  margin-top: 40px;
  word-break: keep-all;
}
@media screen and (max-width: 600px) {
  .kaigi__text-note {
    text-align: center;
    word-break: break-all;
  }
}
.kaigi__text-note h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.kaigi__library-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
}
@media screen and (max-width: 600px) {
  .kaigi__library-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */
