@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	background-color: #F6F6F6;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}

li {
	list-style-type: none;
}
a {
	color: #009999;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #00CCCC;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.img_right,
.img_left,
.img_center {
	padding: 30px;
}

.img_left {
	float: left;
	max-width: 65%;
}

.img_right {
	float: right;
	max-width: 65%;
}
.img_center {
	display: block;
	margin: auto;
}

u {
	font-weight: bold;
}

.txt_ylb {
	color: #FFEE55;
	font-weight: bold;
}

.att {
	color: #FF8000;
}

strong.txt_l {
	font-size: 200% !important;
	color: #0FBD81;
}

p {
	line-height: 1.6;
}

/*
ローダー------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #FFF;
}


.loader {
	color: #07C856;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
}

header h1 a {
	position: absolute;
	display: block;
	text-decoration: none;
	left: 5px;
	top: 15px;
}

header .h_txt {
	font-size: 14px;
	position: absolute;
	left: 200px;
	top: 0px;
	display: block;
	padding: 20px;
	font-weight: bold;
	color: #111;
}

header .h_txt strong {
	font-size: 16px;
	background-color: #42C507;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}

header .h_btn a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 100%;
	display: block;
	font-size: 12px;
	line-height: 1.6;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #3871E0;
	text-align: center;
	padding-top: 15px;
}
header .h_btn a i {
	padding-right: 5px;
	font-size: 24px;
}

header .h_btn a:hover {
	color: #3871E0;
	background-color: #FFF;
}

header .h_btn a strong {
	font-size: 22px;
}

header .head_in {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 90px;
}

header .h_tel {
	position: absolute;
	top: 13px;
	width: 380px;
	right: 220px;
}

header .h_tel a {
	text-decoration: none;
	font-weight: bold;
}



header .h_tel a .tel_num {
	font-size: 34px;
	padding-left: 5px;
	color: #111;
	letter-spacing: -0.02em;
	line-height: 1;
}

header .h_tel a .tel_head {
	font-size: 12px;
	color: #00AE34;
	display: inline-block;
	letter-spacing: 0em;
	line-height: 1.2;
}

header .h_tel a .tel_foot {
	font-size: 13px;
	letter-spacing: 0em;
	color: #111;
	padding-left: 140px;
}

/*
トップイメージ
-------------------------------------------*/


.top_img {
	width: 100%;
	text-align: center;
	background-color: #EFEDE9;
	background-image: url(../img/top_img_bg.jpg);
	background-position: center center;
	height: 700px;
	position: relative;
	overflow: hidden;
}
.top_img .top_img_01 {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -480px;
}


/*
フォーム
-------------------------------------------*/

.box_form {
	width: 100%;
	position: relative;
	min-height: 740px;
	background-color: #E7E3D8;
	background-image: url(../img/top_img_bg.jpg);
}

.box_top {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
}

.box_foot {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}

.box_form .form_01 {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -300px;
}

.box_form .form_02 {
	position: absolute;
	top: 222px;
	left: 50%;
	margin-left: -560px;
}

.box_form .form_03 {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -480px;
}

.box_form .form_04 {
	position: absolute;
	top: -115px;
	right: 50%;
	margin-right: -570px;
	z-index: 200;
}

form.contact_form {
	width: 450px;
	display: block;
	background-color: #F9F9F9;
	padding: 5px;
	position: absolute;
	top: 220px;
	right: 50%;
	margin-right: -560px;
}

form.contact_form input {
	width: 200px;
	font-size: 18px;
	border: 1px solid #CCC;
	line-height: 28px;
	padding: 10px;
	background-color: #EEE;
}

form.contact_form table.form_table {
	width: 100%;
	margin-bottom: 15px;
}

table.form_table caption {
	background-color: #42C507;
	color: #FFF;
	line-height: 70px;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2CA90C;
}

table.form_table caption strong {
	color: #FFFF00;
	font-size: 130%;
}

table.form_table th {
	white-space: nowrap;
	text-align: right;
	padding: 15px;
}
table.form_table td {
	padding: 15px;
}
table.form_table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
table.form_table th.hissu {
	color: #FF2626;
}

table.form_table th.hissu span {
	font-size: 12px;
	color: #FFF;
	background-color: #FF2626;
	padding: 10px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	width: 360px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

form.contact_form input:focus {
	border-color: #FF2626;
	background-color: #FFF;
}


/*
帯・各種
-------------------------------------------*/

.obi_tp {
	padding-top: 100px !important;
}

.obi_01 {
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.obi_01_foot {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.obi_02 {
	background-color: #42C507;
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
}

.obi_02 h2,
.obi_05 h2 {
	color: #FFF;
}

.obi_02 h2 .sub_catch,
.obi_04 h2 .sub_catch,
.obi_05 h2 .sub_catch {
	color: #333;
	background-color: #FFF;
}

.obi_03 h2 .sub_catch strong {
	color: #FF0;
}

.obi_02 h2 .sub_catch::after,
.obi_04 h2 .sub_catch::after,
.obi_05 h2 .sub_catch::after {
	border-top-color: #FFF;
}


.obi_02 h2 strong {
	color: #FF0;
}

.obi_top_r {
	position: absolute;
	top: -100px;
	right: 50%;
	margin-right: -500px;
}

.obi_top_l {
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -500px;
}



.obi_03 {
	padding-top: 5px;
	padding-bottom: 50px;
	position: relative;
	background-color: #EFEDE9;
	background-image: url(../img/top_img_bg.jpg);
	background-position: center center;
}


.obi_04 {
	background-color: #0FBD81;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}

.obi_04 .obi_04_foot {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -500px;
}

.obi_04 h2 {
	color: #FFF;
}

.obi_05 {
	background-color: #2FA6B7;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}

/*
お問い合わせの流れ
-------------------------------------------*/

.flow_base {
	background-color: #F7E2A6;
	position: relative;
	padding: 20px;
}

.flow_base h2 .h2_sub {
	color: #FFF;
}


.box_flow {
	position: relative;
	width: 47%;
	padding: 20px;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.flow_num {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 120px;
	line-height: 120px;
	font-size: 58px;
	color: #FFF;
	font-weight: bold;
	background-color: #FFA800;
	border-radius: 50%;
	text-align: center;
}

.box_flow img {
	width: 100%;
	border-radius: 10px;
}

.flow_cont {
	padding-top: 20px;
}

.flow_title {
	font-size: 22px;
	font-weight: bold;
	padding: 8px;
	color: #FFF;
	background-color: #42C507;
}

.flow_title strong {
	background-color: #FF8000;
	padding-right: 5px;
	padding-left: 5px;
}

.flow_cont p {
	font-weight: 500;
	font-size: 17px;
	padding: 10px;
}


.flow_cont p strong {
	background-color: #FEE789;
	padding-right: 5px;
	padding-left: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.content p strong {
	font-size: 130%;
}

.content p strong.txt_1 {
	font-size: 180%;
	padding-right: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

h2 {
	font-size: 44px;
	margin-top: 30px;
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3;
	position: relative;
	z-index: 10;
}

h2 img {
	vertical-align: bottom;
}

h2 i {
	font-size: 120%;
	color: #42C507;
	padding-right: 10px;
	padding-left: 10px;
}

h2 .sub_catch {
	font-size: 44%;
	color: #FFFFFF;
	background-color: #42C507;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	line-height: 40px;
	border-radius: 20px;
	letter-spacing: 0em;
}

h2 .sub_catch:after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	border-top-color: #42C507;
	top: 100%;
	left: 30%;
}

h2 strong {
	color: #FF9900;
}

h2 .h2_sub {
	font-size: 40%;
	color: #333;
	display: block;
}

.obi_04 h2 strong {
	color: #FFFF00;
}


p.sub_txt {
	font-size: 13px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}

.content h3 {
	font-size: 28px;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #1586B6;
	padding: 20px;
	color: #045273;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1586B6;
	letter-spacing: 1px;
	position: relative;
}

.content h3 strong {
	font-size: 130%;
}

.content h3 strong.gr {
	color: #07B6B6;
	padding-right: 5px;
	padding-left: 5px;
}

.content h3 i {
	padding-right: 10px;
}


/*
お悩み
-------------------------------------------*/

.nayami {
	margin: auto;
	max-width: 960px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
}

ul.list_nayami {
	display: block;
	background-color: #F6F6F6;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 50px;
}

ul.list_nayami li {
	font-size: 26px;
	font-weight: bold;
	display: block;
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #225477;
}

ul.list_nayami li div {
	font-size: 70%;
	padding-left: 10px;
	position: relative;
	padding-top: 10px;
}

ul.list_nayami li div::before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: 900;
	position: absolute;
	color: #888;
	left: -10px;
	top: 10px;
}

ul.list_nayami li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	left: 5px;
	top: 15px;
	color: #0FBD81;
}
ul.list_nayami li strong {	
	padding-right: 5px;
	padding-left: 5px;
	color: #F33;
}

ul.list_nayami li div strong {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0FBD81;
	color: #0FBD81;
}
.content .cont_in {
	max-width: 960px;
	padding: 30px;
	margin: auto;
}


/*
選ばれる理由
-------------------------------------------*/

.point {
	max-width: 960px;
	padding: 20px;
	margin: auto;
}

.point_staff {
	position: absolute;
	right: 50%;
	margin-right: -400px;
	top: 0px;
	z-index: 50;
}

.box_point {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 10px;
}


.box_point .title_num {
	font-weight: bold;
	font-size: 56px;
	display: block;
	color: #FFF;
	position: absolute;
	text-align: center;
	top: -50px;
	left: -50px;
	width: 210px;
	height: 180px;
	padding-top: 10px;
	line-height: 180px;
	background-image: url(../img/point_bg.png);
	background-repeat: no-repeat;
}

.box_point h3 {
	font-size: 26px;
	padding: 20px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #42C507;
}


.box_point h3 strong {
	color: #FF9900;
}

.box_point p {
	font-size: 18px;
	margin: 30px;
	text-align: left;
	font-weight: 500;
}


/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin: auto;
	padding: 10px;
	max-width: 1000px;
}
.content .qa dt {
	font-size: 20px;
	line-height: 30px;
	color: #222;
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.content .qa dt::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,255,255,0.0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	border-top-color: #EEE;
	top: 100%;
	right: 20%;
}


.content .qa dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	color: #FFF;
	font-weight: 500;
	font-size: 17px;
}

.content .qa dt::before,
.content .qa dd::before {
	content: "Q.";
	display: block;
	position: absolute;
	top: 10px;
	left: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #2FA6B7;
}

.content .qa dd::before {
	content: "A.";
	color: #FFFF00;
	top: 13px;
}



/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-top: 20px;
	display: block;
	color: #FFF;
	background-color: #5CD10E;
	padding-bottom: 130px;
}

footer a {
	color: #FFF;
	text-decoration: none;
}


footer ul {
	text-align: center;
	padding: 10px;
	display: block;
}

footer ul li {
	display: inline;
}

footer ul li a {
	display: inline-block;
	line-height: 1.5;
	font-size: 13px;
	padding: 10px;
}

footer ul li a:hover {
	color: #07B53B;
	background-color: #FFFFFF;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

table.table_01 {
	width: 100%;
}

table.table_01 th,
table.table_01 td {
	padding: 15px;
	border: 1px solid #CDD6C2;
}

table.table_01 th {
	font-size: 18px;
	color: #FFF;
	background-color: #39AA22;
}

table.table_01 th.th_st {
	background-color: #42C507;
}

table.table_01 td {
	text-align: center;
	font-size: 16px;
	background-color: #FFF;
}

table.table_01 .tr_2 td {
	background-color: #F7F9F4;
}

table.table_01 td.td_th {
	text-align: left;
	color: #39AA22;
	font-size: 18px;
	font-weight: bold;
}

table.table_01 td.td_st {
	font-weight: bold;
	color: #F60;
}


/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: absolute;
	top: -60px;
	right: 0px;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80px;
	height: 60px;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	line-height: 60px;
	border-radius: 10px 10px 0 0;
	background-color: #42C507;
}
#to_top a:hover {
	background-color: #5CD10E;
}

/*
フッターバナー
-------------------------------------------*/

#foot_bn {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #42C507;
	height: auto;
	z-index: 500;
}

#foot_bn .box_flex {
	max-width: 1220px;
}

#foot_bn .box_flex .f_btn {
	width: 50%;
	text-align: center;
}

#foot_bn .box_flex .f_btn a:hover img {
	-webkit-filter:brightness(1.0);
    -moz-filter:brightness(1.0);
    -ms-filter:brightness(1.0);
    filter:brightness(1.0);
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*
フレックスボックス
-------------------------------------------*/

.box_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

.box_flex.w_960 {
	max-width: 960px;
}



@media screen and (min-width:1100px) {
header .h_tel a i {
	display: none;
}

header .h_tel a img {
	vertical-align: sub;
}
.no_pc {
	display: none;
}

}
/*-----（/1100～）-----*/


/*
トップ理由＆資格
-------------------------------------------*/
ul.top_r {
	padding: 10px;
}

ul.top_r::after {
	content: "";
	width: 33%;
}

ul.top_r li {
	width: 33%;
	margin-bottom: 20px;
	text-align: center;
}

ul.top_r li .r_base {
	background-color: #42C507;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	padding: 10px;
	margin: auto;
	position: relative;
}

ul.top_r li .r_base .r_num {
	position: absolute;
	text-align: center;
	display: block;
	width: 50px;
	line-height: 50px;
	top: -15px;
	left: -15px;
	background-color: #42C507;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 30px;
}

ul.top_r li img {
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

ul.top_r li p {
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
}

ul.top_r li p strong {
	font-size: 120%;
	color: #42C507;
}

ul.top_s {
	padding: 10px;
	max-width: 1100px;
}

ul.top_s li {
	width: 25%;
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

ul.top_s li div {
	background-color: #5CD10E;
	width: 170px;
	height: 170px;
	border-radius: 85px;
	padding: 10px;
	margin: auto;
}

ul.top_s li img {
	border-radius: 75px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

ul.top_s li p {
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
}



@media screen and (max-width:1100px) {
	
.point_staff {
	right: 20px;
	margin-right: 0px;
}

.obi_tp {
	padding-top: 50px !important;
}
.obi_04 .obi_04_foot {
	left: 0;
	margin-left: 0px;
	width: 150px;
}

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

/*
ヘッダー
-------------------------------------------*/

header .head_in {
	height: 60px;
}

header h1 a {
	top: 5px;
}

header h1 a img {
	height: 50px;
}

header .h_tel a img {
	display: none;
}
header .h_txt {
	font-size: 12px;
	left: 180px;
	top: 0px;
	height: 60px;
	line-height: 20px;
	padding: 10px;
}
header .h_btn a {
	width: 60px;
	padding-top: 0px;
}
header .h_btn a i {
	padding-right: 0px;
	font-size: 30px;
	line-height: 60px;
}

header .h_tel {
	right: 61px;
	width: 60px;
	height: 100%;
	text-align: center;
	top: 0px;
}

header .h_tel a {
	display: block;
	background-color: #3871E0;
	color: #FFF;
}

header .h_tel a i {
	font-size: 30x;
	line-height: 60px;
}

header .h_tel a .tel_num,
header .h_tel a .tel_head,
header .h_tel a .tel_foot,
header .h_btn a span {
	display: none;
}

/*
トップイメージ
-------------------------------------------*/


.top_img {
	height: auto;
}
.top_img .top_img_01 {
	position: relative;
	bottom: auto;
	left: 0px;
	margin-left: 0;
}

ul.top_r li {
	width: 50%;
}

ul.top_s li div {
	width: 140px;
	height: 140px;
	border-radius: 70px;
}

/*
フォーム
-------------------------------------------*/
.box_form {
	text-align: center;
	padding-bottom: 20px;
}

.box_form .form_01 {
	position: relative;
	left: auto;
	margin-left: -35px;
}

.box_form .form_02 {
	position: relative;
	top: auto;
	left: auto;
	margin-left: 0px;
	margin-top: -30px;
	margin-bottom: 10px;
}

.box_form .form_03 {
	position: relative;
	bottom: auto;
	left: auto;
	margin-left: 0px;
}

.box_form .form_04 {
	top: auto;
	bottom: -30px;
	right: -20px;
	margin-right: 0px;
}

form.contact_form {
	position: relative;
	top: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}


/*
メインコンテンツ
-------------------------------------------*/

.content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.obi_top_r {
	right: 10px;
	margin-right: 0px;
	width: 180px;
}

.obi_top_l {
	left: 10px;
	margin-left: 0px;
	width: 180px;
}

.no_tab {
	display: none;
}
}
/*-----（/～1100）-----*/



@media screen and (max-width:760px) {
	
.point_staff {
	width: 150px;
}
	
.box_form .form_04 {
	display: none;
}

.box_point {
	margin-top: 20px;
	margin-bottom: 20px;
}

.box_point h3 {
	text-align: left;
	padding-left: 40px;
}

.box_point .title_num {
	font-size: 34px;
	top: -35px;
	left: -30px;
	width: 110px;
	height: 90px;
	line-height: 80px;
	background-size: cover;
}

.box_flow img {
	float: none;
	max-width: 100%;
	width: 100%;
	border-radius: 0px;
}

.flow_cont {
	width: 100%;
	float: none;
	padding-left: 0px;
}

.flow_num {
	top: -20px;
	left: -10px;
	width: 100px;
	line-height: 100px;
	font-size: 48px;
}


/*
トップイメージ
-------------------------------------------*/


.top_img {
	background-size: 135%;
}


ul.top_r li .r_base {
	width: 160px;
	height: 160px;
}


.obi_top_r {
	width: 150px;
	right: 0px;
}

.obi_top_l {
	width: 150px;
	left: 0px;
}


.obi_01 {
	padding-top: 40px;
	padding-bottom: 10px;
}
.obi_02 {
	padding-top: 30px;
	padding-bottom: 10px;
}



}
/*-----（/～760）-----*/


@media screen and (max-width:640px) {
.content p {
	margin-right: 5px;
	margin-left: 10px;
}

h2 {
	font-size: 34px;
	padding-top: 10px;
	padding-bottom: 5px;
}

h2.h2_tp {
	padding-top: 50px;
}
h2 .sub_catch {
	width: 320px;
	margin-left: -160px;
}

.content h3 {
	font-size: 20px;
}

.obi_04 .obi_04_foot {
	display: none;
}

.nayami {
	padding: 15px;
}

ul.list_nayami {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

ul.list_nayami li {
	font-size: 22px;
}

table.table_01 th,
table.table_01 td {
	font-size: 15px !important;
	padding: 7px;
}

.box_flow {
	width: 100%;
}


.no_sp {
	display: none;
}
}
/*-----（/～640）-----*/


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

.point_staff {
	width: 120px;
	right: 0px;
}

ul.top_s li div {
	width: 80px;
	height: 80px;
	padding: 0px;
}

header .h_txt {
	display: none;
}

textarea,
input {
	max-width: 360px;
}

.content .cont_in {
	padding: 10px;
}


.img_right,
.img_left,
.img_center {
	padding: 10px;
}

.img_left,
.img_right {
	float: none;
	max-width: 100%;
	margin: auto;
	display: block;
}

}
/*-----（/～560）-----*/

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

form.contact_form {
	width: 100%;
}

form.contact_form input {
	width: 180px;
	font-size: 18px;
	padding: 5px;
}

table.form_table caption {
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 0;
}

table.form_table th {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	letter-spacing: 0;
}
table.form_table td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

form.contact_form input.form_btn {
	width: 96%;
}


}
/*-----（/～450）-----*/


.sankaku_01 {
	text-align: center;
	margin-bottom: -20px;
	position: relative;
	z-index: 10;
}


.sankaku_02 {
	text-align: center;
	margin-top: -5px;
	position: relative;
	z-index: 10;
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(12px);
	-webkit-transform: translateY(12px);  
    -moz-transform: translateY(12px); 
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.d_10 {
transition-delay:1.0s;
-webkit-transition-delay:1.0s;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}


/*
コンテンツスライダー
-----------------------------------------------------------------*/

.slider {
	width: 94%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	max-width: 1300px;
}

.slider .slick-slide {
    margin:0 10px;
}

.slick-prev, 
.slick-next {
	position: absolute;
	top: 44%;
	cursor: pointer;
	outline: none;
	height: 25px;
	width: 25px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #42C507;
	border-right-color: #42C507;
}


.slick-disabled {
	border-top-color: #DDD;
	border-right-color: #DDD;
	cursor: default;
}
	

.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

.date_box a {
	display: block;
	border: 1px solid #D6CCB4;
	color: #111;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	background-color: #FFF;
	font-size: 18px;
	text-decoration: none;
	padding: 20px;
	font-weight: bold;
}

.date_box a:hover {
	border: 1px solid #42C507;
}

.date_box a .img_box {
	float: left;
	width: 50%;
	height: 150px;
	position: relative;	
}

.ba_image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 10s infinite;
}

.ba_image:nth-of-type(1) {
	animation-delay: 0s;
}
.ba_image:nth-of-type(2) {
	animation-delay: 5s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	5%{ opacity: 1;}
	50%{ opacity: 1;}
	55%{ opacity: 0;}
}


.date_box a:hover img {
	-webkit-filter:brightness(1);
    -moz-filter:brightness(1);
    -ms-filter:brightness(1);
    filter:brightness(1);	
}

.date_box a .head_txt {
	width: 50%;
	float: right;
	padding-left: 20px;
}
.date_box a .head_txt .i_con {
	display: inline-block;
	color: #42C507;
	border: 1px solid #42C507;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.date_box a .head_txt .date {
	font-size: 14px;
	color: #666;
}

.date_box a p {
	clear: both;
	padding-top: 20px;
}
