@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
html {
	height: 100%;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 15px;
    font-size: 1.5sem;
	color: #000;
    line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	counter-reset: number 0;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}
::selection {background: #333;color: #fff;}
/*Firefox*/
::-moz-selection {background: #333;color: #fff;}

/* scrollbar */
*::-webkit-scrollbar {
	border-radius: 4px;
	cursor: pointer;
	background: transparent;
	transition: 400ms cubic-bezier(0.23,1,0.32,1) all;
	height: 100%;
	height: 12px;
	width: 12px;
}
*::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	margin: 2px;
	position: relative;
	left: 4px;
	padding: 1px;
	border: 1px solid transparent;
	transition: 400ms cubic-bezier(0.23,1,0.32,1) all;
}
*::-webkit-scrollbar-track {background: transparent;padding: 2px;}

.contents_inner{
    max-width: 1000px;
    margin: 0 auto;
}
.lower_inner {
    max-width: 1200px;
	width: 90%;
    margin: 0 auto;
}
img {max-width: 100%;height: auto;}
a, a:link, a:visited {
	text-decoration:none;
    cursor: pointer;
	color: #333434;
}
a:hover {
	color:#333434;
	text-decoration:none;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
a:hover img {
	opacity: 0.8;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a img{
	transition : 0.2s ;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
/* device */
.sp {display:none;}
.tab {display:none;}
.pc {display:block;}

/* fonts */
.fs_en {
	/* font-family: 'Josefin Sans'; */
	font-family: "Zen Maru Gothic", sans-serif;
}

/* color */
.bg_gray {background: #f9fafb;}

/* フレックスボックス */
.row_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*==== justify-content ====*/
/* 中央揃え*/
.flex-center {display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
/* 両端配置*/
.flex-between {display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
/* 均等配置*/
.flex-around {display: -webkit-flex;display: flex;-webkit-justify-content: space-around;justify-content: space-around;}
/* 左揃え*/
.flex-left {display: -webkit-flex;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;}
/* 右揃え*/
.flex-right {display: -webkit-flex;display: flex;-webkit-justify-content: flex-end;justify-content: flex-end;}

/*==== align-items ====*/
/* 上揃え */
.align-start {-webkit-align-items: flex-start;align-items: flex-start;}
/* 下揃え */
.align-end {-webkit-align-items: flex-end;align-items: flex-end;}
/* 中央揃え */
.align-center {-webkit-align-items: center;align-items: center;}
/* ベースライン */
.align-baseline {-webkit-align-items: baseline;align-items: baseline;}
/* 高さ揃え */
.align-stretch {-webkit-align-items: stretch;align-items: stretch;}

/*==== flex-wrap ====*/
/* 折り返しなし */
.flex-nowrap {-webkit-flex-wrap: nowrap;flex-wrap: nowrap;}
/* 上から下へ折り返し */
.flex-wrap {-webkit-flex-wrap: wrap;flex-wrap: wrap;}
/* 下から上へ折り返し */
.flex-reverse {-webkit-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}

/*==== align-content ====*/
/* 複数行設定 上揃え */
.flex-align-start {-webkit-align-content: flex-start;align-content: flex-start;}
/* 複数行設定 下揃え */
.flex-align-end {-webkit-align-content: flex-end;align-content: flex-end;}
/* 複数行設定 中央揃え */
.flex-align-end {-webkit-align-content: center;align-content: center;}
/* 複数行設定 両端配置 */
.flex-align-between {-webkit-align-content: space-between;align-content: space-between;}
/* 複数行設定 均等配置 */
.flex-align-around {-webkit-align-content: space-around;align-content: space-around;}
/* 複数行設定 高さ揃え */
.flex-align-around {-webkit-align-content: stretch;align-content: stretch;}

/* 中央寄せ margin */
.center_box {margin-right: auto;margin-left: auto;}
/* テキスト配置 */
.text_left {text-align: left;}
.text_left {text-align: right;}
.text_center {text-align: center;}

/* 見出しタイトル */
.h2_style {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
/* button style */
.link_btn {
	width: 100%;
	display: block;
	font-size: 16px;
	text-align: center;
	color: #fff !important;
	background: #00A5EA;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	transition: all 0.2s;
}
.link_btn:hover {
	/*filter: brightness(1.1);*/
}
.link_btn:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	margin: auto 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'],
input[type='reset'] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration,
input[type='reset']::-webkit-search-decoration {display: none;}
input[type='submit']::focus,
input[type='button']::focus,
input[type='reset']::focus {outline-offset: -2px;}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
    .menu_container {
        width: 100%;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .megamenu_inner > ul {
        display: none;
    }
    .megamenu_inner > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .megamenu_inner > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .megamenu_inner > ul > li > ul {
        position: relative;
    }
    .megamenu_inner > ul > li > ul.normal-sub {
        width: 100%;
    }
    .megamenu_inner > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .megamenu_inner > ul > li > ul > li:first-child {
        margin: 0;
    }
    .megamenu_inner > ul > li > ul > li > ul {
        position: relative;
    }
    .megamenu_inner > ul > li > ul > li > ul > li {
        float: none;
    }
    .megamenu_inner .show-on-mobile {
        display: block;
    }
}

/* fix-header */
.fix-header {
	background-color: #fff;
	top: -66px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: fixed;
	opacity: 0;
	z-index: 99999;
	opacity: 0;
	box-shadow: 0 0px 10px rgb(126 126 126 / 10%);
}
.fix-header-contents{
    margin: 0 auto;
    padding-left: 15px;
    overflow: hidden;
}
.fix-header ul{
	list-style-type: none;
}
.fix-header li {
	float:left;
    width: 125px;
}
.fix-header li a {
	display: block;
    font-size: 13.5px;
    font-weight: 500;
    text-align: center;
    padding: 34.5px 0;
	position: relative;
}
.fix-header li a:hover {
	color: #2f69d9;
}
.fix-header li:nth-child(1) a:after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 1px solid #2e2e2e;
	border-right: 1px solid #2e2e2e;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.fix-header li a:before {
    content: "";
    width: 1px;
    height: 20%;
    background: #ececec;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.fix-header .megamenu_inner ul li a:before {
    display: none;
}
.fix-header li:last-child{
	margin-right:0;
}
#fix-header-logo{
    float: left;
    padding-top: 12px;
    padding-left: 10px;
}
#fix-header-menus{
	float:right;
	text-align: right;
}
#fix-header-menus .megamenu {
	top: 101px;
}
#scroll-fix-menu img{
	padding-bottom: 5px;
}
#scroll-fix-menu .current-menu-item img{
}
#scroll-fix-menu a img:hover{
	transition:border-color 0.6s ease-out;
}

/* sub_menu */
.sub_menu {
	width: 100%;
	background: #3a3a3a;
}
.sub_menu div {
	float: left;
}
.sub_menu div a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	position: relative;
}
.sub_menu div a:after {
	content: "";
	width: 1px;
	height: 40%;
	background: #272727;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sub_menu div:last-child a;after {
	display: none;
}
.sub_menu div a:hover {
	color: #60cad8;
}
.four_box div {
	width: 25%;
}

@media screen and (max-width: 1770px) {
	.megamenu-inner a {
		padding: 9% 15px !important;
	}
	.megamenu-inner li:nth-child(4) a,
	.megamenu-inner li:nth-child(5) a {
		padding: 8% 15px !important;
	}
}
@media screen and (max-width: 1280px) {
	.megamenu-inner li {
		height: 25vh;
	}
	.contents_inner{
		max-width: 85vw;
	}
}
@media screen and (max-width: 1180px) {
    #fix-header-logo {
        padding: 8px 0;
    }
}
@media screen and (max-width: 1100px) {
	.contents_inner{
		width: 90%;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 840px) {
	body {
		width: 100% !important;
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
    .fix-header {
        box-shadow: none;
    }
	.sp{display:none;}
	.pc{display:none;}
	.tab{display:block;}
}
@media screen and (max-width: 640px) {
	.pc{display:none;}
	.sp{display:block;}
	.link_btn {
		width: 100%;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		padding: 25px 5px;
		border-bottom-width: 3px;
		box-shadow: none;
	}
	.link_btn:after {
		right: 25px;
	}
	/*
	.link_btn:hover {
		letter-spacing: 0.1em;
	}
	*/
	.link_btn:before {
		width: 15px;
		bottom: 34px;
		right: 30px;
	}
	.link_btn:hover:before {
		width: 20px;
		right: 11%;
	}
	.link_btn:hover:after {
		right: 10%;
	}
}
/*-----------------------------------
	clearfix
-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------
	header
-----------------------------------*/
header {
	max-width: 1100px;
	width: 100%;
    margin: 0 auto 0;
    padding: 15px 0 0 0;
    background: #fff;
}
header .top_band {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    background: #f3f5f7;
    padding: 9px 20px;
}
header .header_inner {
	background-color: #fff;
	width: 100%;
	max-width: 1200px;
	position: fixed;
	top: 0;
	z-index: 9999;
}
header .logo_area {
	width: 370px;
    padding-left: 20px;
}
header .logo_area p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #242424;
    margin: 20px 0 0 8px;
}
header .logo_area h1 {
	display: inline-block;
	font-size: 13px;
}
header .gnav > li > a {
    display: block;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #303030;
    position: relative;
}
header .gnav > li > a:hover {
    color: #00A5EA;
}
header .gnav > li a span,
.fix-header li a span {
	display: none;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #c21818;
	margin-bottom: 5px;
}
.fix-header li a span {
	display: none;
}
.fix-header .contact_btn a {
	width: 160px;
	padding: 0;
	box-shadow: none;
}
header .contact_btn {
	width: 160px;
	text-align: center;
	margin-right: 10px;
}
header .contact_btn a,
.fix-header .contact_btn a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-top: 10px;
	padding: 15px 0;
	color: #fff;
	border-radius: 0;
	background: #00A5EA;
}
header .contact_btn a span,
.fix-header .contact_btn span {
	color: #fff;
}
header .contact_btn a:before,
header .contact_btn a:after,
.fix-header .contact_btn a:before,
.fix-header .contact_btn a:after {
	display: none;
}
header .contact_btn a:hover {
	background-color: #1b1b1b;
	color: #fff;
}
.partner_btn {
    text-align: center;
}
.partner_btn a {
	font-size: 13.5px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0;
	color: #fff;
	height: 80px;
	display: block;
	padding: 20px 15px 0;
	background: #4a4a4a;
}
.partner_btn a:hover {
    color: #fff;
    background: #333;
}
header .tel_box,
.fix-header .tel_box {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	margin-right: 15px;
	margin-top: 15px;
	padding: 15px 0 15px 20px;
}
header .tel_box a,
.fix-header .tel_box a {
	pointer-events: none;
}
header .tel_box a img,
.fix-header .tel_box a img {
	vertical-align: middle;
	margin-right: 7px;
}
#nav_sp {
    display: none;
}
.gnav > li:hover {
	transition: all .5s;
}
@media screen and (max-width: 1430px) {
    header .logo_area p {
        display: none;
        font-size: 13px;
    }
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1170px) {
	header .top_band {
		display: none;
	}
    .fix-header {
		display: none;
        box-shadow: none;
    }
    .fix-header .contact_btn {
        display: none;
        margin-right: 70px;
    }
    .fix-header .contact_btn a {
        font-size: 16px;
        margin-top: 0;
        padding: 30px 0;
    }
	header .logo_area {
		/*
		width: 200px;
        padding: 8px 0 8px 20px;
        */
	}
	/*
    #pc_nav {
        display: none;
    }
	#nav_sp {
		display: block;
		position: relative;
	}
	*/
	#nav_sp .contact_btn {
		font-size: 13px;
		color: #fff;
		padding: 10px 25px;
		position: fixed;
		top: 14px;
		right: 90px;
		z-index: 999999;
	}
	header .contact_btn {
        /* display: none;
		margin-right: 70px; */
	}
	header .tel_box {
		margin-top: 10px;
		border-left: none;
	}
	header .contact_btn a {
        font-size: 16px;
        margin-top: 0px;
        /* padding: 30px 0; */
	}
    .gnav .contact_box a {
        display: block;
        background: #111;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        width: 70%;
        margin: 20px auto 0;
        padding: 25px 0;
        position: relative;
    }
    .gnav .contact_box a:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.5px 0 3.5px 4.3px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    #nav_sp .button_container,
    #nav_sp .overlay {
        display: block;
    }
    #nav_sp .button_container {
        position: fixed;
        top: 20px;
        right: 2%;
        width: 40px;
		height: 40px;
        cursor: pointer;
        z-index: 1000000;
        transition: opacity 0.25s ease;
		mix-blend-mode: hard-light;
    }
	#nav_sp .button_container:after {
		content: "MENU";
		color: #252d31;
		/* font-family: 'Josefin Sans'; */
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		letter-spacing: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -7px;
		margin: 0 auto;
		transition: ease 0.2s;
	}
	#nav_sp .button_container.active:after {
		content: "CLOSE";
		transition: ease 0.2s;
	}
    #nav_sp .button_container:hover {
        opacity: 0.7;
    }
    #nav_sp .button_container span {
        background: #252d31;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    #nav_sp .button_container span:nth-of-type(2) {
        top: 11px;
    }
    #nav_sp .button_container.active .top {
		top: -5px;
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #252d31;
    }
    #nav_sp .button_container.active .bottom {
		top: 6px;
        transform: translateY(-1px) translateX(0) rotate(-45deg);
        background: #252d31;
    }
    #nav_sp .overlay {
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.35s, visibility 0.35s, height 0.35s;
		overflow: hidden;
		z-index: 999999;
    }
    #nav_sp .overlay.open {
        opacity: 0.98;
        visibility: visible;
        height: 100vh;
    }
    #nav_sp .overlay.open li {
		width: 50%;
		-webkit-animation: fadeInRight 0.5s ease forwards;
		animation: fadeInRight 0.5s ease forwards;
		-webkit-animation-delay: 0.35s;
		animation-delay: 0.35s;
    }
    #nav_sp .overlay.open li:nth-of-type(even) {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
    }
    #nav_sp .overlay nav {
		position: relative;
		height: 70%;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		padding-left: 12vw;
    }
    #nav_sp .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        height: 100%;
    }
    #nav_sp .overlay ul li {
        float: left;
        display: block;
        width: 50%;
        margin-bottom: 55px;
        position: relative;
        opacity: 0;
    }
    #nav_sp .overlay ul li a {
        display: block;
        position: relative;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        overflow: hidden;
    }
    #nav_sp .overlay ul li a:hover:after,
	#nav_sp .overlay ul li a:focus:after,
	#nav_sp .overlay ul li a:active:after {
        width: 100%;
    }
    #nav_sp .overlay ul li a:before {
        display: none;
    }
    #nav_sp .overlay ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #fff;
        transition: 0.35s;
    }
    #nav_sp .overlay ul li a span {
		display: block;
		/* font-family: 'Josefin Sans', sans-serif; */
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 8px;
		opacity: 0.8;
    }
    @-webkit-keyframes fadeInRight {
		0% {opacity: 0;left: 20%;}
		100% {opacity: 1;left: 0;}
    }
    @keyframes fadeInRight {
		0% {opacity: 0;left: 20%;}
		100% {opacity: 1;left: 0;}
    }  
}
@media screen and (max-width: 1080px) {
    #nav_sp .button_container {
        top: 17px;
        right: 2%;
    }
	#nav_sp .contact_btn {
		top: 14px;
		right: 80px;
	}
}
@media screen and (max-width: 840px) {
	/*#nav_sp .contact_btn {
		top: 16px;
		right: 80px;
	}*/
	header {
	    width: 100%;
    }
}
@media screen and (max-width: 1050px) {
	/* header .header_inner{ */
		/* top: 13px; */
	/* } */
	#pc_nav{
		display: none;
	}
	#nav_sp{
	    display: block;
		position: relative;
		width: 100%;
    }
	#nav_sp .button-toggle {
		width: 50px;
		height: 40px;
		cursor: pointer;
		background: #00A5EA;
		position: fixed;
		top: 20px;
		bottom: auto;
		right: 10px;
		left: auto;
		z-index: 99999;
		border-radius: 3px;
		margin: auto 0;
	}
	
	.button-toggle span {
		width: 45px;
		height: 30px;
		display: block;
		position: absolute;
		top: 13px;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		border-top: 11px solid #00A5EA;
		border-bottom: 16px solid #00A5EA;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 999;
		
		width: 30px;
		height: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
		border-bottom: 15px solid #00A5EA;
		border-top-width: 12px;
	}
	.button-toggle.active span {
		border-color: #00A5EA;
	}
	.button-toggle span:before {
		content: '';
		position: absolute;
		width: 45px;
		height: 3px;
		background: #fff;
		top: -10px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		
		top: -8px;
	}
	.button-toggle span:after {
		content: '';
		position: absolute;
		width: 45px;
		height: 3px;
		background: #fff;
		bottom: -8px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.button-toggle span:before,
	.button-toggle span:after {
		width: 30px;
		height: 3px;
	}
	
	.menu {
		display: none;
		position: absolute;
		z-index: 99999;
		top: 15px;
		left: 0px;
		width: 100%;
		background: #fff;
		box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
		/* height: 250px; */
	}
	.clearfix{
		display: block;
	}
	.menu ul {
		border-top: 1px solid #f4f4f4;
	}
	.menu li {
		float: left;
		width: 50%;
		margin-right: 0;
	}
	.menu .selected {
		background: #3e3e3e;
	}
	.menu .selected a{
		color: #fff;
	}
	.menu li a {
		display: block;
		color: #1f1f1f;
		line-height: 140%;
		text-decoration: none;
		text-align: center;
		padding: 15px 0;
		font-size: 12px;
		font-weight: 500;
		position: relative;
		border-bottom: 1px solid #f4f4f4;
	}
	.menu li:nth-child(odd) a {
		border-right: 1px solid #f4f4f4;
	}
	#nav_sp .contact_btn {
	   display: block;
	   width: 80%;
	   background: #00A5EA;
	   color: #fff;
	   text-align: center;
	   border-bottom: 3px solid #008BC6;
	   border-radius: 4px;
	   position: static;
	   /* top: 163px; */
	   margin: 20px auto;
    }
}
@media screen and (max-width: 640px) {
	header .logo_area {
		width: 270px;
	}
    #nav_sp .button_container {
        top: 20px;
        right: 3vw;
    }
	#nav_sp .button-toggle{
		top: 5px;
	}
    .menu-btn span:before,
    .open .menu-btn span:before {
        width: 30px;
        height: 30px;
    }
	.gnav li a {
		font-size: 12px;
		text-align: center;
		margin-bottom: 10px;
	}
	.gnav li a span {
        font-size: 12px;
        margin-bottom: 2px;
	}
	header .tel_box,
	header .contact_btn {
		display: none;
	}
    .fix-header-contents {
        padding: 5px 15px;
    }
    #nav_sp .button_container:hover {
        opacity: 1;
    }
    #nav_sp .overlay ul li a {
		font-size: 12px;
		letter-spacing: 0;
    }
    #nav_sp .overlay ul li a span {
        font-size: 13px;
        margin-bottom: 5px;
        letter-spacing: 0.05em;
    }
	/*#nav_sp .contact_btn {
		top: 17px;
		right: 65px;
	}*/
	/* #nav_sp .button-toggle { */
		/* bottom: 6px; */
	/* } */
	#nav_sp .menu .contact_btn {
	   right: 10%;
    }
}
@media screen and (max-width: 320px) {
    .gnav ul {
        margin-top: 13vh;
    }
    .gnav li a {
        padding: 10px 0;
    }
}
/* @media screen and (max-width: 300px) {
	#nav_sp .contact_btn {
		display: none;
	}
} */


/*-----------------------------------
	contents
-----------------------------------*/
#contents {
    position: relative;
}
#lower_visual_block {
    margin-top: 110px;
    padding: 35px 0 45px;
    background-color: #232738;
}
#lower_visual_block .row_box {
	display: block;
}
#lower_visual_block .title_box {
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
#lower_visual_block .title_box .fs_en {
	opacity: 0.5;
}
#lower_visual_block .title_box h2 {
    font-size: 24px;
	font-weight: 500;
    margin-top: 8px;
}
/* breadcrumb */
/* .breadcrumb {
	font-weight: 400;
}
.breadcrumb a {
	font-weight: 400;
	margin: 0 10px;
}
.breadcrumb span {
	color: #162F3A;
	font-weight: 600;
	margin-left: 10px;
} */
#breadcrumb {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #202020;
    padding: 10px 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#breadcrumb .breadcrumb_text{
    display: inline-block;
    padding-left: 5px;
	color: #707070;
}
#breadcrumb {
	display: inline-block;
}
#breadcrumb a:first-child {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: "Zen Maru Gothic", sans-serif;
	color: #3143CF;
}
#breadcrumb a {
    margin: 0 8px;
    color: #707070;
    font-weight: 500;
}
#breadcrumb a:first-child {
	margin-left: 0;
}
#breadcrumb a:hover{
	opacity: 0.8;
}
#breadcrumb::-webkit-scrollbar {
	height: 5px;
}
#breadcrumb::-webkit-scrollbar-track {
	background-color: #FFF;
}
#breadcrumb::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}
/* レイアウト */
.contents_wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	/* display: -webkit-flex; */
	/* display: flex; */
	/* -webkit-flex-wrap: wrap; */
	/* flex-wrap: wrap; */
	/* -webkit-justify-content: space-between; */
	/* justify-content: space-between; */
	/* -webkit-align-items: flex-start; */
	/* align-items: flex-start; */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
#right_content {
	width: 780px;
	order: 2;
}
/* サイドバー */
#sidebar {
	width: 200px;
	order: 1;
}
#sidebar li {
	margin-bottom: 10px;
}
.sidebar li a {
	display: block;
}

@media screen and (max-width: 1280px) {
    #lower_img .text_box {
        width: 90%;
    }
	.h2_style span,
	.lower_h3 span {
		font-size: 40px;
        margin-bottom: 10px;
	}
    .h2_style h2 {
        font-size: 14px;
        font-weight: 500;
        margin-left: 8px;
    }
}
@media screen and (max-width: 1170px) {
	#lower_visual_block {
		margin-top: 75px;
		padding: 40px 0;
	}
	#lower_visual_block .title_box h2 {
		font-size: 24px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 640px) {
	#sidebar {
		width: 100%;
		order: 2;
	}
	#right_content {
		width: 100%;
		order: 1;
	}
	.contents_wrap {
		width: 90%;
	}
	#breadcrumb{
		height: auto;
		font-size: 10.5px;
		padding: 5px 0;
	}
	#breadcrumb ul li{
		font-size: 10.5px;
		font-size: 1.1rem;
	}
	#lower_visual_block {
		padding: 20px 0 25px;
	}
	#lower_visual_block .title_box h2 {
		font-size: 17px;
		margin-top: 3px;
	}
	#lower_visual_block .title_box .fs_en {
		font-size: 12px;
	}
/* 	#lower_img {
		width: 100%;
		float: none;
	}
	#lower_img .text_box:after {
		left: 45%;
	}
	#lower_img h2 {
		margin-left: 0;
        padding: 8vw 0 8vw 3%;
		font-size: 11px;
	}
	#lower_img h2 span {
		font-size: 20px;
		margin-bottom: 3px;
	} */
	.h2_style h2 {
		font-size: 14px;
		text-align: center;
		margin-top: 5px;
	}
	.h2_style span {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.lower_h3 {
		font-size: 14px;
	}
	.lower_h3 span {
		font-size: 18px;
		margin-bottom: 3px;
	}
    .wire_01,
    .wire_02 {
        border-right: 1px solid #f3f3f3;
    }
    .wire_01 {
        left: 0%;
    }
    .wire_02 {
        right: 0%;
    }
}
/*-----------------------------------
	contact_block
-----------------------------------*/
#contact_block {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 545px;
	margin-bottom: 150px;
	position: relative;
}
/*--webp対応ブラウザの場合--*/
.webp #contact_block {background-image: url("../img/common/contact_bg.webp")}
/*--webp非対応ブラウザの場合--*/
.no-webp #contact_block {background-image: url("../img/common/contact_bg.jpg")}
#contact_block h3 {
	/* font-family: 'Josefin Sans'; */
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 53px;
	font-weight: bold;
	position: absolute;
	top: 10vw;
	left: 15vw;
}
#contact_block h3 span {
	display: block;
	font-size: 14px;
	padding-left: 25px;
	margin-top: 30px;
	position: relative;
}
#contact_block h3 span::before {
	content: "・";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
}
#contact_block .row_box {
	text-align: center;
	max-width: 85vw;
	margin: auto;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -27%;
}
#contact_block .row_box li {
	width: 33%;
	padding: 55px 0 50px;
}
#contact_block .row_box .pamphlet_box {
	background: #252d31;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#contact_block .row_box .contact_box {
	background: #3143cf;
	background: linear-gradient(297deg,#1869ba,#3143cf);
}
#contact_block .row_box .tel_box {
	background: #252d31;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#contact_block .row_box li h4 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
}
#contact_block .row_box li h4 img {
	margin-right: 10px;
	vertical-align: -5px;
}
#contact_block .row_box .contact_box h4 img {
	vertical-align: -3px;
}
#contact_block .row_box li p {
	font-size: 13.5px;
	font-weight: 400;
	margin-bottom: 25px;
	color: #e7e9f9;
}
#contact_block .row_box .pamphlet_box a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	background: #fff;
	width: 240px;
	padding: 15px 0;
	border-radius: 100vw;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#contact_block .row_box .pamphlet_box a:hover {
	background: #ddd;
}
#contact_block .row_box .pamphlet_box a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
	margin: auto;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
}
#contact_block .row_box .contact_box a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #1E2224;
	width: 240px;
	padding: 15px 0;
	border-radius: 100vw;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#contact_block .row_box .contact_box a:hover {
	background: #333;
}
#contact_block .row_box .contact_box a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: auto;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
}
#contact_block .row_box .tel_box a {
	display: block;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 5px;
}
#contact_block .row_box .tel_box a img {
	margin-top: 3px;
	margin-right: 10px;
}
#contact_block .row_box li span {
	display: block;
	font-size: 12px;
	color: #cecece;
}
@media screen and (max-width: 1024px) {
	#contact_block {
		height: 500px;
	}
	#contact_block .row_box {
		max-width: 90vw;
		bottom: -30%;
	}
}
@media screen and (max-width: 900px) {
	#contact_block .row_box {
		max-width: 95%;
	}
}
@media screen and (max-width: 850px) {
	#contact_block {
		margin-bottom: 400px;
	}
	#contact_block h3 {
		font-size: 44px;
		top: 16vw;
		left: 5%;
	}
	#contact_block .row_box {
		display: block;
		max-width: 90%;
		bottom: -80%;
	}
	#contact_block .row_box li {
		width: 100%;
		padding: 32px 0 30px;
	}
	#contact_block .row_box li h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#contact_block .row_box li h4 img {
		vertical-align: -7px;
	}
	#contact_block .row_box .pamphlet_box {
		border-top-right-radius: 15px;
		border-bottom-left-radius: 0;		
	}
	#contact_block .row_box .tel_box {
		border-top-right-radius: 0;
		border-bottom-left-radius: 15px;		
	}
	#contact_block .row_box .pamphlet_box a,
	#contact_block .row_box .contact_box a {
		width: 250px;
		padding: 20px 0;
	}
}
@media screen and (max-width: 425px) {
	#contact_block h3 {
		font-size: 40px;
		top: 20vw;
		left: 10vw;
	}
}
@media screen and (max-width: 375px) {
	#contact_block .row_box li p {
		font-size: 12px;
	}
}
/*-----------------------------------
	recruit_block
-----------------------------------*/
#recruit_block {
    padding: 1vw 0 4vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#recruit_block .contents_inner {
	width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 35px rgb(109 109 109 / 30%);
	border-radius: 10px;
}
#recruit_block:before {
    content: "";
    width: 500px;
    height: 400px;
    background-image: url(../img/common/dot.svg);
    background-repeat: repeat;
    background-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    margin: auto 0;
}
#recruit_block .text_box {
	width: 63%;
	padding: 50px 60px 0 70px;
	background: #3143cf;
	background: linear-gradient(297deg,#1869ba,#3143cf);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#recruit_block .btn_box {
	width: 37%;
	background: #bdbdbd;
	position: relative;
	z-index: 999;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 auto;
}
#recruit_block h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
}
#recruit_block h2 span {
	display: block;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 120px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	letter-spacing: -0.05em;
	right: 0;
	bottom: -80px;
	margin: 0 auto;
	color: rgb(243 245 248 / 3%);
}
#recruit_block .text_box p {
	font-size: 15px;
	font-weight: 400;
	line-height: 230%;
	color: #fff;
	margin-bottom: 35px;
	position: relative;
	z-index: 10;
}
#recruit_block a {
	display: block;
}
@media screen and (max-width: 1280px) {
	#recruit_block {
		padding: 40px 0 40px;
	}
    #recruit_block .text_box p {
        font-size: 14px;
        font-weight: 500;
        line-height: 220%;
    }
}
@media screen and (max-width: 840px) {
    #recruit_block .btn_box {
        width: 30%;
    }
	#recruit_block .text_box {
		width: 70%;
	}
	#recruit_block .text_box p {
		font-size: 14px;
		font-weight: 400;
		line-height: 200%;
	}
    #recruit_block .link_btn:before {
        right: 25px;
    }
	#recruit_block .link_btn:after {
		bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	#recruit_block {
		width: 100%;
        padding: 0;
        margin: 30px auto 80px;
	}
    #recruit_block:before {
		content: "";
		width: 55vw;
		background-size: 6px;
    }
	#recruit_block .contents_inner {
		width: 100%;
	}
	#recruit_block h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#recruit_block h2 span {
		font-size: 65px;
		font-weight: 700;
		bottom: 0;
	}
	#recruit_block .text_box {
		float: none !important;
		width: 100%;
		margin: 0 auto;
		padding: 45px 35px 0;
		border-top: none;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	#recruit_block .text_box p {
		margin-bottom: 25px;
	}
	#recruit_block .btn_box,
	#recruit_block .link_btn {
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#recruit_block .link_btn {
		margin: 0 auto;
        padding: 25px 0;
        font-size: 14px;
        line-height: 1;
	}
	#recruit_block .link_btn:before {
        right: 39px;
		bottom: 33px;
	}
    #recruit_block .link_btn:after {
        right: 36px;
        bottom: 0;
    }
	#recruit_block .btn_box .none_640{
		display: none;
	}
}
/*-----------------------------------
	cta_block
-----------------------------------*/
.cta_block {
    background: #1037B7;
    background: -moz-linear-gradient(top, #1037B7 0%, #2FA9D6 120%);
    background: -webkit-linear-gradient(top, #1037B7 0%, #2FA9D6 120%);
    background: linear-gradient(to bottom, #1037B7 0%, #2FA9D6 120%);
/* 	background-color: #3143cf;
	background: linear-gradient(224deg, #4fa0ff, #3143cf, #385fd9, #3c5299);
    background-size: 800% 800%; */
}
.cta_block .cta_box_link {
	display: block;
	padding: 50px 0;
	position: relative;
	transition: 0.2s ease;
}
.cta_block .cta_box_link:hover {
	background: #303030;
}
.cta_block .text_box {
	text-align: center;
	margin-bottom: 35px;
}
.cta_block .text_box h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0.03em;
	color: #fff;
	margin-bottom: 30px;
}
.cta_block .text_box p {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #fff;
}
.cta_block .btn_box {
	display: block;
	width: 300px;
	margin: 15px auto 0;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #e17608;
	border-radius: 30px;
	transition: 0.2s ease;
	position: relative;
	z-index: -1;
}
.cta_block .btn_box:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.2s ease-in-out;
}
.cta_block .cta_box_link:hover .btn_box {
	background-color: #3143cf;
}
/* cursor_icon */
.cursor_icon {
	position: relative;
	cursor: none;
	z-index: 1000;
}
.cursor_icon img {
	width: 80px;
	height: 80px;
	position: fixed;
	visibility: hidden;
	opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.cursor_icon.on_mouse img {
    -webkit-transform: scale(1);
    transform: scale(1);
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 840px) {
	.cta_block .text_box h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.cta_block .text_box {
		margin-bottom: 25px;
	}
	.cta_block .text_box p {
		font-size: 14px;
		line-height: 180%;
		letter-spacing: 0.03em;
	}
	.cta_block .btn_box {
		width: 80%;
		font-size: 15px;
	}
/* cursor_icon */
	.cursor_icon {
		display: none;
	}
	.cursor_icon img {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.cta_block .cta_box_link {
		padding: 30px 0;
	}
	.cta_block .text_box h2 {
		font-size: 20px;
	}
}

/*-----------------------------------
	map(API)
-----------------------------------*/
#map {
    width: 95%;
    height: 550px;
    margin: 0 auto 5vw;
}
.map_content {
	padding: 5px;
}
.map_content h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	padding: 1px 0;
	background: #2f67d8;
	color: #fff;
	border-radius: 15px;
}
.map_content p {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width: 1300px) {
	#map {
		height: 400px;
	}
}
@media screen and (max-width: 640px) {
	#map {
        width: 90%;
		height: 380px;
	}
}
/*-----------------------------------
	pagetop
-----------------------------------*/
#pagetop {
	width: 60px;
	height: 54px;
	background: #383838;
	position: fixed;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	z-index: 999;
	border-radius: 3px;
	box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
}
#pagetop img {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
#pagetop_sp{
	display:none;
}
#pagetop:hover {
    background: #223a94;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    transition : 0.2s;
}

/* 追従バナー */
.contact_fixed {
    background: #fff;
    position: fixed;
    right: 20px;
    bottom: 125px;
}

@media screen and (max-width: 640px) {
	#pagetop {
		display:none !important;
		width: 100%;
		height: 45px;
		position: absolute;
		right: 0;
		bottom: 765px;
		border: none;
		background: #1d1d1d;
		border-bottom: 1px solid #2d2d2d;
		border-radius: 0;
	}
	#pagetop:hover {
		opacity: 1;
	}
	#pagetop img {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#pagetop_sp {
		display: block;
		height: 50px;
		background: url(../img/common/sp/pagetop.png) #1d1d1d;
		background-repeat: no-repeat;
		background-position: center;
		transition-duration: 0.3s;
		cursor: pointer;
		border-bottom: 1px solid #2d2d2d;
	}

/* 追従バナー */
    .contact_fixed {
        display: none !important;
    }
}

/*-----------------------------------
	footer
-----------------------------------*/
footer {
	border-top: 1px solid #EFEFEF;
    background: #fff;
    padding: 40px 0 20px;
}
footer .logo_area h1 {
    width: 300px;
}
footer .logo_area h1 a {
	display: block;
}
footer #footer_copy {
    font-size: 14px;
    letter-spacing: 0;
    text-align: right;
    padding: 5px 0 2px;
}
footer .logo_area {
	align-items: center;
}
footer .logo_area p {
	color: #4e5b61;
	padding-left: 25px;
	font-size: 12.5px;
	line-height: 180%;
}
footer .ft_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
footer .ft_inner .nav_menu nav {
	margin-bottom: 40px;
	margin-top: 18px;
}
footer .ft_inner .nav_menu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
footer .ft_inner .nav_menu ul a {
	padding: 5px 15px;
}
@media screen and (max-width: 1300px) {
	footer {
		margin-top: 30px;
		padding: 30px 0 0;
	}
	footer .logo_area p {
		font-size: 12px;
	}
	footer .logo_area h1 {
		display: block;
		margin: 0 auto;
	}
	footer .footer_bm {
		width: 85%;
	}
}
@media screen and (max-width: 1150px) {
	footer #footer_copy {
        font-size: 13px;
        text-align: center;
	}
}
@media screen and (max-width: 840px) {

}
@media screen and (max-width: 640px) {
	footer .ft_inner .nav_menu ul {
		display: block;
	}
	footer .ft_inner .nav_menu li {
		padding: 10px;
	}
}
@media screen and (max-width: 425px) {

}

/*-----------------------------------
	lower
-----------------------------------*/
#sidebar p {
    padding: 5px 10px;
    background: #00a4ea;
    color: #fff;
}
#sidebar ul.submenu {
background:#f7f7f7;
	margin-bottom: 20px;
}
#sidebar ul.submenu li{
	margin-bottom: 0;
	position: relative;
}
#sidebar ul.submenu li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5.5px;
    border-color: transparent transparent transparent #00a4ea;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
#sidebar ul.submenu li:hover:before {
	border-color: transparent transparent transparent #fff;
}
#sidebar ul.submenu li a{
	display:block;
	padding:5px 0 5px 25px;
}
#sidebar ul.submenu li:not(:last-of-type) {
	border-bottom:1px solid #d6d6d6;
}
#sidebar ul.submenu li a:hover{
	color:#fff;
	text-decoration:none;
	background: #1b1b1b;
}
section:not(:last-child) {
  padding-bottom: 40px;
}
.headline {
  width: 1100px;
  max-width: 100%;
  height: 200px;
  margin: 15px auto 60px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
.headline::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.headline h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #000;
  font-size: 31px;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.headline h2 span {
  color: #00A5EA;
  display: block;
  font-size: 14px;
  letter-spacing: 0.01rem;
  margin-bottom: 5px;
}
.h3_style {
  font-size: 22px;
  font-weight: 500;
  border-bottom: solid 3px #ededed;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.2rem;
}
.h3_style:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00A5EA;
  bottom: -3px;
  width: 6%;
}
.h4_style {
  font-size: 18px;
  font-weight: 500;
  background: #F6FCFF;
  padding: 5px 15px;
  margin-bottom: 10px;
  position: relative;
}
.h4_style:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #00a5ea transparent transparent transparent;
  left: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
	.headline {
		width: 100%;
	}
	.headline h2 {
		width: 100%;
		font-size: 22px;
	}
	.headline h2 span {
    	font-size: 12px;
	}
	.h3_style {
    	font-size: 18px;
	}
}
