@charset "UTF-8";
/* header
-----------------------------------------------------*/
header {
	width: 100%;
	height: 126px;
	background: #fff;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
}
header .header-inn {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
header .header-top {
	width: 100%;
	height: 78px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/*ロゴ*/
header #logo {
	width: 360px;
	padding: 0;
}
header #logo a {
	display: block;
}
header #logo a img {
	width: 100%;
	display: block;
}
header ul.icon {
	width: 450px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header ul.icon li {
	margin-left: 10px;
}

/* gnavi */
.gnavi {
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.gnavi li {
	width: calc(100% / 7);
	display: block;
}
.gnavi li a {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	overflow: hidden;
	outline: none;
	background: var(--color-primary);
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.gnavi li a::before {
	content: '';
	width: 1px;
	height: 45px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.gnavi li:first-child a::before {
	content: none;
}
.gnavi li a img {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.gnavi li a:hover img {
	background: none !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

@media (max-width: 900px) {
	/*ロゴ*/
	header #logo {
		width: calc(100% - 460px);
		max-width: 360px;
	}
}

@media (min-width: 769px) {
	.gnav-wrap {
		display: block !important;
	}
}
@media (max-width: 768px) {
	header {
		width: 100%;
		height: auto;
		background: #fff;
		position: absolute;
		z-index: 99999;
	}
	header .header-inn {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
		padding: 0;
	}
	header .header-top {
		width: 100%;
		height: auto;
		background: #fff;
		position: relative;
		z-index: 998;
	}

	/*ロゴ*/
	header #logo {
		width: 100%;
		max-width: initial;
		height: 60px;
		padding: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header #logo a img {
		width: 80%;
		max-width: 360px;
		margin: 0 auto;
		display: block;
	}

	header .is-sticky {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.is-fixed .is-sticky {
		position: fixed;
		top: 0;
		left: 0;
	}

	header ul.icon {
		width: calc(100% - 60px);
		padding: 0;
		display: flex;
		align-items: center;
		position: static;
		top: 0;
		left: 0;
		z-index: 99;
	}
	header ul.icon li {
		width: calc(100% / 3);
		margin-left: 0;
		margin-right: 0;
	}
	header ul.icon li a {
		width: 100%;
		height: 60px;
		padding: 0 0.5vw 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}
	.icon-inquiry {
		background: var(--color-accent);
	}
	.icon-apply {
		background: var(--color-red);
	}
	.icon-line {
		background: #06c755;
	}

	header ul.icon li a img {
		width: 5vw;
		max-width: 30px;
		margin-right: 1.5vw;
	}
	header ul.icon li a:hover img {
		width: 5vw;
		max-width: 30px;
		margin-right: 1vw;
		background: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	header ul.icon li a p {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		line-height: 1.2;
	}

	header .gnav-wrap {
		width: 100%;
		height: 100%;
		display: none;
		padding: 120px 0 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 997;
		overflow: auto;
	}

	.is-fixed .gnav-wrap {
		padding: 60px 0 0;
	}
	.gnavi {
		width: 100%;
		max-width: initial;
		height: 100%;
		margin: 0 auto;
		display: block;
	}
	.gnavi li {
		width: 100%;
		display: block;
	}
	.gnavi li a {
		width: 100%;
		height: auto;
		padding: 3vw 2vw;
		display: block;
		text-decoration: none;
		overflow: hidden;
		outline: none;
		background: var(--color-primary);
		background-size: auto 100%;
		border-left: none;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		color: #fff;
		font-size: 4.2vw;
		font-weight: bold;
	}
	.gnavi li a::before {
		content: none;
	}
	.gnavi li a img {
		width: 30vw;
		max-width: initial;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	/* 開閉ボタン */
	.sp-menu-trigger {
		width: 60px;
		height: 60px;
		max-height: 60px;
		z-index: 2001;
		background: var(--color-primary);
		border: none;
	}
	.sp-menu-btn {
		width: 60%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.sp-menu-btn span {
		display: block;
		height: 2px;
		background: #fff;
		position: absolute;
		width: 100%;
		left: 0;
		transition: 0.5s ease-in-out;
	}
	.sp-menu-btn span:nth-child(1) {
		top: calc(50% - 15%);
	}
	.sp-menu-btn span:nth-child(2) {
		top: calc(50%);
	}
	.sp-menu-btn span:nth-child(3) {
		top: calc(50% + 15%);
	}

	/*開閉ボタンopen時*/
	.is-open .sp-menu-btn span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg);
		background: #fff;
	}
	.is-open .sp-menu-btn span:nth-child(2) {
		opacity: 0;
	}
	.is-open .sp-menu-btn span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg);
		background: #fff;
	}
}

/* common style
-----------------------------------------------------*/
/* color */
.col-b {
	color: var(--color-primary);
}
.col-lb {
	color: var(--color-secondary);
}
.col-o {
	color: var(--color-accent);
}
.col-r {
	color: var(--color-red);
}
.bg-b {
	background: var(--color-light-blue);
}
.bg-o {
	background: var(--color-light-orange);
}
/* layout */
main {
	overflow-x: hidden;
	background-color: #fff;
}

span.inlinne {
	display: inline-block;
}
.cont-wrap {
	padding: 70px 0;
}
.cont-inn {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.sec-wrap + .sec-wrap {
	margin-top: 70px;
}

/* ttl */
.ttl-wrap {
	margin-bottom: 50px;
}
.ttl-bg {
	background: var(--color-primary);
	position: relative;
	padding: 0.7em;
}
.ttl-bg::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: var(--color-primary) transparent transparent transparent;
}
.sec-ttl {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.ttl-bg .sec-ttl {
	color: #fff;
}
.lower-ttl {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 50px;
	position: relative;
}
.lower-ttl::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: var(--color-primary);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.cont-ttl {
	background: var(--color-primary);
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	padding: 0.3em 1em;
	line-height: 1.4;
	margin-bottom: 30px;
}
.widget-ttl {
	font-size: 2.6rem;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 2px solid var(--color-primary);
	padding-bottom: 0.2em;
	margin-bottom: 30px;
}
.widget-ttl::before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../../img/common/icon_arrow_b.svg) no-repeat center;
	background-size: 100%;
	transform: rotate(-90deg);
	margin-right: 0.5em;
}
/* txt */
.line {
	text-decoration: underline;
}
.note-txt {
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
}
.read-txt {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}
.dot-list li {
	list-style: none;
	position: relative;
	padding-left: 1em;
	margin-left: 0.5em;
}
.dot-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.8em;
	width: 4px;
	height: 4px;
	background: var(--color-black);
	border-radius: 50%;
}
/* btn */
.link-normal {
	color: var(--color-accent);
	text-decoration: underline;
	font-weight: 600;
}

.btn {
	display: block;
	width: 100%;
	max-width: 425px;
	margin: 0 auto;
}
.btn-wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 50px 0;
}
.btn-s {
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.btn-s.howto {
	background: var(--color-secondary);
}
.btn-s.apply {
	background: var(--color-red);
}
.btn-s.back {
	background: var(--color-line-gray);
}
.btn-s.inquiry {
	background: var(--color-accent);
}
.btn-s.apply::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 25px;
	background: url(../../img/common/icon_apply.svg) no-repeat center;
	background-size: 100%;
	margin-right: 0.3em;
}
.btn-s.inquiry::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 25px;
	background: url(../../img/common/icon_inquiry.svg) no-repeat center;
	background-size: 100%;
	margin-right: 0.3em;
}
@media (max-width: 900px) {
	.cont-inn {
		width: 90%;
		max-width: initial;
	}
}
@media (max-width: 768px) {
	main {
		margin-top: 120px;
	}
	.cont-wrap {
		padding: 10vw 0;
	}
	.sec-wrap + .sec-wrap {
		margin-top: 10vw;
	}
	/* ttl */
	.ttl-wrap {
		margin-bottom: 7vw;
	}
	.sec-ttl {
		font-size: 6.8vw;
	}
	.ttl-bg::after {
		border-width: 4vw 4vw 0 4vw;
	}
	.lower-ttl {
		font-size: 7.2vw;
		padding-bottom: 3vw;
		margin-bottom: 7vw;
	}
	.lower-ttl::after {
		width: 10vw;
	}
	.cont-ttl {
		font-size: 5.4vw;
		padding: 0.4em 1em;
		margin-bottom: 5vw;
	}
	.widget-ttl {
		font-size: 4.8vw;
		margin-bottom: 5vw;
	}
	.widget-ttl::before {
		width: 6.9vw;
		height: 6.9vw;
	}
	/* txt */
	.note-txt {
		font-size: 3.2vw;
	}
	.read-txt {
		font-size: 4vw;
		margin-bottom: 5vw;
	}
	.dot-list li::before {
		width: 1.067vw;
		height: 1.067vw;
	}
	/* btn */
	.btn {
		width: 90%;
		max-width: 425px;
	}
	.btn-wrap {
		flex-wrap: wrap;
		gap: 5vw;
		margin: 7vw 0;
	}
	.btn-s {
		width: 56vw;
		font-size: 4.8vw;
		height: 13.3vw;
		line-height: 13.3vw;
		border-radius: 1.3vw;
	}
	.btn-s.apply::before,
	.btn-s.inquiry::before {
		width: 6.133vw;
		height: 6.667vw;
	}
}

/* cta
-----------------------------------------------------*/
.cta {
	background: var(--color-light-orange);
}
.lower .cta {
	margin-bottom: 70px;
}
.cta .cont-inn {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.cta-read {
	margin-top: 70px;
	text-align: center;
}
.cta-read p {
	font-size: 2.6rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 0.5em 0 1em;
}
.cta-read span {
	font-size: 3.6rem;
	color: var(--color-accent);
}
.cta-read p::before,
.cta-read p::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2px;
	height: 1.5em;
	background: var(--color-black);
	transform: translateY(-50%) rotate(-20deg);
}
.cta-read p::before {
	left: 0;
}
.cta-read p::after {
	right: 0;
	transform: translateY(-50%) rotate(20deg);
}
@media (max-width: 768px) {
	.lower .cta {
		margin-bottom: 10vw;
	}
	.cta .cont-inn {
		flex-wrap: wrap;
		gap: 5vw;
	}
	.cta-read {
		margin-top: 10vw;
		line-height: 1.4;
		margin-bottom: 2vw;
	}
	.cta-read p {
		font-size: 4.8vw;
		padding: 0 1em 0 1.2em;
	}
	.cta-read span {
		font-size: 6.8vw;
	}
	.cta-read p::before,
	.cta-read p::after {
		width: 2px;
		height: 3em;
	}
}

/* bnr-slider
-----------------------------------------------------*/
.bnr-slider {
	padding: 0 5%;
}
.bnr-slider a {
	margin: 0 10px;
}
.bnr-slider .slick-prev:before,
.bnr-slider .slick-next:before {
	content: none !important;
}
.bnr-slider .slick-prev,
.bnr-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px !important;
	height: 36px !important;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent !important;
	z-index: 2;
	transition: 0.3s ease-in-out;
}
.bnr-slider .slick-prev {
	left: 0 !important;
	background: url(../../img/common/icon_arrow_b.svg) no-repeat center !important;
}
.bnr-slider .slick-next {
	right: 0 !important;
	background: url(../../img/common/icon_arrow_b.svg) no-repeat center !important;
	transform: translateY(-50%) scaleX(-1);
}
.bnr-slider .slick-prev:hover,
.bnr-slider .slick-next:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.special .cont-inn {
		width: 100%;
	}
	.bnr-slider {
		padding: 0;
	}
	.bnr-slider a {
		margin: 0 2vw;
	}
	.bnr-slider .slick-prev,
	.bnr-slider .slick-next {
		width: 9.6vw !important;
		height: 9.6vw !important;
	}
	.bnr-slider .slick-prev {
		left: 5vw !important;
	}
	.bnr-slider .slick-next {
		right: 5vw !important;
	}
}

/* footer
-----------------------------------------------------*/
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	background: var(--color-light-blue);
	padding: 30px;
}
.footer-info {
	font-size: 1.4rem;
}
.footer-ttl {
	font-size: 1.8rem;
	font-weight: 700;
}
.footer-menu ul {
	display: flex;
	justify-content: flex-end;
	font-size: 1.2rem;
}
.footer-menu ul li a {
	color: var(--color-primary);
	text-decoration: underline;
}
.footer-slider {
	margin: 40px auto;
}
.bnr-slider a p {
	font-size: 1.4rem;
	color: var(--color-primary);
	text-decoration: underline;
	text-align: center;
}
.copyright {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1em;
}
@media (max-width: 768px) {
	.footer-bottom {
		gap: 0;
		padding: 5vw;
	}
	.footer-info {
		font-size: 3.2vw;
	}
	.footer-ttl {
		font-size: 4.8vw;
		font-weight: 700;
	}
	.footer-menu {
		display: none;
	}
	.footer-slider {
		margin: 7vw auto;
	}
	.footer-slider.cont-inn {
		width: 100%;
	}
	.bnr-slider a p {
		font-size: 3.2vw;
	}
	.copyright {
		font-size: 2.6vw;
	}
}

/* フォームreset
-----------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='tel'],
button,
textarea,
select {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.inquiry ::placeholder,
.inquiry ::-ms-input-placeholder,
.inquiry:-ms-input-placeholder {
	color: #acacac;
	opacity: 1;
}

/*  パンくず
--------------------------------------------------- */

.breadcrumb-wrap {
	margin: 15px 0 30px;
}
.breadcrumb-wrap .breadcrumbs ol {
	width: 100%;
	line-height: 1.4;
}
.breadcrumb-wrap .breadcrumbs ol li {
	position: relative;
	font-size: 1.4rem;
	display: inline;
}
.breadcrumb-wrap .breadcrumbs ol li a {
	color: var(--color-primary);
}
.breadcrumb-wrap .breadcrumbs ol li::after {
	content: '>';
	margin: 0 5px;
	display: inline-block;
}
.breadcrumb-wrap .breadcrumbs ol li:last-child::after {
	content: none;
}
@media (max-width: 768px) {
	.breadcrumb-wrap {
		margin: 3vw 0 4vw;
	}
	.breadcrumb-wrap .breadcrumbs ol li {
		font-size: 3.2vw;
	}
	.breadcrumb-wrap .breadcrumbs ol li::after {
		content: '>';
		margin: 0 2vw;
	}
}

/* ページャー
-----------------------------------------------------*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	gap: 0 10px;
}
.wp-pagenavi .pager_item {
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-light-blue);
	color: var(--color-primary);
	border: var(--color-primary) 1px solid;
	font-size: 2rem;
	line-height: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0.4;
}
.wp-pagenavi span {
	opacity: 1;
}
@media (min-width: 769px) {
	.wp-pagenavi a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: 'alpha(opacity=70)';
	}
}
@media (max-width: 768px) {
	.wp-pagenavi {
		display: flex;
		justify-content: center;
		gap: 0 2vw;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 9vw;
		height: 9vw;
		font-size: 3.6vw;
	}
}

/* サーチ
-----------------------------------------------------*/
.search-box form {
	position: relative;
	display: flex;
	justify-content: center;
	width: 75%;
	margin: 0 auto;
}
.search-box input {
	background: var(--color-light-blue);
	width: calc(100% - 120px);
	font-size: 2.4rem;
	padding: 0.5em 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid var(--color-primary);
	border-right: none;
}

.search-box button {
	width: 120px;
	background: var(--color-secondary);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search-box button img {
	width: 25%;
	margin: 0 auto;
}
.lower .search-box form {
	margin: 0 auto 0 0;
}

@media (max-width: 768px) {
	.search-box form {
		width: 100%;
	}
	.seach-ttl {
		font-size: 4.8vw;
		margin-bottom: 4vw;
	}

	.search-box {
		position: relative;
		display: flex;
		width: 100%;
		margin: 0 auto;
	}
	.search-box input {
		width: calc(100% - 18vw);
		font-size: 4.8vw;
		padding: 0.5em 1em;
		border-top-left-radius: 1vw;
		border-bottom-left-radius: 1vw;
	}

	.search-box button {
		width: 10vw;
		background: var(--color-secondary);
		border-top-right-radius: 1vw;
		border-bottom-right-radius: 1vw;
	}
	.search-box button img {
		width: 50%;
		margin: 0 auto;
	}
}
