@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} /* HTML5 display-role reset for older browsers  */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #333;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "BIZ UDPGothic", Meiryo, "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
	font-size: 16px;/*9*/
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.75;/*1.618*/
	color: #333;
}
/**/

.hero {
	background-image: url(../img/hero_bg.jpg);
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 76px;
}
.hero h1 {
	max-width: 960px;
	margin: 0 auto;
	padding: 9% 0 9% 56px;
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}
.wrapper_wide {
	width: 100%;
	background-color: #2FA3B2;
}
.wrapper_wide_w {
	width: 100%;
}
.wrapper_wide_G {
	width: 100%;
	background-color: #CCC;
	background: -webkit-gradient(radial, center, 0, center, 100, from(#fff), to(#E9EAEA));
	background: -webkit-radial-gradient(center, circle cover, #fff, #E9EAEA);
	background: -moz-radial-gradient(center, circle cover, #fff, #E9EAEA);
	background: -o-radial-gradient(center, circle cover, #fff, #E9EAEA);
	background: radial-gradient(circle farthest-corner at center, #fff, #E9EAEA);
}
.header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	top: 0;
	z-index: 200;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
}
.header .cont {
	margin: 0 auto;
	padding: 0.75rem;/*12px*/
	display: flex;
	align-items: center;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.header .logo {
	padding: 0 0;
	display: inline-block;
 width:calc(216/960*100%);
}
nav {
	margin-left: auto;
	font-size: 0.875rem;/*14px*/
}
nav ul {
	display: flex;
}
nav ul li a {
	padding: 0 0.5rem;
}
a:hover {
	color: #2F6FB2;
	transition : 0.3s;
}
.button, .button_top {
	position: relative;
	z-index: 10;
}
.button_link {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button_wrap {
	text-align: center;
}
.button_wrap img {
	padding-bottom: 5rem;
}
.button {
	max-width: 420px;
	height: 5.125rem;
	line-height: 5.125rem;
	margin: 0 auto;
	background-color: #2F6FB2;
	font-size: 1.625rem;/*26px*/
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.button_top {
	width: 140px;
	height: 3.25rem;/*50*/
	line-height: 3.25rem;
	margin-left: 1rem;
	background-color: #2F6FB2;
	text-align: center;
}
.button_link img {
	vertical-align: text-top;
}
.button_top a, .button a {
	color: #FFF;
	text-align: center;
}
.button:hover, .button_top:hover, a:hover {
	opacity: 0.7;
	transition : 0.3s;
}
.footer {
	text-align: center;
	padding-bottom: 2rem;
	margin-top: -2rem;
	font-size: 12px;
}
.footer img {
	margin-bottom: 1rem;
}
/**/
.section {
	text-align: justify;
	text-justify: inter-ideograph; /* IE */
	text-justify: inter-character; /* Firefox */
	padding: 0;
	height: auto;
	padding: 5rem 0 0;
}
h2 {
	font-size: 1.625rem;
	font-weight: bold;
	text-align: center;
	height: auto;
	line-height: auto;
	margin-bottom: 4rem;/*64*/
}
h2 img {
	max-width: 100%;
	height: auto;
	margin-top: -9px;
}
/*sec01*/
.sec01, .sec02 {
	margin: 0 2.875rem;
}
.sec01 h3 {
	font-size: 1.25rem;/*20*/
	font-weight: bold;
	margin: 0 2rem 1.625rem;/*32 26*/
}
h4 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.04em;
}
.sec01 h4 {
	padding: 1.625rem 2rem;/*26 32*/
	background: #616163;
	background: -moz-linear-gradient(left, #000000 0%, #616163 100%);
	background: -webkit-linear-gradient(left, #000000 0%, #616163 100%);
	background: linear-gradient(to right, #000000 0%, #616163 100%);
	line-height: 2;
}
.list {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5rem;
	line-height: 1.7;
}
.list >span {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
/*sec02*/
.sec02 h3 {
	font-size: 1.5rem;/*24*/
	font-weight: bold;
	margin: -7px 0 1.625rem 1rem;/*26*/
	line-height: 1.5;
}
.feature_ttl {
	display: flex;
	align-items: flex-start;
}
.feature {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2.875rem;
}
.feature_item {
	width: calc( ( 100% - 40px )/2 );
}
.feature_item p >span {
	background: #E0EAEA;
	padding: 1px 0;
}
.txt_link {
	font-weight: bold;
	color: #2F6FB2;
}
/**/
.sec02_flow, .sec03_service {
	position: relative;
	background-color: #CCDBDD;
	margin: 0 14px;
	padding: 2.875rem 1.625rem;
}
.sec02_flow p {
	font-size: 0.75rem;/*12px*/
	text-align: right;
	margin-top: 0.5rem;
	margin-bottom: -1.25rem;
}
.sec02_flow >h4, .sec03_service >h4 {
	position: absolute;
	top: -16px;
	left: -14px;
	width: 260px;
	background-color: #333;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.25);
	text-align: center;
	height: 40px;
	line-height: 40px;
}
/*list*/
.sec02_feature-o, .sec03_menue, .sec04_case {
	padding-bottom: 3.125rem;/*50px*/
}
.feature-o {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
 @media screen\0 {
.feature-o, .menue_1 {
	justify-content: space-around;
}
}
.feature-o-item {
	width: calc( ( 100% - 80px )/3 );
	margin-bottom: 1.875rem;/*30*/
}
.feature-o-item img, .menue_1-item img, .menue_2-item img {
	display: block;
	margin: 0 auto;
}
.feature-o-item h5, .menue_1-item h5, .menue_2-item h5, .service-item h5 {
	font-size: 1.125rem;/*18px*/
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.75rem;
	letter-spacing: 0.08em;
}
/*sec03*/
.sec03_menue >h2, .sec04_case >h2, .sec05_FAQ >h2 {
	color: #FFF;
	width: 12.5rem;/*200px*/
	height: auto;
	line-height: 1;
	padding: 1rem 0;
	margin-bottom: 4rem;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0 auto 4rem;
}
.menue_1 {
	color: #FFF;
}
.menue_1 {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.menue_1-item {
	width: calc( ( 100% - 80px )/3 );
	margin-bottom: 1.875rem;/*30*/
}
/**/
.sec03_service {
	background-color: #FFF;
	margin-bottom: 5rem;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.15);
}
.service-item h5 {
	margin-bottom: 0.25rem;
	background-color: #E0EAEA;
}
.service-item p {
	text-align: left;
	text-justify: inter-ideograph; /* IE */
	text-justify: inter-character; /* Firefox */
	padding: 0;
}
.service {
	display: flex;
	justify-content: space-between;/*center*/
	flex-wrap: wrap;
}
.service-item {
	width: calc( ( 100% - 20px )/2 );
	margin-bottom: 1.875rem;/*30*/
}
.service-item:nth-child(n+7) {
	margin-bottom: 0;
}
/*sec04*/
.sec04_case >h2, .sec05_FAQ >h2 {
	color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.case {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.case img {
	width: 120px;
}
.case-item {
	width: calc( 100% /5 );
	margin-bottom: 1.875rem;/*30*/
	padding: 1.5rem;
}
/*sec05 FAQ*/
.sec05_FAQ {
	margin-left: 14px;
	margin-right: 14px;
}
.FAQ-item >h4 {
	text-align: left;
	background-color: #2F93B2;
	padding-left: 1.625rem;/*26*/
	height: 40px;
	line-height: 40px;
}
.FAQ-A {
	margin: 1.625rem;/*26*/
}
.FAQ-A dt {
	float: left;
	font-size: 1.25rem;/*20px*/
	font-weight: bold;
	margin-top: -5px;
}
.FAQ-A dd {
	margin-left: 24px;
}
.FAQ-list {
	margin-top: 1rem;
}
.FAQ-list p {
	padding-left: 1em;
	text-indent: -1em;
}
.FAQ-list p span {
	font-weight: bold;
	background-color: #A9C5C8;
}
/*page_top*/
#page_top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 100;
}
#page_top a {
	background-color: #fff;
	display: block;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
#page_top a img {
	-webkit-transition: all .3s;
	transition: all .3s;
}
#page_top a i {
}
/**/
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}
.pc {
}
.sp {
	display: none;
}
.no-d {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 @media screen and (max-width:959px) {
.hero h1 {
	padding: 16% 0 16% 56px;
}
}


/* tab */
@media screen and (max-width:767px) {
.hero h1 {
	width: 90%;
	padding: 20% 0;
}
.FAQ-A {
	margin: 1rem;
}
.FAQ-item >h4 {
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	height: auto;
	line-height: 1.5;
}
.h4_inner {
	margin-left: 1.2em;
	text-indent: -1.2em;
	text-align: justify; /* 基本 */
	text-justify: inter-ideograph; /* IEで必要 */
	text-justify: inter-character; /* Firefoxで必要 */
	padding: 0;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
}

/* sp */
@media screen and (max-width:640px) {
html {
	font-size: 12px;
}
.wrapper {
	width: auto;
	margin: 0px auto;
}
.footer {
	font-size: 0.8em;
}
nav ul {
	display: block;
}
.header .cont {
	justify-content: space-between;
}
.button_top {
	width: 100px;
	height: 32px;
	line-height: 32px;
	margin-right: 42px;
}
/*to-top*/
#page_top {
	bottom: 10px;
	right: 10px;
}
/*H_button*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 4px;
	top : 3px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.hamburger span {
	display : block;
	position: absolute;
	width : 30px;
	height : 2px;
	left : 6px;
	background : #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition : 0.3s ease-in-out;
	transition : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}
/* H_button_open */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background : #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform : rotate(-45deg);
	transform : rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
	top: 16px;
	background : #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform : rotate(45deg);
	transform : rotate(45deg);
}
nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top : 0;
	left : 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
	background : #ddd;
}
nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration : none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	opacity: 100;
}
/**/
.section {
	margin: 0 1rem;
	padding: 4rem 0 0;
}
.hero {
	margin-top: 50px;
}
h2 {
	margin-bottom: 2rem;
}
h2 img {
	margin-top: -6px;
	max-width: 100%; 
    height:auto;
}
.sec01 h3 {
	margin: 0 1.5rem 1.625rem;
}
.list >span {
	padding-bottom: 2px;
}
.feature, .service {
	display: block;
}
.feature_item {
	width: 100%;
	margin-bottom: 2rem;
}
.sec02 h3 {
	margin: -5px 0 1rem 1rem;
}
.sec02_flow, .sec03_service {
	margin: 0 12px;
	padding: 2.875rem 1rem;
}
.sec02_flow >h4, .sec03_service >h4 {
	width: 160px;
}
.sec02_flow p {
	text-align: justify; /* 基本 */
	text-justify: inter-ideograph; /* IE */
	text-justify: inter-character; /* Firefox */
	padding: 0;
	line-height: 1.5;
}
.feature-o, .menue_1 {
	justify-content: space-between;
}
.feature-o-item, .menue_1-item {
	width: calc( ( 100% - 12px )/2 );
}
.menue_1-item:nth-child(5) {
	margin-bottom: 3rem;
}
.feature-o-item img, .menue_1-item img, .menue_2-item img {
	width: 120px;
}
.sec03_service {
	margin-bottom: 4rem;
}
.service-item {
	width: 100%;
	margin-bottom: 1rem;
}
.service-item:nth-child(7) {
	margin-bottom: 1.85rem;
}
.service-item:nth-child(8) {
	margin-bottom: 0;
}
.case-item {
	width: calc( 100% /3 );
	padding: 1rem;
}
.footer img {
	width: 200px;
	margin-bottom: 1.5rem;
}
.button .button_link img {
	width: 1.625rem;
}
.button_top .button_link img {
	width: 1rem;
}
.button {
	max-width: 300px;
}
.button_wrap img {
	max-width: 300px;
	padding-bottom: 4rem;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
}
.wrapper {
	overflow: hidden;
}
