@charset "UTF-8";
/*------------------------------------------------------------
	全体共通
------------------------------------------------------------*/
:root, html{ font-size: 10px; } 
*{ box-sizing: border-box; }
body {
    --max-width: 900px;
    --c-base: #111;
    --c-main: #00508f;
    --c-accent: #61bc9b;
    --ff-main:"Noto Sans JP", sans-serif;
    --ff-en: "Helvetica Neue", "Roboto", sans-serif;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    font-family: var(--ff-main);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: #151515;
    letter-spacing:0.05em;
    background: #ffffff;
    }
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){body {font-family:"Noto Sans JP", sans-serif;}}
a{
    display: inline-block;
    color: inherit;
    font-weight: inherit;
    }
a:hover{cursor: pointer;}
body.userAgent-pc a[href^="tel:"]{pointer-events: none;}
img, svg{
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    }
select{
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    }

.--ff-en{ font-family: var(--ff-en); }
.--ff-g{ font-family: var(--ff-main); }
.--c-red{ color: #ff1901 !important; }
.--c-white{ color: #ffffff !important; }
.--c-yellow{ color: #ffb22c !important; }
.--c-blue{ color: #0168fd !important; }
.--c-green{ color: #0ba578 !important; }
.--center{ text-align: center !important; }
.--ta-l{ text-align: left !important; }
.--ta-r{ text-align: right !important; }
.--ta-justify{ text-justify: inter-ideograph; text-align: justify; text-align-last: left; }
.--bold{ font-weight: bold !important; }
.--thin{ font-weight: 100 !important; }
.--nowrap{ white-space: nowrap; }
.--kerning{ font-feature-settings: "palt"; }

.--overflow-ellipsis{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
.--under{ border-bottom: 1px solid #888; }
.--img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.--img-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
    }
.--clearfix::after{
    content: "";
    display: block;
    clear: both;
    }
.--d-ib{ display: inline-block !important; }
.--d-n{ display: none !important; }
.--d-f{ display: flex !important; }
.--justify-center{ display: flex; justify-content: center; }

a.--h-opacity, .--h-opacity a{transition: opacity .3s;}
a.--h-opacity:hover, .--h-opacity a:hover{opacity: .6;}

/* PC */
@media (min-width: 900px){
	.--tab{ display: none !important; }
	.--sp{ display: none !important; }
	.--tab-sp{ display: none !important; }
}
/* TAB */
@media screen and (max-width: 899px) and (min-width: 481px) {
	.--pc{ display: none !important; }
	.--sp{ display: none !important; }
	.--pc-sp{ display: none !important; }
}
/* SP */
@media screen and (max-width: 480px) {
	.--pc{ display: none !important; }
	.--tab{ display: none !important; }
	.--pc-tab{ display: none !important; }
}
/* アニメーション */

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.cntInner,
._Inner{
    width: 100%;
    margin: 0 auto;
    }
._Title{
    margin-bottom: 40px;
    color: var(--c-main);
    }
._Title .en{
    font-family: Impact, Charcoal, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9.4rem;
    line-height: 1.1;
    color: #fff;
    text-shadow:1px 1px 0 #00508f, -1px -1px 0 #00508f,
    -1px 1px 0 #00508f, 1px -1px 0 #00508f,
    0px 1px 0 #00508f,  0 -1px 0 #00508f,
    -1px 0 0 #00508f, 1px 0 0 #00508f;
    }
._Title .en strong{color: var(--c-main);text-shadow:none;}
._Title .jp{display: block;font-size: 1.6rem;}
._Title02{
    font-size: 3.2rem;
    background: url("../img/top/ttl_ic01.png")no-repeat left center;
    padding: 2px 0 2px 46px;
    margin-bottom: 20px;
    }
/* TAB */
@media screen and (max-width: 899px) {
._Title .en{font-size:7.0rem;}
._Title .jp{font-size: 1.6rem;}
._Title02{font-size: 2.5rem;}
}

/* SP */
@media screen and (max-width: 480px) {
._Title .en{font-size:5.0rem;}
._Title .jp{font-size: 1.4rem;}
._Title02{font-size: 2.0rem;}  
}


._Box .cntInner{
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    }
._Box .cntText{
    letter-spacing: .075em;
    line-height: 1.8;
    }

.cntBtn{
    width: 100%;
    max-width: 280px;
    margin:0 auto;
    text-align: left;
    }
.cntBtn.--ta-r{margin:0 0 0 auto;text-align: left;}
.cntBtn.--center{margin:0 auto 0;text-align: left;}
.cntBtn a {
	font-size: 2.1rem;
    font-weight: 400;
	line-height: 52px;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 52px;
	transition: all .2s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: var(--c-main);
    font-family: Impact, Charcoal, sans-serif;
    }
.cntBtn a::before,
.cntBtn a::after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border: 26px solid transparent;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    transition: all .2s ease-in-out;
    }
.cntBtn a::before {right: 100%;border-right-color:var(--c-main);}
.cntBtn a::after{left: 100%;border-left-color:var(--c-main);}
.cntBtn a:hover{
    background: #fff;
    cursor: pointer;
    color: var(--c-main);
    font-color: var(--c-main);
    }
.cntBtn a:hover::before {right: 100%;border-right-color:#fff;}
.cntBtn a:hover::after{left: 100%;border-left-color:#fff;}
.cntBtn a:hover{}
.cntBtn02{
    width: 100%;
    max-width: 220px;
    margin:0 auto;
    }
.cntBtn02 a {
    position: relative;
    width: 100%;
    display: block;
    padding: 18px 12px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.3em;
    text-decoration: none;
    text-align: center;
    transition: .7s;
    }
.cntBtn02 a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:0;
    background-color: var(--c-accent);
    transform: skewX(-15deg);
    transition: .7s;
    }
.cntBtn02 a span{position: relative;z-index: 2;font-family: Impact, Charcoal, sans-serif;font-weight: 500;}
.cntBtn02 a:hover::before{background: var(--c-main);}

.cntDiv{}
.cntImg{}
._Box.-inver .cntDiv{}
._Box.-inver .cntImg .inner{ }
._Box .cntList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    justify-content:space-between;
    }

@media screen and (max-width: 1290px) {}
/* TAB */
@media screen and (max-width: 899px) {}
/* SP */
@media screen and (max-width: 480px) {}

/* ローディング */
#loading{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 999;
}

/* ヘッダー
----------------------------------------------*/
#header {
    position: fixed;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 101;
    transition: 0.7s;
    }
#header .cntInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:0;
    margin: 0 auto;
    }
#headerLogo{
    width: 35%;
    padding: 5px 10px 0 5px;
    box-sizing: border-box;
    transition: 0.7s;
    }
#header .cntBox{
    width: 65%;
    max-width: 860px;
    box-sizing: border-box;
    }

#header .cntList{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    }
#header .cntList li{}
#header .cntList .item{
    display: block;
    text-align: center;
    letter-spacing: .025em;
    transition: 0.7s;
    }
#header .cntList .item .jp{
    font-family: var(--ff-main);
    font-size:1.8rem;
    font-weight: 500;
    line-height: 1.2;
    }
#header .cntList .item .en{
    display: block;
    font-family: var(--ff-en);
    font-size:1.5rem;
    font-weight:400;
    color: var(--c-main);
    line-height: 1.2;
    }
#header .cntList .item:hover,
#header .cntList .item.current{
    opacity: 1;  
    color: var(--c-main);
    }
#header .cntList li:last-child a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px;
    text-align: center;
    font-family: var(--ff-en);
    background: var(--c-main);
    color: #fff;
    transition: 0.7s;
    }
#header .cntList li:last-child a span{
    display: block;
    background: url("../img/cmn/hd_mail.png")no-repeat top center;
    padding-top:40px;
    font-size: 1.5rem;
    font-weight:400;
    transition: 0.7s;
    }
#header .cntList li:last-child a:hover{
    background:var(--c-accent);
    }

#header.fix{}
#header.fix #headerLogo{width: 25%;padding-top: 0;}
#header.fix .cntList li:last-child a{padding: 15px 32px 12px; }
#header.fix .cntList li:last-child a span{
    background: url("../img/cmn/hd_mail.png")no-repeat top center;
    background-size: 35px;
    padding-top:30px;
    }

@media screen and (max-width: 1290px) {
    #headerLogo{}
    #header .cntBox{width:60%;}
    #header .cntList .item{letter-spacing: .02em;}
    #header .cntList .item .jp{font-size:1.6rem}
    #header .cntList .item .en{font-size:1.2rem}
}
/* TAB */
@media screen and (max-width: 1000px) {
#header .cntList .item{letter-spacing: 0;}
#header .cntList .item .jp{font-size:1.4rem}
#header .cntList .item .en{font-size:1.2rem}
}

@media screen and (max-width: 899px) {
#header {width: 100%;}
#header .cntInner{}
#headerLogo{padding: 5px;}
#header.fix #headerLogo{
    padding: 5px;
    width: 35%;
    }
#headerLogo img{height: 30px;}
#header .cntBox{
    width: auto;
    background: none;
    border: none;
    padding: 0;
    }
#headerBtn{
    position: absolute;
    top: 2px;
    right: 0;
    width: 50px;
    height: 35px;
    cursor: pointer;
    z-index: 999;
    }
#headerBtn span{
    position: absolute;
    left: 10px;
    display: inline-block;
    width: calc(100% - 20px);
    height: 3px;
    transition: all .5s;
    background:var(--c-main);
    border-radius: 100px;
    }
#headerBtn span:nth-of-type(1){top: 10px;}
#headerBtn span:nth-of-type(2){
    top: 50%;
    transform: translateY(-1px);
    }
#headerBtn span:nth-of-type(3){bottom: 8px;}
#headerBtn.active span{background:var(--c-main);}
#headerBtn.active span:nth-of-type(1){transform: translateY(6px) rotate(45deg);}
#headerBtn.active span:nth-of-type(2){opacity: 0;}
#headerBtn.active span:nth-of-type(3){transform: translateY(-7px) rotate(-45deg);}

}

/* SP */
@media screen and (max-width: 580px) {}
@media screen and (max-width: 480px) {}


/* スマホナビ
----------------------------------------------*/
#nav{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    padding-bottom: 70px;
    background: #fff;
    z-index: 100;
    color: #333;
    }
#nav .cntInner{
    text-align: center;
    padding: 70px 20px 0;
    }
#nav .cntList .item{
    margin-top: 24px;
    line-height: 1.2;
    letter-spacing: .075em;
    }
#nav .cntList{
    font-weight: 600;
    display: block;
    }
#nav .cntList .current{color:var(--c-main);}
#nav .cntList li.mail{text-transform: uppercase;}


/* フッター
----------------------------------------------*/
#footer{background:#fff;text-align: center;}
#footer .cntInner{
    margin: 0 auto;
    padding: 90px 0 60px;
    }
#footer .cntInner ul.cntList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    justify-content:space-between;
    max-width: 780px;
    margin: 55px auto 0;
    }
#footer .cntInner ul.cntList li{width: 49%;font-size: 1.6rem;}
#footer .cntInner ul.cntList li:nth-child(1){border-right: 1px solid #eee;}
#footer .cntInner ul.cntList li .cntText{font-size: 1.8rem;}
#footer #copyright{
    background: var(--c-main);
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.0;
    padding: 10px 0;
    }

#top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 81px;
	z-index: 100;
    }

/* TAB */
@media screen and (max-width: 899px) {
#footer .cntInner{padding: 50px 0;}
#footer .cntInner #footerLogo{max-width: 250px;margin: auto;}
#footer .cntInner ul.cntList li{width: 100%;}
#footer .cntInner ul.cntList li:nth-child(1){border-right: none;margin-bottom: 20px;}
#top{width: 60px;}
}
/* SP */
@media screen and (max-width: 480px) {
#footer .cntInner{padding:40px 0;}   
#footer .cntInner #footerLogo{max-width: 200px;}  
#footer .cntInner ul.cntList{margin: 30px auto 0;}
#footer .cntInner ul.cntList li{font-size: 1.3rem;}
#footer .cntInner ul.cntList li .cntText{font-size: 1.5rem;} 
#top{width: 40px;}
}



/*------------------------------------------------------------
	over_effect
------------------------------------------------------------*/
.over_effect {width: 100%;overflow: hidden;}
.over_effect a {text-decoration: none;}
.over_effect img{transition: 0.7s;}
.over_effect a:hover img {
	display: block;
	transform: scale(1.1, 1.1);
	transition-duration: 0.8s;
	}


