@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap");
html {
  font-size: 0.09090909vw;
  height: 100%;
  background: #000;
}

/*a:hover {
  opacity: 0.6;
}*/



@media screen and (min-width: 1100px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.14765vw;
  }
}
dl {
  margin: 0px;
}
dl dt {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}
ul li, ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}


figure {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 200;
}

.logo-header {
  position: absolute;
  top: 0px;
  left: 0px;
}
.logo-header .logo-material {
  width: 195rem;
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.logo-header .logo-material img {
  width: 100%;
}

h1 {
  margin: 0px;
}

p {
  margin: 0px;
}

.main-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  /*background-color: white;*/
}
.main-header .logo {
  width: 1100rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main-header .logo {
    width: 80%;
    margin-top: 120rem;
  }
}
.main-header .logo img {
  height: 30rem;
  padding: 25rem;
}


/*fix button類*/
.stt-lang-selects {
  position: fixed;
  width: 90rem;
  text-align: center;
  top: 20rem;
  right: 20rem;
  background: #fff;
  border-radius: 10rem;
  padding: 10rem 15rem;
  box-shadow: 0 2rem 10rem rgba(0,0,0,0.1);
  z-index: 1000;
  transition: all 0.3s ease;
}

.stt-lang-selects:hover {
  transform: translateY(-2rem);
  box-shadow: 0 5rem 20rem rgba(0,0,0,0.15);
}

.stt-lang-selects .stt-text {
  color: #7380ef;
  font-weight: bold;
  font-size: 14rem;
}

.scroll-to-top {
  border: solid 1px #FFF;
  position: fixed;
  width: 130rem;
  text-align: center;
  bottom: 20rem;
  right: 20rem;
  color: #fff;
  height: 40rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 12rem;
  box-shadow: 0 2rem 10rem rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  z-index: 1000;
}

.scroll-to-top:hover {
  background: #7380ef;
  transform: translateY(-2rem);
  box-shadow: 0 5rem 20rem rgba(0,0,0,0.15);
}

.scroll-to-top i {
  margin-left: 5rem;
  font-size: 10rem;
  transition: transform 0.3s ease;
}

.scroll-to-top:hover i {
  transform: translateY(-2rem);
}


/*メイン*/

.section-type1 {
  height: 686rem;
  text-align: center;
}
.section-type1 .bg-clip__blue {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 686rem;
  /*background: #2C3BA0;*/
  -webkit-clip-path: polygon(0 0, 31% 0, 62% 100%, 0 100%);
          clip-path: polygon(0 0, 31% 0, 62% 100%, 0 100%);
}
.section-type1 .text-box {
  width: 1100rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 200;
  color: #fff;
  top: 100rem;
}
@media screen and (max-width: 1100px) {
  .section-type1 .text-box {
    width: 1000rem;
  }
}
@media screen and (max-width: 750px) {
  .section-type1 .text-box {
    width: 700rem;
  }
  .stt-lang-selects {
  width: 160rem;
  top: 20rem;
  right: 20rem;
  border-radius: 10rem;
  padding: 20rem 15rem;
}
.stt-lang-selects .stt-text{
  font-size: 24rem;
}
.scroll-to-top{
  width: 160rem;
  height: 60rem;
  font-size: 24rem;
}
.scroll-to-top i{
  font-size: 24rem;
}

}
.section-type1 .text-box .title-sub1 {
  font-size: 16rem;
  padding-bottom: 15rem;
  font-weight: bold;
  line-height: 26rem;
}
.section-type1 .text-box h1 span {
  color: #fff;
  font-size: 46rem;
  line-height: 62rem;
  font-weight: bold;
  margin-bottom: 5rem;
  /*display:inline-block;
  background:#fff;
  color:#2C3BA0;
  padding:3rem 10rem 3rem 10rem;
  font-size:40rem;
  font-weight: bold;
  margin-bottom:10rem;
  &:last-child{
    margin-bottom:0px;
  }*/
}
.section-type1 .text-box h1 span:last-child {
  margin-bottom: 0px;
  font-size: 46rem;
}
.section-type1 .text-box .read-text {
  padding-top: 20rem;
  padding-bottom: 20rem;
  line-height: 32rem;
  font-size: 18rem;
  font-weight: bold;
}
.section-type1 .text-box .btn-resister {
  width: 327rem;
  background: #fff;
  border-radius: 50rem;
  padding: 10rem;
  box-sizing: border-box;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 20rem;
  margin-left: auto;
  margin-right: auto;
}
.section-type1 .text-box .caution-text {
  font-size: 12rem;
  line-height: 22rem;
}
.section-type1 .text-box .caution-text a {
  color: #fff;
}

.bg-mainvisual {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
}

.bg-mainvisual .pc-only-bg {
  height: 686rem;
  width: 100%;
  object-fit: cover;
  object-position: center bottom; 
  position: absolute;
  z-index: -5;
}

.bg-mainvisual .sp-slideshow {
  display: none;
}

.bg-mainvisual img {
  height: 686rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: center bottom; 
  position: absolute;
  z-index: -5;
}

.trg-left__bottom {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
}
.trg-left__bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0px;
}

.trg-right_bottom {
  width: 405rem;
  height: 495rem;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 46% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 46% 100%);
}
.trg-right_bottom img {
  height: 495rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0px;
}


.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.particle-floating {
  background: rgba(255, 255, 255, 0.6);
  animation: floatUp 8s linear infinite;
}

.particle-twinkling {
  background: rgba(173, 216, 230, 0.8);
  animation: twinkle 2s ease-in-out infinite;
}

@keyframes floatUp {
  0% {
    transform: translateY(100vh) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(var(--drift));
    opacity: 0;
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.section-concept {
  padding-top: 100rem;
  text-align: center;
  position: relative;
  padding-bottom: 100rem;
  background: url(../img/common/img_cnc1.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  height: 70vh;
  min-height: 600rem;
}

.section-concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.section-concept .inner {
  position: relative;
  z-index: 2;
}

.section-concept img{
  width: 450rem;
}

.section-concept .text-box {
  font-size: 16rem;
  color: #fff;
}

.section-concept .text-middle {
  width: 750rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70rem;
  padding-bottom: 30rem;
  font-size: 20rem;
  line-height: 34rem;
  font-weight: bold;
}

#stars {
  width: 2rem;
  height: 2rem;
  background: transparent;
  animation: animStar 50s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

#stars:after {
  content: " ";
  position: absolute;
  top: 2000rem;
  width: 2rem;
  height: 2rem;
  background: transparent;
}

#stars2 {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: transparent;
  animation: animStar 100s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

#stars2:after {
  content: " ";
  position: absolute;
  top: 2000rem;
  width: 4rem;
  height: 4rem;
  background: transparent;
}

#stars3 {
  width: 4rem;
  height: 4rem;
  background: transparent;
  border-radius: 100%;
  animation: twinkleStar 4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}

#stars3:after {
  content: " ";
  position: absolute;
  top: 2000rem;
  width: 4rem;
  height: 4rem;
  background: transparent;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000rem);
  }
}

@keyframes twinkleStar {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

.section-concept img{
  width: 450rem;
}

.section-concept h2 {
  background: #2C3BA0;
  padding: 10rem 15rem 10rem 15rem;
  display: inline-block;
  color: #fff;
  margin-bottom: 10rem;
  font-weight: bold;
  font-size: 28rem;
}
.section-concept .text-box {
  font-size: 16rem;
  color: #fff;

}
.section-concept .sub-title {
  font-size: 48rem;
  line-height: 62rem;
  color: #2C3BA0;
  font-weight: bold;
  padding-bottom: 30rem;
}
.section-concept .text-middle {
  width: 750rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70rem;
  padding-bottom: 30rem;
  font-size: 20rem;
  line-height: 34rem;
  font-weight: bold;
}

.section-theme {
  background: black;
}

.section-theme .inner header {
  text-align: center;
}

.section-theme .inner header h2 {
  color: white;
  font-size: 60rem;
  line-height: 60rem;
  padding-bottom: 10rem;
}

.section-theme p{
  color: white;
}
.section-theme .inner .read {
  padding-bottom: 60rem;
  text-align: center;
  padding-top: 60rem;
  width: 420rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 18rem;
  line-height: 30rem;
  font-weight: bold;
}

.btn-more {
  display: block;
  margin: 15rem auto 0 auto;
  width: fit-content;
  padding: 10rem 25rem;
  background: #fff;
  color: #2C3BA0;
  border-radius: 25rem;
  text-decoration: none;
  font-size: 14rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.section-theme .inner .list-contents ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.section-theme .inner .list-contents ul li {
  position: relative;
  padding-bottom: 0;
  cursor: pointer;
}

.section-theme .inner .list-contents ul li:nth-child(1) {
  grid-column: 1 / 3;
}

.section-theme .inner .list-contents ul li:nth-child(2) {
  grid-column: 3 / 5;
}

.section-theme .inner .list-contents ul li:nth-child(3) {
  grid-column: 5 / 7;
}

.section-theme .inner .list-contents ul li:nth-child(4) {
  grid-column: 1 / 4;
}

.section-theme .inner .list-contents ul li:nth-child(5) {
  grid-column: 4 / 7;
}

.section-theme .inner .list-contents ul li .theme-image {
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.section-theme .inner .list-contents ul li .theme-image img {
  width: 100%;
  height: 380rem;
  object-fit: cover;
  display: block;
}

.section-theme .inner .list-contents ul li .theme-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30rem;
  box-sizing: border-box;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

  .section-theme .inner .list-contents ul li .encnt {
    padding: 30rem 30rem 0rem 30rem !important;
  }

.section-theme .inner .list-contents ul li h3 {
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20rem 0;
  padding: 0;
  transform: translateY(0);
  transition: all 0.4s ease;
  z-index: 2;
  min-height: 48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-theme .inner .list-contents ul li h3:before {
  display: none;
}

.section-theme .inner .list-contents ul li .theme-text1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
  font-size: 13rem;
  line-height: 1.5;
  overflow: hidden;
  text-align: justify;
}

.section-theme .inner .list-contents ul li .theme-text1 p {
  margin: 0;
  font-size: 16rem;
}

.section-theme .inner .list-contents ul li .theme-text2 {
  opacity: 0;
  transform: translateY(20rem);
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(20rem);
  width: 90%;
}

.section-theme .inner .list-contents ul li .theme-text2 h4 {
  font-size: 20rem;
  font-weight: bold;
  margin: 0 0 15rem 0;
  color: #2C3BA0;
}

.section-theme .inner .list-contents ul li .theme-text2 p {
  font-size: 16rem;
  line-height: 1.4;
  margin: 0;
  color: rgb(0, 0, 0);
}

/* ホバー時のスタイル */
.section-theme .inner .list-contents ul li:hover .theme-image {
  z-index: 3;
}

.section-theme .inner .list-contents ul li:hover .theme-content {
    box-shadow: inset 0 0 10rem 10rem rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.section-theme .inner .list-contents ul li:hover .btn-more {
  background: #2C3BA0;
  color: #fff;
}

.section-theme .inner .list-contents ul li .btn-style2 {
  display: none;
}

/* モバイル対応 */
@media screen and (max-width: 750px) {
  .section-theme .inner .list-contents ul {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .section-theme .inner .list-contents ul li {
    width: 100% !important;
    grid-column: auto !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .section-theme .inner .list-contents ul li:last-child {
    padding-bottom: 0px;
  }
  
  .section-theme .inner .list-contents ul li .theme-image img {
    height: 450rem;
    width: 100%;
  }
  
  .section-theme .inner .list-contents ul li .theme-content {
    padding: none; /*30rem 20rem;*/
  }
  
  .section-theme .inner .list-contents ul li h3 {
    font-size: 32rem;
    padding-bottom: 20rem;
    margin-bottom: 25rem;
    min-height: 60rem;
  }
  
  .section-theme .inner .list-contents ul li .theme-text1 {
    font-size: 24rem;
    line-height: 1.5;
  }
    .section-theme .inner .list-contents ul li .theme-text1 p {
    font-size: 22rem;
    line-height: 1.5;
  }
  
  .section-theme .inner .list-contents ul li .theme-text2 h4 {
    font-size: 28rem;
  }
  
  .section-theme .inner .list-contents ul li .theme-text2 p {
    font-size: 28rem;
    line-height: 1.5;
  }
    /* ホバー効果を無効化 */
  .section-theme .inner .list-contents ul li:hover .theme-image {
    box-shadow: none;
  }
  
  .section-theme .inner .list-contents ul li:hover .theme-content {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: none;
  }
  
  .section-theme .inner .list-contents ul li:hover .btn-more {
    background: #fff;
    color: #2C3BA0;
  }
  
  /* ボタンのサイズ調整 */
  .btn-more {
    font-size: 22rem;
    padding: 15rem 30rem;
    margin-top: 20rem;
  }
}


.section-target {
  background: #344eb8;
  background: linear-gradient(0deg, #56a8fd 0,  #344eb8 53%, #001a69 90%, #010b42 100%);
  position: relative;
}
.section-target .trg-left__top {
  width: 500rem;
  height: 544rem;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 0, 0 39%, 0 0);
          clip-path: polygon(100% 0, 100% 0, 0 39%, 0 0);
  position: absolute;
  left: 0px;
  top: 0px;
}
.section-target .trg-left__top img {
  width: 500rem;
  height: 544rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-target .trg-right__top {
  width: 500rem;
  height: 544rem;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 0, 0% 0, 100% 39%);
          clip-path: polygon(100% 0, 100% 0, 0% 0, 100% 39%);
  position: absolute;
  right: 0px;
  top: 0px;
}
.section-target .trg-right__top img {
  width: 500rem;
  height: 544rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-target .inner {
  width: 1100rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 90rem;
}
@media screen and (max-width: 750px) {
  .section-target .inner {
    width: 700rem;
  }
}
.section-target .inner header {
  color: #fff;
  padding-bottom: 60rem;
}
.section-target .inner header h2 {
  font-size: 60rem;
  line-height: 60rem;
  padding-bottom: 10rem;
}

.list-contents_target {
  padding-bottom: 100rem;
}
.list-contents_target ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.list-contents_target ul li {
  width: 420rem;
  color: #ffffff;
  display: flex;
  /*justify-content: space-evenly;*/
  align-items: center;
  align-content: center;
  margin-bottom: 30rem;
}
.list-contents_target ul li figure {
  width: 127rem;
  /*height: 127rem;*/
}
.list-contents_target ul li figure img {
  width: 127rem;
  /*height: 127rem;*/
}
.list-contents_target ul li div {
  text-align: center;
  font-size: 18rem;
  padding: 30rem;
  box-sizing: border-box;
  width: calc(100% - 127rem);
}

.section-merit {
  background: #7380ef;
  padding-bottom: 100rem;
  position: relative;
  overflow: hidden;
}
.section-merit .inner {
  position: relative;
  z-index: 2;
}

.section-merit .particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.section-merit .inner header {
  text-align: center;
  padding-top: 100rem;
  padding-bottom: 40rem;
}
.section-merit .inner header h2 {
  font-size: 60rem;
  line-height: 60rem;
  padding-bottom: 10rem;
}

.section-schedule {
  padding-top: 90rem;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.section-schedule #schedule-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.section-schedule .inner {
  position: relative;
  z-index: 2;
  /*background: rgba(0, 0, 0, 0.3);*/
}

.section-schedule .inner header {
  text-align: center;
  padding-bottom: 60rem;
}

.section-schedule .inner header h2 {
  font-size: 60rem;
  line-height: 60rem;
  padding-bottom: 10rem;
  color: #2C3BA0;;
}

.section-schedule .inner header p {
  font-size: 18rem;
  line-height: 28rem;
  color: #333;
}

.shcedule-timeline {
  width: 800rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140rem;
  position: relative;
}

.shcedule-timeline::before {
  content: "";
  position: absolute;
  left: 30rem;
  top: 30rem;
  width: 2rem;
  height: calc(100% - 200rem);
  background: #6b71b5;
  z-index: 0;
}

.shcedule-timeline li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 40rem;
  position: relative;
  margin-left: 0;
}

.shcedule-timeline div {
  margin: auto;
}


.shcedule-timeline li .timeline-marker {
  width: 20rem;
  height: 20rem;
  background: #2C3BA0;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 20rem;
  margin-right: 20rem;
  z-index: 2;
  position: relative;

}

.shcedule-timeline li .timeline-icon {
  width: 70rem;
  /*height: 50rem;*/
  flex-shrink: 0;
  margin-right: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shcedule-timeline li .timeline-icon img{
  width: 70rem;
}

.shcedule-timeline li .timeline-date {
  width: 150rem;
  flex-shrink: 0;
  margin-right: 20rem;
  color: #2C3BA0;
  font-weight: bold;
}

.shcedule-timeline li .timeline-content {
  flex: 1;
}

.shcedule-timeline li .timeline-label {
  color: #2C3BA0;
  font-weight: bold;
  margin-bottom: 5rem;
}

.shcedule-timeline li .timeline-description {
  color: #555;
  font-weight: normal;
  font-size: 14rem;
  line-height: 22rem;
}

.shcedule-timeline li:last-child {
  padding-bottom: 0px;
}

.list-contents_merit {
  width: 1100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20rem;
  padding-bottom: 20rem;
}

.list-contents_merit li {
  width: 252rem;
  height: 100%;
}


.list-contents_merit li figure {
  width: 252rem;
  height: 252rem;
  margin-bottom: 10rem;
  border-radius: 50%;
  overflow: hidden;
}
.list-contents_merit li figure img {
  width: 380rem;
  height: 100%;
  object-fit: cover;
}
.list-contents_merit li h3 {
  padding-bottom: 10rem;
  font-size: 16rem;
  font-weight: bold;
  color: #FFF;
}
.list-contents_merit li p {
  font-size: 14rem;
  line-height: 24rem;
    color: #d7eeff;
}
.btn-style1 {
  width: 452rem;
  height: 60rem;
  display: block;
  background: #ffffff;
  border-radius: 50rem;
  color: #2C3BA0 !important;
  margin-left: auto;
  margin-right: auto;
  padding: 18rem;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 18rem;
}

/* 全ボタン共通設定 */
.btn-resister,
.btn-style_1,
.btn-style2 {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* 全ボタンの疑似要素 */
.btn-resister::before,
.btn-style1::before,
.btn-style_1::before,
.btn-style2::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -100%;
  width: 110%;
  height: calc(100% + 4rem);
  transition: all 0.5s ease;
  transform: skewX(-15deg);
  z-index: -1;
  border-radius: inherit;
}

/* 背景色設定 */
.btn-resister::before,
.btn-style1::before,
.btn-style_1::before {
  background: #7380ef;
}

.btn-style2::before {
  background: #fff;
}

/* ホバー効果 */
.btn-resister:hover,
.btn-style1:hover,
.btn-style_1:hover {
  transform: translateY(-2rem) scale(1.02);
  color: #fff !important;
}

.btn-style2:hover {
  transform: translateY(-2rem) scale(1.02);
  color: #7380ef !important;
}

.btn-resister:hover::before,
.btn-style1:hover::before,
.btn-style_1:hover::before,
.btn-style2:hover::before {
  left: 0;
  transform: skewX(0deg);
}

.btn-style1 i {
  margin-left: 8rem;
  font-size: 14rem;
  transition: transform 0.3s ease;
}

.btn-style1:hover i {
  transform: translateX(3rem);
}


.section-session {
  background: url(../img/common/sem1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}

.section-session .inner {
  width: 1100rem;
  margin: 0 auto;
  padding-top: 100rem;
  padding-bottom: 100rem;
}
@media screen and (max-width: 750px) {
  .section-session .inner {
    width: 700rem;
  }
  .btn-style1 {
    padding:10rem;
  }
}
.section-session .inner .area-text p {
  padding-bottom: 30rem;
  font-size: 18rem;
  line-height: 34rem;
  font-weight: bold;
}
.section-session .inner .text-box {
  width: 650rem;
  padding: 40rem;
  margin: 0 auto;
  /*background: #2C3BA0;*/
  color: #2C3BA0;
  border-radius: 10rem;
  box-sizing: border-box;
  text-align: center;
}
.section-session .inner .text-box header {
  padding-bottom: 40rem;
}
.section-session .inner .text-box header h2 {
  font-size: 40rem;
}
.section-session .inner .text-box header p {
  font-weight: bold;
  font-size: 18rem;
}
.section-session .inner .text-box header img {
  margin: 0 0 10rem 0;
  width: 100%;
}


.btn-style2 {
  background: #2C3BA0;
  display: block;
  width: 100%;
  color: #FFF;
  text-decoration: none;
  padding: 15rem;
  box-sizing: border-box;
  border-radius: 30rem;
  text-align: center;
}

.section-examination .inner {
  padding-top: 100rem;
  padding-bottom: 100rem;
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)), url('../img/common/img_exam2.jpg') no-repeat center center/cover;
  
  /*background: url(../img/common/img_exam2.jpg);*/
    background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-examination .inner header {
  text-align: center;
  padding-bottom: 50rem;
}
.section-examination .inner header h2 {
  font-size: 60rem;
  line-height: 60rem;
  padding-bottom: 10rem;
}
.section-examination .inner header p {
  font-weight: bold;
}

.section-examination .inner .text-box header img {
  margin: 0 auto;
  width: 100%;
}

.examination-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 40rem;
}
.examination-box {
  flex: 1;
  padding: 90rem;
  background: #bec5ff87;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.examination-box:first-child {
  border-radius: 0 360rem 360rem 0;
}

.examination-box:last-child {
  border-radius: 360rem 0 0 360rem;
}
.examination-icon {
  width: 80rem;
  height: 80rem;
  margin: 0 auto 20rem auto;
  /*background: #fff;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.examination-icon img {
  width: 80rem;
  height: 80rem;
  object-fit: contain;
}
.examination-box h3 {
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 20rem;
  text-align: center;
}
.examination-text {
  text-align: left;
  line-height: 24rem;
}
.examination-text p {
  margin-bottom: 15rem;
}
.examination-text ul {
  margin: 15rem 0;
  padding-left: 20rem;
}
.examination-text ul li {
  list-style-type: disc;
  margin-bottom: 10rem;
  line-height: 22rem;
}
.examination-additional {
  text-align: center;
  margin-top: 60rem;
  color: #fff;
}

.examination-additional p {
  font-size: 18rem;
  margin-bottom: 30rem;
}

.examination-additional .btn-style1 {
  margin-bottom: 20rem;
}

@media screen and (max-width: 750px) {
  .examination-additional p {
    font-size: 28rem;
    line-height: 40rem;
    margin-top: 30rem;
  }
  .examination-additional .btn-style1 {
  font-size: 28rem;
}
}



.section-message {
  background: linear-gradient(0deg, #0092e5 0, #003e92 37.05%, #00398d 53.47%, #002e7f 72%, #001a69 91.49%, #00105d 100%);
  position: relative;
}
.section-message .right-fig {
  width: calc(100% - ((100% - 840rem) / 2 + 653rem));
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.section-message .right-fig img {
  width: 100%;
  height: 906rem;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-message .text-box {
  width: 840rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110rem;
  padding-bottom: 110rem;
  box-sizing: border-box;
  color: #fff;
}
.section-message .text-box .inner {
  width: 593rem;
}
.section-message .text-box .inner header {
  padding-bottom: 40rem;
}
.section-message .text-box .inner header img{
  width: 100%;
}
.section-message .text-box .inner header img.enimg{
  width: 60%;
}

.section-message .text-box .inner header h2 {
  font-size: 60rem;
  line-height: 60rem;
  padding-bottom: 10rem;
}
.section-message .text-box .inner header p {
  font-size: 18rem;
}
.section-message .text-box .inner p {
  line-height: 36rem;
  font-weight: bold;
}

.section-faq {
  position: relative;
  background: #000;
  overflow: hidden;
  min-height: auto;
}

.section-faq #particle-canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  pointer-events: none;
}

.section-faq #particle-canvas > div,
.section-faq #particle-canvas > canvas {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.section-faq .inner {
  width: 860rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80rem;
  padding-bottom: 80rem;
  position: relative;
  z-index: 2;
}

.section-faq .inner header {
  text-align: center;
  padding-bottom: 60rem;
}

.section-faq .inner header img.enimg{
width: 20%;
}

.section-faq .inner header h2 {
  font-size: 60rem;
  line-height: 60rem;
  padding-bottom: 10rem;
  color: #fff;
}

.section-faq .inner header p {
  font-size: 18rem;
  color: #fff;
}

.section-faq .inner ul li dl dt .qa-content {
  color: #fff;
  font-weight: bold;
}

.section-faq .inner ul li dl dd .qa-content {
  color: #fff;
}

.section-faq .inner ul li dl dd .qa-content a {
  color: #56a8fd;
}

.faq-divider {
  width: 100%;
  height: 2rem;
  margin: 20rem 0;
  background-image: radial-gradient(circle, #666 2rem, transparent 2rem);
  background-size: 8rem 11rem;
  background-repeat: repeat-x;
  background-position: center;
}
.section-faq .inner ul li dl dt,
.section-faq .inner ul li dl dd {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20rem;
}
.section-faq .inner ul li dl dt {
  margin-bottom: 15rem;
}
.qa-bubble {
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15rem;
  position: relative;
}
.q-bubble {
  background: #7380ef;
}
.a-bubble {
  background: #ffffff;
}
.qa-text {
  color: #fff;
  font-weight: bold;
  font-size: 18rem;
}
.a-text {
  color: #7380ef;;
  font-weight: bold;
  font-size: 18rem;
}
.bubble-tail {
  position: absolute;
  width: 15rem;
  height: 15rem;
  right: -7rem;
  top: 50%;
  transform: translateY(-50%);
}
.q-tail {
  background: #7380ef;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-radius: 0 15rem 15rem 0;
}
.a-tail {
  background: #ffffff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-radius: 0 15rem 15rem 0;
}
.qa-content {
  flex: 1;
  line-height: 28rem;
  padding-top: 10rem;
}
.section-faq .inner ul li dl dt .qa-content {
  color: #7380ef;
  font-weight: bold;
}
.section-faq .inner ul li dl dd .qa-content {
  color: #ffffff;
}
.section-faq .inner ul li dl dd .qa-content a {
  color: #ffffff;
}
.faq-divider {
  width: 100%;
  height: 2rem;
  margin-top: 30rem;
  background-image: radial-gradient(circle, #ccc 2rem, transparent 2rem);
  background-size: 8rem 11rem;
  background-repeat: repeat-x;
  background-position: center;
}

.section-cv {
  position: relative;
  overflow: hidden;
}

.section-cv #cv-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#animated-squares {
  display: none; /* 四角いアニメーションを無効化 */
}

.section-cv .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgba(86, 168, 253, 0.4);
  text-align: center;
  padding-top: 80rem;
  padding-bottom: 80rem;
  color: #fff;
}
.section-cv .inner h2 {
  padding-bottom: 20rem;
  font-weight: bold;
  font-size: 36rem;
}
.section-cv .inner .caution {
  text-align: center;
  font-size: 14rem;
  line-height: 24rem;
}

.section-cv .inner img.enimg{
  width: 20%;
}

.caution a{
  color: #fff;
}

.btn-style_1 {
  background: #fff;
  text-align: center;
  padding: 20rem;
  box-sizing: border-box;
  width: 368rem;
  color: #000;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50rem;
  margin-bottom: 20rem;
  font-weight: bold;
}

.section-footer {
  text-align: center;
  padding-top: 60rem;
  padding-bottom: 60rem;
  color: #ffffff;
  font-size: 17rem;
}

.bg-black {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 0px;
  left: 0px;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.box-pop {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-close-popup {
  position: absolute;
  top: 10rem;
  right: 10rem;
  width: 40rem;
  height: 40rem;
  color: rgba(44, 59, 160, 0.9);
  background: none;
  border: none;
  border-radius: 50%;
  font-size: 24rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-close-popup:hover {
  transform: rotate(90deg);
}

.box-pop .box-inner {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 10rem;
  overflow: hidden;
  width: 900rem;
  max-height: 90vh;
  box-sizing: border-box;
  position: relative;
}
.box-pop .box-inner .pop-text_2 {
  font-size: 14rem;
  line-height: 32rem;
}
.box-pop .box-inner figure {
  width: 300rem;
  flex-shrink: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.box-pop .box-inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center calc(80% - 0rem);
}
.box-pop .box-inner .box-inner_content {
  flex: 1;
  padding: 40rem;
  overflow-y: auto;
}
.box-pop .box-inner h2 {
  font-weight: bold;
  color: #2C37A0;
  border-bottom: 1px solid #2C3BA0;
  padding-bottom: 10rem;
  margin-bottom: 20rem;
}
.box-pop .box-inner h3 {
  font-size: 16rem;
  font-weight: bold;
  margin-top: 20rem;
  margin-bottom: 20rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #000;
}
.box-pop .box-inner p {
  line-height: 30rem;
  padding-bottom: 20rem;
}
.box-pop .box-inner p:last-child {
  padding-bottom: 0px;
}

.showcontent {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

.showcontent2 {
  opacity: 0.8;
  pointer-events: all;
  transition: opacity 0.3s ease;
}
.area-pop {
  width: 600rem;
  background: #fff;
}

.pop-text {
  font-size: 14rem;
  line-height: 32rem;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
  .section-type1 {
    height: 1100rem;
  }
  .section-type1 .text-box h1 span {
    font-size: 34rem;
  }

    .inner header img {
    width: 90%;
    max-width: 600rem;
    height: auto;
  }
    .inner header img.enimg {
    width: 60%;
  }
/*  .section-type1, .section-type1 .bg-clip__blue, .bg-mainvisual {
    height: 1480rem;
  }
    */
  .bg-mainvisual {
    text-align: initial;
  }

  .bg-mainvisual img {
    height: 1000rem; 
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
  }

  .bg-mainvisual .pc-only-bg {
    display: none;
  }
  
  .bg-mainvisual .sp-slideshow {
    display: block;
    width: 100%;
    height: 1100rem;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  
  .bg-mainvisual .sp-slideshow .slide-image {
    position: absolute;
    width: 100%;
    height: 1100rem;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -5;
  }
  
  .bg-mainvisual .sp-slideshow .slide-image.active {
    opacity: 1;
  }


  .section-type1 .text-box .read-text {
    width: 330rem;
    line-height: 40rem;
    font-size: 24rem;
  }
  .section-type1 .text-box .read-text br {
    display: none;
  }
  .section-type1 .bg-clip__blue {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    height: 1000rem;
  }
  .section-type1 .text-box {
    text-align: center;
    position: relative;
    width: calc(100% - 80rem);
    top: 230rem;
    left: 0rem;
    margin: 0 auto;
  }
  .section-type1 .text-box .btn-resister {
    width: 450rem;
    font-size: 24rem;
    line-height: 40rem;
    padding: 20rem;
    box-sizing: border-box;
    margin-bottom: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-type1 .text-box .caution-text {
    font-size: 24rem;
    line-height: 40rem;
    width: 100%;
  }
  .section-type1 .text-box .caution-text br {
    display: none;
  }
  .section-type1 .text-box .title-sub1 {
    font-size: 24rem;
    line-height: 38rem;
    padding-bottom: 20rem;
  }
  .section-type1 .text-box .title-sub1 br {
    display: none;
  }
  .section-type1 .text-box .read-text {
    width: 100%;
    padding-bottom: 40rem;
    padding-top: 40rem;
  }
  .main-header .logo img {
    width: 300rem;
    height: auto;
  }
  .main-header .logo img.enimg {
    width: 500rem;
  }
  .section-concept {
    padding-bottom: 0rem;
    padding-top: 170rem;
    height: auto;
  }
  .section-concept h2 {
    font-size: 40rem;
    line-height: 40rem;
    padding: 20rem;
  }
  .section-concept .sub-title {
    font-size: 34rem;
    line-height: 48rem;
  }
  .section-concept .text-box {
    font-size: 24rem;
    line-height: 40rem;
  }
  .section-concept .text-middle {
    width: 580rem;
  }
  .trg-right_bottom {
    height: 295rem;
  }
  .trg-left__bottom {
    height: 295rem;
  }
  .trg-left__bottom img {
    bottom: 0px;
  }

  .btn-close-popup {
    background-color: white;
  }

  .section-theme .inner header h2 {
    font-size: 80rem;
    line-height: 80rem;
    padding-bottom: 20rem;
  }
  .section-theme .inner header p {
    font-size: 24rem;
    line-height: 40rem;
  }
  .section-theme .inner header img {
    width: 90%;
    max-width: 600rem;
    height: auto;
    padding-top:90rem;
  }

    .section-theme .inner header img.enimg {
    width: 50%;
  }

  .section-theme .inner .read {
    width: 550rem;
    font-size: 24rem;
    line-height: 38rem;
  }
  .list-contents ul {
    width: 100%;
  }
  .list-contents ul li {
    width: 100% !important;
  }
  .list-contents ul li figure img {
    width: 100% !important;
  }
    .section-theme .inner .list-contents ul li.show-detail {
    position: relative;
    z-index: 10;
  }
    .section-theme .inner .list-contents ul li.show-detail .theme-content {
    position: absolute;
    pointer-events: auto; /* タップイベントを受け取る */
  }
  .section-theme .inner .list-contents ul li figure {
    margin-bottom: 0; /* 20remから0に変更 */
  }
  .section-theme .inner .list-contents ul li h3 {
    font-size: 32rem;
    padding-bottom: 20rem;
  }
  .section-theme .inner .list-contents ul li h3:before {
    margin-right: 20rem;
  }
  .section-theme .inner .list-contents ul li h3:hover {
    margin-right: 20rem;
    color: white;
  }
  .section-theme .inner .list-contents ul li p {
    font-size: 24rem;
  }
  .section-theme .inner .list-contents ul li {
    padding-bottom: 0; /* 60remから0に変更 */
    touch-action: pan-y;
  }
  .section-theme .inner .list-contents ul li:last-child {
    padding-bottom: 0px;
  }


  .section-target .inner {
    padding-top: 200rem;
    width: 600rem;
  }
  .section-target .inner header img {
    width: 90%;
    max-width: 600rem;
    height: auto;
  }
  .section-target .inner header img.enimg {
    width: 70%;
  }

  .section-target .inner header h2 {
    font-size: 80rem;
    line-height: 80rem;
    padding-bottom: 30rem;
  }
  .section-theme .inner header p {
    font-size: 28rem;
  }
  .section-target .inner header p {
    font-size: 28rem;
  }
  .list-contents_target ul {
    width: 100%;
  }
  .list-contents_target ul li {
    width: 100%;
  }
  .list-contents_target ul li figure {
    height: 100%;
  }
  .list-contents_target ul li figure img {
    /*height: 100%;*/
    -o-object-fit: cover;
       object-fit: cover;
  }
  .list-contents_target ul li div {
    font-size: 24rem;
  }
  @media screen and (max-width: 750px) {

  .section-schedule .inner header img {
    width: 90%;
    max-width: 600rem;
    height: auto;
  }
  .section-schedule .inner header img.enimg {
    width: 60%;
  }

  .shcedule-timeline {
    width: 90%;
    padding-left: 20rem;
  }
  
  .shcedule-timeline::before {
    left: 50rem;
  }
  
  .shcedule-timeline li {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .shcedule-timeline li .timeline-marker {
    margin-top: 12rem;
  }
  
  .shcedule-timeline li .timeline-icon {
    margin-top: 0;
    display: none;
  }
  
  .shcedule-timeline li .timeline-date {
    width: 120rem;
    font-size: 20rem;
    margin: 0 10rem 0 0;
  }
  
  .shcedule-timeline li .timeline-content {
    width: 100%;
    margin-top: 0rem;
  }
  
  .shcedule-timeline li .timeline-label {
    font-size: 24rem;
  }
  
  .shcedule-timeline li .timeline-description {
    font-size: 20rem;
    line-height: 32rem;
  }
}

  .section-session .inner .text-box header p {
    font-size: 24rem;
  }
  .section-session .inner .area-text p {
    font-size: 28rem;
    line-height: 48rem;
  }
  .section-merit .inner header h2 {
    font-size: 80rem;
    line-height: 80rem;
    padding-bottom: 20rem;
  }
  .section-merit .inner header {
    padding-bottom: 80rem;
  }
  .section-merit .inner header p {
    font-size: 28rem;
    line-height: 28rem;
  }
  @media screen and (max-width: 750px) {
  .list-contents_merit {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20rem;
    padding-bottom: 20rem;
  }
  
  .list-contents_merit li {
    width: 100%;
    height: auto;
    padding-bottom: 60rem;
    text-align: center;
  }
  
  .list-contents_merit li:last-child {
    padding-bottom: 0px;
  }
  
  .list-contents_merit li figure {
    width: 100%;
    max-width: 400rem;
    height: 400rem;
    margin: 0 auto 20rem auto;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .list-contents_merit li figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  
  .list-contents_merit li h3 {
    font-size: 30rem;
    font-weight: bold;
    padding-bottom: 20rem;
    color: #FFF;
  }
  
  .list-contents_merit li p {
    font-size: 24rem;
    line-height: 38rem;
    color: #d7eeff;
    text-align: left;
    padding: 0 20rem;
  }
}

  
  .section-schedule .inner header h2 {
    font-size: 80rem;
    line-height: 80rem;
    padding-bottom: 20rem;
  }
  .section-schedule .inner header p {
    font-size: 28rem;
    line-height: 28rem;
  }
  .section-session .inner .text-box {
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .section-session .inner {
    width: 600rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .btn-style2 {
    padding: 30rem;
    border-radius: 40rem;
    font-size: 24rem;
    font-weight: bold;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .examination-container {
    display: block;
    gap: 0;
  }
  .examination-box {
    margin-bottom: 40rem;
  }
  .examination-box:last-child {
    margin-bottom: 0;
  }
  
  .examination-box h3 {
    font-size: 40rem;
  }
  .examination-text {
    font-size: 24rem;
    line-height: 38rem;
  }
  .examination-text ul li {
    font-size: 24rem;
    line-height: 38rem;
    margin-bottom: 15rem;
  }
  .examination-icon {
    width: 120rem;
    height: 120rem;
    margin-bottom: 30rem;
  }
  .examination-icon img {
    width: 80rem;
    height: 80rem;
  }
  .examination-additional{
        width: 90%;
            display: block;
    gap: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {

  .section-message {
    background: none;
    position: relative;
  }
  
  .section-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/building.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
  }
  
  .section-message::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  
  .section-message .right-fig {
    display: none;
  }
  
  .section-message .text-box {
    position: relative;
    z-index: 2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .section-message .text-box .inner {
    width: 100%;
  }

  .section-message .right-fig {
    width: 100%;
    bottom: 0px;
    height: 200rem;
    top: inherit;
    position: relative;
  }
  .section-message .right-fig img {
    height: 200rem;
  }
}
@media screen and (max-width: 750px) {
  .section-message .text-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-message .text-box header {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .section-message .text-box .inner header h2 {
    font-size: 80rem;
    line-height: 80rem;
    padding-bottom: 20rem;
  }
  .section-message .text-box .inner header p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .section-message .text-box .inner p {
    font-size: 24rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 750px) {
  .section-faq .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-faq .inner header h2 {
    font-size: 80rem;
    line-height: 80rem;
    padding-bottom: 20rem;
  }
  .section-faq .inner header p {
    font-size: 28rem;
  }
  .section-faq .inner header img.enimg{
width: 40%;
}
  .qa-bubble {
    width: 80rem;
    height: 80rem;
    margin-right: 20rem;
  }
  .qa-text {
    font-size: 32rem;
  }
  .bubble-tail {
    width: 25rem;
    height: 25rem;
    right: -12rem;
  }
  .section-faq .inner ul li dl dt .qa-content,
  .section-faq .inner ul li dl dd .qa-content {
    font-size: 24rem;
    line-height: 40rem;
    padding-top: 15rem;
  }
  .faq-divider {
    background-size: 30rem 3rem;
    height: 3rem;
  }
  .section-faq .a-text{
    font-size: 30rem;
  }
}
@media screen and (max-width: 750px) {
  .section-examination .inner header h2 {
    font-size: 70rem;
    line-height: 80rem;
  }
}
@media screen and (max-width: 750px) {
  .section-examination .inner header p {
    font-size: 28rem;
    line-height: 40rem;
  }
  .section-examination .inner header img.enimg{
    width:80% ;
  }

}
@media screen and (max-width: 750px) {
  .section-cv .inner h2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 34rem;
    padding-bottom: 30rem;
  }
  .section-cv .inner img{
    width: 70%;
    padding-bottom: 50rem;
    max-width: 600rem;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .section-cv .inner .caution {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24rem;
    line-height: 40rem;
  }
  .section-cv .inner p{
    font-size: 24rem;
  }
}
@media screen and (max-width: 750px) {
  .section-cv .inner .btn-style_1 {
    font-size: 24rem;
    width: 90%;
    margin-bottom: 40rem;
  }
.section-cv .inner img.enimg{
  width: 40%;
}

}
@media screen and (max-width: 750px) {
  .box-pop .box-inner {
    width: 90%;
    flex-direction: column;
    max-height: 80vh;
  }
  
  .box-pop .box-inner figure {
    width: 100%;
    height: 300rem;
    flex-shrink: 0;
  }
  
  .box-pop .box-inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .box-pop .box-inner .box-inner_content {
    padding: 40rem;
  }
  
  .box-pop .box-inner h2 {
    font-size: 28rem;
  }
  
  .box-pop .box-inner h3 {
    font-size: 28rem;
  }
  
  .box-pop .pop-text {
    font-size: 24rem;
    line-height: 40rem;
  }
  
  .box-pop .box-inner .pop-text_2 {
    font-size: 24rem;
    line-height: 38rem;
  }
}
/*# sourceMappingURL=common.css.map */


.fade-in {
  opacity: 0;
  transform: translateY(60rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延アニメーション用 */
.fade-in.delay-1 {
  transition-delay: 0.2s;
}

.fade-in.delay-2 {
  transition-delay: 0.4s;
}

.fade-in.delay-3 {
  transition-delay: 0.6s;
}