@charset "utf-8";

/*===============================
 Base
===============================*/
html {
	height: 100%;
}
body {
	color: black;
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: black;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}


/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
 Font
===============================*/
html {
	font-size: 10px;
}
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.075em;
}
/* .mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
} */
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400;
}
p, li, dt, dd, th, td {
	line-height: 1.5;
}

/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 1200px;
		overflow-x: hidden;
	}
	
}
@media screen and (max-width: 768px) {
	.wrapper {
		width: 100% !important;
		overflow-x: hidden;
	}
}

/*===============================
 Header
===============================*/
.header {
	width: 100%;
	height: 95px;
	position: absolute;
	margin: 0 auto;
	z-index: 100;
	left: 0;
	top: 0;
}
.header_inner {
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 2.5% 0;
	width: 100%;
	/* margin: 0 auto;
	padding: 0 2.5%;
	display: -webkit-flex;
	display: flex; */
}
.header_lg {
	margin-top: 30px;
	width: 60px;
	height: 150px;
	position: absolute;
	left: 20px;
	top: 0;
}
.header_lg {
	display: block;
	max-width: 340px;
	width: 40%;
	height: 150px;
	background: url("../img/logo-white.png") 0 0 / 100% auto no-repeat;
	text-indent: -9999px;
	/* cursor: pointer; */
}

.page-top {
	width: 15%;
	margin: 0 ;
	padding: 0 ;
	position: fixed;
	top: 60%;
	left: 0;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

@media screen and (max-width: 768px) {
	.header {
		height: 45px;
		z-index: 1;
	}
	.header_inner {
		padding: 0 3.4375%;
	}
	.header_lg {
		margin-top: 15px;
		width: 70%;
		position: absolute;
		left: 20px;
		top: 0;
	}
	.header_lg {
		width: 70%;
		max-width: 70%;
		height: 70px;
		background: url(../img/logo-white.png) left top / 80% auto no-repeat;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.page-top {
		display: none !important;
	}
}

/*===============================
 Key visual 
===============================*/
.kv {
	position: relative;
	width: 100%;
	padding-top: 70.98958333333333%;
	background: url("../img/mv_back.png?date=231001") center top / 100% no-repeat;
	z-index: -1;
}
.kv_catch {
	position: absolute;
    top: 200px;
	left: 0px;
    /* left: calc(50% - 20%); */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}
.kv_catch img {
	width: 100%;
	height: auto;
}
.kv_catch_sp img {
	display: none;
}
.kv_cam {
	left: 23.04%;
	bottom: 81.53%;
	width: 64.36%;
}

@media screen and (max-width: 768px) {
	.kv {
		padding-top: 126.25%;
		background: url("../img/mv_back.png?date=231001") center top / 130% no-repeat;
        position: relative;
	}
	.kv_catch {
		position: absolute;
		top: 120px;
    	width: 90%;
		left: 5%;
	}
}

/*===============================
 bg
===============================*/
.bg_navy {
	background-color: #0F1C37;
}
.bg_wh {
	background-color: #fff;
}

/*===============================
 form_btn
===============================*/
.form_btnBack {
	background: url("../img/back_01.png") center top / 100% repeat-y;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	margin-top: -180px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.2);
}
.form_btnBack_inner {
	padding: 5px 5.58% 90px;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width: 769px) {
	.form_btnBack_inner {
		width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.form_btnBack {
		background: url("../img/back_01.png") center top / 100% repeat-y;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
		margin-top: -180px;
		margin-left: -100px;
		margin-right: -100px;
		padding-left: 100px;
		padding-right: 100px;
		box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.2);
	}
}
/*===============================
 areaguide
===============================*/
.areaguide {
	background: url("../img/back_01.png") center top / 100% repeat-y;
	padding-bottom: 80px;
}
.area_inner {
	background-color: #F6F5F2;
	padding: 60px 5.58% 90px;
	margin: 0 auto 80px;
	display: block;
}
.sec_titBox01 {
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.sec_tit01 {
	font-size: 6rem;
	color: #354756;
	letter-spacing: .2rem;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 900;
}
.sec_titsub01 {
	font-size: 2.4rem;
	color: #354756;
	letter-spacing: .2rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.sec_titBox01::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;/*画像の幅*/
	height: 150px;/*画像の高さ*/
	background-image: url(../img/tit_img_01.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 15%;
	top: 20%;
}
.sec_titBox01::after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;/*画像の幅*/
	height: 150px;/*画像の高さ*/
	background-image: url(../img/tit_img_01.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	right: 15%;
	top: 20%;
}
.sec_titBox02 {
	margin: 60px auto 0;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.sec_tit02 {
	font-size: 6rem;
	color: #354756;
	letter-spacing: .2rem;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 900;
}
.sec_titsub02 {
	font-size: 2.4rem;
	color: #354756;
	letter-spacing: .2rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.sec_titBox02::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;/*画像の幅*/
	height: 150px;/*画像の高さ*/
	background-image: url(../img/tit_img_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 15%;
	top: 20%;
}
.sec_titBox02::after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;/*画像の幅*/
	height: 150px;/*画像の高さ*/
	background-image: url(../img/tit_img_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	right: 15%;
	top: 20%;
}
.area_inner p.copytxt {
	font-size: 2rem;
	padding: 30px 3.58% 0;
	letter-spacing: 0rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 160%;
	text-align: center;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.caption02 {
	padding: 30px 3.58%;
	font-size: 1.2rem;
	color: #000;
	text-align: center;
	line-height: 150%;
}
.guideBox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content: center;
	padding: 0px 1.28% 0px;
	margin-top: 60px;
}
.guideCard {
	width: 32.3333%;
	padding: 0 .6%;
	position: relative;
    color: #000;
	margin-bottom: 40px;
}
.guideTxt {
	font-size: 1.6rem;
	letter-spacing: .02rem;
	padding-left: .7rem;
	line-height: 1.6rem;
}
.guideCard p {
    line-height: 1.5;
}
.guideCard p {
	font-size: 1.6rem;
}
.yamanashi_map {
	margin-top: 40px;
}
/* アクセス */
.accessBox {
	/* display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content: center; */
	padding: 2.4rem;
	margin-top: 30px;
	border: 1px solid #ccc;
}
.accessBox h4 {
	font-size: 2.4rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #9EA1D4;
	padding: 0 0 1rem 0;
}
.place {
	background: #666;/*背景色*/
  	padding: .5rem;/*文字まわり（上下左右）の余白*/
	display: inline-block;
	color: #fff;
}
.nameIC {
	border: 1px solid #6E85B7;
  	padding: .5rem;/*文字まわり（上下左右）の余白*/
	display: inline-block;
	color: #6E85B7;
}
.nameRoad {
	font-size: 1.3rem;
}
.accesslist {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:flex-start;
	justify-content: flex-start;
	align-items: center;
}
.accesslist li {
	padding: 0 .5rem;
	margin-right: .7rem;
}
.access_car {
	font-size: 2.4rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #666;
	position: relative;
	padding-left: 46px;
	margin-top: 15px;
}
.access_car::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 40px;/*画像の幅*/
	height: 40px;/*画像の高さ*/
	background-image: url(../img/access_car.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0%;
	top: 0%;
}
.access_train {
	font-size: 2.4rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #666;
	position: relative;
	padding-left: 46px;
	margin-top: 40px;
}
.access_train::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 40px;/*画像の幅*/
	height: 40px;/*画像の高さ*/
	background-image: url(../img/access_train.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0%;
	top: 0%;
}
.access_bus {
	font-size: 2.4rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #666;
	position: relative;
	padding-left: 46px;
	margin-top: 40px;
}
.access_bus::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 40px;/*画像の幅*/
	height: 40px;/*画像の高さ*/
	background-image: url(../img/access_bus.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0%;
	top: 0%;
}
.accessTable {
	margin-top: 10px;
}
.accessTable td {
	padding: 1rem;
	vertical-align: top;
}

@media screen and (min-width: 769px) {
	.area_inner {
		width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.areaguide {
		background: url("../img/back_01.png") center top / 100% repeat-y;
		padding-bottom: 80px;
		padding: 0px 5.58% 40px;
	}
	.area_inner {
		position: relative;
		padding: 20px 2.58% 40px;
		margin: 0 auto;
	}
	.area_inner p.copytxt {
		font-size: 1.6rem;
		padding: 30px 3.58% 0;
		letter-spacing: -.05rem;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.sec_titBox01 {
		margin: 0 auto;
		text-align: center;
		position: relative;
		padding-bottom: 0px;
	}
	.sec_tit01 {
		font-size: 3.2rem;
		color: #354756;
		letter-spacing: .2rem;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 900;
	}
	.sec_titsub01 {
		font-size: 2rem;
		color: #354756;
		letter-spacing: .2rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
	}
	.sec_titBox01::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_01.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 5%;
		top: 20%;
	}
	.sec_titBox01::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_01.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		right: 5%;
		top: 20%;
	}
	.sec_titBox02 {
		margin: 60px auto 0;
		text-align: center;
		position: relative;
		padding-bottom: 20px;
	}
	.sec_tit02 {
		font-size: 3.2rem;
		color: #354756;
		letter-spacing: .2rem;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 900;
	}
	.sec_titsub02 {
		font-size: 2.4rem;
		color: #354756;
		letter-spacing: .2rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
	}
	.sec_titBox02::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_02.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 7%;
		top: 20%;
	}
	.sec_titBox02::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_02.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		right: 7%;
		top: 20%;
	}
	.guideBox {
		display: block;
		padding: 0px 2.28% 0px;
		margin-top: 60px;
	}
	.guideCard {
		width: 100%;
		padding: 0 .6%;
		position: relative;
		color: #000;
		margin-bottom: 40px;
	}
	.guideTxt {
		font-size: 1.6rem;
		letter-spacing: .02rem;
		padding-left: .7rem;
		line-height: 1.6rem;
	}
	.caption02 {
		font-size: 1.2rem;
		color: #000;
		/* text-align: left; */
		line-height: 150%;
	}
	.accessBox {
		padding: 1rem;
		margin-top: 30px;
		border: 1px solid #ccc;
	}
	.accessTable {
		margin-top: 10px;
		display: block;
		width: 100%;
	}
	.accessTable td {
		display: block;
		width: 100%;
		line-height: 180%;
	}
	.accesslist {
		display: inline;
	}
	.accesslist li {
		padding: .3rem .7rem;
		margin-bottom: .7rem;
	}
	.accessBox h4 {
		font-size: 2rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
		color: #9EA1D4;
		padding: 0 0 1rem 0;
		text-align: center;
	}
	.access_car {
		font-size: 2rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
		color: #666;
		position: relative;
		padding-left: 40px;
		margin-top: 15px;
	}
	.access_car::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 30px;/*画像の幅*/
		height: 30px;/*画像の高さ*/
		background-image: url(../img/access_car.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 0%;
		top: 0%;
	}
	.access_train {
		font-size: 2rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
		color: #666;
		position: relative;
		padding-left: 40px;
		margin-top: 30px;
	}
	.access_train::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 30px;/*画像の幅*/
		height: 30px;/*画像の高さ*/
		background-image: url(../img/access_train.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 0%;
		top: 0%;
	}
	.access_bus {
		font-size: 2rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
		color: #666;
		position: relative;
		padding-left: 40px;
		margin-top: 30px;
	}
	.access_bus::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 30px;/*画像の幅*/
		height: 30px;/*画像の高さ*/
		background-image: url(../img/access_bus.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 0%;
		top: 0%;
	}
	.arrow_ic {
		position: relative;
	}
	.arrow_ic::after {
		content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(../img/arrowIc.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        left: 110%;
        top: 0%;
	}
}

/*===============================
 recommend_area
===============================*/
.recommend {
	background: url("../img/back_02.png") center top / 100% repeat-y;
	/* background-color: #E3F4F4; */
}
.recommend .inner {
	padding: 5px 5.58% 90px;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width: 769px) {
	.recommend .inner {
		width: 1200px;
	}
}
.recommend_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content: space-between;
	padding: 0px 1.28% 0px;
}
.itemCard {
	width: 50% !important;
	position: relative;
    padding: 2rem;
    border: 3px solid #fff;
    background-color: #fff;
    color: #000;
	min-height: 320px;
	border: 1px solid #000;
}

.itemCard p {
    line-height: 1.5;
}
.itemCard p {
	font-size: 1.6rem;
}
.recommend_list:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.flexBox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-evenly;
	justify-content: space-evenly;
	align-items: flex-start;
}
.recommend_name01 {
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 3.2rem;
	padding: 3rem 0 0 1.6rem;
	line-height: 140%;
	text-align: center;
	writing-mode: vertical-rl;
}
.recommend_name02 {
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 3.2rem;
	padding: 3rem 0 0 0rem;
	line-height: 140%;
	text-align: left;
	writing-mode: vertical-rl;
}
.recommendTxt {
	font-size: 1.4rem;
	letter-spacing: .02rem;
	padding: 2rem 1.8rem;
}
.recommendTxt02 {
	font-size: 1.4rem;
	letter-spacing: .02rem;
	padding: 2rem 1.8rem;
	margin-top: 20px;
}
.itemImg {
	width: 80%;
}
.itemImg img {
	border-radius: 10%;
}
.itemCard dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 1rem 0;
}
/* .commentBox {
	background-color: #EAEAEA;
	padding: .8rem;
	margin-top: 15px;
} */
.commentBox p {
	font-size: 1.4rem;
}
.sec_titBox03 {
	margin: 60px auto 40px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.sec_tit03 {
	font-size: 3.6rem;
	color: #354756;
	letter-spacing: .2rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.sec_titBox03::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;/*画像の幅*/
	height: 150px;/*画像の高さ*/
	background-image: url(../img/tit_img_03.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 15%;
	top: 20%;
}
.sec_titBox03::after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;/*画像の幅*/
	height: 150px;/*画像の高さ*/
	background-image: url(../img/tit_img_03.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	right: 15%;
	top: 20%;
}
.caption {
	font-size: 1.2rem !important;
	color: #000;
	text-align: right;
	padding-right: 2rem;
}

  #map {
	width: 100%;
	height: 500px;
	margin-top: 80px;
  }

@media screen and (max-width: 768px) {
	.recommend {
		background-color: #E3F4F4;
	}
	.recommend .inner {
		padding: 60px 5.35% 32px;
	}
	.sec_titBox03 {
		margin: 60px auto 40px;
		text-align: center;
		position: relative;
		padding-bottom: 20px;
	}
	.sec_tit03 {
		font-size: 3.6rem;
		color: #354756;
		letter-spacing: .2rem;
		font-family: zen-maru-gothic, sans-serif;
		font-style: normal;
		font-weight: 500;
	}
	.sec_titBox03::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_03.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 7%;
		top: 20%;
	}
	.sec_titBox03::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_03.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		right: 7%;
		top: 20%;
	}
	.recommend_list {
		display: block;
		padding: 0px 2.28% 0px;
	}
	.itemCard {
		width: 100% !important;
		position: relative;
		padding: 2rem 1.4rem;
		border: 3px solid #fff;
		background-color: #fff;
		color: #000;
		min-height: auto;
		border: 1px solid #000;
	}
	
	.itemCard p {
		line-height: 1.5;
	}
	.itemCard p {
		font-size: 1.6rem;
	}
	.recommend_list:after {
		content: "";
		display: block;
		width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
		height: 0;
	}
	.flexBox {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content:space-evenly;
		justify-content: space-evenly;
		align-items: flex-start;
	}
	.recommend_name01 {
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 2.4rem;
		padding: 0;
		line-height: 140%;
		text-align: center;
		writing-mode: vertical-rl;
	}
	.recommend_name02 {
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 2.4rem;
		padding: 0;
		line-height: 140%;
		text-align: left;
		writing-mode: vertical-rl;
	}
	.recommendTxt {
		font-size: 1.4rem;
		letter-spacing: .02rem;
		padding: 2rem 1.8rem;
	}
	.recommendTxt {
		font-size: 1.4rem;
		letter-spacing: .02rem;
		padding: 2rem 1.8rem;
		margin-top: 0;
	}
	.itemImg {
		width: 75%;
	}
	.sec_titBox03 {
		margin: 60px auto 40px;
		text-align: center;
		position: relative;
		padding-bottom: 20px;
	}
	.sec_tit03 {
		font-size: 2.4rem;
		color: #354756;
		letter-spacing: .2rem;
		font-family: zen-maru-gothic, sans-serif;
		font-style: normal;
		font-weight: 500;
	}
	.sec_titBox03::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_03.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 0%;
		top: 23%;
	}
	.sec_titBox03::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_03.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		right: 0%;
		top: 23%;
	}
}

/*===============================
real_estate
===============================*/
.real_estate {
	background: url("../img/back_03.png") center top / 100% repeat-y;
	/* background-color: #679B9B; */
	/* 以下任意のスタイル */
	padding: 20px;
}
.real_estate .inner {
	padding: 60px 5.58% 60px;
	margin: 0 auto;
	display: block;
	position: relative;
}

@media screen and (min-width: 769px) {
	.real_estate .inner {
		width: 1200px;
	}
}

.decoEn {
	font-family: filmotype-lacrosse, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 5rem;
	color: #E3D18A;
	text-align: center;
	line-height: 100%;
}

/* 白ボタン */
.landBtn {
	text-align: center;
	margin: 20px auto 0;
	width: 70%;
  }
  .landBtn a {
	display: block;
	width: 100%;
  }

  /* .landBtn a {
	display: block;
	height: auto;
	width: 100%;
	padding: 4rem 4rem;
	text-decoration: none;
	color: #000 !important;
	background-color: #E3D18A;
	border-radius: 8rem;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
	transition: .4s;
	line-height: 150% !important;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 3.6rem;
	font-weight: 600;
	position: relative;
	text-align: center;
  }
  .landBtn a::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../img/arrow-r.svg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 20%;
  }
  .landBtn a:hover {
	display: block;
	height: auto;
	padding: 4rem;
	background-color: #009D95;
	color: #000 !important;
	line-height: 150% !important;
  } */

.mat10 {
    margin-top: 10px;
}
.mat20 {
    margin-top: 20px;
}
.mat40 {
    margin-top: 40px;
}
.mat80 {
    margin-top: 80px;
}
.pc_mat40 {
    margin-top: 40px;
}


@media screen and (max-width: 768px) {
	.real_estate .inner {
		padding: 20px 2.58% 20px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	.landBtn {
		text-align: center;
		margin: 20px auto 0;
		width: 100%;
	  }
	  .landBtn a {
		display: block;
		width: 100%;
	  }
	/* .landBtn {
		text-align: center;
		margin: 20px auto 0;
		width: 100%;
	  }
	.landBtn a {
		display: block;
		height: auto;
		width: 100%;
		padding: 2rem 4rem;
		text-decoration: none;
		color: #000 !important;
		background-color: #E3D18A;
		border-radius: 4rem;
		box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
		transition: .4s;
		line-height: 150% !important;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
		font-size: 2.4rem;
		font-weight: 600;
		position: relative;
		text-align: center;
	  }
	  .landBtn a::after {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url(../img/arrow-r.svg);
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 38%;
		right: 10%;
	  }
	  .landBtn a:hover {
		display: block;
		height: auto;
		padding: 4rem;
		background-color: #009D95;
		color: #000 !important;
		line-height: 150% !important;
	  } */
.pc_mat40 {
    margin-top: 0px;
}

}

/*===============================
 support
===============================*/
.support {
	width: 100%;
	background: url("../img/back_04.png") center top / 100% repeat-y;
}
.support_inner {
	padding: 20px 5.58% 80px;
	margin: 0 auto;
}
.supportcont {
	padding: 60px 4.28% 60px;
	background-color: #fff;
	box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .3);
}
.supportcont figure.pat60 {
	padding-top: 60px;
}
.sec_Box04 {
	/* margin: 60px auto 40px; */
	text-align: center;
	position: relative;
	padding-bottom: 60px;
}
.sec_titBox04 {
	position: absolute;
    top: 0px;
    left: calc(50% - 50%);
	margin: 40px auto 40px;
	text-align: center;
	width: 100%;
}
.sec_tit04 {
	font-size: 3.6rem;
	color: #000;
	letter-spacing: .2rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.sec_titBox04::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 80px;/*画像の幅*/
	height: 80px;/*画像の高さ*/
	background-image: url(../img/tit_img_04_01.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 10%;
	top: 0%;
}
.sec_titBox04::after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 80px;/*画像の幅*/
	height: 80px;/*画像の高さ*/
	background-image: url(../img/tit_img_04_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: baseline;
	position: absolute;
	right: 10%;
	top: 0%;
}

h3.supportTit01 {
    font-size: 3.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 180%;
	text-align: left;
    /* position: absolute;
    top: calc(50% - 38%);
    left: calc(50% - 25%); */
}
/* .supportTit01 span {
	background: linear-gradient(transparent 0%, #fff 0%);
	padding: 5px;
  } */

.support_copy {
	margin-top: 40px;
	font-size: 1.8rem;
	line-height: 160%;
}
/* .support_box_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
} */
.support_box01 {
	position: relative;
	width: 100%;
	height: 460px;
	margin-top: 180px;
}
.support_box02 {
	position: relative;
	width: 100%;
	height: 460px;
	margin-top: 80px;
}
.support_box03 {
	position: relative;
	width: 100%;
	height: 460px;
	margin-top: 80px;
}
.support_box_item01 {
	width: 60%;
	text-align: left;
}
.support_box_item02 {
	width: 45%;
	position: absolute;
	right: 0;
	top: 8%;
	padding: 8rem 6rem;
	background-color: #EEEEEE;
	z-index: 1;
	/* height: 460px; */
}
.support_box_item03 {
	width: 45%;
	position: absolute;
	left: 0;
	top: 8%;
	padding: 8rem 6rem;
	background-color: #EEEEEE;
	z-index: 1;
	/* height: 360px; */
}
.support_box_item04 {
	width: 60%;
	text-align: right;
	position: absolute;
	right: 0;
}
.support_box_item05 {
	width: 60%;
	text-align: left;
}
.support_box_item06 {
	width: 45%;
	position: absolute;
	right: 0;
	top: 8%;
	padding: 8rem 6rem;
	background-color: #EEEEEE;
	z-index: 1;
	/* height: 460px; */
}

.commentBox01 {
	background-color: #EAEAEA;
	padding: 1.4rem;
}
.commentBox02 {
	background-color: #EAEAEA;
	padding: 1.4rem;
	width: 88%;
	position: absolute;
	top: 68%;
	/* left: calc(50% - 50%); */
	left: 6%;
}
.commentBox01 p,.commentBox02 p {
	font-size: 1.4rem;
}
.support_box_item03 .commentBox01{
    display: flex;
    flex: 1 0 auto; /* fix IE11 */
}

.supportIcon01 {
	width: 180px;
}
.supportIcon02 {
	width: 120px;
}
.subTitBox {
	padding: 80px 0 60px;
	text-align: center;
}
.subTitBox h3 {
	text-align: center;
	font-size: 3rem;
	color: #000;
}
h3.subTit {
	text-align: center;
	font-size: 3rem;
	color: #000;
	padding-bottom: 0rem;
}
/* 白ボタン */
.yoyaku_btn {
	text-align: center;
	margin: 20px auto 0;
	/* position: absolute; */
	/* bottom: 20px;
	left: 5%;
	width: 90%; */
  }
  .yoyaku_btn a {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 1rem 0rem;
	text-decoration: none;
	color: #000 !important;
	background-color: #fff;
	border-radius: 2rem;
	/* box-shadow: 0 10px 10px 0 rgba(0,0,0,.5); */
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	transition: .4s;
	line-height: 150% !important;
	font-size: 1.5rem;
	position: relative;
	text-align: center;
  }
  .yoyaku_btn a:hover {
	display: inline-block;
	height: auto;
	padding: 1rem 0rem;
	background-color: #ddd;
	color: #000 !important;
	line-height: 150% !important;
  }

.pat60 {
	padding-top: 60px;
}
.support_pc {
	display: block;
}
.support_sp {
	display: none;
}

.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 60px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.2rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700;
	letter-spacing: 0;
}
.text-center {
	text-align: center;
}
.mat10 {
	margin-top: 10px;
}


@media screen and (min-width: 769px) {
.support_inner {
	width: 1200px;
}
.supportimg_PC {
	display: block;
	padding-top: 40px;
}
.supportimg_SP {
	display: none;
}
.pc_on {
	display: block !important;
}
.pc_no {
	display: none !important;
	}
.sp_on {
	display: none;
}
.sp_no {
  display: none;
}
}
@media screen and (max-width: 768px) {
	.support_inner {
		position: relative;
		padding: 20px 5.58% 40px;
		margin: 0 auto;
	}
	.sec_Box04 {
		/* margin: 60px auto 40px; */
		text-align: center;
		position: relative;
		padding-bottom: 0px;
	}
	.sec_titBox04 {
		position: static;
		margin: 40px auto 40px;
		text-align: center;
		width: 100%;
	}
	.sec_tit04 {
		font-size: 2.4rem;
		color: #000;
		letter-spacing: -.02rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
	}
	.sec_titBox04::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_04_01.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 0%;
		top: 24%;
	}
	.sec_titBox04::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_04_02.png);
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
		vertical-align: baseline;
		position: absolute;
		right: 0%;
		top: 24%;
	}
	h3.supportTit01 {
		font-size: 2.4rem;
		font-family: zen-maru-gothic, sans-serif;
		font-style: normal;
		font-weight: 500;
		line-height: 180%;
		margin-bottom: 1rem;
	}
	.support_box01 {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-bottom: 40px;
}
.support_box02 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}
.support_box03 {
	position: relative;
	width: 100%;
	height: 460px;
	margin-top: 0px;
}
.support_box_item01 {
	width: 100%;
	text-align: left;
}
.support_box_item02 {
	width: 100%;
	position: static;
	padding: 2rem 2rem;
	background-color: #EEEEEE;
	z-index: 1;
	/* height: 460px; */
}
.support_box_item03 {
	width: 100%;
	position: static;
	padding: 2rem 2rem;
	background-color: #EEEEEE;
	z-index: 1;
	/* height: 360px; */
}
.support_box_item04 {
	width: 100%;
	text-align: right;
	position: static;
}
.support_box_item05 {
	width: 100%;
	text-align: left;
}
.support_box_item06 {
	width: 100%;
	position: static;
	padding: 2rem;
	background-color: #EEEEEE;
	z-index: 1;
	/* height: 460px; */
}
	.commentBox01 {
		background-color: #EAEAEA;
		padding: 1.4rem;
		width: 88%;
		position: absolute;
		top: 76%;
		/* left: calc(50% - 50%); */
		left: 6%;
	}
	.commentBox02 {
		background-color: #EAEAEA;
		padding: 1.4rem;
		width: 88%;
		position: absolute;
		top: 69%;
		/* left: calc(50% - 50%); */
		left: 6%;
	}
	.inTitBox {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.support_copy {
		margin-top: 0px;
		font-size: 1.4rem;
	}

	ul.cautionTxt {
		padding-top: 0px;
		font-size: 1.4rem;
	}
	ul.cautionTxt li {
		font-size: 1.4rem;
	}
	.yoyaku_btn {
		text-align: center;
		margin: 20px auto 0px;
		position: static;
		width: 90%;
	  }
	  .yoyaku_btn a {
		display: inline-block;
		height: auto;
		width: 100%;
		padding: 1rem 0rem;
		text-decoration: none;
		color: #000 !important;
		background-color: #fff;
		border-radius: 4rem;
		/* box-shadow: 0 10px 10px 0 rgba(0,0,0,.5); */
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
		transition: .4s;
		line-height: 150% !important;
		font-size: 1.5rem;
		position: relative;
		text-align: center;
		letter-spacing: 0;
	  }
	  .yoyaku_btn a:hover {
		display: inline-block;
		height: auto;
		padding: 1rem 0rem;
		background-color: #ddd;
		color: #000 !important;
		line-height: 150% !important;
	  }

.pc_no {
	display: none;
	}
.pc_on {
	display: none;
}
.sp_on {
	display: block;
}
	.support_sp{
	display: block;
}

.pab40 {
	padding-bottom: 10px !important;
}

.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 30px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.4rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700 !important;
	letter-spacing: 0;
}
}
/*===============================
 Technology
===============================*/
.technology {
	width: 100%;
	background: url("../img/back_05.png") center top / 100% repeat-y;
}
.tec_bottm {
	width: 100%;
	background: url("../img/back_f.jpg") center bottom / 100% no-repeat;
}
.technology_inner {
	padding: 20px 5.58% 200px;
	margin: 0 auto;
}
.sec_Box05 {
	/* margin: 60px auto 40px; */
	text-align: center;
	position: relative;
	padding-bottom: 60px;
}
.sec_titBox05 {
	margin: 60px auto 40px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.sec_tit05 {
	font-size: 3.6rem;
	color: #000;
	letter-spacing: .2rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.sec_titBox05::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;/*画像の幅*/
	height: 150px;/*画像の高さ*/
	background-image: url(../img/tit_img_05.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 15%;
	top: 20%;
}
.sec_titBox05::after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;/*画像の幅*/
	height: 150px;/*画像の高さ*/
	background-image: url(../img/tit_img_05.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: baseline;
	position: absolute;
	right: 15%;
	top: 20%;
}

.tec_box_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	padding: 3rem;
	border: 1px solid #000;
}
.tec_box_item01 {
	width: 60%;
}
.tec_box_item02 {
	width: 40%;
	padding: 2.6rem 1.4rem 2.6rem 2.6rem;
}
.tec_box_item03 {
	width: 60%;
	order: 2;
}
.tec_box_item04 {
	width: 40%;
	padding: 2.6rem 2.6rem 2.6rem 1.4rem;
	order: 1;
}
.kadomaru {
	border-radius: 30px;
}
.inTitBox {
	text-align: center;
}
.tecsub_copy {
	font-size: 1.8rem;
	color: #1679AB;
	letter-spacing: .2rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.tecTit01 {
	font-size: 3.2rem;
	color: #000;
	letter-spacing: .2rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}

.tectxtBox {
	margin-top: 20px;
	padding: 2rem;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 20px;
}
.tec_copy {
	text-align: left;
	line-height: 160%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05rem;
}
ul.cautionTxt {
	padding-top: 30px;
	font-size: 1.4rem;
}
ul.cautionTxt li {
	font-size: 1.2rem;
	line-height: 160%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
ul.cautionTxt li span {
	font-weight: 400;
	font-size: 1.2rem;
}
span.super {
	vertical-align: super;
	font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
	.technology_inner {
		width: 1200px;
	}
}

@media screen and (max-width: 768px) {
	.sec_Box05 {
		/* margin: 60px auto 40px; */
		text-align: center;
		position: relative;
		padding-bottom: 60px;
	}
	.sec_titBox05 {
		margin: 60px auto 40px;
		text-align: center;
		position: relative;
		padding-bottom: 20px;
	}
	.sec_tit05 {
		font-size: 2.4rem;
		color: #000;
		letter-spacing: .2rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 500;
	}
	.sec_titBox05::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_05.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 0%;
		top: 20%;
	}
	.sec_titBox05::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 50px;/*画像の幅*/
		height: 50px;/*画像の高さ*/
		background-image: url(../img/tit_img_05.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: baseline;
		position: absolute;
		right: 0%;
		top: 20%;
	}
	.tecsub_copy {
		font-size: 1.8rem;
		color: #1679AB;
		letter-spacing: .2rem;
		font-family: kiwi-maru, sans-serif;
		font-style: normal;
		font-weight: 400;
		margin-top: 20px;
	}
	
	.tec_box_flex {
		display: block;
		padding: 1.7rem;
		border: 1px solid #000;
	}
	.tec_box_item01 {
		width: 100%;
	}
	.tec_box_item02 {
		width: 100%;
		padding: 0rem;
	}
	.tec_box_item03 {
		width: 100%;
		order: 1;
	}
	.tec_box_item04 {
		width: 100%;
		padding: 0rem;
		order: 2;
	}
}

/*===============================
 Detail
===============================*/
.detail {
	background: #fff;
}
.detail_inner {
	padding: 80px 5.58% 90px;
	margin: 0 auto;
	background-color: #fff;
}

.detail_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}
.detail h2{
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
	color: #009D95;
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.2;
    text-align: center;
	display: block;
	/* -webkit-transform: translateX(-50%);
	transform: translateX(-50%); */
}
.detail_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    line-height: 180%;
}
.detail_tab {
	width: 81%;
}
ul.detaillist {
	padding: 60px 5.58% 90px;
}
ul.detaillist li {
	list-style: disc;
	line-height: 180%;
}
.txtred {
	color: #E95383;
}

.mat15 {
    margin-top: 15px;
}
.mat30 {
    margin-top: 30px;
}
.mat60 {
    margin-top: 60px;
}
.detail_data p,.detail_data li {
    line-height: 180%;
}
.text-center {
    text-align: center;
}
/* .detail_data li:first-of-type{
	padding-top: 18px;
} */
.detail_data_pt{
	padding-top: 18px;
}
.detail_data_pb{
	padding-bottom: 18px;
}
.detail_privacy{
	font-size: 1.4rem;
	padding: 18px 0;
}
.detail_privacy li{
	list-style: none;
}
.detail_privacy a{
	text-decoration: underline;
  color: inherit;
}
.detail_privacy li span:first-of-type{
	width: 2.87%;
}
.detail_privacy li span:last-of-type{
	width: 97.1%;
}
/* .detail_data ul:nth-of-type(1){
	margin: 18px 0;
} */
.detail_data li span:first-of-type{
	width: 2.87%;
}
.detail_data li span:last-of-type{
	width: 97.1%;
}
@media screen and (min-width: 769px) {
	.detail_inner {
	width: 1200px;
}
}
@media screen and (max-width: 768px) {
	.detail h2{
	font-size: 2.1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}
.detail h2:before{
	width: 6px;
	height: 30px;
}
.detail_flex {
	display: block;
	margin-top: 20px;
}
	.detail_tab {
		display: block;
	}
	.detail_tab {
		width: 100%;
	}
	.detail_inner{
		padding: 50px 5.58% 45px;
	}
	.detail_head {
		position: relative;
		display: block;
		width: 100%;
		font-size: 1.8rem;
		font-weight: 700;
		color: #7A6A56;
		text-align: left;
	}
	.detail_head:after {
		display: none;
	}
	.detail_midashi {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 160%;
		color: #7A6A56;
		text-align: left;
		padding-top: 1rem;
	}
	.indent_midashi {
		text-indent: -1rem;
	}
	.detail_data {
		width: 100%;
		padding: 1rem 1.4rem 14px;
		font-size: 1.4rem;
	}
	.detail_privacy{
		font-size: 1.4rem;
		padding: 18px 0 30px;
		word-break: break-all;
	}
	.detail_data li span:first-of-type{
		width: 6.87%;
	}
	.detail_data li span:last-of-type{
		width: 100%;
	}
}

/*===============================
 Footer
===============================*/
.footer {
	background-color: #DFF5FF;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 45px 0;
	font-size: 1.2rem;
	margin: 0 auto;
}
.footer_inner {
	padding: 20px 5.58% 80px;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.footer_inner {
		width: 1200px;
	}
}
.copyright {
	background: #68A7AD;
	color: white;
	text-align: center;
}
.footer_copy {
	font-size: 1.2rem;
	text-align: center;
	padding: 15px 0 13px;
	font-weight: 500;
}
.footer a {
	color: white;
	text-decoration: underline;
}
.footer_lg {
	width: 40%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.footer_lg p{
	text-align: center;
	font-weight: bold;
}
.footer_lg p a{
	color: #000;
}
.footer_lg img{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}
.footer_nav {
	font-size: 1.4rem;
	margin-bottom: 30px;
	margin-top: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	align-items: flex-start;
}
.footer_left {
	font-size: 1.6rem;
	line-height: 160%;
	text-align: left;
}
.footer_left p {
	padding: .2rem 0;
}

.footer_caption{
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	-webkit-display: flex;
	display: flex;
	padding: 0 11.55%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_tel {
	font-size: 5.2rem;
	font-weight: 300;
}
.f_tel a {
	color: #000;
	text-decoration: none;
	position: relative;
}
.f_tel a::before{
	content: url(../img/tel.svg);
    transform: scale(1);
    position: absolute;
	top: -12px;
    left: -45px;
    width: 40px;
}
.square_btn a {
	position: relative;
	display: block;
	font-weight: 700;
	padding: 1rem 2.5rem;
	text-decoration: none;
	color: #fff !important;
	background: #339EA9;
	transition: .4s;
  }
.square_btn a:hover {
	background: #aaa;
	color: #fff;
  }
.square_btn a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	padding-left : 15px;
	color: #fff;
	display: inline-block;
  }

.bnrBox {
	background-color: #fff;
	padding: 80px 0;
}
.bnrBox_inner {
	padding: 20px 5.58% 80px;
	margin: 0 auto;
}
.sec_titBox06 {
	margin: 60px auto 40px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.sec_tit06 {
	font-size: 3.6rem;
	color: #000;
	letter-spacing: .2rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.bnrFlex {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bnr_other {
	width: 48%;
	display: block;
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	transition-property: opacity;
  	transition-duration: 0.5s;
}
.bnr_other a:hover {
	opacity: 0.7; 
}

.officeBox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.officeBox p {
	font-size: 2rem;
}
.nameOffice {
    display: inline-block;
    position: relative;
    padding: 0 30rem;
    color: #333333;
	font-size: 3.6rem;
}
.nameOffice::before,
.nameOffice::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 260px;
    height: 1px;
    background-color: #000000;
}
.nameOffice::before {
    left: 0;
}
.nameOffice::after {
    right: 0;
}

@media screen and (min-width: 769px) {
	.bnrBox_inner {
		width: 1200px;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 30px 0 10px;
	}
	.footer_inner {
		padding: 40px 5.58% 0px;
		margin: 0 auto;
	}
	.footer_lg {
		width: 80%;
		margin: 0 auto 25px;
	}
	.footer_lg img{
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}
	.footer_qr{
		width: 100%;
	}
	.footer_nav {
		font-size: 1.4rem;
		margin-bottom: 30px;
		margin-top: 30px;
		display: block;
		padding: 0 4rem;
	}
	.nameOffice {
		display: inline-block;
		position: relative;
		padding: 0 8rem;
		color: #333333;
		font-size: 2.4rem;
	}
	.nameOffice::before,
	.nameOffice::after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		width: 50px;
		height: 1px;
		background-color: #000000;
	}
	.nameOffice::before {
		left: 0;
	}
	.nameOffice::after {
		right: 0;
	}
	.footer_tel {
		margin-top: 20px;
	}
	.f_tel {
		font-size: 3rem;
		font-weight: 300;
	}
	.f_tel a {
		color: #000;
		text-decoration: none;
		position: relative;
	}
	.f_tel a::before{
		content: url(../img/tel.svg);
		transform: scale(1);
		position: absolute;
		top: -5px;
        left: -30px;
        width: 27px;
	}
	.footer_left {
		font-size: 1.4rem;
		line-height: 160%;
		text-align: left;
	}
	.footer_caption{
	padding: 0;
}
	.footer_caption p{
	width: 100%;
	text-align: left;
}
.footer_copy {
	font-size: 1rem;
	padding: 12px 5.625% 80px;
}
.sec_titBox06 {
	margin: 60px auto 40px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.sec_tit06 {
	font-size: 2.4rem;
	color: #000;
	letter-spacing: .2rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.bnrBox {
	background-color: #fff;
	padding: 40px 0;
}
.bnrBox_inner {
	padding: 20px 5.58% 0px;
	margin: 0 auto;
}
.bnrFlex {
	display: block;
}

.bnr_other {
	width: 100%;
	display: block;
	text-align: center;
	transition-property: opacity;
  	transition-duration: 0.5s;
	margin-bottom: 15px;
}
.bnr_other a:hover {
	opacity: 0.7; 
}
}

/*===============================
 CV
===============================*/
.cv-top {
	width: 860px;
	padding-top: 60px;
	/* margin-top: -300px; */
	margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	/* display: block; */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv-top a img{
    width: 100%;
	max-width: 860px;
}
.cv-top a{
  margin-left: auto;
  margin-right: auto;  
}
.cv-top a:hover {
	/* transform: translateY(0.1875em); */
    animation-play-state: paused;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
/* @keyframes yureru-j {
	0% {
    	top: -4px;
			box-shadow: 0px 8px 4px 0px rgba(0,0,0,0.4);
  }
  50% {
			top: 0;
			box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
	}
} */
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
}
/* @keyframes yureru-j {
	0% {transform: translate(0px, 2px);}
	5% {transform: translate(0px, -2px);}
	10% {transform: translate(0px, 2px);}
	15% {transform: translate(0px, -2px);}
	20% {transform: translate(0px, 2px);}
	25% {transform: translate(0px, -2px);}
	30% {transform: translate(0px, 0px);}
} */

.cv a {
	width: 860px;
	padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv a img{
    width: 100%;
	max-width: 860px;
}

.cv {
  margin-left: auto;
  margin-right: auto;
}
.cv a:hover {
	animation-play-state: paused;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
.cv-top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 0;
	position: relative;
	top: 0px;
	z-index: 10 !important;
}
.cv {
width: 100%;
margin: 40px auto 40px;
position: relative;
}

.cv-top a img{
    width: 100%;
	max-width: 100%;
}
.cv a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv a img{
    width: 100%;
	max-width: 100%;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
	}

}
/*メニューをページ下部に固定*/
#sp-fixed-menu{
	position: fixed;
	right: 0;
	top: 25%;
	font-size: 0;
	opacity: 1;
	z-index: 99;
 }
 #sp-fixed-menu a {
	width: 100px;
	height: 160px;
	color: #000;
	/* background-color: #FBB03B; */
	/* font-weight: 700;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: center; */
	display:block;
	padding: 5rem 0;
	font-size: 2rem;
	/* border-radius: 50%; */
	line-height: 160%;
	/* box-shadow: 0 7px 7px 0 rgba(0,0,0,.3); */
	letter-spacing: 0;
 }
 /* #sp-fixed-menu a:hover {
	background-color: #F4E869;
 } */
  .app_btn {
	display: block;
  }
  .app_btnSP {
	display: none;
  }

 @media screen and (max-width: 768px) {
/*メニューをページ下部に固定*/
#sp-fixed-menu{
	position: fixed;
	width: 100%;
	bottom: 0px;
	top: 92%;
	right: 0;
	font-size: 0;
	opacity: 0.9;
	z-index: 99;
 }

 #sp-fixed-menu {
	justify-content: center;
	align-items: center;
	width: 100%;
	padding:0;
	margin:0;
	font-size: 14px;
	border-right: 1px solid #fff;
 }
 
 /*ボタンを調整*/
 #sp-fixed-menu .app_btnSP a{
	width: 100%;
	height: 160px;
	color: #000;
	background-color: #FFEA20;
	border: none;
	/* border-top: 2px solid #000; */
	font-weight: 700;
	text-align: center;
	display:block;
	padding: 1.6rem 0rem;
	font-family: kiwi-maru, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	writing-mode: horizontal-tb; 
	border-radius: 0;
	letter-spacing: 0;
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
 }
 .app_btn {
	display: none;
  }
  .app_btnSP {
	display: block;
  }

}
