@charset "utf-8";

.tablet-br{
    display: none;
}

.sp-br{
    display: none;
}

.anm-tg{
    transform: translateY(-50px);
    opacity: 0;
    transition: .6s;
}

.anm-tg.show{
    transform: translateY(0px);
    opacity: 1;
}


.top-page{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(img-5/tio-back.png);
    background-size: cover;
}

.top-text{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
top: 60%;
    transform: translate(-50%,-50%);
    color: white;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h1{
    text-align: center;
    margin-bottom: 50px;
    font-size: 70px;
}

.top-text>p{
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 180%;
}

.top-text>p:nth-of-type(2){
    margin-bottom: initial;
}

/*service -------------------------------------------- */
.service{
    padding: 50px 0px;
    width: 100%;
    text-align: center;
}

.service-title{
    margin-bottom: 70px;
    font-size: 70px;
}

.service-sub{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}

.service-text{
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 150%;
}

.service-text.end{
    margin-bottom: initial;
}

/*flow -------------------------------------------- */
.flow{
    padding: 50px 0px;
    width: 100%;
    background-color: #9A9A9A;
    color: white;
}

.flow-title{
    text-align: center;
    margin-bottom: 70px;
    font-size: 70px;
}

.flow-list{
    margin: auto;
    width: fit-content;
}

.flow-sub{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}

.flow-text{
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 150%;
}

.flow-text.end{
    margin-bottom: initial;
}

footer{
    padding: 200px 0px;
    width: 100%;
    background-image: url(img-5/footer-back.png);
    background-size: cover;
    text-align: center;
    color: white;
	    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer-text{
    margin-bottom: 100px;
    font-size: 70px;
    line-height: 180%;
}

.cta-button{
    display: block;
    text-align: center;
    margin: auto;
    width: 640px;
    height: 110px;
    line-height: 110px;
    border-radius: 45px;
    font-size: 30px;
    background-color: #3F7DA3;
    color: white;
	font-family: sans-serif;
}

/*ボタン内spanの形状*/
.cta-button span {
    position: relative;
    z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  }
  
  .cta-button:hover span{
    color:#fff;
  }
  
  /*== 背景が流れる（中央から横全体） */
  .bgcenterx:before {
    content: '';
      /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
      /*色や形状*/
    background: #333;
    width: 100%;
    height: 100%;
      /*アニメーション*/
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: top;
  }
  
  /*hoverした際の形状*/
  .bgcenterx:hover:before{
    transform:scale(1, 1);
  }

@media(max-width:1900px){
h1{
    font-size: 60px;
}    
/*service -------------------------------------------- */
.service-title{
    margin-bottom: 60px;
    font-size: 60px;
}
    
.service-sub{
    font-size: 25px;
}
    
.service-text{
    font-size: 23px;
}
/*flow -------------------------------------------- */
.flow-title{
    margin-bottom: 60px;
    font-size: 60px;
}
    
.flow-sub{
    font-size: 25px;
}
    
.flow-text{
    font-size: 23px;
}
    
.footer-text{
    font-size: 50px;
}
    
.cta-button{
    height: 90px;
    line-height: 90px;
}
}

@media(max-width:1365px){
.tablet-br{
    display: block;
}

h1{
    font-size: 50px;
}

.top-text>p{
    font-size: 20px;
}
/*service -------------------------------------------- */
.service-title{
    margin-bottom: 60px;
    font-size: 50px;
}
    
.service-sub{
    font-size: 25px;
}
    
.service-text{
    font-size: 23px;
}
/*flow -------------------------------------------- */
.flow-title{
    margin-bottom: 60px;
    font-size: 50px;
}

.flow-list{
    margin: auto;
    width: 80%;
}
    
.flow-sub{
    font-size: 25px;
}
    
.flow-text{
    font-size: 23px;
}
    
.footer-text{
    font-size: 40px;
}
}


@media(max-width:767px){
.sp-br{
    display: block;
}

h1{
    font-size: 30px;
}

	.top-page{
    height: 850px;
	}	
	
.top-text>p{
    margin:0px auto 50px;
    width: 90%;
    font-size: 17px;
}

.top-text>p>br{
    display: none;
}
/*service -------------------------------------------- */
.service-title{
    margin-bottom: 50px;
    font-size: 30px;
}
    
.service-sub{
    font-size: 25px;
}
    
.service-text{
    margin:0px auto 50px;
    width: 90%;
    font-size: 17px;
}

.service-text>br{
    display: none;
}
/*flow -------------------------------------------- */
.flow-title{
    margin-bottom: 40px;
    font-size: 30px;
}

.flow-list{
    margin: auto;
    width: 90%;
}
    
.flow-sub{
    margin-bottom: 10px;
    font-size: 20px;
}
    
.flow-text{
    font-size: 17px;
}
    
.footer-text{
    margin-bottom: 50px;
    font-size: 24px;
    letter-spacing: -1px;
}

.cta-button{
    width: 300px;
    height: 70px;
    line-height: 70px;
    border-radius: 20px;
    font-size: 24px;
}
}