@charset "UTF-8";
/*日本語*/

/*======================================================================================

======================================================================================*/
@media screen and (max-width:736px){/**/
	
#header{min-width:0;}
#ttl_main{min-width:0;}
#point{min-width:0;}
#casestudy{min-width:0;}
#more{min-width:0;}
#form{min-width:0;}
#footer{min-width:0;}
#about{min-width:0;}
#plan{min-width:0;}
#find{min-width: 0;}
#support{min-width: 0;}
.find_wrap{min-width: 0;}
img {
	width:100%;
}
body {
	overflow-x:hidden !important;
	font-size: 12px;
	width:100%;
	min-width:auto;
}
.box {
	width:100%;
	box-sizing: border-box;
	padding: 0 0;
}
.left {
	float:none;
}
.right {
	float:none;
}
.kome {
	font-size:12px;
}
.sub {
	font-size:10px;
}
.sub dt {
	float:left;
}
.sub dd {
	padding-left:30px;
}

/*==============================================================================
header
===============================================================================*/
/*----------hb-menu----------*/
#hb-menu {
    width: 30px;
    height: 50px;
    display: table;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 10px;
    /* ナビゲーションアイコン：アクティブ */
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	margin: auto;
	height: 3px;
	width: 100%;
	background: #f1802d;
	border-radius: 2px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3) {
	margin-top: 4px;
}	
.hb-open #hb-menu span {
	background: #fff;
}
	
.hb-open #hb-menu span:nth-of-type(1) {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) translateX(0) rotate(45deg);
}
.hb-open #hb-menu span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
.hb-open #hb-menu span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}
.overlay {
	background: transparent;
	position: fixed;
	pointer-events: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	transition: 0.2s;
}
.hb-open .overlay {
	background: rgba(255, 255, 255, 0.8);
	pointer-events: auto;
}
/*----------  sp-g-nav ----------*/
.sp-g-nav {
	position: fixed;
	top: 0;
	right: 0;
	font-size: 15px;
	z-index: 888;
}
.hb-open .sp-g-nav .g-nav-inner {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.sp-g-nav .g-nav-inner {
	padding: 20px 20px;
	width: 75%;
	height: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 888;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateZ(0%);
	-ms-transform: translateZ(0%);
	-webkit-transform: translateZ(0%);
	z-index: 10;
	background: #f1802d;
}
header {
	position:fixed;
	background:#FFFFFF;
	z-index:999;
	width:100%;
	box-sizing:border-box;
	height:50px;
}
#header-wrapper {
	box-sizing:border-box;
}
header .box {
	max-width:100%;
}
#header-wrapper .header_logo {
	height:32px;
	width:100px;
	float:left;
	padding:13px 0 0 20px;
}
#header-wrapper .navi li {
	height:auto;
	display:block;
}
#header-wrapper .navi a {
	display:table-cell;
	text-align: center;
	padding:10px 0;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	color: #FFFFFF;
}
#header-wrapper .navi a::after {
	display: none;
}
#header-wrapper .navi li:last-child a::after {
	display:none;
}
#header-wrapper .right {
	display: flex;
	justify-content: space-between;
	width:auto;
	position: absolute;
	right:50px;
}
#header-wrapper .right ul {
	display: flex;
	justify-content: space-between;
	padding:6px 0 0 0;
}
#header-wrapper .h_btn {
	border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing:3px 0; /* 左右 上下で記述 */
}
#header-wrapper .h_btn a {
	display:table-cell;
	text-align: center;
	padding:4px 7px;
	box-sizing: border-box;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2;
	width:auto;
	border-radius: 6px;
	background:#fff;
	margin:0 0 0 0 ;
}
#header-wrapper .btn01 a {
	color: #3b9cb3;
	border:#3b9cb3 solid 2px;
}
#header-wrapper .btn01 a:hover  {
	color: #fff;
	opacity: 1;
	background:#3b9cb3;
}
#header-wrapper .btn02 a {
	color: #3bb3a7;
	border:#3bb3a7 solid 2px;
}
#header-wrapper .btn02 a:hover  {
	color: #fff;
	opacity: 1;
	background:#3bb3a7;
}

/*==============================================================================
mv
===============================================================================*/
.fv {
	padding:50px 0 0 0;
}
#mv {
	background:none;
	background-size:cover;
	height:auto;
	box-sizing:border-box;
	padding:0;
	min-width:inherit;
	position: relative;
}
#mv .text-box {
	background:url(../images/sp_mv.jpg) center;
	width: 100%;
	height: 0;
	background-size: 100% auto;
	margin: 0 auto 0;
	padding-top: 152%;
}
#mv .btn {
	display:block;
	justify-content: space-between;
	z-index: 0;
	position: absolute;
	bottom:7%;
	width:auto;
	left:0;
	right:0;
	margin:auto;
}

/*==============================================================================
共通
===============================================================================*/
.ttl {
	width: 100%;
	text-align: center;
	font-size:20px;
	display: table;
	background:url(../images/ttl_bg.png) ;
	background-size: auto 100%;
	padding:15px 15px 10px;
	font-weight: bold;
	position: relative;
	margin:0 auto 20px;
	box-sizing: border-box;
	line-height: 1.5;
}
.ttl:before {
	position: absolute;
	content:"";
	background:url(../images/ttl_icon01.png) ;
	background-size: 100% auto;
	width:50px;
	height:50px;
	top:-40px;
	left:50%;
	margin-left:-25px;
}
.sub-ttl {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.sub-ttl:before,.sub-ttl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #04589e;
	display: block;
}
.sub-ttl:before {
	margin-right:1em;
}
.sub-ttl:after {
	margin-left:1em;
}
.btn li {
	position: relative;
	z-index: 0;
	width:90%;
	margin: auto;
}
.btn01 .border {
	display: block;
	content:"";
	position: absolute;
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:#3b9cb3 solid 3px;
	border-radius: 6px;
	top:8px;
	left:8px;
	z-index: -1;
}
.btn02 .border {
	display: block;
	content:"";
	position: absolute;
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:#3bb3a7 solid 3px;
	border-radius: 6px;
	top:8px;
	left:8px;
	z-index: -1;
}
.btn a {
	display:block;
	width: 100%;
	background:#fff;
	text-align: center;
	padding:13px 0;
	box-sizing: border-box;
	font-size: 4.6vw;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2;
	border-radius: 6px;
	position: relative;
}
.btn .btn01 a {
	color: #3b9cb3;
	border:#3b9cb3 solid 4px;
	margin:0 0 6.6% 0; 
}
.btn .btn01 a:hover {
	opacity: 1;
	color: #fff;
	background: #3b9cb3;
	border:#3b9cb3 solid 4px;
}
.btn .btn01 a::before{
	display: block;
	content:"";
	position: absolute;
	background:url(../images/btn_arrow01.png) center;
	background-size:100% auto;
	width: 18px;
	height: 14px;
	right:10px;
	top:50%;
	margin-top:-7px
}
.btn .btn02 a {
	color: #3bb3a7;
	border:#3bb3a7 solid 4px;
}
.btn .btn02 a:hover {
	opacity: 1;
	color: #fff;
	background: #3bb3a7;
}
.btn .btn02 a::before{
	display: block;
	content:"";
	position: absolute;
	background:url(../images/btn_arrow02.png) center;
	background-size:100% auto;
	width: 18px;
	height: 14px;
	right:10px;
	top:50%;
	margin-top:-7px
}
.btn .btn02 a::after {
	display:none;
}

/*==============================================================================
section01
===============================================================================*/
#section01 {
	background:#f6f5ef;
	padding:60px 10px 40px 10px
}
#section01 ul {
	display: block;
	justify-content: space-between;
}
#section01 ul li a {
	width:100%;
	display: block;
	position: relative;
	background:#fff;
	margin-bottom: 40px;
}
#section01 ul li a img {
	width:70%;
	display: block;
	position: relative;
		margin:10px auto 0;
}
#section01 ul li a:after {
	position: absolute;
	content:"";
	background:url(../images/arrow_01.png) ;
	background-size: 100% auto;
	width:40px;
	height:40px;
	left:0;
	right:0;
	bottom:-20px;
	margin: auto;
}
#section01 ul li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
#section01 ul li h4 span {
	font-size: 22px;
}
#section01 ul li .text01 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#section01 ul li .inner {
	min-height:auto;
	background:#fff;
	padding:10px 20px 30px;
	text-align: center;
	box-sizing: border-box;
}

/*==============================================================================
section02
===============================================================================*/
#section02 {
	background:#f6f5ef;
	padding:0 10px 10px 10px;
	z-index: auto;
	box-sizing: border-box;
}
#section02 li {
	display:block;
	justify-content: space-between;
	padding-top:0;
}
#section02 .before {
	width:100%;
	text-align: center;
	position:relative;
	z-index: 2;
	margin-bottom: 0;
}
#section02 .before:after  {
	display: block;
	content:"";
	background:url(../images/arrow_02.png) ;
	background-size: 100% auto;
	width:60px;
	height:68px;
	position: absolute;
	top:auto;
	bottom:-60px;
	right:auto;
	left:10px;
	transform: ;
	transform: rotate(20deg);
}
#section02 .before h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
#section02  li {
	position: relative;
	margin-bottom:40px;
}
#section02 .b1 {
	position: absolute;
	display:none;
	content: "";
	width:470px;
	height:50px;
	left:-15px;
	top:85px;
	background:#4480b2;
	z-index: 1;
}
#section02 .b2 {
	position: absolute;
	display:none;
	content: "";
	width:470px;
	height:50px;
	left:-30px;
	top:70px;
	background:#7daed7;
	z-index: 0;
}
#section02 .before h4 span {
	font-size: 22px;
}
#section02 .before .sp_wrap {
	float: right;
	width: 50%;
	padding:0 0 0 10px;
	box-sizing: border-box;
}
#section02 .before .inner {
	box-sizing: border-box;
	padding:20px;
	background: #fff;
}
#section02 .before .text01 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
#section02 .before .img {
	width:50%;
	display: block;
	margin:30px auto 0;
	position: relative;
	float: left;
}
#section02 .before .img:after  {
	display: block;
	content: "BEFORE";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background:#222;
	padding:0 20px;
	border-radius: 20px;
	line-height:20px;
	top:-30px;
	right:auto;
	bottom:auto;
}
#section02 .after  {
	margin:40px 0 0 0;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	width:100%;
	padding:0 20px 30px 20px;
	box-sizing: border-box;
}
#section02 .after h4 {
	width:200px;
	margin:0 auto 10px;
	position: relative;
	top:-30px;
}
#section02 .after .text02 {
	font-size: 17px;
	font-weight: bold;
	margin:-30px 0 10px 0;
}
#section02 .after .img {
	width:80%;
	height:auto;
	margin:20px auto 0;
	position: relative;
}
#section02 .after .img:after  {
	position: absolute;
	display: block;
	content: "AFTER";
	font-size: 18px;
	font-weight: bold;
	background:#f0e248;
	padding:0 20px;
	border-radius: 20px;
	line-height: 36px;
	right:-30px;
	top: -15px;
}

/*==============================================================================
section02_02
===============================================================================*/
#section02_02 {
	padding:60px 10px 20px 10px;
	box-sizing: border-box;
}
#section02_02 li {
	width: 100%;
	margin: 0px auto;
}
/*==============================================================================
offer
===============================================================================*/
.offer {
	background:url(../images/sp_offer_bg.jpg) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding:0;
}
.offer h3 {
	width: 90%;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	display: table;
	padding: 10px 60px;
	box-sizing: border-box;
	border-radius: 40px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	z-index: 0;
	margin:0 auto 20px;
}
.offer h3:before {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width:12px 9px 0 9px;
	z-index: 0;
}
.offer .btn {
	display:block;
	justify-content: space-between;
	width:100%;
	margin:auto;
}
.offer .box {
	position: relative;
	padding:30px 0 40px;
}
.f_offer .box {
	position: relative;
	padding:30px 0 80px;
}
.offer .sub {
	position:absolute;
	color: #FFFFFF;
	bottom:10px;
	left:0;
	padding:0 10px
}

/*==============================================================================
section03
===============================================================================*/
#section03 {
	padding:60px 10px 40px 10px;
	box-sizing: border-box;
}
#section03 ul {
	display: block;
	justify-content: space-between;
}

#section03 ul li {
	width:100%;
	color: #FFFFFF;
	padding-bottom: 20px;
}
#section03 ul .bg01 {
	background:url(../images/sec03_bg01.jpg) ;
	background-size: cover;
}
#section03 ul .bg02 {
	position: relative;
	top:0;
	background:url(../images/sec03_bg02.jpg) ;
	background-size: cover;
}
#section03 ul .bg03 {
	background:url(../images/sec03_bg03.jpg) ;
	background-size: cover;
}
#section03 ul .inner {
	box-sizing: border-box;
	padding:0 20px 20px;
}
#section03 ul .text01 {
	font-size:18px ;
	font-weight: bold;
	margin:5px 0 10px 0;
}

/*==============================================================================
section04
===============================================================================*/
#section04 {
	background:#f6f5ef;
	padding:60px 20px 40px;
	box-sizing: border-box;
}
#section04 .inner01 ul li {
	width: 100%;
	min-height: inherit;
	margin: 0px auto 20px;
	padding: 80px 0 40px;
}
#section04 .inner01 ul li .item {
	width: 90%;
	top: inherit;
	bottom: 0;
	right: 0;
	opacity: 0.3;
}
#section04 .inner01 ul li:nth-child(2n) .item {
	right: inherit;
	left: 0;
}
#section04 .inner01 ul li .text01 {
	font-size: 20px;
	line-height: 40px;
	padding-left: 30px;
	position: absolute;
	left: -15px;
	top: 25px;
}
#section04 .inner01 ul li:nth-child(2n) .text01 {
	padding-left: 20px;
}
#section04 .inner01 ul li .wrap {
	padding: 0 20px;
	position: relative;
	z-index: 99;
}
#section04 .inner01 ul li:nth-child(2n) .wrap {
	padding: 0 20px;
}
#section04 .inner01 ul li h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
#section04 .inner02 {
	background:#fff;
	padding:20px 20px 20px;
	box-sizing: border-box;
	margin-top:40px;
}
#section04 .inner02 ul  {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section04 .inner02 ul li {
	width:30%;
	margin:0 0 20px 0;
}

/*==============================================================================
section05
===============================================================================*/
#section05 {
	background:#f6f5ef;
	padding:60px 10px 40px 10px;
	box-sizing: border-box;
}
#section05 ul {
	display: block;
	justify-content: space-between;
}
#section05  ul li {
	width:100%;
	background: #fff;
	padding:20px 20px;
	box-sizing: border-box;
	text-align: center;
	margin:0 0 20px 0;
}
#section05  ul li img {
	width:60%;
}
#section05  ul li .text01 {
color:#04589e;
	font-size: 18px;
	font-weight: bold;
	margin:10px 0;
}
#section05  .ul02  {
	width:100%;
	margin:0 auto 0;
}

/*==============================================================================
section06
===============================================================================*/
#section06 {
	padding:60px 10px 40px 10px;
	box-sizing: border-box;
}
#section06 li {
	padding-top: 40px;
	position: relative;
}
#section06 li:first-child {
	padding-top: 10px;
}
#section06 li:nth-child(2n)::before {
	display: none;
}
#section06 li .wrap {
	width: 100%;
	float: none;
	padding: 0 0 20px;
}
#section06 li .item {
	width: 100%;
	float: none;
}
#section06 li:nth-child(2n) .wrap {
	float: none;
	padding: 0 0 20px;
}
#section06 li:nth-child(2n) .item {
	float: none;
}
#section06 h4 {
	width: 100%;
	line-height: 45px;
	padding: 5px 20px 0;
	margin-bottom: 20px;
	font-size: 16px;
}
#section06 h4::after,
#section06 h4::before {
	content: "";
	position: absolute;
}
#section06 h4::after {
	width: 60px;
	top: -10px;
	right: 5px;
}
#section06 h4::before {
	display: none;
}
#section06 .text01 {
	font-size: 18px;
}

/*==============================================================================
section07
===============================================================================*/
#section07 {
	background:#f6f5ef;
	padding:60px 10px 10px 10px;
	box-sizing: border-box;
}
#section07 ul {
	display: block;
	margin-top: 35px;
}
#section07 ul li {
	width:100% ;
	padding: 7px 7px 7px;
	margin-bottom: 30px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
#section07 ul li .inner {
	border: 3px solid #f3c5a2;
	padding: 10px;
	position: relative;
}
#section07 ul li .inner .ttl01 {
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -110px
}
#section07 ul li .inner .ttl01 img {
	width: 220px;
	height: auto;
}
#section07 ul li .inner h4 {
	width: 100%;
	font-size: 22px;
	height: auto;
	margin: 60px 0 15px;
}
#section07 ul li:first-child .inner h4 {
	line-height: 1.5;
}

/*==============================================================================
footer
===============================================================================*/
footer {
	color: #FFFFFF;
	padding:0 20px;
}
footer .logo {
	width:50%;
	float: none;
	margin:0 0 20px 0 ;
}
footer .left {
	display: block;
	justify-content: space-between;
}
footer .right  {
	padding:10px 0 0 0;
	margin:0 auto;
	display: table;
	margin: auto;
}
footer .right li {
	display: inline-block;
	padding:0 0 0 0;
	line-height: 1;
}
footer .right li:first-child {
	padding-right:24px;
	margin-right:20px;
	border-right:1px solid #fff;
}
footer .right a {
	color: #FFFFFF;
}
footer .upper {
	padding:20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
footer .copy {
	padding:20px 0;
	text-align: center;
}
}

@media screen and (max-width:340px){/*SE*/
	#header-wrapper .h_btn a {
	display:table-cell;
	text-align: center;
	padding:7px 7px 5px;
	box-sizing: border-box;
	font-size:9px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2;
	width:auto;
	border-radius: 6px;
	background:#fff;
	margin:0 0 0 0 ;
}
}