@charset "utf-8";

/* @common
----------------------------------------------------------*/

/* @top
----------------------------------------------------------*/
/* @top-hero  */
.top-hero {
  position: relative;
  z-index: 2;
  padding: 0% 7% 3% 0;
}
.top-hero-box{
    visibility: visible;
    /*height: calc(100vh - 70px - 30px);*/
    height:auto;
    min-height: 720px;
}
.top-hero-img {
    /*position: relative;
    width: 100%;
    height: 100%;
    padding: 5%;*/
    padding:0;
    height: 100%;
}
.top-hero-img::after {
    content: "";
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
    bottom: 0rem;
    z-index: -1;
    background: linear-gradient(90deg, #fee9e7 20%, #fac2be 80%);
}
.top-hero-img img {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-hero-lead-box{
    position: absolute;
    left: 2.2%;
    /*background: rgb(136 136 136 / .1);*/
    /*padding:1em;*/
    z-index: 2;
    bottom: 4.8rem;
    text-align: center;
    
}
.top-hero-lead-box .cache {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 4.25px;
    line-height: 1.4;
    margin: 0;
    max-width: 700px;
    color: #37414f;
}
.top-hero-lead-box .cache_text {
    margin: .2em auto .5em;
    color: #FF2A68;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    text-shadow: 1px 1px 3px #333; 
}
.top-hero-lead-box .cache_sub {
    font-weight: 700;
    color:#fff; 
    text-shadow: 1px 2px 3px #333; 
}
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.h_btn {
    margin-inline: 0;
    margin-top: 2em;
    
}
.h_btn a{
    position: relative;
    display: inline-block;
    color: #fff;
    padding: .9em 1.5em .98em;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 1.7em;
    background: #FF2A68;
    text-decoration: none;
    min-width: 300px;
}
.h_btn a:hover {
    background: #fff;
	color: #FF2A68;
    opacity: 0.8;
}



/* @top-intro */
.top-intro {
   position: relative;
   padding: 10px 0 50px;
   
   
}



.secttl {
    position: relative;
    z-index: 2;
    margin-bottom: .4em;
    padding-top: 1.3em;
    color: #37414f;
    text-align: center;
    font-size: 2.813rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .04em;
}

.secttl::before {
    position: absolute;
    top: 0;
    left: -550px;
    right: 0;
    z-index: -1;
    content: attr(data-en);
    display: block;
    width: 980px;
    margin: 0 auto;
    font-size: 2.8em;
    font-weight: 100;
    line-height: .75;
    letter-spacing: .04em;
    opacity: .1;
	color: #888;
	font-family: 'Georgia', sans-serif;
	font-style: italic;
}
/* @top-about */
.top-about {
    /*display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;*/
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
}

.top-about_ttl {
    flex-shrink: 0;
    text-align: center;
}
.top-about_ttl .e {
    display: flex;
    flex-direction: column;
    font-size: 18rem;
    line-height: .7;
    font-weight: bold;
    margin-top: 0;
    margin-bottom:-30px;
    color:#fff;
}
.top-about_ttl .j {
    /*margin-top: -4rem;*/
    color: #37414f;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    animation: transscaleX 1.7s ease 0s 1 normal;
    position: relative;
    display: inline-block;
    margin-bottom: 1.1em;
}
.top-about_ttl .j:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FF2A68;
  border-radius: 2px;
}
@keyframes transscaleX {
  0% {
    transform:scaleX(0);
  }
  100% {
    transform:scaleX(1);
  }
}
.top-about_text {
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.top-about_text_lead {
    /*margin-top: -100px;*/
    margin-bottom: .8em;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}
.top-about_text .about_box{
    /*background: rgb(255 255 255 / .4);*/
    padding: 2em 3em;
    font-size: 1.3rem;
    font-weight: bold;
    background: url(../img/top/case.png) no-repeat;
    background-position: right 0 bottom -10px, center;
    border: 2px solid #ccc;
}
.about_box li {
    list-style-type: circle;
    color: #FF2A68;
}




/* @top-business */
.top-business {
  padding-top: 70px;
  padding-bottom: 30px;
  /*background: #f9f8f5;*/
  background: #f3fbff;

}
.top-business .ttl {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
	border: none;
}

.top-business .ttl_sub {
    font-size: 1.3rem;
	font-weight: 600;
	border: none;
	margin-top: 10px;
	text-align: center;
}
.top-business .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .2;
  background: url(../img/top/bg-ozo.svg) no-repeat center top 10.5vw;
}
.business-list{
    margin-top: 10px;
}
.check-list-item {
    position: relative;
    width: 48%;
    margin: 2% 0;
    padding: 3em 2.5em;
    text-align: center;
    box-shadow: 0 4px 0 rgba(65, 73, 77, .05);
    border-radius: 20px 0 20px 0;
    border: 1px solid #ccc;
    background: #fff;
}
.check-list-item .img {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.check-list-item .txt {
    margin-bottom: 0;
    text-align: left;
}
.check-list-item .t_txt {
    position: absolute;
    display: block;
    top: -2.5%;
    left: -5%;
    width: 10em;
    padding: 10px 0;
    background: #FF2A68;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 20px;
}
.check-list-item .effect-num {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center left;
  opacity: 0;
}
.check-list-item .effect-num.on-effect {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.check-list-item li:nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.check-list-item li:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.check-list-item li:nth-child(4) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
.txt_point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em ;
    border: solid 3px #0F6EF0;
    border-radius: 8px;
    text-align: left;
}
.txt_point .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #0F6EF0;
    font-weight: bold;
}
.txt_point p {
    margin: 0; 
    padding: 0;
}

 /* @top-message */
.top-message {
  padding-top: 70px;
}
.message-list-item {
  max-width: 900px;
  width: 100%;
  min-height:530px; 
  margin: 0 auto;
  padding: 8em 2.5em 0;
  background: url("../img/top/president.png") no-repeat ;
  background-position: right 0 bottom 0 ,center; 
}

.message-list-item .ttl {
  font-size: 2.8rem;
}
.message-list-item .txt {
  margin-bottom: 0;
  padding: 2%;
  font-size: 1.05rem;
  font-weight: 600;
  box-sizing: border-box;
}

/* @top-contact */
.top-contact {
  /*margin-top: -90px;*/
  padding-bottom: 70px;
  background: #F6F7F9;
}
.top-contact .secttl{
	padding-top: 2.9em 
} 
.top-contact .secttl::before {
	padding-top: 70px;
	opacity: .1;
    color: #888;
}
.top-contact .welcome {
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
    line-height: 2;
}

.top-contact .tel_box {
    width: 100%;
    max-width: 800px;
    margin: 1em auto 1.5em;
    padding: 1em;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    border: solid 1px #CCC;
}
.dial{
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 2.0em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
}

.container {
    max-width: 1420px;
    width: 100%;
    margin: auto;
}
#info {
    flex-wrap: wrap;
    background-color: #fff;
	max-width: 800px;
	width: 100%;
    box-sizing: border-box;
    margin: 15px auto 0px auto;
    text-align: left;
}
.container {
	margin: 15px auto;
	
	padding: 15px;
	border-radius: 3px;
}
.container form#mailformpro dl dt {
	float: none;
	width: auto;
	clear: both;
	font-size: 14px;
	padding: 10px 0 0 10px;
	text-align: left;
	border-top: none;
	margin: 0px;
}
.container form#mailformpro dl dt,
.container form#mailformpro dl dt span {
	vertical-align: middle;
	line-height: 1em;
}
.container form#mailformpro dl dt span {
	margin-top: -0.3em;
}
.container form#mailformpro dl dd {
	border: none;
	margin: 0px;
	padding: 15px;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
.mfp_rows textarea,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	margin: 3px auto;
	padding: 5px;
	word-break: break-all;
	white-space: normal;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	vertical-align: middle;
}


.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10 {
	float: left;
	padding: 0 1.5%;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}

.container .mfp_thanks {
	padding: 10px;
}
.container .mfp_thanks p {
	font-size: 12px;
	line-height: 1.7em;
}
.container .mfp_thanks ul.mfp_caution {
	list-style-type: disc;
}
.container .mfp_thanks ul.mfp_caution li {
	font-size: 12px;
	margin: 0 1.5em;
	font-weight: bolder;
}

div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	color: #666;
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	display: block;
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
.mbt10 {
    margin-bottom: 10px !important;
}





/* レスポンシブ
----------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  /* @top
  ----------------------------------------------------------*/
  

}

/* 960px 以上 (PC・タブレット横) */
@media screen and (min-width: 960px) {
  /* @top
  ----------------------------------------------------------*/
  

}


/* 1024px 以下 */
@media screen and (max-width: 1024px) {
    
　　/* @top-intro */
  .top-intro {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .secttl {
    font-size: 2.0rem;
    margin-bottom: .8em;
    }
  

/* @top-about */
 .top-about {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    }
 .top-about_ttl .j {
    margin-top: 3rem;
    text-align: center;
    }
    
 .top-about_ttl {
        margin-bottom: 1rem;
        text-align: center;
    }
 .top-about_ttl .e {
        display: block;
        font-size: 8rem;
        line-height: 1;
    }
   .top-about_text_lead {
    font-size: 1.6rem;
    margin-top: -10px;
 }
    
  .facility-list > li {
    width: 22%;
  }
  .facility-list .txt {
    font-size: .9375rem;
  }
}

/* 959px 以下 (タブレット縦以下) */
@media screen and (max-width: 959px) {

  /* @common
  ----------------------------------------------------------*/
 .secttl::before {
        left: 0;
        right: 0;
        width: 100%;
        font-size: 6rem;
    }
  /* @top
  ----------------------------------------------------------*/
  /* @top-hero */
   
   .top-hero-img {
     padding: 0;
     height: auto;
 }
  .top-hero-img::after {
      bottom: -3rem;
    }
  .top-hero-img img {
    object-position: 80% 50%;
 }
  .top-hero-lead-box {
    /*position: relative;
    width:86%;
    bottom: .7rem;*/
    margin: 0 auto;
    padding: .2em 0;
    bottom: 1.7rem;
    width: 100%;
    left: 0;
    background: rgb(255 255 255 / .4);
    }
    
    .top-hero-lead-box .cache_text{
     text-shadow:none;   
    }
  .top-hero-lead-box .cache {
    text-shadow: 1px 1px 2px #ccc;
}
  .top-hero-lead-box .cache_sub {
    font-size: 1.2rem;
   }
  .h_btn {
     margin-top: 5px;
    }  
  .h_btn a {
    min-width: 150px;
    }


  /* @top-about */
  .top-about_text {
    width: 100%;
  }
  
	
	
  /* @top-business */
  .top-business .ttl {
    font-size: 1.2rem;
	line-height: 1.3;
    margin-bottom: 0;
  }
  .top-business .ttl_sub {
	text-align: left;
  }
  

	
 /* @top-message */	
 .message-list-item .ttl {
  font-size: 2.0rem;
  line-height: 1.3;
  }
 .message-list-item {
    padding: 1.5em;
    background-size: 32%;
    background-position: right 0 bottom 0;
    min-height: 300px;
  }
	
  .message-list-item .txt {
	width: 74%;	
  }
	
  
 
  /* @top-contact */
  .top-contact {
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 1em;
  }
  .top-contact .secttl {
    padding-top: 0;
    padding-bottom: .8em; 
}
  .top-contact .secttl::before {
    padding-top: 0;
}

}
/* 599px 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  /* @common
  ----------------------------------------------------------*/


  /* @top
  ----------------------------------------------------------*/
  /* @top-hero */
   .top-hero {
    padding: 0% 7% 0 0;
  }
   .top-hero-img::after {
         bottom: 2rem; 
    }
  .top-hero-box {
    height: auto;
    min-height: 620px;
   }
  
  .top-hero-lead-box .cache {
     font-size: 1.8rem;
     letter-spacing: 1px;
  }
  .top-hero-lead-box .cache_text {
    font-size: 1.2rem;
    text-shadow:none;
  }
  .top-hero-lead-box .cache_sub {
    font-size: 1.0rem;
    line-height: 1.6;
    color:#333;
    margin: 0 auto;
    text-shadow: 1px 1px 8px #fff;
  }
  
  .top-intro {
      padding: 0;
    }
　
  /* @top-about */
  .top-about {
    padding-top: 10px;
    display: block;
  }
  .top-about_ttl {
    margin-bottom: 1.5rem;
  }
  .top-about_ttl .j {
    margin-top: 0;
    font-size: 1.8rem;
    text-align: right;
  }
  .top-about_text {
    width:100%;
  }
  
  .top-about_text .about_box {
    height: 750px;
    padding: 2em 1.5em;
    background-size: 50%;
    font-size: 1.2rem;
    
  }
    
 .about_box li {
    margin-bottom: 10px;
 }
 .top-about_text_lead {
        font-size: 1.13rem;
        margin-bottom: 10px;
    }
	
  /* @top-business */
  .top-business{
	padding-bottom:1.8em;
	padding-top: 1.5em;
  }
  .business-list {
    padding-top: 1px;
  }
  .check-list-item {
        width: 100%;
        margin: 5% 0;
    }
	
	
/* @top-message */
   .top-message {
    padding-top: 10px;
    padding-bottom: 0;
  }
   .message-list-item .txt {
	width:100%;	
  }
   .message-list-item {
    padding: 5em 0 3.5em;
    background-size: 50%;
    background-position: right 0 bottom -70px;
    height: 740px;
  }
  
     

 /* お問い合わせ */
.top-contact .secttl {
    padding-top: 1.7em;
    padding-bottom: 0;
    }
.top-contact .secttl::before {
	padding-top: .1em;
}
    
#info{
   width: 100%;	
	}	
	
	
}