/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* --------共通--------- */

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.025em;
  line-height: 1;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  font-size: 1.6rem;
  cursor: pointer;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* --------LP--------- */
.c-img-logo {
  -o-object-fit: contain;
  object-fit: contain;
}

.inter {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

section.Fv {
  background: url("../image/pc/eye_sr.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 720px;
}

.eye_text_top {
  font-size: 24px;
  font-weight: 900;
  border-top: solid 1.5px #1a326e;
  border-bottom: solid 1.5px #1a326e;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #1a326e;
  letter-spacing: 0;
  height: 4.1rem;
  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;
  position: relative;
  margin: auto;
}

.eye_text_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
}

.eye_text_flex_left p:nth-of-type(1) {
  font-size: 2.1rem;
  color: #1a326e;
  border-top: 1px solid #1a326e;
  border-bottom: 1px solid #1a326e;
  padding: 0.5rem 0;
  text-align: center;
}

.eye_text_flex_left p:nth-of-type(2) {
  font-size: 4.8rem;
  font-weight: bold;
  color: #1a326e;
  margin-top: 1rem;
}

.eye_text_flex_right p {
  font-size: 9.3rem;
  color: #e95513;
  font-weight: bold;
  margin-left: 1rem;
}

.eye_text_datetime {
  position: relative;
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
}

.eye_text_datetime-second {
  margin-top: 8px;
}
.eye_text_datetime img {
  position: absolute;
  width: 105px;
  height: 82px;
  top: 0px;
  left: 16px;
}
.eye_text_date {
  font-size: 48px;
  font-weight: bold;
  color: #1a3261;
  font-family: "DIN 2014";
  font-weight: 900;
}
.eye_text_date span {
  font-size: 32px;
  font-weight: bold;
  margin-left: 8px;
}
.eye_text_time {
  font-size: 36px;
  font-weight: 900;
  font-family: "DIN 2014";
  color: #1a3261;
  margin-top: 8px;
}
.eye_text_time span {
  font-size: 15px;
  font-weight: normal;
}

.eye_text_expired {
  font-size: 16px;
  font-weight: bold;
  text-align: end;
  line-height: 1.3;
  color: #1a3261;
  margin-top: 8px;
  margin-bottom: 8px;
}

.eye_text_top_date {
  text-align: center;
  font-size: 2.8rem;
  margin-top: 4rem;
  color: #1a326e;
}

.eye_text_top_date span {
  font-size: 4.8rem;
  font-weight: 700;
}

.eye_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.8rem;
  margin-bottom: 7.2rem;
}

.eye_text ul li {
  font-size: 2.4rem;
  background-color: #fff;
  color: #1a326e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem;
  background: -o-linear-gradient(315deg, #f6b54c 0%, #f0885a 100%);
  background: linear-gradient(135deg, #f6b54c 0%, #f0885a 100%);
  padding: 0.4rem;
}

.grad-border-content {
  background: #ffffff;
  border-radius: 1rem;
  border-radius: 0.7rem;
  padding: 1rem 2rem;
}

.eye_text ul li:nth-child(2) {
  margin: 0 2rem;
}

.eye_bg {
  position: relative;
}

.eye_bg::after {
  content: "";
  position: absolute;
  background-image: url(../image/pc/svg/eye_bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  width: 100%;
  height: 75rem;
  z-index: 0;
}

.eye_inner {
  position: relative;
  z-index: 1;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1460px;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 2rem 0 2rem;
  position: relative;
  z-index: 1;
}

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_left p {
  font-size: 1.4rem;
  margin-left: 3rem;
}

.header_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30.8rem;
  border: 1px solid #e95513;
  color: #e95513;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: #fff;
}

.header_right a::after {
  content: "";
  position: absolute;
  right: 7px;
  width: 7px;
  height: 7px;
  margin: 0 10px;
  border-top: 2px solid #e95513;
  border-right: 2px solid #e95513;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_right a:hover {
  background-color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}

.eye_inner {
  position: relative;
}

.eye_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background: linear-gradient(
    to right,
    #fff,
    rgba(255, 255, 255, 0.8) 15%,
    rgba(255, 255, 255, 0.65) 30%,
    transparent 70%
  );
  z-index: 0;
}

.eye_img_box {
  max-width: 1500px;
  margin: auto;
  position: relative;
}

.eye_img {
  display: block;
  margin-left: auto;
}

.eye_text {
  position: absolute;
  top: 3rem;
  left: 10rem;
}

.eye_amazon {
  position: absolute;
  bottom: -2rem;
  right: 3rem;
}

.eye_amazon--img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .eye_amazon--img {
    max-width: 140px;
  }

  section.Fv {
    position: relative;
    background: url("../image/pc/eye_sr_sp.jpg") no-repeat;
    background-size: cover;
    height: 750px;
  }

  .eye_inner::before {
    display: none;
  }

  .eye_badge {
    position: absolute;
    left: 1.6rem !important;
    right: auto !important;
    top: -28rem !important;
    bottom: auto !important;
    height: 10rem !important;
    width: auto !important;
    z-index: 10;
  }
}
.eye_btn p {
  font-size: 1.8rem;
  color: #1a326e;
  font-weight: bold;
  letter-spacing: 0.048em;
  text-align: center;
}

.eye_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.054em;
  -webkit-box-shadow: 0 3px 5px rgba(26, 50, 110, 0.3);
  box-shadow: 0 3px 5px rgba(26, 50, 110, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-weight: bold;
  background: -o-linear-gradient(left, #f39900 0%, #ea5415 50%, #f39900 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f39900),
    color-stop(50%, #ea5415),
    to(#f39900)
  );
  background: linear-gradient(90deg, #f39900 0%, #ea5415 50%, #f39900 100%);
  background-size: 200% 100%;
  background-position: 0 100%;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin: auto;
}

.eye_btn a:hover {
  background-position: 100% 0;
  -webkit-box-shadow: 0 1.5px 2.5px rgba(26, 50, 110, 0.3);
  box-shadow: 0 1.5px 2.5px rgba(26, 50, 110, 0.3);
}

.eye_btn a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-bottom: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4rem;
  top: 35%;
}

.eye_badge {
  position: absolute;
  right: 4rem;
  top: 48rem;
  height: 14rem;
  width: auto;
  z-index: 10;
  pointer-events: none;
}

.eye_badge img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  opacity: 1;
}

.about_inner {
  max-width: 1366px;
  margin: auto;
  margin-top: 13.6rem;
  background-image: url(../image/pc/svg/about_bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 83%;
}

.about_inner h2 {
  text-align: center;
}

.about_inner h3 {
  font-size: 3.2rem;
  text-align: center;
  margin-top: 2.4rem;
  margin-bottom: 6.8rem;
  color: #1a326e;
}

.about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6.8rem;
}

.about_box_left {
  margin-right: 4rem;
}

.about_box_right p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #1a326e;
  margin-bottom: 12px;
}

.about_list_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 84.8rem;
  margin: auto;
  padding: 2rem;
  border-radius: 0.4rem;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#dde0e9),
    color-stop(40%, #fceacc),
    to(#fbddd0)
  );
  background-image: -o-linear-gradient(left, #dde0e9, #fceacc 40%, #fbddd0);
  background-image: linear-gradient(90deg, #dde0e9, #fceacc 40%, #fbddd0);
}

.about_list_box ul li {
  width: 49.057%;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.6rem;
  border-radius: 0.4rem;
}

.about_list_box ul li:nth-child(3),
.about_list_box ul li:nth-child(4) {
  margin-bottom: 0;
}

.about_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 12.8rem;
  -webkit-box-shadow: 0px 2.9885px 2.9885px rgba(242, 150, 0, 0.3);
  box-shadow: 0px 2.9885px 2.9885px rgba(242, 150, 0, 0.3);
}

.about_list_flex_left {
  width: 12rem;
  text-align: center;
}

.about_list_flex_right h4 {
  font-size: 2rem;
  color: #1a326e;
  margin-bottom: 0.6rem;
}

.about_list_flex_right p {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 300;
}

.about_list_flex_right {
  width: 71%;
}

.about_list_box {
  padding-bottom: 12rem;
}

.voices_inner {
  background-image: url("../image/pc/img_2.png");
  /* background-repeat: round; */
  background-size: cover;
  background-position: center center;
  padding: 12rem 2rem;
}

.voices_inner h2 {
  text-align: center;
  margin-bottom: 2.4rem;
}

.voices_text_1 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  color: #1a326e;
}

.voices_text_2 {
  text-align: center;
  font-size: 3.5rem;
  color: #1a326e;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}

.voices_list_box {
  max-width: 1024px;
  margin: auto;
}

.voices_list_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voices_list_box ul li {
  width: 48%;
}

.voices_list_box_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.voices_list_box ul li:nth-child(1),
.voices_list_box ul li:nth-child(2) {
  margin-bottom: 3.6rem;
}

.voices_list_box ul li:nth-child(1) .voices_list_box_2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.voices_list_box ul li:nth-child(1) .voices_list_box_right,
.voices_list_box ul li:nth-child(2) .voices_list_box_right {
  position: relative;
  background-color: #fff;
  width: 32.2rem;
  padding: 2.4rem;
  border-radius: 12px;
  filter: drop-shadow(0px 2px 2px rgba(26, 50, 110, 0.7));
  -webkit-filter: drop-shadow(0px 2px 2px rgba(26, 50, 110, 0.7));
}

/*左向の吹き出し*/
.voices_list_box ul li:nth-child(1) .voices_list_box_right::before,
.voices_list_box ul li:nth-child(2) .voices_list_box_right::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 22px solid #fff;
  left: -20px;
  top: 4rem;
}

.voices_list_box ul li:nth-child(1) .voices_list_box_left,
.voices_list_box ul li:nth-child(2) .voices_list_box_left {
  width: 27%;
}

.voices_list_box ul li:nth-child(3) .voices_list_box_left,
.voices_list_box ul li:nth-child(4) .voices_list_box_left {
  position: relative;
  background-color: #fff;
  width: 32.2rem;
  padding: 2.4rem;
  border-radius: 12px;
  filter: drop-shadow(0px 2px 2px rgba(26, 50, 110, 0.7));
  -webkit-filter: drop-shadow(0px 2px 2px rgba(26, 50, 110, 0.7));
}

/*左向の吹き出し*/
.voices_list_box ul li:nth-child(3) .voices_list_box_left::before,
.voices_list_box ul li:nth-child(4) .voices_list_box_left::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  /*三角形を作る*/
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 22px solid #fff;
  /*三角形の位置を指定*/
  right: -20px;
  top: 5.5rem;
}

.voices_list_box ul li:nth-child(3) .voices_list_box_right,
.voices_list_box ul li:nth-child(4) .voices_list_box_right {
  width: 27%;
  text-align: end;
}

.voices_list_box ul li:nth-child(4) .voices_list_box_2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.voices_list_box_right p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 300;
}

.voices_list_box_left p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.photo_inner {
  background-image: -o-linear-gradient(315deg, #dde0e9, #fceacc 30%, #fbddd0);
  background-image: linear-gradient(135deg, #dde0e9, #fceacc 30%, #fbddd0);
  padding: 12rem 0;
}

.photo_inner h2 {
  text-align: center;
  margin-bottom: 2.4rem;
}

.photo_text_1 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  color: #1a326e;
}

.photo_text_2 {
  text-align: center;
  font-size: 3.5rem;
  color: #1a326e;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}

.post-event {
  text-align: center;
  align-self: center;
}

.photo_inner .post-event:nth-of-type(1),
.photo_inner .post-event:nth-of-type(2) {
  margin-bottom: 80px;
}

.post-event-title {
  margin-bottom: 24px;
}

.post-event-title h3 {
  font-size: 24px;
  color: #1a326e;
}

.event-date {
  font-size: 14px;
  color: #1a326e;
  margin-top: 16px;
}

.photo_text_3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #1a326e;
  margin-bottom: 3.2rem;
}

.photo_text_3 span img {
  margin: 0 1rem;
  height: 50px;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 4.1rem;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 6);
  padding: 0 1rem;
}

.scroll-infinity__list .scroll-infinity__item:nth-child(odd) {
  position: relative;
  top: 28px;
}

.scroll-infinity__item > img {
  width: 100%;
}

.photo_box {
  width: 74.8rem;
  margin: auto;
  height: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.4rem;
  padding: 16px;
}
.photo_box1 {
  padding: 25px 30px;
}

.photo_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo_box dl.photo_box_dl {
  text-align: left;
  align-items: flex-start;
}

.photo_box dl.photo_box_dl dd {
  margin: 0;
  margin-right: 30px;
}

.photo_box dl.photo_box_dl dd p {
  font-size: 1.4rem;
  line-height: 25px;
}

.photo_box img {
  width: 220px;
}

.photo_box dl dt {
  font-size: 1.6rem;
  color: #1a326e;
  font-weight: bold;
  margin-bottom: 16px;
}

.photo_box dl dd {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-left: 3rem;
  font-weight: 300;
}

.faq_inner {
  background-color: #e8eaf0;
  padding: 12rem 0;
}

.faq_inner h2 {
  text-align: center;
  margin-bottom: 2.4rem;
}

.faq_text_1 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  color: #1a326e;
}

.faq_text_2 {
  text-align: center;
  font-size: 3.5rem;
  color: #1a326e;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}

.accordion {
  max-width: 830px;
  margin: auto;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 2.8rem;
}

.option:last-of-type {
  margin-bottom: 0;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.title {
  padding: 1.6rem 2.8rem 1.6rem 2rem;
  background-color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
}

.title img {
  margin-right: 4rem;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 2.8rem;
  top: 3rem;
  width: 2px;
  height: 2rem;
  background-color: #1a326e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  visibility: hidden;
}

.content p {
  padding: 1.6rem 2.8rem 1.6rem 2rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.option:nth-of-type(3) .content p,
.option:nth-of-type(4) .content p,
.option:nth-of-type(5) .content p {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content p img {
  margin-right: 4rem;
}

.option:nth-of-type(3) .content p img,
.option:nth-of-type(4) .content p img,
.option:nth-of-type(5) .content p img {
  margin-top: 1rem;
}

.toggle:checked + .title + .content {
  max-height: 500px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.toggle:checked + .title {
  border-radius: 4px 4px 0 0;
}

.toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.toggle_title {
  position: relative;
  padding: 1.6rem 2.8rem 1.6rem 2rem;
  background-color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
}

.toggle_title img {
  margin-right: 4rem;
}

.toggle_btn:before,
.toggle_btn:after {
  content: "";
  position: absolute;
  right: 2.8rem;
  top: 3rem;
  width: 2px;
  height: 2rem;
  background-color: #1a326e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle_btn:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toggle_title.selected .toggle_btn:before {
  content: normal;
}

.toggle_title.selected {
  border-radius: 4px 4px 0 0;
}

.toggle_contents dd {
  display: none;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 1.6rem 2.8rem 1.6rem 2rem;
  font-size: 1.5rem;
}

.toggle_contents dd ul li {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle_contents:nth-of-type(3) dd ul li img {
  margin-top: -4rem;
}

.toggle_contents:nth-of-type(4) dd ul li img {
  margin-top: -4rem;
}

.toggle_contents dd ul li img {
  margin-right: 4rem;
}

.toggle_contents {
  margin-bottom: 2.8rem;
}

.event_inner {
  padding: 12rem 0 4rem 0;
}

.event_bg {
  position: relative;
  z-index: 1;
}

.event_bg::after {
  content: "";
  position: absolute;
  background-image: url(../image/pc/svg/event_bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  width: 100%;
  height: 67.8rem;
  z-index: -1;
}

.event_inner h2 {
  text-align: center;
  margin-bottom: 2.4rem;
}

.event_text_1 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  color: #1a326e;
}

.event_text_2 {
  text-align: center;
  font-size: 3.5rem;
  color: #1a326e;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}

.event_box {
  background-image: url(../image/pc/svg/bg_4.svg);
  background-repeat: no-repeat;
  height: 26.6rem;
  padding: 8rem 0;
  background-position: center;
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.event_box_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.event_box dl {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.event_box dl:last-of-type {
  margin-bottom: 0;
}

.c-adj-text {
  line-height: 2;
}

.event_box dl dt {
  padding: 2px 10px;
  background-color: #1a326e;
  color: #fff;
  font-size: 1.8rem;
  height: 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 2.4rem;
  width: 8rem;
}

.event_box dl dd {
  font-size: 2.4rem;
  font-weight: bold;
}

.event_box dl dd strong {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 0;
  margin-right: 10px;
}

.event_box p {
  text-align: center;
}

.small {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  display: inline-block;
  font-weight: 300;
}

.event_box_2 {
  background-image: url(../image/pc/svg/bg_5.svg);
  background-repeat: no-repeat;
  height: 30rem;
  background-position: center;
}

.event_box_2 p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding-top: 5rem;
}

.event_box_3 p {
  text-align: center;
  color: #1a326e;
  font-size: 1.8rem;
  padding-bottom: 5rem;
}

.form_bg_inner {
  background-color: #1a326e;
  color: #fff;
  padding-top: 12rem;
  padding-bottom: 6.3rem;
}

.form_inner {
  max-width: 1024px;
  padding: 6rem 2rem 12rem 2rem;
  margin: auto;
}

.form_bg_text_1 {
  font-size: 1.4rem;
  text-align: center;
}

.form_bg_text_2 {
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.footer_inner {
  background-color: #1a326e;
  color: #fff;
  text-align: center;
  padding: 2.65rem 0;
}

.footer_inner p a {
  color: #fff;
}

.copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 1.5rem 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

#js-pagetop {
  position: fixed;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  color: #fff;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  background: -o-linear-gradient(left, #f39900 0%, #ea5415 50%, #f39900 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f39900),
    color-stop(50%, #ea5415),
    to(#f39900)
  );
  background: linear-gradient(90deg, #f39900 0%, #ea5415 50%, #f39900 100%);
  background-size: 200% 100%;
  background-position: 0 100%;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  -webkit-box-shadow: 0 3px 5px rgba(26, 50, 110, 0.3);
  box-shadow: 0 3px 5px rgba(26, 50, 110, 0.3);
  opacity: 0;
  z-index: -1;
}

#js-pagetop.fixed {
  opacity: 1;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#js-pagetop:hover {
  background-position: 100% 0;
  -webkit-box-shadow: 0 1.5px 2.5px rgba(26, 50, 110, 0.3);
  box-shadow: 0 1.5px 2.5px rgba(26, 50, 110, 0.3);
}

#js-pagetop span {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

#js-pagetop::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-bottom: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 2rem;
  left: 4.2rem;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.voices_list_box_right_pc {
  display: block;
}

.voices_list_box_right_sp {
  display: none;
}

.sikaku_box {
  display: none;
}

.eye_text {
  left: calc(50% - 600px);
  top: 12rem;
}

.eye_text_main {
  color: #f29600;
  font-family: VDL-LogoJrBlack;
  font-size: 129.845px;
  font-style: normal;
  font-weight: 950;
  line-height: 120%; /* 129.845px */
}

.eye_text_main span {
  text-align: center;
  font-family: VDL-LogoJrBlack;
  font-size: 65.927px;
  font-style: normal;
  font-weight: 950;
  line-height: 120%; /* 79.112px */
  background: linear-gradient(90deg, #0053ab 0%, #1a326e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --------調整--------- */

@media screen and (max-width: 1500px) {
  .eye_img {
    width: 100%;
  }

  .eye_text {
    left: 6rem;
    top: 9rem;
  }

  .eye_amazon {
    /* width: 16vw; */
  }

  .eye_btn a {
    font-size: 1.75644vw;
    height: 5vw;
  }

  .eye_btn p {
    font-size: 1.5vw;
  }

  .eye_btn a::after {
    right: 2vw;
  }

  .eye_text_main {
    color: #f29600;
    font-family: VDL-LogoJrBlack;
    font-size: 120px;
    font-style: normal;
    font-weight: 950;
    line-height: 100%; /* 129.845px */
  }
  .eye_text_main span {
    text-align: center;
    font-family: VDL-LogoJrBlack;
    font-size: 60px;
    font-style: normal;
    font-weight: 950;
    line-height: 120%; /* 79.112px */
    background: linear-gradient(90deg, #0053ab 0%, #1a326e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .eye_text_flex_left p:nth-of-type(1) {
    font-size: 1.5vw;
  }

  .eye_text_flex_right p {
    font-size: 6.8vw;
  }

  .eye_text_top_date {
    font-size: 2.1vw;
  }

  .eye_text_top_date span {
    font-size: 3.5vw;
    margin-left: 2px;
  }

  .eye_text ul li {
    font-size: 1.5vw;
  }

  .eye_text ul {
    margin-bottom: 2vw;
  }

  .eye_text_flex_left p:nth-of-type(2) {
    font-size: 2.7vw;
  }

  .eye_text ul li:nth-child(2) {
    margin: 0 1.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .eye_text_top_date {
    margin-top: 1rem;
  }

  .eye_text ul {
    margin-bottom: 1vw;
    margin-top: 0.8rem;
  }
}

/* --------スマホ対応--------- */
@media screen and (max-width: 960px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  header {
    background-color: #fff;
  }

  .header_left p {
    display: none;
  }

  .header_inner {
    padding: 1rem 1.6rem 1rem 1.6rem;
  }

  .header_left {
    display: block;
    width: 30%;
  }

  .header_right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22.1rem;
    height: 3.2rem;
    font-size: 1.2rem;
    letter-spacing: 0px;
  }

  .header_right a::after {
    right: 0px;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    border-top: 1px solid #e95513;
    border-right: 1px solid #e95513;
  }

  .eye_img_box {
    margin-top: 2.8rem;
  }

  .eye_text_img_sp {
    padding: 0 1.6rem;
  }

  .eye_img_sp {
    margin-top: -4.7rem;
    position: relative;
    z-index: -1;
  }

  .eye_amazon {
    position: absolute;
    bottom: 10rem;
    right: 1rem;
    /* width: 13rem; */
  }

  .eye_btn {
    position: unset;
    bottom: 1.5rem;
    left: 15rem;
  }

  .eye_btn p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #1a326e;
  }

  .eye_btn a {
    width: 31rem;
    height: 5.8rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin: auto;
  }

  .eye_btn a::after {
    width: 10px;
    height: 10px;
    right: 2rem;
  }

  .eye_bg::after {
    background-image: url(../image/pc/svg/eye_bg_sp.svg);
    width: 180%;
  }

  .about_inner {
    margin-top: 8rem;
    background-size: 100%;
  }

  .about_inner h3 {
    font-size: 2rem;
    margin-bottom: 3.2rem;
    line-height: 2.6rem;
  }

  .about_inner h2 img {
    width: 20%;
  }

  .about_box {
    display: block;
    margin-bottom: 4rem;
  }

  .about_box_left {
    margin-right: 0;
    padding: 0 2.5rem;
  }

  .about_box_right {
    margin-top: 3.2rem;
    padding: 0 1.6rem;
  }

  .about_box_right p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
  }

  .about_list_box {
    padding: 0 1.6rem;
    padding-bottom: 8rem;
  }

  .about_list_box ul {
    display: block;
    max-width: unset;
    padding: 1.2rem;
  }

  .about_list_box ul li {
    width: auto;
    margin-bottom: 0.8rem;
  }

  .about_list_flex {
    height: 13.2rem;
  }

  .about_list_flex_left {
    width: 10.8rem;
    text-align: center;
  }

  .about_list_box ul li:nth-child(3) {
    margin-bottom: 0.8rem;
  }

  .about_list_box ul li:nth-child(4) {
    margin-bottom: 0;
  }

  .about_list_flex_right h4 {
    font-size: 1.8rem;
  }

  .about_list_flex_right p {
    font-size: 1.4rem;
    line-height: 2.25rem;
  }

  .about_list_flex_right {
    width: 66%;
  }

  .voices_inner {
    background-repeat: no-repeat;
    background-image: url(../image/pc/img_2_sp.png);
    padding: 8rem 0;
  }

  .voices_inner h2 img {
    width: 21%;
  }

  .voices_inner h2 {
    margin-bottom: 2.8rem;
  }

  .voices_text_1 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    line-height: 1;
  }

  .voices_text_2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }

  .voices_list_box ul {
    display: block;
    padding: 0 1.6rem;
  }

  .voices_list_box ul li {
    width: auto;
  }

  .voices_list_box ul li:nth-child(1),
  .voices_list_box ul li:nth-child(2) {
    margin-bottom: 1.6rem;
  }

  .voices_list_box ul li:nth-child(3) {
    margin-bottom: 1.6rem;
  }

  .voices_list_box_2 {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .voices_list_box ul li:nth-child(1) .voices_list_box_left,
  .voices_list_box ul li:nth-child(2) .voices_list_box_left {
    width: auto;
    text-align: center;
    margin-bottom: 0.8rem;
  }

  .voices_list_box ul li:nth-child(1) .voices_list_box_right,
  .voices_list_box ul li:nth-child(2) .voices_list_box_right {
    width: auto;
    padding: 1.6rem;
  }

  .voices_list_box ul li:nth-child(1) .voices_list_box_right::before,
  .voices_list_box ul li:nth-child(2) .voices_list_box_right::before {
    display: none;
  }

  .voices_list_box ul li:nth-child(3) .voices_list_box_left,
  .voices_list_box ul li:nth-child(4) .voices_list_box_left {
    width: auto;
    padding: 1.6rem;
  }

  .voices_list_box ul li:nth-child(3) .voices_list_box_left::before,
  .voices_list_box ul li:nth-child(4) .voices_list_box_left::before {
    display: none;
  }

  .voices_list_box_right_pc {
    display: none;
  }

  .voices_list_box_right_sp {
    display: block;
  }

  .voices_list_box ul li:nth-child(3) .voices_list_box_right,
  .voices_list_box ul li:nth-child(4) .voices_list_box_right {
    width: auto;
    text-align: center;
    margin-bottom: 0.8rem;
  }

  .photo_inner {
    padding: 8rem 0;
  }

  .photo_inner h2 img {
    width: 45%;
  }

  .photo_inner h2 {
    text-align: center;
    margin-bottom: 2.8rem;
  }

  .photo_text_1 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    line-height: 1;
  }

  .photo_text_2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }

  .photo_text_3 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #1a326e;
    margin-bottom: 3.6rem;
  }

  .photo_text_3 span img {
    margin: 0 1rem;
    width: 13%;
  }

  .scroll-infinity__item {
    width: calc(100vw / 1.5);
    padding: 0 1rem;
  }

  .photo_box {
    margin: auto;
    height: auto;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0.4rem;
    width: 85%;
    padding: 1.3rem;
  }

  .photo_box dl {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .photo_box dl dt {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .photo_box dl dd {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-left: 0;
    text-align: center;
    letter-spacing: 0;
  }

  .scroll-infinity__list {
    margin-bottom: 3.6rem;
  }

  .faq_inner {
    background-color: #e8eaf0;
    padding: 8rem 0;
  }

  .faq_inner h2 img {
    width: 12%;
  }

  .faq_text_1 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #1a326e;
    line-height: 1;
  }

  .faq_text_2 {
    text-align: center;
    font-size: 2.4rem;
    color: #1a326e;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
  }

  .accordion {
    padding: 0 1.6rem;
  }

  .option {
    position: relative;
    margin-bottom: 1.6rem;
  }

  .title {
    padding: 1.6rem 1.6rem 1.6rem 1.2rem;
    background-color: #fff;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    height: auto;
  }

  .title img {
    margin-right: 1.2rem;
    width: 3rem;
    height: 3rem;
  }

  .title::after,
  .title::before {
    content: "";
    position: absolute;
    right: 2rem;
    top: 2.3rem;
    width: 1.5px;
    height: 1.6rem;
    background-color: #1a326e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .content p {
    padding: 0.8rem 1.2rem 1.6rem 1.2rem;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2.4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content p img {
    margin-right: 1.2rem;
    width: 3rem;
    height: 3rem;
  }

  .option .content p img {
    margin-top: 0.5rem !important;
  }

  .event_inner {
    padding: 8rem 0 2rem 0;
  }

  .event_inner h2 img {
    width: 42%;
  }

  .event_inner h2 {
    text-align: center;
    margin-bottom: 2.8rem;
  }

  .event_text_1 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a326e;
    line-height: 1;
  }

  .event_text_2 {
    text-align: center;
    font-size: 2.4rem;
    color: #1a326e;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
  }

  .event_box {
    height: fit-content;
    background-image: url(../image/pc/svg/event_bg_sp.svg);
    background-repeat: no-repeat;
    padding: 4rem 0;
    background-position: center;
    margin-bottom: 4rem;
    background-size: cover;
    margin: 0 16px;
    margin-bottom: 16px;
  }

  .event_box p {
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }

  .event_box dl {
    max-width: unset;
    margin: auto;
    display: block;
    margin-bottom: 2.8rem;
  }

  .event_box dl dt {
    width: 5.5rem;
    background-color: #1a326e;
    color: #fff;
    font-size: 1.3rem;
    height: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 0;
    margin: auto;
    margin-bottom: 1.2rem;
  }

  .event_box dl dd {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

  .small {
    font-size: 1.2rem;
    margin-top: 1rem;
    display: inline-block;
  }

  .event_box_2 {
    background-image: url(../image/pc/svg/form_bg_sp.svg);
    background-repeat: no-repeat;
    height: 27rem;
    background-position: center;
  }

  .event_box_2 p {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 4rem 0;
    line-height: 2.4rem;
  }

  .event_box_3 p {
    text-align: center;
    color: #1a326e;
    font-size: 1.4rem;
    padding: 4rem 0;
    line-height: 2.4rem;
  }

  .form_bg_inner {
    background-color: #1a326e;
    color: #fff;
    padding-top: 8rem;
    padding-bottom: 4.4rem;
  }

  .form_bg_text_1 {
    font-size: 1.2rem;
    text-align: center;
  }

  .form_bg_text_2 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .footer_inner {
    background-color: #1a326e;
    color: #fff;
    text-align: center;
    padding: 4rem 0;
  }

  .copy {
    font-size: 1.2rem;
    text-align: center;
    padding: 0.5rem 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
  }

  .footer_inner p a {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: underline;
  }

  #js-pagetop {
    display: none !important;
  }

  .eye_bg {
    overflow: hidden;
  }

  .event_bg {
    overflow: hidden;
  }

  .sikaku_box {
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    background-color: rgba(26, 50, 110, 0.7);
    padding: 0.5rem 0 2rem 0;
    display: block;
  }

  .sikaku_box.fixed {
    opacity: 1;
    z-index: 9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .sikaku_box p {
    color: #fff;
    font-size: 1.5rem;
  }

  .sikaku_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f29600),
      to(#e95513)
    );
    background: -o-linear-gradient(left, #f29600, #e95513);
    background: linear-gradient(to right, #f29600, #e95513);
    -webkit-box-shadow: 0 3px 5px rgba(26, 50, 110, 0.3);
    box-shadow: 0 3px 5px rgba(26, 50, 110, 0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    width: 31rem;
    height: 4.8rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: auto;
    font-weight: bold;
  }

  .sikaku_box a::after {
    content: "";
    position: absolute;
    margin: 0 10px;
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 35%;
    width: 10px;
    height: 10px;
    right: 2rem;
  }

  .form_inner {
    padding: 4rem 1.6rem;
    margin: auto;
  }

  .toggle_title {
    position: relative;
    padding: 1.6rem 1.2rem 1.6rem 1.2rem;
    background-color: #fff;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
  }

  .toggle_title img {
    margin-right: 1.2rem;
    width: 3rem;
    height: 3rem;
  }

  .toggle_btn:before,
  .toggle_btn:after {
    content: "";
    position: absolute;
    right: 2.8rem;
    top: 2.3rem;
    width: 1.5px;
    height: 1.6rem;
    background-color: #1a326e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .toggle_contents dd {
    padding: 0.8rem 1.2rem 1.6rem 1.2rem;
  }

  .toggle_contents dd p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .toggle_contents dd ul li img {
    margin-right: 1.2rem;
    width: 3rem;
    height: 3rem;
    margin-top: 0.6rem;
  }

  .toggle_contents dd ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .toggle_contents:nth-of-type(4) dd ul li img {
    margin-top: 0.6rem;
  }

  .toggle_contents:nth-of-type(3) dd ul li img {
    margin-top: 0.6rem;
  }

  .toggle_contents {
    margin-bottom: 1.2rem;
  }

  .eye_text {
    position: unset;
  }

  .eye_text_top {
    font-size: 1.6rem;
    height: auto;
    width: auto;
    font-weight: 900;
  }

  .eye_text_flex_left p:nth-of-type(1) {
    font-size: 1.3rem;
    padding: 0;
    line-height: 1.8;
  }

  .eye_text_flex_left p:nth-of-type(2) {
    font-size: 2rem;
    margin-top: 0.5rem;
    line-height: 0.8;
  }

  .eye_text_flex_right p {
    font-size: 5.6rem;
  }

  .eye_text_flex {
    margin-top: 2.5rem;
  }

  .eye_text_top_date span {
    font-size: 2.8rem;
  }

  .eye_text_top_date {
    font-size: 1.8rem;
  }

  .eye_text ul li {
    font-size: 1.4rem;
  }

  .grad-border-content {
    background: #ffffff;
    border-radius: 1rem;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
  }

  .eye_text ul li:nth-child(2) {
    margin: 0 1rem;
  }

  .eye_text_flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .eye_text ul li {
    padding: 0.3rem;
    border-radius: 0.7rem;
  }
}

.c-thumb-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 440px;
  height: auto;
  margin-top: 20px;
}

.p-cont-box {
  max-width: 724px;
  width: 100%;
  margin: 0 auto 8rem;
}

@media screen and (max-width: 768px) {
  .p-cont-box {
    margin: 0 auto 4rem;
  }
}

.p-cont-box__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .header_left {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .header_left a {
    width: 140px;
  }
  .header_left a img {
    height: 40px;
  }
  .header_left p {
    display: block;
    font-size: 12px;
    margin-left: 0;
    line-height: 12px;
  }

  .eye_text_top {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 auto;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 4px;
    width: 290px;
    font-weight: 900;
    background: #1a326e;
    color: #fff;
    margin-bottom: 8px;
  }

  .p-cont-box__box {
    display: block;
    max-width: calc(100% - 32px);
  }

  .eye_inner {
    top: 360px;
  }

  .eye_text_date {
    font-size: 3.2rem;
    text-align: center;
  }
  .eye_text_date span {
    font-size: 2.4rem;
    margin-left: 0.9rem;
  }

  .eye_text_datetime img {
    width: 80px;
    height: 80px;
    top: 5px;
    left: 40px;
  }

  .eye_text_datetime {
    margin: 8px auto 16px;
    background: transparent;
  }
  .eye_text_time {
    font-size: 3.2rem;
    text-align: center;
  }

  .eye_text_datetime-second {
    margin-top: -24px;
    margin-bottom: 190px;
  }

  .eye_text_main {
    font-size: 98px;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
  .eye_text_main span {
    font-size: 48px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
}

.p-cont-box__box--text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1a326e;
  color: #fff;
  font-size: 1.8rem;
  height: 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: -2px;
  margin-right: 2.4rem;
  padding: 0 8px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .p-cont-box__box--text {
    width: 5rem;
    background-color: #1a326e;
    color: #fff;
    font-size: 1.3rem;
    height: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 0;
    margin: auto;
    margin-bottom: 1.2rem;
  }
}

.p-cont-box__box--lead {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-cont-box__box--lead {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
}

.form_inner__text {
  line-height: 1.5;
  text-align: center;
  padding-bottom: 6rem;
  letter-spacing: 0.05em;
  color: #212d3a;
}
.c-icon-img {
  object-fit: contain;
  width: 80%;
  height: auto;
}

/* --------サンクスページ--------- */
.l-body.--adj {
  border: none;
}

.l-main.--adj {
  background: #fff;
}

.l-body-inner.--adj {
  border: none;
}

.l-header {
  background-color: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.p-header-inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 2rem;
}

.p-header-thumb {
  height: 55px;
  width: auto;
}

.p-step-text.--thanks {
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
  color: #1a326e;
  padding: 4rem 2rem;
  max-width: 800px;
  margin: 0 auto;
}

/* サンクスページでは常に表示 */
.l-body.--adj {
  visibility: visible;
}

.l-body.--adj html {
  visibility: visible !important;
}
