@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #ccc;
	color: #333;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 22px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	transition: all 0.3s ease;
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

a:visited {
	text-decoration: none;
}

img {
	vertical-align: top;
}

ul li {
	list-style: none;
}

.center {
	text-align: center;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/*----------------------------------------------------
 #container
----------------------------------------------------*/
.container {
	width: 1060px;
	margin: 0 auto;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/
.header {
	background: #fff;
	padding: 5px 0 1px 0;
}

.header .logo {
	float: left;
	width: 100%;
	max-width: 166px;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
}

.header .logo img {
	max-width: 100%;
}

.header .bt_area {
	float: right;
}

.header .bt_area .tel_bt {
	float: right;
	margin: 1px 0 0 0;
}

.header .bt_area .line_bt {
	float: right;
	margin: 1px -12px 0 0;
}

/*----------------------------------------------------
 main
----------------------------------------------------*/

section.main {
	/*--width: 100vw;--*/
	width: 100%;
	padding: 121px 0 84px;
	/*--height: 100vh;--*/
	/*--background: url('../img/main_bg.jpg');--*/
	background-color: #192631;
	background-size: cover;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}


/*----------------------------------------------------
 campaign
----------------------------------------------------*/

section.campaign {
	background: url('../images/border_bg.png') top #f6f5f5 repeat-x;
	padding: 20px 0 38px 0;
}

section.campaign .title {
	text-align: left;
	padding: 15px 0;
}

section.campaign .campaign_box_01 {
	padding: 0 0 35px;
	position: relative;
}

section.campaign .campaign_box_01 .obj {
	position: absolute;
	top: -31px;
	left: -23px;
	-webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-moz-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-o-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-webkit-animation: rubberBand 2s ease-in-out infinite;
	animation: rubberBand 2s ease-in-out infinite;
}

section.campaign .campaign_box_01 .left {
	float: left;
	width: 78%;
}

section.campaign .campaign_box_01 .right {
	float: right;
	width: 22%;
	text-align: center;
	padding: 46px 0 0 0;
}

section.campaign .campaign_box_02  {
	padding: 0 0 25px;
}

section.campaign .campaign_box_02 .obj {
	position: absolute;
	top: -31px;
	left: -23px;
	-webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-moz-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-o-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-webkit-animation: rubberBand 2s ease-in-out infinite;
	animation: rubberBand 2s ease-in-out infinite;
}

section.campaign .campaign_box_02 .right {
	float: right;
	width: 78%;
	position: relative;
}

section.campaign .campaign_box_02 .left {
	float: left;
	width: 22%;
	text-align: center;
	padding: 103px 0 0 0;
}

section.campaign .campaign_box_03  {
	padding: 0 0 25px;
}

section.campaign .campaign_box_03 .obj {
	position: absolute;
	top: -31px;
	left: -23px;
	-webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-moz-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-o-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	transition: all 1s cubic-bezier(0.5, 0, 0, 1);
	-webkit-animation: rubberBand 2s ease-in-out infinite;
	animation: rubberBand 2s ease-in-out infinite;
}

section.campaign .campaign_box_03 .right {
	float: right;
	width: 78%;
	position: relative;
}

section.campaign .campaign_box_03 .left {
	float: left;
	width: 22%;
	text-align: center;
	padding: 46px 0 0 0;
}

/*----------------------------------------------------
 contact
----------------------------------------------------*/

section.contact {
	background: url('../images/border_bg.png') top repeat-x;
	padding: 8px 0 0 0;
}

section.contact .contact_area {
	background: url('../images/contact_bg.png');
	background-size: cover;
	padding: 33px 0 47px;
}

section.contact .contact_area .container {
	position: relative;
}

section.contact .title {
	text-align: left;
	margin: 0 0 24px;
}

section.contact .obj {
	position: absolute;
	top: 31px;
	right: 15px;
}

section.contact .bt_area .line_bt {
	float: left;
	text-align: center;
	margin: 0 0 0 13px;
}

section.contact .bt_area .tel_bt {
	float: right;
	text-align: center;
	margin: 0 13px 0 0;
}

/*----------------------------------------------------
 point
----------------------------------------------------*/

section.point {
	background: url('../images/border_bg.png') top repeat-x;
	padding: 8px 0 0 0;
}

section.point .point_area {
	background: url('../images/point_bg.png');
	background-size: cover;
	padding: 40px 0 30px;
}

section.point .obj {
	text-align: center;
	margin: 0 0 30px;
}

/*----------------------------------------------------
 message
----------------------------------------------------*/

section.message {
	background: url('../images/message_bg.png');
	background-size: cover;
	padding: 0 0 45px 0;
	text-align: left;
	color: #fff;

}

section.message .text {
	margin: 0 22px;
}

section.message .title {
	text-align: left;
	padding: 55px 0 0;
	margin: 0 0 60px;
}

section.message p {
	font-size: 22px;
	margin: 0 0 30px;
	letter-spacing: 1px;
}

/*----------------------------------------------------
 #flow
----------------------------------------------------*/

#flow {
	padding-top: 100px;
	padding-bottom: 80px;
	background: linear-gradient(101.88deg, #EAF2F9 -9.11%, #FBFBFC 52.2%, #E6F0F9 94.15%, #A0D2FF 114.8%);
}

#flow .container {
	max-width: 960px;
}

#flow .head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}

#flow .head h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#flow .head h2 b {
	margin-bottom: 20px;
	position: relative;
	font-size: 66px;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: "Dancing Script", serif;
	background: linear-gradient(94.26deg, #115BFB 1.21%, #118BFB 79.97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

#flow .head h2 b:after {
	content: '';
	width: 102px;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#flow .head h2 small {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

#flow .flowList {
	position: relative;
}

#flow .flowList:before {
	background: url('../images/flow-dots.svg') repeat-y center center/contain;
	content: '';
	height: 100%;
	left: 89px;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: 0;
}

#flow .flowList .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#flow .flowList .box .imageArea {
	width: 182px;
	height: 182px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

#flow .flowList .box .imageArea .image {
	width: 55%;
}

#flow .flowList .box.box01 .imageArea .image {
	transform: translateX(23px);
	-webkit-transform: translateX(23px);
	-ms-transform: translateX(23px);
}

#flow .flowList .box.box03 .imageArea .image {
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
}

#flow .flowList .box.box04 .imageArea .image {
	transform: translateY(7px);
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
}

#flow .flowList .box.box05 .imageArea .image {
	transform: translateY(7px);
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
}

#flow .flowList .box.box06 .imageArea .image {
	transform: translateX(12px);
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
}

#flow .flowList .box.box07 .imageArea .image {
	width: 60%;
	transform: translateY(16px);
	-webkit-transform: translateY(16px);
	-ms-transform: translateY(16px);
}

#flow .flowList .box.box08 .imageArea .image {
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
}

#flow .flowList .box .conts {
	width: calc(100% - 224px);
}

#flow .flowList .box .conts .stepTex {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "Dancing Script", serif;
	background: linear-gradient(94.26deg, #115BFB 1.21%, #118BFB 79.97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

#flow .flowList .box .conts h4 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.075em;
	margin-bottom: 10px;
}

#flow .flowList .box .conts p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.075em;
}

/*----------------------------------------------------
 infomation
----------------------------------------------------*/

section.infomation {
	background: #fff;
	padding: 0 0 70px 0;
}

section.infomation .title {
	text-align: left;
	padding: 55px 0 0;
	margin: 0 0 60px;
}

section.infomation .shop {
	text-align: center;
	margin: 0 0 20px;
}

section.infomation .shop .left {
	float: left;
	margin: 0 0 0 18px;
}

section.infomation .shop .right {
	float: right;
	margin: 0 18px 0 0;
}

section.infomation .shopFlex {
	display: flex;
	justify-content: space-between;
	width: 1015px;
	margin: 0 auto 10px;
}

section.infomation .shopFlex > div {
	width: 32.4%;
}

section.infomation .shopFlex > div img {
	max-width: 100%;
}

section.infomation table {
	margin: 0 18px 15px 21px;
	width: 1015px;
	border-collapse: inherit;
	border-spacing: 0px 3px;
}

section.infomation table th {
	background: #a3d1d0;
	padding: 14px 0 14px 18px;
	width: 27%;
	text-align: left;
}

section.infomation table td {
	padding: 14px 10px 14px 18px;
	background: #fff;
	border: 1px solid #a3d1d0;
	font-size: 20px;
}

section.infomation .map {
	text-align: center;
}

/*----------------------------------------------------
 faq
----------------------------------------------------*/

section.faq {
	background: url('../images/border_bg.png') top repeat-x;
	padding: 8px 0 0 0;
}

section.faq .faq_area {
	background: #fff;
	padding: 40px 0 55px;
}

section.faq .title {
	text-align: left;
	margin: 0 0 30px 11px;
}

section.faq .cp_actab {
	position: relative;
	overflow: hidden;
	width: 1015px;
	margin: 0 auto 10px;
	color: #ffffff;
}

section.faq .cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

section.faq .cp_actab label {
	font-weight: bold;
	line-height: 89px;
	position: relative;
	display: block;
	padding: 0 0 0 0;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #fff;
	color: #333;
	border-top: 3px solid;
	border-right: 3px solid;
	border-image: linear-gradient(to right, #00A0D4 0%, #00A7C3 100%);
	border-image-slice: 1;
}

section.faq .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333;
	background: #fff;
	border-left: 3px solid;
	border-right: 3px solid;
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #00A0D4 0%, #00A7C3 100%);
	border-image-slice: 1;
	margin: -1px 0 0 0;
	font-weight: bold;
	margin: -1px 0 0 0;
	font-weight: bold;
}

section.faq .cp_actab .cp_actab-content p {
	margin: 1em;
	font-weight: normal;
}

/* :checked */
section.faq .cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}

/* Icon */
section.faq .cp_actab label::after {
	line-height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

section.faq .cp_actab input[type=checkbox] + label::after {
	content: '+';
}

section.faq .cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

section.faq .cp_actab input[type=checkbox]:checked + label {
	color: #fff;
	background: rgb(0,161,210);
	background: -moz-linear-gradient(left, rgba(0,161,210,1) 0%, rgba(0,167,195,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,161,210,1) 0%,rgba(0,167,195,1) 100%);
	background: linear-gradient(to right, rgba(0,161,210,1) 0%,rgba(0,167,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1d2', endColorstr='#00a7c3',GradientType=1 );
}

section.faq .question_no {
	margin: 0 30px 0 0;
	padding: 31px 0;
	background: rgb(11,164,214);
	background: -moz-linear-gradient(left, rgba(11,164,214,1) 0%, rgba(0,161,211,1) 100%);
	background: -webkit-linear-gradient(left, rgba(11,164,214,1) 0%,rgba(0,161,211,1) 100%);
	background: linear-gradient(to right, rgba(11,164,214,1) 0%,rgba(0,161,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba4d6', endColorstr='#00a1d3',GradientType=1 );
}


/*----------------------------------------------------
 footer
----------------------------------------------------*/

footer {
	background: url('../images/border_bg.png') top #182a35 repeat-x;
	color: #63717a;
	font-size: 14px;
	padding: 36px 0 14px;
	text-align: center;
}

footer p {
	margin: 0 0 6px;
	color: #fff;
}


/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
header.global nav ul:after { content: ''; display: block; clear: both; }
