@charset "utf-8";
/* http://jigsaw.w3.org/css-validator/ */
/* color scheme */
/* 本文	#000
 * アクセントカラー	#DA563A
 * アクセントカラー2(線)	#FFAB00
 * 強調、下向き大三角	#D83F0F
 * アクセント（半透明）	rgba( 218, 86, 58, .15 ) * #DA563A26
 * メインビジュアル・プレイスホルダ背景	#EBEDE7
 * ページヘッダ、 表(ヘッダ見出し)、カード	#FFF3E0
 * カード枠線	#FFE6B4
 * 茶色(明)	#605653
 * 茶色(暗)	#4B423F
 * リンク	#0033BF
 * 表(見出し)、枠囲み、h4横線	#F2F4F4
 * 線	#CCCCCC
 * ボタン(背景)	linear-gradient(#e25c40 0%, #b14400 100%)
 * ボタン(線)	1px solid #a23e00;
 */
/* html */
html {
	font-size: 62.5%;
}

/* body */
body {
	font-size: 1.6em;
	font-family: sans-serif;
	line-height: 1.75;
	color: #000;
	background-color: #fff;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	min-height: calc( 100vh + 1px );
}
body * {
    box-sizing: border-box;
}
/* フォント設定 */
/* 丸ゴ(標準) ※ロゴ画像内の商標登録番号以外に使用なし */
/*.marugo { font-family: "秀英丸ゴシック L"; } */

/* 丸ゴ(太) */
.marugo,
.bttn,
.contact,
.heading_em,
.balloon,
#mainmenu,
#page_header,
#heroimage,
.page_index main h1, .page_index main h2, .page_index main h3 {
	font-family: "DNPShueiMGoStd-B", "Trebuchet MS", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
}
@media screen and ( max-width: 629px ) {
	#mainmenu {
		font-family: sans-serif;
		font-weight: normal;
	}
}

ul,
ol {
	line-height: 1.5;
}
a:link {
	color: #0033BF;
}
a:hover {
	text-decoration: none;
}
#site_header a,
#site_footer a
{
	color: inherit;
}
strong,
em {
	color: #D83F0F;
	font-style: normal;
}
strong,
b {
	font-weight: 600;
}
u {
	text-decoration: none;
	background: linear-gradient(transparent 70%, #FFAB0080 0);
	border-bottom: 1px solid #FFAB0080;
}
img,
iframe,
figure
{
	max-width: 100%;
}
img
{
	height: auto;
	border: none;
	vertical-align: bottom;
}
*[tabindex="-1"]:focus {
	outline: none;
}

/* container */
#container {}

/* header */
#site_header {
	position: relative;
	background-color: #fff;
	z-index: 1;
}
#site_header > .wrapper {
	display: flex;
	justify-content: space-between;
}
#logo {
	margin: 20px 0;
	margin-right: 5px;
	line-height: 1.2;
	flex: 1;
}
#site_header .content {
	margin: 35px 0;
}
#site_header .content + .content {
	margin-left: 18px;
}
#site_header .content  > * {
	margin: 0;
}
/* mainmenu */
#mainmenu .wrapper {
	padding: 0;
}
#mainmenu ul.menu a {
	text-decoration: none;
}
.bttn.menu_bttn {
	display: block;
	min-width: auto;
	width: 60px;
	height: 60px;
	font-size: 9px;
	padding: 0 !important;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 10;
}
.menu_bttn[aria-expanded=false] .txt > :last-child,
.menu_bttn[aria-expanded=true] .txt > :first-child,
.menu_bttn[aria-expanded=false] + #wrapper_mainmenu {
	display: none;
}
/* breadcrumbs */
#breadcrumbs > * {
	margin: 9px 0 1rem;
	color: #606060;
	font-size: 1.4rem;
	line-height: 1.4;
}
#page_header + * {
	margin-top: 50px;
}
#page_header + * > h2:first-child {
	margin-top: 0;
}
/* main_column */
#site-contents {}

body:not(.page_index) #page_header {
	background-color: #FFF3E0;
	padding: 40px 0;
	-webkit-font-smoothing: antialiased;
}

/* footer */
#site_footer {
	padding: 0 0 1px;
	background-color: #605653;
	color: #fff;
}
.wrapper_foot_content {
	background-color: #4B423F;
}
.wrapper_foot_content .wrapper {
	display: flex;
}
.wrapper_foot_content .wrapper > * {
	padding-top: 40px;
}
.wrapper_foot_content .content {
	position: relative;
}
.wrapper_foot_content .content::before {
	content: '';
	position: absolute;
	margin: auto;
	display: block;
	background-image: url(../images/footer_jpn.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.wrapper_foot_content .heading {
	margin: 0 0 18px;
}
.wrapper_foot_content p {
	margin: 1.1rem 0;
}
.wrapper_foot_content .tagline {
	font-size: 1.8rem;
	line-height: 1.555;
	margin: 1.1rem 0;
}
.wrapper_foot_content .bttn {
	margin: 1.1rem auto 34px;
}
#foot_main_menu .menu,
#foot_main_menu .menu_item {
	display: block;
}
#foot_main_menu .menu {
	border-top: 1px solid rgba( 255, 255, 255, .3 );
}
#foot_main_menu .menu_item {
	border-bottom: 1px solid rgba( 255, 255, 255, .3 );
}
#foot_main_menu .menu a {
	padding: 12px 26px 15px 34px ;
	background-image: url(../images/icon_arrow_w.svg );
	background-repeat: no-repeat;
	background-position: 0 center;
	text-decoration: none;
}
#foot_main_menu .menu a:hover {
	text-decoration: underline;
}

/* wrapper */
.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}


/* content */
main {
	min-height: 400px;
	margin-bottom: 70px;
}


/* clearfix */
#mainmenu::after,
#site-header::after,
#site-content::after,
#site-footer::after,
#content::after {
    clear: both;
    content: '';
    display: block;
}

/* form */
[type="text"],
[type="password"],
[type="number"],
[type="tel"],
[type="email"],
[type="url"],
[type="date"],
[type="time"],
[type="week"],
[type="month"],
[type="datetime-local"],
[type="search"],
textarea {
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 10px 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 1.6rem;
	border-radius: 0;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 47px 10px 12px !important;
	line-height: 1.3;
	background-color: #fff;
	background-image: url(../images/form_select_arrow.svg), linear-gradient(to right, #ccc, #ccc 1px, transparent 1px);
	background-position: calc(100% - 12px) center, right 0;
	background-size: auto, 35px 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ccc;
	font-size: 1.6rem;
}
select:hover {
	background-image: url(../images/form_select_arrow.svg), linear-gradient(to right, #ccc, #ccc 1px, #F2F4F4 1px);
}
form .description {
	display: block;
	margin-bottom: 2px;
}
button:not([type=button]) {
	margin: auto;
	display: block;
}

/* parts */
/* bg */
.bg_neutral,
.bg_warm,
.bg_highlight {
	margin: 25px auto;
	padding: 15px 0;
}
.bg_neutral {
	background-color: #F2F4F4;
	margin: 50px auto;
}
.bg_warm {
	background-color: rgba( 218, 86, 58, .15 );
}
.bg_highlight {
	color: #fff;
	background-color: #DA563A;
}
.bg_neutral .cmt,
.bg_warm .cmt,
.bg_highlight .cmt {
	background-color: #fff;
	border-color: #fff;
}
.bg_has_arrow_top,
.bg_has_arrow_bottom {
	position: relative;
	z-index: 0;
}
.bg_has_arrow_top {
	margin-top: calc( 1rem + 40px ) ;
}
.bg_has_arrow_bottom {
	margin-bottom: calc( 1rem + 40px ) ;
}
.bg_has_arrow_top::before,
.bg_has_arrow_bottom::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: calc( 1rem + 15px ) calc( 1.6rem + 23px ) ;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.bg_has_arrow_top::before {
	border-top-width: 0;
	top: calc( 1rem + 15px );
}
.bg_has_arrow_bottom::after {
	border-bottom-width: 0;
	bottom: calc( -1rem - 15px );
}
.bg_neutral.bg_has_arrow_top::before,
.bg_neutral.bg_has_arrow_bottom::after {
	border-top-color: #F2F4F4;
	border-bottom-color: #F2F4F4;
}
.bg_warm.bg_has_arrow_top::before,
.bg_warm.bg_has_arrow_bottom::after {
	border-top-color: rgba( 218, 86, 58, .15 );
	border-bottom-color: rgba( 218, 86, 58, .15 );
}
.bg_highlight.bg_has_arrow_top::before,
.bg_highlight.bg_has_arrow_bottom::after {
	border-top-color: #DA563A;
	border-bottom-color: #DA563A;
}

/* 下向き三角  */
.has_arrow_before,
.has_arrow_after {
	position: relative;
}
.has_arrow_before {
	padding-top: 44px;
}
.has_arrow_after {
	padding-bottom: 44px;
}
.has_arrow_before::before,
.has_arrow_after::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: calc(1rem + 10px);
	border-bottom-width: 0;
	border-top-color: #D83F0F;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.has_arrow_before::before {
	top: 0;
}
.has_arrow_after::after {
	bottom: 0;
}

/* -- .col */
.col,
.col2,
.col3,
.col4,
.col_full {
	display: flex;
	justify-content: space-between;
}
.col2,
.col3,
.col4,
.col_full {
	margin-top: 20px;
}
.col2,
.col3,
.col4 {
	flex-wrap: wrap;
}
.col3:before,
.col4:before {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.col3:after,
.col3:before,
.col4:before,
.col4:after {
	content: '';
	display: block;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
main .col2 > * {
	width: calc( 50% - 10px );
	margin: 0 0 20px;
}
main .col3 > *,
.col3:after,
.col3:before {
	width: calc( (100% - 60px)/3 );
	margin: 10px 0;
}
main .col4 > *,
main .col4:before,
main .col4:after {
	width: calc( ( 100% - 60px )/4 );
	margin: 10px 0;
}
main .col_full > * {
	margin: 0 10px 20px;
	width: 100%;
}
.col > *:first-child,
.col > .content > *:first-child {
	margin-top: 0;
}
.col > *:last-child,
.col > .content > *:last-child {
	margin-bottom: 0;
}


/* heading */
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height: 1.5;
}
main h1 {
	font-size: 3.5rem;
}
#page_header .heading {
	margin: 0 auto;
}
main h2 {
	margin: 50px 0 25px;
	padding: 6px 16px 5px;
	color: #fff;
	background: #DA563A;
	border: 4px solid #DA563A;
	border-radius: 8px;
	font-size: 2.1rem;
}
main h3 {
	margin: 20px 0 22px;
	padding-bottom: 15px	;
	font-size: 2rem;
	border-bottom: 1px solid #DEDEDE;
}
main h2 + h3 {
	margin-top: 25px;
}
main h4 {
	font-size: 1.8rem;
	padding-left: 15px;
	border-left: 5px solid #F2F4F4;
}
main h5 {
	font-size: 1em;
}
.heading_em {
	position: relative;
	padding: 0 2em !important;
	border: 0 !important;
	background: none;
	font-weight: 600;
	color: #DA563A !important;
	text-align: center  !important;
	line-height: 1.67 !important;
	display: table !important;
	margin: 35px auto 50px !important;
}
.heading_em::before,
.heading_em::after {
	content: '';
	width: 0;
	border-left: 3px solid #DA563A;
	position: absolute;
}
.heading_em::before {
	transform: rotate( -26.566deg );
}
.heading_em::after {
	transform: rotate( 26.566deg );
}
.heading_feature {
	display: table;
	margin: 43px auto 14px;
	color: #DA563A !important;
	font-size: 3rem !important;
	text-align: center !important;
	border-radius: 0 !important;
	border-bottom: 3px solid #FFAB00 !important;
}
.heading_simple {
	color: inherit !important;
	font-size: 3rem !important;
}

/* -- ul */
ul {
	padding-left: 0;
	list-style: none;
}
ol {
	padding-left: 2em;
}
li {
	margin-bottom: .7rem;
}
ul > li {
	position: relative;
	padding-left: 16px;
}
ul > ::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #DA563A;
	position: absolute;
	left: 0;
	top: .6em;
}
ul.menu,
.card_list,
.box_list,
.check_list {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.menu > ::before,
.card_list > ::before,
.box_list > ::before,
.check_list > ::before,
#wrapper_mainmenu ul > ::before {
	content: none;
}
ul.menu > li {
	padding-left: 0;
	margin-bottom: 0;
}
ul.menu a {
	display: block;
}
.card_list > li,
.check_list > li {
	background-color: #FFF3E0;
	border: 2px solid #FFE6B4;
}
.card_list {
	margin: 0 10px;
}
.card_list > li {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 32px 10px 27px;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
}
.card_list img {
	display: block;
	margin: 0 auto 27px;
}
.check_list {
	margin: 25px auto 40px;
}
.check_list > li {
	display: flex;
	align-items: center;
	margin: 10px 0;
	padding: 17px 25px 17px 70px;
	border-radius: 30px;
	font-weight: 600;
	position: relative;
}
.check_list > *::after {
	content: url(../images/icon_check.svg);
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY( -50% );
	margin-top: 3px;
}
.box_list > li {
	margin: 17px 0;
	padding: 18px 35px;
	font-size: 2rem;
	font-weight: 600;
}
main .has_pointimage {
	position: relative;
	min-height: 110px;
	padding-left: 145px;
}
.has_pointimage img {
	position: absolute;
	left: 25px;
	bottom: -5px;
	width: 100px;
}

/* --.bttn */
.bttn {
	position: relative;
	padding: 15px;
	min-width: 180px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	color: #fff !important;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
	background: linear-gradient(#e25c40 0%, #b14400 100%);
	border: 1px solid #a23e00 !important;
	border-radius: 5px;
}
.bttn:hover,
.bttn:active {
	background: #b14400;
	padding: 15px;
}
a.bttn {
	padding-right: 21px !important;
	padding-left: 49px !important;
	text-align: left;
	min-width: auto;
}
a.bttn::before {
	content: url(../images/icon_bttn_tr.svg);
	position: absolute;
	left: 20px;
	top: calc( 50% - 12px ) ;
}
.cmt {
	margin: 50px 0;
	padding: 10px 25px;
	border-radius: 8px;
/*	font-weight: 600; */
	background-color: #F2F4F4;
	border: 5px solid #F2F4F4;
	color: #000;
}
h2 + .cmt,
h3 + .cmt,
h4 + .cmt {
	margin-top: 0;
}
section >.cmt + .cmt,
.wrapper > .cmt + .cmt {
	margin-top: -20px;
}
.cmt > h3:first-child {
	margin-top: 10px;
}
p.link a,
a.link {
	display: inline-block;
	position: relative;
	margin-right: .25em;
}
p.link a::before,
a.link::before {
	content: url(../images/icon_arrow.svg);
	vertical-align: middle;
	position: relative;
	bottom: -2px;
}
hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 25px auto;
}

/* --dl */
dt {
	font-weight: 600;
}
dd {
	margin-left: 0;
}
dl.contact dt {
	font-size: 1.4rem;
	color: #D83F0F;
}
dl.contact dd {
	margin-top: 4px;
}
dl.contact dd.tel::before {
	content: url(../images/icon_tel.svg);
	vertical-align: middle;
	margin-right: 6px;
}
.tel {
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}
.tel * {
	vertical-align: middle;
}
.tel img {
	transform: translateY( -5% );
	margin-right: 6px;
	width: 40px;
	height: 40px;
}
.tel a {
	color: inherit !important;
}
header .tel {
	font-size: 3rem;
}

/* -- table */
table caption {
	text-align: left;
	font-weight: 600;
	margin-bottom: .2em;
}
th {
	font-weight: 600;
}
.tbl {
	margin: 30px auto;
	color: #000;
}
.tbl,
.tbl th,
.tbl td {
	border-color: #ccc;
}
.tbl th,
.tbl td {
	padding: 10px 25px;
}
.tbl thead th {
	background-color: #FFF3E0;
}
.tbl th {
	background-color: #F2F4F4;
}
/* -- .tbl.cost */
.tbl.cost tbody th {
	background-color: transparent;
}
.tbl.cost td:last-child {
	text-align: right;
}
/* -- form .tbl */
form .tbl tbody th {
	border-right-width: 0;
	background-color: #fff;
}
form .tbl th,
form .tbl td {
	padding: 20px 40px;
}
form .tbl td {
	background-color: #F2F4F4;
	font-size: 1.4rem;
}
form .tbl .description {
	margin-top: -13px ;
}

/* -- .balloon */
.balloon {
	position: relative;
	display: table;
	padding: 5px 20px;
	color: #fff;
	background-color: #D83F0F;
	border-radius: 30px;
	font-size: 1.6rem;
	margin-bottom: 1.25em;
	z-index: 0;
	max-width: 65vw;
}
.balloon::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 1.2em 1em 0 1em;
	border-top-color: #D83F0F;
	position: absolute;
	bottom: -.5em;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.strong {
	font-size: 1.5em;
	text-align: center;
}
/* --.contact */
#section_contact .txt {
	margin-right: 5px;
	min-width: 33.33%;
}
#section_contact .cmt.col {
	margin: 0;
	flex-wrap: wrap;
	align-items: center;
}
#section_contact .contact .cmt > * {
    display: inline-block;
    vertical-align: middle;
}
#section_contact .contact .cmt .tel {
	margin: .8rem 0;
}
body:not(.page_index) #section_contact {
	margin-top: 30px;
	margin-bottom: -52px;
}

/* 各ページ */
/* home */
#heroimage {
	background-color: #EBEDE7;
	position: relative;
	z-index: 0;
}
#heroimage .heading {
	color: #D83F0F;
	font-size: 5.5rem;
	line-height: 1.454;
	margin: 0;
}
#heroimage .balloon_img {
	display: block;
	margin-bottom: 15px;
}
#heroimage .heading + * {
	margin-top: 15px;
}
@media all and ( min-width: 630px ) {
	#heroimage {
		margin-bottom: 43px;
	}
	.wrapper_heroimage {
		margin: 0 auto;
		max-width: 1500px;
		height: 560px;
		display: flex;
	}
	#heroimage .txt
	{
		font-size: 2rem;
		line-height: 2;
		display: flex;
		align-items: center;
		padding-left: 7.3333%;
		background: linear-gradient(to right, rgba(235, 237, 231, .8) 0%, rgba(235, 237, 231, 0) 100%);
		text-shadow: 0px 0px 15px #fff;
	}
	#heroimage .img img {
		position: absolute;
		z-index: -1;
		width: auto;
		height: 100%;
		left: 0;
		right: 0;
		object-fit: cover;
		margin: 0 auto;
	}
}
@media all and (max-width: 1280px ) {
	.wrapper_heroimage {
		height: 40vw;
		min-height: 40rem;
	}
	#heroimage .txt {
		padding-left: 5%;
	}
	#heroimage .heading {
    font-size: calc( 1.5em + 1.5vw );
	}
}
@media all and ( max-width: 629px ) {
	#heroimage {
		margin-bottom: 35px;
	}
	.wrapper_heroimage {
		height: auto;
		min-height: auto;
	}
	#heroimage .txt
	{
		position: absolute;
		width: 100%;
		padding: 7.333% 20px 0;
		background: linear-gradient(rgba(235, 237, 231, 1) 0%, rgba(235, 237, 231, 0) 100%);
		text-shadow: 0px 0px 15px #fff;
		font-size: calc( .4rem + 2.667vw );
		line-height: 1.857;
	}
	#heroimage .heading {
		font-size: 8.8vw;
	}
	#heroimage .balloon_img {
		max-width: 54.6268%
	}
	#heroimage .img img {
		margin-top: 5.3rem;
	}
}
.page_index h2,
.page_index h3 {
	background-color: transparent;
	border: none;
	color: inherit;
	padding: 0;
	text-align: center;
}
.page_index .content h2,
.page_index .content h3 {
	text-align: left;
}
.page_index .bg_neutral .heading_simple {
	margin-top: 27px;
}
.page_index #section_pickup {
	position: relative;
	align-items: center;
}
.page_index #section_pickup .heading {
	margin-top: calc( 1rem + 13px );
	margin-bottom: 15px;
	color: #D83F0F;
	font-size: 3rem;
}
.page_index #section_pickup .heading strong {
	font-size: 2em;
	-webkit-font-smoothing: antialiased;
}
.page_index #section_pickup .balloon {
	position: absolute;
	top: -5px;
	transform: translateY( -50% );
}
.page_index #section_pickup .img {
	width: 200px;
	text-align: center;
}
#section_online {
	margin-bottom: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
#section_online .heading {
	color: #DA563A;
	font-size: 3rem;
	margin-top: 0;
	margin-bottom: 17px;
}
#section_online .content p {
	line-height: 2.1875;
}
.heading .small {
	color: #000;
	display: block;
	margin-bottom: 8px;
	font-size: .5333334em;
}

/* about-us */
.page_about-us h3 {
	margin-top: 30px;
}
.page_about-us .img_01 {
	margin-left: 5%;
}
.page_about-us .img_02 {
	margin-left: 2.1875%;
	padding-top: 9px;
}
.page_about-us main p {
	line-height: 2.1875;
	margin-bottom: 1.25em;
}
.page_about-us .flow_img img {
	display: block;
	margin: 45px auto;
}

/* flow */
.cmt.flowbox {
    position: relative;
    background: #FAE6E1;
    padding: 25px 14.5px;
    border: none;
    display: flex;
    justify-content: center;
}

.flowitems {
    position: relative;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    margin: 23px 11.5px 0;
    vertical-align: top;
    padding: 17px;
}

.flowitems h3 {
    color: #DA563A;
    display: block;
    margin: 0 auto;
		padding-bottom: 9px;
    border: none;
    text-align: center;
    min-height: calc(3.3em + 82px);
}

.flowitems h3>* {
    display: inline-block;
		line-height: 1.65;
}

.flowitems h3 span {
    height: 63px;
    display: flex;
		align-items: center;
    margin: 27px auto 10px;
}

.flowitems img {
    display: block;
    margin: auto;
		width: auto;
		max-height: 100%
}

.flowitems::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    right: -15px;
    bottom: 0;
    height: 100%;
    background: right center no-repeat url(../images/flowright.svg);
}

.flowitems:last-of-type::after {
    background: none;
}

.flowitems::before {
    content: '1';
    left: 50%;
		transform: translateX(-50%);
    top: -1em;
    position: absolute;
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 2rem;
    line-height: 1em;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #fff;
    background-color: #DA563A;
		-webkit-font-smoothing: antialiased;
}

.flowitems:nth-of-type(2)::before {
    content: '2';
}

.flowitems:nth-of-type(3)::before {
    content: '3';
}

.flowitems:nth-of-type(4)::before {
    content: '4';
}

.flowitems p {
    padding: 0 3px;
		margin: .8em auto .3em;
}

.flowitems .free {
    background: #FFE6B4;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 11px;
		font-weight: 600;
		line-height: 1.57;
		padding-top: 1px;
    margin: 0;
}

.flowitems h3 + p:not(.free)::before {
		content: '';
		display: block;
		margin: 0 2px 1.4em;
    border-bottom: 1px solid #ccc;
}

.flowcolumn {
    margin-bottom: 30px;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
}

.flowcolumn .cmt {
    position: relative;
    padding-left: 66px;
		display: flex;
		align-items: center;
}

.flowcolumn .cmt::before {
    content: url(../images/icon_check.svg);
    position: absolute;
    left: 26px;
		top: 50%;
		margin-top: -10px;
    width: 24px;
}

/* trouble */
.troublemenu {
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FFF3E0;
	border-color: #FFF3E0;
}
.troublemenu ol {
    list-style: none;
    margin: 0;
    padding: 0;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
		line-height: 1.75;
}

.troublemenu li {
    border-bottom: 1px solid #ddd;
		margin-bottom: 0;
    padding: 19px 0 17px calc( 2.8rem + 17px );
    position: relative;
}

.troublemenu li:last-child {
    border: none;
}

.troublemenu li::before {
    content: '1';
    position: absolute;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    font-size: 2rem;
    line-height: 1.5em;
    padding: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #fff;
    background-color: #DA563A;
    left: 0;
    top: 22px;
		margin-top: -.2em;
}

.troublemenu li:nth-of-type(2)::before {
    content: '2';
}

.troublemenu li:nth-of-type(3)::before {
    content: '3';
}

.troublemenu li:nth-of-type(4)::before {
    content: '4';
}

.trouble_example h3 {
    border: none;
    margin-top: 0;
}
.trouble_example h2 + * {
	margin-top: 30px;
}
.trouble_example h3 {
	float: left;
	padding-bottom: 0;
	margin-bottom: 13px;
}
.trouble_example h3 span {
		display: inline-block;
    font-size: 1.4rem;
    background: #707070;
    border-radius: 2rem;
    padding: .3em .75em .2em;
		line-height: 1.25;
		min-width: 65px;
		text-align: center;
    color: #fff;
}

.trouble_example .photo {
    float: right;
    padding-bottom: 2rem;
}
.trouble_example .example {
	clear: left;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}
.trouble_example .example,
.trouble_example hr,
.trouble_example .comment {
		margin: 0;
    max-width: calc(100% - 350px);
}
.trouble_example .example,
.trouble_example .comment {
    margin: 25px 0;
}

.trouble_example .impression {
    background: #fff;
    padding: 20px;
		padding-right: 5.5%;
		padding-left: 150px;
    margin: 15px auto;
    position: relative;
    min-height: calc(110px);
}

.trouble_example .impression img {
    position: absolute;
    left: 3rem;
    top: calc((100% - 110px) / 2);
}

.trouble_anxiety .col2 {
	margin-bottom: 30px;
}
main .trouble_anxiety .col2>* {
    width: calc(50% - 35px);
    position: relative;
}

main .trouble_anxiety .col2>*::before {
    position: absolute;
}

.trouble_anxiety .col2 .cmt:nth-child(2n+1) {
    margin-left: 25px;
}

.trouble_anxiety .col2 .cmt:nth-child(2n) {
    margin-right: 25px;
    transform: translateY(25px);
}


.trouble_anxiety .col2 .cmt:nth-child(2n+1)::before {
    content: url(../images/tri-left.svg);
    left: -25px;
}

.trouble_anxiety .col2 .cmt:nth-child(2n)::before {
    content: url(../images/tri-right.svg);
    right: -25px;
}
.hr_images {
	display: block;
	width: 100%;
	text-align: center;
	margin: 35px 0;
	letter-spacing: -.4em;
}
.trouble_anxiety .hr_images > * {
	letter-spacing: 0;
	max-width: 22.5%;
	margin: 0 1.25%;
	display: inline-block;
}
/* voice */
main .voice .cmt {
	margin-bottom: 30px;
	padding-bottom: 20px;
}

/* メディアクエリ */
@media all and ( min-width: 720px ) {
	main {
		margin-bottom: 80px;
	}
	#heroimage .txt {
		white-space: nowrap;
	}
	#foot_menu .menu {
		margin: 9px 0;
	}
	.wrapper_foot_content .content {
		margin-right: 9.896%;
		padding-left: 24.478%;
		flex: 1;
	}
	.wrapper_foot_content .content::before {
		content: '';
		position: absolute;
		top: 55px;
		left: 0;
		display: block;
		height: 100%;
		width: 19vw;
		max-width: 200px;
		background-image: url(../images/footer_jpn.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}


@media all and ( min-width: 630px ) {
	.sp {
			display: none !important;
	}
	.page_index main {
		margin-bottom: 60px;
	}
	ul.menu {
		display: flex;
		justify-content: center;
	}
	#mainmenu {
		border: solid #ccc;
		border-width: 1px 0;
	}
	#wrapper_mainmenu {
		display: block !important;
	}
	#mainmenu ul.menu > li {
		position: relative;
	}
	#mainmenu ul.menu > li::before,
	#mainmenu ul.menu > li:last-child::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 0;
		height: 100%;
		border-left: 1px solid #ccc;
		background-color: transparent;
		z-index: 1;
	}
	#mainmenu ul.menu > li::before {
		left: 0;
	}
	#mainmenu ul.menu > li:last-child::after {
		right: 0;
	}
	#mainmenu ul.menu > li.menu_home {
		flex-basis: 109px;
		flex-shrink: 0;
	}
	#mainmenu ul.menu > li.menu_price,
	#mainmenu ul.menu > li.menu_voice {
		flex-basis: 140px;
	}
	#mainmenu ul.menu a {
		padding: 15px 30px;
		text-align: center;
		font-weight: 600;
	}
	#mainmenu ul.menu a::after {
		content: '';
		width: 0;
		height: 0;
		border-bottom: 5px solid #FFAB00;
		opacity: 0;
		position: absolute;
		bottom: -5px;
		width: 100%;
		left: 0;
		z-index: -1;
		transition: .1s;
	}
	#mainmenu ul.menu a:hover::after,
	#mainmenu ul.menu a[aria-current=page]::after {
		bottom: 0;
		opacity: 1;
	}

	#foot_menu .menu_item {
		margin: .5em 20px;
	}
	/* col */
	.col > .auto,
	.col2 > .auto {
		flex: 1;
	}
	.col > *:not(.auto),
	.col2 .img,
	{
		width: auto;
	}
	.col.reverse {
		flex-direction: row-reverse;
	}
	.trouble_anxiety .col2 + * {
		margin-top: 50px;
	}

	/* heading */
	.heading_em {
		max-width: 90%;
		font-size: 3rem !important;
	}
	.heading_em::before,
	.heading_em::after {
		height: calc( 100% - .35em );
		bottom: .2em;
	}
	.heading_em::before {
		left: .7em;
	}
	.heading_em::after {
		right: .7em;
	}

	/* .tbl */
	form .tbl th {
		white-space: nowrap;
	}

	/* .contact */
	#section_contact .clearfix > * {
		float: left;
	}
	#section_contact .clearfix > *:first-child {
	}
	#section_contact .contact .cmt > *:first-child {
		margin-right: 25px;
	}
	/* home */
	.page_index #section_pickup .content {
		margin-right: 2.3%;
		margin-bottom: 28px;
	}
	.page_index #section_pickup .img {
    margin: auto 2.556%;
	}
	#section_online .img {
		position: relative;
		margin-bottom: 0;
		width: calc( 60px + 25% );
	}
	#section_online .img img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		object-fit: cover;
		object-position: 70% 50%;
	}
	#section_online .content {
		margin: 35px 4.167% 16px 5.1%;
	}
}
@media screen and ( max-width: 720px ) {
	#mainmenu ul.menu a {
		padding: 19px 5px;
	}
	.wrapper_foot_content .wrapper {
		display: block;
		padding: 0;
	}
	.wrapper_foot_content .content {
		padding: 40px 20px 207px;
	}
	.wrapper_foot_content .content::before {
		left: 0;
		right: 0;
		bottom: 0;
		width: 180px;
		height: 207px;
	}
	.wrapper_foot_content .bttn {
		display: table;
		margin: 20px auto;
	}
	#foot_main_menu .menu a {
		padding-left: 53px;
		background-position: 20px center;
	}
	#foot_menu .wrapper {
		padding: 20px;
	}


}
@media screen and ( max-width: 640px ) {
/* 画面幅判定、もうちょっと考える */
	main .col3 > *,
	main .col3::before,
	main .col3::after,
	main .col4 > *,
	main .col4::before,
	main .col4::after {
		width: calc( 50% - 10px );
	}
}

@media screen and ( max-width: 629px ) {
	.pc {
			display: none !important;
	}
	body.menu_open {
		overflow-y: hidden;
	}
	/* font-size */
	main h1 {
	font-size: 3rem;
	}
	main h2 {
		font-size: 2.1rem;
	}
	.strong {
		font-size: 2.4rem;
	}
	.heading_em,
	.heading_feature,
	.heading_simple {
		font-size: 2.5rem !important;
	}
	.box_list > li {
		font-size: 1.8rem;
	}
	#section_contact .tel {
		font-size: calc( .5rem + 8vw );
	}
	/* header */
	#logo {
		margin: 12px 0;
	}
	#logo img {
		height: 66px;
		width: auto;
		max-width: initial;
	}
	ul.menu,
	ul.menu > li {
		display: block;
	}

	/* #mainmenu */
	#wrapper_mainmenu {
		flex-direction: column;
		width: 33rem;
		max-width: 88vw;
		height: 100vh;
    position: fixed;
/*		position: absolute;*/
		top: 0;
		right: 0;
		background: #fff;
		z-index: 2;
	}
	.menu_bttn[aria-expanded=true] {
		position: fixed;
	}
	.menu_bttn[aria-expanded=true] + #wrapper_mainmenu {
		display: flex !important;
	}
	#wrapper_mainmenu > * {
    width: 33rem;
    max-width: 88vw;
	}
	#mainmenu .heading {
		margin: 0 auto;
		padding: 18px 20px;
		font-size: 1.8rem;
		line-height: 1.5555;
		color: #D83F0F;
		background: #F2F4F4;
		text-align: left;
	}
	#mainmenu .inner_mainmenu {
		background: #fff;
		overflow: auto;
	}
	#bg_mainmenu {
		transition: .25s;
	}
	.menu_open #bg_mainmenu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		background: rgba(0, 0, 0, .5);
		width: 100%;
		height: 100vh;
	}
	#mainmenu ul.menu.main {
		border-top: 1px solid #CCCCCC;
	}
	#mainmenu ul.menu.main a {
			position: relative;
			padding: 11px 15px 15px 52px ;
			border-bottom: 1px solid #CCCCCC;
	}
	#mainmenu ul.menu.main a::before {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border: 2px solid #D83F0F;
		border-width: 2px 2px 0 0;
		transform: rotate( 45deg ) translateY( -100% );
		position: absolute;
		left: 21px;
		top: 50%;
	}
	#mainmenu ul.menu.main a[aria-current=page] {
		background-color: #FFF3E0;
	}
/*	#mainmenu ul.menu a[aria-current=page]::before {
		border-color: #FFAB00;
	} */
	#mainmenu ul:not(.menu) > li {
		padding-left: 20px;
	}
	#mainmenu ul:not(.menu) a {
		color: #2F1DFF;
	}
	#mainmenu ul .bttn {
		margin: 12px 0;
	}
	/* -- menu_bttn */
	.menu_bttn .icon {
		position: relative;
		width: 26px;
		height: 20px;
		margin: 6px auto;
    display: block;
	}
	.menu_bttn .icon span,
	.menu_bttn .icon::before,
	.menu_bttn .icon::after {
			position: absolute;
			content: '';
			display: block;
			width: 27px;
			transition: 0.3s;
			border-top: 3px solid #fff;
			margin: auto;
	}
	.menu_bttn .icon::before {
		top: 2px;
	}
	.menu_bttn .icon span {
		top: 9px;
	}
	.menu_bttn .icon::after {
		top: 16px;
	}
	.menu_open .menu_bttn .icon span {
			display: none;
	}
	.menu_open .menu_bttn .icon::before {
			transform: rotate(45deg);
			top: 9px;
	}
	.menu_open .menu_bttn .icon::after {
			transform: rotate(-45deg);
			top: 9px;
	}

	#foot_menu .menu_item {
		margin-bottom: 1em;
	}

	/* heading */
	.heading_em {
		padding: 0 .7em !important;
	}
	.heading_em::before,
	.heading_em::after {
		height: 1.5em;
		bottom: 0;
	}
	.heading_em::before {
		left: .4em;
	}
	.heading_em::after {
		right: .4em;
	}

	/* .col */
	.col_full,
	.col {
		flex-wrap: wrap;
	}
	main .col_full > *,
	main .col4 > * {
		margin: 0 0 10px;
		width: calc( 50% - 5px );
	}
	.col > *,
	main .col2 > .auto,
	main .col2 > *,
	main .col3 > * {
		width: 100% !important;
	}
	.col3:after,
	.col3:before,
	.col4:before,
	.col4:after {
			content: none;
	}
	.col2 .img {
		text-align: center;
	}
	.col > * {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.col img {
		display: block;
		margin: 25px auto;
	}

	/* ul */
	.box_list > li {
		margin: 12px 0;
		padding: 19px 14px;
	}
	#main .has_pointimage {
		padding-top: 23px;
		padding-left: 111px;
	}
	.has_pointimage img {
		left: 10px;
		bottom: -5px;
	}

	/* home */
	.page_index .cmt {
		padding: 9px;
	}
	.page_index #section_pickup.cmt {
		padding: 10px 7px 24px 13px;
	}
	.page_index #section_pickup {
		position: relative;
		align-items: center;
	}
	.page_index #section_pickup .balloon {
		left: 35px;
	}
	.page_index #section_pickup .img img {
		margin-bottom: 0;
	}
	.page_index #section_online .img img {
		margin-top: 0;
	}
	#section_online .content {
		padding: 5px 15px 28px;
	}
	#section_online .content p {
		line-height: 1.75;
	}
	/* flow */
	.flowcolumn {
		margin-bottom: 24px;
	}
	/* contact */
	#section_contact .contact {
		text-align: center;
	}
	#section_contact .contact .cmt {
		padding: 0 2px 21px;
		margin-bottom: 34px;
	}
	#section_contact .tel {
		white-space: normal;
		word-break: break-word;
		margin-bottom: 18px;
	}
	#section_contact .tel img {
		display: inline;
		margin-right: 7px;
	}
	/* table */
	form .tbl tr,
	form .tbl th,
	form .tbl td {
		display: block;
	}
	form .tbl tbody th {
		border-right-width: 1px;
		border-bottom-width: 0;
	}
	form .tbl th,
	form .tbl td {
		padding: 20px;
	}
	form .tbl .description {
		margin-top: 0;
	}
}

/* ##########################################
 *  以下、layout2から移動。適宜上と混ぜていく
 * ########################################## */

.center {
    margin: 0 auto;
    text-align: center;
}
.strong + .center {
	margin-top: -15px;
}

@media screen and ( max-width: 800px) {
		.cmt.flowbox {
	    flex-wrap: wrap;
		}
    .flowitems {
        width: calc((100% - 40px) / 2);
        margin: 20px 10px;
    }

    .flowitems:nth-of-type(2)::after {
        height: 30px;
        width: 100%;
        right: auto;
        left: -25px;
        bottom: -38px;
        background: left bottom no-repeat url(../images/flowdeg45.svg);
        background-size: auto 100%;
    }

    .cmt.flowbox> :last-child {
        margin-bottom: 20px;
    }

    .flowitems .nofree {
        margin: -5rem 0 -1rem;
    }

    .trouble_example h3,
    .trouble_example .photo,
    .trouble_example .example,
    .trouble_example .comment,
    .trouble_example hr {
        display: block;
        float: none;
        max-width: 100%;
    }

    .trouble_example .photo img {
        display: block;
        margin: 0 auto;
    }

    .trouble_example .photo {
        padding-bottom: 0;
    }

    .trouble_example .impression {
        margin: 0 auto;
    }

}

@media screen and ( max-width: 640px) {
    .cmt {
        padding: 15px;
    }

    .tbl th,
    .tbl td {
        padding: 10px;
    }

    .trouble_example .impression img {
			left: 0;
			right: 0;
			top: auto;
			bottom: 5px;
			margin: auto;
			height: 110px;
			width: auto;
    }

    .trouble_example .impression {
        padding-left: 20px;
				padding-bottom: 125px;
    }

    .trouble_anxiety .col2 .cmt:nth-child(2n) {
        transform: translateY(0);
    }
}

@media screen and (max-width: 500px) {
		.wrapper.flow_wrapper {
			padding: 0;
		}
		.cmt.flowbox {
			border-radius: 0;
			padding-left: 10px;
			padding-right: 10px;
		}
    .flowitems {
        width: 100%;
    }
	    .flowitems::after,
    .flowitems:nth-of-type(2)::after {
			content: none;
/*
        height: 15px;
        width: 100%;
        left: 0;
        bottom: -15px;
        background: center bottom no-repeat url(../images/flowdeg180.svg);
        background-size: auto 100%;
*/
    }

    .flowitems h3 {
        min-height: auto;
    }
}

@media screen and (max-width: 330px) {
	html {
		font-size: 56%;
	}
	.strong {
		font-size: 2.2rem;
	}
	[type="text"],
	[type="password"],
	[type="number"],
	[type="tel"],
	[type="email"],
	[type="url"],
	[type="date"],
	[type="time"],
	[type="week"],
	[type="month"],
	[type="datetime-local"],
	[type="search"],
	textarea,
	select {
		font-size: 1.8rem;
	}
	main {
		min-height: 100vw;
	}
/*
    .trouble_example .impression {
        padding: 2rem;
    }

    .trouble_example .impression img {
        position: relative;
        top: auto;
        left: auto;
        float: right;
        margin: 0 0 1rem 1rem;
    }
*/
}

@media print {
	html {
		width: 1280px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
	.sp {
		display: none !important;
	}
	#heroimage .txt
	{
		font-size: 2rem;
		line-height: 2;
		display: flex;
		align-items: center;
		padding-left: 7.3333%;
/*		background: linear-gradient(to right, rgba(235, 237, 231, .8) 0%, rgba(235, 237, 231, 0) 100%);*/
		background: none !important;
		text-shadow: 0px 0px 15px #fff;
		margin: 0;
		height: 100%;
	}
	#heroimage .img img {
		margin-top: 0;
	}
}

.tel_condition
{
	display: block;
	font-size: 52%;
	padding: 4px 0;
}
