@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

Basic

------------------------------------------------------------ */

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
	font-display: swap;
}

*{font-family: YakuHanJPs_Noto, 'Noto Sans JP', Meiryo, sans-serif;}

body{
	background: #FFF;
	background-size: cover;
	color:#5C473D;
	font-weight: 500;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}


/* ------------------------------------------------------------

Common

------------------------------------------------------------ */

.svg_symbol{display: none;}

.wrap_type01,
.wrap_type02{
	max-width: 1200px;
	padding: 100px 50px 350px;
	margin: 0 auto;
}

/*--404ページ--*/	
.wrap_404{
	text-align: center;
	padding: 120px 30px 0;
	margin-bottom: 360px;
}

.ttl_404{
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.txt_404{margin-bottom: 30px;}

#particles-js{ 
		position:fixed;
		z-index:-10;
		width: 100%;
		height: 100%;
		background-color:#fff;
	}

/* メール
---------------------------------------------- */
.txt_mail::after{content: "@";}

/* リンク
---------------------------------------------- */
.link01{
	color: #FFB403;
	text-decoration: underline !important;
    word-wrap: break-word;
}

.link01:hover{text-decoration: none !important;}

.link_tel01 a{
	color: #5C473D;
	display: none;
}

/* ページタイトル
---------------------------------------------- */
.pagettl{
	position: relative;
	margin: 0 40px;
	height: 500px;
}

.inner_pagettl{
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 60px 0 0;
	padding: 0 40px 20px;
	width: 644px;
	background: #FFF url("../img/bg_pagettl01.png") no-repeat right top;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 200px;
	z-index: 1;
}

.txt_pagettl h1{
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 0 0 15px -8px;
}

.txt_pagettl p{
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.image_pagettl{height: 100%;}

.image_pagettl img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 60px;
}

.image_pagettl img.sp{display: none;}

/* パンくずリスト
---------------------------------------------- */
.breadcrumb{margin-bottom: 30px;}

.breadcrumb ul{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    line-height: 1.2;
}

.breadcrumb ul li{
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
	font-size: 1.2rem;
	position: relative;
}

.breadcrumb ul li::after{
	content: "";
	display: inline-block;
	background: #FFB200;
	width: 12px;
	height: 1px;
	margin-left: 10px;
	vertical-align: 4px;
	border-radius: 1px;
}

.breadcrumb ul li:last-child{margin-right: 0;}

.breadcrumb ul li:last-child::after{display: none;}

.breadcrumb ul li a{
	color: #B9B09D;
	text-decoration: underline;
}

.breadcrumb ul li a:hover{text-decoration: none;}

.breadcrumb ul li.current a{
	color: #FFB200;
	pointer-events: none;
	text-decoration: none;
}

/* ボタン
---------------------------------------------- */
.btn_type01{width: 340px; }

.btn_type01 a{
	position: relative;
	display: block;
	background: #FFF;
	color: #FFB200;
	border: 2px solid #FFB200;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	padding: 29px 52px;
	transition: background .3s, color .3s;
}

.btn_type01 a:hover{
	background: #FFB200;
	color: #FFF;
}

.btn_type01 a .ico_tab01{
	fill:#FFB200;
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -16px;
	transition: fill .3s;
}

.btn_type01 a:hover .ico_tab01{fill: #FFF;}


/* ------------------------------------------------------------

Header

------------------------------------------------------------ */

#header{padding: 35px 40px;}

.header_inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;		
}

.h_logo{
	width: 200px;
	flex: none;
}

.h_logo a{display: block;}

.h_logo a img{
	width: 100%;
	height: auto;
}

.d_logo,
.btn_menu{display: none;}

.drawer{width: 100%;}

.nav_global{
	width: 100%;
	max-width: 780px;
	padding-left: 30px;
	margin-left: auto;
}

.nav_global ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_global ul li a{
	font-weight: 700;
	line-height: 1;
	display: block;
	transition: opacity .3s;
}

.nav_global ul li a:hover{opacity: .7;}

.nav_global ul li:not(.g06) a{
	color: #5C473D;
	padding: 10px 0;
}

.nav_global ul li.g06 a{
	background: #0079C8;
	color: #FFF;
	padding: 11px 30px;
	border-radius: 40px;
	border: 1px solid #0079C8;
	transition: background .3s, color .3s;
}

.nav_global ul li.g06 a:hover{
	background: #FFF;
	color: #0079C8;
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
#footer{
	background: url("../img/bg_texture01.jpg");
	display: flex;
    flex-direction: column;
}

.footer_contact{
	position: relative;
	background: #F5FAFF;
	border-radius: 0 100px 100px 0;
	max-width: 1660px;
	height: 400px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: -200px 50px 0 0;
}

.bg_footer_top{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg_footer_top::before{
	content: "";
	display: block;
	background: url("../img/bg_footer01.png") no-repeat 0 0;
	background-size: cover;
	width: 353px;
	height: 161px;
	position: absolute;
	top: 0;
	left: 0;
}

.bg_footer_top::after{
	content: "";
	display: block;
	background: url("../img/bg_footer02.png") no-repeat 0 0;
	background-size: cover;
	width: 369px;
	height: 106px;
	position: absolute;
	top: 0;
	right: 0;
}

.bg_footer_bottom{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg_footer_bottom::before{
	content: "";
	display: block;
	background: url("../img/bg_footer03.png") no-repeat 0 0;
	background-size: cover;
	width: 289px;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bg_footer_bottom::after{
	content: "";
	display: block;
	background: url("../img/bg_footer04.png") no-repeat 0 0;
	background-size: cover;
	width: 643px;
	height: 94px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer_contact .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 40px;
}

.footer_contact .ttl{
	line-height: 1.2;
	margin-bottom: 28px;
}

.footer_contact .ttl .jp{
	font-size: 3.6rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 0.05em;
}

.footer_contact .ttl .en{
	font-family: "Roboto";
	display: inline-block;
	letter-spacing: 0.05em;
}

.footer_contact .txt{line-height: 1.5;}

.btn_f_contact a{
	display: block;
	padding: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: #5C473D;
	transition: opacity .3s;
}

.btn_f_contact a:hover{opacity: .7;}

.btn_f_contact a .icon{
	display: inline-block;
	background: #0079C8;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	margin-left: 10px;
	vertical-align: 3px;
}

.btn_f_contact a .icon .ico_arrow01{
	width: 12px;
	height: 12px;
	fill: #FFF;
	display: inline-block;
	margin-bottom: -2px;
}

.footer_inner{
	padding: 160px 50px 20px;
	text-align: center;
}

.f_name{
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 45px;
}

.nav_footer{margin-bottom: 135px;}

.nav_footer ul{
	display: flex;
	justify-content: space-between;
	max-width: 792px;
	margin: 0 auto;
}

.nav_footer ul li a{
	display: block;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	padding: 15px 0;
	transition: opacity .3s;
}

.nav_footer ul li a:hover{opacity: .7;}

.f_small{
	color: #FFE3A3;
	font-size: 1.2rem;
	font-family: "Roboto";
	line-height: 1;
	letter-spacing: 0.05em;
}

/* ページトップボタン
---------------------------------------------- */	
#pagetop{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #0079C8;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}

#pagetop.pagetop_show{
	opacity: 1;
	pointer-events: auto;
}

#pagetop .ico_arrow01{
	width: 24px;
	height: 24px;
	fill: #FFF;
	display: inline-block;
	transform: rotate(-90deg);
}

#pagetop span{display: none;}


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	Common

	------------------------------------------------------------ */
	
	html{
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	#wrap_all.open{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		position: relative;
		margin: 0;
		height: auto;
	}

	.image_pagettl{
		height: auto;
		padding-top: 50%;
	}

	.image_pagettl img{
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 0;
	}
	
	.image_pagettl img.pc{display: none;}
	.image_pagettl img.sp{display: block;}
	
	/* リンク
	---------------------------------------------- */	
	.link_tel01 a{
		display: inline;
		text-decoration: underline !important;
	}

	.link_tel01 span{display: none;}
	
	/* ------------------------------------------------------------

	Header

	------------------------------------------------------------ */
	#header{
		padding: 20px 15px;
	}

	.h_logo{width: 160px;}

	/*--メニューボタン--*/
	.btn_menu{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #0079C8;
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 4;
		border-radius: 50%;
	}
	
	.btn_menu.focus-visible{
		outline-color: #FFF;
		outline-offset: -2px;
	}
	
	.btn_menu > span{
		display: inline-block;
		background: #FFF;
		width: 22px;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -11px;
		transition: .7s;
		border-radius: 2px;
	}
	
	.btn_menu > span:nth-of-type(1){margin-top: -6px;}
	.btn_menu > span:nth-of-type(3){margin-top: 6px;}
	
	#wrap_all.open .btn_menu > span:nth-of-type(1){
		transform: rotate(315deg); 
		margin-top: 0;
	}
	
	#wrap_all.open .btn_menu > span:nth-of-type(2){display: none;}
	
	#wrap_all.open .btn_menu > span:nth-of-type(3){
		transform: rotate(-315deg); 
		margin-top: 0;
	}
	
	/*--ドロワーメニュー--*/
	.drawer{
		display: block;
    	width: 100%;
		height: 100%;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		position: fixed;
		top: 0;
		right: 0;
	}
	
	.mode-1024 .drawer{transition: opacity .5s, visibility .5s}
	
	#wrap_all.open .drawer{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	
	.drawer_inner{
		height: 100%;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		background: #FFF;
		padding: 20px 15px 80px;
	}
	
	.d_logo{
		display: block;
		width: 160px;
		margin-bottom: 65px;
	}
	
	.d_logo a{display: block;}
	
	.d_logo a img{
		width: 100%;
		height: auto;
	}

	.nav_global{
		display: block;
		padding: 0 15px;
		margin: 0;
		max-width: 100%;
	}

	.nav_global ul{display: block;}

	.nav_global ul li a{font-size: 1.6rem;}

	.nav_global ul li:not(.g06){border-bottom: 1px solid #F4F4F4;}
	
	.nav_global ul li.g01{border-top: 1px solid #F4F4F4;}
	
	.nav_global ul li:not(.g06) a{padding: 25px 0;}

	.nav_global ul li.g06{
		max-width: 400px;
		margin: 40px auto 0;
	}
	
	.nav_global ul li.g06 a{
		padding: 22px 30px;
		border-radius: 30px;
		text-align: center;
	}
	
	/* ------------------------------------------------------------

	Footer

	------------------------------------------------------------ */
	.bg_footer_top::before{
		background: url("../img/bg_footer01_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 352px;
		height: 126px;
	}
	
	.bg_footer_top::after{
		background: url("../img/bg_footer02_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 120px;
		height: 120px;
	}
	
	.bg_footer_bottom::before{
		background: url("../img/bg_footer03_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 346px;
		height: 134px;
	}
	
	.bg_footer_bottom::after{
		background: url("../img/bg_footer04_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 120px;
		height: 96px;
	}
	
	.footer_contact .inner {
		display: block;
		padding: 0;
		width: auto;
	}
	
	.footer_contact .txt{margin-bottom: 30px;}
	
	.btn_f_contact a {
		text-align: center;
		padding: 0;
	}
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	Common

	------------------------------------------------------------ */

    #wrap_all.open{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
    
	body{
		background: #FFF;
		background-size: cover;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.wrap_type01{padding: 60px 20px 250px;}
	
	.wrap_type02{padding: 60px 30px 250px;}
	
	/*--404ページ--*/
	.wrap_404{
		padding-top: 100px;
		margin-bottom: 300px;
	}
	
	.ttl_404{font-size: 3rem;}
	
	.txt_404 br:nth-of-type(2){display: none;}
	
	
	/* ページタイトル
	---------------------------------------------- */
	.inner_pagettl{
		border-radius: 0 40px 0 0;
		padding: 0 20px 10px;
		max-width: 644px;
		width: calc(100% - 30px);
		background: #FFF url("../img/bg_pagettl01_sp.png") no-repeat right top;
		background-size: contain;
		height: 157px;
	}

	.txt_pagettl h1{
		font-size: 2.8rem;
		  margin: 0 0 18px -5px;
	}

	.txt_pagettl p{font-size: 1.6rem;}

	.image_pagettl{padding-top: 70.666%;}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{margin-bottom: 22px;}

	.breadcrumb ul li{
		margin-right: 6px;
		font-size: 1.1rem;
	}

	.breadcrumb ul li::after{
		width: 8px;
		margin-left: 10px;
		vertical-align: 4px;
	}
	
	/* ボタン
	---------------------------------------------- */
	.btn_type01{
		width: 100%;
		max-width: 335px;
	}

	.btn_type01 a{
		font-weight: 700;
		font-size: 1.6rem;
		padding: 26px 34px;
	}

	.btn_type01 a .ico_tab01{
		width: 24px;
		height: 24px;
		right: 10px;
		margin-top: -12px;
	} 
	
	/* ------------------------------------------------------------

	Header

	------------------------------------------------------------ */
	
	/* ------------------------------------------------------------

	Footer

	------------------------------------------------------------ */
	.footer_contact{
		padding: 0 30px;
		height: 308px;
		margin: -154px 0 0 0;
		border-radius: 0 50px 50px 0;
	}
	
	.bg_footer_top::before{
		width: 176px;
		height: 63px;
	}
	
	.bg_footer_top::after{
		width: 60px;
		height: 60px;
	}
	
	.bg_footer_bottom::before{
		width: 173px;
		height: 67px;
	}
	
	.footer_contact .ttl{margin-bottom: 20px;}
	
	.footer_contact .ttl .jp{
		font-size: 2.6rem;
		margin-right: 12px;
	}
	
	.btn_f_contact a{font-size: 1.7rem;}
	
	.btn_f_contact a .icon{
		width: 18px;
		height: 18px;
		vertical-align: -2px;
	}
	
	.btn_f_contact a .icon .ico_arrow01{
		width: 8px;
		height: 8px;
		margin-bottom: 3px;
	}
	
	.bg_footer_bottom::after{
		width: 60px;
		height: 48px;
	}
	
	.footer_inner{
		padding: 80px 30px 15px;
		text-align: left;
	}

	.f_name{
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.nav_footer{margin-bottom: 70px;}

	.nav_footer ul{display: block;}

	.nav_footer ul li a{
		display: inline-block;
		font-size: 1.3rem;
		padding: 10px 0;
		font-weight: 500;
	}

	.f_small{
		font-size: 1.1rem;
		text-align: center;
	}
	
	
	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}

	#pagetop .ico_arrow01{
		width: 18px;
		height: 18px;
	}
	

	
}/*--@media--*/


