@charset "UTF-8";
/* Reset */
*,
*::before,
*::after {
	background: transparent;
	box-sizing: border-box;
	border: 0;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
picture,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ul,
ol {
	list-style: none;
}
dt {
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
blockquote,
q {
	quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

button {
	font-family: inherit;
}
/*----------
	vars
----------*/
:root,
::before, ::after {
	/* color */
	--color-prim:#9c2334;
	--color-seco: #000;
	--color-border: #eeecdd;
	--color-bg: #f8f7f1;
	--color-gray: #8c8b80;
	--color-pdf: #D81E1E;
	--color-red: #C81432;
}
/* ---------------------------------

BASE
	
--------------------------------- */
html {
	background-color: #fff;
	font-size: 62.5%;
	width: 100%;
}
html.locked {
	position: fixed;
	overflow: hidden;
}
body {
	color: #222;
	font-size: 1.4rem;
    font-weight: 600;
    font-family: "游ゴシック体",YuGothic,"Yu Gothic M","游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3",HiraKakuProN-W3,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",HelveticaNeue,Helvetica,Arial,"Segoe UI",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	letter-spacing: 0.05;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
img {
	height: auto;
	vertical-align: top;
	width: 100%;
}
a img {
	border: none;
}
a:link,
a:visited {
	color: #000;
}
a:hover,
a:active {
	color: var(--color-seco);
	text-decoration: none;
}
ul, li  {
  list-style: none;
  padding: 0;
  margin: 0;
}
strong {
	font-weight: bold;
}
i { font-style: normal }
.sp { display: none }

@media (max-width: 920px) {
	body {
        font-size: 1.2rem;
    }
	.sp{ display: block }
	.pc {
    	display: none;
    	visibility: hidden;
  	}
}
.flex {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
select {
	appearance: none;
	-webkit-appearance: none;
}
input[type=checkbox] {
	/*	transform: scale(2); */
		margin: 0 6px 0 0;
	}
@media (max-width: 920px) {
	.flex {
		display:block
	  }
}

.container {
    max-width: 1280px;
    margin: 80px auto;
    padding: 40px 30px;
    text-align: center;
}
.wrap__bgcolor {
	background: var(--color-bg);
    padding: 5px 0;
    text-align: center;
	width: 100%;
}
.wrap__bgcolor .container {
    padding-bottom: 0;
}
section {
    margin: 0 auto;
    padding: 3rem 0;
    text-align: left;
}
.w-narrow {
	width: 90%;
}
.w-narrow.t-center {
	margin: 0 auto;
	padding: 0 25vw 5rem;
}
@media (max-width: 920px) {
    .container {
        padding: 0 1rem;
    }
    section {
        padding: 2rem;
    }
}
@media (max-width: 767px) {
    .container {
        margin: 40px auto;
        padding: 0 1rem;
    }
    section {
        padding: 1rem 0;
    }
	.w-narrow {
		width: 100%;
	}
}


/* ---------------------------------

　　COMPONENT
	
--------------------------------- */
.lead {
    font-size: 1.5rem;
    line-height: 2;
	padding: 1rem 0;
 /*   padding: 3rem 10rem; 0605*/
	text-align: left;
}
.txt__h {
    font-size: 5rem;
	font-weight: 600;
    line-height: 2;
}
.txt__h + .txt__h {
    font-size: 2.4rem;
	padding: 5rem 0;
}
.txt__h.line {
	color: #000;
	line-height: 1.5;
	position: relative;
}
.txt__h.line.sm {
    font-size: 4.9rem;
	letter-spacing: -1px;
}
.txt__h.line::after {
	background: var(--color-prim);
	border-radius: 50px;
	bottom: -10px;
	content: "";
	display: block;
	height: 5px;
	left: calc( 50% - 100px);
	position: absolute;
	width: 200px;
}
.txt__h.line2,
.article__list .bloc__contents h2 {
	color: var(--color-seco);
	display: inline-block;
	font-size: 4rem;
	margin: 0 auto;
	padding: 30px 0 0;
	position: relative;
	text-align: center;
}
.line + .txt__h.line2,
.layout__table + .txt__h.line2 {
	padding-top: 90px;
}
.txt__h.line2::before,
.txt__h.line2::after,
.article__list .bloc__contents h2::before,
.article__list .bloc__contents h2::after  {
	background: var(--color-prim);
	bottom: 5px;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	width: 100%;
}
.txt__h.line2::after,
.article__list .bloc__contents h2::after {
	background:#c2c0b5;
	left: 50%;
	width: 50%;
}
.txt__h.line2 span,
.txt__h.ribon span {
	display: block;
	font-size: 2.4rem;
	line-height: 0.5;
}
.txt__h.ribon {
	background: url(../img/bg__index01-ttl.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	display: inline-block;
	font-size: 3.8rem;
	margin: 180px auto 0;
	padding: 30px 20px 40px;
	position: relative;
	text-align: center;
}
.txt__h.ribon.n02 {
	background: url(../img/bg__index02-ttl.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.7;
	padding: 0 20px 20px;
}
.ribon + .lead {
	margin: 30px auto 50px;
	padding: 1rem 10rem;
}
.txt__subttl {
	background: var(--color-prim);
	bottom: 30px;
	color: #fff;
	display: inline-block;
	font-size: 2.4rem;
	margin: 50px auto 0;
	padding: 5px 50px;
	position: relative;
}
.txt__h.line + .txt__subttl {
	margin: 100px auto 0;
}
.t-color {
    color: var(--color-seco);
}
.t-large {
    font-size: 1.2em;
}
.txt__h + .txt__h.t-color {
	padding: 0;
}
.exc .txt__h.t-color {
    color: var(--color-prim) !important;
}
.txt__bld {
    font-size: 1.5rem;
	font-weight: 600;
    line-height: 2;
}
.btn a {
    background: var(--color-prim);
    border-radius: 50px 50px 50px 0;
	box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    color: #fff;
    padding: 10px 30px;
	transition: all 0.3s;
	text-decoration: none;
}
.btn.cta {
	display: none;
	margin: 15rem auto 10rem;
}
form .btn.cta {
	display: block;
}
.btn.cta a {
    border-radius: 100px;
	box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	font-size: 3.4rem;
    padding: 2rem 15rem;
}
.btn.cta a:hover {
    background: var(--color-seco);
}

.marker {
	display: inline-block;
	line-height: 0.7;
	position: relative;
	z-index: 0;
}
.marker::after {
	background: #c2c1b7;
	bottom: 10px;
	content: "";
	display: inline-block;
	height: 13px;
	position: relative;
	width: 100%;
	z-index: -1;
}

@media (max-width: 920px) {
    .lead,
	.ribon + .lead {
        font-size: 1.3rem;
        line-height: 1.5;
        padding: 0 2rem;
    }
	.wrap__bgcolor .lead {
        padding-bottom: 2rem;
    }
	.txt__h {
        font-size: 2rem;
		letter-spacing: -0.5px;
		line-height: 1.4;
    }
	.txt__h.line::after {
		bottom: -15px;
		height: 3px;
		left: calc( 50% - 20vw);	
		width: 40vw;
	}
	.txt__h.line.sm {
		font-size: 2rem;
	}
	.txt__bld {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.txt__h.line2 {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.txt__h.line2::before,
	.txt__h.line2::after {
		bottom: -5px;
		height: 4px;
	}
	.txt__h.line2 span {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.txt__h.ribon,
	.txt__h.ribon.n02 {
		font-size: 1.8rem;
		margin: 80px auto 0;
		padding: 1rem 0 2.5rem!important;
		width: 100%;
	}
	.txt__h.ribon {
		margin-top: 100px;
	}
	h3.ribon {
		font-size: 1.8rem !important;
	}
	.txt__h.ribon span {
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.txt__h + .txt__h {
		font-size: 1.6rem;
		padding: 3rem 0;
	}
	.line + .txt__h.line2 {
		padding-top: 40px;
	}
	.txt__h.t-color {
		padding-bottom: 2rem;
	}
	.txt__subttl {
		bottom: 30px;
		font-size: 1.4rem;
		line-height: 1.3;
		margin: 50px auto 0;
		padding: 6px 20px;
	}
	.txt__subttl::after {
		border-bottom: 7px solid #a7a594;
		border-right: 7px solid #a7a594;
		bottom: -7px;
		width: 99%;
	}
	.txt__h.line + .txt__subttl {
		margin: 60px auto 0;
	}
	.txt__h + .txt__h.t-color {
		font-size: 1.4rem;
		padding: 0;
	}
	.txt__h.line + .txt__h {
		font-size: 1.4rem;
	}	
	
	.txt__bld {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.btn.cta {
		margin: 15vw auto 20vw;
	}
	.btn.cta a {
		font-size: 2rem;
		padding: 1.5rem 8rem;
	}
	.marker {
		line-height: 0.7;
	}
	.marker::after {
		height: 10px;
	}
}
.t-center {
	text-align: center !important;
}
.mt50 {
	margin-top: 50px;
}
.mb15 {
	margin-bottom: 15px;
}
.txt_normal {
	font-weight: 500;
	position: relative;
    top: -5px;
}
.half {
	align-items: stretch;
	display: flex;
}
.half .Lbloc {
	border-radius: 5px;
	padding-right: 5px;
	width: 50%;
}
.half .Rbloc {
	border-radius: 5px;
	padding-left: 5px;
	width: 50%;
}
	.half.exc .Lbloc {                 /* Exc */
		padding-right: 0;
		width: 60%;
	}
	.Rbloc.sm {
		text-align: center;
		padding-top: 0 !important;
	}
	.half.exc .Lbloc img,
	.half.exc .Rbloc img {
		margin: 0 auto;
		width: 70%;
	}
	.half.exc .Lbloc p {
		padding-bottom: 20px;
	}
figure.shadow {
	background: #fff;
	border-radius: 8px;
	box-shadow: 1px 2px 2px rgba(0,0,0,.1);
	height: 100%;
}

.half .half {
	margin: 20px 0 0;
	padding: 0 5%;
}
.half .half h4 {
	color: var(--color-seco);
	font-size: 2rem;
	margin-bottom: 10px;
}
.half .half p {
	width: 90%;
}
.arrow,
.arrow-sm {
	width: 100%; 
	height: 80px;
	position: relative;
}
.arrow::before,
.arrow::after,
.arrow-sm::before,
.arrow-sm::after,
.arrow-sm-right::before,
.arrow-sm-right::after {
	background: var(--color-seco);
	bottom: calc(50% - 8px);
	border-radius: 5px; 
	content: "";
	display: inline-block;
	height: 5px;
	position: absolute;
	width: 44px;
}
.arrow::before,
.arrow-sm::before {
	left: calc( 50% - 5px);
	transform: rotate(-35deg);
}
.arrow::after,
.arrow-sm::after {
	right: calc( 50% - 5px);
	transform: rotate(35deg);
}
.arrow-sm {					            /*  small-size*/
	margin-top: 50px;
}
.arrow-sm::before,
.arrow-sm::after {
	bottom: initial;
	height: 5px;
	top: 0;
	width: 30px;
}
.arrow-sm::before {
	left: calc( 50% - 5px);
	transform: rotate(-45deg);
}
.arrow-sm::after {
	right: calc( 50% - 5px);
	transform: rotate(45deg);
}
@media (max-width: 920px) {
	.arrow-sm::before,
	.arrow-sm::after {
		height: 4px;
		top: 0;
		width: 20px;
	}
	.arrow-sm::before {
		left: calc( 50% - 4px);
	}
	.arrow-sm::after {
		right: calc( 50% - 4px);
	}
}
.arrow-sm-right {
	height: 40px;
	left: -10px;
	position: relative;
}
.arrow-sm-right::before,					 /*  right  */
.arrow-sm-right::after {
	height: 4px;
	width: 20px;
}
.arrow-sm-right::before {
	bottom: 55%;
	transform: rotate(-45deg);
}
.arrow-sm-right::after {
	bottom: 10px;
	transform: rotate(45deg);
}

.arrow2 {                            /*  arrow2  ▼ */
	border-style: solid;
	border-width: 20px 10vw 0 10vw;
	border-color: var(--color-prim) transparent transparent transparent;
	left: 40%;
	height: 0;
	position: absolute;
	width: 0;
}
.kagi {
	position: relative;
}
.kagi::before {
    border-left: 4px solid var(--color-prim);
    border-top: 4px solid var(--color-prim);
    content: "";
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
	top: -20px;
    width: 70px;
}
.half .half.kagi {
	margin: 30px 0 50px;
}
/*   WP --  get_the_posts_pagination   */
.nav-links {
	display: flex;
	justify-content: center;
}
.nav-links a {
	text-decoration: none;
}
 .pagination .page-numbers {
	display: inline-block;
	margin: 0 5px;
	padding: 5px 5px;
	border-radius: 3px;
}
.pagination .current {
   background: var(--color-prim);
   color: #fff;
   padding: 5px 10px;
}
#previous_next_post {
	display: flex;
	justify-content: center;
	margin: 5rem 0;
}
#previous_next_post a {
	color: #000;
	padding: 0 3rem;
	text-decoration: none;
}
#previous_next_post a.back-list {
	color: var(--color-seco);
	text-decoration: underline;
}
#previous_next_post a.back-list:hover {
	text-decoration: none;
}

@media (max-width: 920px) {
	#previous_next_post {
		margin: -3rem 0 5rem;
	}
	#previous_next_post a {
		padding: 0 1rem;
	}
}

.pageTop {
	position: absolute;
    right: 5rem;
    text-align: center;
    transition: 0.5s ease;
	top: 53%;
    z-index: 5;
}
.pageTop a {
    background: #e1bdc2;
    border-radius: 100px;
    display: block;
    height: 40px;
    transition: .2s ease-in-out;
    width: 40px;
}
.pageTop a::before,
.pageTop a::after {
	background: var(--color-prim);
	border-radius: 5px; 
	content: "";
	display: inline-block;
	height: 4px;
	position: absolute;
	top: 50%;
	width: 20px;
}
.pageTop a::before {
	left: 4px;
	transform: rotate(-45deg);
}
.pageTop a::after {
	left: calc( 50% - 3px);
	transform: rotate(45deg);
}
.pageTop a:hover {
    background: #eee;
    color: var(--color-seco);
}

.pageTop a:hover::before {
    cursor: pointer;
}
/*
.pageTop.is-show {
    opacity: 1;
}
*/

@media (max-width: 920px) {
	.half {
		display: block;
	}

	.half .Lbloc,
	.half .Rbloc,
	.half.exc .Lbloc,
	.half.exc .Rbloc {
		width: 100%;
	}
	.half .Rbloc {
		padding-top: 5vw;
	}
	.half.exc .Rbloc  {
		width: 100%;
	}
	.Rbloc.sm {
		display: block;
		padding-top: 0 !important;
		text-align: center;
	}

	.half.exc .Lbloc p {
		padding-bottom: 10px;
	}
	.arrow,
	.arrow-sm {
		height: 50px;
	}
	
	.arrow::before,
	.arrow::after {
		height: 3px;
		width: 30px;
	}
	.arrow::before {
		left: calc( 50% - 3px);
	}
	.arrow::after {
		right: calc( 50% - 3px);
	}
	.half .half h4 {
		font-size: 1.6rem;
	}
	.kagi::before {
		border-left: 3px solid var(--color-prim);
		border-top: 3px solid var(--color-prim);
		height: 50px;
		top: -20px;
		width: 50px;
	}
	.half .half p {
		margin-bottom: 3rem;
		width: 100%;
	}
	.half .half .Rbloc {
		padding-left: 0;
	}
	.half .half.kagi {
		margin: 20px;
	}
	.Rbloc span.Rbloc {
		display: block;
		margin-bottom: 5rem;
		padding-top: 0;
	}
	.pageTop {
		bottom: 3rem;
		right: 3rem;
		top: initial;
	}

}

/* ---------------------------------

  Header
	
--------------------------------- */
header {
	height: 70px;
	position: relative;
}
.l-mainheader__inner {
	background-color: #fff;
	height: 70px;
	left: 0;
	padding: 0 20px;
	position: fixed;
	transition: height 0.2s ease-out;
	top: 0;
	width: 100%;
	z-index: 100;
}
.l-mainheader__inner a {
	text-decoration: none;
}
body.single-post .l-mainheader__inner {
	background-color: var(--color-gray-blue)
}
body.single-post .l-mainheader.compact .l-mainheader__inner {
	background-color: rgba(255, 255, 255, 0.6)
}
.l-mainheader__logo {
	left: 1rem;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	transition: width 0.2s ease-out;
	width: 100px;
	z-index: 15;
}
.l-mainheader__logo > a {
	display: block;
}
.l-mainheader__logo > a > img {
	display: block;
}
.l-mainheader__navtoggle {
	background: var(--color-prim);
	border: 2px solid var(--color-prim);
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 40px;
}
.l-mainheader__navtoggle > span::before,
.l-mainheader__navtoggle > span + span::before,
.l-mainheader__navtoggle > span::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform-origin: center;
	transition: transform 0.2s ease-out;
	top: calc(50% - 1px);
	width: 17px;
}
.l-mainheader__navtoggle > span::before {
	transform: translate(-50%, -7px) rotate(0);
}
.l-mainheader__navtoggle > span + span::before {
	transform: translate(-50%, 0) rotate(0);
}
.l-mainheader__navtoggle > span::after {
	transform: translate(-50%, 7px) rotate(0);
}

@media (max-width: 920px) {
	.l-mainheader__nav {
		height: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		transition: opacity 0.4s, visibility 0.4s;
		top: 100%;
		visibility: hidden;
		z-index: 10;
	}
	.l-mainheader.sp-nav-active .l-mainheader__navtoggle > span:before {
		transform: translate(-50%, 0) rotate(-45deg);
	}
	.l-mainheader.sp-nav-active .l-mainheader__navtoggle > span:after {
		transform: translate(-50%, 0) rotate(45deg);
	}
	.l-mainheader.sp-nav-active .l-mainheader__nav {
		height: auto;
		opacity: 1;
		pointer-events: all;
		visibility: visible;
	}
}

@media (min-width: 920px) {
  header {
    	height: 115px;
	}
	.l-mainheader__inner {
		height: 140px;
		padding: 0 40px;
		width: 100%;
	}
	.l-mainheader__logo {
		left: 40px;
		transform: translateY(-50%);
		top: 54%;
		width: 200px;
	}
	.l-mainheader__navtoggle {
		display: none;
	}
	.l-mainheader__nav {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.l-mainheader.compact .l-mainheader__inner {
		height: 70px;
	}
	.l-mainheader.compact .l-mainheader__logo {
		top: 50%;
		width: 150px;
	}
	.l-mainheader.compact .l-mainnav__items {
		bottom: calc( 50% + 35px);
		height: 100%;
	}
}

/*----------
	main navigation SP
                         ----------*/
/* 背景レイヤー */
.l-mainnav__closelayer {
	background-color: rgba(255, 255, 255, 1);
	height: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.4s, visibility 0.4s;
	visibility: hidden;
	width: 100vw;
	z-index: -1;
}
.l-mainnav__closelayer.active {
	height: 100vh;
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

@media (max-width: 920px) {
	.l-mainnav {
		height: calc(100svh - 50px);
		left: 0;
		overflow-y: auto;
		position: fixed;
		scroll-behavior: smooth;
		top: 65px;
		width: 100vw;
		z-index: 100;
	}
	.l-mainnav a, .l-mainnav span {
		font-weight: 500;
		line-height: var(--line-height-s);
	}

	.l-mainnav__inner {
		background-color: #fff;
		padding: 20px 0 120px;
		position: relative;
		z-index: 1;
	}
	.l-mainnav__items {
		border-top: 1px solid var(--color-border);
		position: relative;
	}
	.l-mainnav__item {
		border-bottom: 1px solid var(--color-border);
	}
	.l-mainnav__gnav > a,
	.l-mainnav__gnav > span {
		background-color: #fff;
		display: block;
		font-size: 1.4rem;
		font-weight: 600;
		padding: 2rem;
		position: relative;
	}
	.l-mainnav__inquiry {
		background: #fff;
		display: flex;
		justify-content: space-between;
		justify-content: center;/*お申し込みボタン表示時に削除*/
		padding: 4rem 2rem;
	}
	.l-mainnav__inquiry .btn {
		width: 48%;
	}
	.l-mainnav__inquiry .btn a {
		font-size: 1.4rem;
		font-weight: 600;
		display: block;
		padding: 10px 0;
		transition: all 0.3s;
		text-align: center;
	}
	.l-mainnav__inquiry .btn.color a {
		background:  var(--color-seco);
	}
	.l-mainnav__inquiry .btn a:hover,
	.l-mainnav__inquiry .btn.color a:hover {
		background: var(--color-seco);
		box-shadow: 1px 2px 2px rgba(0,0,0,.15);
	}
	.l-mainnav__inquiry .btn.color a:hover {
		color: #fff;
	}
}
/*----------
	main navigation PC
                         ----------*/
@media (min-width: 920px) {
	.l-mainnav {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.l-mainnav__closelayer {
		height: 100vh;
	}
	.l-mainnav__items {
		align-items: center;
		bottom: calc( 50% + 45px);
		display: flex;
		height: 45px;
		justify-content: flex-end;
		padding: 0 50px;
		position: absolute;
		right: 0;
		width: 100%;
	}
	.l-mainnav__gnav > a,
	.l-mainnav__gnav > span {
		cursor: pointer;
		display: block;
		padding: 15px 25px;
		position: relative;
		transition: all 0.3s;
	}
	.l-mainnav__gnav > a::after {
		background-color: #fff;
		opacity: 0;
	}
	.l-mainnav__gnav > a:hover::after {
		background-color: var(--color-border);
		border-radius: 50px;
		content: "";
		height: 50px;
		position: absolute;
		opacity: 1;
		left: 50%;
		top: 3px;
		width: 50px;
		z-index: -1;
	}
	li.btn {
        padding-left: 20px;
	}
	.l-mainnav__items li .l-mainnav__gnav a {
		color: #000;
	}
	.l-mainnav__items li.btn.color a {
		background: var(--color-seco);
		position: relative;
	}
	.l-mainnav__items li.btn a:hover, 
	.l-mainnav__items li.btn.color a:hover {
		background:#eeecdd;
		box-shadow: 0px 2px 0px rgba(0,0,0,.15);
		color: var(--color-seco);
	}
     /* SP menu */
    .l-mainnav__inquiry {
        display: none;
    }
}
@media (min-width: 920px) and (hover: hover) {
	.l-mainnav__gnav > a:hover::after {
		transform: translateX(-50%) scaleX(1);
	}
}
@media (min-width: 920px) and (max-width: 1169px) {
	.l-mainheader__logo {
		left: 20px;
		width: 150px;
	}
	.l-mainheader.compact .l-mainheader__logo {
		top: 30px;
		width: 90px;
	}
	.l-mainnav__items {
		padding: 0 20px;
	}
	.l-mainnav__gnav > a,
	.l-mainnav__gnav > span {
		padding: 15px;
	}
}
/* ---------------------------------

　INDEXページ

--------------------------------- */

/* ---------------------------------
MV
--------------------------------- */
#wrapper__MV {
    position: relative;
}
#wrapper__MV + .container {
    margin-bottom: 0;
    padding: 0 30px 60px;
}
/* ---------------------------------
CONTENTS
--------------------------------- */
ul.icon__check {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
ul.icon__check li {
	background: url( ../img/icon-check.png) no-repeat 0 7px / 10%;
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 2;
	margin-bottom: 20px;
	padding-left: 32px;
	position: relative;
	width: 49%;
}
ul.icon__check li i {
	border-bottom: 4px solid #ba6571;
	padding-bottom: 3px;
}
.indent {
	width: 85%;
}
.indent dt {
	background: var(--color-prim);
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	padding: 0 2rem;
	position: relative;
}
.indent dt::after {
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: var(--color-prim) transparent transparent transparent;
	bottom: -8px;
	content: "";
	left: calc( 50% - 10px);
	height: 0;
	position: absolute;
	width: 0;
}
.indent dd {
	margin-top: 15px;
}
.indent dd:last-of-type {
	font-size: 1.2rem;
}
.indent dd span {
	color: var(--color-prim);
}

@media (max-width: 920px) {
	#wrapper__MV + .container {
		margin-bottom: 5rem;
		padding: 0 1rem;
	}
	.exc .txt__h.t-color {
		font-size: 2.6rem;
	}
	.indent {
		padding: 0;
		width: 100%;
	}
	.indent dt {
		display: block;
		font-size: 1.6rem;
		text-align: center;
	}
	.indent dd {
		letter-spacing: -0.5px;
	}
	ul.icon__check {
		justify-content: space-between;
	}
	ul.icon__check li {
		background: url( ../img/icon-check.png) no-repeat 0 7px / 9%;
		font-size: 1.1em;
		margin-bottom: 15px;
		padding-left: 17px;
		width: 49%;
	}
	ul.icon__check li i {
		border-bottom: 3px solid #ba6571;
		padding-bottom: 2px;
	}
	.indent dd:last-of-type {
		font-size: 1.1rem;
	}
}
/* ---------------------------------
 CONTENTS(add)
--------------------------------- */
.index__fig figure:first-of-type {
	margin-bottom: 30px;
}
.txt__bld span {
    display: inline-block;
	background: var(--color-border);
	padding: 0 10px;
}
.bg__num01 {
	background: url( ../img/bg__index01.png) no-repeat center 210px / 1220px;
}
.bg__num01 .container ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.bg__num01 .container ul li {
	border: 2px solid var(--color-prim);
	border-radius: 5px;
	color: var(--color-prim);
	display: inline-block;
	line-height: 1.4;
	margin: 0 3px;
	padding: 0 5px;
}
.half.color,
.half .color {
	background: rgba(239, 236, 222, 0.3);
	border-radius: 8px;
	box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	flex-wrap: wrap;
	margin: 20px 0;
	padding: 30px;
}
.half .color {
	margin: 0;
}
.half .color.Lbloc,
.half .color.Rbloc  {
	padding-top: 40px;
	text-align: center;
	width: 48%;
}
.half .color.Lbloc  {
	margin-right: 4%;
}
.color .marker {
	font-size: 2.4rem;
	font-weight: 600;
	z-index: 1;
}
.color .marker span {
	font-size: 0.7em;
}

.kugiri {
	position: relative;
}
.kugiri::after {
	background: #c0beb1;
	content: "";
	display: block;
	height: 80%;
	left: calc( 50% - 1.5px);
	position: absolute;
	top: 10%;
	width: 1px;
}
.person {
	padding: 2rem 8rem;
}
.half .person figure img {
	margin: 0 auto;
	width: 60%;
}
.half .person figure img {
	margin: 0 20%;
}
.person figure figcaption {
	color: var(--color-seco);
	font-size: 2.2rem;
}
.person dd {
	font-size: 1.7rem;
}
.ttlbar {
	border-left: 20px solid var(--color-prim);
	border-bottom: 5px solid var(--color-prim);
	color: var(--color-prim);
	font-size: 3.4rem;
	padding-left: 15px;
	text-align: left;
}
.wrap__person {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.wrap__person dl {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	position: relative;
	width: 50%;
}
.wrap__person dl dt {
	width: 25%;
}
.wrap__person dl dd {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	padding-bottom: 2rem;
	width: 66%;
}
.wrap__person dl dd::after {
	border-bottom: 1px solid #c0beb1;
	content: "";
	display: block;
	height: 10px;
	width: 75%;
	position: relative;
	bottom: -10px;
}
.wrap__person dl dd span {
	background: var(--color-seco);
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	padding: 2px 5px;
	position: absolute;
	top: 0;	
}
.wrap__person dl dd .name {
	color: var(--color-seco);
	margin-bottom: 10px;
	position: absolute;
	top: 45px;
}
.wrap__person dl dd p {
	color: #000;
	width: 100%;
}
.bg__num02 {
	background: url( ../img/bg__index02.png) no-repeat center 100px / 1220px;
}
.bg__num02 .container {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.bg__num03 .container {
	padding-top: 0;
}
.bg__num03 .ribon + .lead {
	margin-bottom: 0;
}
.bg__num02 .half.exc .Lbloc {
	width: 75%;
}
.bg__num02 .half.exc .Rbloc img {
	width: 90%;
}

.bg__num03 {
	background: url( ../img/bg__index03.png) no-repeat center 100px / 1220px;
}
.bg__num03 .color {
	padding-bottom: 0;
}
.bg__num03 .mb15 {
	padding: 5rem 15rem;
}
.bg__num01 .container {
	padding-bottom: 0;
}


@media (max-width: 920px) {
	.index__fig figure:first-of-type {
		margin-bottom: 10px;
	}
	.bg__num01 {
		background: url( ../img/bg__index01.png) no-repeat center 90px / 160%;
	}
	.bg__num01 .container ul li {
		font-size: 1.2rem;
	}
	.bg__num02 {
		background: url( ../img/bg__index02.png) no-repeat center 40px / 160%;
	}
	.bg__num02 .half.color {
		padding: 3rem 0 1px;
	}
	.bg__num02 .half.exc .Lbloc {
		width: 100%;
	}
	.bg__num02 .half.exc .Rbloc img {
		width: 50%;
	}
	
	.bg__num03 {
		background: url( ../img/bg__index03.png) no-repeat center 40px / 160%;
	}
	.bg__num03 .mb15 {
		padding: 0 8rem;
	}
	.half.color,
	.half .color {
		padding: 20px;
	}
	.half .color {
		margin: 0;
	}
	.half .color.Lbloc,
	.half .color.Rbloc  {
		padding-top: 40px;
		width: 100%;
	}
	.half .color.Lbloc  {
		margin-bottom: 3rem;
	}
	.half .color.Lbloc  {
		margin-right: 4%;
	}
	.color .marker {
		font-size: 1.7rem;
	}
	.kugiri::after {
		left: 10%;
		height: 3px;
		top: 48%;
		width: 80%;
	}
	.person {
		padding: 1rem 0;
	}
	.Rbloc .person {
		padding-top: 3rem;
	}
	.half .person figure {
		text-align: center;
	}

	.person figure figcaption {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.person dd {
		font-size: 1.2rem;
		padding: 0 0 1rem;
	}
	.ttlbar {
		border-bottom: 3px solid var(--color-prim);
		border-left: 12px solid var(--color-prim);
		font-size: 1.6rem;
		padding: 5px 10px 0;
	}
	.wrap__person {
		display: block;
	}
	.wrap__person dl {
		margin-bottom: 1rem;
		width: 100%;
	}
	.wrap__person dl dt {
		margin: 10px 0;
		width: 30%;
	}
	.wrap__person dl dd {
		font-size: 1.1rem;
		margin: 0 ;
		padding-bottom: 1rem;
		width: 65%;
	}
	.wrap__person dl dd::after {
		bottom: -5px;
		width: 100%;
	}
	.wrap__person dl dd span {
		font-size: 1rem;
		padding: 0 5px;
		top: 10px;
	}
	.wrap__person dl dd .name {
		font-size: 1.3rem;
		top: 8vw;
	}
	.wrap__person dl:nth-of-type(9) .name {
		top: 7vw;
	}
	.wrap__person dl dd p {
		line-height: 1.4;
		height: 40px;
	}
	.wrap__person dl dd p.sm {
		font-size: 1.1rem;
		letter-spacing: -0.5px;
		line-height: 1.2;
		height: 45px;
	}	
}
@media (min-width: 920px) and (max-width: 1200px) {
	.wrap__person dl dt {
		width: 22%;
	}
	.wrap__person dl dd {
		padding-bottom: 0;
		width: 73%;
	}
	.wrap__person dl dd span {
		font-size: 1.1rem;
		padding: 1px 5px;
	}
	.wrap__person dl dd::after {
		bottom: 0;
		width: 85%;
	}
	.wrap__person dl dd .name {
		top: 22px;
	}
	.wrap__person dl dd p {
		line-height: 1.2;
	}
}
.bnr__top {
	margin-top: -30px;
	margin-bottom: 30px;
	position: relative;
}
.bnr__top input {
	position: absolute;
	top: 30px;
	z-index: -1;
}
.bnr__top button {
	border: 4px solid #000;
	border-radius: 8px;
	color: #000;
	cursor: pointer;
	font-size: 2rem;
	margin-top: 10px;
	padding: 5px 50px;
}

@media (max-width: 920px) {
	.bnr__top input {
		left: 2%;
	}
	.bnr__top button {
		border: 2px solid #000;
		border-radius: 6px;
		font-size: 1.6rem;
		width: 100%;
	}
}


/* ---------------------------------

	SUB PAGE
	
--------------------------------- */
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 10rem 5rem;
}
.breadcrumb span a {
	padding-right: 20px;
	text-decoration: none;
}
.breadcrumb span a::after {
	content: ">";
	padding-left: 20px;
}
.subpage-header {
	background: var(--color-prim);
	color: #fff;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 3rem;
	padding: 8rem 10rem 13rem;
	text-transform: uppercase;
}
.subpage-header span {
	display: block;
	font-size: 5rem;
	font-family: termina,sans-serif;
}
@media (max-width: 920px) {
	.breadcrumb {
		padding: 2rem 1rem;
	}
	.breadcrumb span a {
		font-size: 1.1rem;
		padding-right: 10px;
	}
	.breadcrumb span a::after {
		padding-left: 10px;
	}
	.subpage-header {
		font-size: 1.2rem;
		padding: 3rem;
	}
	.subpage-header span {
		font-size: 2.4rem;
	}
}
.col3,
.col4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10rem;
}
.col3 .bloc,
.col4 .bloc {
	background: var(--color-bg);
	border-radius: 5px;
	box-shadow: 1px 2px 2px rgba(0,0,0,.1);
	padding: 25px 5rem;
	width: 30%;
}
.col3 .bloc span {
	border-bottom: 2px solid #bfbcaf;
	display: block;
	margin: 0 auto;
	padding: 1rem 7.5rem;
	padding-bottom: 20px;
}
.col3 .bloc .t-color {
	font-size: 1.8rem;
	padding: 10px 0;
}
.col4 {
	margin-top: 5rem;
}
.col4 .bloc {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 2rem 50px;
	width: 24%;
}
.col4 .bloc span {
	height: 100px;
	padding: 0 7.5rem;
	padding-bottom: 20px;
}
.col4 .bloc span img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.col4 .bloc p {
	height: 40px;
	text-align: left;
}
.col4 .bloc .t-color {
	font-size: 1.7rem;
	letter-spacing: -0.5px;
    margin: 0 auto;
	text-align: center;
}
@media (max-width: 920px) {
	.col3 {
		display: block;
		margin-bottom: 3rem;
	}
	.col3 .bloc {
		margin-bottom: 3rem;
		width: 100%;
	}
	.col3 .bloc span {
		display: block;
		padding: 1rem 5rem;
		padding-bottom: 20px;
		width: 70%;
	}
	.col3 .bloc .t-color {
		font-size: 1.5rem;
	}
	.col4 {
		margin-top: 1rem;
		margin-bottom: 3rem;
		flex-wrap: wrap;
	}
	.col4 .bloc {
		display: block;
		padding: 1rem;
		margin-bottom: 1.5rem;
		width: 48%;
	}
	.col4 .bloc span {
		display: block;
		height: 60px;
		padding: 1rem 5rem;
	}
	.col4 .bloc span img {
		object-fit: contain;
	}
	.col4 .bloc p {
		height: initial;
	}
	.col4 .bloc .t-color {
		font-size: 1.3rem;
		line-height: 1.3;
		padding: 10px 0;
	}
}

.layout__table {
	align-items: stretch;
	display: flex;
	margin-top: 5rem;
}
.layout__table .Lbloc {
	align-items: center;
	background: #faf9f4;
	border-right: 13px solid #efecde;
	color: var(--color-seco);
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	width: 20%;
}
.layout__table .Rbloc {
	padding-left: 10px;
	text-align: left;
	width: 80%;
}
.layout__table .Rbloc li {
	border-bottom: 1px solid #c2c0b5;
	padding: 2.5rem 1rem;
}
.layout__table .Rbloc li .name {
	font-size: 1.8rem;
}
.layout__table .Rbloc li .name span {
	font-size: 1.2rem;
}
.layout__table .flex {
	align-items: flex-start;
}
.layout__table .t-center {
	padding: 0 3rem;
}
.layout__table .Rbloc li i,
.wrap__outline dd i {
	color: var(--color-prim);
	text-decoration: underline;
}

@media (max-width: 920px) {
	.layout__table {
		margin-top: 1rem;
	}
	.layout__table .Lbloc {
		border-right: 8px solid #efecde;
		font-size: 1.4rem;
		padding: 2rem 0;
		width: 15%;
		writing-mode: vertical-rl;
	}
	.layout__table .Rbloc {
		padding-left: 1rem;
		width: 85%;
	}
	.layout__table .Rbloc li {
		font-size: 1.2rem;
		padding: 1.5rem 0;
	}
	.layout__table .Rbloc li.row {
		padding: 5rem 0;
	}
	.layout__table .Rbloc li .name {
		font-size: 1.3rem;
	}
	.layout__table .t-center {
		padding: 0 4rem;
	}
	.layout__table .t-center:first-of-type {
		margin-bottom: 3rem;
		padding: 0 7rem;
	}
}

.wrap__step {
	background: #f9f7f2;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
	padding: 4rem 11rem;
}
.step__num {
	background: var(--color-prim);
	border-radius: 8px;
	color: #fff;
	font-size: 4rem;
	font-family: termina,sans-serif;
	overflow: hidden;
	padding: 3rem 0;
	position: relative;
	text-align: center;
	width: 28%;
}
.step__num::before {
	background: #f9f7f2;
	content: " ";
	bottom: 0;
	height: 6rem;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 0;
}
.step__num::after {
	border-style: solid;
	border-width: 60px 140px 0 140px;
	border-color: var(--color-prim) transparent transparent transparent;
	content: "";
	bottom: 0;
	height: 0;
	position: absolute;
	left: 0;
	width: 0;
	z-index: 1;
}
@media (max-width: 1280px) {
	.step__num::after {
		border-width: 60px 125px 0 125px;
	}
}
.step__num h3 {
	font-size: 2.4rem;
}
.wrap__step ul,
.wrap__step .half {
	color: var(--color-seco);
	text-align: center;
	width: 68%;
}
.wrap__step li {
	background: #efecde;
	border-radius: 8px;
	font-size: 1.6rem;
	margin-bottom: 3.5rem;
	padding: 1.7rem 0 2rem;
	position: relative;
	text-align: center;
}
.wrap__step li::after {
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: var(--color-prim) transparent transparent transparent;
	content: "";
	bottom: -30px;
	height: 2rem;
	position: absolute;
	left: calc( 50% - 16px);
	width: 0;
}
.wrap__step li.noarrow::after {
	border-width: 0;
}
.wrap__step li:last-child {
	margin-bottom: 0;
}
.wrap__step li:last-child:after {
	border-width: 0;
	border-color: transparent;
}
.wrap__step ul li span {
	display: block;
	left: 4rem;
	position: absolute;
	top: calc( 50% - 16px);
	width: 32px;
}
.wrap__step ul li span.sm {
	left: 4.3rem;
	top: calc( 50% - 18px);
	width: 25px;
}
.wrap__step ul li.border {
	background: none;
	border: 4px solid var(--color-prim);
	color: var(--color-prim);
	font-size: 1.5rem;
	padding: 1.7rem 1rem 2rem;
}
.wrap__step ul li a,
.wrap__step ul li i,
.layout__table a { /* add20230711 */
	color: var(--color-prim);
	text-decoration: underline;
}
.wrap__step ul li a:hover,
.layout__table a:hover {
	text-decoration: none;
}
.wrap__step ul li p {
	color: #000;
	font-size: 1.5rem;
}
.wrap__step ul li.no-bgcolor {
	background: none;
	font-size: 1.4rem;
}
@media (max-width: 920px) {
	.wrap__step {
		display: block;
		padding: 2rem;
		position: relative;
	}
	.step__num {
		font-size: 2.4rem;
		padding: 1rem 0 2rem;
		width: 100%;
	}
	.step__num::before,
	.step__num::after {
		z-index: -1;
	}
	.step__num h3 {
		font-size: 1.6rem;
		line-height: 1;
	}
	.wrap__step ul {
		margin-top: 3rem;
		width: 100%;
	}
	.wrap__step li {
		font-size: 1.3rem;
		line-height: 1.5;
		margin-bottom: 4rem;
		padding: 1.7rem 0 2rem;
	}
	.wrap__step li::after {
		border-width: 15px 10px 0 10px;
		bottom: -30px;
		height: 2rem;
		left: calc( 50% - 10px);
	}
	.wrap__step ul li span {
		left: 4vw;
		top: calc( 50% - 15px);
		width: 25px;
	}
	.wrap__step ul li span.sm {
		left: 4vw;
		top: calc( 50% - 15px);
		width: 20px;
}
	.wrap__step ul li.no-bgcolor {
		font-size: 1.2rem;
	}
	.wrap__step ul li p {
		font-size: 1.2rem;
	}
}
.wrap__step .wrap { /*  STEP 04*/
	color: #000;
	padding-top: 20px;
	width: 100%;
}
.wrap__step .half {
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap__step .half ul {
	width: 45%;
}

@media (max-width: 920px) {
	.wrap__step .half {
		display: flex;
		width: 100%;
	}
	.wrap__step .half ul {
		width: 48%;
	}
}

.wrap__outline {
	margin-bottom: 3rem;
	padding: 4rem 11rem;
}
.wrap__outline dl {
  	border-bottom: 1px solid #c2c0b5;
  	display: flex;
	font-size: 1.6rem;
}
.wrap__outline dl:first-of-type {
	border-top: 1px solid #c2c0b5;
}
.wrap__outline dl dt {
	background: #f9f7f2;
	color: var(--color-seco);
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 3rem;
	width: 30%;
}
.wrap__outline dd {
  padding: 3rem;
  text-align: left;
  width: 70%;
}
.wrap__outline dd h4 {
  border: 1px solid #555;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.5rem 2rem;
}
.wrap__outline dd p {
  padding-bottom: 20px;
}
.wrap__outline dd span {
  font-size: 0.9em;
}
.wrap__outline a,
.wrap__outline i {
  color: var(--color-prim);
  text-decoration: underline;
}
span.sm {
	font-size: 0.7em !important;
}
@media (max-width: 920px) {
	.wrap__outline {
		margin-bottom: 3rem;
		padding: 2rem 0;
	}
	.wrap__outline dl {
		border-bottom: 1px solid var(--color-border);
		display: flex;
		font-size: 1.3rem;
	}
	.wrap__outline dl:first-of-type {
		border-top: 1px solid var(--color-border);
	}
	.wrap__outline dl dt {
		font-size: 1.3rem;
		line-height: 1.3;
		margin-bottom: 0;
		padding: 2rem 1rem;
	}
	.wrap__outline dd {
		padding: 2rem;
		width: 70%;
	}
	.wrap__outline dd h4 {
		border: 1px solid #555;
		display: inline-block;
		margin-bottom: 20px;
		padding: 0.5rem 2rem;
	}
	.wrap__outline dd p {
		padding-bottom: 20px;
	}
}
.line.faq {
	font-family: termina,sans-serif;
}
.wrap__faq {
	align-items: start;
	margin-bottom: 3rem;
	padding: 4rem 12rem 0;
	text-align: left;
}
.wrap__faq h3 {
	background: var(--color-prim);
	color: #fff;
	font-size: 2.4rem;
	margin-top: 3rem;
	padding: 0.5rem 2rem;
}
.answer + h3 {
	margin-top: 7rem;
}
.toggle {                         /*      ACCORDION*/
	display: none;
}
.Label {
	color: var(--color-seco);
	display: flex;
	font-size: 1.6rem;
	margin: 2rem 0 1rem;
	position: relative;
}
.Label span {
	color: var(--color-prim);
	font-size: 2.2rem;
	font-family: termina,sans-serif;
	padding-right: 5px;
	position: relative;
	top: -8px;
}
.Label::before {
	border-top: 3px solid var(--color-prim);
	border-right: 3px solid var(--color-prim);
	content:"";
	height: 10px;
	position: absolute;
	right: 20px;
	top:calc( 50% - 15px );
	transform: rotate(135deg);
	width: 10px;
	-webkit-transform: rotate(45deg);
}
.Label,
.answer {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
}
.answer {
	border-bottom: 1px solid var(--color-seco);
	height: 0;
	margin-bottom: 3rem;
	overflow: hidden;
	padding-left: 5rem;
	position: relative;
}
.answer::before {
	content: "A ";
	color: #d19aa2;
	font-size: 1.8rem;
	font-family: termina,sans-serif;
	font-weight: 800;
}
.answer::after {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    height: 30px;
    left: 10px;
    position: absolute;
	top: -13px;
    width: 30px;
}
.toggle:checked ~ .answer {	/*開閉時*/
	height: auto;
	padding: 0 1rem 3rem 5rem;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
@media (max-width: 920px) {
	.wrap__faq {
		margin-bottom: 3rem;
		padding: 2rem 0;
	}
	.Label {
		font-size: 1.3rem;
		position: relative;
		margin: 2rem 0 1rem;
	}
	.Label::before {
		border-top: 3px solid var(--color-prim);
		border-right: 3px solid var(--color-prim);
		right: 10px;
	}
}
.wrap__outline + .btn.cta {
	margin-bottom: 20rem;
}

figure.apply-co {
    padding: 5rem;
}
.campaign {
	margin-top: 5rem;
	padding: 0 5rem;
}
.campaign .ttl {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2.5;
}
.campaign .ttl strong {
	color: var(--color-prim);
	font-size: 3.5rem;
}
.campaign .marker::after {
	background: #eeecdd;
	height: 15px;
	bottom: 5px;
}
.campaign .color {
	align-items: center;
	background: #f8f7f1;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	letter-spacing: -1px;
	font-size: 3.6rem;
	margin: 20px 0;
	padding: 5rem 4rem;
}
.campaign .color .bloc {
	position: relative;
}
.campaign .color .bloc p {
	margin-top: 2.5rem;
}
.campaign .color .bloc strong {
	color: var(--color-prim);
}
.campaign .color span {
	font-size: 0.6em;
}
.campaign .color .t-right {
	font-size: 1.2rem;
	text-align: right;
	width: 100%;
}
.badge {
	background: var(--color-prim);
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	left: 0;
	letter-spacing: 0;
	padding: 2px 10px;
	position: absolute;
}
.badge.right {
	left: 42%;
}
.note {
	text-align: left;
}
@media (max-width: 920px) {
	figure.apply-co {
		padding: 1rem 0;
	}
	.campaign {
		margin-top: 5rem;
		padding: 0;
	}
	.campaign .ttl {
		font-size: 1.6rem;
	}
	.campaign .ttl strong {
		font-size: 2.4rem;
	}
	.campaign .marker::after {
		background: #eeecdd;
		bottom: 5px;
		height: 15px;
	}
	.campaign .color {
		font-size: 2rem;
		margin: 20px 0;
		padding: 2rem;
	}
	.campaign .color .bloc p {
		margin-top: 1.5rem;
	}
	.badge {
		font-size: 1rem;
		padding: 1px 8px;
	}
	.note,
	.campaign .color .t-right {
		font-size: 1rem;
	}
	.note.ss {
		font-size: 1rem;
		left: -10vw;
		position: relative;
		transform:scale(0.8);
	}
	.campaign .arrow-sm-right {
		width: 100%;
	}
	.campaign .arrow-sm-right::before {
		left: 49.5%;
		bottom: 55%;
	}
	.campaign .arrow-sm-right::after {
		left: 45.5%;
		bottom: 55%;
	}
	.wrap__outline + .btn.cta {
		margin-bottom: 10rem;
	}
}

/* ---------------------------------
 INQUIRY
--------------------------------- */
body.page-id-11 .breadcrumb + .container,
.container.mt0 {
	margin-top: 0;}

@media (max-width: 920px) {
	body.page-id-11 .breadcrumb + .container {
		margin-top: 40px;
	}
}
.wrap__inquiry {
	margin-bottom: 3rem;
	margin-top: 5rem;
	padding: 4rem 5rem;
}
.wrap__inquiry dl {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
}
.wrap__inquiry dl:last-of-type {
	margin-bottom: 5rem;
}
.wrap__inquiry dl dt {
	color: var(--color-seco);
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 3rem;
	position: relative;
	text-align: right;
	width: 25%;
}
.wrap__inquiry dl dt::after {
	background: var(--color-prim);
	border-radius: 3px;
	content: "必須";
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	left: 8px;
	padding: 0 5px;
	position: relative;
	top: -3px;
}
.wrap__inquiry dl dt.noinq::after {
	content: "";
}
.wrap__inquiry dd {
	text-align: left;
    position: relative;
	width: 75%;
}
.wrap__inquiry dd input,
.wrap__inquiry dd select,
.wrap__inquiry dd textarea {
	background: rgba(239, 236, 222, 0.3);
	background: #f6f5ee;
	border-radius: 8px;
	box-shadow: 0px 2px 5px rgba(0,0,0,.1) inset;
	padding: 2rem;
	width: 100%;
}
.wrap__inquiry dd.select {
	position: relative;
	z-index: 0;
}
.wrap__inquiry dd.select::before {
	content: "";
	border-style: solid;
	border-width: 10px 8px 8px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	pointer-events:none; /*　point */
	right: 2rem;
	top: calc( 50% - 8px);
	z-index: 1;
}
::placeholder {
	color: #d2d1cb;
}
.wrap__inquiry dd input p {
	font-size: 1.2rem;
	text-align: center;
}
.wrap__inquiry + .btn.cta {
	display: block !important;
	margin-top: 3rem;
}
input[type=submit] {
    background: var(--color-prim);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 auto 80px;
    padding: 15px 10rem;
    text-align: center;
    transition: .2s ease-in-out;
}
input[type=submit]:hover {
    background: var(--color-seco)
}
.wrap__inquiry dd .kome {
	bottom: -21px;
	font-size: 0.8em;
    position: absolute;
}
@media (max-width: 920px) {
	.wrap__inquiry {
		margin-bottom: 2rem;
		margin-top: 2rem;
		padding: 4rem 0;
	}
	.wrap__inquiry dl {
		display: block;
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	.wrap__inquiry dl:last-of-type {
		margin-bottom: 3rem;
	}
	.wrap__inquiry dl dt {
		font-size: 1.4rem;
		padding: 0 0 1rem;
		text-align: left;
		width: 100%;
	}
	.wrap__inquiry dl dt::after {
		font-size: 1rem;
		left: 8px;
		padding: 0 5px;
		top: -3px;
	}
	.wrap__inquiry dd {
		width: 100%;
	}
	.wrap__inquiry dd input,
	.wrap__inquiry dd select,
	.wrap__inquiry dd textarea {
		padding: 1.5rem;
	}
	.wrap__inquiry dd.select::before {
		border-width: 5px 6px 6px;
		right: 1.5rem;
		top: calc( 50% - 10px);
	}
	.wrap__inquiry dd input p {
		font-size: 1.2rem;
		text-align: center;
	}
	.wrap__inquiry + .btn.cta {
		margin-top: 3rem;
	}
	input[type=submit] {
		font-size: 2rem;
	}

}

.mw_wp_form_confirm .input-only {         /* 　　確認画面　　*/
    display: none;
}
.mw_wp_form_confirm .wrap__inquiry dd.select::before  {
	border-color: #fff;
}
.mw_wp_form_confirm .wrap__inquiry dt,
.mw_wp_form_confirm .wrap__inquiry dd {
	width: 50%;
}
@media (max-width: 920px) {
	.mw_wp_form_confirm .wrap__inquiry dt,
	.mw_wp_form_confirm .wrap__inquiry dd {
		width: 100%;
	}
}

.wrap__outline.staticpage {
	margin-bottom: 0;
	padding: 0 11rem;
	text-align: left;
}
.wrap__outline.staticpage h3 {
	color: var(--color-prim);
	margin: 5rem 0 1rem
}
.wrap__outline.staticpage p {
	margin-bottom: 3rem
}

p.m30 {
	margin: 30px 0;
}
@media (max-width: 920px) {
	.wrap__outline.staticpage {
		padding: 0 1rem;
	}
	.wrap__outline.staticpage p {
		margin-bottom: 2rem
	}
	p.mb30 {
		margin: 20px 0;
	}
}

/* ---------------------------------
 Category list
--------------------------------- */
.article__list {
	margin-bottom: 3rem;
	padding: 0 11rem;
    text-align: left;
}
.article__list ul.navi__category {
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 5rem;
	text-decoration: none;
}
.article__list ul.navi__category li {
	margin-bottom: 1rem;
}
.article__list ul.navi__category li a {
	border: 1px solid var(--color-prim);
	border-radius: 50px;
	color: var(--color-prim);
    display: inline-block;
	margin-right: 20px;
    padding: 2px 10px;
	text-decoration: none;
}
.article__list ul.navi__category li a:hover,
.article__list ul.navi__category li a.current {
    background: var(--color-prim);
	color: #fff;
}
@media (max-width: 920px) {
	.article__list ul.navi__category {
		margin-bottom: 3rem;
	}
	.article__list ul.navi__category li a {
		font-size: 1.1rem;
		margin-right: 10px;
	}
}

.article__list ul.list {
    border-top: 1px solid #c2c0b5;
	margin-bottom: 3rem;
}
.article__list ul.list li a {
    border-bottom: 1px solid #c2c0b5;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 0 10px;
	text-decoration: none;
}
.article__list li figure {
    height: 150px;
	overflow: hidden;
    width: 27%;
}
.article__list li figure img {
	height: 100%;
	object-fit: cover;
    width: 100%;
}
.article__list li .inner {
    position: relative;
	padding: 5px 0 0;
	width: 70%;
}
.list__head {
	align-items: baseline;
    color: #000;
	display: flex;
	line-height: 1.7;
	margin-bottom: 10px;
}
.list__head .cat {
    background: var(--color-prim);
	border-radius: 50px;
	color: #fff;
    display: inline-block;
	font-size: 1.2rem;
	margin-left: 20px;
    padding: 2px 10px;
}
.article__list li a:hover h3 {
   color: initial;
}
.article__list li .t-right {
	bottom: 0;
	position: absolute;
	right: 0;
	text-decoration: underline;
}
.article__list li a:hover .t-right {
    color: var(--color-prim);
}

@media (max-width: 920px) {
	.article__list {
		padding: 0 1rem 4rem;
	}
	.article__list li figure {
		height: 18vw;
	}
	.list__head {
		align-items: flex-end;
	}
	.list__head .cat {
		font-size: 1rem;
		margin-left: 10px;
	}
	.article__list li .t-right {
		bottom: -10px;
	}
}
.article__list h2 {
	font-size: 3rem;
	line-height: 1.4;
}
.article__list .bloc__contents {
	border-bottom: 1px solid var(--color-seco);
	padding: 3rem 0 5rem;
}
.article__list .bloc__contents a {
	 color: var(--color-prim);
}
.article__list .bloc__contents figure,
.article__list .bloc__contents p {
	 padding-bottom: 3rem;
}
.article__list .bloc__contents figure {
    height: 520px;
}
.article__list .bloc__contents figure img {
	height: 100%;
	object-fit: cover;
    width: 100%;
}
.article__list .bloc__contents h2 {
	font-size: 3.5rem;
	margin-bottom: 20px;
	padding: 50px 0 10px;
	text-align: left;
	width: 100%;
}
.article__list .bloc__contents h2:first-of-type {
	padding: 30px 0 10px;
}
.article__list .bloc__contents h3 {
	border-bottom: 4px solid #c2c0b5;
	font-size: 2.8rem;
	margin-bottom: 20px;
}
@media (max-width: 920px) {
	.article__list h2 {
		font-size: 1.6rem;
	}
	.article__list .bloc__contents figure,
	.article__list .bloc__contents p {
		padding-bottom: 2rem;
   }
   .article__list .bloc__contents figure {
    	height: 60vw;
	}
	.article__list .bloc__contents h2 {
		font-size: 2.2rem;
		line-height: 1.1;
		margin-bottom: 20px;
		padding: 40px 0 10px;
	}
	.article__list .bloc__contents h2:first-of-type {
		padding: 20px 0 10px;
	}
	.article__list .bloc__contents h2::before,
	.article__list .bloc__contents h2::after  {
		height: 4px;
	}	
	.article__list .bloc__contents h3 {
		font-size: 1.6rem;
		line-height: 1.1;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
}
/* ---------------------------------

	FOTTER
	
--------------------------------- */
#Footer {
    background: var(--color-prim);
    border-top: 1px solid #fff;
	color: #fff;
	padding-bottom: 50px;
	position: relative;
}
#Footer a {
    color: #fff;
	transition: all 0.3s;
}
#Footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}
#Footer .container {
    color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
	max-width: initial;
	padding: 50px 50px 70px;
}
#Footer .container dl,
#Footer .container .fotter__logo {
	text-align: left;
}
#Footer .fotter__logo {
	width: 20%;
}
#Footer dt a,
#Footer dd a {
	text-decoration: none;
}
#Footer .container dl dt {
	margin-bottom: 20px;
}
#Footer .container dl dd {
	font-size: 1.1rem;
	padding-bottom: 10px;
}
@media (max-width: 1250px) {
	#Footer .fotter__logo {
		width: 15%;
	}
}
footer {
	align-items: center;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: space-between;
    padding: 30px 50px;
}
footer p {
	display: inline-block;
}
footer ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}
footer ul li {
    font-size: 1.3rem;
}
footer ul li a {
    margin-right: 20px;
}
footer ul li a {
    margin-right: 20px;
}
@media (max-width: 920px) {
	#Footer {
		padding-bottom: 30px;
	}
	#Footer .container {
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto 0;
		padding: 3rem 3rem 5rem;
	}
	#Footer .container dl {
		padding-bottom: 2rem;
		width: 48%;
	}
	#Footer .container dl dt {
		font-size: 1.4rem;
		letter-spacing: -0.5px;
	}
	#Footer .container dl dd {
		font-size: 1.1rem;
	}
	#Footer .fotter__logo {
		width: 52%;
	}
    footer {
		display: block;
		padding: 3rem;
        text-align: center;
    }
    footer ul {
        margin-right: 0;
		width: 100%;
    }
    footer ul li {
		margin-right: 1rem;
        font-size: 1.1rem;
    }
    footer ul li a {
        margin-right: 0;
    }

    footer p{
        margin-top: 3rem;
    }

}
/* ---------------------------------

	FIXED BTN
	
--------------------------------- */
.buy__area {
    background-color: #fff;
    border-bottom: 1px #000 solid;
    border-top: 1px #000 solid;
    bottom: 0;
    font-weight: 500;
    left: 0;
    padding: 15px 0 18px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.buy__area__flex {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 532px;
}
.buy__area__flex a {
    color: #fff !important;
	font-weight: 600;
	text-decoration: none;
}
.buy__area__btn {
    background-color: #9c2335;
    font-size: 16px;

    font-weight: 500;
    letter-spacing: .05em;
    line-height: 43px;
    text-align: center;
    width: 238px;
}

@media (max-width: 920px) {
	.buy__area {
		padding: 20px 0;
	}
	.buy__area__flex {
		justify-content: center;
		padding-left: 0;
		width: auto;
	}
	.buy__area__btn {
		font-size: 16px;
		line-height: 40px;
		width: 200px;
	}
}