﻿/* all page */
/* color */
.txt_color1{color: #0000cc;} /* メインカラー */
.txt_color2{color: #697A84} /* サブカラー */
.txt_color3{color: #302D2A} /* アクセントカラー1 */
.txt_color4{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #0000cc;} /* メインカラー */
.bg_color2{background-color: #697A84} /* サブカラー */
.bg_color3{background-color: #ffbe0d;} /* アクセントカラー1 */
.bg_color4{background-color: #E6EAED} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #0000cc;}
.border_color2{border-color: #697A84}
.border_color3{border-color: #ffbe0d;}
.border_color4{border-color: #E6EAED}

.hvr_bg_color1:hover{background-color: #0000cc;} /* メインカラー */

.linkStyle{
    color: #0000cc;
    text-decoration: underline;
}

.hamburger.head_fix{
    background-color: #0000cc;
}

/*フォント*/
#global-nav ul li a span, .main_catch .main_catch1, .main_catch .main_catch2, .main_catch .main_catch3, #catch .catch_txt h2, #contents .contents_inner h2, #contents2 .contents_txt h2, #top_cms .cms_title .cms_title_inner h2, #top_cms .cms_title .cms_title_inner p, .more a, .other .box_title, .other .box_title2, .bottom_menu li a span, footer #copyright, #page_title .page_title_inner h2, #page_title .page_title_inner p, .cate_list li a, .cate_list li .cate_no, .cate_title, .sub_cate_title, .box_title, .box_title1, a[href^="tel:"], .pager li a  {font-family: 'Zen Kaku Gothic Antique', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";}

/* top ----------------*/

/* header */
.index_header #logo{
	max-width: 450px;
}

/* main img */
#main_img .inner{
	position: relative;
	padding-bottom: calc(100%*430/950);
}
#main_img .inner .main_catch{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-image: url("./Dup/img/catch_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 40% 100%;
}
/* アニメーション ------------------------------------*/
.ani_fadein{
	display: none;
}
.ani {
animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
opacity: 0;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.main_catch .main_catch1, .main_catch .main_catch2, .main_catch .main_catch3 {
	font-weight: normal;
	font-size: 90px;
	color: #FFFFFF;
}
.main_catch .main_catch1{
	animation-delay: 0.6s;
	position: absolute;
	top: 20%;
	right: 5%;
	line-height: 1;
}
.main_catch .main_catch2{
	animation-delay: 0.8s;
	position: absolute;
	top: 40%;
	right: 5%;
	line-height: 1;
}
.main_catch .main_catch3{
	animation-delay: 1.0s;
	position: absolute;
	top: 60%;
	right: 5%;
	line-height: 1;
}


/* main */

/* intro */
#catch{
    overflow: initial;
}
#catch, #catch span{
	border: none;
}
#catch::before{
	content: "";
	background-image: url("./Dup/img/line.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 70vw;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 60px;
	left: -20vw;
	opacity: 0.8;
	z-index: -5;
}
#catch .catch_txt h2, #catch .catch_txt p{
	padding: 0;
}
#catch .catch_txt h2 span{
	display: none;
}
#catch .catch_txt{
	overflow: initial;
}
#catch .catch_txt .catch_txtwrap{
	padding: 40px;
	position: relative;
	background-image: url("./Dup/img/frame.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#catch .catch_txt .catch_txtwrap::after{
	content: "";
	background-color: #0000cc;
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

/* contents */
#contents .contents_inner h2{
	position: relative;
}
#contents .contents_inner h2::before{
	content: "";
	background-color: #fff;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#contents .contents_inner h2::after{
	content: "";
    border-top: 3px solid #0000cc;
    border-bottom: 1px solid #0000cc;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -2;
}
#contents .contents_inner .contents_txt p{
	background: none;
	background-image: url("./Dup/img/frame.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px;
}
#contents2{
	position: relative;
}
#contents2 .line_white{
	background-image: url("./Dup/img/line_white.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50%;
	height: 150px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 5;
	animation-delay: 0.1s;
    opacity: 0;
}
.fadein.fadetrans{
	animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
	opacity: 0.8;
  }
}

/* topcms */

/* footer */
#footer_info .inner{
	background-color: rgba(255,255,255,0.8);
}


/* under page */
#logo{
    max-width: 250px;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */
.mail_box a{
    letter-spacing: 0.6px;
    font-size: 15px;
}

/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){
    .more a{
        padding: 10px 15px 10px;
    }
    #page2 .pager li a .posi_center{
        transform: translate(-50%,-50%);
    }
    .cate_list .more a{
        padding: 10px;
    }
    #cms_2-b .cate .cate_title{
        padding-top: 10px!important;
    }
    #cms_6-b .cate .cate_title{
        padding: 10px!important;
    }
    #cms_5-a .cate .cate_title span:last-of-type{
        padding-top: 0!important;
    }
    #page10 ul li a{
        padding: 10px!important;
    }
    
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    .index_header #logo{
        width: 80%!important;
    }
    #logo{
        width: 30% !important;
    }
	.main_catch .main_catch1, .main_catch .main_catch2, .main_catch .main_catch3{
		font-size: 40px;
	}
	#catch .catch_txt .catch_txtwrap::after{
		display: none;
	}
	#catch::before{
		background-size: 100% 20%;
		width: 110%;
		height: 60%;
		left: -10vw;
		bottom: 0;
	}
	#contents .contents_inner h2::before{
		width: 90%;
	}
	#contents .contents_inner .contents_txt{
		margin-top: 30px;
	}
	#contents2 .line_white{
		width: 60%;
	}
    .all_header #global-nav ul li{
        width: auto;
    }
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #wrap{
        overflow: hidden;
    }
    .index_header #logo, #logo{
        max-width: 180px !important;
        width: 100% !important;
    }
    .hamburger{top:7px;}
    .hamburger.head_fix{
        background: none;
    }
	#main_img{
		padding-top: 63px!important;
	}
	#main_img .inner{
	    background-position: center;
	}
	.main_catch .main_catch1, .main_catch .main_catch2, .main_catch .main_catch3{
		font-size: 25px;
	}
	#contents .contents_inner h2{
	    width: 80%;
	    padding-left: 10%;
	    padding-right: 10%;
	}
	#contents .contents_inner h2::before{
		width: 80%;
	}
	#catch .catch_txt{
	    padding: 10px;
	}
	#catch .catch_txt .catch_txtwrap{
	    background-image: url("./Dup/img/frame_sp.png");
	    padding: 30px;
	}
	#contents .contents_inner .contents_txt{
	    padding: 10px;
	}
	#contents .contents_inner .contents_txt p{
	    background-image: url("./Dup/img/frame_sp.png");
	    padding: 30px;
	}
	
}

/*20211201公開後修正*/
.banner__fixed {
    position: fixed;
    top: 50px;
    right: 70px;
    z-index: 10;
    transition: .6s cubic-bezier(0.6, 0.1, 0.2, 1) 0.2s;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    .banner__fixed {
        top: 15px;
        right: 60px;
        max-width: 90px;
    }
    .banner__fixed a {
        font-size: 12px;
        padding: 5px;
    }
	
}




