@charset "shift_jis";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.contact a:hover {
		opacity: 0.7;
	}
	.mainVisual h2 img {
		margin-top: -53px;
	}
	section ul {
		display: flex;
		justify-content: space-between;
	}
	.mainVisual ul {
		display: flex;
		justify-content: center;
	}
	.mainVisual ul li {
		margin: 0 12px;
		width: 740px;
	}
	.contact .ttl {
		margin-top: -10px;
	}
	.contact .box01 {
		margin-left: 155px;
	}
}
.mainVisual {
	min-height: 766px;
	background: url("../img/index/bg01.png") no-repeat center center /cover;
}
.mainVisual h2 {
	margin: 0 auto -15px;
	padding-left: 58px;
	max-width: 1448px;
	width: 90.5%;
}
.contact {
	margin-bottom: 89px;
	background: linear-gradient(90deg, rgb(255, 250, 220) 0%, rgb(255, 230, 160) 100%);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.contact .content {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	align-items: center;
}
h2 {
	margin-bottom: 24px;
	text-align: center;
}
.sec01 {
	margin-bottom: 90px;
}
.sec01 h2 {
	margin-top: 27px;
	margin-bottom: 27px;
}
.sec01 li {
	width: 285px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.sec02 {
	padding-top: 88px;
	padding-bottom: 90px;
	background-color: #fff;
}
.sec02 ul {
	align-items: flex-start;
}
.sec02 h2 {
	margin-bottom: 23px;
}
.sec02 li {
	padding: 0 15px 15px;
	width: 380px;
	border-radius: 15px;
	background-color: #f2f6fa;
	box-sizing: border-box;
	overflow: hidden;
}
.sec02 .image {
	margin: 0 -15px;
}
.sec02 .inner {
	margin-top: -15px;
	padding: 22px 25px 23px;
	background-color: #fff;
	border-radius: 9px;
	overflow: hidden;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}
.sec02 .inner p {
	margin-top: 8px;
	margin-right: -20px;
	opacity: 0;
	height: 0;
	letter-spacing: 0.08em;
	transition: all .5s;
}
input[type="checkbox"] {
	display: none;
}
.sec02 input[type="checkbox"]:checked ~ p {
	opacity: 1;
	height: auto;
}
.sec03 {
	margin: 90px auto 90px;
}
.sec03 .top {
	margin-bottom: 30px;
}
.sec03 .top li {
	width: 585px;
	border-radius: 15px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.sec03 .btm {
	padding: 30px 15px 15px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.sec03 h2 {
	margin-bottom: 19px;
}
.sec03 .inner li {
	width: 285px;
}
.sec03 .inner li img {
	border-radius: 6px;
	overflow: hidden;
}
.sec03 .inner li.special {
	position: relative;
}
.sec03 .inner li.special::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/index/icon01.png") no-repeat center center / 40px auto;
	position: absolute;
	top: -7px;
	left: -7px;
}
.sec04 {
	padding: 90px 0 94px;
	background-color: #fff;
}
.sec04 ul {
	align-items: flex-start;
}
.sec04 li {
	width: 220px;
	padding: 0 15px 15px;
	background-color: #f2f6fa;
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
}
.sec04 .accordion-label {
	margin-left: -15px;
}
.sec04 .white {
	margin-top: 10px;
	padding: 14px 15px;
	background-color: #fff;
	border-radius: 4px;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec04 .white:first-of-type {
	margin-top: 17px;
}
.sec04 .accordion-label::before {
	top: 15px;
}
.sec04 .accordion-label::after {
	top: 21px;
}
.sec04 li:not(:last-child)::after {
	content: "";
	width: 15px;
	height: 20px;
	background: url("../img/index/icon03.png") no-repeat center center / 15px auto;
	position: absolute;
	top: 17px;
	right: -20px;
}
.sec04 .accordion-label {
	display: flex;
	align-items: center;
}
.sec04 .accordion-label .ttl {
	margin: 15px 0 0 14px;
}
.sec04 .inner {
	margin-top: 8px;
	height: 0;
	opacity: 0;
	transition: all .5s;
	overflow: hidden;
}
.sec04 input[type="checkbox"]:checked ~ .inner {
	height: auto;
	opacity: 1;
}

.sec04 p.inner {
	text-align: center;
	letter-spacing: 0.04em;
}
.sec04 .inner > p {
	text-align: center;
	letter-spacing: 0.04em;
}
.sec04 h4 {
	margin-bottom: 3px;
}
.sec04 + .contact {
	box-shadow: none;
	align-items: flex-start;
}
.sec04 + .contact .ttl {
	margin: 1px 0 20px;
	text-align: center;
}
.contact .box02 {
	margin-top: -15px;
	margin-left: -80px;
}
.btnBox {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	text-align: center;
}
.sec05 {
	margin-bottom: 32px;
}
.sec05 ul {
	margin-bottom: 17px;
	display: block;
}
.sec05 li {
	margin-bottom: 11px;
	padding: 16px 10px 16px 47px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.sec05 li:last-child {
	margin-bottom: 0;
}
.sec05 h2 {
	margin-bottom: 22px;
}
.sec05 h3 {
	margin-bottom: 2px;
	position: relative;
}
.sec05 h3::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #003296;
	position: absolute;
	top: 3px;
	left: -27px;
	border-radius: 2px;
}
.sec05 h4 {
	margin: 6px 0 4px 14px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	position: relative;
}
.sec05 h4::before {
	content: "";
	width: 10px;
	height: 3px;
	background-color: #003296;
	position: absolute;
	top: 14px;
	left: -16px;
	border-radius: 2px;
}
.sec05 p {
	letter-spacing: 0.08em;
}
.sec05 p.tips {
	margin: 5px 0 2px;
	color: #787878;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: 0.04em;
}
.date {
	margin-bottom: 24px;
	text-align: right;
	font-size: 1.4rem;
}
.sec05 .inner {
	padding: 0 29px 18px;
	background-color: #fff;
	border-radius: 6px;
}
.sec05 .inner h2 {
	margin: 0 -29px 21px;
	padding: 17px 10px 13px;
	background-color: #dae4ee;
}
.sec05 .inner .tips {
	margin-bottom: 12px;
	font-size: 1.2rem;
}
.sec05 p > span {
	display: block;
	text-indent: -21px;
	margin-left: 21px;
}
.sec05 p.tips > span {
	text-indent: -15px;
	margin-left: 15px;
}
.sec05 .inner .text {
	margin-bottom: 8px;
	margin-left: 15px;
	letter-spacing: 0.08em;
	position: relative;
}
.sec05 .inner .text:last-child {
	margin-bottom: 0;
}
.sec05 .inner .text::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #003296;
	position: absolute;
	top: 10px;
	left: -14px;
	border-radius: 50%;
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding-bottom: 16px;
		min-height: inherit;
		background-image: url("../img/index/sp_bg01.png");
	}
	.mainVisual h2 {
		padding: 19px 0 0;
		margin: 0 11px 0 14px;
		width: auto;
	}
	.mainVisual ul {
		margin: -15px 12px 0;
	}
	.mainVisual ul li {
		margin-bottom: 2px;
	}
	.mainVisual ul li img {
		width: 100%;
	}
	.contact {
		margin-bottom: 44px;
	}
	.contact .content {
		padding: 8px 13px 9px 54px;
		flex-direction: column;
		position: relative;
		z-index: 2;
	}
	.contact .content::before {
		content: "";
		width: 88px;
		height: 125px;
		background: url("../img/index/sp_text_img32.png") no-repeat center center/ 88px auto;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.contact .ttl {
		margin-bottom: -1px;
	}
	h2 {
		margin: 0 auto 18px;
	}
	.sec01 {
		margin-bottom: 48px;
	}
	.sec01 h2 {
		margin-bottom: 18px;
		width: 310px;
	}
	.sec01 li {
		margin-top: 10px;
		width: auto;
	}
	.sec01 li img {
		width: 100%;
	}
	.sec02 {
		padding-bottom: 50px;
		padding-top: 51px;
	}
	.sec02 h2 {
		margin-bottom: 22px;
		width: 257px;
	}
	.sec02 li {
		margin-top: 20px;
		width: auto;
	}
	.sec02 .image img {
		width: 100%;
	}
	.sec02 .accordion-label {
		margin-bottom: 5px;
	}
	.sec02 .inner {
		padding: 22px 5px 20px;
	}
	.sec02 input[type="checkbox"] ~ p {
		margin-top: 12px;
		margin-right: 0;
		letter-spacing: 0.04em;
	}
	.sec02 li:first-child input[type="checkbox"] ~ p {
		margin: 12px -5px 0;
	}
	.sec03 {
		margin: 50px auto;
	}
	.sec03 .top {
		margin-bottom: 20px;
	}
	.sec03 .top li {
		margin-top: 20px;
		width: auto;
	}
	.sec03 .top li img {
		width: 100%;
	}
	.sec03 .btm {
		padding: 30px 10px 10px;
	}
	.sec03 h2 {
		margin-bottom: 15px;
	}
	.sec03 .inner li {
		margin-top: 10px;
		width: auto;
	}
	.sec03 .inner li img {
		width: 100%;
	}
	.sec03 .inner li.special::before {
		top: -5px;
		left: -5px;
	}
	.sec04 {
		padding: 50px 0;
	}
	.sec04 h2 {
		margin-bottom: 20px;
	}
	.sec04 li {
		margin-top: 19px;
		width: auto;
	}
	.sec04 li:not(:last-child)::after {
		width: 50px;
		height: 32px;
		background: url("../img/index/sp_icon03.png") no-repeat center center /50px auto;
		top: inherit;
		right: inherit;
		left: 50%;
		bottom: -26px;
		transform: translateX(-50%);
		z-index: 2;
	}
	.sec04 .accordion-label .ttl {
		margin: 13px 0 0 auto;
		width: calc(100% - 150px);
		padding-right: 68px;
		text-align: center;
		height: 21px;
	}
	.sec04 .accordion-label .ttl img {
		width: auto;
		height: 100%;
		text-align: center;
	}
	.sec04 .inner {
		margin-top: 4px;
		font-size: 1.6rem;
	}
	.sec04 .inner > p {
		font-size: 1.6rem;
	}
	.sec04 .white:first-of-type {
		margin-top: 14px;
	}
	.sec04 .white {
		padding-bottom: 13px;
	}
	.sec04 .white p {
		font-size: 1.6rem;
	}
	.sec04 + .contact {
		margin-bottom: 50px;
	}
	.sec04 + .contact .content {
		padding: 30px 12px 29px;
	}
	.sec04 + .contact .content::before {
		background: none;
	}
	.sec04 + .contact .ttl {
		margin: 0 9px -24px 14px;
	}
	.contact .btn01 {
		margin-bottom: 7px;
	}
	.sec04 + .contact .btnBox {
		display: block;
	}
	.sec05 {
		margin-bottom: 40px;
	}
	.sec05 h2 {
		width: 148px;
	}
	.sec05 li {
		margin-bottom: 10px;
		padding-bottom: 13px;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	.sec05 .inner {
		padding: 0 16px 18px 29px;
		overflow: hidden;
	}
	.sec05 .inner h2 {
		width: calc(100% + 35px);
	}
}
.button-wrap--center {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 2em 0 0 0;
}
.button-v5 {
    display: flex;
}
.button-wrap--center > * {
    justify-content: center;
	width: 100%;
}
.button-v5 .button-v5__type--blank {
	position: relative;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.button-v5 .button-v5__type--blank .button-v5__label {
	font-size: 2.0rem;
    font-weight: 700;
}
.button-v5 .button-v5__type--blank:after {
    background-color: transparent;
    background-image: url(/app-files/img/sprite/icon.svg#blank2-usage);
    content: "別ウィンドウで開く";
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-position: center center !important;
	background-size: contain !important;
	color: transparent;
	text-indent: -9999px;
	vertical-align: middle;
	white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
    .button-wrap--center[data-col-pc="1"] {
        flex-direction: column !important;
    }
	.button-v5 .button-v5__type--blank {
		padding: 0.8em 60px 1em 34px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	}
	.button-v5 .button-v5__type--blank .button-v5__label {
		font-size: 2.0rem;
		font-weight: 700;
	}
	.button-v5 .button-v5__type--blank:after {
        right: -10px;
		margin-top: -8px;
		width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 767.98px) {
	.button-v5 .button-v5__type--blank .button-v5__label {
        font-weight: 700;
		font-size: 1.4rem;
    }
	.button-v5 .button-v5__type--blank {
        padding: 1em 42px 1em 20px;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
		line-height: 1.4;
		width: 100%;
	}
	.button-v5 .button-v5__type--blank:after {
        right: -12px;
		margin-top: -5px;
		width: 13px;
        height: 13px;
    }
}
.consult {
    display: block;
    width: 100%;
}
.consult__column__item {
    border-radius: 12px;
    background: #fff;
	padding: 1.5rem;
	flex: 1;
}
.consult__tel__number {
    color: #0b3190 !important;
}
.consult__head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.consult__heading3 {
    position: relative;
    padding-left: 3rem;
}
.consult__heading3:before {
    display: block;
    position: absolute;
    left: 0;
    background: url(/app-files/img/sprite/icon.svg#check-usage) no-repeat 0 0;
    background-size: contain;
    content: "";
}
#gFooter .consult__column {
	text-align: left;
}
#gFooter .button-v5__label {
	font-size: 1.4rem;
}
#gFooter .button-v5 .button-v5__type--blank {
	padding: 0.8em 15px 1em 10px;
	width: 100%;
}
#gFooter .button-v5 .button-v5__type--blank:after {
	right: -7px;
	margin-top: -3px;
}
@media print, screen and (min-width: 768px) {
    .consult {
        margin: 4rem 0 0;
        padding: 0 29px;
    }
	.consult__heading3:before {
        top: .05em;
        width: 24px;
        height: 24px;
    }
	.consult__inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
	.consult__head + .consult__body {
        padding-top: 20px;
    }
	.consult__body {
        padding: 29px 0;
    }
	.consult__heading {
		font-size: 2rem;
		font-weight: bold;
	}
	#gFooter [data-col-pc]:not([data-col-pc="1"]) {
        display: flex;
        flex-flow: row wrap;
		gap: 1rem;
    }
	#gFooter .consult__column__item > * {
		margin: 1rem;
	}
	#gFooter .consult__button p {
		margin: 1rem 0 1rem 0;
	}
	.consult__tel__number {
        margin-top: 1.2rem;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1;
    }
	a[href^="tel:"] {
        display: inline-block !important;
        color: #000;
        text-decoration: none;
        cursor: default;
        pointer-events: none;
    }
	.pageTop {
		margin-left: 45px;
	}
}
@media (max-width: 896px) {
    .contact.sp .content {
        padding: 8px 13px 9px 63px;
    }
	.consult__column__item {
		margin: 1rem 0 1rem 0;
	}
	.consult__heading {
		font-size: 1.7rem;
		font-weight: bold;
	}
	#gFooter .button-v5 {
		margin-bottom: 1rem;}
	#gFooter .button-v5__label {
		font-size: 1.3rem;
	}
	#gFooter .button-v5 .button-v5__type--blank {
		padding: 0.8em 10px 1em 5px;
		width: 100%;
	}
	.consult__heading3:before {
        top: 0.1em;
        width: 20px;
        height: 20px;
    }
	a.consult__tel__number {
		font-size: 2rem;
		font-weight: 500;
	}
}