﻿@charset "utf-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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;}

/* ------------------------------------------------------------------------------------------ */

html, body {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ffffff;
}

body {
	min-width:1020px;
}

#wrap {

}

/* header ----------------------------------------------- */

header {

}

.header_flexbox {
	display:flex;
	max-width:1020px;
	justify-content: space-between;
	margin:0 auto;
	padding-top:25px;
}

 /* 日にち */
 /* .date {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:10000;
}*/


/* mainvisual ----------------------------------------------- */

.mainvisual_cont {
	text-align:center;
	padding:25px 0 50px 0;
	line-height:1.7em;
}

.section_text01 {
	font-size:28px;
	width:800px;
	margin:0 auto;
	line-height: 1.7em;
}



/* free_consultation_cont --------------------------------- */

.free_consultation_cont {
	background:#1c2b50;
	text-align: center;
	padding:50px 0;
	min-width:1020px;
	position:relative;
	
}

.gentei_img {
	position:absolute;
	top:0;
}

#free_consul .text1 {
	font-size:27px;
	font-weight:500;
	color:#fff;
	padding:30px 0 40px 0;
}

#free_consul .text2 {
	font-size:54px;
	font-weight:500;
	color:#fff;
}

#free_consul .text3 {
	color:#a60921;
	background:#fff;
	font-size:27px;
	font-weight:500;
	padding:15px;
	max-width:850px;
	margin:0 auto 50px auto;
}

#free_consul .free_consul_flexbox {
	display:flex;
	max-width:725px;
	justify-content: space-around;
	align-items: center;
	margin:0 auto;
}

#free_consul .mail {
	margin-top:20px;
	transition:opacity 0.5s;
}

#free_consul .mail:hover {
	opacity:0.7;
	
}

/* hope and fuan --------------------------------- */

#hope_fuan {

}

.hope_fuan_img {
	padding-top:80px;
	text-align:center;
}

#hope_fuan .text1 {
	font-size:40px;
	text-align: center;
}

.select {
	background:#1c2b50;
	color:#fff;
	padding:30px 0;
	line-height:3.5em;
	margin-top:50px;
}

.green {
	color:#8c8b00;
}

.red {
	color:#a60921;
}


.message1_flexbox {
	display:flex;
	max-width:720px;
	justify-content: space-between;
	align-items: center;
	margin:50px auto;
}

.message1_text {
	font-size:39px;
	font-weight:500;
	line-height:1.7em;
	text-align:center;
}

.accent1,.accent3 {
	font-size:55px;
}

.accent2 {
	font-size:55px;
}

/* cases ----------------------------------------------- */

#cases {
	text-align:center;
	background:#efefef;
	padding:50px 0;
}

#cases .text1 {
	font-size:41px;
	padding-bottom:40px;
	font-weight:500;
}

#cases .text2 {
	font-size:37px;
	font-weight:500;
	line-height:1.5em;
	padding-bottom:20px;
}

#cases .text3 {
	font-size:37px;
	font-weight:500;
	line-height:1.5em;
}

.case_box {
	background:#fff;
	padding:15px;
	width:auto;
	max-width:880px;
	margin:0 auto 50px auto;
}

.case_box_title {
	font-size:25px;
	font-weight:500;
	max-width:850px;
	background:#1c2b50;
	color:#fff;
	padding:10px 0;
	margin:0 auto;
}

.case_box_text {
	font-size:25px;
	line-height:1.5em;
	font-weight:500;
	padding:25px 0;
}


.section_01_flexbox {
	display:flex;
	justify-content: space-around;
	align-items: center;
	margin:0 auto;
	max-width:800px;
	padding:50px 0;
}

.man_img2 {
	padding-bottom:50px;
}

/* success ----------------------------------------------- */

#success {
	text-align:center;
	font-weight:500;

}

.success_cont {
	padding-top:80px;
}

.success_text {
	font-size:18px;
	line-height:1.5em;
	text-align:left;
	max-width:700px;
	margin:0 auto;
	
}

.success_text2 {
	font-size:20px;
	line-height:1.7em;
	text-align:left;
	max-width:900px;
	margin:0 auto;
	
}

.success_text3 {
	font-size:24px;
	line-height:2em;
	max-width:900px;
	margin:0 auto;
	font-weight:700;
	
}



.accent4

#success .text1 {
	font-size:25px;
	line-height:1.7em;
}

#success .text2 {
	font-size:37px;
	line-height:1.7em;	
}


.all_in_one_only_one {
	margin:25px 0;
}

.all_in_one {
	margin:100px auto 50px auto;
}

.flow {
	margin:50px 0;
}

.accent5 {
	font-size:57px;
	line-height:1.7em;
}

/* example ----------------------------------------------- */

#example {
	background:#1c2b50;
	padding:50px 0;

}

.example_cont {
	min-width:1020px;
	margin:0 auto;
}

.example_title {
	font-size:27px;
	color:#fff;
	width:400px;
	font-weight:500;
	text-align:center;
	border-bottom:solid 4px #fff;
	padding-bottom:20px;
	margin:0 auto 40px auto;
}

.example_title2 {
	display:flex;
	color:#fffde8;
	align-items:flex-end;
	font-weight:500;
	font-size:24px;
	justify-content: space-around;
	
}

#example .text1 {
	text-align:center;
}

#example .text2 {
	line-height:1.2em;
}

.accent6 {
	font-size:77px;
}

.example_text {
	background:#fff;
	padding:20px;
	line-height:1.8em;
	margin-top:25px;

	
}

.staff_img {
	position:absolute;
	right:8px;
	bottom:-8px;
}


.example_text2 {
	background:#fff;
	padding:20px 124px 20px 20px;
	line-height:1.8em;
	margin-top:25px;
	position:relative;
}

.example_box {
	width:48%;
}

.example_flexbox {
	display:flex;
	max-width:1020px;
	justify-content: space-between;
	margin-bottom:40px;
	margin:70px auto 0 auto;
	
}



/* free_consultation_cont2 --------------------------------- */

#free_consul2 .free_consultation_cont {
	background:#a60921;
	text-align: center;
	padding:50px 0;
	min-width:1020px;
	position:relative;
}

#free_consul2 .gentei_img {
	position:absolute;
	top:0;
}

#free_consul2 .text1 {
	font-size:27px;
	font-weight:500;
	color:#fff;
	padding:30px 0 40px 0;
}

#free_consul2 .text2 {
	font-size:54px;
	font-weight:500;
	color:#fff;
}

#free_consul2 .text3 {
	color:#a60921;
	background:#fff;
	font-size:27px;
	font-weight:500;
	padding:15px;
	max-width:850px;
	margin:0 auto 50px auto;
}

#free_consul2 .free_consul_flexbox {
	display:flex;
	max-width:725px;
	justify-content: space-around;
	align-items: center;
	margin:0 auto;
}

#free_consul2 .mail {
	margin-top:20px;
	transition:opacity 0.5s;
}

#free_consul2 .mail:hover {
	opacity:0.7;
	
}


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

#contact {
	background:#fffde8;
	padding:100px 0;
}

#section_contact{
	position: relative;
	margin: 0 auto ;
}

	#section_contact h2{
		font-size: 31px;
		font-weight: bold;
		text-align: center;
		background-image:url("../images/contact.png");
		background-repeat:no-repeat;
		width:520px;
		margin:0 auto;
		
	}
	#section_contact form{
		width: 570px;
		background-color: #19264c;
		padding: 60px 120px;
		margin: 20px auto 120px;
	}
	#contact_form{
		color: #FFF;
	}
	#contact_form span{
		font-size: 11px;
		color: #eb6445;
		padding: 0 0 0 3px;
	}
	#section_contact input:not(#check1){
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
		font-size: 16px;
		padding: 3px 10px;
		margin: 0 0 20px 18px;
	}
	select{
		width: 345px;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
		font-size: 16px;
		padding: 3px 10px;
		margin: 0 0 20px 18px;
	}
	.input1{
		width: 320px;
	}
	textarea{
		width: 320px;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
		font-size: 16px;
		padding: 8px 10px;
		margin: 0 0 20px 18px;
	}
	.td_1{
		width: 160px;
		vertical-align: top;
		padding: 2px 0 0;
	}
	.td_2{
		width: 160px;
		vertical-align: top;
		padding: 7px 0 0;
	}
	#check1{
		display: block;
		width: 176px;
		height: 53px;
		background-image: url(../images/btn_1.png);
		background-repeat: no-repeat;
		background-size: cover;
		border: none;
		margin: 20px auto 0px;
	}
	#anim2{
		position: absolute;
		top: -405px;
		right: 20px;
	}

#top {
		text-align: center;
		font-size:20px;
		font-weight:500;
		color:#1c2b50;
}

.top {
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 30px solid #a60921;
		margin:0 auto 10px auto;
}


/* cprivacyPolicy --------------------------------- */

#privacyPolicy1　{
	width: 100%;
	background-color: #FFF;
	margin: 30px auto 0;
}

#privacyPolicy1 a{
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 4;
	text-align: center;
	color: #19264c;
	text-decoration: underline;
	}

#privacyPolicy2　{
	display: none;
	padding: 0 30px 10px;
}
#privacyPolicy2 p　{
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px;
}

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


.footer　{
	
}

.footer_cont {
	background: #19264c;
	margin:0 auto;
	color: #FFF;
	padding-top:50px;
}

#footer_contact a {
	color:#fff;
	text-decoration: none;
}

.footer_flexbox {
	display:flex;
	min-width:1020px;
	margin:0 auto;
	justify-content: space-around;
}


#footer_logo {
	padding: 0px 50px 15px 10px;
}

#footer_logo2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#footer_logo2 h2 {
	font-size: 23px;
	margin: 12px 0 8px;
}

#footer_logo2 h3 {
	font-size: 13px;
}

#footer_logo2 strong {
	position: absolute;
	top: -10px;
	left: 3px;
	font-size: 14px;
}

#footer_contact　{
	padding: 40px 30px 12px;
}

#footer_contact p:nth-of-type(1) {
	font-size: 18px;
	line-height: 1.8;
}

#footer_contact p:nth-of-type(2) {
	font-size: 14px;
	margin: 10px 0 0;
}

#footer_contact p:nth-of-type(3) {
	font-size: 39px;
	letter-spacing: 3px;
	line-height: 1.4;
}

#footer_contact p:nth-of-type(4) {
	font-size: 14px;
}


#copyright{
	font-size: 12px;
	text-align: center;
	padding: 25px 0;
}

#wrap_thanks{
	background-color: #f5f5f5;
	padding: 100px 0 350px;
}

#thanks_section{
	height: 280px;
	background-image: url(../images/step_bg1.png);
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 1.8;
	text-align: center;
	font-size:30px;
}

#btn_top{
	display: block;
	margin: 170px auto 0;
}


/* reflection ------------------------------------------------------------------------------------------ */

.reflection-img{
    width       :344.5px;
    height      :71.5px;
    position    :relative;
    overflow    :hidden;
	margin: 1px 0 0 35px;
}

.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
