@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 1.5;
    letter-spacing: 0.1rem;
    color: #333;
	background-color: #f2f2f2;
    font-feature-settings: "palt" 1;
    position: relative;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}
main {
    padding-top: 70px;
}
a:hover {
    opacity: 0.8;
	transition: all .5s ease-in-out;
}
img {
    width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
h1 {
	line-height: 1;
    margin:0;
    padding:0;
}
h2, h3, h4, h5, h6 {
    font-size: 3.6rem;
    color: #fff;
    margin:0;
    padding:0;
	line-height: 1.25;
	text-align: center;
	font-weight: bold;
}
p + p {
	margin-top: 15px;
}
figure {
	line-height: 0;
}
picture {    
	line-height: 0;
    vertical-align: middle;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
    body {
        font-size: 1.3rem;
    }
	main {
		padding-top: 53px;
	}
	h2, h3, h4, h5, h6 {
		font-size: 3rem;
	}
	p + p {
		margin-top: 10px;
	}
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
nav ul {
    list-style:none;
}
li {
  list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:link,
a:visited {
/*	background-color: transparent;*/
/*	color: #4f7aac;*/
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* ============= Fort =============== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
marker {
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	
}
/* ============= common =============== */
#page-container {
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
}
.inner_width {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.ttl {
	position: relative;
	padding-bottom: 25px;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.ttl::before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #fff;
	width: 100px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ttl02 {
	position: relative;
	display: inline-block;
}
.ttl02::after , .ttl02::before {
	position: absolute;
	font-size: 5rem;
	color: #fff;
    top: 47%;
    line-height: 0;
    font-weight: 200;
}
.ttl02::after {
	content: "[";
	left: -50px;
}
.ttl02::before {
	content: "]";
	right: -50px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	.inner_width {
		width: 90%;
	}
	.ttl {
		padding-bottom: 15px;
	}
	.ttl::before {
		border-bottom: 1px solid #fff;
		width: 70px;
	}
}
/* ============= hd =============== */
.header-wrap {
    position: fixed;
    width: 100%;
	max-width: 2000px;
    padding: 10px 30px;
    background: #f2f2f2;
    z-index: 99;
}
.hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hd h1 {
	width: 100%;
	max-width: 180px;
	line-height: 0;
}
.hd_cta a {
    width: 100%;
    max-width: 250px;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background: #b38c3b;
    border: 1px solid #e0d389;
    border-image: linear-gradient(linear-gradient(10deg, #d9a000 10%, #f1dca1 50%, #d9a000 100%));
    border-image-slice: 1;
    padding: 10px 30px 8px;
    font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    line-height: 1;
}
.hd_cta span {
    font-size: 2.8rem;
    font-weight: normal;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
    .header-wrap {
		padding: 10px 10px;
    }
	.hd h1 {
		max-width: 100px;
	}
	.hd a {
		max-width: 150px;
		font-size: 1.4rem;
		padding: 8px 30px 6px;
	}
	.hd a span {
		font-size: 2rem;
	}
}

/* ============= FV =============== */
.fv {
	position: relative;
	background: #fff;
}
.fv a picture {
    width: 39vw;
	max-width: 650px;
	min-width: 200px;
    position: absolute;
    bottom: 4vw;
    left: 2vw;
}

.fv02_cta {
    bottom: 4%!important;
    left: 40%!important;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    margin: 0 10%!important;
    max-width: 530px!important;
	min-width: 300px;
}

@media screen and (min-width: 0em) and (max-width: 768px) {
	.fv a picture {
		width: 90%;
		max-width: 220px;
		bottom: 2vw;
	}
	.fv03_cta {
		width: 100%!important;
		max-width: 800px!important;
		padding-left: 11px!important;
		background: #fff!important;
		position: relative!important;
	}
}
/* ============= LP内CTA =============== */
#lpcta, #lpcta02, #lpcta03 {
	background: url("images/cta_back.jpg")no-repeat center center/cover;
	padding: 80px 0 10px;
	text-align: center;
	color: #fff;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.lptxt {
	color: #ebeae3;
	font-size: 2.4rem;
}
.lptxt .pc {
	display: inline;
}
.lpprice {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
.lpprice::before {
	position: absolute;
	content: "";
	background: url("images/cta_body_icon.png")no-repeat center center/91px;
	width: 91px;
	height: 91px;
	top: 0;
	right: -100px;
}
.lpcta_btn_wrap {
	position: relative;
	margin-top: 50px;
}
.lpcta_btn {
	width: 100%;
	max-width: 500px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	background: #b38c3b;
	border: 1px solid #c21500;
	padding: 15px 100px;
	border-image: linear-gradient(10deg, #d9a000 10%, #f1dca1 50%, #d9a000 100%);
	border-image-slice: 1;
	box-shadow: 0px 0px 30px 6px rgba(255, 236, 130, 42%);
}
.lpcta_btn span {
	font-size: 3.6rem;
    line-height: 0.5;
    font-weight: normal;
}
.annot {
	text-align: right;
	font-size: 1.2rem;
	color: #c8b1b8;
	margin-top: 40px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#lpcta, #lpcta02, #lpcta03 {
		padding: 60px 0 10px;
	}
	.lptxt {
		font-size: 1.7rem;
	}
	.lpprice {
		width: 80%;
	}
	.lpprice::before {
		background: url(images/cta_body_icon.png)no-repeat center center/60px;
		width: 60px;
		height: 60px;
		top: -54px;
		right: -42px;
	}
	.lpcta_btn_wrap {
		margin-top: 30px;
	}
	.lpcta_btn {
		font-size: 2.4rem;
		padding: 10px 0;
		display: block;
	}
	.annot {
		text-align: left;
		margin-top: 20px;
		font-size: 1rem;
	}
}

/* ============= problem =============== */
#problem {
	background: url("images/proglem_back.jpg")repeat;
	margin-top: -7px;
	padding: 80px 0;
}
.problem_ttl span {
	font-size: 2.4rem;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.problem_ttl {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.pro_con_wrap {
	margin-top: 45px;
	color: #fff;
}
.pro_con {
	display: flex;
	justify-content: center;
}
.pro_con:last-child {
	margin-top: 30px;
	flex-direction: row-reverse;
}
.pro_con figure {
	margin-right: 20px;
	width: 40%;
	max-width: 250px;
}
.pro_con:last-child figure {
	margin-left: 20px;
	margin-left: 0;
}
.pro_con_txt {
    width: 50%;
    max-width: 360px;
    margin-top: 30px;
}
.pro_con_txt p {
	position: relative;
	padding-left: 25px;
	font-size: 2rem;
}
.pro_con_txt p + p {
	margin-top: 20px;
}
.pro_con_txt p::after {
	position: absolute;
	content: "";
	background: url("images/problem_check.png")no-repeat center center/16px 16px;
	width: 16px;
	height: 16px;
    top: 8px;
    left: 0;
}
.pro_con_txt span {
	font-weight: 600;
	font-size: 2.4rem;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#problem {
		padding: 60px 0;
	}
	.problem_ttl span {
		font-size: 1.8rem;
	}
	.pro_con {
		display: flex;
		flex-direction: row-reverse;
	}
	.pro_con:last-child {
		margin-top: 30px;
		flex-direction: row;
	}
	.pro_con figure {
		margin-right: 1%;
		width: 39%;
		max-width: 250px;
	}
	.pro_con_txt {
		width: 60%;
		line-height: 1.25;
		margin-top: 0;
	}
	.pro_con_txt p {
		font-size: 1.4rem;
	}
	.pro_con_txt span {
		font-size: 1.6rem;
	}
}


/* ============= concept =============== */
#concept {
	background: url("images/incta_top.png")no-repeat right top/20% , url("images/incta_bottom.png")no-repeat left bottom/20% , url("images/incta_back.jpg")repeat;
	padding: 80px 0 0;
	border-bottom: 2px solid #e0d389;
	text-align: center;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.concept {
	background: url("images/concept_human.png")no-repeat right bottom/230px;
}
.concept_ttl {
	display: inline-block;
}
.concept_ttl span {
	color: #C6B366;
	background: linear-gradient(90deg, #af9546 10%, #ebe8cf 50%, #af9546 100%);
	background: -webkit-linear-gradient(90deg, #af9546 10%, #ebe8cf 50%, #af9546 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}
.concept_ttl::before {
	border-bottom: 1px solid #bca766;
}
.concept_con_wrap {
	padding-bottom: 60px;
}
.concept_con {
	margin-top: 40px;
	margin-bottom: 60px;
	color: #fff;
}
.concept_con_ttl {
	padding: 8px 20px;
	background: #3e282b;
	letter-spacing: 1,2;
	border: 1px solid #c21500;
	border-image: linear-gradient(90deg, #af9546 10%, #ebe8cf 50%, #af9546 100%);
	border-image-slice: 1;
	display: inline-block;
}
.concept_con_txt {
	margin-top: 20px;
	font-size: 2.4rem;
}
.concept_con_txt span {
	font-size: 3.8rem;
}
.concept_arrow {
	width: 52px;
	margin: 0 auto;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#concept {
		background: url(images/incta_top.png)no-repeat right top/10% , url(images/incta_bottom.png)no-repeat left bottom/10% , url(images/incta_back.jpg)repeat;
		padding: 60px 0 0;
	}
	.concept {
		background: url("images/concept_human.png")no-repeat right bottom/40%;
	}
	.concept_ttl {
		padding-bottom: 20px;
	}
	.concept_con_wrap {
		padding-bottom: 45px;
	}
	.concept_con {
		margin-top: 20px;
		margin-bottom: 45px;
		text-align: left;
	}
	.concept_con_ttl {
		padding: 7px 20px 4px;
	}
	.concept_con_txt {
		margin-top: 15px;
		font-size: 1.8rem;
	}
	.concept_con_txt span {
		font-size: 2.2rem;
	}
}

/* ============= about =============== */
#about {
	background: url("images/about_back.png")center center/80% , #6e2a40;
	padding: 80px 0 120px;
	text-align: center;
	color: #ebeae3;
}
.about_ttl_wrap p {
	color: #ddad38;
	font-size: 2.4rem;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.about_ttl {
}
.about_txt {
	margin-top: 30px;
}
.about_txt span {
	font-weight: 600;
	color: #fff;
}
.about_con_wrap {
	margin-top: 60px;
}
.about_con {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 60px;
}
.about_con02 {
	flex-direction: row-reverse;
}
.about_con:first-child {
	margin-top: 0;
}
.about_con_txt {
    width: 70%;
	max-width: 700px;
    background: #5e1d32;
    padding: 60px 50px 45px;
    text-align: left;
	z-index: 0;
	position: relative;
}
.about_con_txt::before {
    position: absolute;
    content: "";
    top: -15px;
    left: 4px;
    width: 60px;
    height: 107px;
}
.about_con_txt02 {
	padding-left: 60px;
}
.about_con_txt01::before {
	background: url("images/about_con_num01_sp.png")no-repeat center center/60%;
}
.about_con_txt02::before {
	background: url("images/about_con_num02_sp.png")no-repeat center center/69%;
	left: 20px;
}
.about_con_txt03::before {
	background: url("images/about_con_num03_sp.png")no-repeat center center/69%;
}

.about_con_txt dt {
	font-size: 2.4rem;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-weight: bold;
}
.about_con_txt dd {
	margin-top: 15px;
}
.about_con_img {
    width: 30%;
    max-width: 500px;
    margin-top: 20px;
	z-index: 2;
}
.about_con01 .about_con_img, .about_con03 .about_con_img {
	margin-left: -20px;
}
.about_con02 .about_con_img {
	margin-left: 0;
	margin-right: -20px;
	z-index: 2;
}


@media screen and (min-width: 0em) and (max-width: 768px) {
	#about {
		background: url("images/about_back.png")center center/100% , #6e2a40;
		padding: 60px 0;
	}
	.about_ttl_wrap p {
		font-size: 1.6rem;
	}
	.about_ttl {
		font-size: 2.4rem;
	}
	.about_txt {
		margin-top: 20px;
	}
	.about_txt span {
		margin-top: 10px;
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
	}
	.about_con {
		flex-direction: column;
	}
	.about_con_wrap {
		margin-top: 30px;
	}
	.about_con_txt {
		width: 100%;
		padding: 45px 5% 40px 15%;
	}
	.about_con_txt02::before {
		left: 4px;
	}
	.about_con_txt dt {
		font-size: 2rem;
	}
	.about_con_txt dd {
		margin-top: 5px;
	}
	.about_con_img {
		width: 90%;
		max-width: 100%;
		margin: 0 auto;
		margin-top: -10px;
	}
	.about_con01 .about_con_img, .about_con03 .about_con_img {
		margin-left: auto;
	}
	.about_con02 {
		flex-direction: column;
	}
	.about_con02 .about_con_img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* ============= service =============== */
#service {
	background: #ebeae3;
	padding: 80px 0;
}
.service_ttl_wrap {
	color: #6e2a40;
	text-align: center;
	font-size: 2.4rem;
}
.service_ttl_wrap::before {
	border-bottom: 1px solid #6e2a40;
}
.service_ttl {
	color: #6e2a40;
	font-weight: bold;
}
.service_con_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.service_con {
	width: 48%;
	margin-top: 30px;
}
.service_con figure {
	border: 1px solid #6e2a40;
}
.service_con dl {
	margin-top: 20px;
}
.service_con dt {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #480000;
}
.service_con dd {
	margin-top: 5px;
}
.service_txt02 {
	margin: 0 auto;
	margin-top: 60px;
	width: 80%;
	padding: 30px 5%;
	background: #dfded6;
	text-align: center;
}
.service_border {
	border: 1px solid #6e2a40;
	width: 90%;
	max-width: 200px;
	margin: 0 auto;
}
.service_txt02 p {
	margin: 30px 0;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#service {
		padding: 60px 0;
	}
	.service_ttl_wrap {
		font-size: 1.6rem;
	}
	.service_con_wrap {
		flex-direction: column;
	}
	.service_con {
		width: 100%;
	}
	.service_con dt {
		font-size: 2rem;
	}
	.service_con dd {
		margin-top: 0;
	}
	.service_txt02 {
		width: 100%
	}
	.service_border {
		max-width: 160px;
	}
	.service_txt02 p {
		margin: 15px 0;
		font-size: 1.4rem;
	}
	.service_txt02 p span {
		display: block;
		margin-top: 8px;
		font-size: 1.6rem;
		line-height: 1.25;
		font-weight: 600;
	}
}


/* ============= price =============== */
#price {
	background-image: linear-gradient( 0deg, rgb(110,42,64) 0%, rgb(91,29,49) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(110,42,64) 0%, rgb(91,29,49) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(110,42,64) 0%, rgb(91,29,49) 100%);
	padding: 80px 0  10px;
}
.price {
	text-align: center;
}
.price_con_wrap {
	margin-top: 45px;
}
.price_con {
	margin: 0 auto;
	position: relative;
	width: 100%;
    max-width: 500px;
}
.price_con + .price_con {
	margin-top: 25px;
}
.price_con::before {
	background: url("images/price_plan_susume.png")no-repeat center center/115px 57px;
	position: absolute;
	content: "";
	bottom: 1px;
	right: -115px;
	width: 115px;
	height: 57px;
}
.price_small {
	text-align: right;
	font-size: 1.2rem;
	color: #c8b1b8;
	margin-top: 60px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#price {
		padding: 60px 0 10px;
	}
	.price_con_wrap {
		margin-top: 20px;
	}
	.price_con::before {
		background: url("images/price_plan_susume.png")no-repeat center center/0;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
	}
	.price_small {
		font-size: 1rem;
		margin-top: 20px;
	}
}

/* ============= area =============== */
#area {
	background: #ebeae3;
	padding: 80px 0;
	text-align: center;
	color: #480000;
}
.area .ttl02::after , .area .ttl02::before {
	color: #480000;
}
.area_ttl {
	color: #480000;
}
.area_txt {
	margin-top: 30px;
	font-size: 2.4rem;
	font-weight: bold;
}
.area_time {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.25;
}
.area_time dt {
	background: #ae936c;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
}
.area_time dd {
	text-align: left;
	margin-left: 20px;
	letter-spacing: 0;
}
.area_time dd span {
	font-weight: bold;
	letter-spacing: 1;
}
.area figure {
	margin: 0 auto;
	margin-top: -20px;
	width: 100%;
	max-width: 750px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#area {
		padding: 60px 0;
	}
	.ttl02::after, .ttl02::before {
		font-size: 4rem;
		top: 45%;
	}
	.ttl02::before {
		content: "]";
		right: -30px;
	}
	.ttl02::after {
		content: "[";
		left: -30px;
	}
	.area_txt {
		margin-top: 20px;
		font-size: 2rem;
	}
	.area_time {
		margin-top: 10px;
		flex-direction: column;
	}
	.area_time dt {
		font-weight: 500;
		padding: 5px 8px;
		font-size: 1.2rem;
	}
	.area_time dd {
		margin-left: 0;
		margin-top: 5px;
		text-align: center;
	}
	.area figure {
		margin-top: 0;
	}
}

/* ============= example =============== */
#example {
	background: #6e2a40;
	padding: 80px 0;
	text-align: center;
}
.example_con_wrap {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.example_con {
	width: 49.5%;
	margin-top: 60px;
	background: #ebeae3;
	border: 2px solid #3c282b;
	padding: 60px 20px 30px;
}
.example_con h4 {
    margin: 0 auto;
    margin-top: -93px;
    width: 160px;
}
.example_con_txt_wrap {
	text-align: left;
}
.example_con_txt01 {
	font-weight: bold;
}
.example_con_txt01 dt {
	font-size: 2.4rem;
	color: #6e0000;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.example_con_txt01 dd {
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.75;
}
.example_con_txt02 {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.example_con_txt02 dt {
	background: #480000;
	color: #fff;
	padding: 2px 5px;
	margin-right: 10px;
}
.example_con_txt02 dt {
	
}
.example_con_txt03 {
	margin-top: 30px;
}
.example_con_txt03 dt {
	background: #6d6d6d;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
}
.example_con_txt03 dd {
	margin-top: 5px;
}
.example_con_txt04 {
	margin-top: 15px;
}
.example_con_txt04 dt {
	background: #6e2a40;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
}
.example_con_txt04 dd {
	margin-top: 5px;
}

@media screen and (min-width: 0em) and (max-width: 768px) {
	#example {
		padding: 60px 0;
	}
	.example_con_wrap {
		flex-direction: column;
	}
	.example_con {
		width: 100%;
		margin-top: 30px;
		background: #ebeae3;
		border: 2px solid #3c282b;
		padding: 45px 5% 20px;
	}
	.example_con h4 {
		margin-top: -67px;
		width: 110px;
	}
	.example_con_txt_wrap dt {
		font-size: 1.4rem;
	}
	.example_con_txt01 dt {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.example_con_txt01 dd {
		line-height: 1.5;
	}
	.example_con_txt02 {
		margin-top: 15px;
		align-items: flex-start;
		flex-direction: column;
	}
	.example_con_txt02 dt {
		padding: 2px 10px;
	}
	.example_con_txt02 dd {
		margin-top: 5px;
	}
	.example_con_txt03 {
		margin-top: 20px;
	}
}

/* ============= flow =============== */
#flow {
	background: #ae936c;
	padding: 80px 0;
	text-align: center;
}
.flow_ttl {
	color: #333;
}
.flow .ttl02::after , .flow .ttl02::before {
	color: #333;
}
.flow_txt {
	margin-top: 30px;
}
.flow_con_wrap {
	margin: 0 auto;
	margin-top: 30px;
	width: 100%;
	max-width: 700px;
}
.flow_con_wrap p + p {
	margin-top: 0;
}
.flow_txtsmall {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	text-align: right;
	font-size: 1.2rem;
	margin-top: 2px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#flow {
		padding: 60px 0;
	}
	.flow_txt {
		margin-top: 20px;
	}
	.flow_con_wrap {
		margin-top: 20px;
	}
	.flow_con_wrap p + p {
		margin-top: 0;
	}
	.flow_txtsmall {
		text-align: left;
		font-size: 1rem;
		margin-top: 2px;
	}
}

/* ============= faq =============== */
#faq {
	background: url("images/faq_back.jpg")repeat;
	padding: 80px 0;
	text-align: center;
}
.faq_ttl {
	color: #333;
}
.faq .ttl02::after , .faq .ttl02::before {
	color: #333;
}
.faq_con_wrap {
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	width: 100%;
	max-width: 950px;
}
.faq_con + .faq_con {
	margin-top: 20px;
}
.faq_con dt {
	background: #fdfcf5;
	padding: 15px 30px 15px 60px;
	position: relative;
}
.faq_con dt::before {
	position: absolute;
	content: "Q";
	font-size: 3rem;
	top: 5px;
	left: 15px;
}
.faq_con dd {
	background: #f3f2e9;
	padding: 15px 30px 15px 60px;
	position: relative;
}
.faq_con dd::before {
	position: absolute;
	content: "A";
	font-size: 3rem;
	top: 5px;
	left: 15px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#faq {
		padding: 60px 0;
	}
	.faq_con dt {
		padding: 10px 5% 10px 12%;
	}
	.faq_con dt::before {
		font-size: 2.4rem;
		left: 3%;
	}
	.faq_con dd {
		padding: 10px 5% 10px 12%;
	}
	.faq_con dd::before {
		font-size: 2.4rem;
		left: 3%;
	}
}


/* ============= coordinator =============== */
#coordinator {
	background: url("images/coordinator _back.jpg")repeat;
	padding: 80px 0;
	text-align: center;
}
.coordinator_ttl_wrap {
	color: #333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
}
.coordinator_ttl_wrap h3 {
	color: #333;
	margin-top: 5px;
}
.coordinator_ttl_wrap::before {
	border-bottom: 1px solid #333;
}
.coordinator_con_wrap {
	margin: 0 auto;
	margin-top: 30px;
	width: 100%;
	max-width: 950px;
	background: #ebeae3;
	border: 1px solid #5b1d31;
	padding: 45px 60px;
	position: relative;
}
.coordinator_con_wrap::after, .coordinator_con_wrap::before {
	position: absolute;
	content: "";
	border-style: solid;
}
.coordinator_con_wrap::after {
	top: 0;
	left: 0;
	border-width: 60px 60px 0 0;
	border-color: #5b1d31 transparent transparent transparent;
}
.coordinator_con_wrap::before {
	bottom: 0;
	right: 0;
	border-width: 0 0 60px 60px;
	border-color: transparent transparent #5b1d31 transparent;
}
.coordinator_con_ttl {
	display: flex;
	align-items: center;
}
.coordinator_photo {
    width: 18%;
    height: auto;
    margin-right: 7%;
}
.coordinator_con_ttl div {
    text-align: center;
    width: 80%;
}
.coordinator_con_ttl p {
	font-size: 2rem;
    padding: 15px 0;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.coordinator_txt {
	text-align: left;
	margin-top: 30px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#coordinator {
		padding: 60px 0;
	}
	.coordinator_ttl_wrap h3 span {
		font-size: 1.8rem;
	}
	.coordinator_con_wrap {
		padding: 30px 5%;
	}
	.coordinator_con_wrap::after {
		border-width: 30px 30px 0 0;
	}
	.coordinator_con_wrap::before {
		border-width: 0 0 30px 30px;
	}
	.coordinator_photo {
		width: 30%;
		margin-right: 3%;
	}
	.coordinator_con_ttl div {
		width: 67%;
	}
	.coordinator_con_ttl p {
		font-size: 1.6rem;
		padding: 10px 0;
	}
	.coordinator_txt {
		margin-top: 20px;
	}
}

/* ============= company =============== */
#company {
	background: #fdfcf5;
	padding: 80px 0;
}
.company_ttl_wrap {
	text-align: center;
}
.company_ttl_wrap h3 {
	color: #333;
	margin-top: 5px;
}
.company_wrap {
    text-align: left;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    max-width: 650px;
}
.company_list {
	margin-top: 30px;
	display: flex;
}
.company_list dt {
	width: 25%;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #69472d;
}
.company_list dd {
	width: 75%;
	padding: 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #69472d;
}
.company_list li {
	margin-top: 8px;
}
.company_list li span {
	padding-left: 20px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#company {
		padding: 45px 0;
	}
	.company_txt {
		margin-top: 10px;
		font-size: 1.6rem;
	}
	.company_wrap {
		margin-top: 20px;
	}
	.company_list {
		margin-top: 20px;
		flex-direction: column;
	}
	.company_list dt {
		width: 100%;
		padding-left: 0;
		padding-bottom: 6px;
		border-bottom: 0;
		font-weight: bold;
	}
	.company_list dd {
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #323f6f;
	}
}

/* ============= contact =============== */
.contact {
	background: #ebeae3;
	padding: 120px 0;
}
.contact>p {
	text-align: center;
	margin-bottom: 60px;
}
.contact>p img {
	width: auto;
}
.contact form {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.smf-text-control input {
	width: 100%;
	margin: 0 auto;
}
.smf-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.contact input , .contact textarea {
}
.contact label {
	display: flex;
	justify-content: center;
}
.smf-item__label__text {
	width: 30%;
	font-weight: bold;
	color: #480000;
}
.smf-item__col--label {
	width: 30%!important;
	flex: initial!important;
	max-width: 800px!important;
}
.smf-item__col--controls {
	width: 70%!important;
	flex: initial!important;
	max-width: 800px!important;
}

.smf-button-control:last-of-type .smf-button-control__control {
	background: #b38c3b!important;
	padding: 10px 0;
	margin-top: 30px;
	font-size: 2.4rem;
	border: #d2c175 solid 2px!important;
	color: #fff!important;
	width: 100%;
}
.smf-complete-content h2 {
	color: #5B1D31!important;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	.contact {
		padding: 80px 5%;
	}
	.contact input , .contact textarea {
		width: 100%;
	}
	.smf-item {
		display: block;
	}
	.smf-text-control input {
		width: 100%;
		margin: 0 auto;
	}
	.smf-item__col--label {
		width: 100%!important;
	}
	.smf-item__col--controls {
		width: 100%!important;
	}
}

/* ============= footer =============== */
footer {
    background: #5b1d31;
	padding: 60px 0 0;
	text-align: center;
}
.footer_logo {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.footer_copyright {
    font-size: 1rem;
    background: #3c282b;
    color: #fff;
    text-align: center;
	margin-top: 60px;
    padding: 15px 0;
}


/* ============= サンクスページ =============== */
.thanks header {
	background: #fff;
	padding: 20px 30px;
}
.thanks .hd {
	justify-content: center;
}
.contact_thanks_ttl {
	width: 100%;
	max-width: 800px;
	margin: 200px auto 0;
	padding-top: 100px;
    text-align: center;
    font-size: 3rem;
    color: #5B1D31;
	background: #fff;
}
.contact_thanks {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 80px 50px;
	margin-bottom: 200px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	.contact_thanks_ttl {
		width: 95%;
		margin: 60px auto 0;
		padding-top: 60px;
		font-size: 2.4rem;
	}
	.contact_thanks {
		width: 95%;
		padding: 40px 10px;
		margin-bottom: 60px;
	}
}