@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	/* スマホで文字サイズが大きくなるのを防ぐ */
	font-size: 1.5rem;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
}

.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;
/**/
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.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: 0 !important;
}

.mb5 {
	margin-bottom: .5rem !important;
}

.mb10 {
	margin-bottom: 1rem !important;
}

.mb15 {
	margin-bottom: 1.5rem !important;
}

.mb20 {
	margin-bottom: 2rem !important;
}

.mb25 {
	margin-bottom: 2.5rem !important;
}

.mb30 {
	margin-bottom: 3rem !important;
}

.mb35 {
	margin-bottom: 3.5rem !important;
}

.mb40 {
	margin-bottom: 4rem !important;
}

.mb45 {
	margin-bottom: 4.5rem !important;
}

.mb50 {
	margin-bottom: 5rem !important;
}

.mb55 {
	margin-bottom: 5.5rem !important;
}

.mb60 {
	margin-bottom: 6rem !important;
}

.mb65 {
	margin-bottom: 6.5rem !important;
}

.mb70 {
	margin-bottom: 7rem !important;
}

.mb75 {
	margin-bottom: 7.5rem !important;
}

.mb80 {
	margin-bottom: 8rem !important;
}

.mb85 {
	margin-bottom: 8.5rem !important;
}

.mb90 {
	margin-bottom: 9rem !important;
}

.mb95 {
	margin-bottom: 9.5rem !important;
}

.mb100 {
	margin-bottom: 10rem !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: 1.1rem !important;
	line-height: 1.6;
}

.s12 {
	font-size: 1.2rem !important;
	line-height: 1.6;
}

.s13 {
	font-size: 1.3rem !important;
	line-height: 1.6;
}

.s14 {
	font-size: 1.4rem !important;
	line-height: 1.6;
}

.s14_c {
	font-size: 1.4rem !important;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 767px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}

	.s16_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

.s17 {
	font-size: 1.7rem !important;
	line-height: 1.7;
}

.s18 {
	font-size: 1.8rem !important;
	line-height: 1.7;
}

.s19 {
	font-size: 1.9rem !important;
	line-height: 1.7;
}

.s20 {
	font-size: 2rem !important;
	line-height: 1.7;
}

.s21 {
	font-size: 2.1rem !important;
	line-height: 1.7;
}

.s22 {
	font-size: 2.2rem !important;
	line-height: 1.7;
}

.s23 {
	font-size: 2.3rem !important;
	line-height: 1.7;
}

.s24 {
	font-size: 2.4rem !important;
	line-height: 1.7;
}

.s25 {
	font-size: 2.5rem !important;
	line-height: 1.7;
}

.s26 {
	font-size: 2.6rem !important;
	line-height: 1.7;
}

.s27 {
	font-size: 2.7rem !important;
	line-height: 1.7;
}

.s28 {
	font-size: 2.8rem !important;
	line-height: 1.7;
}

.s29 {
	font-size: 2.9rem !important;
	line-height: 1.7;
}

.s30 {
	font-size: 3rem !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;
}

.dg {
	display: grid;
}

@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: 3rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 2rem !important;
	}

	.mb_cont4 {
		margin-bottom: 1.5rem !important;
	}
}

@media (min-width: 421px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 5rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2.5rem !important;
	}
}

@media (min-width: 992px) {
	.mb_mainimg {
		margin-bottom: 5rem !important;
	}

	.mb_cont {
		margin-bottom: 6rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

@media (min-width: 1920px) {
	.mb_mainimg {
		margin-bottom: 7rem !important;
	}

	.mb_cont {
		margin-bottom: 7rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}

@media (min-width: 768px) {
	.smooth {
		clip-path: inset(0 100% 0 0);
		display: inline-block;
		transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
		transition-property: clip-path;
	}

	.smooth.is-animated {
		clip-path: inset(0);
	}

	span.text2 {
		transition-delay: 1s;
	}

	.delay1 {
		animation-delay: 1s;
	}

}


@media (min-width: 768px) {
	.smooth {
		clip-path: inset(0 100% 0 0);
		display: inline-block;
		transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
		transition-property: clip-path;
	}

	.smooth.is-animated {
		clip-path: inset(0);
	}

	span.text2 {
		transition-delay: 1s;
	}

	.delay1 {
		animation-delay: 1s;
	}

}




/* header
=========================================================================== */

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

body#top .inner_body {
	background-color: #EBFBE8;
}

header.header_open {
	height: 100%;
}

@media (max-width: 767px) {
	header {
		width: 100%;
		max-width: 1920px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
	}

	.flex_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.container-fluid {
		padding: 0 0 0 0;
	}

	.flex_right {
		margin-left: auto;
		display: flex;
		flex-direction: row;
	}

	h1 {
		width: 140px;
		height: 54px;
		position: relative;
		z-index: 99999;
		margin-right: auto;
		background-color: #fff;
		border-radius: 0 0 10px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	h1 img {
		width: 120px;
	}

	p.btn_h {
		width: 60px;
		height: 54px;
		background-color: #3373b0;
		position: relative;
		z-index: 99999;
	}

	.info_h {
		display: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	header {
		width: 100%;
		max-width: 1920px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
	}

	.flex_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.container-fluid {
		padding: 0 20px 0 0;
	}

	.flex_right {
		margin-left: auto;
		display: flex;
		flex-direction: row;
	}

	h1 {
		width: 200px;
		height: 90px;
		position: relative;
		z-index: 99999;
		margin-right: auto;
		background-color: #fff;
		border-radius: 0 0 10px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	h1 img {
		width: 180px;
	}

	p.btn_h {
		width: 60px;
		height: 50px;
		background-color: #3373b0;
		position: relative;
		z-index: 99999;
	}

	.info_h {
		display: none;
	}
}

@media (min-width: 992px) {
	header {
		width: 100%;
		max-width: 1920px;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9;
	}

	.flex_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	header .container-fluid {
		padding: 0 10px 0 0;
	}

	.flex_right {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h1 {
		width: 200px;
		height: 110px;
		position: relative;
		z-index: 9999;
		margin-right: auto;
		background-color: #fff;
		border-radius: 0 0 10px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	h1 img {
		width: 170px;
	}

	.info_h {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		margin-left: 20px;
	}

	p.tel_h {
		font-size: 2.1rem;
		color: #fff;
		font-weight: 500;
		font-family: "Roboto", sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.02em;
		margin-bottom: 5px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 24px;
		flex-shrink: 0;
		margin-right: 7px;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 180px;
		height: 40px;
		background-color: #e4192c;
		border-radius: 30px;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 16px;
		flex-shrink: 0;
		margin-right: 7px;
	}

	p.btn_h {
		display: none;
	}
}

@media (min-width: 1200px) {
	header {
		width: 100%;
		max-width: 1920px;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9;
	}

	.flex_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	header .container-fluid {
		padding: 0 20px 0 0;
	}

	.flex_right {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h1 {
		width: 240px;
		height: 130px;
		position: relative;
		z-index: 9999;
		margin-right: auto;
		background-color: #fff;
		border-radius: 0 0 10px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	h1 img {
		width: 210px;
	}

	.info_h {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		margin-left: 40px;
	}

	p.tel_h {
		font-size: 2.7rem;
		color: #fff;
		font-weight: 500;
		font-family: "Roboto", sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.02em;
		margin-bottom: 5px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
		flex-shrink: 0;
		margin-right: 7px;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 230px;
		height: 45px;
		background-color: #e4192c;
		border-radius: 30px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 20px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

@media (min-width: 1450px) {
	header {
		width: 100%;
		max-width: 1920px;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9;
	}

	.flex_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	header .container-fluid {
		padding: 0 30px 0 0;
	}

	.flex_right {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h1 {
		width: 280px;
		height: 130px;
		position: relative;
		z-index: 9999;
		margin-right: auto;
		background-color: #fff;
		border-radius: 0 0 10px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.info_h {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		margin-left: 70px;
	}

	p.tel_h {
		font-size: 3rem;
		color: #fff;
		font-weight: 500;
		font-family: "Roboto", sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.02em;
		margin-bottom: 5px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 33px;
		height: 33px;
		flex-shrink: 0;
		margin-right: 7px;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 250px;
		height: 45px;
		background-color: #e4192c;
		border-radius: 30px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 20px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

p.btn_contact_h a:hover {
	opacity: 1;
	background-color: #fa3f52;
}




/* navigation
=========================================================================== */




/* ナビ（xs,sm）
------------------------------------------------------*/
.navbar {
	padding: 0px !important;
	width: 100%;
	margin-left: -15px;
}

.navbar-toggler {
	padding: 0px !important;
	border: none !important;
}

.navbar-toggler-icon {
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 1001;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225, 225, 225, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.navbar-nav {
	/*margin-top: 57px;*/
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: url("../images/bg_side.jpg") repeat top;
	-webkit-overflow-scrolling: touch;
	padding: 50px 15px 60px;
	text-align: center;
}

.navbar ul li {
	border-bottom: 1px solid #30425d;
}

/*.navbar ul li:last-child{border-bottom:none;}*/
.nav-link {
	color: #fff !important;
	padding: 15px 0px !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
	font-weight: 500;
	font-size: 1.1em;
}

.nav-link.active {
	color: #c34024 !important;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	padding: 0px;
	border: 0;
	background: none;
	margin-bottom: 10px;
}

.dropdown-item {
	padding: 10px 0px !important;
	display: inline-block;
	font-size: 0.9em;
	border: none;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.dropdown-item:link,
.dropdown-item:visited {
	text-decoration: none;
	color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	background-color: transparent;
	color: #c34024 !important;
}

/*.dropdown-item:after{ content:" \f105";font-family: "Font Awesome 5 Free"; font-weight: 900; float: right; }*/




/* ハンバーガーボタン
==============================　*/

@media (max-width: 767px) {
	a.toggle_btn {
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 99999;
	}

	p.btn_h span.ttl {
		color: #fff;
		font-size: 10px;
		position: absolute;
		top: 75%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 9999;
	}

	p.btn_h span.ttl:before {
		content: 'MENU';
	}

	p.btn_h span.ttl.open:before {
		content: 'CLOSE';
	}

	.toggle_btn_line {
		background: #fff;
		display: block;
		height: 2px;
		position: absolute;
		transition: transform 0.5s;
		width: 100%;
	}

	.toggle_btn_line_top {
		top: 0px;
	}

	.toggle_btn_line_center {
		top: 6px;
	}

	.toggle_btn_line_bottom {
		top: 12px;
	}

	.toggle_btn_line_top.active {
		top: 6px;
		transform: rotate(45deg);
	}

	.toggle_btn_line_center.active {
		transform: scaleX(0);
	}

	.toggle_btn_line_bottom.active {
		top: 6px;
		transform: rotate(135deg);
	}
}

@media (min-width: 768px) {
	a.toggle_btn {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 99999;
	}

	p.btn_h span.ttl {
		color: #fff;
		font-size: 10px;
		position: absolute;
		top: 74%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 9999;
	}

	p.btn_h span.ttl:before {
		content: 'MENU';
	}

	p.btn_h span.ttl.open:before {
		content: 'CLOSE';
	}

	.toggle_btn_line {
		background: #fff;
		display: block;
		height: 2px;
		position: absolute;
		transition: transform 0.5s;
		width: 100%;
	}

	.toggle_btn_line_top {
		top: 0px;
	}

	.toggle_btn_line_center {
		top: 7px;
	}

	.toggle_btn_line_bottom {
		top: 14px;
	}

	.toggle_btn_line_top.active {
		top: 8px;
		transform: rotate(45deg);
	}

	.toggle_btn_line_center.active {
		transform: scaleX(0);
	}

	.toggle_btn_line_bottom.active {
		top: 8px;
		transform: rotate(135deg);
	}
}

@media (min-width: 992px) {
	a.toggle_btn {
		display: block;
		width: 36px;
		height: 36px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 99999;
	}

	p.btn_h span.ttl {
		color: #fff;
		font-size: 12px;
		position: absolute;
		top: 72%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 9999;
	}

	p.btn_h span.ttl:before {
		content: 'MENU';
	}

	p.btn_h span.ttl.open:before {
		content: 'CLOSE';
	}

	.toggle_btn_line {
		background: #fff;
		display: block;
		height: 3px;
		position: absolute;
		transition: transform 0.5s;
		width: 100%;
	}

	.toggle_btn_line_top {
		top: 0px;
	}

	.toggle_btn_line_center {
		top: 10px;
	}

	.toggle_btn_line_bottom {
		top: 20px;
	}

	.toggle_btn_line_top.active {
		top: 10px;
		transform: rotate(45deg);
	}

	.toggle_btn_line_center.active {
		transform: scaleX(0);
	}

	.toggle_btn_line_bottom.active {
		top: 10px;
		transform: rotate(135deg);
	}
}




@media (min-width: 1920px) {
	.toggle_btn {
		position: fixed;
		right: calc(50% - 825px);
	}
}


/* ナビゲーションメニュー
==============================　*/
@media (max-width: 767px) {
	.gnav {
		display: none;
		position: fixed;
		background: #2c5c8b;
		width: 100%;
		max-width: 1920px;
		height: 100%;
		z-index: 9999;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
	}

	.gnav_list {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		list-style: none;
		padding-top: 50%;
	}

	.gnav_item {
		width: 100%;
		color: #fff;
		margin-bottom: 25px;
		line-height: 1;
		text-align: center;
	}

	.gnav_item a {
		color: #fff;
		text-decoration: none;
		transition: 0.3s ease;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
	}

	.gnav_item a:before {
		content: "\f061";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		font-size: 10px;
	}

	.gnav_item a:link,
	.gnav_item a:visited {
		color: #fff;
		text-decoration: none;
	}

	.gnav_item p.active,
	.gnav_item a:hover,
	.gnav_item a.active {
		color: #b0cafa;
		opacity: 1;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.gnav {
		display: none;
		position: fixed;
		background: #2c5c8b;
		width: 100%;
		max-width: 1920px;
		height: 100%;
		z-index: 9999;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
	}

	.gnav_list {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		list-style: none;
		padding-top: 50%;
	}

	.gnav_item {
		width: 100%;
		color: #fff;
		margin-bottom: 30px;
		line-height: 1;
		text-align: center;
	}

	.gnav_item a {
		color: #fff;
		text-decoration: none;
		transition: 0.3s ease;
		font-size: 1.9rem;
		letter-spacing: 0.1em;
	}

	.gnav_item a:before {
		content: "\f061";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		font-size: 10px;
	}

	.gnav_item a:link,
	.gnav_item a:visited {
		color: #fff;
		text-decoration: none;
	}

	.gnav_item p.active,
	.gnav_item a:hover,
	.gnav_item a.active {
		color: #b0cafa;
		opacity: 1;
	}
}

@media (min-width: 992px) {
	.gnav {
		display: block !important;
		position: relative;
	}

	.gnav_list {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.gnav_item {
		font-size: 1.5rem;
		color: #fff;
		margin-left: 10px;
	}

	.gnav_item a {
		display: block;
		color: #fff;
		transition: 0.3s ease;
		font-size: 1.6rem;
		padding: 0.8em 0.4em;
		position: relative;
	}

	.gnav_item a:link,
	.gnav_item a:visited {
		color: #fff;
	}

	.gnav_item p.active,
	.gnav_item a:hover,
	.gnav_item a.active {
		color: #fff;
		opacity: 1;
	}

	.gnav_item 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;
	}

	.gnav_item a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}

	.gnav_item a.active:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@media (min-width: 1200px) {
	.gnav {
		display: block !important;
		position: relative;
	}

	.gnav_list {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.gnav_item {
		font-size: 1.6rem;
		color: #fff;
		margin-left: 15px;
	}

	.gnav_item a {
		display: block;
		color: #fff;
		transition: 0.3s ease;
		font-size: 1.6rem;
		padding: 0.8em 0.5em;
		position: relative;
	}

	.gnav_item a:link,
	.gnav_item a:visited {
		color: #fff;
	}

	.gnav_item p.active,
	.gnav_item a:hover,
	.gnav_item a.active {
		color: #fff;
		opacity: 1;
	}

	.gnav_item 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;
	}

	.gnav_item a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}

	.gnav_item a.active:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@media (min-width: 1450px) {
	.gnav {
		display: block !important;
		position: relative;
	}

	.gnav_list {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.gnav_item {
		font-size: 1.6rem;
		color: #fff;
		margin-left: 45px;
	}

	.gnav_item a {
		display: block;
		color: #fff;
		transition: 0.3s ease;
		font-size: 1.6rem;
		padding: 0.8em 0.5em;
		position: relative;
	}

	.gnav_item a:link,
	.gnav_item a:visited {
		color: #fff;
	}

	.gnav_item p.active,
	.gnav_item a:hover,
	.gnav_item a.active {
		color: #fff;
		opacity: 1;
	}

	.gnav_item 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;
	}

	.gnav_item a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}

	.gnav_item a.active:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}



/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

@media (max-width: 767px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 70%;
		z-index: 2;
	}
}

@media (min-width: 768px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 90%;
		z-index: 2;
	}
}

@media (min-width: 992px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 53%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 71.875%;
		z-index: 2;
	}
}

@media (min-width: 1200px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 53%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 71.875%;
		max-width: 1380px;
		z-index: 2;
	}
}

.swiper-container {
	overflow: visible !important;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	/*	border-radius: 50px;*/
}

.swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-direction: row-reverse;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 4s ease-out 0s 1 normal both;
}


.slide-img img {
	display: block;
}

/*ページネーション　カスタム*/

@media (max-width: 991px) {
	.swiper-pagination-bullets {
		display: none;
	}
}

@media (min-width: 992px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 23% !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 10px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 9px !important;
		height: 9px !important;
		border-radius: 0 !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #0767d6 !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 35% !important;
		bottom: inherit !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 15px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
		border-radius: 0 !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #0767d6 !important;
		opacity: 1 !important;
	}
}


/* スクロール */

@media (max-width: 991px) {
	.top_scroll {
		display: none;
	}
}

@media (min-width: 992px) {
	.top_scroll {
		position: absolute;
		right: 40px;
		bottom: 0;
		display: flex;
		flex-direction: column;
		z-index: 999;
	}
}

p.ttl_scroll {
	font-size: 13px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(90deg);
	transform-origin: left top;
	letter-spacing: 0.2em;
	position: absolute;
	top: -80px;
	left: 12px;
}

.moveline {
	content: '';
	display: block;
	width: 2px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.3);
}

.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: #fff;
	}

	25% {
		width: 2px;
		height: 120px;
		background-color: #fff;
	}

	45% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}

	100% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}
}


/* index.html
=========================================================================== */

@media (max-width: 767px) {
	.scrolling-container {
		display: flex;
		overflow: hidden;
		position: relative;
	}

	.scroll_text {
		display: flex;
		align-items: center;
		font-size: 4rem;
		font-family: "Roboto", sans-serif;
		font-weight: 300;
		color: #d5d5d5 !important;
		opacity: 1;
		line-height: 1;
		letter-spacing: 0.1em;
		color: rgba(200, 200, 200, 0.3);
		-webkit-animation: scroll 70s linear infinite;
		animation: scroll 70s linear infinite;
		user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.scroll_text>* {
		margin-right: 30px;
	}

	.scroll_text {
		will-change: transform;
	}
}

@media (min-width: 768px) {
	.scrolling-container {
		display: flex;
		overflow: hidden;
		position: relative;
	}

	.scroll_text {
		display: flex;
		align-items: center;
		font-size: 8rem;
		font-family: "Roboto", sans-serif;
		font-weight: 300;
		color: #d5d5d5;
		opacity: 1;
		line-height: 1;
		letter-spacing: 0.1em;
		-webkit-animation: scroll 60s linear infinite;
		animation: scroll 60s linear infinite;
		user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.scroll_text>* {
		margin-right: 50px;
	}

	.scroll_text {
		will-change: transform;
	}
}

@media (min-width: 992px) {
	.scrolling-container {
		display: flex;
		overflow: hidden;
		position: relative;
	}

	.scroll_text {
		display: flex;
		align-items: center;
		font-size: 9rem;
		font-family: "Roboto", sans-serif;
		font-weight: 300;
		color: #d5d5d5;
		opacity: 1;
		line-height: 1;
		letter-spacing: 0.1em;
		-webkit-animation: scroll 75s linear infinite;
		animation: scroll 75s linear infinite;
		user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.scroll_text>* {
		margin-right: 50px;
	}

	.scroll_text {
		will-change: transform;
	}
}

@media (min-width: 1200px) {
	.scrolling-container {
		display: flex;
		overflow: hidden;
		position: relative;
	}

	.scroll_text {
		display: flex;
		align-items: center;
		font-size: 12rem;
		font-family: "Roboto", sans-serif;
		font-weight: 300;
		color: #d5d5d5;
		opacity: 1;
		line-height: 1;
		letter-spacing: 0.1em;
		-webkit-animation: scroll 100s linear infinite;
		animation: scroll 100s linear infinite;
		user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.scroll_text>* {
		margin-right: 50px;
	}

	.scroll_text {
		will-change: transform;
	}
}

@media (min-width: 1600px) {
	.scrolling-container {
		display: flex;
		overflow: hidden;
		position: relative;
	}

	.scroll_text {
		display: flex;
		align-items: center;
		font-size: 17rem;
		font-family: "Roboto", sans-serif;
		font-weight: 300;
		color: #d5d5d5;
		opacity: 1;
		line-height: 1;
		letter-spacing: 0;
		-webkit-animation: scroll 150s linear infinite;
		animation: scroll 150s linear infinite;
		user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.scroll_text>* {
		margin-right: 200px;
	}

	.scroll_text {
		will-change: transform;
	}
}

.scroll_text .text {
	white-space: nowrap;
}





@media (max-width: 767px) {
	.bg_top01 {
		background: url(../images/bg_top01_sp.jpg) center  top /cover no-repeat;
		padding: 20px 0 30px;
	}

	.bg_top01>.flex_s {
		margin-bottom: 10px;
		position: relative;
		z-index: 2;
	}

	.pic_top01 {
		position: relative;
		width: 94%;
		margin: 0 auto;
	}

	.pic_top01 p.pic img {
		border-radius: 12px;
	}

	.ttl_top01 {
		width: 180px;
		height: 180px;
		background: url(../images/deco_top01.png) center bottom /cover no-repeat;
		position: absolute;
		bottom: -90px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 20px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top01 span {
		font-size: 1.3rem;
	}

	.cont_top01 {
		width: 92%;
		position: relative;
		margin: 0 auto;
	}

	.cont_top01:before {
		content: '';
		display: block;
		background: url(../images/logo.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 76px;
		flex-shrink: 0;
		position: absolute;
		left: -65px;
		top: 0;
	}

	h2.top {
		font-size: 2.1rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
		margin-top: 15px;
	}

	h2.top span {
		font-size: 1.4rem;
		color: #0b64bb;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 7px;
	}

	h2.top:after {
		content: '';
		display: block;
		width: 20px;
		height: 1px;
		background-color: #0b64bb;
		margin: 10px auto 0;
	}

	.cont_top01 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 50px;
		background-color: #fff;
		color: #0c6ecf;
		border: 1px solid #0c6ecf;
		border-radius: 7px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		position: relative;
		margin: 15px auto 30px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 20px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #d6eaff;
	}

	p.btn_top a:hover:after {
		right: 10px;
	}
}

@media (min-width: 768px) {
	.bg_top01 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 40px 0 40px;
	}

	.bg_top01>.flex_s {
		margin-top: -15px;
		position: relative;
		z-index: 2;
	}

	.pic_top01 {
		position: relative;
	}

	.pic_top01 p.pic img {
		border-radius: 0 30px 30px 0;
		height: 420px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.ttl_top01 {
		width: 200px;
		height: 200px;
		background: url(../images/deco_top01.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 20px;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top01 span {
		font-size: 1.6rem;
	}

	.cont_top01 {
		width: 330px;
		flex-shrink: 0;
		margin-left: 120px;
		position: relative;
		margin-right: 20px;
	}

	.cont_top01:before {
		content: '';
		display: block;
		background: url(../images/logo.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 76px;
		flex-shrink: 0;
		position: absolute;
		left: -65px;
		top: 0;
	}

	h2.top {
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}

	h2.top span {
		font-size: 1.6rem;
		color: #0b64bb;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h2.top span:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 40px;
		background-color: #0b64bb;
		margin: 0 30px;
	}

	.cont_top01 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 50px;
		background-color: #fff;
		color: #0c6ecf;
		border: 1px solid #0c6ecf;
		border-radius: 7px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		position: relative;
		margin-top: 20px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 24px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #d6eaff;
	}

	p.btn_top a:hover:after {
		right: 10px;
	}
}

@media (min-width: 992px) {
	.bg_top01 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 50px 0 50px;
	}

	.bg_top01>.flex_s {
		margin-top: -30px;
		position: relative;
		z-index: 2;
	}

	.pic_top01 {
		position: relative;
	}

	.pic_top01 p.pic img {
		border-radius: 0 30px 30px 0;
		height: 440px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.ttl_top01 {
		width: 240px;
		height: 240px;
		background: url(../images/deco_top01.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 30px;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top01 span {
		font-size: 1.6rem;
	}

	.cont_top01 {
		width: 400px;
		flex-shrink: 0;
		margin-left: 150px;
		position: relative;
		margin-right: 30px;
	}

	.cont_top01:before {
		content: '';
		display: block;
		background: url(../images/logo.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 95px;
		flex-shrink: 0;
		position: absolute;
		left: -80px;
		top: 0;
	}

	h2.top {
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}

	h2.top span {
		font-size: 1.6rem;
		color: #0b64bb;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h2.top span:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 40px;
		background-color: #0b64bb;
		margin: 0 30px;
	}

	.cont_top01 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 54px;
		background-color: #fff;
		color: #0c6ecf;
		border: 1px solid #0c6ecf;
		border-radius: 7px;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		position: relative;
		margin-top: 30px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 24px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #d6eaff;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}
}

@media (min-width: 1200px) {
	.bg_top01 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 50px 0 50px;
	}

	.bg_top01>.flex_s {
		margin-top: -30px;
		position: relative;
		z-index: 2;
	}

	.pic_top01 {
		position: relative;
	}

	.pic_top01 p.pic img {
		border-radius: 0 30px 30px 0;
		height: 500px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.ttl_top01 {
		width: 240px;
		height: 240px;
		background: url(../images/deco_top01.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 30px;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top01 span {
		font-size: 1.6rem;
	}

	.cont_top01 {
		width: 500px;
		flex-shrink: 0;
		margin-left: 150px;
		position: relative;
		margin-right: 30px;
	}

	.cont_top01:before {
		content: '';
		display: block;
		background: url(../images/logo.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 95px;
		flex-shrink: 0;
		position: absolute;
		left: -80px;
		top: 0;
	}

	h2.top {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}

	h2.top span {
		font-size: 1.6rem;
		color: #0b64bb;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h2.top span:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 40px;
		background-color: #0b64bb;
		margin: 0 30px;
	}

	.cont_top01 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 60px;
		background-color: #fff;
		color: #0c6ecf;
		border: 1px solid #0c6ecf;
		border-radius: 7px;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		position: relative;
		margin-top: 30px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 24px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #d6eaff;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}
}

@media (min-width: 1600px) {
	.bg_top01 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 50px 0 0;
	}

	.bg_top01>.flex_s {
		margin-top: -40px;
		position: relative;
		z-index: 2;
	}

	.pic_top01 {
		position: relative;
	}

	.pic_top01 p.pic img {
		border-radius: 0 30px 30px 0;
		height: 670px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.ttl_top01 {
		width: 300px;
		height: 300px;
		background: url(../images/deco_top01.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 30px;
		font-size: 3rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top01 span {
		font-size: 1.8rem;
	}

	.cont_top01 {
		width: 600px;
		flex-shrink: 0;
		margin-left: 200px;
		position: relative;
		margin-right: 30px;
	}

	.cont_top01:before {
		content: '';
		display: block;
		background: url(../images/logo.png) 0 0 /contain no-repeat;
		width: 60px;
		height: 114px;
		flex-shrink: 0;
		position: absolute;
		left: -100px;
		top: 0;
	}

	h2.top {
		font-size: 2.8rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 50px;
	}

	h2.top span {
		font-size: 1.6rem;
		color: #0b64bb;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h2.top span:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 40px;
		background-color: #0b64bb;
		margin: 0 30px;
	}

	.cont_top01 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 2.2;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 70px;
		background-color: #fff;
		color: #0c6ecf;
		border: 1px solid #0c6ecf;
		border-radius: 7px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		position: relative;
		margin-top: 50px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 24px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #d6eaff;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}
}




@media (max-width: 767px) {
	.bg_top02 {
		background-color: #1a6bbb;
		padding: 40px 0 30px;
		color: #fff;
		position: relative;
	}

	.bg_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 380px;
		position: absolute;
		left: 0;
		bottom: 100px;
	}

	.bg_top02 .scroll_text .text {
		color: #267dd3;
	}

	.bg_top02>.flex_e {
		margin-top: -20px;
		position: relative;
		z-index: 2;
	}

	.pic_top02 {
		position: relative;
		width: 94%;
		margin: 0 auto;
	}

	.pic_top02 p.pic img {
		border-radius: 12px;
	}

	.cont_top02 {
		width: 94%;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}

	p.text_top02 {
		font-size: 1.8rem;
		color: #60acf7;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 8px;
	}

	.bg_top02 h2.top span {
		font-size: 1.6rem;
		color: #4496e7;
		font-weight: 400;
	}

	.bg_top02 h2.top:after {
		content: '';
		display: block;
		width: 30px;
		height: 1px;
		background-color: #fff;
		margin: 12px auto 0;
	}

	.cont_top02 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.6;
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.bg_top02 {
		background-color: #0d5eaf;
		padding: 40px 0 50px;
		color: #fff;
		position: relative;
	}

	.bg_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 380px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.bg_top02 .scroll_text .text {
		color: #267dd3;
	}

	.bg_top02>.flex_e {
		margin-top: -20px;
		position: relative;
		z-index: 2;
	}

	.pic_top02 {
		position: relative;
	}

	.pic_top02 p.pic img {
		border-radius: 30px 0 0 30px;
		height: 400px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_top02 {
		width: 330px;
		flex-shrink: 0;
		margin-right: 120px;
		margin-left: 20px;
		position: relative;
		z-index: 3;
	}

	p.text_top02 {
		font-size: 2.4rem;
		color: #60acf7;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: -90px;
		top: -30px;
	}

	.bg_top02 h2.top span {
		font-size: 1.6rem;
		color: #4496e7;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.bg_top02 h2.top span:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 40px;
		background-color: #fff;
		margin: 0 30px;
	}

	.cont_top02 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
}

@media (min-width: 992px) {
	.bg_top02 {
		background-color: #0d5eaf;
		padding: 50px 0 60px;
		color: #fff;
		position: relative;
	}

	.bg_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 380px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.bg_top02 .scroll_text .text {
		color: #267dd3;
	}

	.bg_top02>.flex_e {
		margin-top: -40px;
		position: relative;
		z-index: 2;
	}

	.pic_top02 {
		position: relative;
	}

	.pic_top02 p.pic img {
		border-radius: 30px 0 0 30px;
		height: 440px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_top02 {
		width: 380px;
		flex-shrink: 0;
		margin-right: 130px;
		margin-left: 20px;
		position: relative;
		z-index: 3;
	}

	p.text_top02 {
		font-size: 2.8rem;
		color: #60acf7;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: -90px;
		top: -30px;
	}

	.bg_top02 h2.top span {
		font-size: 1.6rem;
		color: #4496e7;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.bg_top02 h2.top span:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 40px;
		background-color: #fff;
		margin: 0 30px;
	}

	.cont_top02 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}
}

@media (min-width: 1200px) {
	.bg_top02 {
		background-color: #0d5eaf;
		padding: 50px 0 120px;
		color: #fff;
		position: relative;
	}

	.bg_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 380px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.bg_top02 .scroll_text .text {
		color: #267dd3;
	}

	.bg_top02>.flex_e {
		margin-top: -40px;
		position: relative;
		z-index: 2;
	}

	.pic_top02 {
		position: relative;
	}

	.pic_top02 p.pic img {
		border-radius: 30px 0 0 30px;
		height: 500px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_top02 {
		width: 500px;
		flex-shrink: 0;
		margin-right: 150px;
		margin-left: 30px;
		position: relative;
		z-index: 3;
	}

	p.text_top02 {
		font-size: 3rem;
		color: #60acf7;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: -90px;
		top: -80px;
	}

	.bg_top02 h2.top span {
		font-size: 1.6rem;
		color: #4496e7;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.bg_top02 h2.top span:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 40px;
		background-color: #fff;
		margin: 0 30px;
	}

	.cont_top02 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}
}

@media (min-width: 1600px) {
	.bg_top02 {
		background-color: #0d5eaf;
		padding: 50px 0 120px;
		color: #fff;
		position: relative;
	}

	.bg_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 380px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.bg_top02 .scroll_text .text {
		color: #267dd3;
	}

	.bg_top02>.flex_e {
		margin-top: -40px;
		position: relative;
		z-index: 2;
	}

	.pic_top02 {
		position: relative;
	}

	.pic_top02 p.pic img {
		border-radius: 30px 0 0 30px;
				height: 670px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_top02 {
		width: 600px;
		flex-shrink: 0;
		margin-right: 150px;
		margin-left: 30px;
		position: relative;
		z-index: 3;
	}

	p.text_top02 {
		font-size: 3.3rem;
		color: #60acf7;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: -80px;
		top: -80px;
	}

	.bg_top02 h2.top span {
		font-size: 1.6rem;
		color: #4496e7;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.bg_top02 h2.top span:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 40px;
		background-color: #fff;
		margin: 0 30px;
	}

	.cont_top02 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 2.2;
	}
}







@media (max-width: 767px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /cover no-repeat;
		padding: 35px 0 35px;
		position: relative;
	}

	.bg_top03:before {
		content: '';
		display: block;
		width: 100%;
		height: 500px;
		background-color: #d4e4f4;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 .scroll_text .text {
		color: #e0e0e0;
	}

	.bg_top03 h2.top {
		margin: 0;
	}

	ul.top03 {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 15px 0 0;
	}

	ul.top03 li {
		width: 100%;
		margin: 0 auto 15px;
		max-width: 540px;
	}

	ul.top03 li:nth-of-type(3n) {
		margin-bottom: 0;
	}

	.bg_top03 p.btn_top a {
		margin-top: 15px;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /cover no-repeat;
		padding: 40px 0 40px;
		position: relative;
	}

	.bg_top03:before {
		content: '';
		display: block;
		width: 100%;
		height: 230px;
		background-color: #d4e4f4;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 .scroll_text .text {
		color: #e0e0e0;
	}

	.bg_top03 .container {
		padding-top: 15px;
	}

	.bg_top03 h2.top {
		margin-bottom: 20px;
	}

	ul.top03 {
		display: flex;
		flex-direction: row;
		margin: 0;
	}

	ul.top03 li {
		width: 32%;
		margin-right: 2%;
	}

	ul.top03 li:nth-of-type(3n) {
		margin-right: 0;
	}

	.bg_top03 p.btn_top a {
		margin-top: 25px;
	}
}

@media (min-width: 992px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /cover no-repeat;
		padding: 40px 0 50px;
		position: relative;
	}

	.bg_top03:before {
		content: '';
		display: block;
		width: 1840px;
		height: 250px;
		background-color: #d4e4f4;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 .scroll_text .text {
		color: #e0e0e0;
	}

	.bg_top03 .container {
		padding-top: 20px;
	}

	.bg_top03 h2.top {
		margin-bottom: 25px;
	}

	ul.top03 {
		display: flex;
		flex-direction: row;
		margin: 0;
	}

	ul.top03 li {
		width: 32%;
		margin-right: 2%;
	}

	ul.top03 li:nth-of-type(3n) {
		margin-right: 0;
	}

	.bg_top03 p.btn_top a {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /cover no-repeat;
		padding: 50px 0 60px;
		position: relative;
	}

	.bg_top03:before {
		content: '';
		display: block;
		width: 1840px;
		height: 300px;
		background-color: #d4e4f4;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 .scroll_text .text {
		color: #e0e0e0;
	}

	.bg_top03 .container {
		padding-top: 20px;
	}

	.bg_top03 h2.top {
		margin-bottom: 30px;
	}

	ul.top03 {
		display: flex;
		flex-direction: row;
		margin: 0;
	}

	ul.top03 li {
		width: 32%;
		margin-right: 2%;
	}

	ul.top03 li:nth-of-type(3n) {
		margin-right: 0;
	}

	.bg_top03 p.btn_top a {
		margin-top: 40px;
	}
}

@media (min-width: 1900px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /cover no-repeat;
		padding: 50px 0 60px;
		position: relative;
	}

	.bg_top03:before {
		content: '';
		display: block;
		width: 1840px;
		height: 330px;
		background-color: #d4e4f4;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 .scroll_text .text {
		color: #e0e0e0;
	}

	.bg_top03 .container {
		width: 1660px;
		padding-top: 20px;
	}

	.bg_top03 h2.top {
		margin-bottom: 30px;
	}

	ul.top03 {
		display: flex;
		flex-direction: row;
		margin: 0;
	}

	ul.top03 li {
		width: 32%;
		margin-right: 2%;
	}

	ul.top03 li:nth-of-type(3n) {
		margin-right: 0;
	}

	.bg_top03 p.btn_top a {
		margin-top: 40px;
	}
}

ul.top03 li a:hover {
	opacity: 0.85;
}








@media (max-width: 767px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center top /cover no-repeat;
		padding: 30px 0 40px;
		position: relative;
		z-index: 2;
	}

	.bg_top04>.flex_s {
		position: relative;
		z-index: 2;
	}

	.bg_top04 .scroll_text .text {
		color: #d1e2f5;
	}

	.pic_top04 {
		position: relative;
		width: 94%;
		margin: 0 auto;
	}

	.pic_top04 p.pic img {
		border-radius: 12px;
	}

	.ttl_top04 {
		width: 240px;
		height: 240px;
		background: url(../images/deco_top04.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 30px;
		font-size: 3rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top04 span {
		font-size: 1.8rem;
	}

	.cont_top04 {
		width: 94%;
		position: relative;
		margin: 0 auto;
	}

	.bg_top04:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 541px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}

	p.text_top04 {
		font-size: 1.8rem;
		color: #0c6ecf;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center top /cover no-repeat;
		padding: 40px 0 50px;
		position: relative;
		z-index: 2;
	}

	.bg_top04>.flex_s {
		margin-top: -20px;
		position: relative;
		z-index: 2;
	}

	.bg_top04 .scroll_text .text {
		color: #d1e2f5;
	}

	.pic_top04 {
		position: relative;
	}

	.pic_top04 p.pic img {
		border-radius: 0 30px 30px 0;
		height: 440px;
		object-fit: cover;
		object-position: 50% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.ttl_top04 {
		width: 240px;
		height: 240px;
		background: url(../images/deco_top04.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 30px;
		font-size: 3rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top04 span {
		font-size: 1.8rem;
	}

	.cont_top04 {
		width: 350px;
		flex-shrink: 0;
		margin-left: 40px;
		position: relative;
		margin-right: 20px;
		padding-right: 90px;
	}

	.bg_top04:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 541px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	p.text_top04 {
		font-size: 2.5rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: 0;
		top: -20px;
	}
}

@media (min-width: 992px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center top /cover no-repeat;
		padding: 50px 0 50px;
		position: relative;
		z-index: 2;
	}

	.bg_top04>.flex_s {
		margin-top: -40px;
		position: relative;
		z-index: 2;
	}

	.bg_top04 .scroll_text .text {
		color: #d1e2f5;
	}

	.pic_top04 {
		position: relative;
	}

	.pic_top04 p.pic img {
		border-radius: 0 30px 30px 0;
		height: 440px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.ttl_top04 {
		width: 240px;
		height: 240px;
		background: url(../images/deco_top04.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 30px;
		font-size: 3rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top04 span {
		font-size: 1.8rem;
	}

	.cont_top04 {
		width: 400px;
		flex-shrink: 0;
		margin-left: 50px;
		position: relative;
		margin-right: 20px;
		padding-right: 90px;
	}

	.bg_top04:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 541px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}

	p.text_top04 {
		font-size: 2.5rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: 0;
		top: -20px;
	}
}

@media (min-width: 1200px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center top /cover no-repeat;
		padding: 60px 0 50px;
		position: relative;
		z-index: 2;
	}

	.bg_top04>.flex_s {
		margin-top: -20px;
		position: relative;
		z-index: 2;
	}

	.bg_top04 .scroll_text .text {
		color: #d1e2f5;
	}

	.pic_top04 {
		position: relative;
	}

	.pic_top04 p.pic img {
		border-radius: 0 30px 30px 0;
		height: 500px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.ttl_top04 {
		width: 300px;
		height: 300px;
		background: url(../images/deco_top04.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 30px;
		font-size: 3rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top04 span {
		font-size: 1.8rem;
	}

	.cont_top04 {
		width: 500px;
		flex-shrink: 0;
		margin-left: 60px;
		position: relative;
		margin-right: 30px;
		padding-right: 100px;
	}

	.bg_top04:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 800px;
		height: 541px;
		position: absolute;
		right: 0;
		top: 70px;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}

	p.text_top04 {
		font-size: 3rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: 0;
		top: -40px;
	}
}

@media (min-width: 1600px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center top /cover no-repeat;
		padding: 70px 0 50px;
		position: relative;
		z-index: 2;
	}

	.bg_top04>.flex_s {
		margin-top: -40px;
		position: relative;
		z-index: 2;
	}

	.bg_top04 .scroll_text .text {
		color: #d1e2f5;
	}

	.pic_top04 {
		position: relative;
	}

	.pic_top04 p.pic img {
		border-radius: 0 30px 30px 0;
		height: 670px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.ttl_top04 {
		width: 300px;
		height: 300px;
		background: url(../images/deco_top04.png) center bottom /cover no-repeat;
		position: absolute;
		right: -100px;
		bottom: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 20px 30px;
		font-size: 3rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

	.ttl_top04 span {
		font-size: 1.8rem;
	}

	.cont_top04 {
		width: 600px;
		flex-shrink: 0;
		margin-left: 120px;
		position: relative;
		margin-right: 30px;
		padding-right: 140px;
	}

	.bg_top04:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 1110px;
		height: 750px;
		position: absolute;
		right: 0;
		top: 130px;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_top04 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 2.2;
	}

	p.text_top04 {
		font-size: 3.3rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: 0;
		top: -80px;
	}
}














@media (max-width: 767px) {
	.bg_top05 {
		padding: 0 0 30px;
		position: relative;
		z-index: 1;
	}

	.bg_top05:before {
		content: '';
		display: block;
		background: url(../images/deco_top05.png) 0 0 /contain no-repeat;
		width: 640px;
		height: 428px;
		position: absolute;
		left: 0;
		top: -150px;
	}

	.bg_top05>.flex_e {
		position: relative;
		z-index: 2;
	}

	.pic_top05 {
		position: relative;
		margin-left: 5%;
	}

	.pic_top05 p.pic img {
		width: 700px;
	}

	.cont_top05 {
		width: 94%;
		flex-shrink: 0;
		position: relative;
		z-index: 3;
		margin: 0 auto;
	}

	h2.top05 {
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.6;
		margin-bottom: 10px;
		text-align: center;
	}

	h2.top05 span {
		color: #e60012;
	}

	.cont_top05 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}

	p.text_top05 {
		font-size: 1.8rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.05em;
		position: absolute;
		right: 7%;
		top: 40px;
		z-index: 2;
	}
}

@media (min-width: 768px) {
	.bg_top05 {
		padding: 0 0 60px;
		position: relative;
		z-index: 1;
	}

	.bg_top05:before {
		content: '';
		display: block;
		background: url(../images/deco_top05.png) 0 0 /contain no-repeat;
		width: 640px;
		height: 428px;
		position: absolute;
		left: 0;
		bottom: 20px;
	}

	.bg_top05>.flex_e {
		position: relative;
		z-index: 2;
	}

	.pic_top05 {
		position: relative;
	}

	.pic_top05 p.pic img {
		width: 700px;
	}

	.cont_top05 {
		width: 330px;
		flex-shrink: 0;
		margin-right: 50px;
		margin-left: 20px;
		position: relative;
		z-index: 3;
	}

	h2.top05 {
		font-size: 1.9rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	h2.top05 span {
		color: #e60012;
	}

	.cont_top05 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}

	p.text_top05 {
		font-size: 2rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		left: -70px;
		top: -10px;
		z-index: 2;
	}
}

@media (min-width: 992px) {
	.bg_top05 {
		padding: 0 0 60px;
		position: relative;
		z-index: 1;
	}

	.bg_top05:before {
		content: '';
		display: block;
		background: url(../images/deco_top05.png) 0 0 /contain no-repeat;
		width: 640px;
		height: 428px;
		position: absolute;
		left: 0;
		bottom: 20px;
	}

	.bg_top05>.flex_e {
		position: relative;
		z-index: 2;
	}

	.pic_top05 {
		position: relative;
	}

	.pic_top05 p.pic img {
		width: 700px;
	}

	.cont_top05 {
		width: 400px;
		flex-shrink: 0;
		margin-right: 50px;
		margin-left: 20px;
		position: relative;
		z-index: 3;
	}

	h2.top05 {
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	h2.top05 span {
		color: #e60012;
	}

	.cont_top05 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	p.text_top05 {
		font-size: 2.2rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		left: -80px;
		top: 10px;
		z-index: 2;
	}
}

@media (min-width: 1200px) {
	.bg_top05 {
		padding: 0 0 60px;
		position: relative;
		z-index: 1;
	}

	.bg_top05:before {
		content: '';
		display: block;
		background: url(../images/deco_top05.png) 0 0 /contain no-repeat;
		width: 960px;
		height: 641px;
		position: absolute;
		left: 0;
		bottom: 50px;
	}

	.bg_top05>.flex_e {
		position: relative;
		z-index: 2;
	}

	.pic_top05 {
		position: relative;
	}

	.pic_top05 p.pic img {
		width: 1000px;
	}

	.cont_top05 {
		width: 600px;
		flex-shrink: 0;
		margin-right: 70px;
		margin-left: 30px;
		position: relative;
		z-index: 3;
	}

	h2.top05 {
		font-size: 2.5rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.6;
		margin-bottom: 30px;
	}

	h2.top05 span {
		color: #e60012;
	}

	.cont_top05 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}

	p.text_top05 {
		font-size: 2.8rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		left: -140px;
		top: 30px;
		z-index: 2;
	}
}

@media (min-width: 1600px) {
	.bg_top05 {
		padding: 0 0 70px;
		position: relative;
		z-index: 1;
	}

	.bg_top05:before {
		content: '';
		display: block;
		background: url(../images/deco_top05.png) 0 0 /contain no-repeat;
		width: 960px;
		height: 641px;
		position: absolute;
		left: 0;
		bottom: 50px;
	}

	.bg_top05>.flex_e {
		position: relative;
		z-index: 2;
	}

	.pic_top05 {
		position: relative;
	}

	.pic_top05 p.pic img {
		width: 1000px;
	}

	.cont_top05 {
		width: 600px;
		flex-shrink: 0;
		margin-right: 70px;
		margin-left: 30px;
		position: relative;
		z-index: 3;
	}

	h2.top05 {
		font-size: 2.7rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 50px;
	}

	h2.top05 span {
		color: #e60012;
	}

	.cont_top05 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 2.2;
	}

	p.text_top05 {
		font-size: 3.3rem;
		color: #0c6ecf;
		writing-mode: vertical-rl;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		right: 140px;
		top: 180px;
		left: inherit;
		z-index: 2;
	}
}







/* フッター
=========================================================================== */

@media (max-width: 767px) {
	.bg_contact_f {
		width: 100%;
		background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
		padding: 50px 0 45px;
	}

	.bg_contact_f p.ttl_en {
		text-align: center;
		font-size: 5rem;
		color: #0c6ecf;
		font-family: "Roboto", sans-serif;
		line-height: 1;
		margin-bottom: 10px;
	}

	p.tel_contact_f {
		font-size: 3rem;
		font-family: "Roboto Condensed", sans-serif;
		color: #0c6ecf;
		font-weight: 700;
		letter-spacing: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		margin-right: 6px;
	}

	p.tel_contact_f span.tel_link {
		color: #0c6ecf;
	}

	.bg_contact_f .info:nth-of-type(2) p.tel_contact_f:before {
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #d81a59;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		width: 220px;
		height: 50px;
		border-radius: 50px;
		margin-top: 12px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 16px;
		flex-shrink: 0;
		margin-right: 6px;
	}

	.bg_contact_f p.ttl {
		color: #0c6ecf;
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		padding-left: 15px;
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.bg_contact_f {
		width: 100%;
		background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
		padding: 80px 0 75px;
	}

	.bg_contact_f p.ttl_en {
		text-align: center;
		font-size: 11rem;
		color: #0c6ecf;
		font-family: "Roboto", sans-serif;
		line-height: 1;
		margin-bottom: 40px;
	}

	p.tel_contact_f {
		font-size: 3rem;
		font-family: "Roboto Condensed", sans-serif;
		color: #0c6ecf;
		font-weight: 700;
		letter-spacing: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		margin-right: 6px;
	}

	p.tel_contact_f span.tel_link {
		color: #0c6ecf;
	}

	.bg_contact_f .info:nth-of-type(2) p.tel_contact_f:before {
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #d81a59;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		width: 240px;
		height: 54px;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 18px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	.bg_contact_f p.ttl {
		color: #0c6ecf;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding-left: 35px;
	}
}

@media (min-width: 992px) {
	.bg_contact_f {
		width: 100%;
		background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
		padding: 100px 0 90px;
	}

	.bg_contact_f p.ttl_en {
		text-align: center;
		font-size: 13rem;
		color: #0c6ecf;
		font-family: "Roboto", sans-serif;
		line-height: 1;
		margin-bottom: 50px;
	}

	p.tel_contact_f {
		font-size: 3.9rem;
		font-family: "Roboto Condensed", sans-serif;
		color: #0c6ecf;
		font-weight: 700;
		letter-spacing: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 42px;
		height: 42px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.tel_contact_f span.tel_link {
		color: #0c6ecf;
	}

	.bg_contact_f .info:nth-of-type(2) p.tel_contact_f:before {
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #d81a59;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		width: 300px;
		height: 60px;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 18px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	.bg_contact_f p.ttl {
		color: #0c6ecf;
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		padding-left: 35px;
	}
}

@media (min-width: 1200px) {
	.bg_contact_f {
		width: 100%;
		background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
		padding: 100px 0 100px;
	}

	.bg_contact_f p.ttl_en {
		text-align: center;
		font-size: 13rem;
		color: #0c6ecf;
		font-family: "Roboto", sans-serif;
		line-height: 1;
		margin-bottom: 50px;
	}

	p.tel_contact_f {
		font-size: 4.2rem;
		font-family: "Roboto Condensed", sans-serif;
		color: #0c6ecf;
		font-weight: 700;
		letter-spacing: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 48px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	p.tel_contact_f span.tel_link {
		color: #0c6ecf;
	}

	.bg_contact_f .info:nth-of-type(2) p.tel_contact_f:before {
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #d81a59;
		font-size: 2rem;
		letter-spacing: 0.1em;
		width: 360px;
		height: 60px;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 20px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	.bg_contact_f p.ttl {
		color: #0c6ecf;
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		padding-left: 40px;
	}
}

@media (min-width: 1340px) {
	.bg_contact_f {
		width: 100%;
		background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
		padding: 120px 0 110px;
	}

	.bg_contact_f p.ttl_en {
		text-align: center;
		font-size: 13rem;
		letter-spacing: 0.05em;
		color: #0c6ecf;
		font-family: "Roboto", sans-serif;
		line-height: 1;
		margin-bottom: 70px;
	}

	p.tel_contact_f {
		font-size: 4.6rem;
		font-family: "Roboto Condensed", sans-serif;
		color: #0c6ecf;
		font-weight: 700;
		letter-spacing: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 50px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	p.tel_contact_f span.tel_link {
		color: #0c6ecf;
	}

	.bg_contact_f .info:nth-of-type(2) p.tel_contact_f:before {
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #d81a59;
		font-size: 2rem;
		letter-spacing: 0.1em;
		width: 360px;
		height: 65px;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 20px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	.bg_contact_f p.ttl {
		color: #0c6ecf;
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		padding-left: 40px;
	}
}

p.btn_contact_f a:hover {
	opacity: 1;
	background-color: #fa3f52;
}




@media (max-width: 767px) {
	footer {
		padding: 40px 0 30px;
		background-color: #1a6bbb;
		color: #fff;
	}

	.footer_l {
		width: 100%;
	}

	.footer_r {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	p.logo_f {
		width: 210px;
		margin: 0 auto 20px;
	}

	p.text_f {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
		margin-bottom: 15px;
		text-align: center;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 8px;
	}

	span.btn_map_f a img {
		width: 16px;
	}

	p.tel_f {
		color: #9dd3ff;
		font-size: 1.9rem;
		letter-spacing: 0.02em;
		font-weight: 700;
		text-align: center;
	}

	p.tel_f span.tel_link {
		color: #9dd3ff;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 25px 0 0;
	}

	ul.fnav li a {
		display: block;
		margin-right: 15px;
		font-size: 1.6rem;
		color: #fff;
		writing-mode: vertical-rl;
		width: 20px;
	}

	ul.fnav li:last-child a {
		margin-right: 0;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #86c7fc;
		text-align: center;
		letter-spacing: 0.05em;
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	footer {
		padding: 90px 0 90px;
		background-color: #1a6bbb;
		color: #fff;
	}

	.footer_l {
		width: 50%;
	}

	.footer_r {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 10px;
	}

	p.logo_f {
		width: 230px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 8px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		color: #9dd3ff;
		font-size: 1.7rem;
		letter-spacing: 0.02em;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #9dd3ff;
	}

	p.tel_f:nth-of-type(1) {
		margin-right: 20px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	ul.fnav li a {
		margin-left: 20px;
		margin-bottom: 15px;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1.6rem;
		color: #fff;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
		width: 18px;
		height: 18px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #86c7fc;
		text-align: right;
		letter-spacing: 0.1em;
	}
}

@media (min-width: 992px) {
	footer {
		padding: 100px 0 100px;
		background-color: #1a6bbb;
		color: #fff;
	}

	.footer_l {
		width: 46%;
	}

	.footer_r {
		width: 52%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 10px;
	}

	p.logo_f {
		width: 230px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		color: #9dd3ff;
		font-size: 1.9rem;
		letter-spacing: 0.05em;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #9dd3ff;
	}

	p.tel_f:nth-of-type(1) {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	ul.fnav li a {
		margin-left: 20px;
		margin-bottom: 15px;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1.7rem;
		color: #fff;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
		width: 18px;
		height: 18px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #86c7fc;
		text-align: right;
		letter-spacing: 0.1em;
	}
}

@media (min-width: 1200px) {
	footer {
		padding: 120px 0 120px;
		background-color: #1a6bbb;
		color: #fff;
	}

	.footer_l {
		width: 40%;
	}

	.footer_r {
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 10px;
	}

	p.logo_f {
		width: 260px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		color: #9dd3ff;
		font-size: 2rem;
		letter-spacing: 0.05em;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #9dd3ff;
	}

	p.tel_f:nth-of-type(1) {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	ul.fnav li a {
		margin-left: 10px;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1.7rem;
		color: #fff;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #86c7fc;
		text-align: right;
		letter-spacing: 0.1em;
	}
}

@media (min-width: 1400px) {
	footer {
		padding: 140px 0 140px;
		background-color: #1a6bbb;
		color: #fff;
	}

	footer .container {
		width: 1340px;
	}

	.footer_l {
		width: 40%;
	}

	.footer_r {
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 10px;
	}

	p.logo_f {
		width: 260px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		color: #9dd3ff;
		font-size: 2rem;
		letter-spacing: 0.05em;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #9dd3ff;
	}

	p.tel_f:nth-of-type(1) {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	ul.fnav li a {
		margin-left: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1.7rem;
		color: #fff;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #86c7fc;
		text-align: right;
		letter-spacing: 0.1em;
	}
}






@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 20px;
		right: 15px;
		width: 30px;
		height: 30px;
		z-index: 9;
	}

	p.pagetop a img {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: 40px;
		width: 40px;
		height: 40px;
		z-index: 9;
	}

	p.pagetop a img {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 1200px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: 40px;
		width: 50px;
		height: 50px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 50px;
		height: 50px;
	}
}


@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: calc(50% - 920px);
		width: 60px;
		height: 60px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	p.btn_side a {
		position: fixed;
		top: 40px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}
}

@media (min-width: 768px) {
	p.btn_side a {
		position: fixed;
		top: 80px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 992px) {
	p.btn_side a {
		position: fixed;
		top: 150px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1200px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1921px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: calc(50% - 960px);
		width: 70px;
		height: 190px;
		z-index: 999;
	}

	p.btn_side a img {
		width: 70px;
		height: 190px;
	}
}

p.btn_side a:hover {
	opacity: 0.85;
}








/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
	.bg_sub {
		width: 100%;
		height: 200px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.inner_sub {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: absolute;
		top: 65%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.inner_sub:before {
		content: '';
		display: block;
		background: url(../images/logo_sub.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 53px;
	}

	h2.sub {
		font-size: 2rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		position: absolute;
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.inner_sub p.en {
		color: #ffffff54;
		font-size: 5.4rem;
		font-weight: 300;
		line-height: 1;
		margin-bottom: 10px;
		margin-left: 7px;
	}
}

@media (min-width: 768px) {
	.bg_sub {
		width: 100%;
		height: 320px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.inner_sub {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: absolute;
		top: 62%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.inner_sub:before {
		content: '';
		display: block;
		background: url(../images/logo_sub.png) 0 0 /contain no-repeat;
		width: 44px;
		height: 90px;
	}

	h2.sub {
		font-size: 2.6rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		position: absolute;
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.inner_sub p.en {
		color: #ffffff54;
		font-size: 10rem;
		font-weight: 300;
		line-height: 1;
		margin-bottom: 15px;
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.bg_sub {
		width: 100%;
		height: 400px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.inner_sub {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: absolute;
		top: 62%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.inner_sub:before {
		content: '';
		display: block;
		background: url(../images/logo_sub.png) 0 0 /contain no-repeat;
		width: 54px;
		height: 110px;
	}

	h2.sub {
		font-size: 3rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		position: absolute;
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.inner_sub p.en {
		color: #ffffff54;
		font-size: 13rem;
		font-weight: 300;
		line-height: 1;
		margin-bottom: 15px;
		margin-left: 10px;
	}
}

@media (min-width: 1200px) {
	.bg_sub {
		width: 100%;
		height: 460px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.inner_sub {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: absolute;
		top: 62%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.inner_sub:before {
		content: '';
		display: block;
		background: url(../images/logo_sub.png) 0 0 /contain no-repeat;
		width: 64px;
		height: 130px;
	}

	h2.sub {
		font-size: 3.2rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		position: absolute;
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.inner_sub p.en {
		color: #ffffff54;
		font-size: 16rem;
		font-weight: 300;
		line-height: 1;
		margin-bottom: 15px;
		margin-left: 10px;
	}
}


@media (max-width: 767px) {
	.bg_service {
		background: url(../images/bg_service_sp.jpg) center center /cover no-repeat;
	}

	.bg_works {
		background: url(../images/bg_works_sp.jpg) center center /cover no-repeat;
	}

	.bg_recruit {
		background: url(../images/bg_recruit_sp.jpg) center center /cover no-repeat;
	}

	.bg_company {
		background: url(../images/bg_company_sp.jpg) center center /cover no-repeat;
	}

	.bg_contact {
		background: url(../images/bg_contact_sp.jpg) center center /cover no-repeat;
	}
}

@media (min-width: 768px) {
	.bg_service {
		background: url(../images/bg_service.jpg) center center /cover no-repeat;
	}

	.bg_works {
		background: url(../images/bg_works.jpg) center center /cover no-repeat;
	}

	.bg_recruit {
		background: url(../images/bg_recruit.jpg) center center /cover no-repeat;
	}

	.bg_company {
		background: url(../images/bg_company.jpg) center center /cover no-repeat;
	}

	.bg_contact {
		background: url(../images/bg_contact.jpg) center center /cover no-repeat;
	}
}




/* service.html　事業内容
=========================================================================== */

@media (max-width: 767px) {
	.bg_service01 {
		padding: 30px 0 30px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 1px solid #0767d6;
		border-top: 1px solid #94c7eb;
	}

	.bg_service01 .pic_service {
		width: 94%;
		position: relative;
		margin: 0 auto;
	}

	.bg_service01 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 5rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service01 p.number span {
		color: #94c7eb;
	}

	.bg_service01 .pic_service img {
		border-radius: 12px;
	}

	.bg_service01 .cont_service {
		width: 94%;
		margin: 0 auto 20px;
	}

	.cont_service p.en {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}

	.cont_service h3 {
		font-size: 2rem;
		letter-spacing: 0.02em;
		font-weight: 500;
		margin-bottom: 12px;
		margin-top: 10px;
		line-height: 1.4;
		text-align: center;
	}

	.cont_service p.text {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
	}

	.bg_service02 {
		padding: 30px 0 30px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 1px solid #0767d6;
		border-top: 1px solid #94c7eb;
	}

	.bg_service02 .cont_service {
		width: 94%;
		margin: 0 auto 20px;
	}

	.bg_service02 .pic_service {
		width: 94%;
		position: relative;
		margin: 0 auto;
	}

	.bg_service02 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 5rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service02 p.number span {
		color: #94c7eb;
	}

	.bg_service02 .pic_service img {
		border-radius: 12px;
	}
}

@media (min-width: 768px) {
	.bg_service01 {
		padding: 50px 0 50px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 4px solid #0767d6;
		border-top: 4px solid #94c7eb;
	}

	.bg_service01 .pic_service {
		width: 500px;
		position: relative;
		margin-right: 40px;
	}

	.bg_service01 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 9rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service01 p.number span {
		color: #94c7eb;
	}

	.bg_service01 .pic_service img {
		border-radius: 0 30px 30px 0;
		height: 420px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.bg_service01 .cont_service {
		width: 540px;
		margin-right: 30px;
	}

	.cont_service p.en {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-left: 20px;
	}

	.cont_service h3 {
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 20px;
		margin-top: 15px;
		line-height: 1.4;
	}

	.cont_service p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.bg_service02 {
		padding: 50px 0 50px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 4px solid #0767d6;
		border-top: 4px solid #94c7eb;
	}

	.bg_service02 .cont_service {
		width: 540px;
		margin-left: 30px;
	}

	.bg_service02 .pic_service {
		width: 500px;
		position: relative;
		margin-left: 40px;
	}

	.bg_service02 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 9rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service02 p.number span {
		color: #94c7eb;
	}

	.bg_service02 .pic_service img {
		border-radius: 30px 0 0 30px;
		height: 420px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}
}

@media (min-width: 992px) {
	.bg_service01 {
		padding: 60px 0 60px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 5px solid #0767d6;
		border-top: 5px solid #94c7eb;
	}

	.bg_service01 .pic_service {
		width: 600px;
		position: relative;
		margin-right: 70px;
	}

	.bg_service01 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 12rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service01 p.number span {
		color: #94c7eb;
	}

	.bg_service01 .pic_service img {
		border-radius: 0 30px 30px 0;
		height: 460px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.bg_service01 .cont_service {
		width: 540px;
		margin-right: 30px;
	}

	.cont_service p.en {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-left: 20px;
	}

	.cont_service h3 {
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 20px;
		margin-top: 15px;
		line-height: 1.4;
	}

	.cont_service p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.bg_service02 {
		padding: 60px 0 60px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 5px solid #0767d6;
		border-top: 5px solid #94c7eb;
	}

	.bg_service02 .cont_service {
		width: 540px;
		margin-left: 30px;
	}

	.bg_service02 .pic_service {
		width: 600px;
		position: relative;
		margin-left: 70px;
	}

	.bg_service02 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 12rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service02 p.number span {
		color: #94c7eb;
	}

	.bg_service02 .pic_service img {
		border-radius: 30px 0 0 30px;
		height: 460px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}
}

@media (min-width: 1200px) {
	.bg_service01 {
		padding: 60px 0 60px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 5px solid #0767d6;
		border-top: 5px solid #94c7eb;
	}

	.bg_service01 .pic_service {
		width: 600px;
		position: relative;
		margin-right: 70px;
	}

	.bg_service01 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 14rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service01 p.number span {
		color: #94c7eb;
	}

	.bg_service01 .pic_service img {
		border-radius: 0 30px 30px 0;
		height: 500px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.bg_service01 .cont_service {
		width: 540px;
		margin-right: 30px;
	}

	.cont_service p.en {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-left: 20px;
	}

	.cont_service h3 {
		font-size: 2.4rem;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 40px;
		margin-top: 20px;
	}

	.cont_service p.text {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.bg_service02 {
		padding: 60px 0 60px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 5px solid #0767d6;
		border-top: 5px solid #94c7eb;
	}

	.bg_service02 .cont_service {
		width: 540px;
		margin-left: 30px;
	}

	.bg_service02 .pic_service {
		width: 600px;
		position: relative;
		margin-left: 70px;
	}

	.bg_service02 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 14rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service02 p.number span {
		color: #94c7eb;
	}

	.bg_service02 .pic_service img {
		border-radius: 30px 0 0 30px;
		height: 500px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}
}

@media (min-width: 1600px) {
	.bg_service01 {
		padding: 70px 0 70px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 5px solid #0767d6;
		border-top: 5px solid #94c7eb;
	}

	.bg_service01 .pic_service {
		width: 920px;
		position: relative;
		margin-right: 100px;
	}

	.bg_service01 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 17rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service01 p.number span {
		color: #94c7eb;
	}

	.bg_service01 .pic_service img {
		border-radius: 0 30px 30px 0;
		height: 540px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.bg_service01 .cont_service {
		width: 640px;
		margin-right: 30px;
	}

	.cont_service p.en {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-left: 20px;
	}

	.cont_service h3 {
		font-size: 3rem;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 50px;
		margin-top: 30px;
	}

	.cont_service p.text {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 2;
	}

	.bg_service02 {
		padding: 70px 0 70px;
		background: url(../images/bg_service01.jpg) 0 0 /cover no-repeat;
		border-bottom: 5px solid #0767d6;
		border-top: 5px solid #94c7eb;
	}

	.bg_service02 .cont_service {
		width: 640px;
	}

	.bg_service02 .pic_service {
		width: 920px;
		position: relative;
		margin-left: 100px;
	}

	.bg_service02 p.number {
		font-family: "Roboto", sans-serif;
		font-size: 17rem;
		font-weight: 300;
		color: #0767d6;
		line-height: 1;
	}

	.bg_service02 p.number span {
		color: #94c7eb;
	}

	.bg_service02 .pic_service img {
		border-radius: 30px 0 0 30px;
		height: 540px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}
}


/* works.html　施工事例
=========================================================================== */

@media (max-width: 767px) {
	.bg_works01 {
		padding: 30px 0 0;
	}

	ul.nav_works {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-bottom: 30px;
	}

	ul.nav_works li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		color: #fff;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 1.5rem;
		background-color: #247ce1;
		padding: 0.7em 1em;
		border-radius: 7px;
	}

	ul.nav_works li a:hover {
		opacity: 1;
		background-color: #0e4583;
	}

	ul.nav_works li.active a {
		background-color: #0e4583;
	}

	ul.nav_works li a::before {
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		color: #80b6f3;
	}

	h3.works {
		text-align: center;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	.bdr_blue {
		border-bottom: 2px solid #0e4583;
	}

	.dg_works {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 20px;
		margin-bottom: 30px;
	}

	.dg_works .cont {
		border-bottom: 1px dashed #0767d6;
		padding-bottom: 7px;
	}

		h4.works {
		color: #333;
		font-size: 1.6rem;
		font-weight: 500;
		padding: 0.2em 0 0.2em 0.5em;
		border-left: 3px solid #0767d6;
		margin-bottom: 10px;
	}

	.dg_works .cont p.pic {
		margin-bottom: 10px;
	}

	.dg_works .cont .info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.dg_works .cont .info p.ttl {
		width: 50px;
		height: 40px;
		background-color: #0767d6;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.dg_works .cont .info p.text {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

@media (min-width: 768px) {
	.bg_works01 {
		padding: 40px 0 0;
	}

	ul.nav_works {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin-bottom: 30px;
	}

	ul.nav_works li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		color: #fff;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 1.8rem;
		background-color: #247ce1;
		padding: 0.6em 1em;
		border-radius: 7px;
	}

	ul.nav_works li a:hover {
		opacity: 1;
		background-color: #0e4583;
	}

	ul.nav_works li.active a {
		background-color: #0e4583;
	}

	ul.nav_works li a::before {
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		color: #80b6f3;
	}

	h3.works {
		text-align: center;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 2.6rem;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	.bdr_blue {
		border-bottom: 2px solid #0e4583;
	}

	.dg_works {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 20px;
		margin-bottom: 50px;
	}

	.dg_works .cont {
		border-bottom: 1px dashed #0767d6;
		padding-bottom: 10px;
	}

		h4.works {
		color: #333;
		font-size: 1.7rem;
		font-weight: 500;
		padding: 0.2em 0 0.2em 0.5em;
		border-left: 3px solid #0767d6;
		margin-bottom: 10px;
	}

	.dg_works .cont p.pic {
		margin-bottom: 10px;
	}

	.dg_works .cont .info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.dg_works .cont .info p.ttl {
		width: 54px;
		height: 40px;
		background-color: #0767d6;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.dg_works .cont .info p.text {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

@media (min-width: 992px) {
	.bg_works01 {
		padding: 55px 0 0;
	}

	ul.nav_works {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin-bottom: 45px;
	}

	ul.nav_works li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		color: #fff;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 1.8rem;
		background-color: #247ce1;
		padding: 0.7em 1em;
		border-radius: 7px;
	}

	ul.nav_works li a:hover {
		opacity: 1;
		background-color: #0e4583;
	}

	ul.nav_works li.active a {
		background-color: #0e4583;
	}

	ul.nav_works li a::before {
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		color: #80b6f3;
	}

	h3.works {
		text-align: center;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 3.2rem;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	.bdr_blue {
		border-bottom: 2px solid #0e4583;
	}

	.dg_works {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 20px;
		margin-bottom: 50px;
	}

	.dg_works .cont {
		border-bottom: 1px dashed #0767d6;
		padding-bottom: 10px;
	}

		h4.works {
		color: #333;
		font-size: 1.8rem;
		font-weight: 500;
		padding: 0.2em 0 0.2em 0.5em;
		border-left: 3px solid #0767d6;
		margin-bottom: 12px;
	}

	.dg_works .cont p.pic {
		margin-bottom: 10px;
	}

	.dg_works .cont .info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.dg_works .cont .info p.ttl {
		width: 54px;
		height: 40px;
		background-color: #0767d6;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.dg_works .cont .info p.text {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

@media (min-width: 1200px) {
	.bg_works01 {
		padding: 70px 0 0;
	}

	ul.nav_works {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin-bottom: 50px;
	}

	ul.nav_works li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		color: #fff;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 2rem;
		background-color: #247ce1;
		padding: 0.7em 1em;
		border-radius: 7px;
	}

	ul.nav_works li a:hover {
		opacity: 1;
		background-color: #0e4583;
	}

	ul.nav_works li.active a {
		background-color: #0e4583;
	}

	ul.nav_works li a::before {
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		color: #80b6f3;
	}

	h3.works {
		text-align: center;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 3.6rem;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	.bdr_blue {
		border-bottom: 2px solid #0e4583;
	}

	.dg_works {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 20px;
		margin-bottom: 50px;
	}

	.dg_works .cont {
		border-bottom: 1px dashed #0767d6;
		padding-bottom: 10px;
	}

			h4.works {
		color: #333;
		font-size: 1.9rem;
		font-weight: 500;
		padding: 0.2em 0 0.2em 0.5em;
		border-left: 4px solid #0767d6;
		margin-bottom: 12px;
	}

	.dg_works .cont p.pic {
		margin-bottom: 10px;
	}

	.dg_works .cont .info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.dg_works .cont .info p.ttl {
		width: 54px;
		height: 40px;
		background-color: #0767d6;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.dg_works .cont .info p.text {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}




.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 68%;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}






@media (max-width: 359px) {
	div.paging {
		text-align: center;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #2f8af3;
		border: 1px solid #2f8af3;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
		border-radius: 3px;
	}

	div.paging span.paging-text a {
		padding: 3px 5px;
		display: block;
		color: #2f8af3;
		background-color: #fff;
	}

	div.paging span.current {
		background: #2f8af3;
		border: 1px solid #2f8af3;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 3px 5px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #2f8af3;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}

@media (min-width: 360px) {
	div.paging {
		text-align: center;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #2f8af3;
		border: 1px solid #2f8af3;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
		border-radius: 5px;
	}

	div.paging span.paging-text a {
		padding: 4px 8px;
		display: block;
		color: #2f8af3;
		background-color: #fff;
	}

	div.paging span.current {
		background: #2f8af3;
		border: 1px solid #2f8af3;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 4px 8px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #2f8af3;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}

@media (min-width: 768px) {
	div.paging {
		text-align: center;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #2f8af3;
		border: 1px solid #2f8af3;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
		border-radius: 5px;
	}

	div.paging span.paging-text a {
		padding: 5px 13px;
		display: block;
		color: #2f8af3;
		background-color: #fff;
	}

	div.paging span.current {
		background: #2f8af3;
		border: 1px solid #2f8af3;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 5px 13px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #2f8af3;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}


/* recruit.html　採用情報
=========================================================================== */

@media (max-width: 767px) {
.bg_recruit01 {
		padding: 30px 0 0;
	}

	.pic_recruit01 {
		width: 94%;
		margin: 0 auto;
	}

	.pic_recruit01 img {
		border-radius: 12px;
	}

	.cont_recruit01 {
		width: 94%;
		margin: 0 auto 20px;
		position: relative;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01.png) 0 0 /contain no-repeat;
		width: 320px;
		height: 320px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
		z-index: -1;
		opacity: 0.8;
	}

	.cont_recruit01 h3 {
		color: #208dbc;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
		text-align: center;
	}

	.cont_recruit01 p.ttl {
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.02em;
		text-align: center;
	}

	.cont_recruit01 p.ttl:after {
		content: '';
		display: block;
		width: 30px;
		height: 2px;
		background-color: #208dbc;
		margin: 15px auto 15px;
	}

	.cont_recruit01 p.text {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
		padding-left: 5px;
	}
}

@media (min-width: 768px) {
.bg_recruit01 {
		padding: 40px 0 0;
	}

	.pic_recruit01 {
		width: 520px;
		margin-right: 40px;
	}

	.pic_recruit01 img {
		height: 400px;
		object-fit: cover;
		object-position: 60% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 0 30px 30px 0;
	}

	.cont_recruit01 {
		width: 380px;
		flex-shrink: 0;
		margin-right: 20px;
		position: relative;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01.png) 0 0 /contain no-repeat;
		width: 360px;
		height: 360px;
		position: absolute;
		right: -30px;
		bottom:-30px;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_recruit01 h3 {
		color: #208dbc;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}

	.cont_recruit01 p.ttl {
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0.15em;
	}

	.cont_recruit01 p.ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #208dbc;
		margin: 20px 0 20px 5px;
	}

	.cont_recruit01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
		padding-left: 5px;
	}
}

@media (min-width: 992px) {
	.bg_recruit01 {
		padding: 70px 0 0;
	}

	.pic_recruit01 {
		width: 620px;
		margin-right: 60px;
	}

	.pic_recruit01 img {
		height: 500px;
		object-fit: cover;
		object-position: 60% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 0 30px 30px 0;
	}

	.cont_recruit01 {
		width: 440px;
		flex-shrink: 0;
		margin-right: 20px;
		position: relative;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01.png) 0 0 /contain no-repeat;
		width: 400px;
		height: 400px;
		position: absolute;
		right: -30px;
		bottom:-30px;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_recruit01 h3 {
		color: #208dbc;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}

	.cont_recruit01 p.ttl {
		font-size: 2.4rem;
		font-weight: 500;
		letter-spacing: 0.2em;
	}

	.cont_recruit01 p.ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #208dbc;
		margin: 30px 0 30px 5px;
	}

	.cont_recruit01 p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		padding-left: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_recruit01 {
		padding: 70px 0 0;
	}

	.pic_recruit01 {
		width: 820px;
		margin-right: 60px;
	}

	.pic_recruit01 img {
		height: 600px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 0 30px 30px 0;
	}

	.cont_recruit01 {
		width: 540px;
		flex-shrink: 0;
		margin-right: 20px;
		position: relative;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01.png) 0 0 /contain no-repeat;
		width: 500px;
		height: 500px;
		position: absolute;
		right: -50px;
		bottom:-50px;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_recruit01 h3 {
		color: #208dbc;
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	.cont_recruit01 p.ttl {
		font-size: 2.7rem;
		font-weight: 500;
		letter-spacing: 0.2em;
	}

	.cont_recruit01 p.ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #208dbc;
		margin: 40px 0 40px 5px;
	}

	.cont_recruit01 p.text {
		font-size: 1.7rem;
		line-height: 2;
		letter-spacing: 0.1em;
		padding-left: 5px;
	}
}

@media (min-width: 1600px) {
	.bg_recruit01 {
		padding: 80px 0 0;
	}

	.pic_recruit01 {
		width: 920px;
		margin-right: 80px;
	}

	.pic_recruit01 img {
		height: 620px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 0 30px 30px 0;
	}

	.cont_recruit01 {
		width: 650px;
		flex-shrink: 0;
		margin-right: 30px;
		position: relative;
		padding-right: 100px;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01.png) 0 0 /contain no-repeat;
		width: 570px;
		height: 570px;
		position: absolute;
		right: -70px;
		bottom:-70px;
		z-index: -1;
		opacity: 0.8;
	}

	.cont_recruit01 h3 {
		color: #208dbc;
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	.cont_recruit01 p.ttl {
		font-size: 2.8rem;
		font-weight: 500;
		letter-spacing: 0.2em;
	}

	.cont_recruit01 p.ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #208dbc;
		margin: 40px 0 40px 5px;
	}

	.cont_recruit01 p.text {
		font-size: 1.7rem;
		line-height: 2.2;
		letter-spacing: 0.15em;
		padding-left: 5px;
	}
}



@media (max-width: 767px) {
	.bg_recruit02 {
		padding: 40px 0 40px;
	}

	table.sub {
		width: 100%;
	}

	table.sub th {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		color: #333;
		font-weight: 500;
		letter-spacing: 0.05em;
		padding: 6px 10px;
				border-top: 1px solid #abd2f0;
		border-bottom: 1px solid #abd2f0;
		background-color: #e5f1fa;
	}

	table.sub td {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		padding: 6px 10px 15px;
		line-height: 1.7;
	}

	table.sub .flex_b {
		flex-direction: column;
		align-items: flex-start;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 25px;
	}
}


@media (min-width: 768px) {
.bg_recruit02 {
		padding: 50px 0 50px;
	}

	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		width: 250px;
		padding: 15px 20px 15px 50px;
		border-top: 1px solid #abd2f0;
		border-bottom: 1px solid #abd2f0;
		background-color: #e5f1fa;
		font-weight: 500;
	}

	table.sub td {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		padding: 15px 30px 15px 50px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 1.8;
	}
}

@media (min-width: 992px) {
	.bg_recruit02 {
		padding: 70px 0 70px;
	}

	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		font-size: 1.7rem;
		letter-spacing: 0.03em;
		width: 250px;
		padding: 20px 20px 20px 50px;
		border-top: 1px solid #abd2f0;
		border-bottom: 1px solid #abd2f0;
		background-color: #e5f1fa;
		font-weight: 500;
	}

	table.sub td {
		font-size: 1.7rem;
		letter-spacing: 0.03em;
		padding: 20px 30px 20px 50px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 1.8;
	}
}

@media (min-width: 1200px) {
	.bg_recruit02 {
		padding: 100px 0 100px;
	}

	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		font-size: 1.7rem;
		letter-spacing: 0.03em;
		width: 280px;
		padding: 20px 20px 20px 50px;
		border-top: 1px solid #abd2f0;
		border-bottom: 1px solid #abd2f0;
		background-color: #e5f1fa;
		font-weight: 500;
	}

	table.sub td {
		font-size: 1.7rem;
		letter-spacing: 0.03em;
		padding: 20px 30px 20px 50px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 1.8;
	}
}





/* company.html　会社案内
=========================================================================== */


@media (max-width: 767px) {
	.bg_company01 {
		padding: 30px 0 30px;
		background-color: #1a6bbb;
		color: #fff;
	}

	.cont_company01 p.text {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}

	p.name_company01 {
		text-align: right;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		margin-top: 10px;
	}

	p.name_company01 span {
		display: block;
		font-size: 1.5rem;
	}

	h3.sub {
		text-align: center;
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	h3.sub span {
		display: block;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 1.8rem;
		line-height: 1;
		text-align: center;
		color: #d9151b;
		margin-bottom: 5px;
	}

	.bg_company02 {
		padding: 30px 0 30px;
	}

	.bg_company03 {
		padding: 0 0 40px;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8f5ff;
	}

	table.company th {
		font-size: 1.5rem;
		padding: 15px 10px 15px 10px;
		text-align: center;
		width: 100px;
		font-weight: 500;
		color: #1b7bca;
		border-radius: 10px;
		position: relative;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #1b7bca;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	table.company td {
		font-size: 1.5rem;
		padding: 15px 15px 15px 15px;
		border-radius: 10px;
	}

	.access_map {
		position: relative;
		margin-bottom: 20px;
	}

	.access_map iframe {
		width: 100%;
		height: 400px;
		margin-top: 10px;
		border-radius: 20px;
	}

	ul.info_access {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	ul.info_access li {
		font-size: 1.5rem;
		display: flex;
		flex-direction: row;
		letter-spacing: 0.05em;
		background-color: #f5f5f5;
		padding: 15px 25px;
		margin-bottom: 15px;
	}

	ul.info_access li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 26px;
		flex-shrink: 0;
		margin-right: 15px;
		margin-top: 3px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 46px;
		border-radius: 7px;
		border: 1px solid #1b7bca;
		font-size: 1.4rem;
		background-color: #fff;
		color: #1b7bca;
		margin: 0 auto;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #1b7bca;
		color: #fff;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_company01 {
		padding: 40px 0 40px;
		background-color: #1a6bbb;
		color: #fff;
	}

	.cont_company01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	p.name_company01 {
		text-align: right;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-top: 20px;
	}

	p.name_company01 span {
		display: block;
		font-size: 1.5rem;
	}

	h3.sub {
		text-align: center;
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h3.sub span {
		display: block;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 2.7rem;
		line-height: 1;
		text-align: center;
		color: #d9151b;
		margin-bottom: 7px;
	}

	.bg_company02 {
		padding: 50px 0 50px;
	}

	.bg_company03 {
		padding: 0 0 50px;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8f5ff;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 15px 10px 15px 10px;
		text-align: center;
		width: 200px;
		font-weight: 500;
		color: #1b7bca;
		border-radius: 10px;
		position: relative;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #1b7bca;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	table.company td {
		font-size: 1.6rem;
		padding: 15px 20px 15px 80px;
		border-radius: 10px;
	}

	.access_map {
		position: relative;
		margin-bottom: 20px;
	}

	.access_map iframe {
		width: 100%;
		height: 400px;
		margin-top: 10px;
		border-radius: 20px;
	}

	ul.info_access {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	ul.info_access li {
		font-size: 1.6rem;
		display: flex;
		flex-direction: row;
		letter-spacing: 0.05em;
		background-color: #f5f5f5;
		padding: 15px 25px;
	}

	ul.info_access li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 26px;
		flex-shrink: 0;
		margin-right: 15px;
		margin-top: 3px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 50px;
		border-radius: 7px;
		border: 1px solid #1b7bca;
		font-size: 1.4rem;
		background-color: #fff;
		color: #1b7bca;
		margin: 0 auto;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #1b7bca;
		color: #fff;
	}
}

@media (min-width: 992px) {
	.bg_company01 {
		padding: 50px 0 50px;
		background-color: #1a6bbb;
		color: #fff;
	}

	.cont_company01 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
	}

	p.name_company01 {
		text-align: right;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-top: 20px;
	}

	p.name_company01 span {
		display: block;
		font-size: 1.7rem;
	}

	h3.sub {
		text-align: center;
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h3.sub span {
		display: block;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 2.7rem;
		line-height: 1;
		text-align: center;
		color: #d9151b;
		margin-bottom: 7px;
	}

	.bg_company02 {
		padding: 50px 0 50px;
	}

	.bg_company03 {
		padding: 0 0 50px;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8f5ff;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 240px;
		font-weight: 500;
		color: #1b7bca;
		border-radius: 10px;
		position: relative;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #1b7bca;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	table.company td {
		font-size: 1.6rem;
		padding: 20px 20px 20px 80px;
		border-radius: 10px;
	}

	.access_map {
		position: relative;
		margin-bottom: 20px;
	}

	.access_map iframe {
		width: 100%;
		height: 440px;
		margin-top: 10px;
		border-radius: 20px;
	}

	ul.info_access {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	ul.info_access li {
		font-size: 1.7rem;
		display: flex;
		flex-direction: row;
		letter-spacing: 0.05em;
		background-color: #f5f5f5;
		padding: 15px 25px;
	}

	ul.info_access li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 26px;
		flex-shrink: 0;
		margin-right: 15px;
		margin-top: 3px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 50px;
		border-radius: 7px;
		border: 1px solid #1b7bca;
		font-size: 1.4rem;
		background-color: #fff;
		color: #1b7bca;
		margin: 0 auto;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #1b7bca;
		color: #fff;
	}
}

@media (min-width: 1200px) {
	.bg_company01 {
		padding: 70px 0 70px;
		background-color: #1a6bbb;
		color: #fff;
	}

	.cont_company01 {
		width: 100%;
	}

	.cont_company01 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
	}

	p.name_company01 {
		text-align: right;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-top: 20px;
	}

	p.name_company01 span {
		display: block;
		font-size: 1.7rem;
	}

	h3.sub {
		text-align: center;
		font-size: 2.6rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	h3.sub span {
		display: block;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 2.2rem;
		line-height: 1;
		text-align: center;
		color: #d9151b;
		margin-bottom: 7px;
	}

	.bg_company02 {
		padding: 60px 0 60px;
	}

	.bg_company03 {
		padding: 0 0 70px;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8f5ff;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 270px;
		font-weight: 500;
		color: #1b7bca;
		border-radius: 10px;
		position: relative;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #1b7bca;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	table.company td {
		font-size: 1.6rem;
		padding: 20px 20px 20px 80px;
		border-radius: 10px;
	}

	.access_map {
		position: relative;
		margin-bottom: 20px;
	}

	.access_map iframe {
		width: 100%;
		height: 500px;
		margin-top: 10px;
		border-radius: 20px;
	}

	ul.info_access {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	ul.info_access li {
		font-size: 1.7rem;
		display: flex;
		flex-direction: row;
		letter-spacing: 0.05em;
		background-color: #f5f5f5;
		padding: 15px 25px;
	}

	ul.info_access li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 26px;
		flex-shrink: 0;
		margin-right: 15px;
		margin-top: 3px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 50px;
		border-radius: 7px;
		border: 1px solid #1b7bca;
		font-size: 1.4rem;
		background-color: #fff;
		color: #1b7bca;
		margin: 0 auto;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #1b7bca;
		color: #fff;
	}
}






/* contact.html　お問い合わせ
=========================================================================== */

@media (max-width: 767px) {
	.bg_contact01 {
		padding: 30px 0 30px;
		margin: 0 auto 40px;
		background-color: #1a6bbb;
	}

	.bg_contact01 .container>.flex_c {
		border: 1px solid #fff;
		padding: 15px 0 15px;
		background-color: #fff;
		border-radius: 20px;
	}

	h3.contact {
		text-align: center;
		font-size: 1.8rem;
		color: #fff;
		letter-spacing: 0.05em;
		font-weight: 500;
		margin-bottom: 15px;
	}

	h3.contact span {
		color: #87b0e8;
		font-size: 1.7rem;
		display: block;
		letter-spacing: 0;
		margin-bottom: 7px;
	}

	#contact01 .flex_c .cont:first-child {
		margin-bottom: 5px;
	}

	p.tel_contact01 {
		font-size: 3.2rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 33px;
		height: 33px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3.2rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 5px;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 33px;
		height: 33px;
		margin-right: 5px;
	}

	.bg_contact01 p.hour {
		text-align: center;
		font-size: 1.3rem;
	}

	#contact02 h3.contact {
		color: #333;
	}

	p.text_contact02 {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 15px;
		font-weight: 400;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.bg_contact01 {
		padding: 40px 0 40px;
		margin: 0 auto 60px;
		background-color: #1a6bbb;
	}

	.bg_contact01 .container>.flex_c {
		border: 1px solid #fff;
		padding: 25px 0 30px;
		background-color: #fff;
		border-radius: 20px;
	}

	h3.contact {
		text-align: center;
		font-size: 2.2rem;
		color: #fff;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 25px;
	}

	h3.contact span {
		color: #87b0e8;
		font-size: 1.8rem;
		display: block;
		letter-spacing: 0;
		margin-bottom: 7px;
		font-weight: 700;
	}

	#contact01 .flex_c .cont:first-child {
		margin-right: 60px;
	}

	p.tel_contact01 {
		font-size: 4rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		margin-right: 8px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 4rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	.bg_contact01 p.hour {
		text-align: center;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 400;
		color: #333;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}

			#contact02 h3.contact {
		color: #333;
	}
}

@media (min-width: 992px) {
	.bg_contact01 {
		padding: 50px 0 50px;
		margin: 0 auto 70px;
		background-color: #1a6bbb;
	}

	.bg_contact01 .container>.flex_c {
		border: 1px solid #fff;
		padding: 25px 0 30px;
		background-color: #fff;
		border-radius: 20px;
	}

	h3.contact {
		text-align: center;
		font-size: 2.4rem;
		color: #fff;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	h3.contact span {
		color: #87b0e8;
		font-size: 2rem;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	#contact01 .flex_c .cont:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 4.4rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 4.4rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}

	.bg_contact01 p.hour {
		text-align: center;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 400;
		color: #333;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}

		#contact02 h3.contact {
		color: #333;
	}
}

@media (min-width: 1200px) {
	.bg_contact01 {
		padding: 50px 0 50px;
		margin: 0 auto 80px;
		background-color: #1a6bbb;
	}

	.bg_contact01 .container>.flex_c {
		border: 1px solid #fff;
		padding: 25px 0 30px;
		background-color: #fff;
		border-radius: 20px;
	}

	h3.contact {
		text-align: center;
		font-size: 2.7rem;
		color: #fff;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	h3.contact span {
		color: #87b0e8;
		font-size: 1.8rem;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	#contact01 .flex_c .cont:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 5rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 50px;
		margin-right: 5px;
		flex-shrink: 0;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 5rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 50px;
		margin-right: 10px;
		flex-shrink: 0;
	}

	.bg_contact01 p.hour {
		text-align: center;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 400;
		color: #333;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}

	#contact02 h3.contact {
		color: #333;
	}
}

@media (max-width: 991px) {
	#contact02 {
		margin-top: -70px;
		padding-top: 70px;
	}
}

@media (min-width: 992px) {
	#contact02 {
		margin-top: -70px;
		padding-top: 70px;
	}
}

label {
	margin-bottom: 0;
	font-weight: 500;
}

span.red {
	color: #D80C0C;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 8px;
		font-size: 1.5rem;
		font-weight: 500;
		color: #333;
		background-color: #dde8f8;
		padding: 0.2em 0.8em;
		border-radius: 3px;
	}

	table.contact td {
		display: block;
		margin-bottom: 10px;
		font-size: 1.5rem;
		padding-bottom: 10px;
	}

	table.contact span.mini {
		font-size: 1.3rem;
		display: block;
		margin-top: 5px;
	}

	table.contact span.mini b {
		color: #D80C0C;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 30%;
		padding: 15px 10px 15px 20px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
		color: #333;
		background-color: #f0f6ff;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		margin: 0 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
		display: block;
		margin-top: 5px;
	}

	table.contact span.mini b {
		color: #D80C0C;
	}
}

@media (min-width: 992px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 30%;
		padding: 20px 10px 20px 30px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
		color: #333;
		background-color: #f0f6ff;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		margin: 0 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
		display: block;
		margin-top: 5px;
	}

	table.contact span.mini b {
		color: #D80C0C;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 25%;
		padding: 20px 10px 20px 30px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
		color: #333;
		background-color: #f0f6ff;
	}

	table.contact td {
		padding: 20px 10px 20px 30px;
		margin: 0 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
		display: block;
		margin-top: 5px;
	}

	table.contact span.mini b {
		color: #D80C0C;
	}
}

@media (max-width: 767px) {
	p.ttl_contact02 {
		font-size: 1.5rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 20px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	p.ttl_contact02 {
		font-size: 1.8rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 15px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	p.ttl_contact02 {
		font-size: 1.9rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 15px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 32px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		line-height: 16px;
		margin-left: 10px;
		float: right;
		margin-top: 4px;
		border-radius: 3px;
	}
}

@media (min-width: 768px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		line-height: 16px;
		margin-left: 15px;
		float: right;
		margin-right: 5px;
		border-radius: 3px;
		margin-top: 4px;
	}
}

@media (max-width: 767px) {
	input.write {
		padding: 0.4em 0.5em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ccc;
		font-size: 1.6rem;
		color: #333;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.6rem;
		color: #333;
	}
}

@media (min-width: 992px) {
	input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.7rem;
		color: #333;
	}
}

p.text_red {
	color: #ff0000;
	margin-bottom: 3px;
}

@media (max-width: 767px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 130px !important;
	}

	table.contact td input.form150 {
		width: 140px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.2em;
		font-size: 1.5rem;
	}

	table.contact label {
		font-size: 1.5rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.5rem;
	}

	.place_mini ::placeholder {
		color: #fff !important;
	}

	table.contact .place_mini input.form130 {
		width: 55px !important;
		margin-bottom: 5px;
		padding: 0.4em 0.5em !important;
	}
}

@media (min-width: 768px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 100px !important;
	}

	table.contact td input.form150 {
		width: 140px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.place_mini ::placeholder {
		font-size: 1.8rem !important;
	}
}

@media (min-width: 992px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 100px !important;
	}

	table.contact td input.form150 {
		width: 140px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.place_mini ::placeholder {
		font-size: 1.6rem !important;
	}
}

@media (min-width: 1200px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 100px !important;
	}

	table.contact td input.form150 {
		width: 140px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.place_mini ::placeholder {
		font-size: 1.6rem !important;
	}
}

@media (max-width: 767px) {
	.mt_form {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.mt_form {
		margin-top: 15px;
	}
}

.radio_mb {
	margin: 10px 0;
}

@media (max-width: 500px) {
	select {
		max-width: 250px;
		color: #333;
	}
}

select {
	color: #333;
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ccc;
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ccc;
		background-color: #fff;
		font-size: 1.8rem;
		color: #333;
	}
}

@media (max-width: 767px) {
	h4.privacy {
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.inner_privacy {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.3rem;
		line-height: normal;
		padding: 15px 15px 10px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #ebebeb;
		margin-bottom: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #333 !important;
	}

	.inner_privacy h5 {
		font-size: 1.3rem;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
		color: #333;
	}

	p.ttl_privacy {
		font-size: 1.3rem;
		font-weight: bold;
		margin-bottom: 5px;
		color: #333;
	}

	.inner_privacy p.text {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 15px;
		color: #333;
	}

	.inner_privacy p.text span.tel_link {
		border-bottom: 1px solid #333;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.3rem;
		color: #333;
	}
}

@media (min-width: 768px) {
	h4.privacy {
		font-size: 1.8rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 30px;
	}

	.inner_privacy {
		height: 180px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.4rem;
		line-height: normal;
		padding: 20px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #f7f7f7;
		margin-bottom: 25px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}

	.inner_privacy h5 {
		font-size: 1.5rem;
		font-weight: 500;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
		color: #333;
	}

	p.ttl_privacy {
		font-size: 1.4rem;
		font-weight: 400;
		margin-bottom: 5px;
		color: #333;
	}

	.inner_privacy p.text {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 15px;
		font-weight: 400;
		color: #333;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.4rem;
		font-weight: 400;
		color: #333;
	}
}

@media (max-width: 767px) {
	button.comfirm {
		width: 100%;
		max-width: 240px;
		height: 42px;
		text-align: center;
		background-color: #306cbe;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		font-weight: 500;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #4b89df;
	}

	.btn_space {
		width: 100%;
		max-width: 240px;
		margin: 30px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #bbb;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 4%;
		font-weight: 500;
		border-radius: 10px;
	}

	button.back:hover {
		background-color: #ccc;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #306cbe;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		font-weight: 500;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #4b89df;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #306cbe;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		font-weight: 500;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #4b89df;
	}

	.btn_space {
		width: 400px;
		margin: 30px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #949494;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 30px;
		font-weight: 500;
		border-radius: 10px;
	}

	button.back:hover {
		background-color: #b1b1b1;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #306cbe;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		font-weight: 500;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #4b89df;
	}
}

select {
	border: 1px solid #ddd;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
		line-height: 1.8;
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	.agreebox label {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 768px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 992px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.4rem;
		margin-top: 5px;
		color: #555;
	}
}



#contact02 label {
	display: inline-block;
	margin-right: 15px;
	white-space: nowrap;
	color: #333;
}













/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */