@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.cdnfonts.com/css/sanomat-sans');

/*　タイアップサイト用
-------------------------------------------------*/

/* フェードイン */
.fadeIn {
	transition: 0.8s;
	opacity: 0;
}
 
.fadeIn.animated {
	opacity: 1;
}

/*余白*/

.container {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
	max-width: 700px;
}

.container.w-1000 {
	max-width: 1000px;
}

/* 余白 */

.tu-sec-01{
    padding-top: 35px;
    padding-bottom: 35px;
}

.tu-sec-01--bgcolor {
    background: rgba(237 236 246);
}

@media screen and (min-width:758px) {
   
    .tu-sec-01{ 
        padding-top: 100px;
        padding-bottom: 120px;
    }
    
}


/* キービジュアル */

    
.tu-mainv-lead {
    color: #FFF;
    background: rgba(13 0 77);
    padding: 15px 20px;
    line-height: 1.4;
    text-align: justify;
}

.tu-mainv-lead a {
    color: #FFF;
    text-decoration: underline;
}

@media screen and (max-width:949px) {
    .tu-mainv {
         background: rgba(237 236 246);
        padding-bottom: 30px;
    }

    .tu-mainv-inner {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -30px;
    }
    
    .tu-mainv-ttl {
        padding-bottom: 10px;
    }
}

@media screen and (min-width:950px) {
	
	.tu {
		background:url("../img/mainv-bg.jpg") no-repeat top center;
        background-size: 2000px auto;
	}
    
    .tu-mainv-ttl {
        padding: 160px 0 10px;
    }

    .tu-mainv-ttl,
    .tu-mainv-lead {
        width: 604px;
    }
    
    .tu-mainv-inner {
        width: 100%;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        padding-bottom: 50px;
    }

    .tu-mainv-lead {
        padding: 20px 30px;
        font-size: 18px;
    }
}


/* テキスト体裁 */

.tu-ttl-01 {
	text-align: center;
}

.tu-ttl-01 h2 {
	display: inline-block;
	padding: 0 15px 10px 15px;
	color: rgba(13 0 77);
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	border-bottom: 2px solid rgba(13 0 77);
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

@media screen and (min-width:758px) {
	
	.tu-ttl-01 h2 {
		font-size: 29px;
		padding: 0 20px 16px 20px;
		border-bottom: 4px solid rgba(13 0 77);
		margin-bottom: 35px;
	}
	
}

.tu-txt-01 {
	font-size: 15px;
	line-height: 1.8;	
	text-align: justify;
}

.tu-txt-01 p + p {
	margin-top: 1.2em;
}

.tu-txt-q {
    color: rgba(13 0 77);
    font-weight: bold;
    text-indent: 2em;
    position: relative;
}

.tu-txt-q:before {
    content: "";
    display: inline-block;
    width: 1.8em;
    height: 2px;
    background: rgba(13 0 77);
    position: absolute;
    top: 0.9em;
    left: 0;
}

@media screen and (min-width:758px) {
	
	.tu-txt-01 {
		font-size: 17px;
		line-height: 1.9;
	}
	
}

.tu-img-01 {
    text-align: center;
    margin: 30px auto;
}

.tu-img-01 img {
    width: 100%;
    max-width: 600px;
}

.tu-caption {
	font-size: 13px;
	line-height: 1.3;
	padding-top: 0.8em;
	color: #666;
}

@media screen and (min-width:758px) {
	
    .tu-img-01 {
        margin: 50px auto;
    }
    
	.tu-caption {
		font-size: 13px;
		padding-top: 1.2em;
	}
}


/* 問い合わせ先 */

.tu-btn-01 {
	text-align: center;
}

.tu-btn-01 a {
	display: inline-block;
	margin-left: auto;
    margin-right: auto;
	padding: 10px 20px;
    width: 90%;
    box-sizing: border-box;
    max-width: 500px;
	background: rgba(13 0 77);
	line-height: 1.3;
	position: relative;
	box-sizing: border-box;
}

.tu-btn-01 a span {
	display: inline-block;
	color: #FFF;
	font-weight: bold;
}

.tu-btn-01 a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 20px;
	background: url("../img/icn-arrow.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 10px);
	right: 15px;
}

.tu-btn-01 a span:nth-child(2) {
	margin-right: 0.5em;
}


@media screen and (min-width:758px) {

    .tu-btn-01 a {
        padding: 20px;
        font-size: 19px;
    }
    
}

.tu a {
    transition: opacity 0.4s;
}

.tu a:hover {
    opacity: .7;
}