@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansJP-VariableFont_wght.woff") format("woff"), url("../fonts/NotoSansJP-VariableFont_wght.eot") format("eot"), url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
body, input, button, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
}

/******* base style *******/
body {
  margin: 0;
}

figure {
  margin: 0;
}

.w_base {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.contact-btn,
.contact-btn-white {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 0.5em 1em;
  border-radius: 100vh;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.contact-btn {
  background: #348eee;
  color: white;
  border-bottom: solid 3px #2666aa;
}

.contact-btn-white {
  background: white;
  color: #348eee;
  border-bottom: solid 3px white;
}

.contact-btn:hover {
  opacity: 0.8;
}

.contact-btn-white:hover {
  filter: brightness(1.1);
}

/******* base style end *******/
h1,
h2,
h3 {
  font-weight: 600;
}

.w_base {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .w_base {
    width: 90%;
  }
}

.aeye_mainvisual {
  /**
   position: relative;
   background-image: url(../images/aeye-box/main-visual-bg.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   height: calc(100vh - 200px);
   max-height: 1000px;
   margin-bottom: 150px;

   @include tablet_under() {
     height: calc(100vh - 199px);
   }
   @include sp_under(){
     height: 750px;
   }


  &_inner{
   display: flex;
   justify-content: end;
   padding-top: 90px;
  }
   &_textarea {
     color: #fff;
     position: absolute;
     top: 50%;
     left: 15%;
     transform: translate(0, -50%);
     width: 50%;
     z-index: 2;

     @include tablet_under() {
       width: 45%;
       top: 50%;
     }
     @include sp_under(){
       top: 40%;
       width: 90%;
       left: 5%;
     }

     p:nth-child(1) {
       color: #d8d8d8;
       margin-bottom: 50px;
       margin-top: 0;

       @include tablet_under() {
         margin-bottom: 30px;
       }
     }

     p:nth-child(2) {
       font-weight: 100;
       font-size: clamp(1.5em, 2vw, 2em);
       margin: 0;

       @include tablet_under() {
         font-size: clamp(1.3em, 3vw, 2em);
         margin: 0;
         font-weight: normal;
       }
     }
     img{
       width: 100%;
       max-width: 500px;
       margin-bottom: 50px;
       @include tablet_under(){
         margin-bottom: 10px;
       }
       @include sp_under(){
         max-width: 330px;
       }
     }
     h1 {
       font-size: clamp(1.5em, 2vw, 2.5em);
       margin-top: 0em;

       @include tablet_under() {
         font-size: clamp(1.25em, 6vw, 2em);
         margin-top: 0.5em;
       }
     }

     &_exp {
       font-weight: 500;
       width: 60%;

       @include tablet_under() {
         width: 70%;
       }
       @include sp_under(){
         width: 100%;
         font-weight: 400;
         font-size: 0.9em;
       }
     }
   }
   &_topslide-wrap{
     width: 50%;
     height: 100%;
     @include pc_middle_under(){
       width: 40%;
       position: relative;
       bottom: -150px;
       right: 5%;
     }
     @include sp_under(){
       position: absolute;
       max-width: 300px;
       width: 90%;
       height: max-content;
       bottom: 0px;
       left: 50%;
       right: initial;
       transform: translate(-50%, 27%);
     }

     .topslide{
       img{
         margin: 0 80px;
         @include tablet_under(){
           margin: 0 10px;
         }
         @include sp_under(){
           margin: 0 20px;
         }
       }
     }
   }**/
}
.aeye_mainvisual .video-container {
  width: 100%;
  margin: 0 auto 100px; /* 中央寄せ */
  overflow: hidden;
}
.aeye_mainvisual .video-container video {
  width: 100%;
  height: 80%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; /* カバー表示：必要に応じて調整 */
}

/******* movie-inner  *******/
.movie-wrapper {
  margin-top: 100px;
  background-image: url(../images/movie-bg2.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
.movie-wrapper .movie-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.movie-wrapper .movie-text {
  width: 45%;
}
.movie-wrapper .movie-text p {
  text-align: center;
}
.movie-wrapper .popup-youtube {
  width: 45%;
  display: block;
  transition: 0.3s;
}
.movie-wrapper .popup-youtube:hover {
  scale: 1.05;
}
.movie-wrapper .popup-youtube img {
  width: 100%;
}
.movie-wrapper h2 {
  color: #101d74;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .movie-wrapper .movie-text, .movie-wrapper .popup-youtube {
    width: 100%;
  }
}
/******* movie-inner end *******/
.aeye_info {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .aeye_info {
    margin: 0 auto 100px;
  }
}
.aeye_info_inner h2 {
  text-align: center;
  color: #101d74;
}
.aeye_info_inner figure {
  width: 100%;
}
.aeye_info_inner figure img {
  display: block;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .aeye_info_inner .sp_col_reverse {
    flex-direction: column-reverse;
  }
}
.aeye_info_inner .aeye_info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .aeye_info_inner .aeye_info_box {
    flex-wrap: wrap;
  }
}
.aeye_info_inner .aeye_info_box div[class^=aeye_info_textbox] {
  margin-bottom: 50px;
  text-align: center;
}
.aeye_info_inner .aeye_info_box div[class^=aeye_info_textbox] p {
  line-height: 2em;
}
.aeye_info_inner .aeye_info_box div[class^=aeye_info_textbox] span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aeye_info_inner .aeye_info_box div[class^=aeye_info_textbox] {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .aeye_info_inner .aeye_info_box div[class^=aeye_info_textbox] h2, .aeye_info_inner .aeye_info_box div[class^=aeye_info_textbox] p {
    text-align: left;
  }
}
.aeye_info_inner .aeye_info_box .imagebox1 {
  height: 20vw;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aeye_info_inner .aeye_info_box .imagebox1 video {
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .aeye_info_inner .aeye_info_box .imagebox1 {
    width: 100%;
    height: 50vw;
  }
}
.aeye_info_inner .aeye_info_box .aeye_info_textbox2 {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .aeye_info_inner .aeye_info_box .aeye_info_textbox2 {
    width: 100%;
  }
}
.aeye_info_inner .aeye_info_box .imagebox2 {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .aeye_info_inner .aeye_info_box .imagebox2 {
    width: 100%;
  }
}
.aeye_info_inner .aeye_info_box .imagebox2 img {
  display: block;
  width: 100%;
}
.aeye_info .sekkei-slide {
  max-width: 900px;
  margin: 50px auto;
}
.aeye_info .sekkei-slide .slick-list {
  overflow: visible;
}
.aeye_info .sekkei-slide img {
  margin: 0 50px;
  border: solid 1px #949494;
  opacity: 0.3;
}
.aeye_info .sekkei-slide img.slick-current {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .aeye_info .sekkei-slide .slick-next {
    right: 5px;
    z-index: 2;
  }
  .aeye_info .sekkei-slide .slick-prev {
    left: 5px;
    z-index: 2;
  }
}
.aeye_info .sekkei-slide .slick-prev::before, .aeye_info .sekkei-slide .slick-next::before {
  color: #101d74;
  z-index: 2;
  font-size: 30px;
}

.eye_img {
  background: linear-gradient(45deg, rgb(2, 0, 36) 0%, rgb(5, 19, 45) 0%, rgb(15, 105, 157) 100%);
}
.eye_img_inner {
  padding: 100px 0;
}
.eye_img_inner figure {
  width: 100%;
}
.eye_img_inner figure img {
  width: 100%;
  margin-bottom: 50px;
}
.eye_img_inner figure {
  max-width: 960px;
  margin: auto;
}

.aeye_detail {
  background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.87)), url(../images/aeye-box/aeyedetail-bg.jpg);
  background-size: cover;
  background-position: center;
}
.aeye_detail_inner {
  padding: 80px 0;
}
.aeye_detail h3 {
  color: #fff;
  font-size: clamp(1.5em, 1.7vw, 2em);
  text-align: center;
}
.aeye_detail p {
  color: #b7b7b7;
  text-align: center;
}
.aeye_detail p span {
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aeye_detail p {
    text-align: left;
  }
}
.aeye_detail figure img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 4rem auto;
  display: block;
}
.aeye_detail_ul {
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1em 3em 1em 4em;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .aeye_detail_ul {
    padding: 1em 1em 1em 2em;
  }
}
.aeye_detail_ul p {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0;
}

.aeye_other {
  background-color: #000;
}

.aeye_other_inner {
  padding: 100px 0;
  color: #fff;
}
.aeye_other_inner .aeye_other_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.aeye_other_inner_con1 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .aeye_other_inner_con1 {
    width: 100%;
  }
}
.aeye_other_inner_con1 h3 {
  text-align: center;
  font-size: clamp(1.2em, 3vw, 2em);
}
.aeye_other_inner_con1 p {
  text-align: center;
  font-weight: 300;
  line-height: 2.1em;
}
.aeye_other_inner_con1 p span {
  font-weight: bold;
  text-decoration: underline;
}
.aeye_other_inner_con1 figure img {
  display: block;
  width: auto;
  margin: auto;
  max-width: 800px;
  margin-top: 50px;
  max-width: 100%;
}
.aeye_other_inner_con2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 50px 20px;
  margin-top: 120px;
}
.aeye_other_inner_con2_item {
  max-width: 350px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .aeye_other_inner_con2_item {
    width: 100%;
    max-width: initial;
  }
}
.aeye_other_inner_con2_item figure {
  margin-right: 0;
  margin-left: 0;
}
.aeye_other_inner_con2_item figure img {
  width: auto;
  display: block;
  margin: auto;
  max-width: 100%;
}
.aeye_other_inner_con2_title {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}
.aeye_other_inner_con2 p {
  text-align: center;
}

.aeye_line {
  background: #f5f5f5;
  padding: 100px 0;
}
.aeye_line h3,
.aeye_line p {
  text-align: center;
}
.aeye_line h3 {
  font-size: clamp(1.2em, 3vw, 2em);
}
.aeye_line p {
  margin-bottom: 50px;
}
.aeye_line img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
}

.aeye_spec {
  margin: auto;
}
.aeye_spec h3 {
  text-align: center;
  font-size: clamp(1.2em, 3vw, 2em);
}
.aeye_spec_table {
  width: 1000px;
  margin: auto;
}
.aeye_spec_table th {
  background: #000;
  color: #fff;
  padding: 0.5em 0;
}
.aeye_spec_table tr td:first-child {
  background-color: #f0f8ff;
}
.aeye_spec_table td {
  border-bottom: solid 1px #e7e7e7;
  font-size: 14px;
  padding: 0.5em;
}

/*******content 10 *******/
.content10 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .content10 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .content10 {
    flex-direction: column;
    gap: 0;
  }
}
.content10 h2 {
  width: 70%;
  color: #05008e;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .content10 h2 {
    font-size: 1.4em;
    text-align: center;
  }
}
.content10 h2 span {
  color: #000;
  font-size: 14px;
}
.content10 p {
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  .content10 p {
    width: 96%;
  }
}
.content10 .con10-box {
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .content10 .con10-box {
    width: 100%;
  }
}
.content10 .con10-box .con10-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.content10 .con10-box .con10-item .con10-text h3 {
  font-size: 1.3em;
  text-align: center;
  margin-block: 0.5em 1.5em;
}
.content10 .con10-box .con10-item .con10-text .contact-btn {
  width: 300px;
  margin: 1em auto 0;
}
.content10 .con10-box .con10-item .con10-text .contact-btn a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 50px;
  background-color: #101d74;
  border-radius: 26px;
  transition: 0.2s;
}
.content10 .con10-box .con10-item .con10-text .contact-btn a:hover {
  opacity: 0.7;
}

/*******content 10 end*******/
/*******content-hearingSheet*******/
.content-hearingSheet {
  padding-bottom: 10px;
}
.content-hearingSheet h1 {
  text-align: center;
  color: #0037B8;
}
.content-hearingSheet h2 {
  text-align: center;
  color: #0037B8;
}
.content-hearingSheet .mt-100 {
  margin-top: 100;
}
.content-hearingSheet p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-hearingSheet p {
    width: 90%;
    margin: 1em auto;
  }
}
.content-hearingSheet .conHear-box {
  width: 70%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 599px) {
  .content-hearingSheet .conHear-box {
    width: 90%;
  }
}

label.policy_check {
  width: 35px;
  font-size: 1.3em;
}

.hearDL {
  width: 200px;
  display: block;
  margin: auto;
  text-align: center;
  background: #101d74;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 30px;
}
.hearDL:hover {
  background-color: #27379c;
}

#mfp_phase_confirm {
  display: none;
}

input, textarea {
  box-sizing: border-box;
}

/*******content-hearingSheet end*******//*# sourceMappingURL=aeye-box-test.css.map */