@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
html {
	visibility: hidden;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
}

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
}
video{
	max-width: 90%;
	height: 400px;
	width: 550px;
	object-fit: cover;
	object-position: center;
}

h1 { } /* Header内で設定 */

h2 { }

h3 { }

h4 { }

a { color: #FF9D00; text-decoration: none;}

a:hover {
	opacity: 0.8;
}

a:hover,
a:active { color: #FF9D00; }

a:visited { }

ul { }

li { }

dl { }

dt { }

dd { }

table { width: 100% }

th,
td { }

th { }

td { }

p,
dd,
td,
th,
li { line-height: 1.6em; }

section {
}

.pc{
	display: block;
}

.sp{
	display: none;
}

a[href^="tel:"] {
	pointer-events: unset !important;
}
.section { padding: 0 0 30px 0; }

.section .section { padding: 0 0 10px; }

.image_l {
	float: left;
	margin: 0 16px 8px 0;
}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
}

#toTop {
	border: none;
	bottom: 10px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	right: 20px;
	text-decoration: none;
	margin: 0;
	z-index: 50;
}

#toTop:hover { opacity: 0.8; }

/* add
------------------------------------------------------------------------*/

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html { background: none; }

body {
	position: relative;
	width: 100%;
	box-sizing: border-box;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#wrapper {
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.content_inner {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
  max-width:1200px;
  text-align: center;
}

/*==========================================================================*/
/*                               Header                                     */
#header.fixed {
	position: fixed;
	top: 130px;
	z-index: 99;
}
#header .header_fixed {
	background: #FFF;
	display: flex;
	flex-direction: row;
  	font-weight: bold;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 130px;
}
#header .header_fixed .header_bx01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	padding: 0 40px 0 60px;
}
#header .header_fixed .header_bx01 a{
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#header .header_fixed .header_bx02{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-basis: 130px;
	background-color: #1BA83C;
}
#header .header_fixed .header_bx02 a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#header .header_fixed .header_bx02 a img{
	margin: 10px 0;
}
#header .header_tel{
	margin-top: 5px;
}
#header .header_tel + p{
	text-align: right;
	color: #000;
	margin-top: 5px;
}
#header .header_tel address{
	font-family: 'Quicksand', sans-serif;
	font-size: 36px;
}
.header_tel{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_tel address{
	padding: 0;
	margin-left: 10px;
	font-size: 36px;
	color: #000;
}

.top #header {
	position: static;
}
.top #header.fixed {
	position: fixed;
}
#header {
	margin: 0 auto;
	width: 100%;
	background: #AA8E6D;
  	position: fixed;
  	top: 130px;
  	z-index: 99;
}

.header_bt {
	width: 80%;
	margin: 0 auto;
}

.gnavi {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.gnavi li {
	width: calc(100% / 4);
	background: url(/images/index/index_line_w.png) right center no-repeat;
	text-align: center;
	height: 70px;
}

.gnavi li a {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5em;
	letter-spacing: 3px;
	font-weight: bold;
}

.gnavi li:first-child a { background: url(/images/index/index_line_w.png) left center no-repeat; }


.gnavi li.no_link a {
	position: relative;
	height: 70px;
	background: #ccc;
	color: #666;
}

.gnavi li.no_link:hover a { opacity: 1; }

.gnavi .gnavi_sns {
	display: flex;
  justify-content: center;
}
.gnavi .gnavi_sns li {
	width: calc(100% / 3);
  background: none;
	padding: 0;
}
.gnavi .gnavi_sns li:last-child {
	margin-right: 0;
}
.gnavi .gnavi_sns li:first-child a {
    background: none;
}

.gnavi .menu__single {
	position: relative;
}
.gnavi .menu__single:hover {
	background: #8E6B42;
}

.gnavi .menu__single .menu__second-level {
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
}

.menu__second-level li {
	width: 100%;
	background: #AA8E6D;
	border-top: 1px solid #fff;
}

.gnavi .menu__single:hover .menu__second-level {
	display: block;
	z-index: 1;
}
.gnavi .menu__single .menu__second-level a {
	padding: 0;
	margin: 0;
}
/*==========================================================================*/
/*                              bredcrumbs                                      */
#breadcrumbs_sp{
	display: none;
}
#breadcrumbs {
    width: 80%;
    margin: 130px auto 0;
}
#breadcrumbs ul li, #breadcrumbs ol li, #breadcrumbs dl dd {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    color: #333;
    line-height: 2;
}
#breadcrumbs ol li > a {
    display: block;
    margin: 0;
    padding: 0 1.5em 0 0;
    color: #725A46;
    background: url(../images/bg_breadcrumbs.png) center right no-repeat;
		font-size: 14px;
}
#breadcrumbs li:last-child a{
    background: none;
    text-decoration: none;
		pointer-events: none;
}

@media screen and (max-width: 750px) {
	#breadcrumbs{
		display: none;
	}
	#breadcrumbs_sp{
		display: block;
	}
	#breadcrumbs_sp {
		width: 100%;
	}
	#breadcrumbs_sp ol{
		padding-left: 5px;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#breadcrumbs_sp ul li, #breadcrumbs_sp ol li, #breadcrumbs_sp dl dd {
		display: inline-block;
		margin: 0 0.5em 0 0;
		padding: 0;
		color: #333;
		line-height: 2;
	}
	#breadcrumbs_sp ol li > a {
		display: block;
		margin: 0;
		padding: 0 1.5em 0 0;
		color: #725A46;
		background: url(../images/bg_breadcrumbs.png) center right no-repeat;
			font-size: 14px;
	}
	#breadcrumbs_sp li:last-child a{
		background: none;
		text-decoration: none;
		pointer-events: none;
	}
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/
.ttl01 {
	font-size: 20px;
  color: #1BA83B;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.ttl01_sub {
	display: block;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 40px;
}

.ttl02 {
	font-size: 30px;
	color: #000;
	background-position: left bottom;
	line-height: 1.7;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}

.ttl_h1 {
	width: 970px;
	margin: 0 auto;
	padding: 20px 15px;
	border-top: solid 2px #14a83b;
	border-bottom: solid 1px #dddcd8;
	background-color: #fafff4;
	line-height: 1.6;
	font-size: 26px;
	font-weight: bold;
	color: #1d5f2e;
}

h4,
.ttl_h404 {
	padding-left: 24px;
	position: relative;
	font-size: 21px;
	font-weight: 600;
	color: #484848;
	margin-bottom: 35px;
	line-height: 1.2;
}

h4:before,
.ttl_h404::before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: #14a83b;
	border-radius: 2px;
	left: 0;
	top: 4px;
}

.btn01 {
	margin-bottom: 0;
	text-align: right;
	display: block;
}

.btn01 > a,
.btn01 > .inner {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	line-height: 1em;
	background: #fff;
	border-radius: 20px;
	text-align: left;
	display: inline-block;
	position: relative;
	padding: 12px 38px 12px 30px;
  font-weight: bold;
}

.btn01 a:after,
.btn01 .inner:after {
	position: absolute;
	content: "";
	background: url(/images/index/index_ic01.png) no-repeat;
	width: 14px;
	height: 14px;
	right: 8px;
	top: calc(50% - 7px);
	background-size: 14px auto;
}

.btn01:hover a,
.btn01:hover .inner { opacity: 0.8; }

.btn03 {
	width: 600px;
	margin: 0 auto 56px auto;
}

.btn03 a {
	border-bottom: 2px solid #10802d;
	box-sizing: border-box;
	border-radius: 4px;
	color: #fff;
	background: #14a83b;
	padding: 20px 50px 20px 5px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 20px;
}

.btn03 a:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	background: url(/images/index/index_ic02.png) no-repeat;
	background-size: 24px auto;
	top: calc(50% - 12px);
	right: 20px;
}

.btn03:hover a { opacity: 0.8; }

table { }

table .w120 { width: 120px; }

table .w200 { width: 200px; }

table th.borderbt { border-bottom: 1px solid #acab9e; }

table th {
	color: #fefefe;
	font-size: 14px;
	padding: 8px 0;
	box-sizing: border-box;
	text-align: center;
	background: #89887c;
	font-weight: normal;
}

table td {
	border: 1px solid #89887c;
	padding: 8px 20px;
	box-sizing: border-box;
	color: #747474;
	text-align: left;
	background: #fff;
}

#cta_01 {
	background: url(/images/index/index_img09.png) no-repeat top center;
	padding: 36px 0 56px 0;
	box-sizing: border-box;
	background-size: cover;
}

#cta_01 .txt02 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.75em;
}

.frame_info {
	width: 100%;
	border-radius: 4px;
	background: #fff;
	padding: 4px;
	box-sizing: border-box;
}

.frame_infoct {
	border-radius: 4px;
	border: 1px solid #484848;
	padding: 26px 30px;
	box-sizing: border-box;
}

.list_info {
	display: table;
	margin: auto;
}

.list_info li {
	display: table-cell;
	width: 400px;
	float: left;
	margin: 0 auto;
}

.list_info li img {
	margin: 0 auto;
}

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

/*footer*/
.footer_info {
	background: #AA8E6D;
	padding: 80px 0 34px 0;
	box-sizing: border-box;
}

.footer_box .gnavi li {
	width: calc(100% / 6);
}

.fnav li a {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
}

.fcompany {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
	width: 30%;
}

.fcompany:first-child {
	margin-right: 60px;
}

.fcompany_ttl {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer_sns {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.footer_sns li {
  margin-right: 20px;
}

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

.footer_info_box {
  display: flex;
  justify-content: center;
}

.footer_info_box .fcompany_logo {
  width: 100%;
  margin-bottom: 20px;
}

.footer_info_box .fcompany_logo img {
  width: 64%;
}

.footer_info_box .fcompany_logo span {
  font-size: 30px;
  margin-left: 10px;
  letter-spacing: 4px;
}

.footer_info_box dl {
  margin-bottom: 7px;
  text-align: left;
}

.footer_info_box dl:last-child { margin-bottom: 0; }

.footer_info_box dl dt {
	width: 80px;
	float: left;
	box-sizing: border-box;
	font-size: 14px;
	color: #fefefe;
  font-weight: bold;
}

.footer_info_box dl dd {
	width: calc(100% - 90px);
	float: right;
	box-sizing: border-box;
	font-size: 14px;
	color: #fefefe;
  font-weight: bold;
}

.footer_info_box dl dd a {
	text-decoration: none;
	color: #fefefe;
}

.f_policy {
	background: #AA8E6D;
  text-align: center;
}

.f_policy a {
	color: #FFF;
}

/*address*/
address {
	text-align: center;
	color: #fefefe;
	font-size: 14px;
	padding: 10px 0 30px;
	box-sizing: border-box;
    font-weight: bold;
}

/**/

.ttl_h402 { margin-bottom: 30px; }

.ttl_h302 { margin-bottom: 30px; }

.ttl_h403 { margin-bottom: 25px; }

.ttl_h303 { margin-bottom: 26px; }

.fr02_ttl02 { margin-bottom: 3px; }

.frame02ct { padding: 20px; }

.ttl_h201 { margin-bottom: 46px; }

.txt03 { margin-bottom: 56px; }

.fr03_ttl02 { margin-bottom: 20px; }

.list_tab02 { margin-bottom: 42px; }

.ttl_h404 { margin-bottom: 22px; }

table.table03 td {
	text-align: left;
	padding-left: 30px;
}

.ttl01_box06 { margin-bottom: 12px; }

table.table04 td,
table.table04 th { padding: 3px 20px 3px 30px; }

.box07 {
	padding-top: 230px;
	padding-bottom: 40px;
}

.ttl_h304 { margin-bottom: 30px; }

.mb_txt01 { margin-bottom: 12px; }

.ttl_h305 { margin-bottom: 25px; }

.box08 { padding-bottom: 46px; }

.ttl_h306 { margin-bottom: 30px; }

.frame04 {
	padding: 10px 0px 4px 0px;
	margin-bottom: 0;
}

.box09 { padding-bottom: 70px; }

.box_pc { display: block; }

.box_sp { display: none !important; }

.tab01_content02,
.tab01_content03,
.tab01_content04 { display: none; }

.tab02_content02,
.tab02_content03,
.tab02_content04 { display: none; }

.list_tab02 li.active .list_tab01sp { display: block; }

.list_tab02 li .list_tab01sp { display: none; }

/**/

.test01 dt {
	width: 120px;
	float: left;
}

.test01 dd { width: calc(100% - 120px); }

.test01 dd li p {
	display: inline-block;
	border: 1px solid #000;
}

/**/

.ttl_h406 {
	color: #fff;
	width: calc(100% - 320px);
	float: right;
	box-sizing: border-box;
}

#modal_qa{
	display: none;
	position: fixed;
	top: 20%;
	left: 10%;
	z-index: 110;
	padding: 20px;
	border-radius: 4px;
	width: calc(80% - 40px);
	background-color: #fff;
}

#overlay{
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
}

.btn_qa{
	display: table;
	position: relative;
	margin: 0 auto 10px;
	border-radius: 6px;
	width: 100%;
	background-color: #14a83b;
	text-decoration: none;
	text-align: center;
}
.qa_01 {
	background: #f28a0f;
}
.qa_02 {
	background: #1985ca;
}
.btn_qa > .inner{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 30px;
	height: 20px;
	color: #fff;
	font-size: 16px;
}

.btn_qa::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}

.btn_close_modal{
	display: table;
	margin: 20px auto 0;
	border-radius: 6px;
	background: #888;
	text-decoration: none;
}

.btn_close_modal > .inner{
	display: table-cell;
	vertical-align: middle;
	max-height: none;
	padding: 0 20px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.border-radius {
	border-radius: 10px;
}
.ckearfix {
	content: "";
	display: block;
	clear: both;
}
.index_logof img{
	width:320px;
	height: 62px;
}

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

.pc{
	display: none;
}

.sp{
	display: block;
}

.box_pc { display: none !important; }

.box_sp { display: block !important; }

#wrapper { min-width: inherit; }

#header { display: none; }

#breadcrumbs{
	margin: 0 auto;
	width:100%;

}
#breadcrumbs ol{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.content_inner {
	width: 100% !important;
	padding: 0 15px;
}

h4 {
	line-height: 1.2em;
	font-size: 16px;
	margin-bottom: 20px;
}

h4:before { top: 2px; }

.btn03 {
	width: 100%;
	margin: 0 auto 30px auto;
}

#toTop {
	right: 4%;
	bottom: 1%;
}

#toTop img {
	width: 50px;
}

.frame_info { padding: 0; }

.frame_infoct {
	padding: 3%;
	box-sizing: border-box;
	border: none;
}

.list_info li {
	display: block;
	width: 100%;
	float: none;
	margin-right: 0 !important;
	margin-bottom: 6%;
}

.list_info li:last-child { margin-bottom: 0; }

.list_info li img { width: 100%; }

.footer_info_left {
	width: 100%;
	float: none;
	margin-right: 0;
}

.footer_info_right {
	width: 415px;
	float: none;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.footer_info {
	padding: 30px 0 10px 0;
}
.footer_info_box {
	margin-bottom: 10px;
	display: block;
}
.footer_info_box .fnav {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.footer_info_box .fnav li {
	width: calc(100% / 2);
	margin-bottom: 10px;
}
.footer_sns {
	margin-top: 10px;
  margin-bottom: 20px;
}
.index_logof {
	text-align: center;
	margin-bottom: 20px;
}

.index_logof img{
	width:204px;
	height: 40px;
}


/*	*/
.ttl01 {
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 1.2em;
}

.ttl01_sub {
	font-size: 18px;
	line-height: 1.2em;
	margin: 16px 0 30px;
}

.ttl02 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.btn03 a {
	font-size: 15px;
	padding: 15px 50px 10px 5px;
}

    /*	menu*/

.header_menu_sp { background: #fff; }

.header_sp {
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 99;
	left: 0;
	width: 100%;
}

.header_menu_sp {
	width: 100%;
	padding: 0;
}

#logo_headerspscroll {
	box-sizing: border-box;
	margin-bottom: 0;
	width: 47%;
	height: 100%;
}

#logo_headerspscroll a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.list_menusp {
	margin: 0;
	padding: 0;
	display: flex;
	width: 53%;
	height: 60px;
	justify-content: flex-end;
}
.list_menusp li:first-of-type{
	aspect-ratio: 1;
	background-color: #AA8E6D;
}
.list_menusp li:nth-of-type(2){
	aspect-ratio: 4 / 3;
	background-color: #1BA83C;
}
.list_menusp li:nth-of-type(3){
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
}

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

.list_menusp li a{
	display: flex;
	align-items: center;
	height: 100%;
}

.list_menusp li .contact{
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

.list_menusp li .contact img{
	margin-top: 13px;
}

#logo_headerspscroll img { width: 88%; height: auto;}

.header_menu_sp {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list_menusp li img { width: 100%; }

#gnavi_sp ul {
	padding: 4%;
	box-sizing: border-box;
	margin-top: 30%;
}

#gnavi_sp ul li {
	text-align: left;
	border-top: 1px solid #fff;
	padding: 20px;
}
#gnavi_sp ul li:last-child {
	border-bottom: 1px solid #fff;
}

#gnavi_sp ul li a {
	color: #fff;
	font-weight: bold;
}

#gnavi_sp ul li:nth-child(3n+3) { margin-right: 0; }

#gnavi_sp ul li img { width: 100%; }

#gnavi_sp ul li .second_level_sp {
	margin-top: 0;
	padding: 4% 0;
}
#gnavi_sp ul li .second_level_sp li {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.btn_sp {
	background: #60810d;
	margin: 0 auto;
	width: 280px;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.btn_sp a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.txt_sp {
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
}

.gnavi_menu .menu_hidden { display: none; }

.gnavi_menu.open { z-index: 99;background-color: #fff;}

.gnavi_menu.open .menu_show { display: none; }

.gnavi_menu.open .menu_hidden { display: block;}

#gnavi_sp {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
	padding: 0 2%;
	box-sizing: border-box;
	background: #aa8e6d;
	height: 0;
	top: 0 !important;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 90;
	height: 100% !important;
}

#gnavi_sp.open {
	opacity: 1;
	visibility: visible;
	height: calc(100vh - 89px);
	overflow: auto;
}

.header { margin-bottom: calc(40% + 60px); }

.ttl_headersp {
	background: #f4f4f4;
	padding: 5px 4%;
	box-sizing: border-box;
	color: #484848;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	font-size: 12px;
}

.list_menusp02 {
	padding: 0 4%;
	box-sizing: border-box;
}

.list_menusp02 li {
	width: calc(92% / 3);
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}

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

.list_menusp02 li:nth-child(3n+3) { margin-right: 0; }

.list_menusp02 li img { width: 100%; }

.list_menu02 { margin-top: 20px; }

.btn_close {
	padding: 4%;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	border-radius: 30px;
	width: 80%;
	color: #a78c6c;
}

.btn_close img {
	width: 100%;
	text-align: center;
}

.ttl02:before {
	background-size: 6px 100%;
	height: 85%;
}

table.table04 td,
table.table04 th { padding: 10px!important; }

.btn01 > .inner {
	font-size: 12px;
	padding: 8px 32px 8px 22px;
}

.footer_infoct {
	display: block;
	width: 100%;
	margin: 30px 0;
}
.fcompany{
	width: 100%;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.fcompany_ttl {
	text-align: left;
}
.fcompany dl{
	margin-bottom: 15px;
	text-align: left;
}
.fcompany dl dd a {
	color: #FFF;
}
	#cta_01 {
		background: url(/images/index/bg_cta_sp.png) no-repeat center / cover;
	}
}

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

.footer_info_right { width: 100%; }
}

@media screen and (min-width: 769px){
	#modal_qa{
		top: 30%;
		font-size: 0;
	}
	.btn_qa{
		display: inline-table;
		vertical-align: top;
		margin-right: 10px;
		width: calc((100% - 10px) / 2);
		text-align: center;
	}
	.btn_qa:nth-of-type(2n){
		margin-right: 0;
	}
}

/*==========================================================================*/
/*                              CTA                                      */
/*==========================================================================*/

#index_cta {
  padding: 60px 0 100px;
  background: url(../images/index/bg_cta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index_cta .cta_infoct {
  margin-bottom: 20px;
}
#index_cta .index_logoc {
  margin-bottom: 0;
  text-align: center;
}
#index_cta .ttl01 {
  color: #FFF;
}
#index_cta .ttl01 span {
  font-size: 30px;
  line-height: 1.5;
  font-family: 'Pangolin', cursive;
}
#index_cta .cta_txt {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  color: #FFF;
}
#index_cta .cta_box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#index_cta .cta_box div {
  position: relative;
  background: #FFF;
  text-align: center;
  border-radius: 30px;
  width: 24%;
  min-width:250px;
}
#index_cta .cta_box div:hover {
  opacity: 0.8;
}
#index_cta .cta_box .cta_box_mail {
  margin-right: 60px;
}
#index_cta .cta_box .cta_box_mail:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../images/index/index_mail.png);
}
#index_cta .cta_box .cta_box_tel:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../images/index/index_tel.png);
}
#index_cta .cta_box .cta_box_txt a {
  font-size: 20px;
  font-weight: bold;
  color: #1BA83B;
  display: block;
  padding: 16px 30px 16px 54px;
}

.sns_area {
	padding: 40px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #f5f3f4;
}

.sns_item {
	width: 40px;
	height: 40px;
}

.sns_item:not(:last-child) {
	margin-right: 24px;
}

@media screen and (max-width: 750px) {
	#index_cta {
		padding: 30px 0 50px;
	}
	#index_cta .cta_box {
		display: block;
		margin-top: 30px;
	}
	#index_cta .cta_box div {
		width: 100%;
	}
  #index_cta .cta_box div:hover {
    opacity: 1;
  }
	#index_cta .cta_box .cta_box_mail {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#index_cta .cta_box .cta_box_txt a {
		font-size: 16px;
	}
  #index_cta .cta_txt{
    text-align: left;
  }
  .btn_01a {
    width: 70%;
    padding:5px;
  }
	.sns_item:not(:last-child) {
		margin-right: 16px;
	}
}

@media screen and (max-width: 360px) {
	#logo_headerspscroll{
		width: 38%;
	}
}