@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
html{
	scroll-behavior: smooth;
}
body {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 751px) {
	body{
		/*min-width: 750px;*/
	}
	main{
		max-width: 750px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	.no_pc{
		display: none;
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	body{
		width: 100%;
		min-width: 320px;
	}
	#all{
		width: 100%;
	}
	.no_sp{
		display: none;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

/* fv
---------------------------------------------------------- */
.fv{
	position: relative;
	overflow: hidden;
}
.fv_anim{
	position: absolute;
	top: 17%;
	right: 5%;
	width: 37%;
	height: auto;
	max-width: 280px;
}


/* advisor
---------------------------------------------------------- */
.advisor ul li{
	list-style: none;
	position: relative;
}
.advisor ul li a{
	display: block;
	position: absolute;
	bottom: 12.5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 590px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.advisor ul li a{
		width: calc(590vw / 750 * 100);
	}
}


/* step
---------------------------------------------------------- */
.step01_cont,
.step02_cont_01{
	position: relative;
}
.step01_cont a,
.step02_cont_01 a{
	display: block;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	width: 590px;
}
.step02_cont_01 a{
	bottom: 4.5%;
}
.step_accordion{
	width: 100%;
	background: url("img/bg_step_accordion_sp.webp") repeat-y top center;
	background-size: contain;
}
/*.step_accordion::after{
	content: "";
	display: block;
	background: url("img/bg_step_accordion_btm_sp.webp") no-repeat bottom center;
	background-size: contain;
	width: 100%;
	height: 103px;
}*/
.step_accordion > div{
	width: 590px;
	margin: auto;
}
.step_accordion dl{
	margin-bottom: 4%;
}
.step_accordion dt{
	cursor: pointer;
	position: relative;
}
.step_accordion dt::before{
	content: "";
	display: block;
	background: url("img/icon_plus.webp") no-repeat;
	background-size: contain;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 32%;
	right: 5%;
}
.step_accordion dt.on::before{
	background-image: url("img/icon_minus.webp");
}
.step_accordion dt img{
	border-radius: 7px;
}
.step_accordion dt.on img{
	border-radius: 7px 7px 0 0;
}
.step_accordion dd{
	display: none;
}
.step_accordion dd img{
	border-radius: 0 0 10px 10px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.step01_cont a,
	.step02_cont_01 a,
	.step_accordion > div{
		width: calc(590vw / 750 * 100);
	}
	/*.step_accordion::after{
		height: calc(103vw / 750 * 100);
	}*/
	.step_accordion dt::before{
		width: calc(29vw / 750 * 100);
		height: calc(29vw / 750 * 100);
	}
	.step_accordion dt img{
		border-radius: calc(7vw / 750 * 100);
	}
	.step_accordion dt.on img{
		border-radius: calc(7vw / 750 * 100) calc(7vw / 750 * 100) 0 0;
	}
	.step_accordion dd img{
		border-radius: 0 0 calc(10vw / 750 * 100) calc(10vw / 750 * 100);
	}
}


/* cv
---------------------------------------------------------- */
.cv{
	padding: 10% 0;
}
.cv a{
	display: block;
	margin: auto;
	width: 590px
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv a{
		width: calc(590vw / 750 * 100);
	}
}


/* fixed-banner
---------------------------------------------------------- */
.fixed-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	width: 750px;
	margin: auto;
	padding-bottom: 1%;
}
.fixed-banner ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 96.5%;
	margin: auto;
}
.fixed-banner ul li{
	width: 355px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.fixed-banner{
		width: 100%;
	}
	.fixed-banner ul li{
		width: 49%;
	}
}



/* footer
---------------------------------------------------------- */
.l-footer a{
	text-decoration: none;
}
/* PCのみ */
@media all and (min-width: 751px) {
	.l-footer {
		padding: 24px 0 160px;
		background: #f7f8fc
	}

	.l-footer__inner01 {
		width: 1062px;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.l-footer__inner02 {
		width: 1062px;
		margin: auto
	}

	.l-footer__title {
		color: #df0515;
		font-size: 12px;
		margin-top: 8px
	}

	.l-footer__logo {
		width: 120px
	}

	.l-footer__menu {
		width: 210px
	}

	.l-footer__menu__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 64px
	}

	.l-footer__menu__title {
		font-size: 14px;
		font-weight: 600;
		line-height: 175%;
		margin-top: 16px;
		margin-bottom: 8px
	}

	.l-footer__menu__title:first-child {
		margin-top: 0
	}

	.l-footer__menu__link {
		font-size: 12px;
		line-height: 175%;
		margin-bottom: 4px;
		display: block;
		-webkit-transition: .5s all;
		transition: .5s all
	}

	.l-footer__menu__link:hover {
		color: #df0515
	}

	.l-footer__menu__link .icon {
		width: 16px;
		height: 16px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 4px;
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7078_15709)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.78564 5.59626C4.78564 5.35957 4.97752 5.16769 5.21422 5.16769H7.57136C7.80805 5.16769 7.99993 5.35957 7.99993 5.59626C7.99993 5.83295 7.80805 6.02483 7.57136 6.02483H5.64279V11.5963H11.2142V9.4534C11.2142 9.21671 11.4061 9.02483 11.6428 9.02483C11.8795 9.02483 12.0714 9.21671 12.0714 9.4534V12.0248C12.0714 12.2615 11.8795 12.4534 11.6428 12.4534H5.21422C4.97752 12.4534 4.78564 12.2615 4.78564 12.0248V5.59626Z' fill='%23585D63'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33974 8.47264C8.17237 8.30527 8.17237 8.03392 8.33974 7.86655L11.7702 4.43607L12.3763 5.04216L8.94583 8.47264C8.77847 8.64001 8.50711 8.64001 8.33974 8.47264Z' fill='%23585D63'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64279 4.73912C8.64279 4.50242 8.83467 4.31055 9.07136 4.31055H12.0714C12.3081 4.31055 12.4999 4.50242 12.4999 4.73912V7.73912C12.4999 7.97581 12.3081 8.16769 12.0714 8.16769C11.8347 8.16769 11.6428 7.97581 11.6428 7.73912V5.16769H9.07136C8.83467 5.16769 8.64279 4.97581 8.64279 4.73912Z' fill='%23585D63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7078_15709'%3E%3Crect width='10' height='10' fill='white' transform='translate(3.5 3.02539)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
		background-size: 100% 100%
	}

	.l-footer__security {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 48px auto 0;
		gap: 80px;
		background-color: #fff;
		padding: 12px 24px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.l-footer__security__body__title {
		font-size: 12px;
		font-weight: 600;
		line-height: 175%
	}

	.l-footer__security__body__text {
		font-size: 12px;
		line-height: 175%;
		margin: 8px auto 0
	}

	.l-footer__security__link {
		width: 67px
	}

	.l-footer__security__link__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		padding: 12px 24px;
		gap: 16px
	}

	.l-footer__text {
		border-top: 1px solid #e9ebf5;
		padding: 12px 0;
		margin: 75px auto 0;
		font-size: 12px;
		text-align: center
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	.l-footer {
		background: #f7f8fc;
		padding-bottom: 21%;
	}

	.l-footer__inner {
		padding: 48px 32px 24px
	}

	.l-footer__inquiry {
		border-bottom: 2px solid #e9ebf5;
		padding-bottom: 48px
	}

	.l-footer__inquiry__title {
		text-align: center;
		font-size: 28px;
		font-weight: 600;
		color: #585d63
	}

	.l-footer__inquiry__tel {
		text-align: center;
		background: #fff;
		border-radius: 24px;
		-webkit-box-shadow: 0 2px 6px 0 #eee5e5;
		box-shadow: 0 2px 6px 0 #eee5e5;
		padding: 32px 24px;
		margin: 16px auto 0;
		-webkit-transition: .5s all;
		transition: .5s all;
		opacity: 1
	}

	.l-footer__inquiry__tel:active {
		opacity: .7
	}

	.l-footer__inquiry__tel i {
		width: 54px;
		display: table-cell;
		vertical-align: middle
	}

	.l-footer__inquiry__tel .--text01 {
		font-family: "Roboto Condensed";
		font-size: 56px;
		font-weight: 500;
		line-height: 160%;
		padding-left: 16px;
		display: table-cell;
		vertical-align: middle
	}

	.l-footer__inquiry__tel .--text02 {
		font-size: 20px;
		font-weight: 400;
		display: block;
		background: #f7f8fc;
		color: #585d63;
		line-height: 135%;
		padding: 0 8px
	}

	.l-footer__menu__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 48px auto 0;
		gap: 32px
	}

	.l-footer__menu__title {
		font-size: 28px;
		font-weight: 600;
		line-height: 175%;
		margin-top: 16px;
		margin-bottom: 8px
	}

	.l-footer__menu__title:first-child {
		margin-top: 0
	}

	.l-footer__menu__link {
		width: 320px;
		font-size: 24px;
		line-height: 175%;
		margin: 0 22px 16px 0;
		display: inline-block;
		-webkit-transition: .5s all;
		transition: .5s all
	}

	.l-footer__menu__link:active {
		color: #df0515
	}

	.l-footer__menu__link .icon {
		width: 32px;
		height: 32px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7078_15709)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.78564 5.59626C4.78564 5.35957 4.97752 5.16769 5.21422 5.16769H7.57136C7.80805 5.16769 7.99993 5.35957 7.99993 5.59626C7.99993 5.83295 7.80805 6.02483 7.57136 6.02483H5.64279V11.5963H11.2142V9.4534C11.2142 9.21671 11.4061 9.02483 11.6428 9.02483C11.8795 9.02483 12.0714 9.21671 12.0714 9.4534V12.0248C12.0714 12.2615 11.8795 12.4534 11.6428 12.4534H5.21422C4.97752 12.4534 4.78564 12.2615 4.78564 12.0248V5.59626Z' fill='%23585D63'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.33974 8.47264C8.17237 8.30527 8.17237 8.03392 8.33974 7.86655L11.7702 4.43607L12.3763 5.04216L8.94583 8.47264C8.77847 8.64001 8.50711 8.64001 8.33974 8.47264Z' fill='%23585D63'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64279 4.73912C8.64279 4.50242 8.83467 4.31055 9.07136 4.31055H12.0714C12.3081 4.31055 12.4999 4.50242 12.4999 4.73912V7.73912C12.4999 7.97581 12.3081 8.16769 12.0714 8.16769C11.8347 8.16769 11.6428 7.97581 11.6428 7.73912V5.16769H9.07136C8.83467 5.16769 8.64279 4.97581 8.64279 4.73912Z' fill='%23585D63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7078_15709'%3E%3Crect width='10' height='10' fill='white' transform='translate(3.5 3.02539)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
		background-size: 100% 100%
	}

	.l-footer__menuwrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		background: #fff;
		border-top: 2px solid #e9ebf5
	}

	.l-footer__menuwrapper .c-accordion {
		border-radius: 0;
		margin: 0 auto;
		border-bottom: 2px solid #e9ebf5
	}

	.l-footer__menuwrapper .c-accordion+.c-accordion {
		margin: 0 auto
	}

	.l-footer__security {
		margin-top: 16px;
		padding: 16px 16px;
		background: #fff
	}

	.l-footer__security__wrapper {
		margin: 12px auto 12px;
		border-top: 1px solid #dddfeb
	}

	.l-footer__security__body__title {
		font-size: 28px;
		font-weight: 600;
		line-height: 175%
	}

	.l-footer__security__body__text {
		font-size: 24px;
		line-height: 175%;
		margin: 32px auto 0
	}

	.l-footer__security__link__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 24px;
		margin: 32px auto 0;
		gap: 32px
	}

	.l-footer__security__link.--icon01 {
		width: 134px
	}

	.l-footer__security__link.--icon02 {
		width: 134px
	}

	.l-footer__security__link.--icon03 {
		width: 136px
	}

	.l-footer__text {
		border-top: 8px solid #e9ebf5;
		margin: 48px auto 0;
		padding: 24px;
		font-size: 20px;
		text-align: center;
		width: 100%
	}
	
	footer .l-footer__inner {
		padding: 6.25vw 4.1vw 3.1vw
	}

	footer .l-footer__inner .l-footer__inquiry {
		padding-bottom: 6.25vw
	}

	footer .l-footer__inner .l-footer__inquiry .l-footer__inquiry__title {
		font-size: 3.6vw
	}

	footer .l-footer__inner .l-footer__inquiry .l-footer__inquiry__tel {
		padding: 4.1vw 3.1vw;
		margin: 2vw auto 0
	}

	footer .l-footer__inner .l-footer__inquiry .l-footer__inquiry__tel i {
		width: 6.25vw
	}

	footer .l-footer__inner .l-footer__inquiry .l-footer__inquiry__tel .--text01 {
		font-size: 7.2vw;
		margin-left: 2vw
	}

	footer .l-footer__inner .l-footer__inquiry .l-footer__inquiry__tel .--text02 {
		font-size: 2.6vw
	}

	footer .l-footer__inner .l-footer__menu__wrapper {
		margin: 6.4vw auto 3.2vw;
		gap: 4.2vw
	}

	footer .l-footer__inner .l-footer__menu__wrapper .l-footer__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	footer .l-footer__inner .l-footer__menu__wrapper .l-footer__menu .l-footer__menu__title {
		width: 100%;
		margin-bottom: 4.2vw;
		font-size: 3.7vw;
		margin-top: 2.1vw
	}

	footer .l-footer__inner .l-footer__menu__wrapper .l-footer__menu .l-footer__menu__link {
		width: 39.3vw;
		font-size: 3.2vw;
		margin: 0 4.2vw 2.1vw 0;
		white-space: nowrap
	}

	footer .l-footer__inner .l-footer__menu__wrapper .l-footer__menu .l-footer__menu__link .icon {
		width: 4.2vw;
		height: 4.2vw;
		margin-left: 1vw
	}

	footer .l-footer__inner .l-footer__security__wrapper {
		margin: 1.6vw auto 1.6vw
	}

	footer .l-footer__inner .l-footer__security__wrapper .l-footer__security {
		margin-top: 2.1vw;
		padding: 2.1vw 2.1vw
	}

	footer .l-footer__inner .l-footer__security__wrapper .l-footer__security .l-footer__security__body .l-footer__security__body__title {
		font-size: 3.7vw
	}

	footer .l-footer__inner .l-footer__security__wrapper .l-footer__security .l-footer__security__body .l-footer__security__body__text {
		font-size: 3.2vw;
		margin: 4.2vw auto 0
	}

	footer .l-footer__inner .l-footer__security__wrapper .l-footer__security .l-footer__security__link__wrapper {
		padding: 3.2vw;
		margin: 4.2vw auto 0;
		gap: 4.2vw
	}

	footer .l-footer__inner .l-footer__security__wrapper .l-footer__security .l-footer__security__link__wrapper .l-footer__security__link.--icon01 {
		width: 17.8vw
	}

	footer .l-footer__inner .l-footer__security__wrapper .l-footer__security .l-footer__security__link__wrapper .l-footer__security__link.--icon02 {
		width: 17.8vw
	}

	footer .l-footer__inner .l-footer__security__wrapper .l-footer__security .l-footer__security__link__wrapper .l-footer__security__link.--icon03 {
		width: 18.1vw
	}

	footer .l-footer__inner .l-footer__security__wrapper .l-footer__security .l-footer__security__link__wrapper .l-footer__security__link.--icon04 {
		width: 17.8vw
	}

	footer .l-footer__text {
		margin: 6.4vw auto 0;
		padding: 3.2vw;
		font-size: 2.6vw
	}

}
