@charset "utf-8";

@font-face {
   font-family: MyWebFont01;
   src: url('font/font01.woff') format("woff");
   font-weight: normal;
}
@font-face {
   font-family: MyWebFont01;
   src: url('font/font02.woff') format("woff");
   font-weight: bold;
}

html{
	font-size: 62.5%;
}
body{
	font-family: MyWebFont01;
	font-size: 1.4rem;
	font-weight: normal;
	color: #555555;
	min-width: 1000px;
}

.inner{
	max-width: 1000px;
	margin: 0 auto;
}
.sp{
	display: none;
}


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

    Element

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

#fv{
	background: url(images/fv_bg.png) no-repeat center;
	background-size: cover;
	padding: 160px 0 80px;
	position: relative;
}
#fv .logo{
	position: absolute;
	left: 0;
	top: 0;
}
#fv h1{
	text-align: center;
	margin: 0 0 40px;
}
#fv p{
	text-align: center;
	margin: 0 0 40px;
}
#fv .fv_item{
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
#fv .fv_item ul{
	text-align: left;
	margin: 40px 0 0;
}
#fv .fv_item ul li{
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
    padding: 0 0 0 15px;
    position: relative;
}
#fv .fv_item ul li::before{
	content: "＊";
	position: absolute;
	left: 0;
	top: 0;
}


#list_area{
	background: url(images/list_bg.png);
	padding: 80px 20px 140px;
}
#list_area h2{
	text-align: center;
	font-size: 3.4rem;
	color: #123457;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
}
#list_area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#list_area ul li{
    background: #fff;
    width: 300px;
    margin: 60px 0 0;
    box-sizing: border-box;
    padding: 35px 20px 25px;
    font-size: 1.7rem;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 2px 0px 8px rgba(220, 218, 218, 0.7);
    position: relative;
    text-align: justify;
}
#list_area ul li::before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	background: url(images/list_ico.png) no-repeat center;
}
#list_area ul li::after{
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background: url(images/list_before.png) no-repeat center;
	position: absolute;
	top: 100%;
	right: 15px;
}
#list_area ul li span{
	background: url(images/line.png) repeat-x bottom center;
	color: #13d0ab;
}

#solution{
	background: url(images/solution_bg.png) no-repeat center #eaf6f8;
	background-size: cover;
	padding: 85px 20px;
}
#solution .inner{
	position: relative;
}
#solution .inner img{
    position: absolute;
    right: 0;
    bottom: -94px;
}
#solution h2{
	font-size: 3rem;
	letter-spacing: 0.05em;
}
#solution h2 b{
	color: #13d0ab;
	font-size: 4rem;
}
#solution h2 b span{
	position: relative;
}
#solution h2 b span::before{
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: -15px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #ffff00;
}

#about{
	background: url(images/about_bg.png) no-repeat center;
	background-size: cover;
	padding: 60px 0 80px;
}
#about dl{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#about dl dt{
	color: #fff;
}
#about dl dt h2{
	color: #fff;
	font-size: 4.8rem;
	letter-spacing: 0.05em;
	margin: 0 0 60px;
}
#about dl dt h2 img{
    display: block;
    margin: 0 0 15px -10px;
}
#about dl dt span{
	font-size: 2.8rem;
}
#about dl dt span img{
	display: block;
	margin: 15px 0;
}
#about dl dt h3{
	font-size: 4rem;
	line-height: 1.6;
	color: #ffff66;
}
.conditions{
	border: solid 1px #fff;
	padding: 30px;
	margin: 40px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.conditions h4{
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.1em;
	width: 300px;
	text-align: center;
}
.conditions h4 img{
	display: block;
	margin: 0 auto 20px;	
}
.conditions ul{
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
.conditions ul li{
    background: url(images/check_ico.png) no-repeat 0 3px;
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 10px 0;
    color: #fff;
    padding: 0 0 0 25px;
}


#future{
	background: url(images/future_bg.png) no-repeat center;
	background-size: cover;
	padding: 80px 20px;
}
#future h2{
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 3.4rem;
	margin: 0 0 80px;
}
.future_list{
	display: flex;
	justify-content: space-between;
}
.future_item{
	width: 30%;
	max-width: 300px;
}
.future_item p{
	background: url(images/future_item_bg.png) no-repeat center;
	background-size: cover;
	padding: 15px 30px 30px;
	margin: 0 0 45px;
	box-sizing: border-box;
	width: 300px;
	height: 220px;
	border-radius: 6px;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: justify;
	position: relative;
}
.future_item p::before{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	width: 32px;
	height: 30px;
	background: url(images/future_arrow.png) center;
}
.future_item p img{
	display: block;
	margin: 0 auto 15px;
}
.future_item h3{
	text-align: center;
	margin: 25px 0 0;
	font-size: 2.4rem;
	line-height: 1.6;
	color: #ffff66;
}


#case{
	background: #fff;
	padding: 120px 20px 80px;
}
.case_box{
	padding: 0 0 0 15px;
}
.case_item{
	background: #dbf2fc;
	padding: 20px 40px 40px;
	margin: 0 0 80px;
	position: relative;
}
.case_item:last-child{
	margin: 0;
}
.case_item .case_ico{
    position: absolute;
    left: -20px;
    top: -40px;
}
.case_item ul{
	margin: 0 0 0 80px;
}
.case_item ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    background: #fff;
    border-radius: 50px;
    padding: 5px 15px 5px 5px;
}
.case_item ul li span.map{
    background: url(images/map_ico.png) no-repeat 8px center;
    background-size: contain;
    display: inline-block;
    padding: 0 0 0 25px;
    margin: 0 10px 0 0;
    font-weight: bold;
}
.case_item ul li span.tag{
    background: url(images/tag_ico.png) no-repeat 8px center;
    background-size: contain;
    display: inline-block;
    padding: 0 0 0 25px;
    margin: 0 10px 0 0;
    font-weight: bold;
}
.case_item dl{
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
}
.case_item dl dt{
	background: #fff;
	width: 49%;
	border-radius: 5px;
	overflow: hidden;
}
.case_item dl dt h3{
	background: #eeeeee;
	padding: 15px 30px;
	color: #123457;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.case_item dl dt h3 span{
	background: url(images/comment_ico.png) no-repeat left center;
	display: block;
	padding: 0 0 0 30px;
}
.case_item dl dt p{
    padding: 20px 30px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: justify;
    letter-spacing: 0em;
}
.case_item dl dd{
	background: #fff;
	width: 49%;
	border-radius: 5px;
}
.case_item dl dd h4{
	background: #123457;
	padding: 15px 30px;
	color: #ffff66;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	position: relative;
	position: relative;
	border-radius: 5px 5px 0 0;
}
.case_item dl dd h4 span{
    position: absolute;
    right: 20px;
    top: -20px;
}
.case_item dl dd p {
    padding: 20px 30px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: justify;
    letter-spacing: 0em;
}


.cv{
	background: url(images/cv_bg.png) no-repeat center;
	background-size: cover;
	padding: 40px 20px 80px;
	text-align: center;
}
.cv p{
	margin: 40px 0;
}
.cv a{
	max-width: 580px;
	width: 100%;
	display: block;
	background: url(images/btn_arrow.png) no-repeat 95% center #ffff66;
	color: #123457;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 6px;
	font-weight: bold;
}


#advisor{
	background: #f7f7f7;
	padding: 80px 20px;
}
#advisor h2{
	text-align: center;
	font-size: 3.4rem;
	line-height: 1.6;
	color: #123457;
	letter-spacing: 0.05em;
	margin: 0 0 40px;
}
#advisor p{
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 0 0 40px;
}
.advisor_intr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.advisor_item{
    width: 48%;
    box-sizing: border-box;
    border-top: solid 5px #13d0ab;
    background: #fff;
    margin: 60px 0 0;
    padding: 0 0 30px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.advisor_item h3{
    width: 50%;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #123457;
    padding: 30px 0 50px 30px;
}
.advisor_item h3 img{
	display: block;
	margin: 0 auto 15px;
}
.advisor_item span{
    position: absolute;
    right: 50px;
    top: -45px;
}
.advisor_item ul{
    background: #f9f9f9;
    margin: 0 30px;
    padding: 30px;
    box-sizing: border-box;
    min-height: 215px;
}
.advisor_item ul li{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	position: relative;
	padding: 0 0 0 18px;
	margin: 5px 0;
}
.advisor_item ul li::before{
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #13d0ab;
}


#guide{
	background: url(images/guide_bg.png) center;
	padding: 80px 20px;
}
#guide h2{
	text-align: center;
	font-size: 3.4rem;
	margin: 0 0 60px;
	color: #123457;
}
#guide dl{
	background: #fff;
	border: solid 10px #dbf2fc;
	margin: 40px 80px 0;
	position: relative;
}
#guide dl::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    background: url(images/step_arrow.png) no-repeat center;
    width: 23px;
    height: 20px;
    transform: translateX(-50%);
}
#guide dl:last-child::after{
	display: none;
}
#guide dl dt{
	padding: 35px 120px 35px 35px;
	position: relative;
}
#guide dl dt h3{
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    overflow: hidden;
    position: relative;
    padding: 10px 20px 10px 110px;
}
#guide dl dt h3 span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
#guide dl dt h3::after{
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #e6f6fd;
    transform: rotate(45deg);
    top: 50%;
    right: -7px;
    margin: -8px 0 0;
}
#guide dl dt h3 img{
	vertical-align: middle;
	margin: 0 30px 0 0;
}
#guide dl dd{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e6f6fd;
    border-left: solid 10px#e6f6fd;
    width: 120px;
    text-align: center;
    padding: 25px 0 25px 0;
    box-sizing: border-box;
    overflow: hidden;
}
#guide dl dd img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

#guide_bottom{
	background: url(images/guide_bottom_bg.png) #eaf6f8 no-repeat right center;
	background-size: cover;
}
#guide_bottom .inner{
	position: relative;
}
#guide_bottom .inner img.guide_img{
	position: absolute;
	left: 0;
	bottom: 0;
}
#guide_bottom h2{
    padding: 40px 0 40px 320px;
}


#plan{
	padding: 80px 20px;
	border-bottom: solid 1px #eee;
}
#plan h2{
	text-align: center;
	font-size: 3.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #123457;
	margin: 0 0 60px;
}
#plan h2 span{
	display: block;
	font-size: 2.4rem;
}
#plan .note{
	color: #999999;
	margin: 20px 0 0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.plan_list{
	display: flex;
	justify-content: space-between;
}
.plan_tem{
    width: 32%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}
.plan_tem h3{
	padding: 18px 0;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}
.plan_tem h3 span{
	font-size: 1.4rem;
	vertical-align: middle;
}
.plan_tem h3.type01{
	background: #5eb3e9;
}
.plan_tem h3.type02{
	background: #13d0ab;
}
.plan_tem h3.type03{
	background: #02ae8c;
}
.plan_tem p{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 30px 0;
	height: 56px;
}
.plan_tem p.type02{
	line-height: 56px;
}
.plan_tem p.type03{
	line-height: 56px;
}
.plan_tem span.price{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: block;
}
.plan_tem span.price b{
	font-size: 6rem;
	font-weight: normal;
}
.plan_tem small{
	text-align: center;
	display: block;
	padding: 20px 0 30px;
	color: #999999;
	letter-spacing: 0.05em;
}


#schedule{
	background: url(images/guide_bg.png);
	padding: 80px 20px;
}
#schedule table{
    width: 100%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
#schedule table th{
	background: #dddddd;
	text-align: center;
	padding: 15px;
	vertical-align: middle;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#schedule table th:first-child{
	background: none;
	border: none;
}
#schedule table th.type01{
    background: #13d0ab;
    text-align: center;
    padding: 5px 0 15px;
    vertical-align: middle;
    color: #ffff66;
    font-size: 1.8rem;
    position: relative;
    border-left: solid 2px #13d0ab;
    border-right: solid 2px #13d0ab;
}
#schedule table th.type01::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 30%;
	background: #13d0ab;
	bottom: 100%;
	left: -2px;
	right: 0;
	border-left: solid 2px #13d0ab;
    border-right: solid 2px #13d0ab;
}
#schedule table td{
	background: #fff;
	border: solid 1px #eee;
	padding: 25px;
	font-size: 1.6rem;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
#schedule table td:first-child{
	background: #f0f0f0;
	font-size: 1.6rem;
	white-space: nowrap;
	border: solid 1px #fff;
}
#schedule table td.type01_1,
#schedule table td.type01_2,
#schedule table td.type01_3{
    border-left: solid 2px #13d0ab;
    border-right: solid 2px #13d0ab;
    font-weight: bold;
}
#schedule table td.type01_1{
	font-family: 'Montserrat', sans-serif;
	font-size: 5rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#schedule table td.type01_1 span{
	font-size: 1.4rem;
	font-weight: bold;
}
#schedule table td.type01_4{
    border-left: solid 2px #13d0ab;
    border-right: solid 2px #13d0ab;
    border-bottom: solid 2px #13d0ab;
    font-weight: bold;
}


#textarea{
	background: url(images/textarea_bg.png) center;
	background-size: cover;
	padding: 120px 20px;
}
.txt_box{
	border: solid 10px #eeeeee;
	background: #fff;
	padding: 60px;
}
.txt_box h2{
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.6;
	margin: 0 0 20px;
}
.txt_box h3{
    text-align: center;
    font-size: 4rem;
    line-height: 1.6;
    color: #13d0ab;
}
.txt_box h3 span{
	background: url(images/txt_line.png) repeat-x bottom left;
}


#logo_area{
	padding: 80px 20px;
	text-align: center;
}
#logo_area h2{
	font-size: 3.4rem;
	margin: 0 0 80px;
	color: #123457;
}
#logo_area ul{
	margin: 0;
}
#logo_area ul li{
	width: 14.2857142857%;
	text-align: center;
}
#logo_area ul li img{
	margin: 0 auto;
}


#form{
	background: #f7f7f7;
	padding: 80px 20px;
}
#form h2{
	font-size: 3.4rem;
	margin: 0 0 80px;
	color: #123457;
	text-align: center;
	line-height: 36px;
}
#form form{
	background: #fff;
	padding: 40px 40px 60px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
#form table{
	width: 100%;
}
#form th{
	padding: 20px;
	text-align: left;
	width: 200px;
}
#form th span{
	display: block;
	border-left: solid 4px #123457;
	padding: 5px 0 5px 15px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#form th b{
	font-weight: normal;
	color: #ff3333;
	font-size: 1.2rem;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
#form td{
	padding: 20px;
}
#form td .ipt01{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: solid 1px #ddd;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 5px;
}
#form td .ipt02{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: solid 1px #ddd;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 5px;
}
#form td .txt{
	margin: 0 0 20px;
}
#form td .txt:last-child{
	margin: 0;
}
#form td p{
	margin: 0 0 20px;
	color: #13d0ab;
}
#form td .txt p.txt01{
	margin: 0 0 10px;
	color: #555;
}
#form td textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: solid 1px #ddd;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 5px;
	min-height: 100px;
}
#form td dl{
	display: table;
	width: 100%;
}
#form td dl span{
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}
#form td dt{
	width: 50%;
	display: table-cell;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
#form td dd{
	width: 50%;
	display: table-cell;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
#form td select{
    background: url(images/btn_arrow.png) no-repeat 93% center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    max-width: 200px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: solid 1px #ddd;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    border-radius: 5px;
}
#form td #box01,#form td #box02{
	margin: 15px 0 0;
}
#form td #box01 span,#form td #box02 span{
	display: block;
	margin: 0 0 10px;
}
#form .form_txt{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #ff3333;
	margin: 40px 0;
}
#form .submit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    color: #fff;
    background: #13d0ab;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 20px 0;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
}
#form .mw_wp_form .error {
    font-size: 1.4rem;
    margin: 10px 0 0;
    color: #ff3333;
}
#form .mwform-checkbox-field input,#form .mwform-radio-field input {
    margin-right: 5px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
#form .mwform-checkbox-field label,#form .mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
#form .mw_wp_form .horizontal-item{
    margin-left: 0;
    margin: 5px 10px 5px 0;
    display: inline-block;
}
#form .thanks{
	margin-bottom: 50px;
}
#form .thanks p{
	font-size: 16px;
    line-height: 30px;
    text-align: center;
}


#intr{
	background: #f7f7f7;
	padding: 80px 20px;
}
#intr h2{
	margin: 0 0 80px;
	font-size: 3.4rem;
	color: #123457;
	text-align: center;
}
#intr dl{
	background: #fff;
	display: flex;
	justify-content: space-between;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
	margin: 40px 0 0;
}
#intr dl dt{
	width: 50%;
}
#intr dl dd{
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
}
#intr dl dd h3{
	font-size: 2rem;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #eee;
	padding: 0 0 20px;
	margin: 0 0 20px;
	color: #123457;
}
#intr dl dd p{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}


footer{
	background: #123457;
	color: #fff;
	text-align: center;
}
footer a{
	background: #0d2b49;
	display: block;
	padding: 30px 0;
	border-bottom: solid 1px #274767;
}
footer .ft_box{
	padding: 60px 20px 20px;
}
footer .ft_box span{
	display: block;
	padding: 0 0 25px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
footer .ft_box h5{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin: 20px 0 20px;
}
footer .ft_logo{
	margin: 0 0 80px;
}
footer p.copy{
	color: #858e98;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}



@media screen and (min-width:320px) and ( max-width: 767px) {
html{
	font-size: 62.5%;
}
body{
	font-family: MyWebFont01;
	font-size: 1.4rem;
	font-weight: normal;
	color: #555555;
	min-width: 0;
}

.inner{
	max-width: 1000px;
	margin: 0 auto;
}

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

    Element

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

#fv{
	background: url(images/fv_bg.png) no-repeat center;
	background-size: cover;
	padding: 120px 40px 40px;
	position: relative;
}
#fv .logo{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100px;
}
#fv h1{
	text-align: center;
	margin: 0 0 40px;
}
#fv p{
	text-align: center;
	margin: 0 0 40px;
}
#fv .fv_item{
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
#fv .fv_item ul{
	text-align: left;
	margin: 40px 0 0;
}
#fv .fv_item ul li{
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
    padding: 0 0 0 15px;
    position: relative;
}
#fv .fv_item ul li::before{
	content: "＊";
	position: absolute;
	left: 0;
	top: 0;
}


#list_area{
	background: url(images/list_bg.png);
	padding: 40px 20px 80px;
}
#list_area h2{
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.6;
    color: #123457;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}
#list_area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#list_area ul li{
    background: #fff;
    width: 100%;
    margin: 40px 0 0;
    box-sizing: border-box;
    padding: 25px;
    font-size: 1.8rem;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 2px 0px 8px rgba(220, 218, 218, 0.7);
    position: relative;
    text-align: justify;
}
#list_area ul li::before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	background: url(images/list_ico.png) no-repeat center;
}
#list_area ul li::after{
	display: none;
}
#list_area ul li span{
	background: url(images/line.png) repeat-x bottom center;
	color: #13d0ab;
}

#solution{
    background: url(images/solution_bg.png) no-repeat center #eaf6f8;
    background-size: cover;
    padding: 40px 20px;
}
#solution .inner{
	position: relative;
}
#solution .inner img{
    display: none;
}
#solution h2{
	font-size: 3rem;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.8;
}
#solution h2 b{
	color: #13d0ab;
	font-size: 3rem;
	display: inline-block;
}
#solution h2 b span{
	position: relative;
}
#solution h2 b span::before{
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: -10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #ffff00;
}

#about{
	background: url(images/about_bg.png) no-repeat center;
	background-size: cover;
	padding: 60px 20px;
}
#about dl{
	display: block;
	align-items: flex-end;
	justify-content: space-between;
}
#about dl dt{
	width: 100%;
	color: #fff;
	text-align: center;
	margin: 0 0 25px;
}
#about dl dt h2{
	color: #fff;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
}
#about dl dt h2 img{
    display: block;
    margin: 0 0 15px -10px;
}
#about dl dt span{
	font-size: 2.8rem;
}
#about dl dt span img{
	display: block;
	margin: 15px auto;
}
#about dl dt h3{
	font-size: 2.6rem;
	line-height: 1.6;
	color: #ffff66;
}
.conditions{
	border: solid 1px #fff;
	padding: 30px;
	margin: 30px 0 0;
	display: block;
	align-items: center;
	justify-content: space-between;
}
.conditions h4{
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.1em;
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}
.conditions h4 img{
	display: block;
	margin: 0 auto 20px;	
}
.conditions ul{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0;
}
.conditions ul li{
    background: url(images/check_ico.png) no-repeat 0 3px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 10px 0;
    color: #fff;
    padding: 0 0 0 25px;
}


#future{
	background: url(images/future_bg.png) no-repeat center;
	background-size: cover;
	padding: 60px 20px 10px;
}
#future h2{
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 3rem;
	margin: 0 0 80px;
}
.future_list{
	display: block;
	justify-content: space-between;
}
.future_item{
	width: 100%;
	max-width: 100%;
	position: relative;
}
.future_item p{
	background: url(images/future_item_bg.png) no-repeat center;
	background-size: cover;
	padding: 15px 30px 30px;
	margin: 0 0 10px;
	box-sizing: border-box;
	width: auto;
	height: auto;
	border-radius: 6px;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: justify;
	position: relative;
}
.future_item p::before{
	display: none;
}
.future_item p img{
	display: block;
	margin: 0 auto 15px;
}
.future_item h3{
    text-align: center;
    margin: 0 0 40px;
    font-size: 2rem;
    line-height: 1.6;
    color: #ffff66;
}
.future_item span{
    position: absolute;
    right: 20px;
    top: -40px;
    max-width: 80px;
    display: block;
}


#case{
	background: #fff;
	padding: 80px 20px 80px;
}
.case_box{
	padding: 0 0 0 15px;
}
.case_item{
    background: #dbf2fc;
    padding: 40px 20px 20px;
    margin: 0 0 60px;
    position: relative;
}
.case_item:last-child{
	margin: 0;
}
.case_item .case_ico{
    position: absolute;
    left: -20px;
    top: -40px;
    max-width: 80px;
}
.case_item ul{
	margin: 20px 0 0 0;
}
.case_item ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    background: #fff;
    border-radius: 50px;
    padding: 5px 15px 5px 5px;
}
.case_item ul li span.map{
    background: url(images/map_ico.png) no-repeat 8px center;
    background-size: contain;
    display: inline-block;
    padding: 0 0 0 25px;
    margin: 0 10px 0 0;
    font-weight: bold;
}
.case_item ul li span.tag{
    background: url(images/tag_ico.png) no-repeat 8px center;
    background-size: contain;
    display: inline-block;
    padding: 0 0 0 25px;
    margin: 0 10px 0 0;
    font-weight: bold;
}
.case_item dl{
	margin: 20px 0 0;
	display: block;
	justify-content: space-between;
}
.case_item dl dt{
	background: #fff;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.case_item dl dt h3{
	background: #eeeeee;
	padding: 15px 30px;
	color: #123457;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.case_item dl dt h3 span{
	background: url(images/comment_ico.png) no-repeat left center;
	display: block;
	padding: 0 0 0 30px;
}
.case_item dl dt p{
    padding: 20px 30px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: justify;
    letter-spacing: 0em;
}
.case_item dl dd{
	background: #fff;
	width: 100%;
	border-radius: 5px;
	margin: 20px 0 0;
}
.case_item dl dd h4{
	background: #123457;
	padding: 15px 30px;
	color: #ffff66;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	position: relative;
	position: relative;
	border-radius: 5px 5px 0 0;
}
.case_item dl dd h4 span{
    position: absolute;
    right: 15px;
    top: -5px;
    max-width: 50px;
}
.case_item dl dd p {
    padding: 20px 30px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: justify;
    letter-spacing: 0em;
}


.cv{
	background: url(images/cv_bg.png) no-repeat center;
	background-size: cover;
	padding: 40px 20px 40px;
	text-align: center;
}
.cv p{
	margin: 40px 0;
}
.cv a{
	max-width: 580px;
	width: 100%;
	display: block;
	background: url(images/btn_arrow.png) no-repeat 95% center #ffff66;
	color: #123457;
	font-size: 2rem;
	letter-spacing: 0.05em;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 6px;
	font-weight: bold;
}


#advisor{
	background: #f7f7f7;
	padding: 40px 20px;
}
#advisor h2{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	color: #123457;
	letter-spacing: 0.05em;
	margin: 0 0 40px;
}
#advisor p{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0 0 40px;
}
.advisor_intr{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}
.advisor_item{
    width: 100%;
    box-sizing: border-box;
    border-top: solid 5px #13d0ab;
    background: #fff;
    margin: 20px 0 0;
    padding: 0 0 20px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.advisor_item h3{
    width: 50%;
    text-align: left;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #123457;
    padding: 20px 0 30px 20px;
}
.advisor_item h3 img{
	display: block;
	margin: 0 0 10px;
}
.advisor_item span{
    position: absolute;
    right: 20px;
    top: 15px;
    max-width: 80px;
}
.advisor_item ul{
    background: #f9f9f9;
    margin: 0 20px;
    padding: 20px;
    box-sizing: border-box;
    min-height: 0;
}
.advisor_item ul li{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	position: relative;
	padding: 0 0 0 18px;
	margin: 5px 0;
}
.advisor_item ul li::before{
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #13d0ab;
}


#guide{
	background: url(images/guide_bg.png) center;
	padding: 40px 20px;
}
#guide h2{
	text-align: center;
	font-size: 2.4rem;
	margin: 0 0 60px;
	color: #123457;
}
#guide dl{
	background: #fff;
	border: solid 10px #dbf2fc;
	margin: 40px 0 0;
	position: relative;
}
#guide dl::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    background: url(images/step_arrow.png) no-repeat center;
    width: 23px;
    height: 20px;
    transform: translateX(-50%);
}
#guide dl:last-child::after{
	display: none;
}
#guide dl dt{
    padding: 20px 80px 20px 20px;
    position: relative;
}
#guide dl dt h3{
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    overflow: hidden;
    position: relative;
    padding: 0 10px 0 0;
}
#guide dl dt h3::after{
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #e6f6fd;
    transform: rotate(45deg);
    top: 50%;
    right: -7px;
    margin: -8px 0 0;
}
#guide dl dt h3 img{
    vertical-align: middle;
    margin: 0 0 10px 0;
    display: block;
    max-width: 50px;
}
#guide dl dt h3 span{
    position: static;
    left: 0;
    top: 50%;
    transform: translate(0,0);
}
#guide dl dt h3 br{
	display: none;
}
#guide dl dd{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e6f6fd;
    width: 80px;
    text-align: center;
    padding: 25px 15px 25px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
#guide dl dd::before{
    display: none;
}
#guide dl dd img{
	position: relative;
	z-index: 1;
}

#guide_bottom{
	background: url(images/guide_bottom_bg.png) #eaf6f8 no-repeat right center;
	background-size: cover;
}
#guide_bottom .inner{
	position: relative;
}
#guide_bottom .inner img.guide_img{
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
#guide_bottom h2{
    padding: 40px 20px;
}


#plan{
	padding: 40px 20px;
	border-bottom: solid 1px #eee;
}
#plan h2{
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #123457;
	margin: 0 0 20px;
}
#plan h2 span{
	display: block;
	font-size: 2.4rem;
}
#plan .note{
	color: #999999;
	margin: 20px 0 0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.plan_list{
	display: block;
	justify-content: space-between;
}
.plan_tem{
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0 0;
}
.plan_tem h3{
	padding: 18px 0;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}
.plan_tem h3 span{
	font-size: 1.4rem;
	vertical-align: middle;
}
.plan_tem h3.type01{
	background: #5eb3e9;
}
.plan_tem h3.type02{
	background: #13d0ab;
}
.plan_tem h3.type03{
	background: #02ae8c;
}
.plan_tem p{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 30px 0;
	height: auto;
}
.plan_tem p.type02{
	line-height: 1.6;
}
.plan_tem p.type03{
	line-height: 1.6;
}
.plan_tem span.price{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: block;
}
.plan_tem span.price b{
	font-size: 4rem;
	font-weight: normal;
}
.plan_tem small{
	text-align: center;
	display: block;
	padding: 20px 0 30px;
	color: #999999;
	letter-spacing: 0.05em;
}


#schedule{
	background: url(images/guide_bg.png);
	padding: 40px 20px;
}
#schedule .table_box{
	overflow: scroll;
}
#schedule table{
    width: 100%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
#schedule table th{
	background: #dddddd;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0em;
}
#schedule table th:first-child{
	background: none;
	border: none;
}
#schedule table th.type01{
    background: #13d0ab;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    color: #ffff66;
    font-size: 1.8rem;
    position: relative;
    border-left: solid 2px #13d0ab;
    border-right: solid 2px #13d0ab;
}
#schedule table th.type01::before{
	display: none;
}
#schedule table td{
	background: #fff;
	border: solid 1px #eee;
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
#schedule table td br{
	display: none;
}
#schedule table td:first-child{
	background: #f0f0f0;
	font-size: 1.4rem;
	white-space: normal;
	border: solid 1px #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 10px;
}
#schedule table td.type01_1,
#schedule table td.type01_2,
#schedule table td.type01_3{
    border-left: solid 2px #13d0ab;
    border-right: solid 2px #13d0ab;
    font-weight: bold;
}
#schedule table td.type01_1{
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#schedule table td.type01_1 span{
	font-size: 1.2rem;
	font-weight: bold;
}
#schedule table td.type01_4{
    border-left: solid 2px #13d0ab;
    border-right: solid 2px #13d0ab;
    border-bottom: solid 2px #13d0ab;
    font-weight: bold;
}


#textarea{
	background: url(images/textarea_bg.png) center;
	background-size: cover;
	padding: 40px 20px;
}
.txt_box{
	border: solid 10px #eeeeee;
	background: #fff;
	padding: 20px;
}
.txt_box h2{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 0 20px;
}
.txt_box h3{
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    color: #13d0ab;
}
.txt_box h3 span{
	background: url(images/txt_line.png) repeat-x bottom left;
}


#logo_area{
	padding: 40px 20px;
	text-align: center;
}
#logo_area h2{
	font-size: 2.4rem;
	line-height: 1.6;
	margin: 0 0 40px;
	color: #123457;
}
#logo_area ul{
}
#logo_area ul li{
	padding: 20px;
}
#logo_area .bx-wrapper{
	margin: 0 auto
}


#form{
	background: #f7f7f7;
	padding: 40px 20px;
}
#form h2{
	font-size: 3rem;
	margin: 0 0 40px;
	color: #123457;
	text-align: center;
}
#form form{
	background: #fff;
	padding: 10px 10px 20px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
#form table{
	width: 100%;
	display: block;
}
#form table tr{
	display: block;
}
#form th{
	display: block;
	padding: 20px 20px 0;
	text-align: left;
	width: auto;
}
#form th span{
	display: block;
	border-left: solid 4px #123457;
	padding: 5px 0 5px 15px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#form th b{
	font-weight: normal;
	color: #ff3333;
	font-size: 1.2rem;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
#form td{
	display: block;
	padding: 20px;
}
#form td .ipt01{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: solid 1px #ddd;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 5px;
}
#form td .ipt02{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: solid 1px #ddd;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 5px;
}
#form td .txt{
	margin: 0 0 20px;
}
#form td .txt:last-child{
	margin: 0;
}
#form td p{
	margin: 0 0 20px;
	color: #13d0ab;
}
#form td .txt p.txt01{
	margin: 0 0 10px;
	color: #555;
}
#form td textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: solid 1px #ddd;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 5px;
	min-height: 100px;
}
#form td dl{
	display: table;
	width: 100%;
}
#form td dl span{
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}
#form td dt{
	width: 50%;
	display: table-cell;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
#form td dd{
	width: 50%;
	display: table-cell;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
#form td select{
	background: url(images/btn_arrow.png) no-repeat 95% center;
	background-size: 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: solid 1px #ddd;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	border-radius: 5px;
}
#form td #box01,#form td #box02{
	margin: 15px 0 0;
}
#form td #box01 span,#form td #box02 span{
	display: block;
	margin: 0 0 10px;
}
#form .form_txt{
	text-align: justify;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #ff3333;
	margin: 40px 10px;
}
#form .submit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    color: #fff;
    background: #13d0ab;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 20px 0;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
}


#intr{
	background: #f7f7f7;
	padding: 40px 20px;
}
#intr h2{
	margin: 0 0 40px;
	font-size: 3rem;
	color: #123457;
	text-align: center;
}
#intr dl{
	background: #fff;
	display: block;
	justify-content: space-between;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
	margin: 40px 0 0;
}
#intr dl dt{
	width: 100%;
}
#intr dl dd{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
#intr dl dd h3{
	font-size: 2rem;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #eee;
	padding: 0 0 10px;
	margin: 0 0 10px;
	color: #123457;
}
#intr dl dd p{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}


footer{
	background: #123457;
	color: #fff;
	text-align: center;
}
footer a{
	background: #0d2b49;
	display: block;
	padding: 30px 0;
	border-bottom: solid 1px #274767;
}
footer a img{
	max-width: 30px;
}
footer .ft_box{
	padding: 60px 20px 20px;
}
footer .ft_box span{
	display: block;
	padding: 0 0 25px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
footer .ft_box h5{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin: 20px 0 20px;
}
footer .ft_logo{
    margin: 0 auto 40px;
    max-width: 75%;
}
footer p.copy{
	color: #858e98;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.sp{
	display: block;
}
}
