@charset "UTF-8";

/* animation */
.bg .fade-bg {
  background-color: #fff;
}
.bg .fade-bg img{
  opacity: 0;
}

.isPlay img{
  animation-name: play;
  animation-duration: .9s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: .7s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
}


@keyframes play {
  from {
    transform: translateX(0);
  }  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }  
  to {
    transform: translateX(100%);
  }
}




.site_header--navigation .main > .list li.current span{
  pointer-events: auto;
}

.site_main--structure {
  padding-top: 75px;
  padding-bottom: 80px;
}

.site_main .ini .link{
  margin: 9rem auto 0;
  text-align: center;
  max-width: 800px;
  width: 100%;
}


.security .site_main--structure-top h1.title{
  max-width: 66%;
}

@media screen and (min-width: 751px) {
  .security .site_main--structure-top h1.title{
    max-width: 930px;
  }
  

}




/* --------------------------------------------------

  index

-------------------------------------------------- */


@media screen and (min-width: 751px) {
  .structure--index ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .structure--index li{
    width: 40%;
    padding: 12rem 5%!important;
    min-height: 100px;
  }
  
}

.structure--index ul{
  width: 100%;
  font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.structure--index li{
  width: 90%;
  padding: 5rem 5%;
  min-height: 120px;
}
.structure--index li:first-child{
  background: url(../images/structure/bg_structure.jpg);
  background-size: cover;
  background-position: left top;
}
.structure--index li:last-child{
  background: url(../images/structure/bg_security.jpg);
  background-size: cover;
  background-position: right bottom;
}

.structure--index h2{
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
  
  
}

.structure--index li .btn{
  width: 62%;
  margin: 1rem auto 0;
}

.structure--index li .btn a{
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 4% 5%;
  border-radius: 100px;
  display: block;
}

.structure--index li .btn a:hover{
  background: #fff;
  color: #555;
  transition: 0.7s;
}



/* --------------------------------------------------

  Structure

-------------------------------------------------- */

@media screen and (min-width: 751px) {
  .site_main--structure {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}

.site_main--structure-top {
  padding-left: 15px;
  padding-right: 15px;
}

.site_main--structure-top > .ini {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-bottom: 82.5px;
}

@media screen and (min-width: 751px) {
  .site_main--structure-top > .ini {
    padding-bottom: 100px;
  }
}

.site_main--structure-top .title {
  max-width: 88%;
}

@media screen and (min-width: 751px) {
  .site_main--structure-top .title {
    max-width: 1150px;
  }
}

.site_main--structure-top .title img {
  display: block;
  width: 100%;
  height: auto;
}




/* --------------------------------------------------

  Structure&Secirity

-------------------------------------------------- */


.site_main--structure-main .ini{
  padding: 10% 5%;
}

@media screen and (min-width: 751px) {
  .site_main--structure-main .ini {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8% 5%;
  }
}

.site_main--structure-main .header {
   /* padding-left: 30px;
    padding-right: 30px; */
}

@media screen and (min-width: 751px){
  .site_main--structure-main .header {
     /* padding-left: 15px;
      padding-right: 15px; */
      padding-bottom: 80px;
  }
}

.site_main--structure-main .title{
  width: 100%;
  max-width: 70%;
  margin: 0 auto 2rem;
}
.site_main--structure-main h3.title{
  margin: 0 0 2rem;
}

.site_main--structure-main .title.full{
  width: 100%;
  max-width: 100%;
}
.site_main--structure-main .title.full1-2{
  width: 100%;
  max-width: 90%;
}
.site_main--structure-main .title.mid{
  width: 100%;
  max-width: 64%;
}

.site_main--structure-main h3.full{
  width: 100%;
  max-width: 660px;
  min-width: 320px;
}

.site_main--structure-main .title{
  width: 100%;
  max-width: 100%;
}

.site_main--structure-main h3.title{
  max-width: 66%;
}


@media screen and (min-width: 751px){
  .site_main--structure-main .title{
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .site_main--structure-main .title img{
    max-width: 660px;
    width: 100%;
  }
  .site_main--structure-main .title.full img,
  .site_main--structure-main .title.full1-2 img{
    max-width: 1200px;
    width: 100%;
  }

  .site_main--structure-main .title.mid{
    max-width: 78%;
  }
  .site_main--structure-main .title.mid2{
    max-width: 78%;
  }
  .site_main--structure-main .title.mid img{
    max-width: 860px;
    width: 100%;
  }
  .site_main--structure-main .title.mid2 img{
    max-width: 740px;
    width: 100%;
  }
  .site_main--structure-main .title.full{
    max-width: 1200px;
    width: 100%;
  }
  .site_main--structure-main .title.full1-2{
    max-width: 1200px;
    width: 100%;
  }

  .site_main--structure-main h3.title{
    max-width: 100%;
    margin-bottom: 2rem;
  }
  
  .site_main--structure-main h3.full{
    width: 100%;
    max-width: 660px;
    min-width: 320px;
  }

}


/*
.site_main--structure-main:not(:first-child){
    margin-top: 15%;
}
*/
.site_main--structure-main ul,
.site_main--structure-main li,
.site_main--structure-main p{
    list-style: none;
    font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 0.9em;
  }
.site_main--structure-main dd span,
.site_main--structure-main dt span{
  font-size: 0.8em;
}



.site_main--structure-main img{
    max-width: 100%;
    height: auto;
}


.site_main--structure-main h2{
  margin: 10rem 0 3rem;
}

.site_main--structure-main h3.mt{
    margin: 4rem 0 1rem;
}

.site_main--structure-main h3{

}

.site_main--structure-main h3::after{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 12px;
    margin-left:10px;
}


.bg-gray{
  background: #f4f4f4;
  padding: 5% 4%;
  margin: 0 0 4rem;
}

.lay{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 749px){
  .lay.spblock{
    display: block!important;
  }

  .lay.spblock div[class^="w"],
  .lay.spblock li{
    width: 100%!important;
  }

  .lay.spblock div:first-child,
  .lay.spblock li:first-child{
    margin-bottom: 1.2rem;
  }

  .bg-gray{
    background: #f4f4f4;
    padding: 6% 4%;
    margin: 0 0 4rem;
  }


}

.bg-gray.lay{ display: block; }
.bg-gray.lay .photo{ margin-top: 1rem; }






.bg-gray.lay .txt img.nikken{
  width: 100%;
  max-width: 144px;
  margin-top: 0.5em;
  vertical-align: middle;
  display: block;
}

.bg-gray.lay .txt .name{
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}

.bg-gray.lay .photo ul li{
  justify-content: space-around;
}
.bg-gray.lay .photo ul li{
  width: 30%;
  text-align: center;
  padding: 0;
}

.lay.damping .w30{ width: 32%; }
.lay.damping .w65{ width: 63%; }

.lay .w20{ width: 20%;} .lay .w25{ width: 25%;}
.lay .w30{ width: 30%;} .lay .w35{ width: 35%;}
.lay .w40{ width: 40%;} .lay .w45{ width: 45%;}
.lay .w50{ width: 50%;} .lay .w55{ width: 55%;}
.lay .w60{ width: 60%;} .lay .w65{ width: 65%;}
.lay .w70{ width: 70%;}
.mb1{ margin-bottom: 1em;} .mt0{ margin-top: 0!important;}
.mb2{ margin-bottom: 2em;} .mb0{ margin-bottom: 0!important;}


.lay ul.none{ display: block;}

@media screen and (max-width: 749px){
  section .clm2 li{ width: 100%; }
  section .clm4 li{ width: 100%; }
  section .clm3,section .clm2,section .clm4{ display: block;}
  section .clm3 li{ width: 100%; }

  section .clm2 dl,
  section .clm3 dl,
  section .clm4 dl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section .clm2 dl dt,
  section .clm3 dl dt,
  section .clm4 dl dt{ width: 50%; }
  section .clm2 dl dd,
  section .clm3 dl dd,
  section .clm4 dl dd{ width: 45%; }

  section dl.clmtxt{ display: block;}
  section dl.clmtxt dd{ width: 100%; margin-bottom: 1rem;}

  section .clm2.clmpho{ display: flex; align-items: flex-start;}
  section .clm2.clmpho dl{ display: inline-block; width: 48%;}
  section .clm2.clmpho dl dt{ width: 100%;}

  section .clm2.security4 dl{ display: block;}
  section .clm2.security4 dl dt{ width: 100%;}
  section .clm2.security4 dl dt span{ bottom: -2em;}
  section .clm2.security4 dl dd{ width: 100%; padding-top: 2em; }

}





.site_main--structure-main div .name{
  font-size: 1rem;
  line-height: 1.4;
}

.site_main--structure-main div .name.bd{
    display: flex;
    align-items: center;
}

.site_main--structure-main div .name.bd:after {
  content: ""; height: 1px;
  flex-grow: 1;
  background-color: #eee;
}
.site_main--structure-main div .name.bd:after { margin-left: 2rem; }


section .lay.clm2.txtp{ 
  flex-direction: row-reverse;
  display: flex;
  align-items: flex-start;
}

.clm2.txtp dt{ width: 45%; }
.clm2.txtp dd{ width: 50%; }
.clm2.pht dt{ width: 55%; }
.clm2.pht dd{ width: 40%; }


ul.List01 li dt.whback{
  background: #fff;
  padding: 4%;
}


.site_main--structure-main dt{
  position: relative;
}


.site_main--structure-main dt span{
    position: absolute;
    bottom: 9px; right: 5px;
    display: block;
    color: #000;
    font-size: .4rem;
    text-align: right;
    text-shadow: 1px 1px 2px #fff;
}
.site_main--structure-main dt span.white{
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.site_main--structure-main dt span.lft{
  right: auto; left: 5px;
}

.site_main--structure-main dd{
    padding-top: 2px;
    text-align: left;
    line-height: 1.4;
}
.site_main--structure-main dd .an,
.site_main--structure-main p.an{
    display: block;
    font-size: .5rem;
    line-height: 1.3;
    padding-top: 3px;
}
.site_main--structure-main p.an.rgt{ text-align: right;}

.site_main--structure-main ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site_main--structure-main li{
    padding-bottom: 6%;
}

/*
flex-basis: 30%;

.site_main--structure-main ul.othersList03 li:nth-of-type(4){
    flex-basis: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.site_main--structure-main ul.othersList03 li:nth-of-type(4) dl{
    flex-basis: 59%;
}
.site_main--structure-main ul.othersList03 li:nth-of-type(4) p{
    margin-left: auto;
    margin-top: auto;
    padding-bottom: 20px;
    color: #fff;
    font-size: .58rem;
    line-height: 1.5;
    flex-basis: 39%;
}
*/



@media screen and (min-width: 750px){
    
  .sp{display: none;}
  .pc{display: block;}

  .site_main--structure-main:not(:first-child){
      margin-top: 0;
      padding-top: 0;
  }
  .site_main--structure-main img{
      max-width: 100%;
      height: auto;
  }
  .site_main--structure-main h3{
      font-size: 2.2rem;
      font-weight: normal;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      white-space: nowrap;
      margin: 4rem 0 1rem;
  }
  .site_main--structure-main h3::after{
    content: '';
    display: block;
    height: 1px;
    background-color: #a5a5a5;
    width: 100%;
    margin-bottom: 0.8em;
    margin-left: 1em;
  }
  .site_main--structure-main h3::before{
      display: none;
  }
  .site_main--structure-main h3.none::after{
    background: none;
  }

  .site_main--structure-main dt{
      position: relative;
  }
  .site_main--structure-main dt span{
      position: absolute;
      bottom: 9px; right: 5px;
      display: block;
      color: #000;
      font-size: .5rem;
      text-align: right;
      text-shadow: 1px 1px 2px #fff;
    }
  .site_main--structure-main dt span.white{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
  }
  .site_main--structure-main dt span.lft{
    right: auto; left: 5px;
  }

  
  .List01 li dd:not(:first-of-type){
    margin-top: 1em;
  }

  section .clm2 li{ width: 48%; }
  section .clm3 li{ width: 30%; }
  section .clm4 li{ width: 22%; }

  .bg-gray.lay{ display: flex; align-items: flex-start;}
  .bg-gray.lay .txt{ width: 55%; }
  .bg-gray.lay .photo{ width: 40%; margin:0; }


  .bg-gray.lay .txt img.nikken{
    width: 100%;
    max-width: 144px;
    margin-left: 1.5em;
    vertical-align: middle;
    display: inline-block;
  }


  .site_main--structure-main dd{
      padding-top: 2px;
      font-size: 0.9rem;
      text-align: justify;
      line-height: 1.4;
  }

  .bg-gray.lay .txt .name{
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
  }

  .site_main--structure-main div .name{
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0.2em 0;
  }

  .site_main--structure-main dd span.an,
  .site_main--structure-main p.an{
      display: block;
      font-size: .6rem;
      line-height: 1.3;
      padding-top: 7px;
  }

  .site_main--structure-main ul{
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
  }
  .site_main--structure-main li{
      padding-bottom: 3%;
  }

  section .lay li.clm2 dl{
    width: 48%;
  }

  


  /*------------------------------------------
    security
  -------------------------------------------*/

  .site_main--structure-main ul.pffdbox{
    display: flex;
    align-items: stretch;
  }



  .site_main--structure-main .pffd dl{
    position: relative;
  }
  .site_main--structure-main .pffd dl dt{
    width: 72%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .site_main--structure-main .pffd dl dd{
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
  }

} /* // @media min-width: 750px */





/*--------------------------------------------------------------------------
   grad
---------------------------------------------------------------------------*/

.grad-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 210px;
    margin: auto;
    padding: 0.5em 0;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    z-index: 9999;
}
.grad-btn::before {
  content: "＋ READ MORE"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
  z-index: 99;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "－ CLOSE";
  border: 1px solid #666;
  border-radius: 100px;
  padding: 0.5rem 2rem;
  transition: 0.5s;
}
.grad-trigger:checked ~ .grad-btn:hover::before{
  color: #fff;
  background: #666;
  border-radius: 100px;
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
  padding-bottom: 100px;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}






/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.fade01{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px);	
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-100px); 
	-webkit-transform: translate(0,-100px);
}
.fade03 {
	opacity: 0;
	transform: translate(-100px,0); 
	-webkit-transform: translate(-100px,0);	
}
.fade04 {
	opacity: 0;
	transform: translate(100px,0); 
	-webkit-transform: translate(100px,0);	
}
.delay01{
	transition-delay:0.3s;		
}
.delay02{
	transition-delay:0.6s;		
}
.delay03{
	transition-delay:0.9s;		
}
.delay04{
	transition-delay:1.2s;		
}
.delay05{
	transition-delay:1.5s;		
}


.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

 .mv {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
