@charset "UTF-8";
*{box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset, figure {
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Noto Sans JP",-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#404040;
	font-style: normal;
	font-size: 100%;
	line-height: 1.0;
}
.serif{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",'Noto Serif Japanese', serif, sans-serif !important;
}
:root {/*色の管理【指定→var(--main-color);】*/
	--main-color: #4F6357;
}
html {
	font-size: 62.5%;
	overflow-y:scroll;
}

body {
	font-size: 1.3rem;
	overflow: hidden;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
	/*max-width:100%;*/
	width:100%;
}
a {
	text-decoration: none;
}
a:hover {
	transition: .4s;
}
:link {
	color: inherit;
}
:active {
	color: inherit;
}
:hover {
	/* color: inherit; */
	outline:none;
	text-decoration: none;
}
:visited {
	color: inherit;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	width:95%;
	margin: 0 auto;
}

.inner {
	width:95%;
	margin: 0 auto;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* PCだけ表示/スマホだけ表示 */
.on_pc{
	display: none;
}
.on_sp{
	display: block;
}


/*------------------------------------------
スマホ/sp
------------------------------------------*/

/*------------ 非アクティブ --------------*/

a[href="javascript:void(0)"] {
	opacity: 0.2;
	cursor: inherit;
}
/*------------ ヘッダー --------------*/
.header {
	width:100%;
	background-color:#fff;
	z-index: 5;
	position: fixed;
	top:0;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
.header_inner {
	position:relative;
}

/*------------ ロゴ --------------*/
.header_logo{
	width: 45%;
	float: left;
}
.header_logo a{
	padding:1.0rem;
	display: block;
}
.header_code{
	font-size: 0.55rem;
	float: left;
	border: 1px solid #ccc;
	padding:0.4rem;
	margin: 4.3vw 0 0 0.3rem;
}
/*------------ グローバルナビ SP --------------*/
.header_nav{
	display: none;
	z-index: 5;
	background-color: var(--main-color);
	position: fixed;
	top:0px;
	width: 100vw;
	height:100vh;
}
.header_nav__list{
	margin: 8.5vh auto 0;
    width: 80%;
}
.header_nav__cat{
	position: relative;
}
.header_nav__text{
    border-bottom: 1px solid #fff;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 8%;
}
.header_nav__link{
	font-size: 1.8rem;
    padding: 2.7rem 0 2.7rem 1.5rem;
	color:#fff;
	display: block;
	width: 100%;
    text-align: left;
	line-height: 1.6;
}
.header_nav__link span{
	font-size: 1.3rem;
	color:#DED0AF;
	padding-left:1.0rem;
	display: inline-block;
}
.plan .header_nav__link{
    padding: 1.5rem 0;
}
.header_nav__text_en{
	display: none;
}
.header_nav__sublist{
	margin-top: 2rem;
} 
.header_nav__item{
	font-size: 1.4rem;
	display: block;
	color:#fff;
	width:100%;
	padding:0 0 2rem;
	text-align: center;
}

/*------------ スマホ/アコーディオン --------------*/
.toggle_contents{
	display: none;
}
.header_nav__mark{
	position: absolute;
    top: 2.9rem;
    right: 1rem;
    z-index: 5;
}
.header_nav__icon {
	position: relative;
	width: 3rem;
	height: 3rem;
	/*background: #071760;*/
	border-radius: 50%;
}
.header_nav__icon::before, .icon__plus::after {
	position: absolute;
	top: 1.3rem;
	left: 50%;
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #fff;
	transform: translateX(-50%);
}
.icon__plus:after {
	top: 0.3rem;
	left: -0.5rem;
	transform: rotate(90deg);
}
.open .icon__plus:after {
	display: none;
}
/*------------ バーガーメニュー 通常 --------------*/
.header_trigger {
	position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    /* width: 29vw; */
    height: 13vw;
    /* background: #fff; */
    padding: 3vw 4vw;
    display: flex;
    justify-content:center;
    align-items: center;
    /* box-shadow: 1px 2px 5px rgb(0 0 0 / 20%); */
    transition: width 0.5s;
}
.header_trigger span {
	width: 100%;
	height: 3px;
	background-color: #707070;
	transition: 0.7s;
	display: block;
}
.header_trigger.is-active span {
	background-color: #fff;
}
.header_trigger__bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 6.5vw;
    height: 100%;
    padding: 0;
}
.header_trigger__txt {
    font-size: 3.8vw;
	font-weight:bold;
}
.header_trigger.is-active span:nth-of-type(1) {
	transform: translate3d(0, 1.2vw, 0) rotate(-45deg);	
}
.header_trigger.is-active span:nth-of-type(2) {
	display: none;
}
.header_trigger.is-active span:nth-of-type(3) {
	transform: translate3d(0, -2.2vw, 0) rotate(45deg);
}

/*------------ グローバルナビ PC --------------*/
.header_menu__list{
	display: none;
}

.header_request__btn{
	display: none;
}

/*------------ コーポレートサイトへ --------------*/
.header_home__btn{
	display: none;
}


/*------------ コンテンツエリア --------------*/
.anchor{
	display: block;
	margin-top:-8rem;
	padding-top:8rem;
}
.main-content{
	width: 100%;
	margin: 0;	
}
/*タイトル*/
.ttl_h3{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.8rem;
	background-image:url("../images/icon_cube.svg");
	background-repeat: no-repeat;
	background-size: contain;
	padding:0.3rem 0 0.3rem 3.5rem;
	margin-bottom: 3rem;
}
.ttl_h3 small{
	font-size: 1.2rem;
	letter-spacing: 0rem;
}
/*サブタイトル*/
.ttl_h4{
	font-size: 1.7rem;
	font-weight: 500;
	color: var(--main-color);
	margin-bottom: 1.5rem;
}
.ttl_h4 small{
	font-size: 1.2rem;
	letter-spacing: 0rem;
	color: #000;
}
/*注釈*/
.note{
	font-size: 1.1rem;
	line-height: 1.3;
}
/*詳細ボタン*/
.detail-btn__list{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	width:76%;
	margin: 0 auto;
}
.detail-btn__li{
	width:100%;
	margin-bottom: 2rem;
	text-align: center;
}
.detail-btn__link{
	display: block;
	padding: 1.2rem 0;
	font-size: 1.3rem;
	font-weight: 500;
	white-space: nowrap;
	background-color: #878fb5;
	color: #fff;
	border-radius: 0.5rem;
}
.detail-btn__link:hover{
	background-color: var(--main-color);
}


/*------------ フッター --------------*/
.footer {
	/*width:100%;*/
	width: 100vw;
	text-align: center;
	padding:4rem 0;
	color:#505050;
}
.footer__dtl{
	width: 86%;
	margin: 0 auto 3.0rem;
	text-align: left;
	line-height: 1.6;
	font-size: 3vw;
}
.footer__polocy{
	width: 86%;
	margin: 0 auto;
	text-align:left;
	font-size: 3vw;
}
.footer__polocy dt{
	font-weight:600;
	margin-bottom: 0.8rem;
}
.footer__polocy dd{
	line-height: 1.6;
	padding-bottom: 4.0rem;
	margin-bottom: 4.0rem;
	border-bottom:1px solid #ccc;
}
.footer__polocy a{
	color:var(--main-color);
	text-decoration: underline;
}
.footer__polocy a:hover{
	color:#af4844;
	text-decoration:none;
}
.footer__nav{
	width: 86%;
	margin: 0 auto;
	font-size: 3vw;
}
.footer__nav_img{
	margin-bottom:1.5rem;
}
.footer__address{
	font-size: 4.3vw;
	margin:2.5rem auto;
}


.btn_overlay1 {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 1px;
	z-index: 3;
}

/*------------------------------------------
PC画面
------------------------------------------*/
@media screen and (min-width: 768px) {
	/*------------ ボディ --------------*/
	body {
		font-size: 1.7rem;
	}
	.container {
		width:1400px;
	}
	.inner {
		max-width: 1400px;
		width:90%;
	}
	.on_pc{
		display: block;
	}
	.on_sp{
		display: none;
	}
	
	/*------------ ヘッダー --------------*/	
	.header{
		transition: .3s;
	}
	.hide .header{
		transform: translateY(-102%);
	}
	.header-container{
		width: 100%;
		max-width: 1200px;
		margin:0 auto;
		position: relative;
	}
	
	/*------------ ロゴ --------------*/
	.header_logo{
		width: 220px;
		/*margin-left: 100px;*/
	}
	.header_logo a{
		padding:1.5rem;
		display: block;
	}
	.header_logo a:hover{
		opacity: 1.0;
	}
	.header_code{
		font-size: 1.2rem;
		padding: 1rem 2.5rem;
		margin: 2.7rem 0 0 1.5rem;
	}
	
	/*------------ グローバルナビ SP --------------*/
	.header_nav{
		display:none;
	}
	.toggle_contents{
		display: initial;
	}
	.header_nav__mark{
		display: none;
	}
	.header_trigger {
		display: none;
	}
	
	/*------------ グローバルナビ PC --------------*/
	.header_menu__list{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		display:flex;
		flex-flow: row wrap;
		justify-content:space-between;
		width:40%;
	}
	.header_menu__cat{
		position: relative;
		width:30%;
		height:17px;
		overflow: hidden;
	}
	.header_menu__link .header_menu__img01{
		position: absolute;
		top: 0%;
  		transition: top .2s;
	}
	.header_menu__link .header_menu__img02{
		position: absolute;
		top: -100%;
  		transition: top .2s;
	}
	.header_menu__link:hover .header_menu__img01{
		top: 100%;
	}
	.header_menu__link:hover .header_menu__img02{
		top: 0;
	}
	
	.header_request__btn{
		display:block;
		position:absolute;
		top: 0;
		right: 0;
		height: 100%;
		background-color: var(--main-color);
		background-image:url("../images/arrow.svg");
		background-repeat: no-repeat;
		background-position: center right 20px;
		background-size:13%;
		color: #fff;
		padding:1.3rem 6.0rem 0 3.5rem;
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.4;
		z-index: 1;
		transition: all 0.3s ease-in-out;
	}
	.header_request__btn:hover {
		background-color: #000;
		animation: arrow__anime 0.8s forwards ease-out 0s;
	}
	
	
	/*------------ コーポレートサイトへ --------------*/
	.header_home__btn{
		display: block;
		position: absolute;
		top: 2.5rem;
		right: 0;
		background-color: #878fb5;
		color: #fff;
		padding: 1.2rem 2rem;
		font-size: 1.4rem;
		border-radius: 0.5rem;
		margin-right: 2rem;
	}
	.header_home__btn:hover{
		background-color: var(--main-color);
	}
	
	/*------------ コンテンツエリア --------------*/
	.anchor{
		margin-top:-8rem;
		padding-top:8rem;
	}
	.main-content{

	}
	
	.ttl_h3{
		font-size: calc(24px + 12 * ((100vw - 768px) / 1152));
		letter-spacing: 0.7vw;
		padding:0.8rem 0 0.8rem 6rem;/**/
		margin-bottom: 5rem;/**/
	}
	/*タイトル*/
	.ttl_h3 small{
		font-size: 1.5rem;/**/
	}
	/*サブタイトル*/
	.ttl_h4{
		font-size: 2.4rem;/**/
		margin-bottom: 3.0rem;/**/
	}
	.ttl_h4 small{
		font-size: 1.5rem;
	}
	/*注釈*/
	.note{
		font-size: 1.2rem;/**/
		line-height: 1.5;/**/
	}
	/*詳細ボタン*/
	.detail-btn__list{
		justify-content:space-around;/**/
		width:70%;/**/
	}
	.detail-btn__li{
		width: 47%;/**/
	}
	.detail-btn__link{
		font-size: calc(10px + 12 * ((100vw - 768px) / 1152));/**/
		padding: 1.4rem 0;/**/
	}
	
	
	/*------------ フッター --------------*/
	.footer {
		display:flex;/**/
		flex-flow: row wrap;/**/
		justify-content:space-between;/**/
		width:100%;/**/
		text-align: center;
		padding:4rem 0;
		margin: 0 auto;/**/
		max-width: 1200px;/**/
	}
	.footer__dtl{
		width: 100%;/**/
		margin: 0 auto 5.0rem;/**/
		font-size: 1.3rem;/**/
	}
	.footer__polocy{
		width: 100%;/**/
		font-size: 1.3rem;/**/
	}
	.footer__polocy dd{
		border-bottom:none;/**/
	}
	.footer__polocy a{
		color:var(--main-color);
		font-weight: 600;/**/
	}
	.footer__nav{
		width: 70%;/**/
		margin: 0 auto;
		font-size: 1.2rem;/**/
		text-align: left;/**/
	}
	.footer__nav_img{
		width: 35%;/**/
		margin:0 2rem 0 0;/**/
	}
	.footer__nav span{
		padding-bottom: 0.3rem;/**/
    	display: inline-block;/**/
	}
	.footer__address{
		width: 30%;/**/
		font-size: 1.4rem;/**/
		margin:0 auto;/**/
		text-align:right;/**/
	}
	
	.btn_overlay1 {
		bottom: 2rem;
		right: 2rem;
		width: 75px;
		transition: .3s;
	}
	.btn_overlay1.scroll_bottom {
		bottom: 28rem;
	}
}

@keyframes arrow__anime {
	0% {
		background-position: center right 20px;
	}
	40% {
		background-position: bottom -2rem right 20px;
	}
	41% {
		background-position: top -2rem right 20px;
	}
	100% {
		background-position: center right 20px;
	}
}

/*------------------------------------------
PC画面（1200px以上）
------------------------------------------*/
@media screen and (min-width: 1200px) {

}

