@charset "UTF-8";

/*
Theme Name: smacari
Theme URI: smacari.com
Author: smacari
Author URI: https://smacari.com
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1.5;
	color: #919199;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

a {
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

body {
	background: #fff;
	color: #3C3C3C;
	font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

a {
	color: #3C3C3C;
	text-decoration: underline;
}

a:hover {
	opacity: 0.8;
}

h2 {
	font-size: 60px;
	font-weight: bold;
	color: #ffb600;
	text-align: left;
	margin-bottom: 60px;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	margin-left: -168px;
	line-height: 1;
}

h2:before {
	content: '';
	position: relative;
	top: -25px;
	display: inline-block;
	width: 168px;
	height: 2px;
	background: #2e3858;
	left: -30px;
}

h3 {
	color: #3C3C3C;
	margin-bottom: 20px;
}

h4 {
	margin-bottom: 40px;
	font-size: 24px;
	text-decoration: underline;
	letter-spacing: 1.2px;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 73px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	/* position: fixed; */
	width: 100%;
	top: 0;
	background: #2e3858;
	z-index: 10000;
}

.header .logo {
	margin-right: auto;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
}

.header .logo img {
	width: 100%;
  height: auto;
  max-width: 130px;
}

.header .hd_cta {
	font-family: 'Noto Sans JP', sans-serif;
	background: url(../img/ic_woman.png) no-repeat left bottom;
	padding-left: 115px;
	height: 73px;
	line-height: 1;
	padding-top: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .hd_cta .hd_tel a {
	background: url(../img/ic_free_call.png) no-repeat left bottom;
	font-weight: bold;
	background-size: 50px 40px;
	padding: 0px 0 13px 54px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffb600;
	display: block;
	font-size: 28px;
	text-decoration: none;
	font-family: 'Roboto';
}

.header .hd_cta .hd_time {
	display: block;
	font-size: 11px;
	padding-left: 54px;
	margin-top: -10px;
	color: #FFF;
	letter-spacing: 1.2px;
    text-align: center;
}


.hd_cta--night {
	flex-direction: row;
	max-width: 460px;
	width: 100%;
    flex-wrap: wrap;
}

.hd_cta--night .notice {
	width: 100%;
}


/* .hd_cta--night .new-bottom .arrow {
	position: relative;
	right: auto;
	top: auto;
} */

.hd_cta--night .arrow img {
	transform:rotate(90deg);
}

/* .hd_cta--night .new-bottom {
	width: 100%;
}

.hd_cta--night .new-bottom .contact {
	padding-right: 0;
	padding-left: 0;
}

.hd_cta--night .new-bottom .contact .new-bottom-top {
	font-size: 30px;
}

@media (max-width:480px) {
	.hd_cta--night .new-bottom .contact .new-bottom-top {
		font-size: 20px;
	}
} */

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.header .wrapper {
	width: 1000px;
	justify-content: flex-end;
    align-items: center;
}

.kv {
	margin-top: 60px;
}

.kv .wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.kv .flex_bx {
	width: 1000px;
	margin: 0 auto;
}

.kv .kv_txt_large {
	font-size: 48px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.kv .kv_txt_large span {
	color: #ffb600;
	font-size: 66px;
}

.kv .kv_txt {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
}

.kv .kv_txt span {
	font-size: 40px;
}

.kv .kv_txt img {
	width: 280px;
	height: auto;
	vertical-align: bottom;
	padding-bottom: 7px;
}

/*top_cta*/

.tv_tel {
	background: #2e3858;
}

.tv_tel a {
	text-decoration: none;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tv_tel .wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/ic_man.jpg) bottom left no-repeat;
	height: 120px;
	padding-left: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tv_tel .tv_tel_bx {
	line-height: 1;
	padding-right: 50px;
}

.tv_tel .tv_tel_bx a .tv_tel_txt:hover {
	opacity: 1;
}

.tv_tel .tv_tel_bx .tv_tel_txt {
	font-size: 24px;
	color: #FFF;
	letter-spacing: 2.4px;
}

.tv_tel .tv_tel_bx .tv_tel_txt .hd {
	font-size: 20px;
	color: #FFF;
	line-height: 1.5;
}

.tv_tel .tv_tel_bx .tv_tel_txt .orng {
	color: #ffb600;
}

.tv_tel button {
	background: #f08d18;
	-webkit-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	border: none;
	-webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 21px;
	height: 62px;
	width: 356px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tv_tel button span {
	line-height: 1.5;
	padding-right: 5px;
}

.tv_tel button span:after {
	background: #f08d18 url(../img/ic_arw.svg) no-repeat;
	content: "";
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
}

.bg_wht {
	padding: 60px 0;
}

.bg_blue {
	background: #d4f5f9;
	padding: 20px 0 60px 0;
}

.about {
	padding-top: 100px;
}

.about h2 {
	margin-bottom: 110px;
}

.about h2 span {
	margin-left: -.5em;
}

.about p {
	font-size: 24px;
}

.about strong {
	color: #ad8f2b;
}

.about .about_img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about .about_img img {
	width: 470px;
	height: auto;
}

.about .about_txt {
	width: 470px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about .about_txt p.link {
	font-size: 14px;
	margin-top: 20px;
}

.about .about_txt p.link a {
	color: #1e87f0;
}

/*flow*/

.flow {
	padding-top: 175px;
}

.flow .flow_bx {
	background: url(../img/flow_arw.png) no-repeat bottom;
	padding-bottom: 150px;
}

.flow .flow_bx:last-child {
	background: none;
}

.flow .flow_bx h3 {
	font-size: 30px;
	color: #2e3858;
	font-weight: bold;
}

.flow .flow_step {
	display: block;
	color: #2e3858;
	font-family: Cardo;
	font-size: 74px;
	line-height: 1;
	font-weight: bold;
	width: 120px;
	height: 200px;
	padding-top: 20px;
	border: 1px solid #2e3858;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flow .flow_step span {
	display: block;
	font-family: Cardo;
	color: #ffb600;
	font-size: 25px;
	font-style: italic;
	line-height: 1;
	text-align: center;
}

.flow .flow_txt {
	width: calc(100% - 120px);
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flow .flow_txt h3 {
	margin-bottom: 10px;
}


/*reason*/

.reason {
	background: url(../img/bg_reason.png);
	background-size: cover;
	padding: 120px 0 150px 0;
}

.reason h2 {
	padding-bottom: 65px;
}

.reason dl {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #2e3858;
	box-shadow: #2e3858;
	-webkit-box-shadow: 1px 3px 1px 1px rgba(200, 200, 200, 0.2);
	box-shadow: 1px 3px 1px 1px rgba(200, 200, 200, 0.2);
	width: 300px;
	padding: 0 20px 40px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.reason dl:before {
	content: "";
	background: url(../img/ic_leaf.png) no-repeat;
	margin: 0 auto;
	width: 80px;
	height: 110px;
	display: block;
	position: relative;
	top: -50px;
}

.reason dt {
	font-size: 28px;
	color: #2e3858;
	margin-bottom: 10px;
	text-align: center;
	margin-top: -50px;
}


/*menu*/

.section_menu {
	padding-top: 90px;
}

.section_menu dl {
	width: 220px;
	margin-bottom: 40px;
	-webkit-box-shadow: #2e3858;
	box-shadow: #2e3858;
	-webkit-box-shadow: 1px 3px 1px 1px rgba(200, 200, 200, 0.2);
	box-shadow: 1px 3px 1px 1px rgba(200, 200, 200, 0.2);

}

.section_menu dt {
	margin-bottom: 0;
}

.section_menu dt img {
	vertical-align: bottom;
	width: 220px;
	height: auto;
}

.section_menu dd {
	margin: 0;
	background: #ad8f2b;
	width: 220px;
	height: 45px;
	text-align: center;
	clear: left;
	color: #fff;
	font-size: 22px;
	vertical-align: middle;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section_menu p {
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
}


/*achievement*/

.achievement {
	background: #ffb600;
	color: #fff;
	text-align: center;
	font-size: 24px;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 40px;
}

.achievement h2 {
	color: #fff;
}

.achievement h2:before {
	background: #fff;
}

.achievement .h2_notice {
	text-align: left;
	margin-bottom: 0;
}

.achievement p {
	margin-bottom: 60px;
}

.achievement ul {
	background: #fff;
	width: 100%;
	margin-top: -1px;
	text-align: center;
}

.achievement li {
	display: inline-block;
	margin: 0 auto;
	padding-bottom: 60px;
	margin-right: 40px;
}

.achievement li:last-child {
	margin-right: 0;
}

.achievement .logo_sozoku {
	display: inline-block;
	width: 320px;
	height: auto;
	padding-top: 40px;
}

.achievement .logo_sozoku img {
	display: block;
	width: 320px;
	height: auto;
	margin: 0 auto;
}

.achievement .media {
	background: #fff;
	padding-bottom: 40px;
}

.achievement .media h5 {
	color: #ffb600;
	border-bottom: 1px solid #ffb600;
	padding-bottom: 4px;
	max-width: 600px;
	padding: 10px;
	margin: auto;
	margin-bottom: 20px;
}

.achievement .media ul {
	background-color: #eee;
	padding: 20px;
	max-width: 600px;
	margin: auto;
	font-size: 14px;
	border-radius: 4px;
}

.achievement .media ul li {
	color: #333;
	text-align: left;
	display: block;
	margin: auto;
	padding-bottom: 10px;
}

.achievement .media ul li span {
	font-weight: bold;
	margin-right: 10px;
}


/*team*/

.team {
	padding-top: 120px;
}

.team h3 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

.team dl {
	width: 470px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team dt {
	display: inline-block;
}

.team dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team dd strong {
	font-size: 30px;
	font-weight: bold;
}


/*faq*/

.faq {
	padding-top: 120px;
}

.faq h2 {
	padding-bottom: 20px;
}

.faq .faq_q {
	position: absolute;
}

.faq .faq_a {
	position: absolute;
	top: 0;
	right: 0;
}

.faq .faq_bx {
	position: relative;
	padding-bottom: 60px;
}

.faq .faq_q_txt {
	background: #2e3858;
	border: 3px solid #2e3858;
	border-radius: 5px;
	color: #fff;
	width: calc(100% - 240px);
	left: 120px;
	position: relative;
	padding: 20px;
	top: 0;
	font-size: 30px;
}

.faq .faq_q_txt :before {
	content: "";
	position: absolute;
	top: 15px;
	left: -15px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #2e3858;
}

.faq .faq_a_txt {
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 5px;
	width: calc(100% - 160px);
	right: 120px;
	position: relative;
	padding: 20px;
	top: 0;
	left: 0;
	font-size: 22px;
}

.faq .faq_a_txt:before,
.faq .faq_a_txt:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.faq .faq_a_txt:before {
	content: "";
	position: absolute;
	top: 25px;
	right: -32px;
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #ccc;
	border-width: 16px;
	margin-top: -16px;
}

.faq .faq_a_txt:after {
	content: "";
	position: absolute;
	top: 25px;
	right: -30px;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 18px;
	margin-top: -18px;
}


/*other*/

.txt_c {
	text-align: center;
}

.ic_point {
	background: url(../img/ic_point.png) no-repeat;
	padding-left: 30px;
}

.label_red {
	background: #D35454;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 2px 0;
	width: 140px;
	font-size: 14px;
}

.flex_bx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.h2_notice {
	font-family: Cardo;
	color: #ad8f2b;
	font-size: 30px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 10px;
}

.ic_man {
	background: url(../img/ic_man.png) no-repeat;
	padding-left: 50px;
	padding-bottom: 20px;
}

.ic_woman {
	background: url(../img/ic_woman.png) no-repeat;
	padding-left: 50px;
}


/*cta*/

.cat_bx {
	background: url("../img/bg_cta.png") no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0;
	height: 420px;
	text-align: center;
	color: #fff;
}

.cat_bx .cta_logo {
	width: 200px;
	height: auto;
	margin: 0 auto 20px auto;
}

.cat_bx .cta_btn a {
	/* background: #f08d18; */
	color: #f08d18;
	margin: 0 auto;
	display: block;
	width: 700px;
	height: 110px;
	font-size: 22px;
	/* -webkit-box-shadow: 1px 2px 1px 1px rgba(150, 150, 150, 0.5);
	box-shadow: 1px 2px 1px 1px rgba(150, 150, 150, 0.5);
	-webkit-border-radius: 100px;
	border-radius: 100px; */
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin-top: 10px;
	line-height: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}

.cat_bx .cta_btn a span {
	position: relative;
}

.cat_bx .cta_btn a span:after {
	content: "";
	background: url(../img/ic_arw.svg) no-repeat;
	width: 20px;
	height: 25px;
	display: inline-block;
	right: -10px;
	position: relative;
	top: .35em;
}


/* .cat_bx .cta_tel p {
    display: inline; }
  .cat_bx .cta_tel a {
    font-weight: bold;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffb600;
    display: inline-block;
    font-size: 58px;
    text-decoration: none;
    font-family: 'Noto Sans CJK JP', sans-serif; }
    .cat_bx .cta_tel a:before {
      content: "";
      background: url(../img/ic_free_call.png) no-repeat bottom;
      background-size: 100px 80px;
      padding-left: 110px;
      padding-bottom: 15px; }
  .cat_bx .cta_time {
    display: block;
    font-size: 20px;
    padding-left: 77px;
    letter-spacing: 3px;
    margin-top: -20px;
    color: #FFF;
    font-weight: normal; } */

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

footer {
	background: #fff;
	text-align: left;
	font-size: 22px;
	color: #333333;
}

footer .wrapper {
	padding: 80px 0 20px 0;
}

footer .ft_logo_txt img {
	margin: 0 10px;
	vertical-align: middle;
}

footer .ft_logo_ks {
	padding-top: 5px;
}

footer .ft_txt {
	margin-top: 40px;
	font-size: 15px;
}

footer img.ft_logo {
	width: 150px;
	height: auto;
}

footer address {
	border-top: 1px solid #CCC;
	margin-top: 20px;
	padding-top: 20px;
	color: #333333;
	font-size: 12px;
	text-align: right;
}

footer address .wrapper {
	padding: 0 0 40px 0;
}


/*other*/

.pc_none {
	display: none;
}

@media screen and (max-width: 800px) {
	.about,
	.flow,
	.reason,
	.section_menu,
	.achievement,
	.team,
	.faq {
		padding: 50px 0 40px 0;
	}
	h2 {
		font-size: 27px;
		font-weight: bold;
		color: #ffb600;
		text-align: left;
		margin-bottom: 50px;
		font-family: 'Noto Serif JP', serif;
		position: relative;
		margin-left: -1em;
		line-height: 1.2;
		padding-left: 90px;
		text-indent: -90px;
	}
	h2:before {
		content: '';
		position: relative;
		top: -15px;
		display: inline-block;
		width: 80px;
		height: 2px;
		background: #2e3858;
		left: 0;
		margin-right: 10px;
	}
	.h2_notice {
		font-family: Cardo;
		color: #ad8f2b;
		font-size: 20px;
		font-style: italic;
		line-height: 1;
		margin-bottom: 0;
		margin-left: 64px;
		text-align: left;
	}
	h3 {
		color: #3C3C3C;
		margin-bottom: 20px;
	}
	h4 {
		margin-bottom: 40px;
		font-size: 24px;
		text-decoration: underline;
		letter-spacing: 1.2px;
	}
	.header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		position: fixed;
		width: 100%;
		top: 0;
		background: #2e3858;
		z-index: 10000;
	}
	.header .logo {
		padding-left: 0;
		width: 181px;
	}
	.header .logo img {
		width: 181px;
		height: auto;
	}
	.header .hd_cta {
		font-family: 'Noto Sans JP', sans-serif;
		background: none;
		padding-left: 0;
		height: 73px;
		line-height: 1;
		padding-top: 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header .hd_cta .hd_tel a {
		background: url(../img/ic_free_call.png) no-repeat left bottom;
		padding: 10px 0 6px 34px;
		font-size: 18px;
		-webkit-background-size: 28px 22px;
		-o-background-size: 28px 22px;
		background-size: 28px 22px;
	}
	.header .hd_cta .hd_time {
		font-size: 10px;
		padding-left: 34px;
		letter-spacing: 1px;
		margin-top: -5px;
	}
	.wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.kv {
		margin-top: 60px;
	}
	.kv .wrapper {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.kv .flex_bx {
		width: 100%;
		margin: 0 auto;
	}
	.kv .kv_txt_large {
		font-size: 26px;
		font-family: 'Noto Serif JP', serif;
		line-height: 1;
		margin-bottom: 15px;
	}
	.kv .kv_txt_large span {
		color: #ffb600;
		font-size: 36px;
	}
	.kv .kv_txt {
		font-size: 13px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.kv .kv_txt span {
		font-size: 18px;
	}
	.kv .kv_txt img {
		width: 178px;
		height: auto;
		padding-bottom: 3px;
		margin-right: 5px;
	}
	/*top_cta*/
	.tv_tel {
		background: #2e3858;
		height: 80px;
	}
	.tv_tel a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 130px;
		height: 80px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.tv_tel .wrapper {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		padding: 0;
		background: url(../img/ic_man.jpg) bottom left no-repeat;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.tv_tel .tv_tel_bx {
		line-height: 1;
		font-weight: bold;
		padding-left: 15px;
		padding-right: 30px;
	}
	.tv_tel .tv_tel_bx:after {
		background: url(../img/ic_arw.svg) no-repeat;
		content: "";
		width: 35px;
		height: 35px;
		display: inline-block;
		margin-left: 5px;
		vertical-align: bottom;
		position: absolute;
		right: 10px;
	}
	.tv_tel .tv_tel_bx .tv_tel_txt {
		font-size: 14px;
		color: #FFF;
		letter-spacing: 1px;
		display: inline-block;
	}
	.tv_tel .tv_tel_bx .tv_tel_txt .hd {
		font-size: 12px;
		color: #FFF;
		line-height: 2;
	}
	.tv_tel .tv_tel_bx .tv_tel_txt .orng {
		color: #ffb600;
	}
	.tv_tel button {
		display: none;
	}
	.bg_wht {
		padding: 60px 0;
	}
	.bg_blue {
		background: #d4f5f9;
		padding: 40px 0 60px 0;
	}
	.about {
		padding-bottom: 10px;
	}
	.about h2 {
		margin-bottom: 40px;
	}
	.about h2 span {
		margin-left: -.5em;
	}
	.about p {
		font-size: 14px;
	}
	.about strong {
		color: #ad8f2b;
	}
	.about .about_img {
		width: 100%;
		height: auto;
	}
	.about .about_img img {
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}
	.about .about_txt {
		width: 100%;
		padding-right: 0;
		font-size: 14px;
		text-align: center;
	}
	.about .about_txt p {
		padding-bottom: 1em;
	}
	.about .about_txt p.link {
		font-size: 12px;
		margin-top: 20px;
	}
	/*flow*/
	.flow .flow_bx {
		background: url(../img/flow_arw.png) no-repeat bottom;
		-webkit-background-size: 130%;
		-o-background-size: 130%;
		background-size: 130%;
		padding-bottom: 80px;
		margin-bottom: 20px;
	}
	.flow .flow_bx:last-child {
		padding-bottom: 0;
	}
	.flow .flow_bx h3 {
		font-size: 18px;
	}
	.flow .flow_step {
		font-size: 44px;
		width: 73px;
		height: 121px;
		padding-top: 20px;
	}
	.flow .flow_step span {
		font-size: 15px;
	}
	.flow .flow_txt {
		width: calc(100% - 73px);
		padding-left: 20px;
	}
	.flow .flow_txt p {
		font-size: 14px;
	}
	/*reason*/
	.reason {
		background: url(../img/bg_reason.png);
		background-size: cover;
		padding: 60px 0 100px 0;
	}
	.reason h2 {
		padding-bottom: 0;
	}
	.reason dl {
		background: #fff;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: #2e3858;
		box-shadow: #2e3858;
		-webkit-box-shadow: 1px 3px 1px 1px rgba(200, 200, 200, 0.2);
		box-shadow: 1px 3px 1px 1px rgba(200, 200, 200, 0.2);
		width: 90%;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.reason dl:before {
		content: "";
		background: url(../img/ic_leaf.png) no-repeat;
		margin: 0 auto;
		width: 80px;
		height: 110px;
		display: block;
		position: relative;
		top: -50px;
	}
	.reason dt {
		width: 100%;
		font-size: 28px;
		color: #2e3858;
		text-align: center;
		margin-top: -50px;
		margin-bottom: 20px;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.reason dd {
		padding: 0 20px 40px 20px;
	}
	.reason dd p {
		margin-bottom: 1em;
	}
	/*menu*/
	.section_menu h2 {
		margin-bottom: 40px;
	}
	.section_menu dl {
		width: 48%;
		margin-bottom: 15px;
	}
	.section_menu dt {
		margin-bottom: 0;
		width: 100%;
	}
	.section_menu dt img {
		width: 100%;
		vertical-align: bottom;
		height: auto;
	}
	.section_menu dd {
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 45px;
		height: 45px;
		display: block;
	}
	.section_menu p {
		font-size: 16px;
		line-height: 28px;
		font-weight: bold;
	}
	/*achievement*/
	.achievement {
		background: #ffb600;
		color: #fff;
		text-align: center;
		font-size: 24px;
		overflow: hidden;
		padding-bottom: 40px;
	}
	.achievement .wrapper {
		padding: 0;
	}
	.achievement h2 {
		color: #fff;
	}
	.achievement h2:before {
		background: #fff;
	}
	.achievement p {
		display: none;
	}
	.achievement p.h2_notice {
		text-align: left;
		margin-bottom: 0;
		display: block;
	}
	.achievement ul {
		background: #fff;
		width: 100%;
		text-align: center;
		padding-bottom: 0;
	}
	.achievement li {
		display: inline-block;
		margin: 0 auto;
		padding-bottom: 20px;
		margin-right: 40px;
	}
	.achievement li:last-child {
		margin-right: 0;
	}
	.achievement .logo_sozoku {
		display: inline-block;
		width: 320px;
		height: auto;
		padding-top: 40px;
	}
	.achievement .logo_sozoku img {
		display: block;
		width: 200px;
		height: auto;
		margin: 0 auto;
	}
	.achievement .e_logo li {
		width: 25%;
		margin: 0 20px 0 0;
	}
	.achievement .e_logo li:last-child {
		margin-right: 0;
	}
	.achievement .e_logo li img {
		display: block;
		width: 100%;
		height: auto;
	}
	/*team*/
	.team h3 {
		font-size: 18px;
		font-weight: bold;
		font-weight: 400;
	}
	.team dl {
		width: 100%;
		margin-bottom: 20px;
		-webkit-justify-content: left;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	.team dt {
		display: inline-block;
		width: 45vw;
	}
	.team dt img {
		width: 40vw;
		height: auto;
	}
	.team dd {
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
		padding-left: 20px;
		width: 55vw;
		line-height: 1.5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.team dd strong {
		font-size: 22px;
		font-weight: bold;
	}
	/*faq*/
	.faq .faq_q {
		position: absolute;
	}
	.faq .faq_q img {
		width: 78px;
		height: auto;
	}
	.faq .faq_a {
		position: absolute;
		top: 0;
		right: 0;
	}
	.faq .faq_a img {
		width: 75px;
		height: auto;
	}
	.faq .faq_bx {
		position: relative;
		padding-bottom: 40px;
	}
	.faq .faq_q_txt {
		background: #2e3858;
		border: 3px solid #2e3858;
		border-radius: 5px;
		color: #fff;
		width: calc(100% - 150px);
		left: 100px;
		position: relative;
		padding: 20px;
		top: 0;
		font-size: 20px;
	}
	.faq .faq_q_txt :before {
		content: "";
		position: absolute;
		top: 15px;
		left: -15px;
		margin-left: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #2e3858;
	}
	.faq .faq_a_txt {
		width: calc(100% - 140px);
		right: 80px;
		position: relative;
		padding: 20px;
		left: 0px;
		font-size: 14px;
	}
	.faq .faq_a_txt:before,
	.faq .faq_a_txt:after {
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.faq .faq_a_txt:before {
		content: "";
		position: absolute;
		top: 25px;
		right: -32px;
		border-color: rgba(194, 225, 245, 0);
		border-left-color: #ccc;
		border-width: 16px;
		margin-top: -16px;
	}
	.faq .faq_a_txt:after {
		content: "";
		position: absolute;
		top: 25px;
		right: -30px;
		border-color: rgba(136, 183, 213, 0);
		border-left-color: #fff;
		border-width: 18px;
		margin-top: -18px;
	}
	/*other*/
	.txt_c {
		text-align: center;
	}
	#section01 h2 {
		color: #97B64D;
		font-weight: bold;
		font-size: 42px;
	}
	#section01 .wrapper {
		text-align: center;
		padding-bottom: 60px;
	}
	#section01 .wrapper img {
		margin-bottom: 30px;
	}
	#section01 .wrapper p {
		line-height: 1.2;
		font-size: 42px;
	}
	#section01 span {
		color: #97B64D;
		font-weight: bold;
	}
	#section01 h3 {
		font-size: 28px;
		color: #3C3C3C;
		text-align: center;
	}
	#section01 .check_bx {
		width: 760px;
		margin: 0 auto;
	}
	#section01 .check_bx li {
		margin-bottom: 15px;
	}
	.ic_point {
		background: url(../img/ic_point.png) no-repeat;
		padding-left: 30px;
	}
	.label_red {
		background: #D35454;
		text-align: center;
		color: #fff;
		font-weight: bold;
		padding: 2px 0;
		width: 140px;
		font-size: 14px;
	}
	.flex_bx {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ic_man {
		background: url(../img/ic_man.png) no-repeat;
		padding-left: 50px;
		padding-bottom: 20px;
	}
	.ic_woman {
		background: url(../img/ic_woman.png) no-repeat;
		padding-left: 50px;
	}
	/*cta*/
	.cat_bx {
		background: url("../img/bg_cta.png") no-repeat;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 15px 0;
		height: auto;
		text-align: center;
		color: #fff;
	}
	.cat_bx .wrapper {
		padding: 20px;
	}
	.cat_bx .cta_logo {
		width: 28.9583333%;
		min-width: 140px;
		height: auto;
		margin: 0 auto;
	}
	.cat_bx .cta_btn a {
		/* background: #f08d18; */
		color: #fff;
		margin: 0 auto;
		width: 55.41666666666667%;
		min-width: 250px;
		height: 45px;
		font-size: 13px;
		/* -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 100px;
		border-radius: 100px; */
		text-align: center;
		vertical-align: middle;
		padding: 0;
		margin-top: 10px;
		line-height: 45px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		text-decoration: none;
	}
	.cat_bx .cta_btn a span:after {
		content: "";
		background: url(../img/ic_arw.svg) no-repeat;
		width: 25px;
		height: 25px;
		display: inline-block;
		right: -10px;
		position: relative;
		top: .6em;
	}
	/* .cat_bx .cta_tel a {
      font-size: 22px; }
      .cat_bx .cta_tel a:before {
        content: "";
        background: url(../img/ic_free_call.png) no-repeat bottom;
        background-size: 50px 40px;
        padding-left: 75px;
        position: relative;
        top: 6px;
        z-index: 9999;
        padding-top: 0px; }
    .cat_bx .cta_time {
      font-size: 13px;
      padding-left: 73px;
      letter-spacing: 2px;
      margin-top: -5px; } */
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
	footer {
		background: #fff;
		font-size: 22px;
		color: #333333;
		text-align: center;
	}
	footer .wrapper {
		padding: 40px 20px 20px 20px;
	}
	footer .ft_txt {
		margin-top: 20px;
		font-size: 12px;
		line-height: 2;
	}
	footer .ft_logo_txt {
		vertical-align: middle;
	}
	footer .ft_logo_txt img {
		vertical-align: middle;
	}
	footer img.ft_logo_ks {
		width: 113px;
		height: auto;
	}
	footer img.ft_logo {
		width: 160px;
		height: auto;
	}
	footer address {
		border-top: 1px solid #CCC;
		margin-top: 20px;
		padding-top: 10px;
		color: #333333;
		text-align: center;
		font-size: 12px;
	}
	footer address .wrapper {
		padding: 0 0 40px 0;
	}
	/*other*/
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
}

.slick-list {
	width: 85%;
	margin: 0 auto;
}

.slick-list dl {
	margin: 0 10px;
}

.slick-track {
	padding-top: 50px;
	overflow: visible;
}

.slick-prev {
	left: -10px;
	z-index: 1000;
}

.slick-next {
	right: 0;
}

.slick-prev:before {
	content: "＜";
	color: #999;
	font-size: 30px;
}

.slick-next:before {
	content: "＞";
	color: #999;
	font-size: 30px;
}

.slick-dots li {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 15px;
	height: 15px;
	background: #ccc;
}

@media screen and (max-width: 800px) {
	.notice {
		font-size: 12px !important;
		margin-top: 20px;
	}
}

@media screen and (max-width: 640px) {
	.notice {
		font-size: 10px !important;
		margin-top: 20px;
	}
}

.header .hd_cta .hd_tel a {
	font-size: 31px;
	letter-spacing: 5px;
}

.hd_time br {
	display: none;
}

@media screen and (max-width: 800px) {
	.header .hd_cta .hd_tel a {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.hd_time br {
		display: inline;
	}
}

.type_expert.type_1 {
	display: block;
}

.type_word.type_1 {
	display: none;
}

.type_word_only.type_1 {
	display: none;
}

.type_nothing.type_1 {
	display: none;
}

.type_expert.type_2 {
	display: none;
}

.type_word.type_2 {
	display: block;
}

.type_word_only.type_2 {
	display: none;
}

.type_nothing.type_2 {
	display: none;
}

.type_expert.type_3 {
	display: none;
}

.type_word.type_3 {
	display: none;
}

.type_word_only.type_3 {
	display: block;
}

.type_nothing.type_3 {
	display: none;
}

.type_expert.type_4 {
	display: none;
}

.type_word.type_4 {
	display: none;
}

.type_word_only.type_4 {
	display: none;
}

.type_nothing.type_4 {
	display: block;
}

.header .hd_cta .hd_time {
}

.bubble {
	position: relative;
	display: inline-block;
	width: 200px;
	text-align: center;
	padding: 25px;
	background-color: #FFF;
	border: #26B9CB solid 4px;
	color: #333;
	padding: 10px;
	font-size: 16px;
	top: 40px;
}

.bubble span {
	color: #CEA432;
}

.bubble:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #FFF transparent;
	border-width: 25px 25px 0 0;
	bottom: -16px;
	left: 50%;
	margin-left: -10px;
}

.bubble:after {
	content: '';
	position: absolute;
	display: block;
	z-index: 0;
	border-style: solid;
	border-color: #26B9CB transparent;
	border-width: 25px 25px 0 0;
	bottom: -25px;
	left: 50%;
	margin-left: -14px;
}

@media (max-width:767px) {
	.bubble {
		display: inline-block;
		width: 70%;
		text-align: center;
		padding: 25px;
		background-color: #FFF;
		border: #26B9CB solid 2px;
		color: #333;
		padding: 10px;
		font-size: 18px;
		margin: auto;
		position: relative;
		top: 10px;
		margin-bottom: 80px;
	}
	.bubble:before,
	.bubble:after {
		content: unset;
	}
}

.price_appeal {
	overflow: hidden;
	background-color: #D4F5F9;
	display: flex;
	padding: 0px 20px 20px 20px;
}

@media (max-width:767px) {
	.price_appeal {
		flex-direction: column;
	}
}

.price_appeal-right {
	position: relative;
}

@media (max-width:767px) {
	.price_appeal-right {
		text-align: left;
	}
}

@media (max-width:767px) {
	.price_appeal-right .operator {
		margin-top: 20px;
	}
}

.price_appeal-right .operator {
	position: absolute;
	right: -30px;
	bottom: -30px;
}

@media (max-width:767px) {
	.price_appeal-right .operator {
		position: absolute;
		text-align: right;
		right: 0px;
		top: 10px;
	}
}

.price_appeal-right img {
	max-width: 320px;
	right: -40px;
}

@media (max-width:767px) {
	.price_appeal-right img {
		max-width: 220px;
	}
}

.price_appeal .price_appeal-left {
	width: 70%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left {
		width: auto;
	}
}

.price_appeal .price_appeal-left .top .text {
	font-size: 74px;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .top .text {
		font-size: 14vw;
		letter-spacing: 2px;
	}
}

.price_appeal .price_appeal-left .middle .text {
	font-size: 74px;
	letter-spacing: 20px;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .middle .text {
		font-size: 14vw;
		letter-spacing: 2px;
	}
}


/* .price_appeal .price_appeal-left .middle .price .value {
    letter-spacing: 12px;
    font-size: 76px;
    letter-spacing: 7px;
    font-size: 83px;
    }
    @media (max-width:767px) {
    .price_appeal .price_appeal-left .middle .price .value {
    font-size: 14vw;
    letter-spacing: 2px;
    }
    } */

.price_appeal .price_appeal-left .top {
	font-weight: 700;
	color: #ffb600;
	font-size: 48px;
	/* font-family: 'Noto Serif JP', serif; */
	display: flex;
	align-items: center;
	flex-direction: row;
}

.price_appeal .price_appeal-left .middle .circle {
	margin-right: 10px;
}

.price_appeal .price_appeal-left .top .circle {
	margin-left: 10px;
}

.price_appeal .price_appeal-left .middle {
	font-weight: 700;
	color: #ffb600;
	font-size: 48px;
	/* font-family: 'Noto Serif JP', serif; */
	display: flex;
	align-items: center;
	position: relative;
	top: -22px;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .middle {
		position: relative;
		top: 0;
	}
	.price_appeal .price_appeal-left .bottom .info a div {
		font-size: 4vw !important;
		letter-spacing: 2px;
	}
}

@media (max-width:480px) {
	.price_appeal .price_appeal-left .middle {
		position: relative;
		top: 0;
	}
	.price_appeal .price_appeal-left .bottom .info a div {
		font-size: 3.2vw !important;
		letter-spacing: 1px;
	}
}

.price_appeal .price_appeal-left .middle .price {
	align-items: baseline;
	display: flex;
}

.price_appeal .price_appeal-left .middle .price span:last-child {
	font-size: 16px;
	margin-left: 6px;
}

.price_appeal .price_appeal-left .middle .price .unit {
	font-size: 30px;
}

.price_appeal .price_appeal-left .bottom {
	font-size: 32px;
	background-color: #EE7749;
	overflow: hidden;
	color: white;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	font-family: "Noto Sans Japanese", sans-serif;
	position: relative;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .bottom {
		margin: 20px 0;
	}
}

.price_appeal .price_appeal-left .bottom .copy {
	padding: 10px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	text-align: center;
	height: 98px;
    width: 132px;
}

.price_appeal .price_appeal-left .bottom .copy img {
	width: 70px;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .bottom .copy img {
		width: 40px;
		position: relative;
		top: 10px;
	}
}


.price_appeal .price_appeal-left .bottom .copy span {
	font-size: 13px;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .bottom .copy {
		height: 40px;
		font-size: 12px;
		width: 100px;
	}
	.price_appeal .price_appeal-left .bottom .copy span {
		font-size: 9px;
	}
}

.price_appeal .price_appeal-left .bottom .info {
	padding: 0 10px;
	color: white;
	width: 100%;
	padding-right: 40px;
}

.price_appeal .price_appeal-left .bottom .arrow {
	position: absolute;
	right: 20px;
    top: 44px;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .bottom .arrow {
		top: 25px;
	}
}


.price_appeal .price_appeal-left .bottom .arrow img {
	width: 16px;
}

.price_appeal .price_appeal-left .bottom .info > div:first-child {
	font-size: 28px;
    font-weight: bold;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .bottom .info > div:first-child {
		font-size: 20px;
		font-weight: bold;
	}
}

@media (max-width:480px) {
	.price_appeal .price_appeal-left .bottom .info > div:first-child {
		font-size: 15px;
		font-weight: bold;
	}
}


.price_appeal .price_appeal-left .bottom .info a,
.price_appeal .price_appeal-left .bottom .info a:hover,
.price_appeal .price_appeal-left .bottom .info a:focus,
.price_appeal .price_appeal-left .bottom .info a:link {
	text-decoration: none;
	color: white;
	font-size: 32px;
	font-weight: normal;
}


@media (max-width:767px) {
	.price_appeal .price_appeal-left .bottom .info a,
	.price_appeal .price_appeal-left .bottom .info a:hover,
	.price_appeal .price_appeal-left .bottom .info a:focus,
	.price_appeal .price_appeal-left .bottom .info a:link {
		font-size: 26px;
	}
}

.price_appeal .price_appeal-left .bottom .info a div {
	text-align: center;
}

.price_appeal .price_appeal-left .bottom .info .time {
	font-size: 12px;
	text-align: center;
}

.price_appeal .price_appeal-left .bottom .info .time br {
	display: none;
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .bottom .info .time {
		font-size: 10px;
	}
	.price_appeal .price_appeal-left .bottom .info .time br {
		display: initial;
	}
}

@media (max-width:480px) {
	.price_appeal .price_appeal-left .bottom .info .time {
		font-size: 8px;
	}
}











/* .new-bottom {
	font-size: 32px;
	background-color: #EE7749;
	overflow: hidden;
	color: white;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	font-family: "Noto Sans Japanese", sans-serif;
	position: relative;
}

@media (max-width:767px) {
	.new-bottom {
		margin: 20px 0;
	}
}

.new-bottom .icon {
	padding: 10px;
	display: flex;
    font-size: 18px;
    text-align: center;
    align-items: center;
}

.new-bottom .icon img {
	width: 60px;
}

@media (max-width:767px) {
	.new-bottom .icon img {
		width: 40px;
	}
}


@media (max-width:767px) {
	.price_appeal .price_appeal-left .bottom .copy img {
		width: 40px;
		position: relative;
		top: 10px;
	}
} */

/* .new-bottom .contact {
	display: block;
	padding: 0 10px;
	color: white;
	width: 100%;
	padding-right: 40px;
	text-align: center;
}

.new-bottom .contact > span {
	display: block;
}

.new-bottom .arrow {
	position: absolute;
	right: 20px;
    top: 44px;
}

@media (max-width:767px) {
	.new-bottom .arrow {
		top: 25px;
	}
} */

/* 
.new-bottom .arrow img {
	width: 16px;
}

@media (max-width:480px) {
	.new-bottom .contact > div:first-child {
		font-size: 15px;
		font-weight: bold;
	}
} */

/* .new-bottom,
.new-bottom:hover,
.new-bottom:focus,
.new-bottom:link {
	text-decoration: none;
	color: white;
	font-size: 32px;
	font-weight: normal;
}

.new-bottom .contact .new-bottom-top {
	font-size: 20px;
}
.new-bottom .contact .new-bottom-middle {
	font-size: 52px;
    font-weight: bold;
    font-family: 'Roboto';
}
.new-bottom .contact .new-bottom-bottom {
	font-size: 12px;
}

@media (max-width:767px) {
	.new-bottom .contact .new-bottom-top {
		font-size: 20px;
	}
	.new-bottom .contact .new-bottom-middle {
		font-size: 40px;
	}
	.new-bottom .contact .new-bottom-bottom {
		font-size: 10px;
	}
}

@media (max-width:480px) {
	.new-bottom .contact .new-bottom-top {
		font-size: 18px;
	}
	.new-bottom .contact .new-bottom-middle {
		font-size: 33px;
	}
	.new-bottom .contact .new-bottom-bottom {
		font-size: 8px;
	}
}

@media (max-width:400px) {
	.new-bottom .contact .new-bottom-top {
		font-size: 16px;
	}
	.new-bottom .contact .new-bottom-middle {
		font-size: 30px;
	}
	.new-bottom .contact .new-bottom-bottom {
		font-size: 8px;
	}
}

@media (max-width:390px) {
	.new-bottom .contact .new-bottom-top {
		font-size: 15px;
	}
	.new-bottom .contact .new-bottom-middle {
		font-size: 32px;
	}
	.new-bottom .contact .new-bottom-bottom {
		font-size: 8px;
	}
}

@media (max-width:380px) {
	.new-bottom .contact .new-bottom-top {
		font-size: 14px;
	}
	.new-bottom .contact .new-bottom-middle {
		font-size: 30px;
	}
	.new-bottom .contact .new-bottom-bottom {
		font-size: 8px;
	}
}
 */

/* .new-bottom-night {
	display: flex;
    align-items: center;
}

.new-bottom-night .icon img {
	width: 36px !important;
}

.new-bottom-night .new-bottom-top {
	font-size: 28px !important;
}

@media (max-width:767px) {
	.new-bottom-night .icon img {
		width: 30px !important;
	}
	.new-bottom-night .new-bottom-top {
		font-size: 20px !important;
	}
	.new-bottom-night .icon img {
		width: 18px !important;
	}
	.new-bottom-night .arrow img {
		width: 10px !important;
	}
}

@media (max-width:390px) {
	.new-bottom-night .new-bottom-top {
		font-size: 13px !important;
	}
}

.new-bottom-night .new-bottom-top span {
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 3px solid #F5F523;
}

.new-bottom-night .arrow {
	position: relative !important;
	top: auto !important;
	right: auto !important;
} */


/***********/

.hd_cta .cta_tel a .top .right {
	border-radius: 10px;
}

.hd_cta .cta_tel a .top .right {
	display: flex;
	align-items: center;
	padding: 20px 20px !important;
}

.hd_cta .cta_tel a .top .right .mail {
	width: 15%;
	text-align: center;
}

.hd_cta .cta_tel a .top .right .arrow {
	width: 15%;
	text-align: center;
}

.hd_cta .cta_tel a .top .right .mail img {
	width: 36px;
}

.hd_cta .cta_tel a .top .right .text {
	font-size: 26px !important;
}

.hd_cta .cta_tel a .top .right .text > div:first-child {
	font-size: 15px;
}

.hd_cta .cta_tel a .top .right .text > div:last-child {
	white-space: nowrap;
} 

.hd_cta .cta_tel a .top .right .text span {
	padding-bottom: 4px;
	border-bottom: 3px solid #F5F523;
}

.hd_cta .cta_tel a .top .right .arrow img {
	width: 14px !important;
	margin-left: 10px;
}

@media (max-width:767px) {
	.hd_cta .cta_tel a .top .right .text > div:first-child {
		font-size: 13px;
	}
	.hd_cta .cta_tel a .top .right .text > div:last-child {
		font-size: 17px;
	}

	.hd_ctanignt .cta_tel a .top .right .mail {
		width: 10%;
		text-align: center;
	}
	.hd_cta-nignt .cta_tel a .top .right .mail img {
		width: 26px;
	}

	.hd_ctanignt .cta_tel a .top .right .arrow {
		width: 10% !important;
		text-align: center;
	}

	.hd_cta .cta_tel a .top .right .arrow img {
		width: 16px !important;
	}
}

@media (max-width:390px) {
	.hd_cta .cta_tel a .top .right .text > div:first-child {
		font-size: 11px;
	}
	.hd_cta .cta_tel a .top .right .text > div:last-child {
		font-size: 14px;
	}

	.hd_cta .cta_tel a .top .right .mail {
		width: 10%;
		text-align: center;
	}
	.hd_cta .cta_tel a .top .right .mail img {
		width: 18px;
	}
	
	.hd_cta .cta_tel a .top .right .arrow {
		width: 10% !important;
		text-align: center;
	}

	.hd_cta .cta_tel a .top .right .arrow img {
		width: 10px !important;
	}
	
}

/***********/

.cat_bx-nignt .cta_tel a .top .right {
	display: flex;
	align-items: center;
	padding: 20px 0 !important;
}

.cat_bx-nignt .cta_tel a .top .right .mail {
	width: 15%;
	text-align: center;
}

.cat_bx-nignt .cta_tel a .top .right .arrow {
	width: 15%;
	text-align: center;
}

.cat_bx-nignt .cta_tel a .top .right .mail img {
	width: 36px;
}

.cat_bx-nignt .cta_tel a .top .right .text {
	font-size: 26px !important;
}

.cat_bx-nignt .cta_tel a .top .right .text > div:first-child {
	font-size: 15px;
}

.cat_bx-nignt .cta_tel a .top .right .text > div:last-child {
} 

.cat_bx-nignt .cta_tel a .top .right .text span {
	padding-bottom: 4px;
	border-bottom: 3px solid #F5F523;
}

.cat_bx-nignt .cta_tel a .top .right .arrow img {
	width: 14px !important;
	margin-left: 10px;
}

@media (max-width:767px) {
	.cat_bx-nignt .cta_tel a .top .right .text > div:first-child {
		font-size: 13px;
	}
	.cat_bx-nignt .cta_tel a .top .right .text > div:last-child {
		font-size: 17px;
	}

	.cat_bx-nignt .cta_tel a .top .right .mail {
		width: 10%;
		text-align: center;
	}
	.cat_bx-nignt .cta_tel a .top .right .mail img {
		width: 26px;
	}

	.cat_bx-nignt .cta_tel a .top .right .arrow {
		width: 10% !important;
		text-align: center;
	}

	.cat_bx-nignt .cta_tel a .top .right .arrow img {
		width: 16px !important;
	}
}

@media (max-width:390px) {
	.cat_bx-nignt .cta_tel a .top .right .text > div:first-child {
		font-size: 11px;
	}
	.cat_bx-nignt .cta_tel a .top .right .text > div:last-child {
		font-size: 14px;
	}

	.cat_bx-nignt .cta_tel a .top .right .mail {
		width: 10%;
		text-align: center;
	}
	.cat_bx-nignt .cta_tel a .top .right .mail img {
		width: 18px;
	}
	
	.cat_bx-nignt .cta_tel a .top .right .arrow {
		width: 10% !important;
		text-align: center;
	}

	.cat_bx-nignt .cta_tel a .top .right .arrow img {
		width: 10px !important;
	}
	
}

.hd_cta-night {
	color: white;
	margin-top: 5px;
}


@media (max-width:787px) {
	.hd_cta-night {
		display: none;
	}
}

.hd_cta-night a {
	text-decoration: none;
	color: white;
}

.hd_cta-night a .top .right {
	display: flex;
	align-items: center;
	width: 300px;
}

.hd_cta-night a .top .right .mail {
	width: 15%;
	text-align: center;
}

.hd_cta-night a .top .right .mail img {
	width: 30px;
}

.hd_cta-night a .top .right .text > div:first-child {
	font-size: 11px;
}

.hd_cta-night a .top .right .text > div:last-child {
	font-size: 16px;
}

.hd_cta-night a .top .right .text > div:last-child span {
	padding-bottom: 4px;
	border-bottom: 3px solid #F5F523;
}

.hd_cta-night a .top .right .arrow {
	width: 10%;
	text-align: center;
}

.hd_cta-night a .top .right .arrow img {
	width: 7px;
}

.price_appeal .price_appeal-left .circle {
	border-radius: 300px;
	border: 4px solid #ffb600;
	width: 80px;
	height: 80px;
	display: flex;
	/* 子要素をflexboxで揃える */
	flex-direction: column;
	/* 子要素をflexboxにより縦方向に揃える */
	justify-content: center;
	/* 子要素をflexboxにより中央に配置する */
	align-items: center;
	/* 子要素をflexboxにより中央に配置する */
}

@media (max-width:767px) {
	.price_appeal .price_appeal-left .circle {
		width: 70px;
		height: 70px;
		font-size: 12px;
	}
}

.price_appeal .circle span {
	display: block;
	font-size: 22px;
	font-family: sans-serif;
	text-align: center;
	line-height: 26px;
}

.notice:before {
	content: '\\';
	font-size: 18px;
	font-weight: bold;
}

.notice {
	font-size: 13px;
	color: #40AF1D;
	margin-bottom: 10px;
}

.notice span {
	font-size: 18px;
	font-weight: bold;
	color: #FF6200;
	font-family: 'Roboto';
}
.notice:after {
	content: '/';
	font-size: 18px;
	font-weight: bold;
}

.cta_tel a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.cta_tel a .top {
	display: flex;
	color: #ffb600;
}

.cta_tel a .top .right {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: center;

	background: #f08d18;
	color: #fff;

	-webkit-box-shadow: 1px 2px 1px 1px rgba(150, 150, 150, 0.5);
	box-shadow: 1px 2px 1px 1px rgba(150, 150, 150, 0.5);
	-webkit-border-radius: 100px;
	border-radius: 100px;
    padding: 10px 0;
    margin: 20px auto;
    width: 90%;
    max-width: 620px;
	display: flex;

}

.cta_tel a .top .right img {
	width: 70px;
	margin-right: 20px;
}

@media screen and (max-width: 787px) {
	.cta_tel a .top .right {
		font-size: 30px !important;
	}
	.cta_tel a .top .right img {
		width: 30px;
		margin-right: 4px;
	}
}

.cta_tel a .bottom {
	font-size: 14px;
	color: white;
	text-align: center;
}

.kv_txt {
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 20px !important;
}

.kv_txt span {
	color: #333;
	background: linear-gradient(transparent 80%, #26B9CB 70%);
	padding-bottom: 4px;
}

@media screen and (max-width: 787px) {
	.kv_txt {
		font-size: 12px !important;
	}
	.kv_txt span {
		font-size: 24px !important;
	}
}

@media screen and (max-width: 787px) {
	.header .logo {
		width: 90px !important;
	}
	.header img {
		width: 100% !important;
	}
	.header .hd_cta .hd_tel a {
    font-size: 16px !important;
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 40px;
    height: 30px;
    background-position: left center;
    padding-top: 3px;
    font-size: 22px !important;
	}
	.header .hd_cta .hd_time {
    font-size: 9px !important;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: center;
	}
	.price_appeal .price_appeal-left .circle {
		width: 60px !important;
		height: 60px !important;
	}
	.price_appeal .circle span {
		font-size: 16px !important;
		line-height: 20px !important;
	}
}

@media (max-width: 787px) {
	.price_appeal .price_appeal-left .top .text {
		font-size: 40px;
	}
	.price_appeal .price_appeal-left .middle .text {
		font-size: 40px;
	}
}

.flex {
	display: flex;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.mv_badges_wrapper {
	border: 3px solid #26B9CA;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 10px 0;
}

.mv_badges {
	display: flex;
	width: 33.3333%;
	border-right: 3px solid #26B9CA;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.mv_badges:last-child{
	border-right: none;
}

.mv_badges > div img {
	width: 30px;
	margin: 20px;
}

.mv_badges > dl {

}

.mv_badges > dl dt {
	color: #f08d18;
	font-weight: bold;
	font-size: 22px;
}

.mv_badges > dl dd {

}

* {
	box-sizing: border-box;
}

.list-main-cv {
	max-width: 940px;
	margin: auto;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f08d18;
	margin-top: 20px;
}

.list-main-cv .list-main-cv-top {
background-color: #f08d18;
color: white;
padding: 10px;
text-align: center;
}

.list-main-cv .list-main-cv-top span {
font-weight: bold;
}

.list-main-cv .list-main-cv-top br {
display: none;
}

@media screen and (max-width: 640px) {
.list-main-cv .list-main-cv-top {
	line-height: 24px;
}
.list-main-cv .list-main-cv-top br {
	display: inline-block;
}
}


.list-main-cv .list-main-cv-bottom > div {
width: 50%;
padding: 20px;
background: rgba(255,255,255,0.9);
}

.root-night .list-main-cv .list-main-cv-bottom > div {
	width: 100%;
	padding: 20px;
	background: rgba(255,255,255,0.9);
}

@media screen and (max-width: 800px) {
.list-main-cv .list-main-cv-bottom {
	display: flex;
	flex-direction: column;
}
.list-main-cv .list-main-cv-bottom > div {
	width: 100%;
	padding: 20px;
}
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:first-child {
border: 1px dashed #333;
text-align: center;
color: #333;
padding: 10px;
font-size: 15px;
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:first-child span {
font-weight: bold;
}

@media screen and (max-width: 870px) {
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:first-child {
	font-size: 14px;
}
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child {
margin-top: 20px;
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a {
background-color: #63AC24;
text-decoration: none;
color: white;
height: 100px;
border-radius: 10px;
padding: 10px;
box-shadow: 0 0 8px gray;
justify-content: center;
align-items: center;
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div {
text-align: center;
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:first-child {
font-family: 'Roboto';
font-weight: bold;
font-size: 42px;
letter-spacing: 5px;
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:first-child img {
width: 36px;
margin-right: 10px;
}

@media screen and (max-width: 870px) {
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:first-child {
	font-size: 38px;
}
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:first-child img {
	width: 30px;
	margin-right: 4px;
}
}

@media screen and (max-width: 640px) {
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:first-child {
	font-size: 34px;
}
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:first-child img {
	width: 30px;
	margin-right: 4px;
}
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:last-child {
font-family: 'Roboto';
font-weight: bold;
font-size: 12px;
letter-spacing: 2px;
margin-top: 6px;
}

@media screen and (max-width: 870px) {
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:last-child {
	font-size: 11px;
	letter-spacing: 1px;
}
}

@media screen and (max-width: 640px) {
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-left > div:last-child a > div:last-child {
	font-size: 11px;
	letter-spacing: 0px;
}
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:first-child {
border: 1px dashed #333;
text-align: center;
color: #333;
padding: 10px;
font-size: 15px;
}

@media screen and (max-width: 870px) {
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:first-child {
	font-size: 14px;
}
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:first-child span {
font-weight: bold;
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:last-child {
margin-top: 20px;
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:last-child a {
box-shadow: 0 0 8px gray;
text-align: center;
font-weight: bold;
font-size: 22px;
background-color: #2472AC;
text-decoration: none;
color: white;
height: 100px;
border-radius: 10px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
}

@media screen and (max-width: 870px) {
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:last-child a {
	font-size: 18px;
}
}

@media screen and (max-width: 640px) {
.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:last-child a {
	font-size: 16px;
}
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:last-child a span {
margin: 0 10px;
}

.list-main-cv .list-main-cv-bottom .list-main-cv-bottom-right > div:last-child a img {
width: 30px;
}

.voices {
	padding-bottom: 120px;
}

.voices ul li {
	border: 3px solid #333;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	justify-content: end;
	align-items: center;
	text-align: left;
	margin-bottom: 20px;
}

.voices ul li > div:first-child img {
	width: 64px;
}

.voices ul li > div:last-child {
	font-weight: bold;
}

.voices ul li > div:last-child span {
	color: #999;
	font-size: 12px;
}

.menu_example {
	max-width: 800px;
    margin: auto;
}

.menu_example h3 {
	font-size: 32px;
	font-weight: bold;
	color: #ffb600;
	text-align: center;
	margin: 30px 0;
}

.menu_example ul {
	margin: auto;
	flex-wrap: wrap;
}

.menu_example ul li {
	border: 2px solid #333;
    padding: 20px;
    width: 48%;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	margin: 1%;
}

.menu_example ul li > div:first-child img {
	width: 84px;
}

.menu_example ul li > div:last-child {
	font-size: 20px;
}

.menu_example_alert {
	color: #FF6200;
	border: 1px solid #FF6200;
	padding: 20px;
	margin-top: 30px;
	font-size: 14px;
}

.menu_example_alert img {
	width: 20px;
	margin-right: 8px;
}

.menu_modal .menu_modal_content {

}

.menu_modal .menu_modal_content h5 {
	background-color: #ad8f2b;
    color: white;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
}

.menu_modal .menu_modal_content .menu_modal_desc {
	font-size: 16px;
    margin-bottom: 20px;
}

.menu_modal .menu_modal_content .menu_modal_desc span {
	font-weight: bold;
	color: #ad8f2b;
}

.menu_modal .menu_modal_cv > div:first-child {
    position: relative;
    width: 130px;
}

.menu_modal .menu_modal_cv {
	padding: 10px;
    border: 1px solid #F08D18;
    border-radius: 6px;
}


.menu_modal .menu_modal_cv > div:last-child {
	color: #F08D18;
	font-size: 50px;
	font-weight: bold;
	font-family: 'Roboto';
}

.menu_modal .menu_modal_cv > div:last-child a {
	color: #F08D18;
	text-decoration: none;
	width: 100%;
	text-align: center;
}


.menu_modal .menu_modal_cv > div:first-child img {
	width: 160px;
    position: absolute;
    bottom: -10px;
    max-width: 300%;
}

.menu_modal .menu_modal_cv > div:last-child img {
	width: 41px;
	margin-right: -4px;
}

.menu_modal .menu_modal_cv > div:last-child  > div:first-child {
	font-size: 14px;
	text-align: center;
}

.menu_modal .menu_modal_cv > div:last-child  > div:last-child {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

@media (max-width: 1000px) {
	.bg_blue {
		padding: 40px 0 10px 0;
	}
	.mv_badges_wrapper {
		border: none;
		background-color: transparent;
		flex-direction: column;
		position: relative;
		top: -18px;
	}
	.mv_badges {
		display: flex;
		width: 94%;
		margin: 3px auto;
		background-color: white;
		border: none;
		border-radius: 10px;
		padding: 0;
		justify-content: end;
	}
	.mv_badges:last-child {
	}
	.mv_badges > dl dd {
		font-size: 12px;
	}

	.voices ul li > div:first-child img {
		width: 124px;
	}
}


@media screen and (max-width: 640px) {
	.menu_modal .menu_modal_cv > div:first-child {
		width: 20%;
	}
	.menu_modal .menu_modal_cv > div:last-child {
		font-size: 24px;
		width: 80%;
	}
	.menu_modal .menu_modal_cv > div:last-child a {
		color: #F08D18;
		text-decoration: none;;
	}
	.menu_modal .menu_modal_cv > div:last-child img {
		width: 22px;
	}
	.menu_modal .menu_modal_cv > div:first-child img {
		width: 120px;
	}
	.menu_modal .menu_modal_cv > div:last-child > div:first-child {
		font-size: 10px;
	}
	.menu_example ul li {
		width: 100%;
		padding: 10px;
	}
	.menu_example ul li > div:last-child {
		font-size: 14px;
	}
}

section.price {
	margin-top: 120px;
	margin-bottom: 120px;
	}
	section.price table {
	width: 100%;
	border-collapse: collapse;
	}
	section.price table tr {
	border-bottom: solid 2px white;
	}
	section.price table tr:last-child {
	border-bottom: none;
	}
	section.price table th {
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #52c2d0;
	color: white;
	text-align: center;
	padding: 10px 0;
	}
	section.price table th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #52c2d0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	}
	section.price table td {
	text-align: left;
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 10px 0;
	}
 
.kv {
	margin-top: 0;
}

.section-form h2:before {
	content: none;
}

.section-form h2 {
	text-align: center;
	margin: auto;
}

.section-form .h2_notice {
	text-align: center;
	margin: auto;
}