@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');

body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	/* スマホで文字サイズが大きくなるのを防ぐ */
	font-size: 15px;
	background-color: #fff;
	max-width: 1920px;
	margin: 0 auto;
}

html {
	-ms-overflow-style: scrollbar;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%
}

a {
	transition-property: all;
	transition: 0.2s linear;
	text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop,
a {
	transition: 0s;
}

/*IE11*/

a:focus,
*:focus {
	outline: none;
}

p {
	margin: 0px;
	padding: 0px
}

.clearfix:after {
	content: " ";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
height: auto;
overflow: hidden;
/**/
}

/*
	a:hover img {
		opacity: 0.8;
	}
*/

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

@media (min-width: 992px) {
	.tal {
		text-align: center
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.fwb {
	font-weight: bold;
}

@media (max-width: 767px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 1.8 !important;
	}
}

@media (min-width: 768px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 2 !important;
	}
}

@media (min-width: 992px) {
	.lh2 {
		line-height: 2 !important;
	}

	.lh22 {
		line-height: 2.2 !important;
	}
}

.s11 {
	font-size: 11px !important;
	line-height: 1.6;
}

.s12 {
	font-size: 12px !important;
	line-height: 1.6;
}

.s13 {
	font-size: 13px !important;
	line-height: 1.6;
}

.s14 {
	font-size: 14px !important;
	line-height: 1.6;
}

.s14_c {
	font-size: 14px !important;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 767px) {
	.s15 {
		font-size: 14px !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 14px !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 14px !important;
		line-height: 1.7;
		text-align: left;
	}

	.s16_c {
		font-size: 14px !important;
		line-height: 1.7;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.s15 {
		font-size: 14px !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 15px !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 14px !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 15px !important;
		line-height: 1.7;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.s15 {
		font-size: 15px !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 16px !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 15px !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 16px !important;
		line-height: 1.7;
		text-align: center;
	}
}

.s17 {
	font-size: 17px !important;
	line-height: 1.7;
}

.s18 {
	font-size: 18px !important;
	line-height: 1.7;
}

.s19 {
	font-size: 19px !important;
	line-height: 1.7;
}

.s20 {
	font-size: 20px !important;
	line-height: 1.7;
}

.s21 {
	font-size: 21px !important;
	line-height: 1.7;
}

.s22 {
	font-size: 22px !important;
	line-height: 1.7;
}

.s23 {
	font-size: 23px !important;
	line-height: 1.7;
}

.s24 {
	font-size: 24px !important;
	line-height: 1.7;
}

.s25 {
	font-size: 25px !important;
	line-height: 1.7;
}

.s26 {
	font-size: 26px !important;
	line-height: 1.7;
}

.s27 {
	font-size: 27px !important;
	line-height: 1.7;
}

.s28 {
	font-size: 28px !important;
	line-height: 1.7;
}

.s29 {
	font-size: 29px !important;
	line-height: 1.7;
}

.s30 {
	font-size: 30px !important;
	line-height: 1.7;
}

.br10 img {
	border-radius: 10px;
}

.br20 img {
	border-radius: 20px;
}

.br30 img {
	border-radius: 30px;
}

img.br10 {
	border-radius: 10px;
}

img.br20 {
	border-radius: 20px;
}

img.br30 {
	border-radius: 30px;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.pos {
	position: relative;
}

@media (max-width: 767px) {
	.flex_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.reverse_sp {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 768px) {
	.flex_b {
		display: flex;
		flex-direction: row;
		justify-content: space-between;

	}
}

@media (max-width: 767px) {
	.flex_c {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.flex_c {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.flex_s {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.flex_s {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.flex_e {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.flex_e {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

.start {
	align-items: flex-start;
}

.end {
	align-items: flex-end;
}

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}


@media (max-width: 767px) {
	.cont20 {
		width: 100%;
	}

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.cont20 {
		width: 20%;
	}

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

@media (max-width: 420px) {
	.mb_mainimg {
		margin-bottom: 30px !important;
	}

	.mb_cont {
		margin-bottom: 40px !important;
	}

	.mb_cont2 {
		margin-bottom: 40px !important;
	}

	.mb_cont3 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 421px) {

	.mb_mainimg {
		margin-bottom: 40px !important;
	}

	.mb_cont {
		margin-bottom: 40px !important;
	}

	.mb_cont2 {
		margin-bottom: 40px !important;
	}

	.mb_cont3 {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 768px) {

	.mb_mainimg {
		margin-bottom: 40px !important;
	}

	.mb_cont {
		margin-bottom: 50px !important;
	}

	.mb_cont2 {
		margin-bottom: 40px !important;
	}

	.mb_cont3 {
		margin-bottom: 30px !important;
	}
}


@media (min-width: 992px) {

	.mb_mainimg {
		margin-bottom: 50px !important;
	}

	.mb_cont {
		margin-bottom: 70px !important;
	}

	.mb_cont2 {
		margin-bottom: 50px !important;
	}

	.mb_cont3 {
		margin-bottom: 40px !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}


/* header
=========================================================================== */

	.inner_body {
		max-width: 1920px;
		margin: 0 auto;
		overflow: hidden;
	}

@media (min-width: 992px) {
	header {
		width: 100%;
		max-width: 1920px;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 9999999;
		background-color: rgba(60, 130, 197, 0.8);
	}

	.flex_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1920px;
	}

	.flex_right {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.container-fluid {
		padding: 0 15px 0 15px;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding: 0 15px 0 15px;
	}
}

@media (min-width: 1400px) {
	.container-fluid {
		padding: 0 30px 0 35px;
	}
}


@media (max-width: 991px) {
	p.btn_contact_h a {
		display: none;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	p.btn_contact_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 130px;
		height: 50px;
		background-color: #E678AF;
		color: #fff;
		font-size: 13px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-left: 20px;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_h.png) 0 0 /20px 20px no-repeat;
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	p.btn_contact_h a:hover {
		opacity: 1;
		background-color: #f39bc7;
	}
}

@media (min-width: 1200px) {
	p.btn_contact_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 210px;
		height: 40px;
		background-color: #E678AF;
		color: #fff;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-left: 20px;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_h.png) 0 0 /20px 20px no-repeat;
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	p.btn_contact_h a:hover {
		opacity: 1;
		background-color: #f39bc7;
	}
}

@media (min-width: 1400px) {
	p.btn_contact_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 40px;
		background-color: #E678AF;
		color: #fff;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-left: 20px;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_h.png) 0 0 /20px 20px no-repeat;
		width: 20px;
		height: 20px;
		margin-right: 7px;
	}

	p.btn_contact_h a:hover {
		opacity: 1;
		background-color: #f39bc7;
	}
}

/* navigation
=========================================================================== */

/*navbar ナビゲーション全体*/

.navbar {
	margin-bottom: 0;
	/*	デフォルトのマージンを消す*/
	border: none;
	/*	透明1px線を消す*/
	border-radius: 0;
	max-width: 1920px;
	margin: 0 auto;
}

.navbar-default {
	background-color: transparent;
	/*デフォルトの背景色を消す*/
}

/*
.clearfix:before,
.clearfix:after,
*/
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
/*
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
*/
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: none;
	/*	自動で生成される疑似要素を消す　flex-boxでカウントされてしまう*/
}

.navbar-brand {
	padding: 0;
	/*	デフォルトのパディングを消す*/
}

/* navbar collapse for iPad (bootstrap) タブレットでもスマホ用ナビゲーションを使う*/
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
		margin-right: 5px;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	/*	ハンバーガーメニューの背景色を消す*/
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

@media (min-width: 768px) {

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}
}

.navbar-brand a {
	display: block;
}

@media (max-width: 350px) {
	.navbar-brand {
		width: 60%;
		height: auto;
	}
}

@media (min-width: 351px) {
	.navbar-brand {
		width: 180px;
		height: auto;
	}
}

@media (min-width: 992px) {
	.navbar-brand {
		width: 200px;
	}
}

@media (min-width: 1200px) {
	.navbar-brand {
		width: 265px;
	}
}

@media (max-width: 991px) {
	.navbar-nav > li > a {
		padding: 15px;
		font-size: 15px;
		font-weight: bold;
		color: #333;
		margin: 10px;
		border-radius: 2px;
		text-align: left;
		box-shadow: 0px 1px 3px 0px #ccc inset;
		text-decoration: none;
	}

	.navbar-nav > li {
		margin-bottom: 0px;
	}

	.navbar-nav > li > span {
		color: #999999;
		font-size: 10px;
		font-weight: normal;
		float: right;
		letter-spacing: 1px;
	}
}

@media (min-width: 992px) {

	.navbar-collapse {
		display: flex !important;
		align-items: center;
		width: auto;
		padding: 0;
	}

	.navbar-nav {
		background: none;
		float: none;
	}

	.navbar-nav > li {
		display: inline-block;
		font-size: 14px;
		margin-right: 10px;
	}

	.navbar-nav > li > a {
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 85px;
		padding: 0 5px;
	}

	.navbar-nav > li > a:hover {
		color: #ff9fcf !important;
		opacity: 1;
		background-color: transparent !important;
	}

	.navbar-nav > li > a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: .3s;
	}

	.navbar-nav > li > a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@media (min-width: 1200px) {

	.navbar-collapse {
		display: flex !important;
		align-items: center;
		width: auto;
		padding: 0;
	}

	.navbar-nav {
		background: none;
		float: none;
	}

	.navbar-nav > li {
		display: inline-block;
		font-size: 14px;
		margin-right: 20px;
	}

	.navbar-nav > li > a {
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 85px;
		padding: 0 5px;
	}

	.navbar-nav > li > a:hover {
		color: #ff9fcf !important;
		opacity: 1;
		background-color: transparent !important;
	}

	.navbar-nav > li > a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: .3s;
	}

	.navbar-nav > li > a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@media (min-width: 1400px) {

	.navbar-collapse {
		display: flex !important;
		align-items: center;
		width: auto;
		padding: 0;
	}

	.navbar-nav {
		background: none;
		float: none;
	}

	.navbar-nav > li {
		display: inline-block;
		font-size: 14px;
		margin-right: 20px;
	}

	.navbar-nav > li > a {
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 85px;
		padding: 0 15px;
	}

	.navbar-nav > li > a:hover {
		color: #ff9fcf !important;
		opacity: 1;
		background-color: transparent !important;
	}

	.navbar-nav > li > a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: .3s;
	}

	.navbar-nav > li > a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}


/*スマホグローバルナビ*/
@media (max-width: 767px) {
	.sp_fix {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 10px 0;
	}

	nav.navbar {
		background-color: #4f96da;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		z-index: 999999999;
		position: fixed;
		top: 0;
		width: 100%;
	}

	.navbar-toggle {
		position: relative;
		width: 30px;
		height: 20px;
		border: none;
		background-color: transparent;
	}

	.navbar-toggle,
	.navbar-toggle > span {
		display: inline-block;
		/*transition: all .4s;*/
	}

	.navbar-toggle > span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}

	.navbar-toggle > span:nth-of-type(1) {
		top: 0;
	}

	.navbar-toggle > span:nth-of-type(2) {
		top: 9px;
	}

	.navbar-toggle > span:nth-of-type(3) {
		bottom: 0;
	}

	.navbar-toggle.active > span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	.navbar-toggle.active > span:nth-of-type(2) {
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}

	.navbar-toggle.active > span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	#gnav {
		overflow-y: scroll;
		width: 100%;
		height: 100vh;
		background-color: #75afe6;
		position: relative;
		-webkit-overflow-scrolling: touch;
		/*スマホナビゲーションでスクロールできるようにする*/
		padding-bottom: 50px;
	}

	.navbar-nav > li > a {
		padding: 10px 15px;
		background-color: #fff;
		font-size: 14px;
		font-weight: bold;
		color: #333 !important;
		margin: 5px 10px;
		border-radius: 2px;
		text-align: left;
		text-decoration: none;
	}

	.navbar-nav > li.active > a {
		background-color: #cbe1f7 !important;
		color: #004690 !important;
	}

	.navbar-nav > li a > span {
		color: #7C9BEB;
		font-size: 10px;
		font-weight: normal;
		float: right;
		letter-spacing: 1px;
		display: none;
	}

	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		color: #004690 !important;
		background-color: #cbe1f7 !important;
		opacity: 1;
	}

	.navbar-nav > li > a:hover > span {
		color: #004690 !important;
	}
}

/*タブレットグローバルナビ*/
@media (min-width: 768px) and (max-width:991px) {
	.sp_fix {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 15px 0;
	}

	nav.navbar {
		background-color: #4f96da;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		z-index: 999999999;
		position: fixed;
		top: 0;
		width: 100%;
	}

	.navbar-toggle {
		position: relative;
		width: 30px;
		height: 20px;
		border: none;
		background-color: transparent;
	}

	.navbar-toggle,
	.navbar-toggle > span {
		display: inline-block;
		/*transition: all .4s;*/
	}

	.navbar-toggle > span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}

	.navbar-toggle > span:nth-of-type(1) {
		top: 0;
	}

	.navbar-toggle > span:nth-of-type(2) {
		top: 9px;
	}

	.navbar-toggle > span:nth-of-type(3) {
		bottom: 0;
	}

	.navbar-toggle.active > span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	.navbar-toggle.active > span:nth-of-type(2) {
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}

	.navbar-toggle.active > span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	#gnav {
		overflow-y: scroll;
		width: 100%;
		/*		height: 100vh;*/
		background-color: #75afe6;
		position: relative;
		-webkit-overflow-scrolling: touch;
		/*スマホナビゲーションでスクロールできるようにする*/
		padding-bottom: 25px;
	}

	.navbar-nav > li > a {
		padding: 10px 15px;
		background-color: #fff;
		font-size: 14px;
		font-weight: bold;
		color: #333 !important;
		margin: 5px 10px;
		border-radius: 2px;
		text-align: left;
		text-decoration: none;
	}

	.navbar-nav > li.active > a {
		background-color: #cbe1f7 !important;
		color: #004690 !important;
	}

	.navbar-nav > li a > span {
		color: #7C9BEB;
		font-size: 10px;
		font-weight: normal;
		float: right;
		letter-spacing: 1px;
		display: none;
	}

	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		color: #004690 !important;
		background-color: #cbe1f7 !important;
		opacity: 1;
	}

	.navbar-nav > li > a:hover > span {
		color: #004690 !important;
	}
}


/* メインイメージ
=========================================================================== */

@media (max-width: 767px) {
	.bg_mainimg {
		position: relative;
		width: 100%;
		margin-top: 55px;
	}
}

@media (min-width: 768px) {
	.bg_mainimg {
		position: relative;
		width: 100%;
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	.bg_mainimg {
		position: relative;
		width: 100%;
		margin-top: 0;
	}
}

.swiper-container {
	overflow: visible !important;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-direction: row-reverse;
	/*	overflow: hidden;*/
}

@media (max-width: 767px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

@media (max-width: 767px) {
	h2.catch_mainimg {
		width: 55%;
		max-width: 400px;
		position: absolute;
		bottom: 3%;
		left: 3%;
		z-index: 999;
	}

	p.btn_mainimg a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #E678AF;
		border-radius: 50%;
		width: 9.375%;
		width: 90px;
		height: 90px;
		color: #fff;
		font-size: 10px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		line-height: 1.6;
		position: absolute;
		bottom: 3%;
		right: 3%;
		z-index: 999;
	}

	p.btn_mainimg a:before {
		content: '';
		display: block;
		background: url(../images/icon_mainimg.png) 0 0 /30px 30px no-repeat;
		width: 30px;
		height: 30px;
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	h2.catch_mainimg {
		width: 40%;
		max-width: 550px;
		position: absolute;
		bottom: 6%;
		left: 4%;
		z-index: 999;
	}

	p.btn_mainimg a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #E678AF;
		border-radius: 50%;
		width: 9.375%;
		width: 140px;
		height: 140px;
		color: #fff;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		line-height: 1.6;
		position: absolute;
		bottom: 6%;
		right: 4%;
		z-index: 999;
	}

	p.btn_mainimg a:before {
		content: '';
		display: block;
		background: url(../images/icon_mainimg.png) 0 0 /44px 44px no-repeat;
		width: 44px;
		height: 44px;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	h2.catch_mainimg {
		width: 30%;
		max-width: 550px;
		position: absolute;
		bottom: 6%;
		left: 4%;
		z-index: 999;
	}

	p.btn_mainimg a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #E678AF;
		border-radius: 50%;
		width: 9.375%;
		width: 150px;
		height: 150px;
		color: #fff;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		line-height: 1.6;
		position: absolute;
		bottom: 7%;
		right: 3%;
		z-index: 999;
	}

	p.btn_mainimg a:before {
		content: '';
		display: block;
		background: url(../images/icon_mainimg.png) 0 0 /54px 54px no-repeat;
		width: 54px;
		height: 54px;
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	h2.catch_mainimg {
		width: 28.645%;
		max-width: 550px;
		position: absolute;
		bottom: 10%;
		left: 8%;
		z-index: 999;
	}

	p.btn_mainimg a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #E678AF;
		border-radius: 50%;
		width: 9.375%;
		width: 180px;
		height: 180px;
		color: #fff;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		line-height: 1.6;
		position: absolute;
		bottom: 10%;
		right: 3%;
		z-index: 999;
	}

	p.btn_mainimg a:before {
		content: '';
		display: block;
		background: url(../images/icon_mainimg.png) 0 0 /54px 54px no-repeat;
		width: 54px;
		height: 54px;
		margin-bottom: 10px;
	}
}

p.btn_mainimg a:hover {
	opacity: 1;
	background-color: #f39bc7;
}

/* スクロールボタン */

@media (max-width: 991px) {
	.top_scroll {
		display: none;
	}
}

@media (min-width: 992px) {
	.top_scroll {
		position: absolute;
		right: 80px;
		bottom: 0;
		display: flex;
		flex-direction: column;
		z-index: 9999;
	}
}

p.ttl_scroll {
	font-size: 13px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(90deg);
	transform-origin: left top;
	letter-spacing: 0.2em;
	position: absolute;
	top: -80px;
	left: 12px;
	/*	text-shadow: 2px 2px 3px #333;*/
}

.moveline {
	content: '';
	display: block;
	width: 2px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.15);
}

.moveline:before {
	content: '';
	display: block;
	z-index: 999999;
	animation-name: anime1;
	animation-duration: 2.7s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes anime1 {
	0% {
		width: 2px;
		height: 0;
		background-color: #333;
	}

	25% {
		width: 2px;
		height: 120px;
		background-color: #333;
	}

	45% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}

	100% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}
}


/* index.html
=========================================================================== */

@media (max-width: 991px) {

	#top01,
	#top02,
	#top03,
	#top04,
	#top05,
	#top06,
	#top07,
	#top08,
	#top09 {
		margin-top: -85px;
		padding-top: 85px;
	}
}

@media (min-width: 992px) {

	#top01,
	#top02,
	#top03,
	#top04,
	#top05,
	#top06,
	#top07,
	#top08,
	#top09 {
		margin-top: -120px;
		padding-top: 120px;
	}
}

#top01 {
	position: relative;
	z-index: 9;
}

#top02 {
	position: relative;
	z-index: 8;
}

#top03 {
	position: relative;
	z-index: 7;
}


#top04 {
	position: relative;
	z-index: 6;
}

#top05 {
	position: relative;
	z-index: 5;
}

#top06 {
	position: relative;
	z-index: 4;
}

#top07 {
	position: relative;
	z-index:3;
}


#top08 {
	position: relative;
	z-index: 2;
}

#top09 {
	position: relative;
	z-index: 1;
}


@media (max-width: 767px) {
	.bg_top {
		background: url(../images/bg_top01.png) 0 -100px no-repeat;
		padding: 20px 0 0;
	}

	.cont_top01 {
		width: 100%;
		padding: 0 3% 0 4%;
	}

	.pic_top01 {
		width: 96%;
	}

	h3.top01 {
		font-size: 28px;
		color: #2B63A6;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}

	h3.top01 span {
		color: #FF7373;
		font-size: 18px;
		display: inline-block;
		margin-right: 10px;
	}

	.lh22 {
		line-height: 2;
	}

	.cont_top01 p.s15 {
		margin-bottom: 20px;
	}

	p.btn_more a {
		font-family: 'Noto Serif JP', serif;
		font-size: 13px;
		font-weight: 500;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 20px;
		margin-right: 20px;
	}

	p.btn_more a:after {
		content: '';
		display: block;
		background: url(../images/icon_top01.png) 0 0 /16px 11px no-repeat;
		margin-left: 7px;
		width: 16px;
		height: 11px;
	}
}

@media (min-width: 768px) {
	.bg_top {
		background: url(../images/bg_top01.png) 0 -100px no-repeat;
		padding: 50px 0 0;
	}

	.cont_top01 {
		width: 50%;
		padding: 0 3% 0 4%;
	}

	.pic_top01 {
		width: 50%;
	}

	h3.top01 {
		font-size: 40px;
		color: #2B63A6;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}

	h3.top01 span {
		color: #FF7373;
		font-size: 24px;
		display: inline-block;
		margin-right: 15px;
	}

	.lh22 {
		line-height: 2;
	}

	.cont_top01 p.s15 {
		margin-bottom: 20px;
	}

	p.btn_more a {
		font-family: 'Noto Serif JP', serif;
		font-size: 13px;
		font-weight: 500;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 20px;
	}

	p.btn_more a:after {
		content: '';
		display: block;
		background: url(../images/icon_top01.png) 0 0 /16px 11px no-repeat;
		margin-left: 7px;
		width: 16px;
		height: 11px;
	}
}

@media (min-width: 992px) {
	.bg_top {
		background: url(../images/bg_top01.png) 0 -100px no-repeat;
		padding: 70px 0 0;
	}

	.cont_top01 {
		width: 50%;
		padding: 0 3% 0 7%;
	}

	.pic_top01 {
		width: 50%;
	}

	h3.top01 {
		font-size: 54px;
		color: #2B63A6;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 40px;
	}

	h3.top01 span {
		color: #FF7373;
		font-size: 30px;
		display: inline-block;
		margin-right: 20px;
	}

	.lh22 {
		line-height: 2.2;
	}

	.cont_top01 p.s15 {
		margin-bottom: 40px;
	}

	p.btn_more a {
		font-family: 'Noto Serif JP', serif;
		font-size: 13px;
		font-weight: 500;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 70px;
	}

	p.btn_more a:after {
		content: '';
		display: block;
		background: url(../images/icon_top01.png) 0 0 /16px 11px no-repeat;
		margin-left: 7px;
		width: 16px;
		height: 11px;
	}
}

@media (max-width: 767px) {
	#top02 {
		position: relative;
		margin-bottom: 50px;
	}

	h3.top02 {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 20px;
	}

	h3.top02 span {
		color: #2B63A6;
		font-size: 18px;
		display: inline-block;
	}

	h3.top02 span:after {
		content: '/';
		display: inline-block;
		font-size: 18px;
		margin: 0 10px;
	}

	.pic_top02 {
		width: 80%;
		margin: 0 auto 30px;
		position: relative;
		max-width: 500px;
	}

	h4.top02 {
		position: absolute;
		bottom: -10px;
		right: -20px;
		width: 180px;
		height: 50px;
		background-color: #E678AF;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	h4.top02:before {
		content: '';
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		left: -30px;
		top: -10px;
	}

	.pic_top02:nth-of-type(1) h4.top02:before {
		background: url(../images/icon_top02_1.png) 0 0 /50px 50px no-repeat;
	}

	.pic_top02:nth-of-type(2) h4.top02:before {
		background: url(../images/icon_top02_2.png) 0 0 /50px 50px no-repeat;
	}

	.pic_top02:nth-of-type(3) h4.top02:before {
		background: url(../images/icon_top02_3.png) 0 0 /50px 50px no-repeat;
	}

	.pic_top02:nth-of-type(4) h4.top02:before {
		background: url(../images/icon_top02_4.png) 0 0 /50px 50px no-repeat;
	}
}

@media (min-width: 768px) and (max-width:991px) {

	#top02 {
		position: relative;
		margin-bottom: 30px;
	}

	#top02:before {
		content: '';
		display: block;
		width: 83%;
		height: 400px;
		background-color: #EFF2F8;
		position: absolute;
		left: 0;
		top: 150px;
		z-index: -1;
	}

	h3.top02 {
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 25px;
	}

	h3.top02 span {
		color: #2B63A6;
		font-size: 21px;
		display: inline-block;
	}

	h3.top02 span:after {
		content: '/';
		display: inline-block;
		font-size: 21px;
		margin: 0 10px;
	}

	.pic_top02 {
		width: 38%;
		margin: 0 40px 30px 40px;
		position: relative;
	}

	h4.top02 {
		position: absolute;
		bottom: -3%;
		right: -30px;
		width: 200px;
		height: 50px;
		background-color: #E678AF;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	h4.top02:before {
		content: '';
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		left: -35px;
		top: -35px;
	}

	.pic_top02:nth-of-type(1) h4.top02:before {
		background: url(../images/icon_top02_1.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(2) h4.top02:before {
		background: url(../images/icon_top02_2.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(3) h4.top02:before {
		background: url(../images/icon_top02_3.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(4) h4.top02:before {
		background: url(../images/icon_top02_4.png) 0 0 /70px 70px no-repeat;
	}
}

@media (min-width: 992px) {
	#top02 {
		position: relative;
	}

	#top02:before {
		content: '';
		display: block;
		width: 83%;
		height: 400px;
		background-color: #EFF2F8;
		position: absolute;
		left: 0;
		top: 150px;
		z-index: -1;
	}

	h3.top02 {
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 50px 4% 0 2%;
	}

	h3.top02 span {
		color: #2B63A6;
		font-size: 21px;
		display: inline-block;
	}

	h3.top02 span:after {
		content: '/';
		display: inline-block;
		font-size: 21px;
		margin: 0 10px;
	}

	.pic_top02 {
		width: 28%;
		margin-right: 70px;
		position: relative;
		margin-bottom: 40px;
	}

	.pic_top02:nth-of-type(3) {
		margin-left: 15%;
	}

	h4.top02 {
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translateY(-50%) translateX(0);
		width: 260px;
		height: 50px;
		background-color: #E678AF;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	h4.top02:before {
		content: '';
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		left: -35px;
		top: -35px;
	}

	.pic_top02:nth-of-type(1) h4.top02:before {
		background: url(../images/icon_top02_1.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(2) h4.top02:before {
		background: url(../images/icon_top02_2.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(3) h4.top02:before {
		background: url(../images/icon_top02_3.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(4) h4.top02:before {
		background: url(../images/icon_top02_4.png) 0 0 /70px 70px no-repeat;
	}
}

@media (min-width: 1200px) {
	#top02 {
		position: relative;
	}

	#top02:before {
		content: '';
		display: block;
		width: 83%;
		height: 400px;
		background-color: #EFF2F8;
		position: absolute;
		left: 0;
		top: 150px;
		z-index: -1;
	}

	h3.top02 {
		font-size: 19px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 80px 3% 0 3%;
	}

	h3.top02 span {
		color: #2B63A6;
		font-size: 30px;
		display: inline-block;
	}

	h3.top02 span:after {
		content: '/';
		display: inline-block;
		font-size: 30px;
		margin: 0 20px;
	}

	.pic_top02 {
		width: 28%;
		margin-right: 70px;
		position: relative;
		margin-bottom: 70px;
	}

	.pic_top02:nth-of-type(3) {
		margin-left: 15%;
	}

	h4.top02 {
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translateY(-50%) translateX(0);
		width: 320px;
		height: 54px;
		background-color: #E678AF;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	h4.top02:before {
		content: '';
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		left: -35px;
		top: -35px;
	}

	.pic_top02:nth-of-type(1) h4.top02:before {
		background: url(../images/icon_top02_1.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(2) h4.top02:before {
		background: url(../images/icon_top02_2.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(3) h4.top02:before {
		background: url(../images/icon_top02_3.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(4) h4.top02:before {
		background: url(../images/icon_top02_4.png) 0 0 /70px 70px no-repeat;
	}
}

@media (min-width: 1400px) {
	#top02 {
		position: relative;
	}

	#top02:before {
		content: '';
		display: block;
		width: 83%;
		height: 400px;
		background-color: #EFF2F8;
		position: absolute;
		left: 0;
		top: 150px;
		z-index: -1;
	}

	h3.top02 {
		font-size: 19px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 80px 5% 0 5%;
	}

	h3.top02 span {
		color: #2B63A6;
		font-size: 30px;
		display: inline-block;
	}

	h3.top02 span:after {
		content: '/';
		display: inline-block;
		font-size: 30px;
		margin: 0 20px;
	}

	.pic_top02 {
		width: 28%;
		margin-right: 70px;
		position: relative;
		margin-bottom: 70px;
	}

	.pic_top02:nth-of-type(3) {
		margin-left: 15%;
	}

	h4.top02 {
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translateY(-50%) translateX(0);
		width: 320px;
		height: 54px;
		background-color: #E678AF;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	h4.top02:before {
		content: '';
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		left: -35px;
		top: -35px;
	}

	.pic_top02:nth-of-type(1) h4.top02:before {
		background: url(../images/icon_top02_1.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(2) h4.top02:before {
		background: url(../images/icon_top02_2.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(3) h4.top02:before {
		background: url(../images/icon_top02_3.png) 0 0 /70px 70px no-repeat;
	}

	.pic_top02:nth-of-type(4) h4.top02:before {
		background: url(../images/icon_top02_4.png) 0 0 /70px 70px no-repeat;
	}
}

@media (max-width: 767px) {
	#top03 {
		position: relative;
		margin-bottom: 20px;
	}

/*
	#top03:before {
		content: '';
		display: block;
		width: 83%;
		height: 60%;
		background-color: #FFF5F6;
		position: absolute;
		right: 0;
		top: 160px;
		z-index: -1;
	}
*/

	h3.top03 {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	h3.top03 span {
		color: #FF7272;
		font-size: 18px;
		display: inline-block;
	}

	h3.top03 span:after {
		content: '/';
		display: inline-block;
		font-size: 18px;
		margin: 0 20px;
	}

	.pic_top03 {
		width: 80%;
		margin: 0 auto 40px;
		position: relative;
		max-width: 500px;
	}
}

@media (min-width: 768px) and (max-width:991px) {

	#top03 {
		position: relative;
		margin-bottom: 70px;
	}

	#top03:before {
		content: '';
		display: block;
		width: 83%;
		height: 60%;
		background-color: #FFF5F6;
		position: absolute;
		right: 0;
		top: 160px;
		z-index: -1;
	}

	h3.top03 {
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	h3.top03 span {
		color: #FF7272;
		font-size: 21px;
		display: inline-block;
	}

	h3.top03 span:after {
		content: '/';
		display: inline-block;
		font-size: 21px;
		margin: 0 20px;
	}

	.pic_top03 {
		width: 44%;
		margin: 0 3%;
		position: relative;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	#top03 {
		position: relative;
		margin-bottom: 130px;
	}

	#top03:before {
		content: '';
		display: block;
		width: 83%;
		height: 60%;
		background-color: #FFF5F6;
		position: absolute;
		right: 0;
		top: 160px;
		z-index: -1;
	}

	h3.top03 {
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 80px 2% 0 3%;
	}

	h3.top03 span {
		color: #FF7272;
		font-size: 21px;
		display: inline-block;
	}

	h3.top03 span:after {
		content: '/';
		display: inline-block;
		font-size: 21px;
		margin: 0 20px;
	}

	.pic_top03 {
		width: 28%;
		margin-left: 50px;
		position: relative;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	#top03 {
		position: relative;
		margin-bottom: 130px;
	}

	#top03:before {
		content: '';
		display: block;
		width: 83%;
		height: 60%;
		background-color: #FFF5F6;
		position: absolute;
		right: 0;
		top: 180px;
		z-index: -1;
	}

	h3.top03 {
		font-size: 19px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 80px 3% 0 3%;
	}

	h3.top03 span {
		color: #FF7272;
		font-size: 30px;
		display: inline-block;
	}

	h3.top03 span:after {
		content: '/';
		display: inline-block;
		font-size: 30px;
		margin: 0 20px;
	}

	.pic_top03 {
		width: 28%;
		margin-left: 70px;
		position: relative;
		margin-bottom: 70px;
	}
}

@media (min-width: 1400px) {
	#top03 {
		position: relative;
		margin-bottom: 130px;
	}

	#top03:before {
		content: '';
		display: block;
		width: 83%;
		height: 68%;
		background-color: #FFF5F6;
		position: absolute;
		right: 0;
		top: 160px;
		z-index: -1;
	}

	h3.top03 {
		font-size: 19px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 80px 6% 0 7%;
	}

	h3.top03 span {
		color: #FF7272;
		font-size: 30px;
		display: inline-block;
	}

	h3.top03 span:after {
		content: '/';
		display: inline-block;
		font-size: 30px;
		margin: 0 20px;
	}

	.pic_top03 {
		width: 28%;
		margin-left: 70px;
		position: relative;
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
	p.icon_top {
		text-align: center;
	}

	p.icon_top {
		width: 20%;
		max-width: 50px;
		height: auto;
		margin: 0 auto 5px;
	}

	p.en_top {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		color: #2B63A5;
		letter-spacing: 0.03em;
		text-align: center;
		margin-bottom: 5px;
	}

	p.en_top span {
		color: #FF794C;
	}

	h3.top {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align: center;
		margin-bottom: 25px;
	}

	h3.top span {
		color: #FF7A4D;
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width:991px) {

	p.icon_top {
		text-align: center;
	}

	p.icon_top {
		width: 7%;
		height: auto;
		margin: 0 auto 5px;
	}

	p.en_top {
		font-size: 23px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		color: #2B63A5;
		letter-spacing: 0.03em;
		text-align: center;
		margin-bottom: 5px;
	}

	p.en_top span {
		color: #FF794C;
	}

	h3.top {
		font-size: 19px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align: center;
		margin-bottom: 25px;
	}

	h3.top span {
		color: #FF7A4D;
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	p.icon_top {
		text-align: center;
	}

	p.en_top {
		font-size: 36px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		color: #2B63A5;
		letter-spacing: 0.03em;
		text-align: center;
		margin-bottom: 5px;
	}

	p.en_top span {
		color: #FF794C;
	}

	h3.top {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align: center;
		margin-bottom: 25px;
	}

	h3.top span {
		color: #FF7A4D;
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.bg_blue {
		background-color: #E9F4FA;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 30px 5%;
	}

	.bg_pink {
		background-color: #FFF7F7;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 30px 5%;
	}

	#top04 p.en {
		font-size: 21px;
		color: #2B63A6;
		display: flex;
		flex-direction: row;
		align-items: baseline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		margin-left: 10px;
		margin-top: 10px;
	}

	#top04 p.en span {
		font-size: 30px;
		color: #FF7A4D;
		margin-left: 5px;
	}

	#top04 .cont50 .flex_s {
		margin-bottom: 15px;
		flex-direction: row;
	}

	#top04 p.icon {
		width: 20%;
	}

	h4.top04 {
		display: inline-block;
		width: auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 18px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}

	h4.top04 b {
		background: linear-gradient(transparent 87%, #FF794C 75%);
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_blue {
		background-color: #E9F4FA;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px 3%;
	}

	.bg_pink {
		background-color: #FFF7F7;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px 3%;
	}

	#top04 p.en {
		font-size: 24px;
		color: #2B63A6;
		display: flex;
		flex-direction: row;
		align-items: baseline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		margin-left: 20px;
		margin-top: 20px;
	}

	#top04 p.en span {
		font-size: 36px;
		color: #FF7A4D;
		margin-left: 5px;
	}

	#top04 .cont50 .flex_s {
		margin-bottom: 30px;
	}

	#top04 p.icon {
		width: 25%;
	}

	h4.top04 {
		display: inline-block;
		width: auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}

	h4.top04 b {
		background: linear-gradient(transparent 87%, #FF794C 75%);
	}

	#top04 .cont50 {
		height: 400px;
	}

	.pic_top04 img {
		width: 100%;
		object-fit: cover;
		height: 400px;
	}
}

@media (min-width: 992px) {
	.bg_blue {
		background-color: #E9F4FA;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px 3%;
	}

	.bg_pink {
		background-color: #FFF7F7;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px 3%;
	}

	#top04 p.en {
		font-size: 27px;
		color: #2B63A6;
		display: flex;
		flex-direction: row;
		align-items: baseline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		margin-left: 20px;
		margin-top: 20px;
	}

	#top04 p.en span {
		font-size: 40px;
		color: #FF7A4D;
		margin-left: 5px;
	}

	#top04 .cont50 .flex_s {
		margin-bottom: 30px;
	}

	h4.top04 {
		display: inline-block;
		width: auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 21px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}

	h4.top04 b {
		background: linear-gradient(transparent 87%, #FF794C 75%);
	}

	#top04 .cont50 {
		height: 450px;
	}

	.pic_top04 img {
		width: 100%;
		object-fit: cover;
		height: 450px;
	}
}

@media (min-width: 1200px) {
	.bg_blue {
		background-color: #E9F4FA;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 30px 9%;
	}

	.bg_pink {
		background-color: #FFF7F7;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 30px 9%;
	}

	#top04 p.en {
		font-size: 32px;
		color: #2B63A6;
		display: flex;
		flex-direction: row;
		align-items: baseline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		margin-left: 30px;
	}

	#top04 p.en span {
		font-size: 49px;
		color: #FF7A4D;
		margin-left: 5px;
	}

	#top04 .cont50 .flex_s {
		margin-bottom: 30px;
	}

	h4.top04 {
		display: inline-block;
		width: auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 24px;
		letter-spacing: 0.03em;
		margin-bottom: 40px;
	}

	h4.top04 b {
		background: linear-gradient(transparent 87%, #FF794C 75%);
	}

	#top04 .cont50 {
		height: 500px;
	}

	.pic_top04 img {
		width: 100%;
		object-fit: cover;
		height: 500px;
	}
}

@media (max-width: 767px) {
	#top05 .cont47 {
		margin-right: 6%;
		margin-bottom: 20px;
	}

	#top05 .cont47:nth-of-type(2n) {
		margin-right: 0;
	}

	h4.top05 {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding-bottom: 15px;
		margin-bottom: 20px;
		line-height: 1.6;
	}

	ul.top05 {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		position: relative;
		padding-left: 20px;
	}

	ul.top05:before {
		content: '';
		display: block;
		width: 2px;
		height: calc(100% - 35px);
		position: absolute;
		left: 28px;
		top: 5px;
	}

	ul.top05 li {
		font-size: 15px;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: relative;
	}

	ul.top05 li:before {
		content: '';
		display: block;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	#top05 .cont47 {
		margin-right: 6%;
		margin-bottom: 20px;
	}

	#top05 .cont47:nth-of-type(2n) {
		margin-right: 0;
	}

	h4.top05 {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	ul.top05 {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		position: relative;
		padding-left: 20px;
	}

	ul.top05:before {
		content: '';
		display: block;
		width: 2px;
		height: calc(100% - 60px);
		position: absolute;
		left: 28px;
		top: 5px;
	}

	ul.top05 li {
		font-size: 16px;
		letter-spacing: 0.05em;
		margin-bottom: 35px;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: relative;
	}

	ul.top05 li:before {
		content: '';
		display: block;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		margin-right: 15px;
	}
}

#top05 .cont47:nth-of-type(1) ul.top05:before,
#top05 .cont47:nth-of-type(1) ul.top05 li:before {
	background-color: #FEED91;
}

#top05 .cont47:nth-of-type(2) ul.top05:before,
#top05 .cont47:nth-of-type(2) ul.top05 li:before {
	background-color: #C5E6ED;
}

#top05 .cont47:nth-of-type(3) ul.top05:before,
#top05 .cont47:nth-of-type(3) ul.top05 li:before {
	background-color: #F6D5E6;
}

#top05 .cont47:nth-of-type(4) ul.top05:before,
#top05 .cont47:nth-of-type(4) ul.top05 li:before {
	background-color: #FCDCB6;
}

#top05 .cont47:nth-of-type(1) h4.top05 {
	border-bottom: 2px solid #FEED91;
}

#top05 .cont47:nth-of-type(2) h4.top05 {
	border-bottom: 2px solid #C5E6ED;
}

#top05 .cont47:nth-of-type(3) h4.top05 {
	border-bottom: 2px solid #F6D5E6;
}

#top05 .cont47:nth-of-type(4) h4.top05 {
	border-bottom: 2px solid #FCDCB6;
}

@media (max-width: 767px) {

	#top06_1,
	#top06_2,
	#top06_3 {
		margin-top: -85px;
		padding-top: 85px;
		margin-bottom: 15px;
	}

	ul.nav_top06 {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}

	ul.nav_top06 li {
		width: 100%;
	}

	ul.nav_top06 li a {
		width: 100%;
		padding: 0.8em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #2B63A5;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		border: 1px solid #2B63A5;
		margin-bottom: 10px;
	}

	ul.nav_top06 li a:before {
		content: "\f0d7";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	table.tbl01 {
		width: 100%;
	}

	table.tbl01 th {
		width: 30%;
		padding: 15px 10px 15px 10px;
		border-bottom: 1px solid #0068b7;
		font-size: 14px;
		line-height: 1.6;
		background-color: #e9f4fa;
	}

	table.tbl01 th:first-child {
		border-top: 1px solid #0068b7 !important;
	}

	table.tbl01 tr:first-child {
		border-top: 1px solid #ccc;
	}

	table.tbl01 td {
		padding: 15px 10px 15px 15px;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		line-height: 1.6;
	}

	.inner_top06 {}


	table.tbl02 {
		width: 100%;
	}

	table.tbl02 th {
		width: 30%;
		padding: 10px;
		border-bottom: 1px solid #0068b7;
		font-size: 14px;
		line-height: 1.6;
		background: #fff;
	}

	table.tbl02 th:first-child {
		border-top: 1px solid #333 !important;
	}

	table.tbl02 tr:first-child {
		border-top: 1px solid #c6c6c6;
	}

	table.tbl02 td {
		padding: 10px;
		border-bottom: 1px solid #c6c6c6;
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (min-width: 768px) {

	#top06_1,
	#top06_2,
	#top06_3 {
		margin-top: -110px;
		padding-top: 110px;
		margin-bottom: 20px;
	}

	ul.nav_top06 {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	ul.nav_top06 li {
		width: 33%;
	}

	ul.nav_top06 li a {
		width: 100%;
		padding: 0.8em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #2B63A5;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		border: 1px solid #2B63A5;
	}

	ul.nav_top06 li a:before {
		content: "\f0d7";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	table.tbl01 {
		width: 100%;
	}

	table.tbl01 th {
		width: 200px;
		padding: 15px 10px 15px 20px;
		border-bottom: 1px solid #0068b7;
		font-size: 15px;
		line-height: 2;
		background-color: #e9f4fa;
	}

	table.tbl01 th:first-child {
		border-top: 1px solid #0068b7 !important;
	}

	table.tbl01 tr:first-child {
		border-top: 1px solid #ccc;
	}

	table.tbl01 td {
		padding: 15px 10px 15px 25px;
		border-bottom: 1px solid #ccc;
		font-size: 15px;
		line-height: 2;
	}

	.inner_top06 {
		padding: 10px 20px 30px;
	}


	table.tbl02 {
		width: 100%;
	}

	table.tbl02 th {
		width: 200px;
		padding: 10px;
		border-bottom: 1px solid #333;
		font-size: 15px;
		line-height: 2;
		background: #f3f3f3;
	}

	table.tbl02 th:first-child {
		border-top: 1px solid #333 !important;
	}

	table.tbl02 tr:first-child {
		border-top: 1px solid #c6c6c6;
	}

	table.tbl02 td {
		padding: 10px;
		border-bottom: 1px solid #c6c6c6;
		font-size: 15px;
		line-height: 2;
	}

}

/*アコーディオン*/

@media (max-width: 767px) {
	.acd-check {
		display: none;
	}
	.acd-label {
		background: #639bd1;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 1px;
		padding: 0px 40px 0px 10px;
		height: 40px;
		position: relative;
		font-size: 16px;
		letter-spacing: 0.05em;
		text-align: left;
	}
	.acd-label span {
		width: 100%;
		margin-right: 5px;
	}
	.acd-label span.small {
		font-size: 12px;
	}
	.acd-label:hover {
		cursor: pointer;
	}
	.acd-label:after {
		background: #e678af;
		box-sizing: border-box;
		content: '\f107';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-family: "Font Awesome 5 Free";
		width: 44px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0px;
		font-size: 18px;
	}
	.acd-content {
		border: 1px solid #aaa;
		display: block;
		height: 0;
		opacity: 0;
		padding: 0 10px;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after {
		content: '\f106';
	}
	.acd-check:checked + .acd-label + .acd-content {
		height: auto;
		opacity: 1;
		padding: 10px;
		visibility: visible;
	}

	#top06_3 .acd-label {
		height: auto;
		padding: 10px 44px 10px 10px;
	}
	#top06_3  .acd-label:after {
		height: 59px;
	}

}

@media (min-width: 768px) {
	.acd-check {
		display: none;
	}

	.acd-label {
		background: #639bd1;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 1px;
		padding: 0px 20px;
		position: relative;
		height: 60px;
		font-size: 16px;
		letter-spacing: 0.05em;
		text-align: center;
	}
	.acd-label span {
		margin-right: 5px;
	}
	.acd-label span.small {
		font-size: 14px;
	}
	.acd-label:hover {
		cursor: pointer;
	}

	.acd-label:after {
		background: #e678af;
		box-sizing: border-box;
		content: '\f107';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-family: "Font Awesome 5 Free";
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0px;
		font-size: 24px;
	}

	.acd-content {
		border: 1px solid #aaa;
		display: block;
		height: 0;
		opacity: 0;
		padding: 0 10px;
		transition: .5s;
		visibility: hidden;
	}

	.acd-check:checked + .acd-label:after {
		content: '\f106';
	}

	.acd-check:checked + .acd-label + .acd-content {
		height: auto;
		opacity: 1;
		padding: 10px;
		visibility: visible;
	}
}

@media (max-width: 767px) {
	#top07 .cont22 {
		max-width: 240px;
		height: 150px;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 50px 10px 0;
		position: relative;
		margin: 0 auto 35px;
		border-radius: 16px;
	}

	#top07 .cont22:nth-of-type(1) {
		background: url(../images/icon_top07_1.png) center center /100px 100px no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(2) {
		background: url(../images/icon_top07_2.png) center center /100px 100px no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(3) {
		background: url(../images/icon_top07_3.png) center center /100px 100px no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(4) {
		background: url(../images/icon_top07_4.png) center center /100px 100px no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:after {
		content: '';
		border-top: solid 16px #EFF2F8;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		position: absolute;
		bottom: -16px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
	}

	#top07 .cont22:last-child:after {
		border: none;
	}

	h4.top07 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 21px;
		letter-spacing: 0.05em;
		color: #333;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width:991px) {

	#top07 .cont22 {
		height: 170px;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 50px 10px 0;
		position: relative;
		border-radius: 16px;
	}

	#top07 .cont22:nth-of-type(1) {
		background: url(../images/icon_top07_1.png) center center /100px 100px no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(2) {
		background: url(../images/icon_top07_2.png) center center /100px 100px no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(3) {
		background: url(../images/icon_top07_3.png) center center /100px 100px no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(4) {
		background: url(../images/icon_top07_4.png) center center /100px 100px no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:after {
		content: '';
		border-left: solid 20px #EFF2F8;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		position: absolute;
		top: 50%;
		right: -19px;
		transform: translateY(-50%) translateX(0);
	}

	#top07 .cont22:last-child:after {
		border: none;
	}

	h4.top07 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 21px;
		letter-spacing: 0.05em;
		color: #333;
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	#top07 .cont22 {
		height: 190px;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 60px;
		position: relative;
		border-radius: 16px;
	}

	#top07 .cont22:nth-of-type(1) {
		background: url(../images/icon_top07_1.png) center center no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(2) {
		background: url(../images/icon_top07_2.png) center center no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(3) {
		background: url(../images/icon_top07_3.png) center center no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:nth-of-type(4) {
		background: url(../images/icon_top07_4.png) center center no-repeat;
		background-color: #EFF2F8;
	}

	#top07 .cont22:after {
		content: '';
		border-left: solid 20px #EFF2F8;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		position: absolute;
		top: 50%;
		right: -19px;
		transform: translateY(-50%) translateX(0);
	}

	#top07 .cont22:last-child:after {
		border: none;
	}

	h4.top07 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 24px;
		letter-spacing: 0.05em;
		color: #333;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	#top08 .cont70 {
		padding-top: 15px;
	}

	#top08 p.text {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}

	p.name_top08 span {
		display: block;
		font-size: 13px;
		margin-bottom: 5px;
	}

	p.name_top08 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px;
	}

	#top08 .cont47 {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	#top08 .cont70 {
		padding-top: 15px;
	}

	#top08 p.text {
		font-size: 15px;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	p.name_top08 span {
		display: block;
		font-size: 14px;
		margin-bottom: 5px;
	}

	p.name_top08 {
		font-size: 18px;
		text-align: center;
	}
}

@media (min-width: 992px) {
	#top08 .cont70 {
		padding-top: 15px;
	}

	#top08 p.text {
		font-size: 15px;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	p.name_top08 span {
		display: block;
		font-size: 14px;
		margin-bottom: 5px;
	}

	p.name_top08 {
		font-size: 18px;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	#top08 .cont70 {
		padding-top: 30px;
	}

	#top08 p.text {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.1em;
	}

	p.name_top08 span {
		display: block;
		font-size: 14px;
		margin-bottom: 5px;
	}

	p.name_top08 {
		font-size: 18px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.access_map iframe {
		width: 100%;
		height: 300px;
	}
}

@media (min-width: 768px) {
	.access_map iframe {
		width: 100%;
		height: 380px;
	}
}

@media (min-width: 992px) {
	.access_map iframe {
		width: 100%;
		height: 460px;
	}
}

@media (max-width: 767px) {
	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 42px;
		border: 1px solid #195897;
		font-size: 14px;
		margin: 20px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (min-width: 768px) {
	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #195897;
		font-size: 14px;
		margin: 30px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (max-width: 767px) {
	h3.contact {
		padding: 0.6em 0;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-align: center;
		color: #333;
		margin-bottom: 10px;
		border-bottom: 1px solid #2B63A5;
	}

	p.tel_contact {
		font-size: 26px;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		color: #2B63A5;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact:before {
		content: '';
		display: block;
		background: url(../images/icon_tel01.png) 0 0 /23px 22px no-repeat;
		width: 23px;
		height: 22px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	h3.contact {
		background-color: #e6f3ff;
		padding: 0.6em 1em;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-align: center;
		color: #333;
		margin-bottom: 15px;
	}

	p.tel_contact {
		font-size: 30px;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		color: #2B63A5;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact:before {
		content: '';
		display: block;
		background: url(../images/icon_tel01.png) 0 0 /27px 26px no-repeat;
		width: 27px;
		height: 26px;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	h3.contact {
		background-color: #e6f3ff;
		padding: 0.6em 1em;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-align: center;
		color: #333;
		margin-bottom: 20px;
	}

	p.tel_contact {
		font-size: 37px;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		color: #2B63A5;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact:before {
		content: '';
		display: block;
		background: url(../images/icon_tel01.png) 0 0 /37px 36px no-repeat;
		width: 37px;
		height: 36px;
		margin-right: 5px;
	}
}

span.tel_link_contact {
	color: #2B63A5;
}

span.red {
	color: #ff0000;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 14px;
	}

	table.contact td {
		display: block;
		margin-bottom: 15px;
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 35%;
		padding: 10px 5px 10px 0;
		font-size: 14px;
	}

	table.contact td {
		padding: 10px 10px 10px 10px;
		background-color: #fff;
		font-size: 14px;
	}

	table.contact td.bgc {
		width: 130px;
	}
}

@media (min-width: 992px) {
	table.contact {
		width: 100%;
		padding: 10px 0;
	}

	table.contact th {
		width: 30%;
		padding: 10px;
		background-color: #fff;
		font-size: 14px;
	}

	table.contact td {
		padding: 10px 10px 10px 10px;
		background-color: #fff;
		font-size: 14px;
	}

	table.contact td.bgc {
		width: 130px;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 27%;
		padding: 10px;
		background-color: #fff;
	}

	table.contact td {
		padding: 10px 10px 10px 20px;
		background-color: #fff;
	}

	table.contact td.bgc {
		width: 130px;
	}
}

table.contact th.must:after {
	content: '必須';
	display: inline-block;
	width: 36px;
	height: 16px;
	background-color: #ff0000;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	margin-left: 15px;
	float: right;
}

@media (max-width: 767px) {
	table.contact td input.write {
		padding: 0.5em 0.5em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ddd;
	}
}

@media (min-width: 768px) {
	table.contact td input.write {
		padding: 0.5em 0.5em;
		width: 100%;
		border: 1px solid #ddd;
		background-color: #fff;
		border-radius: 4px;
	}
}

table.contact td input.form100 {
	width: 100px !important;
}

table.contact td input.form150 {
	width: 150px !important;
}

select {
	padding: 0.3em 0.5em;
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #fff;
	}
}

@media (max-width: 767px) {
	p.ttl_contact {
		border-bottom: 1px solid #2B63A5;
		padding-bottom: 10px;
		padding-left: 10px;
		margin: 20px 0 15px;
		border-left: 3px solid #2B63A5;
		color: #2B63A5;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	p.ttl_contact {
		border-bottom: 1px solid #2B63A5;
		padding-bottom: 10px;
		padding-left: 10px;
		margin: 20px 0 10px;
		border-left: 5px solid #2B63A5;
		color: #2B63A5;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-size: 17px;
	}
}

.privacyBox {
	height: 160px;
	overflow: auto;
	overflow-y: scroll;
	font-size: 14px;
	line-height: normal;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #fff;
}

p.ttl_privacy {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

p.text_privacy {
	font-size: 13px;
	line-height: 1.6;
}

ul.privacy li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 13px;
}

p.name_policy {
	text-align: right;
	margin-right: 50px;
	line-height: 1.8;
}

@media (max-width: 767px) {
	h4.privacy {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.6;
		margin-top: 20px;
	}

	p.name_privacy {
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	h4.privacy {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.6;
		margin-top: 30px;
	}

	p.name_privacy {
		font-size: 14px;
		font-weight: bold;
		text-align: right;
		margin-right: 50px;
	}
}

@media (max-width: 767px) {
	button.comfirm {
		width: 100%;
		max-width: 400px;
		height: 42px;
		text-align: center;
		background-color: #E678AF;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 14px;
		line-height: 42px;
		padding: 0 !important;
	}

	button.comfirm:hover {
		background-color: #659BD1;
	}

	.btn_space {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #999;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 14px;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 4%;
	}

	button.back:hover {
		background-color: #555;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #E678AF;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 14px;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
	}

	button.send:hover {
		background-color: #659BD1;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #E678AF;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
	}

	button.comfirm:hover {
		background-color: #659BD1;
	}

	.btn_space {
		width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #777;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 30px;
	}

	button.back:hover {
		background-color: #555;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #E678AF;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
	}

	button.send:hover {
		background-color: #659BD1;
	}
}

select {
	border: 1px solid #ccc;
}

@media (max-width: 991px) {
	table.contact label {
		font-weight: normal;
	}
}


/* フッター
=========================================================================== */

@media (max-width: 767px) {
	footer {
		padding: 50px 0 10px;
		background-color: #659BD1;
		color: #fff;
		margin-top: 60px;
	}

	.footer_l {
		width: 100%;
		margin-bottom: 25px;
	}

	.footer_r {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.footer_l .cont46 {
		margin-bottom: 30px;
	}

	p.logo_f {
		width: 265px;
		margin-bottom: 30px;
	}

	p.ttl_f {
		font-size: 15px;
		padding-bottom: 12px;
		border-bottom: 1px solid #fff;
		margin-bottom: 12px;
	}

	footer p.text {
		font-size: 14px;
		line-height: 2;
	}

	ul.fnav {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	ul.fnav li {
		margin-bottom: 5px;
	}

	ul.fnav li a {
		font-size: 14px;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		background-color: #fff;
		margin-right: 7px;
	}

	p.copyright {
		font-size: 12px;
		color: #fff;
		width: 100%;
		text-align: center;
		letter-spacing: 0.05em;
		margin-top: 30px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	footer {
		padding: 120px 0 80px;
		background-color: #659BD1;
		color: #fff;
	}

	.footer_l {
		width: 54%;
	}

	.footer_r {
		width: 44%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.footer_l .cont46 .flex_s {
		flex-direction: column;
	}

	p.logo_f {
		width: 230px;
		margin-bottom: 70px;
	}

	p.ttl_f {
		font-size: 15px;
		padding-bottom: 12px;
		border-bottom: 1px solid #fff;
		margin-bottom: 12px;
	}

	footer p.text {
		font-size: 14px;
		line-height: 2;
	}

	ul.fnav {
		width: 100%;
		height: 160px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 10px;
	}

	ul.fnav li {
		margin-left: 30px;
		margin-bottom: 15px;
	}

	ul.fnav li a {
		font-size: 14px;
		color: #fff;
	}

	p.copyright {
		font-size: 12px;
		color: #fff;
		width: 100%;
		text-align: right;
		letter-spacing: 0.05em;
	}
}

@media (min-width: 992px) {
	footer {
		padding: 120px 0 80px;
		background-color: #659BD1;
		color: #fff;
	}

	.footer_l {
		width: 58%;
	}

	.footer_r {
		width: 40%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	p.logo_f {
		width: 230px;
		margin-bottom: 70px;
	}

	p.ttl_f {
		font-size: 15px;
		padding-bottom: 12px;
		border-bottom: 1px solid #fff;
		margin-bottom: 12px;
		max-width: 400px;
	}

	footer p.text {
		font-size: 14px;
		line-height: 2.2;
		margin-right: 30px;
	}

	ul.fnav {
		width: 100%;
		height: 160px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 10px;
	}

	ul.fnav li {
		margin-left: 30px;
		margin-bottom: 15px;
	}

	ul.fnav li a {
		font-size: 14px;
		color: #fff;
	}

	p.copyright {
		font-size: 12px;
		color: #fff;
		width: 100%;
		text-align: right;
		letter-spacing: 0.05em;
	}
}

@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 35px;
		right: 20px;
		width: 30px;
		height: 30px;
		z-index: 99999999999;
	}

	p.pagetop a img {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 30px;
		right: 40px;
		width: 44px;
		height: 44px;
		z-index: 99999999999;
	}

	p.pagetop a img {
		width: 44px;
		height: 44px;
	}
}

.recruit_banner_area {
	margin: 100px 0 20px;
}
.recruit_banner_area_title {
	position: relative;
}
.recruit_banner_area_title p {
	font-size: 40px;
    color: #2B63A6;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background-color: #fff;
        transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    position: absolute;
    z-index: 10;
    top: -20px;
    left: 30px;
    padding: 10px 30px 15px;
    border: solid 6px #2B63A6;
}
.recruit_banner_area_title p span {
	color: #FF7272;
}


.btn_recruit {
    position: relative;
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background: transparent;
	border: solid 6px #2B63A6;
    outline: none;
    transition: all 0.2s ease;
    width: 80%;
}

.btn_recruit:hover {
	border-color:transparent;
}
.btn_recruit span {
	position: relative;
	z-index: 2;
	display: block;
    padding: 45px 10px;
    line-height: 2;
	background:#fff;
	color:#2B63A6;
    transition: all 0.3s ease;
}
.recruit_banner_area_h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.recruit_banner_area_h3 .red {
	color: #FF7373;
	display: inline;
	padding: 0px;
}

.recruit_banner_area_h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
  content: '';
  background: #2B63A6;
}

.btn_recruit:hover .recruit_banner_area_h3:before {
	background: #fff;
}

.btn_recruit:hover .recruit_banner_area_h3 .red {
	color: #ff0000;
}
.btn_recruit:hover .recruit_banner_area_text_click {
	display: inline-block;
	color: #ff0;
}

.recruit_banner_area_text {
	font-size: 18px;
	margin: 20px 0 0 0;
	line-height: 2.5;
}
.btn_recruit span .recruit_banner_area_text_click {
	display: inline-block;
	font-weight: bold;
	padding: 0px;
}

.pushright:before {
    content: "";
    position: absolute;
	z-index: -1;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #FF7373;
}

.pushright:hover span {
	background-color: #0463d0;
	color: #fff;
	transform: translate(4px, 4px);
}

@media (max-width: 991px) {
	.recruit_banner_area {
		margin: 80px 0 20px;
	}
	.btn_recruit {
    	width: 100%;
    	border: solid 3px #2B63A6;
	}
	.recruit_banner_area_title p {
    	border: solid 3px #2B63A6;
		left: -50px;
	}
}

@media (max-width: 767px) {
	.btn_recruit {
    	width: 100%;
	}
	.btn_recruit span {
	    padding: 5vw 0;
	}
	.recruit_banner_area_h3 {
		font-size: 4vw;
	    margin-bottom: 1.5vw;
	}
	.recruit_banner_area_text {
		font-size: 3.2vw;
	}
	.recruit_banner_area_title p {
		font-size: 4vw;
		left: -2vw;
		padding: 3vw 5vw;
	}
	.pushright:before {
    	top: 5px;
    	left: 5px;
	}
}

.recruitImg {
	position: absolute;
	bottom: 0px;
	right: 0px;
}


@media (max-width: 767px) {
	.recruitImg {
		position: relative;
		bottom: -10px;
		width: 100%;
		max-width: 150px;
	}
}

/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
