@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Damion&family=Noto+Sans+JP:wght@400;500;700&family=Oswald&family=Zen+Maru+Gothic:wght@500;700&display=swap');

/* ---------------------------------------
  基本情報
-----------------------------------------*/

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}


/* responsive
--------------------------------*/

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}


/* base
--------------------------------*/

body {
	color: #4c4948;
	font-size: 1.0rem;
	text-align: left;
	min-width: 1100px;
}

main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

p,
th,
td,
dt,
dd,
li,
form {
	font-size: 1.8rem;
	line-height: 1.88;
	letter-spacing: 0.06em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

.fade {
	transition: opacity 0.3s ease;
}

.fade:hover {
	opacity: 0.7;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
	font-weight: 700;
}

.white {
	color: #fff;
}

.blue {
	color: #0468b6;
}

.link_txt {
	color: #0468b6;
	text-decoration: underline;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ofi {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


/*font*/

.midashi,
.marugo {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.en {
	font-family: 'Damion', cursive;
	font-weight: 400;
}

.oswald {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}
	main {
		padding-top: 50px;
	}
	.wrap {
		width: 84%;
	}
	p,
	th,
	td,
	dt,
	dd,
	li,
	form {
		font-size: 3.2vw;
	}
	.sp_block {
		display: block;
	}
}


/* ---------------------------------------
  scroll-animation
-----------------------------------------*/

.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

@media screen and (min-width: 769px) {
	.fadein-pc {
		opacity: 0;
		transition: opacity 1s;
	}
	.is-show .fadein-pc {
		opacity: 1;
	}
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}

.delay1 {
	transition-delay: .5s !important;
}

.delay2 {
	transition-delay: 1s !important;
}

.delay3 {
	transition-delay: 1.5s !important;
}

.delay4 {
	transition-delay: 2s !important;
}

.delay5 {
	transition-delay: 2.5s !important;
}

.delay6 {
	transition-delay: 3s !important;
}

.delay7 {
	transition-delay: 3.5s !important;
}

.delay8 {
	transition-delay: 4s !important;
}

.delay9 {
	transition-delay: 4.5s !important;
}

.delay10 {
	transition-delay: 5s !important;
}

.delay12 {
	transition-delay: 6s !important;
}

.delay14 {
	transition-delay: 7s !important;
}


/* ---------------------------------------
  ヘッダー
-----------------------------------------*/

#header {
	background-color: #fff;
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 1000;
}

#header .wrap {
	padding-right: ;
	padding: 10px 120px 10px 0;
}

#header .h_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}

#header .h_top .logo {
	width: 295px;
}

#header .h_top .contact p {
	display: inline-block;
	vertical-align: middle;
}

#header .h_top .contact .txt {
	width: 157px;
	text-align: center;
	color: #fff;
	background-color: #0468b6;
	line-height: 30px;
	letter-spacing: 0.1em;
	border-radius: 15px;
	padding: 0 1em;
	margin-right: 12px;
}

#header .h_top .contact .num {
	color: #0468b6;
	font-size: 3.3rem;
	line-height: 1;
	letter-spacing: 0.06em;
}


/*nav*/

#header nav .gnavi {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header nav .gnavi>li {
	position: relative;
	line-height: 1;
}

#header nav .gnavi>li>a {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 10px 0;
	height: 50px;
	letter-spacing: 0.09em;
	transition: .3s ease;
}

#header nav .gnavi>li>a .ico {
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
}

#header nav .gnavi>li .submenu {
	display: block !important;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.8);
	transition: max-height .4s ease;
	width: 178px;
	z-index: 1;
	padding: 0 13px;
}

#header nav .gnavi>li.dropdown:hover .submenu {
	max-height: 200px;
}

#header nav .gnavi>li .submenu li {
	font-size: 1.6rem;
}

#header nav .gnavi>li .submenu li+li {
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #9d9d9e, #9d9d9e 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
}

#header nav .gnavi>li .submenu li a {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.5;
	padding: 8px 0 8px 15px;
	position: relative;
	transition: .3s ease;
}

#header nav .gnavi>li .submenu li a::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #4c4948;
	border-right: 1px solid #4c4948;
	transform: translate(0, -50%) rotate( 45deg);
	left: 0;
	top: 21px;
	transition: .3s ease;
}

#header nav .gnavi>li .submenu li a:hover {
	color: #0468b6;
}

#header nav .gnavi>li .submenu li a:hover::before {
	border-top: 1px solid #0468b6;
	border-right: 1px solid #0468b6;
}

#header .menu-trigger {
	display: block;
	position: fixed;
	top: 15px;
	right: calc(50% - 600px);
	width: 70px;
	height: 70px;
	z-index: 999;
	background: #ffc93c;
	padding-top: 16px;
	box-shadow: 4px 4px 0 #d9d7c1;
	transition: .3s ease;
}

#header .menu-trigger .ico {
	width: 34px;
	height: 26px;
	margin: 0 auto;
	position: relative;
}

#header .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0;
	width: 100%;
	height: .3rem;
	border-radius: .15rem;
	background-color: #4c4948;
}

#header .menu-trigger span:nth-of-type(1) {
	top: 0;
}

#header .menu-trigger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

#header .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#header .menu-trigger p {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	color: #4c4948;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: -0.05em;
	width: 100%;
	position: absolute;
	bottom: 8px;
	transition: .3s ease;
}

#header .menu-trigger p.close {
	opacity: 0;
}

#header.navOpen .menu-trigger span:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

#header.navOpen .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

#header.navOpen .menu-trigger span:nth-of-type(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(45deg);
}

#header.navOpen .menu-trigger p.open {
	opacity: 0;
}

#header.navOpen .menu-trigger p.close {
	opacity: 1;
}

#header #header_menu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	background-color: rgba(4, 104, 182, 0.94);
	z-index: 998;
}

#header .menuwrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	margin: 0;
	padding: 100px 50px 90px;
}

#header .menuwrap .inner {
	width: 1200px;
	margin: 50px auto 0;
}

#header .menuwrap .menu {
	display: flex;
	justify-content: space-between;
}

#header .menuwrap::before {
	content: "";
	width: 503px;
	height: 102px;
	background: url(../img/common/logo_en.png) no-repeat center / 100% auto;
	position: absolute;
	left: calc(50% - 640px);
	top: -5px;
}

#header .menuwrap .menu .flex {
	min-width: 384px;
}

#header .menuwrap .menu ul li {
	position: relative;
	color: #fff;
}

#header .menuwrap .menu ul li a {
	display: block;
	transition: .3s ease;
}

#header .menuwrap .menu ul.main {
	width: 180px;
}

#header .menuwrap .menu ul.main>li {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	white-space: nowrap;
	padding: 9px 0 10px 30px;
	border-bottom: 1px solid #fff;
}

#header .menuwrap .menu ul.main>li>a {
	line-height: 50px;
}

#header .menuwrap .menu ul.main>li::before,
#header .menuwrap .menu ul.main>li::after {
	content: "";
	position: absolute;
}

#header .menuwrap .menu ul.main>li::before {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	left: 0;
	top: 26px;
}

#header .menuwrap .menu ul.main>li::after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #0468b6;
	border-right: 1px solid #0468b6;
	transform: translate(0, -50%) rotate( 45deg);
	left: 7px;
	top: 36px;
}

#header .menuwrap .menu ul.main ul {
	margin-top: 10px;
	position: relative;
	padding-top: 12px;
}

#header .menuwrap .menu ul.main ul::before {
	content: "";
	width: 180px;
	height: 1px;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
	position: absolute;
	right: 0;
	top: 0;
}

#header .menuwrap .menu ul.main ul li {
	font-weight: 400;
	font-size: 1.7rem;
}

#header .menuwrap .menu ul.main ul li+li {
	margin-top: 12px;
}

#header .menuwrap .menu ul.main ul li::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate( 45deg);
	left: -18px;
	top: 17px;
}

#header .menuwrap .menu_s {
	width: 434px;
	margin: 100px auto 0;
}

#header .menuwrap .menu_s .contact {
	margin-bottom: 25px;
	align-items: center;
}

#header .menuwrap .menu_s .contact p {
	display: inline-block;
	vertical-align: middle;
}

#header .menuwrap .menu_s .contact .txt {
	width: 157px;
	text-align: center;
	color: #0468b6;
	background-color: #fff;
	line-height: 30px;
	letter-spacing: 0.1em;
	border-radius: 15px;
	padding: 0 1em;
}

#header .menuwrap .menu_s .contact .num {
	color: #fff;
	font-size: 3.3rem;
	line-height: 1;
	letter-spacing: 0.06em;
}

#header .menuwrap .menu_s ul.link {
	display: flex;
	justify-content: flex-start;
}

#header .menuwrap .menu_s ul.link li {
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

#header .menuwrap .menu_s ul.link li+li::before {
	content: "／";
	margin: 0 16px;
}

#header .menuwrap .menu_s ul.link li a {
	text-decoration: underline;
	position: relative;
	transition: .3s ease;
}

#header .menuwrap .menu_s ul.link li a .ico {
	width: 24px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: 1px;
}

#header .menuwrap .menu_s ul.sns {
	width: 106px;
}

@media screen and (min-width: 769px) {
	#header .menu-trigger:hover {
		cursor: pointer;
		opacity: .7;
	}
	#header nav .gnavi>li>a:hover {
		color: #0468b6;
	}
	#header .menuwrap a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	#header {
		position: fixed;
		height: 50px;
	}
	#header .wrap {
		width: 100%;
		height: 100%;
		padding: 0 0 0 4vw;
	}
	#header .h_top {
		height: 100%;
		align-items: center;
		margin-bottom: 2px;
	}
	#header .h_top .logo {
		width: 221px;
	}
	/*nav*/
	#header .menu-trigger {
		display: block;
		position: fixed;
		top: 5px;
		right: 1.6vw;
		width: 40px;
		height: 40px;
		padding-top: 10px;
		box-shadow: 3px 3px 0 #d9d7c1;
		transition: .3s ease;
	}
	#header .menu-trigger .ico {
		width: 20px;
		height: 14px;
	}
	#header .menu-trigger span {
		width: 100%;
		height: 2px;
		border-radius: 1px;
	}
	#header .menu-trigger p {
		font-size: .8rem;
		bottom: 3px;
	}
	#header .menuwrap {
		padding: 50px 8%;
	}
	#header .menuwrap .inner {
		width: 100%;
		margin: 8vw auto 0;
	}
	#header .menuwrap .menu {
		flex-wrap: wrap;
		position: relative;
	}
	#header .menuwrap::before {
		width: 67.07vw;
		height: 13.6vw;
		left: 0;
		top: -1vw
	}
	#header .menuwrap .menu .flex {
		min-width: inherit;
		justify-content: space-between;
		width: auto;
		min-width: 36vw;
		margin-top: 5vw;
	}
	#header .menuwrap .menu ul.main {
		width: auto;
		min-width: 36vw;
	}
	#header .menuwrap .flex ul.main+ul.main {
		margin-top: 2.2vw;
	}
	#header .menuwrap .menu ul.main>li {
		font-size: 3.8vw;
		padding: 0 0 0 6vw;
		border-bottom: none;
	}
	#header .menuwrap .menu ul.main>li+li {
		margin-top: 2.2vw;
	}
	#header .menuwrap .menu ul.main>li>a {
		line-height: 1.88;
	}
	#header .menuwrap .menu ul.main>li::before {
		width: 4vw;
		height: 4vw;
		top: 2vw;
	}
	#header .menuwrap .menu ul.main>li::after {
		width: 1.07vw;
		height: 1.07vw;
		left: 1.3vw;
		top: 4vw;
	}
	#header .menuwrap .menu ul.main ul {
		margin-top: 1.4vw;
		padding-top: 0;
	}
	#header .menuwrap .menu ul.main ul::before {
		content: none;
	}
	#header .menuwrap .menu ul.main ul li {
		font-size: 3.4vw;
	}
	#header .menuwrap .menu ul.main ul li+li {
		margin-top: 1vw;
	}
	#header .menuwrap .menu ul.main ul li::after {
		width: 1.33vw;
		height: 1.33vw;
		left: -4.6vw;
		top: 3.4vw;
	}
	#header .menuwrap .menu_s {
		width: 100%;
		margin: 8vw auto 0;
	}
	#header .menuwrap .menu_s .contact {
		margin-bottom: 3vw;
	}
	#header .menuwrap .menu_s .contact .txt {
		width: 31.7vw;
		font-size: 3.62vw;
		line-height: 5.87vw;
		border-radius: 2.935vw;
		padding: 0 .5em;
	}
	#header .menuwrap .menu_s .contact .num {
		font-size: 6.65vw;
		letter-spacing: 0.05em;
	}
	#header .menuwrap .menu_s ul.link {
		align-items: center;
	}
	#header .menuwrap .menu_s ul.link li+li::before {
		margin: 0 3vw;
	}
	#header .menuwrap .menu_s ul.link li a {
		font-size: 3.36vw;
	}
	#header .menuwrap .menu_s ul.link li a .ico {
		width: 4vw;
		margin-right: 2vw;
		vertical-align: .3vw;
	}
	#header .menuwrap .menu_s ul.sns {
		width: 25vw;
	}
	#header .menuwrap .menu_s ul.sns li img {
		width: 9.33vw;
	}
	#header .menuwrap .closebtn {
		display: block;
		text-align: center;
		background: #ffc93c;
		color: #4c4948;
		width: 32vw;
		height: 9.33vw;
		line-height: 9.33vw;
		font-weight: 500;
		font-size: 3.47vw;
		margin: 8vw auto 0;
		position: relative;
		border-radius: 4.665vw;
	}
	#header .menuwrap .closebtn::before {
		content: "";
		top: 50%;
		right: 1em;
		display: block;
		width: 3.87vw;
		height: 3.87vw;
		background: url(../img/common/ico_closebtn.png) no-repeat center / 100% auto;
		transform: translateY(-50%);
		position: absolute;
	}
}


/* ---------------------------------------
  parts
-----------------------------------------*/


/* bg
----------------*/

.bg_blue {
	background-color: #0468b6;
}

.bg_lightblue {
	background-color: #cfe6ed;
}

.bg_lightblue2 {
	background-color: #e7f2f6;
}

.bg_gray {
	background-color: #efeee6;
}

.bg_yellow {
	background-color: #ffc93c;
}


/* btn
----------------*/

.btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 50px;
	background-color: #ffc93c;
	font-weight: 500;
	font-size: 1.8rem;
	height: 50px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	padding: 0 3em 0 1.8em;
	border-radius: 25px;
	transition: .3s ease;
}

.btn.bgwhite a {
	background-color: #fff;
}

.btn.back a {
	padding: 0 3.219em;
}

.btn a::before,
.btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: .3s ease;
}

.btn a::before {
	width: 20px;
	height: 20px;
	border: 2px solid #4c4948;
	border-radius: 50%;
	right: 16px;
}

.btn a::after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #4c4948;
	border-right: 1px solid #4c4948;
	transform: translate(0, -50%) rotate(45deg);
	right: 24px;
}

.btn.back a::before {
	right: auto;
	left: 16px;
}

.btn.back a::after {
	transform: translate(0, -50%) rotate(-135deg);
	right: auto;
	left: 24px;
}

.btn_box a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 3px solid #4c4948;
	border-radius: 20px;
	box-shadow: 5px 5px 0 #d9d7c1;
	transition: .3s ease;
}

.btn_box.sb a {
	box-shadow: 5px 5px 0 #045285;
}

.btn_box.bg_b a {
	background-color: #0468b6;
}

span.ico_arw {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #4c4948;
	border-radius: 50%;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translate(0, -50%);
	transition: .3s ease;
}

span.ico_arw::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #4c4948;
	border-right: 1px solid #4c4948;
	position: absolute;
	right: 6px;
	top: 8px;
	transform: translate(0, -50%) rotate(45deg);
}


/*contact_btn*/

.contact_btn * {
	color: #4c4948;
}

.contact_btn {
	max-width: 792px;
	margin: 0 auto;
}

.contact_btn .inner {
	width: 100%;
	height: 100px;
	border-radius: 50px;
	background-color: #ffc93c;
	padding: 15px;
	display: flex;
	align-items: center;
	position: relative;
}

.contact_btn .midashi {
	color: #4c4948;
	line-height: 1.5;
	background-color: #fff;
	width: 184px;
	padding: 0 1em;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 35px;
}

.contact_btn .number {
	padding: 8px 20px 0;
}

.contact_btn .number .tel {
	font-size: 3.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.contact_btn .number .time {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: .5em;
}

.contact_btn .mail {
	height: 100%;
	background-repeat: repeat-y;
	background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 3px);
	background-size: 1px 3px;
	background-position: left top;
}

.contact_btn .mail a {
	padding-left: 25px;
	padding-right: 35px;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.contact_btn .mail .ico {
	margin-right: 15px;
}

.contact_btn .mail .txt {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.6;
}

.contact_btn .mail .ico_arw {
	right: 0;
}

.contact_btn .mail .ico_arw,
.contact_btn .mail .ico_arw::after {
	border-color: #fff;
}

.contact_btn.bg_y * {
	color: #4c4948;
}
.contact_btn.bg_y .inner{
	background-color: #ffc93c;
}

.contact_btn.bg_y .midashi{
	color: #4c4948;
}
.contact_btn.bg_y .mail {
	background-image: linear-gradient(to bottom, #4c4948, #4c4948 1px, transparent 1px, transparent 3px);
}
.contact_btn.bg_y .mail .ico_arw,
.contact_btn.bg_y .mail .ico_arw::after {
	border-color: #4c4948;
}

/*slick*/
.slick-slider{
  opacity: 0;
}
.slick-slider.slick-initialized{
  opacity: 1;
}
@media screen and (min-width: 769px) {
	.btn a:hover {
		background-color: #ffb13c;
	}
	.btn_box a:hover {
		transform: translate(5px, 5px);
		box-shadow: none!important;
	}
}

@media screen and (max-width: 768px) {
	.btn a {
		min-width: 37.33vw;
		height: 9.33vw;
		font-size: 3.47vw;
		padding: 0 3em 0 1.8em;
		border-radius: 4.65vw;
	}
	.btn a::before {
		width: 3.73vw;
		height: 3.73vw;
		border: 2px solid #4c4948;
		right: 3.2vw;
	}
	.btn a::after {
		width: 1vw;
		height: 1vw;
		right: 4.8vw;
	}
	.btn.back a::before {
		left: 3.2vw;
	}
	.btn.back a::after {
		left: 4.8vw;
	}
	.btn_box a {
		border: 2px solid #4c4948;
		border-radius: 3.73vw;
		box-shadow: .8vw .8vw 0 #d9d7c1;
	}
	.btn_box.sb a {
		box-shadow: .8vw .8vw 0 #045285;
	}
	span.ico_arw {
		width: 3.73vw;
		height: 3.73vw;
		border: 2px solid #4c4948;
		right: 2vw;
	}
	span.ico_arw::after {
		width: 1vw;
		height: 1vw;
		right: 1vw;
		top: 1.35vw;
	}
	/*contact_btn*/
	.contact_btn .inner {
		height: auto;
		border-radius: 5.34vw;
		padding: 4vw 5vw 2vw;
		display: block;
	}
	.contact_btn .midashi {
		font-size: 4vw;
		padding: 0 1em;
		width: 100%;
		height: 8vw;
		border-radius: 4.5vw;
	}
	.contact_btn .number {
		padding: 3vw 0;
	}
	.contact_btn .number .tel {
		text-align: center;
		font-size: 7.8vw;
	}
	.contact_btn .number .time {
		text-align: center;
		font-size: 3.2vw;
	}
	.contact_btn .mail {
		background-repeat: repeat-x;
		background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	.contact_btn .mail a {
		justify-content: center;
		padding: 0;
		padding: 3vw 0;
	}
	.contact_btn .mail .ico {
		width: 11vw;
		margin-right: 15px;
	}
	.contact_btn .mail .txt {
		font-weight: 700;
		font-size: 3.6vw;
	}
}


/* pagettl
----------------*/

#pagettl .wrap {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pagettl .ttl {
	font-weight: 700;
	font-size: 4.3rem;
	letter-spacing: 0.14em;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

#pagettl .ttl .ico {
	margin-right: .4em;
}

@media screen and (max-width: 768px) {
	#pagettl .wrap {
		height: 30vw;
	}
	#pagettl .ttl {
		font-size: 8vw;
	}
}


/* breadcrumb
----------------*/

.breadcrumb {
	width: 100%;
	padding: 9px 0;
	border-top: 1px solid #4c4948;
	border-bottom: 1px solid #4c4948;
}

.breadcrumb .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb .list li {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	margin-right: 3em;
	position: relative;
}

.breadcrumb .list li:last-child {
	margin-right: 0;
}

.breadcrumb .list li::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #4c4948;
	border-bottom: 1px solid #4c4948;
	position: absolute;
	right: -1.6em;
	top: .5em;
	transform: rotate(-45deg);
}

.breadcrumb .list li:last-child::after {
	display: none;
}

.breadcrumb .list li a {
	color: #8a8a8b;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		padding: 1.6vw 0;
	}
	.breadcrumb::before {
		background-size: 76vw auto;
	}
	.breadcrumb .list {
		width: 92%;
	}
	.breadcrumb .list li {
		font-size: 3.2vw;
		margin-right: 1.8em;
	}
	.breadcrumb .list li::after {
		width: 1.2vw;
		height: 1.2vw;
		right: -1em;
		top: .6em;
	}
}


/* sidenav
----------------*/

#sidenav {
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 101;
	text-align: right;
}

#sidenav li {
	width: 49px;
	height: 179px;
	margin-right: 4px;
}

#sidenav li+li {
	margin-top: 16px;
}

#sidenav li a {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 5px 7px 10px 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
	background-color: #0468b6;
	box-shadow: 4px 4px 0 #045285;
	background-image: url(../img/common/bg_stripe.png);
	transition: .3s ease;
}

#sidenav li a .ico {
	display: inline-block;
	margin-bottom: 8px;
}

#sidenav li.nav01 a {
	color: #4c4948;
	background-color: #ffc93c;
	box-shadow: 4px 4px 0 #c5835f;
}

@media screen and (min-width: 769px) {
	#sidenav li a {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#sidenav li a:hover {
		background-color: #044f9f;
	}
	#sidenav li.nav01 a:hover {
		background-color: #ffb13c;
	}
}

@media screen and (max-width: 768px) {
	#sidenav {
		width: 100%;
		height: 12.4vw;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		text-align: center;
	}
	#sidenav li {
		width: 30.4vw;
		height: 12.4vw;
		display: inline-block;
		margin: 0 1.2vw;
		box-shadow: none;
	}
	#sidenav li+li {
		margin-top: 0;
	}
	#sidenav li a {
		padding: 1.4vw 3vw 0;
		display: block;
		text-align: center;
		font-size: 3.47vw;
		background-size: 2.6vw;
		box-shadow: .8vw 0 0 #045285;
	}
	#sidenav li a .ico {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-bottom: .6vw;
		width: 100%;
		height: 5vw;
	}
	#sidenav li.nav01 a {
		box-shadow: .8vw 0 0 #c5835f;
	}
	#sidenav li.nav01 a .ico img {
		width: 5.07vw;
	}
	#sidenav li.nav02 a .ico img {
		width: 5.33vw;
	}
	#sidenav li.nav03 a .ico img {
		width: 4vw;
	}
}


/* pagetop
----------------*/

#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

#pagetop a {
	display: block;
	width: 70px;
	height: 70px;
	color: #4c4948;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	background-color: #ffb13c;
	border-radius: 50%;
	position: relative;
	box-shadow: 2px 2px 0 #d9d7c1;
	padding-top: 25px;
	overflow: hidden;
	transition: .3s ease;
}

#pagetop a::before {
	content: "";
	width: 12px;
	height: 12px;
	border-right: 2px solid #4c4948;
	border-top: 2px solid #4c4948;
	position: absolute;
	left: 50%;
	top: 11px;
	transform: translateX(-50%) rotate(-45deg)
}

@media screen and (max-width: 768px) {
	#pagetop {
		bottom: 14vw;
		right: 2.4vw;
	}
	#pagetop a {
		width: 10.67vw;
		height: 10.67vw;
		font-size: 2.74vw;
		box-shadow: .4vw .4vw 0 #d9d7c1;
		padding-top: 4vw;
	}
	#pagetop a::before {
		width: 1.6vw;
		height: 1.6vw;
		border-right: 1px solid #4c4948;
		border-top: 1px solid #4c4948;
		top: 2vw;
	}
}


/* ---------------------------------------
  フッター
-----------------------------------------*/

footer {
	padding: 70px 0 30px;
}

footer * {
	color: #fff;
}

footer .f_top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	position: relative;
}

footer .f_top::before {
	content: "";
	width: 100%;
	height: 1px;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #cfe6ed, #cfe6ed 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
	position: absolute;
	left: 0;
	bottom: 0;
}

footer .f_top .info {
	width: 560px;
	position: relative;
}

footer .f_top .info .logo {
	width: 388px;
	margin-bottom: 36px;
}

footer .f_top .info .logo img {
	max-width: inherit;
	width: 100%;
}

footer .f_top .info .name {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
}

footer .f_top .info .address {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}

footer .f_top .info .number {
	margin-top: 10px;
	justify-content: flex-start;
}

footer .f_top .info .number p {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

footer .f_top .info .number p+p {
	margin-left: 1em;
}

footer .f_top .info .sns {
	width: 106px;
	position: absolute;
	right: 0;
	bottom: 0;
}

footer .f_top .imgwrap {
	width: 588px;
}

footer .f_top .imgwrap>div {
	width: 282px;
}

footer .f_top .gmap {
	height: 188px;
	position: relative;
}

footer .f_top .gmap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

footer .f_menu {
	padding: 50px 0 60px;
}

footer .f_menu .menuwrap .flex {
	min-width: 376px;
}

footer .f_menu .menuwrap ul li {
	position: relative;
}

footer .f_menu .menuwrap ul li a {
	transition: .3s ease;
}

footer .f_menu .menuwrap ul.main {
	width: auto;
}

footer .f_menu .menuwrap ul.main>li {
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding-left: 30px;
}

footer .f_menu .menuwrap ul.main>li+li {
	margin-top: 8px;
}

footer .f_menu .menuwrap ul.main>li::before,
footer .f_menu .menuwrap ul.main>li::after {
	content: "";
	position: absolute;
}

footer .f_menu .menuwrap ul.main>li::before {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	left: 0;
	top: 7px;
}

footer .f_menu .menuwrap ul.main>li::after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #0468b6;
	border-right: 1px solid #0468b6;
	transform: translate(0, -50%) rotate( 45deg);
	left: 7px;
	top: 17px;
}

footer .f_menu .menuwrap ul.main ul {
	margin-top: 6px;
}

footer .f_menu .menuwrap ul.main ul li {
	font-weight: 400;
	font-size: 1.7rem;
}

footer .f_menu .menuwrap ul.main ul li+li {
	margin-top: 4px;
}

footer .f_menu .menuwrap ul.main ul li::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate( 45deg);
	left: -18px;
	top: 17px;
}

footer .f_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

footer .f_bottom ul.link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

footer .f_bottom ul.link li {
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

footer .f_bottom ul.link li+li::before {
	content: "／";
	margin: 0 16px;
}

footer .f_bottom ul.link li:last-child {
	margin-left: 30px;
}

footer .f_bottom ul.link li:last-child::before{
	display: none;
}

footer .f_bottom ul.link li a {
	text-decoration: underline;
	position: relative;
	transition: .3s ease;
}

footer .f_bottom ul.link li a .ico {
	width: 24px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: 1px;
}

footer .f_bottom .copyright {
	font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
	footer .f_menu .menuwrap ul li a:hover {
		opacity: .7;
	}
	footer .f_bottom ul.link li a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	footer {
		padding: 13vw 0 12.4vw;
	}
	footer .f_top {
		display: block;
		padding-bottom: 8.67vw;
	}
	footer .f_top::before {
		background-image: linear-gradient(to right, #cfe6ed, #cfe6ed 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	footer .f_top .info {
		width: 100%;
		position: relative;
	}
	footer .f_top .info .logo {
		width: 77.6vw;
		margin-bottom: 7.2vw;
	}
	footer .f_top .info .name {
		font-size: 4vw;
		text-align: center;
		margin-bottom: 3.4vw;
	}
	footer .f_top .info .sp_flex {
		display: flex;
		align-items: center;
		margin-bottom: 6vw;
	}
	footer .f_top .info .sp_flex>div {
		width: 50%;
	}
	footer .f_top .info .address {
		font-size: 3.2vw;
		line-height: 1.66;
	}
	footer .f_top .info .number {
		margin-top: 1.4vw;
	}
	footer .f_top .info .number p {
		font-size: 4.8vw;
	}
	footer .f_top .info .number p+p {
		margin-left: 0;
		margin-top: 1.6vw;
	}
	footer .f_top .imgwrap {
		width: 100%;
	}
	footer .f_top .imgwrap>div {
		width: 100%;
	}
	footer .f_top .gmap {
		height: 56vw;
	}
	footer .f_menu {
		padding: 8vw 0 6vw;
	}
	footer .f_menu .menuwrap .flex {
		min-width: inherit;
		justify-content: space-between;
		width: auto;
		min-width: 36vw;
		margin-top: 5vw;
	}
	footer .f_menu .menuwrap>ul.main {
		width: auto;
		min-width: 36vw;
	}
	footer .f_menu .menuwrap .flex ul.main+ul.main {
		margin-top: 2.2vw;
	}
	footer .f_menu .menuwrap ul.main>li {
		font-size: 3.8vw;
		padding-left: 6vw;
	}
	footer .f_menu .menuwrap ul.main>li+li {
		margin-top: 2.2vw;
	}
	footer .f_menu .menuwrap ul.main>li::before {
		width: 4vw;
		height: 4vw;
		top: 2vw;
	}
	footer .f_menu .menuwrap ul.main>li::after {
		width: 1.07vw;
		height: 1.07vw;
		left: 1.3vw;
		top: 4vw;
	}
	footer .f_menu .menuwrap ul.main ul {
		margin-top: 1.4vw;
	}
	footer .f_menu .menuwrap ul.main ul li {
		font-size: 3.4vw;
	}
	footer .f_menu .menuwrap ul.main ul li+li {
		margin-top: 1vw;
	}
	footer .f_menu .menuwrap ul.main ul li::after {
		width: 1.33vw;
		height: 1.33vw;
		left: -4.6vw;
		top: 3.4vw;
	}
	footer .f_bottom {
		flex-wrap: wrap;
		align-items: center;
	}
	footer .f_bottom ul.link li {
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.08em;
	}
	footer .f_bottom ul.link li+li::before {
		margin: 0 3vw;
	}
	footer .f_bottom ul.link li a {
		font-size: 3.36vw;
	}
	footer .f_bottom ul.link li a .ico {
		width: 4vw;
		margin-right: 2vw;
		vertical-align: .3vw;
	}
	.bnr-reformguide {
		width: 100%;
		text-align: center;
		padding-top: 6vw;
	}
	.bnr-reformguide a {
		width: 48vw;
		display: inline-block;
	}
	footer .f_bottom .copyright {
		width: 100%;
		text-align: center;
		font-size: 2.8vw;
		margin: 5vw 0 4vw;
	}
	footer .f_bottom ul.sns {
		width: 25vw;
	}
	footer .f_bottom ul.sns li img {
		width: 9.33vw;
	}
}


/* ---------------------------------------
  clearfix
-----------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}


/* End Hack */
