@charset "utf-8";

/*==============================
        content
==============================*/

a img {
	display:block;
	transition:.3s;
}
a:hover img {
	filter:brightness(1.3);
}

a.btn {
	display:grid;
	grid-template-columns:1em 14em;
	align-items:center;
	justify-items:center;
	justify-content: center;
	background-color:#ff6b00;
	color:#FFFFFF;
	max-width:500px;
	height:80px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
	border-radius:40px;
	transition:.3s;
	letter-spacing: .05em;
}
a.btn::before {
	content:'';
	width:.5em;
	height:.5em;
	border-top:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	transform:rotate(45deg);
}
a.btn:hover{
	filter:brightness(1.3);
}

.titlewrap {
	background-color:#ff6b00;
	text-align:center;
}
.titlewrap h2 {
	font-size:3.0rem;
	line-height:1;
	font-weight:700;
	color:#FFFFFF;
	padding: .75em 0;
	letter-spacing: .05em;
}
.contents p {
	font-weight: 500;
	font-size:1.8rem;
	line-height: 1.8;
	margin: 0;
	padding:0;
	letter-spacing: .05em;
}

.contents .txt_red {
	color:#fa2800;
	font-weight: 800;
}



.contents .img {
	margin:0 auto;
}
.contents .img img {
	display: block;
}
.contents .img.frame {
	border:5px solid #FFFFFF;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
}

.contents .cta {
	text-align: center;
}
.contents .cta p {
	font-size: 2.2rem;
	line-height: 1;
	color:#ff6b00;
	font-weight: 700;
	padding: 0!important;
	margin-bottom: 1em;
}
.contents .cta .btn {
	margin:0 auto;
}
.contents .cta p.att {
	font-size:1.8rem;
	color:#000000;
	font-weight:500;
	padding: 1em 0 0!important;
}



/*==============================
        header
==============================*/

#header {
	width:100%;
	/* position:sticky;
	left:0;
	top:0;
	z-index:99; */
	background-color:#FFFFFF;
}
#header .header {
	border-bottom:4px solid #ff6b00;
}
#header .header_inner {
	width:calc(100% - 60px);
	max-width:880px;
	margin:0 auto;
	padding:20px 0;
}
#header .header_logo {
	width:176px;
}

/* =================================================================
        section
================================================================= */

/**FV**/
#fv .wrap {
	background:url(../img/fv_bg.jpg) no-repeat center center/auto 100% #000000;
	padding:0;
}
#fv.fv2 .wrap {
	background:url(../img/fv_bg2.jpg?v=02) no-repeat center center/auto 100% #000000;
}
#fv .contents {
	max-width:980px;
	height:645px;
}
#fv .contents h1 {
	width:54%;
	padding-top:90px;
	padding-bottom:65px;
}
#fv.fv2 .contents h1 {
	width:47%;
	padding-top:60px;
}
#fv .fv_contact {
	max-width: 460px;
	text-align: center;
}
#fv .contents .fv_contact p {
	color:#FFFFFF;
	line-height: 1;
	font-size: 2.0rem;
	margin-bottom:1.25em
}
#fv .contents .fv_contact p.att {
	font-size:1.6rem;
	margin:0;
	padding-top:1.25em;
}
#fv .fv_contact .btn {
	max-width: 460px;
	height:74px;
	font-size: 2.5rem;
}

/**sec_01**/

#sec_01 .wrap {
	padding: 60px 0 40px;
}
#sec_01 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size:3.0rem;
	font-weight: 700;
	line-height: 1.4;
	color:#ff6b00;
	text-align: center;
	margin-bottom: 1.5em;
	padding-bottom: .6em;
	border-bottom:3px solid #ff6b00;
}
#sec_01 .contents_inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}
#sec_01 .contents_inner .item {
	background-color: #fcf0e6;
}
#sec_01 .contents_inner .item h3 {
	font-size:2.0rem;
	font-weight: 600;
	text-align: center;
	background-color:#ff6b00;
	color:#FFFFFF;
	line-height: 2;
}
#sec_01 .contents_inner .item p {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
	margin: 0;
	padding: 1em 1.25em;
}

/**sec_02**/
#sec_02 .wrap {
	background: url(../img/bg1.jpg) repeat center center/300px;
	padding-bottom: 40px;
}
#sec_02 .contents {
	background-color: #faf5dc;
	padding-bottom: 40px;
}
#sec_02 .contents.contents1 {
	margin-bottom: 25px;
}
#sec_02 .contents h2 {
	font-size:3.0rem;
	color:#FFFFFF;
	letter-spacing: .05em;
	font-weight: 700;
	background: url(../img/tit_bg.png) no-repeat center top/100% auto;
	text-align: center;
	padding: .5em 0 2em;
}
#sec_02 .contents .img {
	max-width: 600px;
	margin:10px auto 30px;
}
#sec_02 .contents .img.mainimg {
	max-width: 800px;
}
#sec_02 .contents p {
	text-align: center;
	color:#5a2d00;
	padding-bottom: 1.5em;
	letter-spacing: .025em;
}
#sec_02 .contents p:last-child {
	padding-bottom: 0;
}
#sec_02 .contents p.body {
	font-family: 'M PLUS 1p', sans-serif;
	font-size:3.6rem;
	color:#fa2800;
	font-weight: 500;
	padding-bottom: .5em;
	margin-top:-.25em;
}
#sec_02 .contents2 .contents_inner {
	width: calc(100% - 80px);
	margin: 0 auto 20px;
	padding: 40px;
	background-color: rgba(255,255,255,.65);
	border-radius: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	align-items:start;
}
#sec_02 .contents2 .contents_inner .img {
	margin:-2px 0;
	position: relative;
}
#sec_02 .contents .contents_inner .img .label {
	display: block;
	width: 120px;
	position: absolute;
	bottom:30px;
	left: -62px;
	z-index: 1;
}
#sec_02 .contents2 .contents_inner1 .img {
	grid-area: 1/2/3/2;
}
#sec_02 .contents2 .contents_inner1 .img .label {
	right: -62px;
	left:auto;
}
#sec_02 .contents2 .contents_inner1 .txt {
	grid-area: 1/1/2/2;
}

/**sec_03**/
#sec_03 .wrap {
	padding:50px 0;
}
#sec_03 .contents p {
	text-align: center;
	padding-bottom: 1.5em;
}
#sec_03 .contents p:last-child {
	padding-bottom: 0;
}
#sec_03 .contents .img.mainimg {
	margin:10px 0 60px;
}
#sec_03 .contents .img.mainimg p {
	font-size:2.2rem;
	font-weight:600;
	line-height: 1.6;
	background-color:#ff6b00;
	color:#FFFFFF;
	margin: 0;
	padding: .66em 0;
}
#sec_03 h2 {
	font-size:3.0rem;
	font-weight: 700;
	line-height: 1.4;
	color:#ff6b00;
	text-align: center;
	margin-bottom: 1.25em;
	padding-bottom: .5em;
	border-bottom:3px solid #ff6b00;
}
#sec_03 .gridbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 50px;
	margin-top:30px;
	margin-bottom: 50px;
}
#sec_03 .gridbox .item {
	padding: 20px;
	border-radius: 12px;
	position: relative;
}
#sec_03 .item .label {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	color: #FFFFFF;
	width: 120px;
	height: 120px;
	display: grid;
	justify-items: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: -30px;
	top:-30px;
	letter-spacing: .05em;
}
#sec_03 .gridbox .item p {
	font-size:1.8rem;
	text-align: left;
	line-height: 1.6;
	margin:0;
	padding:1.5em 1em .5em;
}
#sec_03 .gridbox .item1 {
	background-color: rgba(132,46,21,.15);
}
#sec_03 .gridbox .item1 .label {
	background-color: #842e15;
}
#sec_03 .gridbox .item2 {
	background-color: rgba(0,172,202,.15);
}
#sec_03 .gridbox .item2 .label {
	background-color: #00acca;
}
#sec_03 .gridbox .item3 {
	background-color: rgba(144,84,161,.15);
}
#sec_03 .gridbox .item3 .label {
	background-color: #9054a1;
}
#sec_03 .gridbox .item4 {
	background-color: rgba(0,102,97,.15);
}
#sec_03 .gridbox .item4 .label {
	background-color: #006661;
}
#sec_03 .item5 {
	max-width: 500px;
	margin:0 auto 50px;
	position: relative;
}
#sec_03 .item5 .label {
	background-color: #ff6b00;
	top:0;
	left:0;
}
#sec_03 .item5 p {
	width: 100%;
	position: absolute;
	bottom:3em;
	z-index: 1;
}
#sec_03 .contents p.body {
	font-size:3.6rem;
	color:#fa2800;
	font-weight: 700;
	padding-bottom: .5em;
	margin-top:-.25em;
}

/**sec_04**/
#sec_04 .wrap {
	background-color: #ff6b00;
	padding: 40px 0;
}
#sec_04 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size:3.6rem;
	font-weight: 700;
	line-height: 1.4;
	color:#ffffff;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom:2px solid #ffffff;
}
#sec_04 .contents > p {
	text-align: center;
	color:#FFFFFF;
	margin:0 -1em 1.5em;
	font-weight: 700;
	letter-spacing: .025em;
}
#sec_04 .contents > p:last-child {
	margin-bottom: 0;
}
#sec_04 .contents_inner {
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding: 40px;
}
#sec_04 h3 {
	font-size: 3.0rem;
	color:#ff6600;
	text-align: center;
	margin-bottom: 1.5em;
}
#sec_04 h3 .price {
	color:#000000;
	font-weight: 900;
	display: block;
	line-height: 1;
	margin-bottom: .33em;
}
#sec_04 h3 .price span {
	font-family: din-2014-narrow, sans-serif;
	font-size:7.2rem;
	color:#fa2800;
	font-weight: 600;
	letter-spacing: normal;
}
#sec_04 h3 .tit {
	display: block;
	line-height: 1;
	padding-top: .5em;
	border-top:3px solid #ff6600;
}
#sec_04 .contents_inner .gridbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
}
#sec_04 .contents_inner .gridbox:not(:nth-child(2)) {
	padding-top: 30px;
}
#sec_04 .contents_inner .gridbox:not(:last-child) {
	border-bottom: 2px dotted #999999;
	padding-bottom: 30px;
}
#sec_04 .contents_inner .gridbox h4 {
	text-align: center;
	font-size:2.4rem;
	font-weight: 700;
	color:#ff6b00;
	position: relative;
	background-color: #ffe6d3;
	line-height: 2.2;
	border-radius: 1.1em;
	margin-bottom: 1.5em;
}
#sec_04 .contents_inner .gridbox h4::before {
	content:'';
	border-top: .9em solid #ffe6d3;
	border-right: .5em solid transparent;
	border-left: .5em solid transparent;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: -.8em;
	transform: translateX(-50%);
}
#sec_04 .contents_inner .gridbox p {
	font-size: 2.1rem;
	font-weight: 700;
}

/**sec_05**/
#sec_05 .wrap {
	padding: 120px 0 40px;
}
#sec_05 h2 {
	font-size: 3.0rem;
	color:#ff6600;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 1.25em;
	position: relative;
}
#sec_05 h2 .price {
	color:#000000;
	font-weight: 900;
	display: block;
	line-height: 1;
	margin-bottom: .33em;
}
#sec_05 h2 .price span {
	font-family: din-2014-narrow, sans-serif;
	font-size:7.2rem;
	color:#fa2800;
	font-weight: 600;
	letter-spacing: normal;
}
#sec_05 h2 .tit {
	display: block;
	line-height: 1;
	padding-top: .5em;
	border-top:3px solid #ff6600;
}
#sec_05 h2 .fuki {
	font-size:2.2rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.3;
	color:#FFFFFF;
	background-color: #ff6b00;
	width: 120px;
	height: 120px;
	text-align: center;
	display: grid;
	justify-items: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	right: calc(50% + 6.2em);
	top:-3.5em;
}
#sec_05 h2 .fuki::before {
	content:'';
	border-top: .9em solid #ff6b00;
	border-right: .35em solid transparent;
	border-left: .35em solid transparent;
	position: absolute;
	z-index: 1;
	right: 5px;
	bottom:3px;
	transform: rotate(-45deg);
}
#sec_05 .contents p {
	text-align: center;
	padding-bottom: 1.5em;
}
#sec_05 .mail {
	max-width: 660px;
	background-color: #fcf0e6;
	margin:10px auto 50px;
	padding: 40px;
	border-radius: 20px;
}
#sec_05 .mail ul {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 1.25em;
}
#sec_05 .mail li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	letter-spacing: .05em;
}
#sec_05 .mail li::before {
	content:'●';
	color:#ff6600;
	margin-right: .5em;
}
#sec_05 .mail .img {
	max-width: 400px;
	margin: 0 auto 40px;
	border-radius: 12px;
	overflow: hidden;
}
#sec_05 .mail h3 {
	font-size: 2.6rem;
	letter-spacing: .05em;
	text-align: center;
	color:#ff6600;
	border-bottom: 3px solid #ff6600;
	line-height: 1;
	padding-bottom: .75em;
	margin-bottom: .5em;
}
#sec_05 .mail p {
	font-size: 1.6rem;
	text-align: left;
	padding-bottom: 0;
}
#sec_05 .contents p.body {
	font-size: 2.8rem;
	font-weight: 700;
	color:#ff6b00;
	letter-spacing: .025em;
}
#sec_05 .support1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	margin-bottom: 40px;
}
#sec_05 .item {
	border:3px solid #ff6b00;
	border-radius:12px;
}
#sec_05 .item dt {
	background-color: rgba(250,40,0,.1);
	font-size: 3.0rem;
	text-align: center;
	color:#fa2800;
	font-weight: 600;
	line-height: 1;
	padding: .25em 0 .75em;
	border-bottom:3px solid #ff6b00;
}
#sec_05 .item dt .price {
	font-weight: 900;
	color:#000000;
	display: block;
	margin-bottom: .25em;
}
#sec_05 .item dt .price span {
	font-family: din-2014-narrow, sans-serif;
	font-size:7.2rem;
	color:#fa2800;
	font-weight: 600;
	letter-spacing: normal;
}
#sec_05 .item dt .tit {
	font-weight:700;
}
#sec_05 .item dd {
	padding:40px 0 30px;
}
#sec_05 .item dd .img {
	width: 62%;
	margin:0 auto 30px;
}
#sec_05 .item dd p {
	padding-bottom: 0;
	line-height: 1.7;
}
#sec_05 .support2 {
	margin-bottom: 50px;
}
#sec_05 .support2 h3 {
	font-size: 3.0rem;
	background-color:#ff6b00;
	color:#FFFFFF;
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
	border-radius: 12px 12px 0 0;
}
#sec_05 .support2 .item {
	border-radius: 0 0 12px 12px;
} 
#sec_05 .support2 .item dd {
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
}
#sec_05 .support2 .item dd .img {
	width: 100%;
	margin-bottom: 0;
}
#sec_05 .support2 .item dd p {
	font-size: 2.2rem;
	text-align: left;
}
#sec_05 .body2 {
	font-size: 3.6rem;
	color:#fa2800;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: .75em;
}

/**sec_06**/
#sec_06 .wrap {
	padding-bottom: 60px;
}
#sec_06 .contents {
	background: url(../img/bg2.jpg) repeat center center/300px;
	padding:20px 20px 30px;
}
#sec_06 .contents > h2,
#sec_06 .contents > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 700;
	color:#00acca;
	text-align: center;
	margin-bottom: 1.25em;
	letter-spacing: .05em;
}
#sec_06 .contents > h2::before,
#sec_06 .contents > h3::before {
	content:'';
	display: inline-block;
	width: 3px;
	height: 1.6em;
	background-color:#00acca;
	transform: translateY(.4em) rotate(-30deg);
	margin-right: 1em;
}
#sec_06 .contents > h2::after,
#sec_06 .contents > h3::after {
	content:'';
	display: inline-block;
	width: 3px;
	height: 1.6em;
	background-color:#00acca;
	transform: translateY(.4em) rotate(30deg);
	margin-left: 1em;
}
#sec_06 .contents_inner {
	padding: 40px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#sec_06 .contents_inner:not(:last-child) {
	margin-bottom: 20px;
}
#sec_06 .contents_inner .img {
	max-width: 250px;
	margin:0 auto 20px;
}
#sec_06 .contents .contents_inner .name {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 1.5em;
}
#sec_06 .contents .contents_inner.acd {
	margin-bottom: 20px;
}
#sec_06 .contents .contents_inner.acd h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 700;
	color:#00acca;
	text-align: center;
	margin-bottom: 1.25em;
	letter-spacing: .05em;
}
#sec_06 .contents .contents_inner.acd .img {
	max-width: 300px;
	margin-bottom: 30px;
}
#sec_06 .contents .contents_inner.acd .name {
	margin-bottom: 1em;
}
#sec_06 .contents .contents_inner.acd .gridbox {
	font-size: 2.2rem;
	line-height: 1;
	display: grid;
	grid-template-columns: 7em 1fr;
	text-align: center;
	width: 21em;
	max-width: 100%;
	margin:0 auto 40px;
	border:2px solid #ff6b00;
	border-radius: 1em;
	overflow: hidden;
	line-height: 1.8;
}
#sec_06 .contents .contents_inner.acd .gridbox dt {
	color:#FFFFFF;
	background-color: #ff6b00;
}
#sec_06 .contents .contents_inner.acd .faq {
	border-top:1px solid #cccccc;
}
#sec_06 .contents .contents_inner.acd .faq dl {
	border-bottom:1px solid #cccccc;
}
#sec_06 .contents .contents_inner.acd .faq dt {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.8;
	color:#00acca;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
	padding: 1.5em 0;
}
#sec_06 .contents .contents_inner.acd .faq dt::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/icon_arrow.png) no-repeat center center/contain;
	position: absolute;
	z-index: 1;
	right: 0;
	top:50%;
	transform: translateY(-50%) rotate(180deg);
	transition:.3s;
}
#sec_06 .contents .contents_inner.acd .faq dt.open::after {
	transform: translateY(-50%) rotate(0deg);
}
#sec_06 .contents .contents_inner.acd .faq dd {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	line-height: 1.6;
	display: none;
}
#sec_06 .contents .contents_inner.acd .faq dd div {
	padding-bottom: 1.5em;
}


/**sec_07**/
#sec_07 .wrap {
	padding: 40px 0 50px;
	background: url(../img/bg3.jpg) repeat-x center bottom/auto 120%;
}
#sec_07 .contents {
	text-align: center;
}
#sec_07 .contents h3 {
	display: inline-block;
	font-size:2.4rem;
	line-height: 1;
	border-bottom:3px solid #ff6b00;
	font-weight: 700;
	color: #ff6b00;
	padding:0 .5em .5em;
	margin-bottom: 1.5em;
}
#sec_07 .contents > p {
	margin-bottom: 1.5em;
}
#sec_07 .contents .item {
	background: url(../img/sec07_bg2.png) repeat-y center center/100% auto;
	padding: 40px;
	position: relative;
}
#sec_07 .contents .item p:not(:last-child) {
	padding-bottom: 2em;
}
#sec_07 .contents .item .img {
	max-width: 480px;
	margin:0 auto 40px;
}
#sec_07 .contents .item dt {
	font-size:3.0rem;
	line-height: 1;
	border-bottom:3px solid #ff6b00;
	font-weight: 700;
	color: #ff6b00;
	padding:0 0 .75em;
	margin-bottom: 1em;
	position: relative;
}
#sec_07 .contents .item dt:first-child::before {
	content:'';
	display: block;
	width: 130px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	z-index: 1;
	left:-60px;
	bottom:-25px;
}
#sec_07 .contents .item1 dt:first-child::before {
	background-image: url(../img/sec07_01_label.png);
}
#sec_07 .contents .item2 dt:first-child::before {
	background-image: url(../img/sec07_02_label.png);
}
#sec_07 .contents .item3 dt:first-child::before {
	background-image: url(../img/sec07_03_label.png);
}
#sec_07 .contents .item1 {
	margin-top: 60px;
	margin-bottom: 80px;
	padding: 35px 40px 0;
}
#sec_07 .contents .item2 {
	margin-bottom: 80px;
	padding: 30px 40px;
}
#sec_07 .contents .item3 {
	margin-bottom: 10px;
	padding: 30px 40px 40px;
}
#sec_07 .contents .item1::before {
	content:'';
	display: block;
	width: 100%;
	height: 10px;
	background: url(../img/sec07_bg1.png) no-repeat center top/100% auto;
	position: absolute;
	left:0;
	top:-10px;
	z-index: 1;
}
#sec_07 .contents .item1::after,
#sec_07 .contents .item2::after {
	content:'';
	display: block;
	width: 100%;
	height: 80px;
	background: url(../img/sec07_bg3.png) no-repeat center top/100% auto;
	position: absolute;
	left:0;
	bottom:-80px;
	z-index: 1;
}
#sec_07 .contents .item3::after {
	content:'';
	display: block;
	width: 100%;
	height: 10px;
	background: url(../img/sec07_bg4.png) no-repeat center bottom/100% auto;
	position: absolute;
	left:0;
	bottom:-10px;
	z-index: 1;
}
#sec_07 .contents .item3 .img {
	margin-bottom: 0;
}

/**sec_08**/
#sec_08 .wrap {
	padding: 60px 0 50px;
}
#sec_08 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size:4.4rem;
	text-align: center;
	color:#ff6b00;
	line-height: 1.4;
	margin-bottom: .75em;
	display: grid;
	grid-template-columns: 1fr 16em 1fr;
}
#sec_08 h2::before {
	content:'';
	width: 100%;
	height: 2.5em;
	background: url(../img/obj1.png) no-repeat right center/contain;
	transform: translateY(.2em);
}
#sec_08 h2::after {
	content:'';
	width: 100%;
	height: 2.5em;
	background: url(../img/obj2.png) no-repeat left center/contain;
	transform: translateY(.2em);
}
#sec_08 .img {
	margin-bottom: 60px;
} 

/**sec_09**/
#sec_09 .wrap {
	padding: 40px 0 60px;
}
#sec_09 .contents > p {
	text-align: center;
	margin-bottom: 2em;
}
#sec_09 .contents > p.att {
	font-size: 1.4rem;
	margin-top:-.5em;
}
#sec_09 .contents > p.att a {
	color:#4b95df;
	text-decoration: underline;
}
#sec_09 .contents > p.att a:hover {
	text-decoration: none;
}


#sec_09 .gridbox {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-bottom: 60px;
}
#sec_09 .gridbox .item {
	background-color: #fcf0e6;
}
#sec_09 .gridbox .item dt {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
	color:#FFFFFF;
	background-color: #ff6b00;
	text-align: center;
}
#sec_09 .gridbox .item dd.txt {
	font-size: 1.4rem;
	line-height: 1.6;
	padding:1.2em;
	font-weight: 500;
}
#sec_09 .message {
	background: url(../img/bg4.jpg) repeat center center/300px;
	padding:20px;
	margin-bottom: 50px;
}
#sec_09 .message h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 700;
	color:#46bb95;
	text-align: center;
	margin-bottom: 1.25em;
	letter-spacing: .05em;
}
#sec_09 .message h3::before {
	content:'';
	display: inline-block;
	width: 3px;
	height: 1.6em;
	background-color:#46bb95;
	transform: translateY(.4em) rotate(-30deg);
	margin-right: 1em;
}
#sec_09 .message h3::after {
	content:'';
	display: inline-block;
	width: 3px;
	height: 1.6em;
	background-color:#46bb95;
	transform: translateY(.4em) rotate(30deg);
	margin-left: 1em;
}
#sec_09 .msg {
	padding: 40px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#sec_09 .msg h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 700;
	color:#46bb95;
	text-align: center;
	margin-bottom: 1em;
	letter-spacing: .025em;
}
#sec_09 .msg.msg2 h4 {
	word-break: keep-all;
	letter-spacing: -.05em;
	margin: 0 -1em 1em;
}
#sec_09 .msg:not(:last-child) {
	margin-bottom: 20px;
}
#sec_09 .msg .img {
	max-width: 300px;
	margin:0 auto 25px;
}
#sec_09 .msg .name {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 2.25em;
	font-weight: 700;
	letter-spacing: normal;
}
#sec_09 .msg .name span {
	font-family: 'Noto Serif JP', serif;
	display: block;
	font-size: 2.2rem;
	padding:.4em 0;
}
#sec_09 h3.kifu {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1.3;
	color: #ff6b00;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 1.5em;
	letter-spacing: .05em;
	background: url(../img/sec09_06.png) no-repeat center bottom/100% auto;
}
#sec_09 dl.kifu {
	border:2px solid #ff6b00;
}
#sec_09 dl.kifu dt {
	background-color: #fcf0e6;
	font-size:2.6rem;
	line-height: 2.4;
	font-weight: 700;
	text-align: center;
}
#sec_09 dl.kifu dt .red {
	color:#fa2800;
}
#sec_09 dl.kifu dt .txt_small {
	font-size: 1.4rem;
	margin-left: 1em;
}
#sec_09 dl.kifu dd {
	padding: 40px;
}
#sec_09 dl.kifu dd p {
	text-align: center;
	margin-bottom: 2em;
	font-weight: 500;
}

/**sec_10**/
#sec_10 .wrap {
	background-color: #f7f6f5;
	padding: 40px 0;
}
#sec_10 h2 {
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: .05em;
	color: #ff6b00;
	line-height: 1;
	border-bottom:3px solid #ff6b00;
	text-align: center;
	padding-bottom: .75em;
	margin-bottom: 1.25em;
}
#sec_10 .faq:not(:last-child) {
	margin-bottom: 60px;
}
#sec_10 .faq dl {
	padding: 0 40px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
}
#sec_10 .faq dl:not(:last-child) {
	margin-bottom: 20px;
}
#sec_10 .faq dt {
	font-size: 2.0rem;
	line-height: 1.8;
	padding:1.5em 50px 1.5em 80px;
	position: relative;
	cursor: pointer;
	font-weight: 700;
	color:#505050;
}
#sec_10 .faq dt::before {
	content:'';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon_q.png) no-repeat center center/contain;
	position: absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
#sec_10 .faq dt::after {
	content:'';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/icon_arrow.png) no-repeat center center/contain;
	transform: translateY(-50%) rotate(180deg);
	position: absolute;
	right: 0;
	top:50%;
	transition:.3s;
}
#sec_10 .faq dt.open::after {
	transform: translateY(-50%) rotate(0deg);
}
#sec_10 .faq dd {
	font-size: 1.8rem;
	line-height: 1.7;
	position: relative;
	border-top:1px solid #cccccc;
	display: none;
}
#sec_10 .faq dd div {
	padding:2em 0 2em 80px;
}
#sec_10 .faq dd::before {
	content:'';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon_a.png) no-repeat center center/contain;
	position: absolute;
	left:0;
	top:2.5em;
}
#sec_10 .faq dd a {
	color:#4b95df;
	text-decoration:underline;
}
#sec_10 .faq dd a:hover {
	text-decoration:none;
}

/**sec_11**/
#sec_11 .wrap {
	padding: 60px 0;
}
#sec_11 .cta:first-child {
	margin-bottom: 60px;
}
#sec_11 .contents_inner {
	background: url(../img/bg5.jpg) repeat center center/300px;
	padding:20px;
	margin-bottom: 60px;
}
#sec_11 .contents_inner h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1.3;
	font-weight: 700;
	color:#ff6b00;
	text-align: center;
	margin-bottom: 1em;
	letter-spacing: .05em;
}
#sec_11 .contents_inner .msg {
	padding: 40px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#sec_11 .contents_inner .img {
	max-width: 600px;
	margin:0 auto 40px;
}



/**footer**/
.footer {
	border-top:3px solid #ff6b00;
	font-size: 1.8rem;
}
.footer_inner {
	text-align:center;
	padding:40px 0;
	position:relative;
    width: calc(100% - 60px);
    max-width: 880px;
	margin:0 auto;
}
.footer_inner p {
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.footer_inner p.company {
	margin-bottom: 1.75em;
}
.footer_inner .menu {
	display: inline-flex;
	justify-content: center;
	margin-bottom: 1.75em;
}
.footer_inner .menu a {
	color: #4b95df;
	text-decoration: underline;
	line-height: 1;
}
.footer_inner .menu a:hover {
	text-decoration: none;
}
.footer_inner .menu a:not(:last-child) {
	margin-right: 1em;
}
.footer_inner .logo {
	max-width: 275px;
	margin:0 auto;
}
.footer .copyright {
	font-size:1.4rem;
	font-weight: 400;
	text-align: center;
	color:#505050;
	padding:.9em 0;
	line-height:1;
	font-weight:600;
	background-color: #fcf0e6;
}

.fixmenu {
	position:sticky;
	width:100%;
	left:0;
	bottom:-125px;
	background-color:#FFFFFF;
	z-index:90;
	align-items: center;
	box-shadow:0 -1px 3px rgba(0,0,0,.15);
	transition:.3s;
}
.fixmenu > div {
	max-width:900px;
	height:120px;
	margin:0 auto;
	display:grid;
	grid-template-columns:auto 500px auto;
	grid-column-gap:20px;
	align-items:center;
}
.fixmenu.show {
	bottom:0;
}
.fixmenu p {
	font-size:2.0rem;
	color:#ff6b00;
	font-weight:700;
	line-height:1.5;
}
.fixmenu p:last-child {
	font-size:1.8rem;
	color:#000000;
	font-weight:500;
}
.fixmenu .btn {
	font-size:2.8rem;
	max-width:500px;
	height:2.8em;
}
.fixmenu .btn::before {
	border-top:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
}

.gotop {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 45px;
	transition:.3s;
}
.gotop.show {
	/* bottom: 130px; */
}


@media screen and (max-width:640px){

/*==============================
        content
==============================*/

a img {
	transition:.0s;
}
a:hover img {
	filter:brightness(1);
}

a.btn {
    max-width: 17em;
    height: 2.9em;
    font-size: 5vw;
	border-radius:2em;
	transition:.0s;
}
a.btn:hover{
	filter:brightness(1);
}

.titlewrap h2 {
	font-size:5.4vw;
	line-height:1.3;
	padding: .5em 0;
}
.contents p {
	font-size:4vw;
	line-height: 1.7;
}


.contents .img {
	margin:0 auto;
}
.contents .img img {
	display: block;
}
.contents .img.frame {
	border:1vw solid #FFFFFF;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
}

.contents .cta {
	text-align: center;
}
.contents .cta p {
	font-size: 4vw;
	margin-bottom: .9em;
	text-align:center!important;
}
.contents .cta p.att {
	font-size:3.3vw;
	padding: 1em 0 0!important;
}



/*==============================
        header
==============================*/

#header .header {
	border-bottom:3px solid #ff6b00;
}
#header .header_inner {
	padding:10px 0;
	width: calc(100% - 30px);
}
#header .header_logo {
	max-width: 35%;
}

/* =================================================================
        section
================================================================= */

/**FV**/
#fv .wrap {
	background:url(../img/sp/fv_bg.jpg) no-repeat center center/cover #000000;
	padding:0;
}
#fv.fv2 .wrap {
	background:url(../img/sp/fv_bg2.jpg) no-repeat center center/cover #000000;
}
#fv .contents {
	height:103.5vw;
}
#fv .contents h1 {
	width: 34%;
	margin-left: 3%;
	padding-top: 9vw;
	padding-bottom:0;
}
#fv.fv2 .contents h1 {
	width: 43%;
	margin-left: 0;
	padding-top: 9vw;
}
#fv .wrap.fv_contact {
	background: none;
	padding:10vw 0;
}
#fv .fv_contact {
	max-width: 100%;
}
#fv .wrap.fv_contact .contents {
	height: auto;
}
#fv .contents .fv_contact p {
	color:#ff6b00;
	line-height: 1;
	font-size: 4vw;
	font-weight:600;
	margin-bottom:.9em
}
#fv .contents .fv_contact p.att {
	color:#000000;
	font-size:3.3vw;
	padding-top:1em;
}
#fv .fv_contact .btn {
    max-width: 17em;
    height: 2.9em;
    font-size: 5vw;
	margin:0 auto;
}

/**sec_01**/

#sec_01 .wrap {
	padding: 0 0 7vw;
}
#sec_01 h2 {
	font-size:4vw;
	font-weight: 800;
	border-bottom:2px solid #ff6b00;
}
#sec_01 .contents_inner {
	grid-column-gap: 1vw;
}
#sec_01 .contents_inner .item {
	background-color: #fcf0e6;
}
#sec_01 .contents_inner .item h3 {
	font-size:3vw;
}
#sec_01 .contents_inner .item p {
	font-size: 2vw;
	line-height: 1.5;
	padding: 1em .75em;
}

/**sec_02**/
#sec_02 .wrap {
	background: url(../img/bg1.jpg) repeat center center/200px;
	padding-bottom: 6vw;
}
#sec_02 .contents {
	padding-bottom: 1px;
}
#sec_02 .contents.contents1 {
	margin-bottom: 4vw;
	padding-bottom: 6vw;
}
#sec_02 .contents h2 {
	font-size:5.2vw;
	line-height:1.3;
	background: url(../img/sp/tit_bg.png) no-repeat center top/100% auto;
	padding: .75em 0 2.5em;
}
#sec_02 .contents .img {
	max-width: 70%;
	margin:3vw auto 8vw;
}
#sec_02 .contents .img.mainimg {
	max-width: 92%;
}
#sec_02 .contents p {
	text-align: left;
	padding-bottom: 1.5em;
	margin:0 1.5em;
}
#sec_02 .contents p.body {
	margin:-.5em -1em 0;
	font-size:5vw;
	text-align:center;
}
#sec_02 .contents2 .contents_inner {
	width: 92%;
	margin: 0 auto 3vw;
	padding: 6vw;
	border-radius: 2vw;
	display: block;
}
#sec_02 .contents2 .contents_inner .img {
	margin:0 0 6vw;
	max-width:100%;
}
#sec_02 .contents .contents_inner .img .label {
	width: 20vw;
	bottom:5vw;
	left:auto;
	right:-8vw;
}
#sec_02 .contents2 .contents_inner1 .img .label {
	right:-8vw;
}

/**sec_03**/
#sec_03 .wrap {
	padding:8vw 0;
}
#sec_03 .contents p {
	text-align: left;
}
#sec_03 .contents > p:first-child,
#sec_03 .contents > p:first-child + p {
	font-size:3.8vw;
	
}
#sec_03 .contents p:last-child {
	padding-bottom: 0;
}
#sec_03 .contents .img.mainimg {
	margin:3vw 0 7vw;
}
#sec_03 .contents .img.mainimg p {
	font-size:4vw;
	line-height: 1.4;
	padding: .66em;
}
#sec_03 h2 {
	font-size:5.7vw;
	border-bottom:2px solid #ff6b00;
}
#sec_03 .gridbox {
	grid-column-gap: 3vw;
	grid-row-gap: 8vw;
	margin-top:5vw;
	margin-bottom: 7vw;
}
#sec_03 .gridbox .item {
	padding: 3vw;
	border-radius: 2vw;
}
#sec_03 .item .label {
	font-size: 3.2vw;
	width: 5.6em;
	height: 5.6em;
	left: -.5em;
	top:-1.5em;
	letter-spacing: .05em;
}
#sec_03 .gridbox .item p {
	font-size:3.2vw;
	padding:1em 0 0;
}
#sec_03 .item5 {
	max-width: 80%;
	margin:0 auto 8vw;
}
#sec_03 .item5 .label {
	background-color: #ff6b00;
	top:0;
	left:0;
}
#sec_03 .item5 p {
	font-size:3.2vw;
	text-align:center;
	bottom:1em;
}
#sec_03 .item5 + p,
#sec_03 .contents p.body + p {
	text-align:center;
	margin:0 -1em;
}
#sec_03 .contents p.body {
	font-size:6.2vw;
	text-align:center;
	margin:-.25em -1em 0;
	line-height:1.3;
	padding-bottom:.75em;
}

/**sec_04**/
#sec_04 .wrap {
	padding: 6vw 0;
}
#sec_04 h2 {
	font-size:5.4vw;
	line-height: 1.3;
	padding-bottom: 1em;
}
#sec_04 .contents > p {
	text-align: left;
	margin:0 0 1.5em;
}
#sec_04 .contents_inner {
	margin-bottom: 5vw;
	padding: 6vw;
}
#sec_04 h3 {
	font-size: 5.2vw;
}
#sec_04 h3 .price span {
	font-size:12vw;
}
#sec_04 h3 .tit {
	line-height:1.3;
}
#sec_04 .contents_inner .gridbox {
	display: block;
}
#sec_04 .contents_inner .gridbox:not(:nth-child(2)) {
	padding-top: 6vw;
}
#sec_04 .contents_inner .gridbox:not(:last-child) {
	border-bottom: 2px dotted #999999;
	padding-bottom: 6vw;
}
#sec_04 .contents_inner .gridbox h4 {
	font-size:4.6vw;
    padding-bottom: 0.1em;
    border-radius: 1.2em;
}
#sec_04 .contents_inner .gridbox .img {
	margin-bottom:3vw
}
#sec_04 .contents_inner .gridbox p {
	font-size: 4vw;
	text-align:center;
}

/**sec_05**/
#sec_05 .wrap {
	padding: 18vw 0 8vw;
}
#sec_05 h2 {
	font-size:5.2vw;
	margin:0 1em 1.25em;
}
#sec_05 h2 .price span {
	font-size:12vw;
}
#sec_05 h2 .tit {
	line-height:1.3;
}
#sec_05 h2 .fuki {
	font-size:3.6vw;
	width: 5.6em;
	height: 5.6em;
	right: calc(50% + 6.6em);
	top:-3.2em;
}
#sec_05 .contents p {
	text-align: left;
	padding-bottom: 1.5em;
}
#sec_05 .mail {
	max-width: 100%;
	margin:2vw auto 7vw;
	padding: 5vw 6vw;
	border-radius: 3vw;
}
#sec_05 .mail ul {
	font-size: 4.8vw;
}
#sec_05 .mail .img {
	max-width: 86%;
	margin: 0 auto 7vw;
	border-radius: 2vw;
}
#sec_05 .mail h3 {
	font-size: 4.8vw;
	margin-bottom: 1em;
}
#sec_05 .mail p {
	font-size: 3.5vw;
	padding-bottom: 0;
}
#sec_05 .contents p.body {
	font-size: 4.6vw;
}
#sec_05 .support1 {
	display: block;
	margin-bottom:4vw;
}
#sec_05 .item {
	border-radius:2.4vw;
	border:2px solid #ff6b00;
}
#sec_05 .support1 .item:first-child {
	margin-bottom:4vw;
}
#sec_05 .item dt {
	font-size: 5.2vw;
	border-bottom:2px solid #ff6b00;
	padding-top:.33em;
}
#sec_05 .item dt .price span {
	font-size:12vw;
}
#sec_05 .item dd {
	display:grid;
	grid-template-columns:45% 1fr;
	grid-column-gap:6vw;
	padding:6vw;
}
#sec_05 .item dd .img {
	width: 100%;
	margin:0;
}
#sec_05 .item dd p {
	width: 100%;
	padding-bottom: 0;
	line-height: 1.7;
}
#sec_05 .support2 {
	margin-bottom: 7vw;
}
#sec_05 .support2 h3 {
	font-size: 5vw;
	line-height: 1.8;
	border-radius: 2.4vw 2.4vw 0 0;
}
#sec_05 .support2 .item {
	border-radius: 0 0 2.4vw 2.4vw;
} 
#sec_05 .support2 .item dd {
	padding: 6vw;
	display: block;
}
#sec_05 .support2 .item dd .img {
	width: 74%;
	margin: 0 auto 5vw;
}
#sec_05 .support2 .item dd p {
	font-size: 4vw;
	text-align: center;
}
#sec_05 .contents .body2 {
	font-size: 5.2vw;
	text-align:center;
	padding-bottom: 2em;
}

/**sec_06**/
#sec_06 .wrap {
	padding-bottom: 0;
}
#sec_06 .contents {
	width:100%;
	background: url(../img/bg2.jpg) repeat center center/200px;
	padding:4vw 3vw;
}
#sec_06 .contents > h2,
#sec_06 .contents > h3 {
	font-size: 5.4vw;
}
#sec_06 .contents > h2::before,
#sec_06 .contents > h3::before {
	width: 2px;
}
#sec_06 .contents > h2::after,
#sec_06 .contents > h3::after {
	width: 2px;
}
#sec_06 .contents_inner {
	padding: 7vw 6vw;
	border-radius: 3vw;
}
#sec_06 .contents_inner:not(:last-child) {
	margin-bottom: 3vw;
}
#sec_06 .contents_inner .img {
	max-width: 54%;
	margin:0 auto 4vw;
}
#sec_06 .contents .contents_inner .name {
	font-size: 4vw;
}
#sec_06 .contents .contents_inner.acd {
	margin-bottom: 3vw;
}
#sec_06 .contents .contents_inner.acd h3 {
	font-size: 6.4vw;
	line-height: 1.3;
	margin-bottom: 1em;
}
#sec_06 .contents .contents_inner.acd .img {
	max-width: 66%;
	margin-bottom: 5vw;
}
#sec_06 .contents .contents_inner.acd .gridbox {
	font-size: 4vw;
	grid-template-columns:5.8em 1fr;
	width:19em;
	margin:0 auto 2.5em;
}
#sec_06 .contents .contents_inner.acd .faq dt {
	font-size: 4vw;
	padding: 1em 0;
}
#sec_06 .contents .contents_inner.acd .faq dt::after {
	width: 7vw;
	height: 7vw;
}
#sec_06 .contents .contents_inner.acd .faq dd {
	font-size: 4vw;
}

/**sec_07**/
#sec_07 .wrap {
	padding: 7vw 0;
}
#sec_07 .contents {
	text-align: left;
	width:calc(100% - 5vw);
}
#sec_07 .contents > p {
	margin:0 4vw;
}
#sec_07 .contents h3 {
	display: block;
	text-align:center;
	font-size:4.8vw;
	border-bottom:2px solid #ff6b00;
	padding:0 0 .66em;
	margin-left:4vw;
	margin-right:4vw;
}
#sec_07 .contents .item {
	background: url(../img/sp/sec07_bg2.png) repeat-y center center/100% auto;
	padding: 6vw;
}
#sec_07 .contents .item .img {
	max-width: 66%;
	margin:0 auto 8vw;
}
#sec_07 .contents .item dt {
	font-size:4.8vw;
	text-align:center;
	line-height: 1.3;
	border-bottom:2px solid #ff6b00;
	padding:0 0 .5em;
}
#sec_07 .contents .item dt:first-child::before {
	left:50%;
	transform:translateX(-50%);
	bottom:auto;
	top:-28vw;
	width:23vw;
	height:23vw;
}
#sec_07 .contents .item dd p {
	letter-spacing:normal;
}
#sec_07 .contents .item1 {
	margin-top: 20vw;
	margin-bottom: 15vw;
	padding: 16vw 6vw 4vw;
}
#sec_07 .contents .item2 {
	margin-bottom: 15vw;
	padding: 18vw 6vw 4vw;
}
#sec_07 .contents .item3 {
	margin-bottom: 10px;
	padding: 18vw 6vw 6vw;
}
#sec_07 .contents .item1::before {
	height: 2vw;
	background: url(../img/sp/sec07_bg1.png) no-repeat center top/100% auto;
	top:-2vw;
}
#sec_07 .contents .item1::after,
#sec_07 .contents .item2::after {
	height: 15vw;
	background: url(../img/sp/sec07_bg3.png) no-repeat center top/100% auto;
	bottom:-15vw;
}
#sec_07 .contents .item3::after {
	height:2vw;
	background: url(../img/sp/sec07_bg4.png) no-repeat center bottom/100% auto;
	bottom:-2vw;
}
#sec_07 .contents .item3 .img {
	margin-bottom: 0;
}

/**sec_08**/
#sec_08 .wrap {
	padding: 8vw 0;
}
#sec_08 h2 {
	font-size:4.5vw;
	margin-bottom: 1.25em;
}
#sec_08 .img {
	margin-bottom: 10vw;
} 

/**sec_09**/
#sec_09 .wrap {
	padding: 8vw 0 10vw;
}
#sec_09 .contents > p {
	text-align: left;
}
#sec_09 .contents > p.att {
	font-size: 3.2vw;
	margin-top:-1em;
	letter-spacing:normal;
}

#sec_09 .gridbox {
	grid-column-gap: 1vw;
	margin-bottom: 8vw;
}
#sec_09 .gridbox .item dt {
	font-size: 3vw;
}
#sec_09 .gridbox .item dd.txt {
	font-size: 2vw;
	line-height: 1.5;
	padding:1em;
}
#sec_09 .gridbox .item dd.txt br {
	display:none;
}
#sec_09 .message {
	background: url(../img/bg4.jpg) repeat center center/200px;
	padding:3vw;
	margin:0 -20px 5vw;
	width:calc(100% + 40px);
}
#sec_09 .message h3 {
	font-size: 5.4vw;
}
#sec_09 .message h3::before {
	width: 2px;
}
#sec_09 .message h3::after {
	width: 2px;
}
#sec_09 .msg {
	padding: 6vw;
	border-radius: 2.4vw;
}
#sec_09 .msg h4 {
	font-size: 6.4vw;
	line-height: 1.3;
}
#sec_09 .msg:not(:last-child) {
	margin-bottom: 3vw;
}
#sec_09 .msg .img {
	max-width: 60%;
	margin:0 auto 5vw;
}
#sec_09 .msg .name {
	font-size: 3.0vw;
	font-weight:900;
}
#sec_09 .msg .name span {
	font-size: 4vw;
	padding:.3em 0;
}
#sec_09 h3.kifu {
	font-size: 4.4vw;
	margin-bottom: 1em;
	padding-bottom: 1.75em;
	background: url(../img/sp/sec09_06.png) no-repeat center bottom/100% auto;
}
#sec_09 dl.kifu dt {
	font-size:4vw;
	line-height: 1.3;
	padding:.5em 0 .6em;
}
#sec_09 dl.kifu dt .txt_small {
	display:block;
	font-size:3vw;
	padding-top:.33em;
}
#sec_09 dl.kifu dd {
	padding: 6vw;
}
#sec_09 dl.kifu dd p {
	text-align: left;
	margin-bottom: 1.5em;
}

/**sec_10**/
#sec_10 .wrap {
	padding: 8vw 0;
}
#sec_10 h2 {
	font-size: 5.4vw;
	line-height:1.3;
	border-bottom:2px solid #ff6b00;
	padding-bottom: .66em;
}
#sec_10 .faq:not(:last-child) {
	margin-bottom: 10vw;
}
#sec_10 .faq dl {
	padding: 0 5vw;
	border-radius: 2.4vw;
	margin:0 -2vw;
}
#sec_10 .faq dl:not(:last-child) {
	margin-bottom: 3vw;
}
#sec_10 .faq dt {
	font-size: 4.2vw;
	font-weight:800;
	line-height: 1.7;
	padding:1em 10vw 1em 13vw;
	position: relative;
	cursor: pointer;
}
#sec_10 .faq dt::before {
	width: 8vw;
	height: 8vw;
}
#sec_10 .faq dt::after {
	width: 7vw;
	height: 7vw;
}
#sec_10 .faq dd {
	font-size: 4vw;
}
#sec_10 .faq dd div {
	padding:1.5em 0 2em 13vw;
}
#sec_10 .faq dd::before {
	top:2em;
	width: 8vw;
	height: 8vw;
}
#sec_10 .faq dd a:hover {
	text-decoration:underline;
}

/**sec_11**/
#sec_11 .wrap {
	padding: 12vw 0;
}
#sec_11 .contents {
	width:100%;
}
#sec_11 .cta:first-child {
	margin-bottom: 12vw;
}
#sec_11 .contents_inner {
	background: url(../img/bg5.jpg) repeat center center/200px;
	padding:4vw 3vw;
	margin-bottom: 12vw;
}
#sec_11 .contents_inner h2 {
	font-size: 5vw;
	line-height: 1.4;
	margin:0 -1em 1.25em;
	letter-spacing: normal;
}
#sec_11 .contents_inner .msg {
	padding: 6vw;
	border-radius: 2.4vw;
}
#sec_11 .contents_inner .img {
	max-width: 100%;
	margin:0 auto 8vw;
}



/**footer**/
.footer {
	border-top:2px solid #ff6b00;
	font-size: 3.8vw
}
.footer_inner {
	padding:8vw 0;
	width:calc(100% - 40px);
}
.footer_inner p.msg {
	text-align:left;
	margin-bottom: 2em;
}
.footer_inner .menu {
	display:block;
	width:11em;
	margin:0 auto 2em;
}
.footer_inner .menu a {
	color: #4b95df;
	text-decoration: underline;
	line-height: 1;
	display:inline-block;
	margin-bottom:.5em;
}
.footer_inner .menu a:hover {
	text-decoration: none;
}
.footer_inner .menu a:not(:last-child) {
	margin-right: 0;
}
.footer_inner .logo {
	max-width: 48%;
}
.footer .copyright {
	font-size:3vw;
}

.gotop {
	width: 50px;
	height: 50px;
	right: -5px;
	bottom: 30px;
}
.gotop.show {
	/* bottom: 22vw; */
}

.fixmenu {
	bottom:-25vw;
	padding:4.25vw 4vw;
}
.fixmenu > div {
	grid-template-columns:auto auto;
	grid-column-gap:4vw;
	justify-content:center;
	height:auto;
}
.fixmenu p {
	font-size:3.2vw;
	color:#ff6b00;
	font-weight:700;
	line-height:1.3;
	min-width: 6em;
}
.fixmenu p:last-child {
	display:none;
}
.fixmenu .btn {
	font-size:3.9vw;
	width:16.6em;
	height:3.2em;
}
.fixmenu .btn::before {
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
}
	
}


@media screen and (max-width:340px){
	
#sec_02 .bgwrap .textstyle1.linebg.linebg3 {
    letter-spacing: normal;
}

}