@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

img {
	vertical-align: bottom;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Zen Kaku Gothic New", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #382422;
	font-size: 16px;
	line-height: 1.6;
	background: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a {color:#1a0dab; text-decoration:underline;}
a:hover {color:#1a0dab; text-decoration:none;}
a:hover img {opacity: 0.8; transition: all .1s ease;}

a:link {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

::selection {
	background: #57915a;
	color: #ffffff;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



/****************************************

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}		.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}	.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}	.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}	.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}	.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}	.mb100{margin-bottom:100px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}
.pt65{padding-top:65px !important;}

.pb05{padding-bottom:5px !important;}	.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 1000px){

.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	ヘッダー

*****************************************/
header {}
#header {
	width: 100%;
	margin: 0 auto;
	height: 90px;
}

.header__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
}
.header__logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	padding: 15px 0 15px 0;
}


.header__menu {
	width: 170px;
	background: #dced23;
	margin: 20px 5% 0 auto;
	text-align: center;
	background-image: url("../../common/header_arrow.svg");
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 22px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.header__menu a {
	padding: 14px;
	display: block;
	color: #382422;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.header__menu:hover {
	opacity: .80;
}



.top-nav {
	padding: 30px 0 20px 0;
}
.top-nav__list {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	gap: 64px;
}
.top-nav__item a {
	position: relative;
	display: inline-block;
	padding: 0 0 20px 0;
	color: #382422;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .02em;
	text-decoration: none;
	line-height: 1.2;
}
.top-nav__item a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 4px;
	width: 10px;
	height: 10px;
	transform: translateX(-50%) rotate(45deg);
	border-right: 2px solid #382422;
	border-bottom: 2px solid #382422;
	pointer-events: none;
}
.top-nav__item a:hover {
	opacity: .80;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a {
	background-image: url("../../common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 50px;
	height: 50px;
}



footer{}
#footer {
	background-image: url("../../common/footer_bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
}

.footer__logo {
	text-align: center;
	padding: 55px 0 15px 0;
}
.footer__address {
	text-align: center;
	color: #382422;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 0 30px 0;
}
.footer__tel {
	text-align: center;
	padding: 0 0 55px 0;
}


.footer__copyright {
	background-image: url("../../common/footer_bg02.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.footer__copyright p {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	padding: 13px 0 13px 0;
}



/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ふわっ（上から）*/
.fadeDown{
	animation-name: fadeDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownAnime{
	opacity: 0;
}



/****************************************

	home

*****************************************/
#top {}



.top-visual {
	position: relative;
}
.slider {
	margin: 0 auto;
	width: 100%;
}
.slick-img img {
	height: auto;
	width: 100%;
}

.top-visual__text {
	position: absolute;
	top: 2vw;
	right: 10vw;
}
.top-visual__text img {
	width: 7.1vw;
	height: auto;
}



.top-sec01 {
	background-image: url("../../img/sec01_bg01.png");
	background-repeat: no-repeat;
	background-position: center top 330px;
}
.top-sec01__inner {
	padding: 60px 0 0 0;
	background:
	url("../../img/sec01_prt03.png") no-repeat right 3vw top / 151px 222px,
	url("../../img/sec01_prt02.png") no-repeat left 28vw top 530px / 80px 104px,
	url("../../img/sec01_prt01.png") no-repeat left 3vw top 300px / 73px 94px;
}



.top-news {}
.top-news__inner {
	width: 1000px;
	margin: 0 auto 110px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-news__title {
	width: 170px;
}

.top-news__contents {
	width: 660px;
}
.top-news__contents--box {
	margin: 0 auto;
	padding: 0 10px 0 0;
}

.top-news__contents--box iframe {
	height: 190px;
}



.top-news__contents--box p {
	color: #382422;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #9C969D;
}
.top-news__contents--box p span {
	margin: 0 10px 0 0;
}



.top-link {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 280px 0;
}

.top-link ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.top-link ul li {
	margin: 0 20px 0 0;
}
.top-link ul li:last-child {
	margin: 0;
}

.top-link__txt {
	text-align: center;
	color: #382422;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 8px 0;
}
.top-link__image {
	text-align: center;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}



.top-education {
	background:
	url("../../img/education_prt01.png") no-repeat right 6vw bottom 3vw / 140px 211px;
}
.top-education__inner {
	width: 1000px;
	margin: 0 auto;
}

.top-education__title {
	padding: 0 0 70px 0;
}

.top-education__contents {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #dced23;
}
.top-education__txt {
	width: 438px;
}
.top-education__image {
	width: 562px;
	text-align: center;
	margin: -110px 0 0 0;
}



.top-sec02 {
	background-image: url("../../img/sec02_bg01.png");
	background-repeat: no-repeat;
	background-position: center top 20vw;
	background-size: 100%;
	position: relative;
}
.top-sec02::before {
	content: '';
	display: inline-block;
	width: 100vw;
	height: 7.8vw;
	background-image: url("../../img/sec02_bg02.png");
	background-position: left bottom;
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -7vw;
	left: 0;
	z-index: 10;
}
.top-sec02::after {
	content: '';
	display: inline-block;
	width: 71px;
	height: 87px;
	background-image: url("../../img/oneday_prt03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -140px;
	left: 430px;
	z-index: 10;
}

.top-sec02__inner {}



.top-content {}
.top-content__inner {
	width: 1000px;
	margin: 0 auto;
	background:
	url("../../img/content_prt01.png") no-repeat left 2vw bottom / 72px 79px;
}

.top-content__title {
	text-align: center;
	color: #382422;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin: 55px 0 30px 0;
}
.top-content__txt {
	text-align: center;
	color: #382422;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
	padding: 0 0 70px 0;
}


.top-content__imagelist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 0 0 100px 0;
}
.top-content__imagelist li {
	padding: 0 20px 0 0;
}
.top-content__imagelist li:last-of-type {
	padding: 0;
}



.top-oneday {}
.top-oneday__inner {
	width: 1000px;
	margin: 0 auto;
}
.top-oneday__title {
	text-align: right;
	padding: 0 0 75px 0;
}



.top-oneday__012age {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 0 0 150px 0;
	background:
	url("../../img/oneday_prt02.png") no-repeat right 10px bottom 25px / 84px 94px;
}
.top-oneday__012age-contents {
	width: 362px;
}
.top-oneday__012age-image {
	width: 638px;
}

.top-oneday__012age-title {
	color: #382422;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	background-image: url("../../img/oneday_prt01.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding: 0 0 0 35px;
	margin: 0 0 20px 0;
}
.top-oneday__012age-title span {
	font-size: 18px;
	padding: 0 0 0 10px;
}

.top-oneday__012age-time {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0 0 0 40px;
}
.top-oneday__012age-time dt {
	width: 95px;
	color: #382422;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}
.top-oneday__012age-time dd {
	color: #382422;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}

.top-oneday__012age-imagelist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-oneday__012age-imagelist li:nth-of-type(1) {
	padding: 0 10px 10px 0;
}
.top-oneday__012age-imagelist li:nth-of-type(2) {
	padding: 0 0 10px 0;
}
.top-oneday__012age-imagelist li:nth-of-type(3) {
	padding: 0 10px 0 0;
}
.top-oneday__012age-imagelist li:nth-of-type(4) {
	padding: 0;
}


.top-oneday__345age {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 0 0 50px 0;
}
.top-oneday__345age-contents {
	width: 362px;
}
.top-oneday__345age-image {
	width: 638px;
}

.top-oneday__345age-title {
	color: #382422;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	background-image: url("../../img/oneday_prt01.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding: 0 0 0 35px;
	margin: 0 0 20px 0;
}
.top-oneday__345age-title span {
	font-size: 18px;
	padding: 0 0 0 10px;
}

.top-oneday__345age-time {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0 0 0 40px;
}
.top-oneday__345age-time dt {
	width: 95px;
	color: #382422;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}
.top-oneday__345age-time dd {
	color: #382422;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}

.top-oneday__345age-imagelist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-oneday__345age-imagelist li:nth-of-type(1) {
	padding: 0 10px 10px 0;
}
.top-oneday__345age-imagelist li:nth-of-type(2) {
	padding: 0 0 10px 0;
}
.top-oneday__345age-imagelist li:nth-of-type(3) {
	padding: 0 10px 0 0;
}
.top-oneday__345age-imagelist li:nth-of-type(4) {
	padding: 0;
}



.top-event {
	padding: 0 0 100px 0;
	margin: 13vw 0 0 0;
	background:
	url("../../img/event_prt05.png") no-repeat right 8vw top 2vw / 139px 197px;
}
.top-event__inner {
	width: 1000px;
	margin: 0 auto;
}
.top-event__title {
	padding: 0 0 75px 0;
}
.top-event__list {
	width: 950px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0 30px;
}
.top-event__item {
	flex: 0 0 215px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.top-event__subtitle {
	height: 63px;
	margin: 0 0 25px 0;
}

.top-event__txt {
	margin: 0 0 25px 0;
}
.top-event__txt li {
	position: relative;
	color: #382422;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 0 0 20px;
	margin: 0 0 12px 0;
}
.top-event__txt li::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 2px;
	color: #382422;
	font-size: 16px;
}

/* 画像を常にカード下辺へ */
.top-event__image {
	border-top: 1px solid #C9C6CA;
	padding: 25px 0 0 0;
	margin-top: auto;
	text-align: center;
}



.top-guide {}
.top-guide__inner {
	width: 1000px;
	margin: 0 auto;
}
.top-guide__title {
	text-align: right;
	padding: 0 0 45px 0;
}

.top-guide__txt {
	text-align: center;
	color: #382422;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 5px 0;
}
.top-guide__btn {
	text-align: center;
	padding: 0 0 50px 0;
}


.top-search__txt {
	color: #382422;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 5px 0;
	width: 335px;
	margin: 0 auto;
}
.top-search__btn {
	text-align: center;
	padding: 0 0 110px 0;
}



.top-support {
	background: #faf7ee;
	scroll-margin-top: 30px;      /* 見出しを-30px上げている分のズレ解消 */
	margin: 0 0 130px 0;
}
.top-support::after {
	content: '';
	display: inline-block;
	width: 84px;
	height: 94px;
	background-image: url("../../img/support_prt02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -55px;
	right: 25vw;
	z-index: 10;
}
.top-support__inner {
	width: 1000px;
	margin: 0 auto;
	background:
	url("../../img/support_prt01.png") no-repeat left bottom / 412px 82px;
	padding: 0 0 230px 0;
	position: relative;
}

.top-support__title {
	padding: 0 0 50px 0;
}
.top-support__title img {
	margin: -30px 0 0 0;
}

.top-support__catch {
	width: 710px;
	margin: 0 auto;
	color: #549255;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.739;
}

.top-support__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 840px;
	margin: 0 auto;
}

.top-support__item {
	width: 360px;
	margin: 50px 120px 0 0;
}
.top-support__item:nth-of-type(2n) {
	margin: 50px 0 0 0;
}

.top-support__subtitle {
	text-align: center;
	color: #382422;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	background: #dced23;
	background-size: 22px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	padding: 10px;
	margin: 0 0 15px 0;
}

.top-support__txt {
	color: #382422;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.667;
}

.top-support__speechbubble {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	padding: 20px;
	border-radius: 15px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	color: #382422;
}
.top-support__speechbubble::after {
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent #FFFFFF;
	translate: -50% -100%;
}



.top-circle {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding: 90px 0 0 0;
}

.top-circle__contents {
	width: 420px;
	margin: 0 27px 0 20px;
}
.top-circle__btn {
	margin: 80px auto 0 auto;
	width: fit-content;
}
.top-circle__image {
	width: 533px;
}



.top-access {
	padding: 0 0 65px 0;
	background:
	url("../../img/access_prt01.png") no-repeat right 6vw top 60px / 234px 267px;
}
.top-access__inner {
	border-top: 1px solid #dced23;
	padding: 80px 0 0 0;
	width: 1000px;
	margin: 0 auto;
}
.top-access__title {
	padding: 0 0 45px 0;
}

.top-access__box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.top-access__map {
	width: 450px;
	margin: 0 50px 0 0;
}
/* 計算方法　長方形動画（600:400）の場合100÷450×400=88.88888888888889% に設定 */
.top-access__map-google {
	text-align: center;
	padding: 0 0 88.88888888888889% 0;
	position: relative;
	width: 100%;
}
.top-access__map-google iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.top-access__info {
	width: 500px;
}

.top-access__name {
	color: #382422;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	padding: 40px 0 30px 0;
}
.top-access__name span {
	font-size: 18px;
}
.top-access__txt {
	color: #382422;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
}
.top-access__txt span {
	color: #382422;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
}

.top-access__txt a {
	color: #382422;
	text-decoration: none;
}
.top-access__txt a:hover {
	color: #382422;
	text-decoration: underline;
}

.top-access__txt span a {
	color: #382422;
	text-decoration: underline;
}
.top-access__txt span a:hover {
	color: #382422;
	text-decoration: none;
}
/*番号のクリック・タッチイベントを無効化*/
.top-access__txt span.link-none {
	pointer-events: none;
}



.top-policy {
	padding: 0 0 110px 0;
}
.top-policy__inner {}
.top-policy__title {
	text-align: center;
	color: #382422;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 18px 0;
}
.top-policy__txt {
	text-align: center;
	color: #382422;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.top-policy__txt span {
	position: relative;
	padding: 0 0 5px 0;
}
.top-policy__txt span::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #382422;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
