@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* CSS Document */
* {
	box-sizing: border-box;
}

body {
	color: #000;
    font-family: 'Noto Sans Japanese', serif;
	font-size: 16px;
	line-height: 30px;
}
a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
a:hover {
	color:#00b7ef;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
h2 {margin: 0; padding: 0; line-height: 0;}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a[href^="tel:"] { cursor: default; color: #000; text-decoration: none; font-weight: normal;}
a[href^="tel:"]:hover { text-decoration: none; opacity: 1; color: #000; }
a[href^="tel:"]:hover img { text-decoration: none; opacity: 1; color: #000; }
img {
	max-width: 100%;
	height: auto;
}
li {list-style: none;}
strong {font-weight: bold;}
.purple {color: #c64e4e !important;}
.green {color:#8ec379 !important; }
.blue {color:#00b7ef !important; }
.mb_60 {margin-bottom: 60px !important;}
.mb_0 {margin-bottom: 0 !important;}
.mt_150 {margin-top: 150px !important;}
.fs_20 {
	font-size: 20px !important;
	line-height: 36px;
}
.fs_30 {
	font-size: 30px !important;
	line-height: 36px;
}
.fs_36 {
	font-size: 36px !important;
	line-height: 36px;	
}
.fs_36 strong {font-weight: 900;}
.tc {text-align: center;}
.f_r{text-align: right;}
.under p {
	font-size: 18px;
}





header {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	align-items: center;
	border-bottom: 1px solid #00b7ef;
}
header h1 {
	display: flex;
	align-items: flex-end;
}
header h1 p {
	font-size: 18px;
	line-height: 24px;
}
.header_tel {
	line-height: 0;
	margin-right: -30px;
}

.header_link {
	line-height: 0;
	transform: translateX(70px);
}

.header_link--sp img{
	display: none;
}

.header_right{
	display: flex;
	align-items: center;
}

.top .mv {
	background: url(../image/top_01_02.webp) no-repeat top center;
	background-size: 100% auto;
	position: relative;
	padding-top: 25%;
}
.top .mv_item {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 1200px;
}
.top .mv_item p {
	padding-top: 2%;
	font-size: 18px;
	color: #fff;
}
.b_title {
	padding: 30px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	background: #00b7ef;
	line-height: 60px;
}
section {
	padding: 150px 0 200px;
}






.main_box {
	width: 1200px;
	margin: 0 auto;
}
.t_01 {
	padding: 100px 0 100px;
}
.under .t_01 {
	padding: 0;
}
.s2 {
	width: 100%;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	background: #f4f5f7;
	margin-top: -52px;
}
.s2_in {
	width: 100%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1) inset;
}
.t_01 ul {
	display: flex;
	justify-content: space-between;
}
.t_01 ul li {
	width: 380px;
}
.t_01_title {
	font-size: 24px;
	color: #fff;
	text-align: center;
	display: block;
	background: #c64e4e;
	padding: 15px 0;
	margin-bottom: 20px;
}
.t_01 ul li:nth-child(2) .t_01_title  {
	background: #5e886a;
}
.t_01 ul li:nth-child(3) .t_01_title  {
	background: #ef7c51;
}
.t_01_txt {
	background: #e4e4e4;
	padding: 20px;
	height: 190px;
	margin-top: 15px;
}
nav ul {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display: flex;
	justify-content: space-between;
	padding: 20px 10px;
	border-radius: 5px;
	margin-top: -52px;
	background: #fff;
	position: relative;
	z-index: 3;
}
nav ul li {
	width: 20%;
}
nav ul li a {
	display: block;
	border-bottom: 6px solid #fff;
	text-align: center;
	padding: 20px;
	background: #7fdaf5;
	border-radius: 35px;
	border: 1px solid #ccc;
	color: #002578;
	width: 95%;
	margin: 0 auto;
}
nav ul li:first-child {
	border-left: none;
}
nav ul li a:hover {
	background: #48b4d4;
	color: #002578;
}
.active {
	background: #1fb1dc;
}
.t_02_box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.t_02_box li {
	font-size: 24px;
	line-height: 30px;
	padding: 25px 0;
	position: relative;
	padding-left: 115px;
	text-indent: -1em;
}
.t_02_box li:nth-child(even) {
	margin-left: 30px;
}
.t_02_box li:before {
	content: "";
	background: url(../image/top_07.png);
	width: 80px;
	height: 75px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.t_02_box li:nth-child(2):before {
	background: url(../image/top_08.png);
}
.t_02_box li:nth-child(3):before {
	background: url(../image/top_09.png);
}
.t_02_box li:nth-child(4):before {
	background: url(../image/top_10.png);
}
.line_green {
	background: linear-gradient(transparent 70%, #7bd6f3 50%);
}
.green {color:#61ff61 ! }
.line_blue {
	background: linear-gradient(transparent 70%, #7bd6f3 50%);
}
.line_purple {
	background: linear-gradient(transparent 70%, #7bd6f3 50%);
}
.line_bk {
	background: linear-gradient(transparent 70%, #aaabac 50%);
}
.s_title {
	font-size: 36px;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
	font-weight: 900;
}
.s_title:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 5px;
	display: block;
	background: #00b7ef;
	bottom: -40px;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	-webkit- transform: translateY(0) translateX(-50%);
}
.t_02_box2 {
	display: flex;
	justify-content: space-between;
}
.t_02_box2 li {
	width: 30%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	line-height: 30px;
	position: relative;
}
.t_02_box2 li:before {
	content: "";
	background: url(../image/top_07.png);
	width: 80px;
	height: 75px;
	display: block;
	position: absolute;
	left: 10px;
	top: 15px;
}
.t_02_box2 li:nth-child(2):before {
	background: url(../image/top_08.png);
}
.t_02_box2 li:nth-child(3):before {
	background: url(../image/top_09.png);
}
.t_02_box2_title {
	font-size: 22px;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}
.w_box {
	width: 900px;
	margin: 0 auto;
	padding: 60px 100px;
	font-size: 24px;
	line-height: 48px;
	background: #fff;
	box-shadow: 15px 15px 0 rgba(0,0,0,0.2);
	border: 1px solid #ccc;
}
.list_box li {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px dashed #ccc;
}
.list_box li:first-child {
	padding-top: 0;
}
.list_box_img {
	width: 320px;
	margin: 0 50px !important;
}
.list_box li:first-child .list_box_img {
	min-width: 420px;
}
.list_box li:last-child {
	border-bottom: none;
	padding-bottom: 100px;
}
.list_box_txt {
	flex: 1;
}
.list_box_txt h2,
.two_title {
	margin: 20px 15px 0;
	font-size: 30px;
	font-weight: 900;
	position: relative;
}
.list_box_txt h2:before,
.two_title:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 40px;
	display: inline-block;
	background: #c64e4e;
	left: -15px;
	top: -20px;
}
.two_title:before {
	top: -5px;
}
.list_box h3 {
	margin: 50px 0 20px;
	font-size: 24px;
	font-weight: bold;
}
.t_03 {
	padding-bottom: 0;
}
.t_03 .s2 {
	margin-top: 0;
}
.s2 .list_box li:last-child {
	padding-bottom: 0;
}
.two_box {
	display: flex;
	justify-content: space-between;
}
.two_img {
	order: 2;
	width: 580px;
	margin-left: 30px;
}
.two_txt {
	order: 1;
	flex: 1;
}
.two_title {
	margin-bottom: 50px;
}
.s3 p {
	margin-bottom: 30px;
	font-size: 18px;
}
.table_set {
	width: 900px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto 100px;
	box-shadow: 15px 15px 0 rgba(0,0,0,0.2);
}
.table_set span{
	display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    background: #ff7847;
    float: right;
    margin-right: 5px;
}
.f_title {
	display: none;
}
.form-policy {
	margin: 3% 8%;
	width: 84%;
}
table {
	margin: 3%;
	width: 94%;
}
th {
	width: 250px;
	padding: 20px 10px 20px 50px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}
td {
	font-size: 18px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
table tr:last-child th,
table tr:last-child td{
	border-bottom: none;
}
table tr:nth-child(even) {
	background: #fbfbfb;
}
.p_txt {
	text-align: center;
	font-size: 24px !important;
	color: #FF6447;
	font-weight: bold;
	margin: 30px 0;
}
.two_title span {
	display: inline-block;
	padding: 0 15px;
	margin-left: 20px;
	position: relative;
	top: -3px;
	color: #fff;
	font-size: 18px;
	background: #ff4747;
}
.link_btn {
	display: flex;
	margin: 20px 0 50px;
}
.link_btn li {
	width: 25%;
}
.link_btn a {
	display: block;
	text-align: center;
	width: 95%;
	border: 2px solid #c64e4e;
	border-radius: 10px;
	background: #fff;
	padding: 10px 0;
	position: relative;
}
.link_btn a:after {
	content: "";
	display: block;
	background: url(../image/arrow.png);
	width: 21px;
	height: 22px;
	top: 15px;
	right: 15px;
	position: absolute;
}
.lb3:before {
	background: #ff4747;
}
.lb2 a {
	border: 2px solid #ff4747;
}
.lb2 a:after {
	background: url(../image/arrow_02.png);
}
.t_05 table tr:last-child th,
.t_05 table tr:last-child td,
form table tr:last-child th,
form table tr:last-child td{
	border-bottom: 1px solid #ccc;
}
.t_05 .table_set p {
	width: 90%;
	margin: 30px auto;
}
.img3 {
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	width: 1050px;
}
footer {
	background: #00b7ef;
	padding: 60px 0;
}
footer .footer_contents ul {
	display: flex;
}
footer .footer_contents ul a {
	padding: 0 20px;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 14px;
}
#copyright {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #fff;
	margin-top: 30px;
}

.under .mv2_1 {
	width: 100%;
	height: auto;
}
.mv2_2 {
	width: 80%;
	height: auto;
	display: block;
	margin: 80px auto 40px;
}
.mv2 p {
	margin-bottom: 70px;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
}
.t_under {
	margin: 100px auto 0;
	width: 1000px;
	display: flex;
	justify-content: space-between;
}
.form_p {
	width: 900px;
	margin: 0 auto;
}
.form_btn {
	display: inline-block;
	text-align: center;
	margin: 60px auto;
	border: 3px solid #00b7ef;
	background: #fff;
	font-size: 21px;
	padding: 15px 40px;
}
.form-policy_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.form-policy_txt {
    background: #FFFFFF;
    height: 146px;
    overflow-y: scroll;
    padding: 30px;
    border: none;
    box-shadow: rgba(112, 134, 165, 0.12) 0px 0px 3px 2px;
    -webkit-box-shadow: rgba(112, 134, 165, 0.12) 0px 0px 3px 2px;
    -moz-box-shadow: rgba(112, 134, 165, 0.12) 0px 0px 3px 2px;
    border-radius: 4px;
    padding: 20px 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.form-policy_txt p {
    font-size: 14px !important;
	margin-bottom: 20px !important;
}
input[type="submit"] {
    font-size: 24px;
	font-weight: bold;
    padding-right: 100px;
    padding: 0.2em 0.4em;
    background: #00b7ef;
    color: #fff;
    border-radius: 4px;
    width: 315px;
    height: 60px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(181, 235, 178, 1);
    border: 1px solid #ccc;
    margin: 50px auto;
	display: block;
	position: relative;
}
input, textarea {
	width: 90%;
	padding: 1% 3%;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.form_btn_under {
	display: flex;
	width: 800px;
	justify-content: space-between;
	margin: 0 auto;
}
.form_btn_under a {
    font-size: 24px;
	font-weight: bold;
    padding: 15px 0;
    background: #00b7ef;
    color: #fff;
    border-radius: 4px;
    width: 315px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(181, 235, 178, 1);
    border: 1px solid #ccc;
    margin: 50px auto;
	display: block;
	position: relative;
	text-align: center;
}
.form_btn_under a:after {
	content: "";
	background: url(../image/arrow_03.png);
	position: absolute;
	width: 14px;
	height: 14px;
	display: inline-block;
	right: 15px;
	top: 20px;
}
.ijyu {
	padding: 30px 30px 0;
}



/*------------------------------------------------------------
レイアウト - 追尾ナビ
-------------------------------------------------------------*/
#foot-navi{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 80px;

}

#foot-naviin{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#foot-navi-box{
	justify-content: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
}

.foot-banner{
	margin:0 2%;
}
