@charset "utf-8";
/* CSS Document */
body{
margin: 0px;
}
#container{
margin: 0 auto;
}
@media (min-width: 768px){
#container{
width: 100%;
max-width: 1440px;
}
}
@media (max-width: 767px){
#container{
width: 100%;
}
}

#header{
padding-top: 5px; 
margin-bottom: 50px;
}
#header_inner{}
@media (min-width: 768px){
#header{
background: url("../img/Fv-Background-pc.png") no-repeat;
background-size: auto 100%;
}
#header_inner{
padding: 10px 10%;
clear: both;
}
.ml20{
margin-left: 10%;
}
.mr20{
margin-right: 10%;
}
}

/* ナビゲーション */
@media (min-width: 1000px){
#header_sp{
display: none;
}
#header_pc{
border: 1px double rgba(63, 160, 55, 0.5);
border-radius: 30px;
width: 95%;
margin: 0 auto;
padding: 2px 20px;
background-color: rgba(255, 255, 255, 0.5);
position: relative;
z-index: 100;
}
#header_pc p{
margin: 10px 0;
}

#name{
float: left;
}
#header-pc-ul{
float: right;
}
#header_pc ul{
text-align: right;
text-decoration: none;
margin: 10px 0;
}

#header_pc ul li{
display: inline;
margin: 0 7px;
}
#header_pc ul li a{
text-decoration: none;
color: #333;
}
.ul-contact{
background: url("../img/Button-Contact.png") no-repeat;
background-size: 100% 100%;
padding: 5px 30px 5px 10px;
}
.ul-contact a{
color: #fff !important;
}
.vm1{
padding: 100px 0;
}
}
#header_pc p a,
#header_sp p a{
text-decoration: none ;
color: #333;
}
@media (max-width: 500px){
/*
#header{
background-size:  70% auto, 80% auto,100% 100% !important;
}*/
}
@media (max-width: 999px){
#header{
background: url("../img/Img-Fv-01-sp.png") ,url("../img/Circle01-sp.png") ,url("../img/Fv-Background-sp.png");
background-size:  50% auto, 80% auto,100% 100% ;
background-position: top right,top right,top right;
background-repeat: no-repeat,no-repeat,no-repeat;
}
#header_pc{
display: none;
}
#header_sp{
border: 1px double rgba(63, 160, 55, 0.5);
border-radius: 30px;
width: 95%;
margin: 0 auto;
padding: 2px 20px;
background-color: rgba(255, 255, 255, 0.5);
}
.cardtop_inner{
padding-left: 5px;
}
}
/*policy*/
@media (min-width: 1000px){
.policy {
display: flex;
align-items: center;
justify-content: space-between;
}
.spno{
display: none;
}
#header_inner .w70{
margin: auto;
}
}
@media (max-width: 999px){
.policy {
display: grid;
align-items: flex-start;
}
.vm2{

}
.cardtop_inner{

}
.cardtop_inner2{
width: 50%;
}
.pcno{
display: none;
}
}
.cardtop{
position: relative;
}
.cardtop img{
    height: auto;
}


/* SPナビ overlay-styles.css */
.hamburger-overlay {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: rgba(63, 160, 55, 0.5);
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #333;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(#FFFFDE,#ECF6EB);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #333;
  font-size: 24px;
  text-decoration: none;
  transition: color .3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}
/* SPナビ 終わり */

/* コンテンツ */
#content{
clear: both;
}

#main-contents{
padding: 3px 0;
}
#main-contents h2{
text-align: center;
padding: 5px 0 10px;
margin:  0px;
}
#feature{
margin-top: 20px;
padding: 5px 10%;
background-image: url("../img/Cercle02-pc.png") , url("../img/Circle03-pc.png");
background-position: right top,bottom left;
background-repeat: no-repeat,no-repeat;
}
#date{
margin: 60px auto;
text-align: center;
}
#date h2{

}
#date-inner{
padding-bottom: 100px;

}
#date img{
margin: 5px;
vertical-align: top;
}
@media (max-width: 767px){
#date{
background: url("../img/Background-Image-sp.png") no-repeat;
background-size: 100% 100%;
}
}
@media (min-width: 768px){
#date{
background: url("../img/Background-Image-pc.png") center center  no-repeat;
}
}

#interview{
width: 100%;
padding: 90px 10%;
position: relative;
background-size: 100% auto; 
overflow: hidden;
}
@media (min-width: 768px){
#interview{
background: url("../img/Interview-Background-pc.png") no-repeat;
}
}
@media (max-width: 767px){
#interview{
background: url("../img/Interview-Background-sp.png") no-repeat;
}
}
/*card-slider*/
.card-slider {
  position: relative;
  overflow: hidden;
    display: flex;
}
@media (min-width: 768px){
.card-slider {
 width: 350%; /* 適宜調整 */
}
}
@media (max-width: 767px){
.card-slider {
 width: 350%; /* 適宜調整 */
}
}

.card-slide {
  align-items: center;
  margin: 0 15px;
 
  transition: transform 0.5s ease;
}

.card-slide img {
  width: 100%;
  height: auto;
}

.card-slide h3, .card-slide p {
  margin: 10px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}


#top_access{
padding: 5px 10%;
background-image: url("../img/Circle03-pc.png") , url("../img/Cercle02-pc.png");
background-position: right top,bottom left;
background-repeat: no-repeat,no-repeat;
}

@media (max-width: 767px){
#top_access .field2 img{
width: 100%;
height: auto;
}}

#top-contact{
}

@media (min-width: 768px){
#top-contact{
background: url("../img/CTA-bg-pc.png") no-repeat center center;
padding: 80px 10%;
background-size: 100%;
}
}
@media (max-width: 767px){
#top-contact{
background: url("../img/CTA-bg.png") no-repeat;
background-size: 100% 100%;
padding: 0 0 80px;
}
}

#top-contact h2{
text-align: left;
}
@media (max-width: 767px){
#footer{
background: url("../img/Footer-bg-sp.png") no-repeat center bottom;
background-size:cover;
text-align: center;
}
}
@media (min-width: 767px) {
#footer{
background: url("../img/Footer-bg-pc.png") no-repeat center bottom;
background-size:cover;
text-align: center;
}
}
#footer p{
margin: 0;
padding: 16px 5px;
}
#footer p a{
text-decoration: none;
color: #333;
}

/* 下層ページ設定 */

/* 並列設定 */
.field2 {
justify-content: space-between;
}
.field3 {
justify-content: space-between;
}
.card{
border-radius: 30px;
padding: 5px;
display: block;
}
.card img{
width: 100%;
height: auto;
}
.field2 img{
width: 100% ;
height: auto;
}
.field3 img{
width: 100% ;
height: auto;
}
.card iframe{
border-radius: 30px;
width: 100%;
height: 100%;
}
@media (min-width: 768px){
.field2 {
display: flex;
}
.field3 {
display: flex;
}

.w30 {
width: 40%;
}
.w70{
flex: 1;
}
.w50 {
width: 50%;
}
}
@media (max-width: 767px){
.field2 {
display: grid;
}
.field3 {
display: grid;
justify-content: center;
}
.w30 img{
margin: 0 auto;
}
}
/* 表示順変更 */

.item-a {
  order: 1; /* デフォルトの表示順序 */
}
.item-b {
  order: 2; /* デフォルトの表示順序 */
}
.item-c {
  order: 3; /* デフォルトの表示順序 */
}
@media (max-width: 767px) { /* 例えば、767px以下の幅の場合 */
  .item-a {
    order: 2; /* スマホ表示時、Aの表示順序を2に変更 */
  }

  .item-b {
    order: 1; /* スマホ表示時、Bの表示順序を1に変更 */
  }
}
@media (max-width: 999px) { 
  .item-c{
  display: none;
  }
}
.Ellipse{
background: url("../img/Ellipse.png") no-repeat top left;
background-size: 70%;
}
.Ellipse2{
background: url("../img/Ellipse.png") no-repeat bottom right;
background-size: 70%;
}
.Ellipse3{
background: url("../img/Ellipse.png") no-repeat bottom left;
background-size: 70%;
}
.bottom_button{
text-align: center;
width: 227px;
height: 60px;
margin: 50px auto 10px !important;
display: block;
}
.dot{
margin-right: 20px
}
@media (max-width: 767px) {
.dot{

}}
h1{
margin-top: 50px;
font-size: 28px;
}
h2{
color: #335237;
font-size: 22px;
}
h3{
font-size: 18px;
}
.heading{
color: #333333;
text-align: center;
font-weight: bold;
margin: 30px 0 0;
}