@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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;
	position: relative;
}

html {
	position: relative;
}

html::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0abab5;
	z-index: 9999;
}

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;
	}

}



/* header
=========================================================================== */

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 767px) {
	header {
		width: 90%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		top: 0;
		left: 5%;
		z-index: 999;
		height: 60px;
		background-color: #fff;
		border-radius: 0 0 10px 10px;
	}

	h1 {
		width: 200px;
		margin: 7px 0 0 10px;
	}

	.info_h {
		display: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	header {
		width: 94%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		top: 0;
		left: 3%;
		z-index: 999;
		height: 70px;
		background-color: #fff;
		border-radius: 0 0 10px 10px;
	}

	h1 {
		width: 270px;
		margin: 8px 0 0 20px;
	}

	.info_h {
		display: none;
	}
}

@media (min-width: 992px) {
	header {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 91.66666%;
		max-width: 1760px;
		height: 100px;
		position: fixed;
		top: 3px;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
		background-color: #fff;
		border-radius: 0 0 30px 30px;
	}

	.h_fixed {
		background-color: #fff;
		height: 80px;
	}

	.h_fixed:before {
		content: '';
		display: block;
		width: 300%;
		height: 3px;
		background-color: #0abab5;
		position: absolute;
		left: -100%;
		top: -3px;
	}

	.h_fixed h1 {
		width: 200px;
	}

	h1 {
		width: 220px;
		margin: 0 0 0 10px;
	}

	.info_h {
		margin: 0 10px 0 10px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.h_fixed .info_h {
		transform: scale(0.85);
		transform-origin: top center;
		transition: transform 0.3s ease;
		margin: 12px 10px 0 50px;
	}

	.tel_area {
		background-color: #fff;
		border-radius: 7px;
		height: 84px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 160px;
	}

	p.tel_h {
		font-size: 2.1rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 3px;
		color: #0abab5;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h.png) 0 0 /contain no-repeat;
		width: 13px;
		height: 18px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.tel_h span.tel_link {
		color: #0abab5;
	}

	.tel_area p.hour {
		color: #333;
		font-size: 1.2rem;
		text-align: center;
		margin-top: 3px;
		letter-spacing: 0.05em;
	}
}


@media (min-width: 1200px) {
	header {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 91.66666%;
		max-width: 1760px;
		height: 100px;
		position: fixed;
		top: 3px;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
		background-color: #fff;
		border-radius: 0 0 30px 30px;
	}

	.h_fixed {
		background-color: #fff;
		height: 80px;
	}

	.h_fixed:before {
		content: '';
		display: block;
		width: 300%;
		height: 3px;
		background-color: #0abab5;
		position: absolute;
		left: -100%;
		top: -3px;
	}

	.h_fixed h1 {
		width: 280px;
	}

	h1 {
		width: 260px;
		margin: 0px 0 0 20px;
	}

	.info_h {
		margin: 0 10px 0 10px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.h_fixed .info_h {
		transform: scale(0.85);
		transform-origin: top center;
		transition: transform 0.3s ease;
		margin: 12px 10px 0 50px;
	}

	.tel_area {
		background-color: #fff;
		border-radius: 7px;
		height: 84px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 190px;
	}

	p.tel_h {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 3px;
		color: #0abab5;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h.png) 0 0 /contain no-repeat;
		width: 17px;
		height: 22px;
		flex-shrink: 0;
		margin-right: 7px;
	}

	p.tel_h span.tel_link {
		color: #0abab5;
	}

	.tel_area p.hour {
		color: #333;
		font-size: 1.3rem;
		text-align: center;
		margin-top: 5px;
		letter-spacing: 0.05em;
	}
}


@media (min-width: 1540px) {
	header {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 91.66666%;
		max-width: 1760px;
		height: 115px;
		position: fixed;
		top: 3px;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
		background-color: #fff;
		border-radius: 0 0 30px 30px;
	}

	.h_fixed {
		background-color: #fff;
		height: 80px;
	}

	.h_fixed h1 {
		width: 280px;
	}

	h1 {
		width: 330px;
		margin: 0px 0 0 50px;
	}

	.info_h {
		margin: 0 30px 0 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.h_fixed .info_h {
		transform: scale(0.85);
		transform-origin: top center;
		transition: transform 0.3s ease;
		margin: 12px 10px 0 50px;
	}

	.tel_area {
		background-color: #fff;
		border-radius: 7px;
		height: 84px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 240px;
	}

	p.tel_h {
		font-size: 2.7rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 3px;
		color: #0abab5;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h.png) 0 0 /contain no-repeat;
		width: 17px;
		height: 22px;
		flex-shrink: 0;
		margin-right: 7px;
	}

	p.tel_h span.tel_link {
		color: #0abab5;
	}

	.tel_area p.hour {
		color: #333;
		font-size: 1.3rem;
		text-align: center;
		margin-top: 5px;
		letter-spacing: 0.05em;
	}
}

.h_fixed {
	transition: 0.3s;
}





/* ドロワー
--------------------------------------------------------- */

@media (max-width: 767px) {
	.drawer_btn {
		position: absolute;
		top: -5px;
		right: 5px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

@media (min-width: 768px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

.btn_line {
	position: absolute;
	top: 20px;
	right: 10px;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #fff;
	transition: .5s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.is-drawer-open .btn_line {
	background-color: #fff;
}

.btn_line:nth-child(1) {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

.is-drawer-open .btn_line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-drawer-open .btn_line:nth-child(2) {
	opacity: 0;
}

.btn_line:nth-child(3) {
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}

.is-drawer-open .btn_line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 991px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 80%;
		height: 100vh;
		background-color: #333;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 992px) {
	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding: 10px 10px;
	}

	.drawer_inner {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding: 10px 20px;
	}

	.drawer_inner {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
}

@media (min-width: 1500px) {
	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding: 10px 0px;
	}

	.drawer_inner {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
}




/* ドロワー
--------------------------------------------------------- */
@media (max-width: 767px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_btn {
		position: absolute;
		top: 5px;
		right: 10px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

.btn_line {
	position: absolute;
	top: 10px;
	right: 15px;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #0abab5;
	transition: .5s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.is-drawer-open .btn_line {
	background-color: #fff;
}

.btn_line:nth-child(1) {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

.is-drawer-open .btn_line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-drawer-open .btn_line:nth-child(2) {
	opacity: 0;
}

.btn_line:nth-child(3) {
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}

.is-drawer-open .btn_line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 90%;
		height: 100vh;
		background-color: #10b8b2;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 80%;
		height: 100vh;
		background-color: #10b8b2;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 992px) {
	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.drawer_inner {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
}







/* グローバルナビ
  --------------------------------------------------------- */

.gnav_item>a {
	display: block;
	text-decoration: none;
	letter-spacing: .03em;
	font-weight: 500;
	line-height: 1.3;
	transition: background-color .2s, color .2s;
}

@media (max-width: 767px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px dotted #cfcfcf;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.6rem;
	}

	.gnav_item.active>a {
		color: #2efff9;
	}

	.gnav_item>a:hover {
		color: #2efff9;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #2efff9;
		opacity: 1;
		cursor: pointer;
	}

	p.btn_h {
		display: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px solid #cfcfcf;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.8rem;
	}

	.gnav_item.active>a {
		color: #2efff9;
	}

	.gnav_item>a:hover {
		color: #2efff9;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #2efff9;
		opacity: 1;
		cursor: pointer;
	}

	p.btn_h {
		display: none;
	}
}

@media (min-width: 992px) {
	.gnav_items {
		position: relative;
		height: 80px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.3rem;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-right: 8px;
	}

	.gnav .gnav_items>li.active>a {
		color: #0abab5 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #0abab5 !important;
		opacity: 1;
	}

	.gnav_item>a::after {
		width: 100%;
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		height: 1px;
		background-color: #0abab5;
		content: '';
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover::after,
	.gnav_item>a:focus::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@media (min-width: 1200px) {
	.gnav_items {
		position: relative;
		height: 100px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.5rem;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-right: 15px;
	}

	.gnav .gnav_items>li.active>a {
		color: #0abab5 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #0abab5 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		width: 100%;
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		height: 2px;
		background-color: #0abab5;
		content: '';
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover::after,
	.gnav_item>a:focus::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@media (min-width: 1400px) {
	.gnav_items {
		position: relative;
		height: 100px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 80px;
		position: relative;
		text-align: center;
		margin-right: 25px;
	}

	.gnav .gnav_items>li.active>a {
		color: #0abab5 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #0abab5 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		width: 100%;
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		height: 2px;
		background-color: #0abab5;
		content: '';
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover::after,
	.gnav_item>a:focus::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

@media (max-width: 767px) {
	.bg_mainimg {
		width: 95.833333%;
		position: relative;
		margin: 20px auto 0;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 57%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 80%;
		max-width: 360px;
		display: flex;
		flex-direction: column;
		align-items: center;
		z-index: 2;
	}
}

@media (min-width: 768px) {
	.bg_mainimg {
		width: 95.833333%;
		position: relative;
		margin: 20px auto 0;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 46%;
		display: flex;
		flex-direction: column;
		align-items: center;
		z-index: 2;
	}
}

@media (min-width: 992px) {
	.bg_mainimg {
		width: 95.833333%;
		position: relative;
		margin: 20px auto 0;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 40%;
		display: flex;
		flex-direction: column;
		align-items: center;
		z-index: 2;
	}
}

@media (min-width: 1200px) {
	.bg_mainimg {
		width: 95.833333%;
		position: relative;
		margin: 20px auto 0;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 56%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 34.8958%;
		max-width: 670px;
		display: flex;
		flex-direction: column;
		align-items: center;
		z-index: 2;
	}
}






.swiper-container {
	overflow: visible !important;
}

@media (max-width: 767px) {
	.swiper-slide {
		border-radius: 20px !important;
	}
}

@media (min-width: 768px) {
	.swiper-slide {
		border-radius: 20px !important;
	}
}

@media (min-width: 992px) {
	.swiper-slide {
		border-radius: 20px !important;
	}
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.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: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #0abab5 !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 32% !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: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #0abab5 !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) {
	.bg_top01 {
		padding: 60px 0 60px;
	}

	.bg_top01 .container {
		position: relative;
	}

	.bg_top01 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top01.jpg) 0 0 /contain no-repeat;
		width: 660px;
		height: 568px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.cont_top01 {
		width: 100%;
	}

	h2.top01 {
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		text-align: center;
	}

	h2.top01 span {
		color: #0abab5;
		font-size: 3rem;
		display: block;
		margin-bottom: 15px;
		margin-top: 5px;
	}

	h2.top01 span:after {
		content: '';
		display: block;
		width: 20px;
		height: 3px;
		background-color: #0abab5;
		margin: 15px auto 0;
	}

	h3.top01 {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		font-weight: 700;
		margin-bottom: 15px;
	}

	h3.top01 b {
		color: #0abab5;
	}

	.cont_top01 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}

	.cont_top01 .logo {
		flex-shrink: 0;
		width: 100px;
		margin: 0 auto 15px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 50px;
		background-color: #0abab5;
		color: #fff;
		font-size: 1.5rem;
		letter-spacing: 0.03em;
		position: relative;
		border-radius: 50px;
		margin: 0 auto;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 16px;
		height: 11px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: hsl(178, 67%, 50%);
	}

	p.btn_top a:hover:after {
		right: 15px;
	}

	.cont_top01 p.btn_top a {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.bg_top01 {
		padding: 60px 0 60px;
	}

	.bg_top01 .container {
		position: relative;
	}

	.bg_top01 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top01.jpg) 0 0 /contain no-repeat;
		width: 660px;
		height: 568px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.ttl_top01 {
		width: 100px;
		margin-right: 30px;
		flex-shrink: 0;
	}

	.cont_top01 {
		width: 100%;
	}

	h2.top01 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		writing-mode: vertical-rl;
	}

	h2.top01 span {
		color: #0abab5;
		font-size: 4rem;
		display: block;
		margin-right: 15px;
	}

	h3.top01 {
		font-size: 2.1rem;
		letter-spacing: 0.2em;
		line-height: 1.8;
		font-weight: 700;
		margin-bottom: 30px;
	}

	h3.top01 b {
		color: #0abab5;
	}

	.cont_top01 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.cont_top01 .logo {
		flex-shrink: 0;
		margin-right: 40px;
		width: 120px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 290px;
		height: 60px;
		background-color: #0abab5;
		color: #fff;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		position: relative;
		border-radius: 50px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 21px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: hsl(178, 67%, 50%);
	}

	p.btn_top a:hover:after {
		right: 20px;
	}

	.cont_top01 p.btn_top a {
		margin-top: 30px;
		width: 340px;
	}
}

@media (min-width: 992px) {
	.bg_top01 {
		padding: 80px 0 80px;
	}

	.bg_top01 .container {
		position: relative;
	}

	.bg_top01 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top01.jpg) 0 0 /contain no-repeat;
		width: 660px;
		height: 568px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.ttl_top01 {
		width: 150px;
		margin-right: 30px;
		flex-shrink: 0;
	}

	.cont_top01 {
		width: 100%;
	}

	h2.top01 {
		font-size: 2.1rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		writing-mode: vertical-rl;
	}

	h2.top01 span {
		color: #0abab5;
		font-size: 4.6rem;
		display: block;
		margin-right: 20px;
	}

	h3.top01 {
		font-size: 2.3rem;
		letter-spacing: 0.2em;
		line-height: 1.8;
		font-weight: 700;
		margin-bottom: 40px;
	}

	h3.top01 b {
		color: #0abab5;
	}

	.cont_top01 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.cont_top01 .logo {
		flex-shrink: 0;
		margin-right: 60px;
		width: 180px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 340px;
		height: 60px;
		background-color: #0abab5;
		color: #fff;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		position: relative;
		border-radius: 50px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 21px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: hsl(178, 67%, 50%);
	}

	p.btn_top a:hover:after {
		right: 20px;
	}

	.cont_top01 p.btn_top a {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.bg_top01 {
		padding: 100px 0 100px;
	}

	.bg_top01 .container {
		position: relative;
	}

	.bg_top01 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top01.jpg) 0 0 /contain no-repeat;
		width: 778px;
		height: 669px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.ttl_top01 {
		width: 150px;
		margin-right: 50px;
		flex-shrink: 0;
	}

	.cont_top01 {
		width: 100%;
	}

	h2.top01 {
		font-size: 2.1rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		writing-mode: vertical-rl;
	}

	h2.top01 span {
		color: #0abab5;
		font-size: 5.4rem;
		display: block;
		margin-right: 20px;
	}

	h3.top01 {
		font-size: 2.5rem;
		letter-spacing: 0.2em;
		line-height: 1.8;
		font-weight: 700;
		margin-bottom: 40px;
	}

	h3.top01 b {
		color: #0abab5;
	}

	.cont_top01 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.cont_top01 .logo {
		flex-shrink: 0;
		margin-right: 60px;
		width: 199px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 380px;
		height: 70px;
		background-color: #0abab5;
		color: #fff;
		font-size: 1.9rem;
		letter-spacing: 0.1em;
		position: relative;
		border-radius: 50px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 21px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: hsl(178, 67%, 50%);
	}

	p.btn_top a:hover:after {
		right: 20px;
	}

	.cont_top01 p.btn_top a {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	.bg_top01 {
		padding: 100px 0 100px;
	}

	.bg_top01 .container {
		width: 1560px;
		position: relative;
	}

	.bg_top01 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top01.jpg) 0 0 /contain no-repeat;
		width: 778px;
		height: 669px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.ttl_top01 {
		width: 150px;
		margin-right: 50px;
		flex-shrink: 0;
	}

	.cont_top01 {
		width: 100%;
	}

	h2.top01 {
		font-size: 2.1rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		writing-mode: vertical-rl;
	}

	h2.top01 span {
		color: #0abab5;
		font-size: 7rem;
		display: block;
		margin-right: 20px;
	}

	h3.top01 {
		font-size: 2.7rem;
		letter-spacing: 0.2em;
		line-height: 1.8;
		font-weight: 700;
		margin-bottom: 50px;
	}

	h3.top01 b {
		color: #0abab5;
	}

	.cont_top01 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 2;
	}

	.cont_top01 .logo {
		flex-shrink: 0;
		margin-right: 70px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 390px;
		height: 70px;
		background-color: #0abab5;
		color: #fff;
		font-size: 1.9rem;
		letter-spacing: 0.15em;
		position: relative;
		border-radius: 50px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 21px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: hsl(178, 67%, 50%);
	}

	p.btn_top a:hover:after {
		right: 20px;
	}

	.cont_top01 p.btn_top a {
		margin-top: 50px;
	}
}







@media (max-width: 767px) {
	.bg_top02 {
		padding: 0 0 50px;
	}

	.bg_top02 .container {
		position: relative;
	}

	.bg_top02 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.jpg) 0 0 /contain no-repeat;
		width: 778px;
		height: 669px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.pic_top02 {
		position: relative;
		margin-bottom: 15px;
	}

	.pic_top02 img {
		border-radius: 30px;
	}

	h2.top02 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-bottom: 10px;
	}

	h2.top02 span {
		color: #0abab5;
		font-size: 3rem;
		margin-right: 15px;
	}

	.cont_top02 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.cont_top02 p.text {
		font-size: 1.6rem;
		color: #333;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 15px;
		text-align: center;
	}

	.bg_top02 .end {
		align-items: center;
	}
}

@media (min-width: 768px) {
	.bg_top02 {
		padding: 30px 0 100px;
	}

	.bg_top02 .container {
		position: relative;
	}

	.bg_top02 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.jpg) 0 0 /contain no-repeat;
		width: 778px;
		height: 669px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.pic_top02 {
		width: 700px;
		position: relative;
	}

	.pic_top02 img {
		height: 400px;
		object-fit: cover;
		object-position: 100% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	h2.top02 {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		left: 70px;
		top: -35px;
	}

	h2.top02 span {
		color: #0abab5;
		font-size: 5rem;
		margin-right: 50px;
	}

	.cont_top02 {
		background: url(../images/deco_top02.png) 0 0 /cover no-repeat;
		width: 400px;
		height: 320px;
		margin-left: -220px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 0 0 100px;
	}

	.cont_top02 p.text {
		font-size: 2.2rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.bg_top02 {
		padding: 20px 0 100px;
	}

	.bg_top02 .container {
		position: relative;
	}

	.bg_top02 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.jpg) 0 0 /contain no-repeat;
		width: 778px;
		height: 669px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.pic_top02 {
		width: 700px;
		position: relative;
	}

	.pic_top02 img {
		height: 480px;
		object-fit: cover;
		object-position: 100% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	h2.top02 {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		left: 70px;
		top: -35px;
	}

	h2.top02 span {
		color: #0abab5;
		font-size: 5rem;
		margin-right: 50px;
	}

	.cont_top02 {
		background: url(../images/deco_top02.png) 0 0 /cover no-repeat;
		width: 500px;
		height: 400px;
		margin-left: -220px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 0 0 70px;
	}

	.cont_top02 p.text {
		font-size: 2.4rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.bg_top02 {
		padding: 20px 0 100px;
	}

	.bg_top02 .container {
		position: relative;
	}

	.bg_top02 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.jpg) 0 0 /contain no-repeat;
		width: 778px;
		height: 669px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.pic_top02 {
		width: 800px;
		position: relative;
	}

	.pic_top02 img {
		height: 540px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	h2.top02 {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		left: 70px;
		top: -50px;
	}

	h2.top02 span {
		color: #0abab5;
		font-size: 6rem;
		margin-right: 50px;
	}

	.cont_top02 {
		background: url(../images/deco_top02.png) 0 0 /cover no-repeat;
		width: 600px;
		height: 480px;
		margin-left: -220px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 0 0 70px;
	}

	.cont_top02 p.text {
		font-size: 2.7rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}
}

@media (min-width: 1600px) {
	.bg_top02 {
		padding: 30px 0 100px;
	}

	.bg_top02 .container {
		width: 1560px;
		position: relative;
	}

	.bg_top02 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top02.jpg) 0 0 /contain no-repeat;
		width: 778px;
		height: 669px;
		position: absolute;
		right: -50px;
		top: -50px;
		z-index: -1;
	}

	.pic_top02 {
		width: 960px;
		position: relative;
	}

	.pic_top02 img {
		height: 640px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	h2.top02 {
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		left: 70px;
		top: -50px;
	}

	h2.top02 span {
		color: #0abab5;
		font-size: 7.7rem;
		margin-right: 50px;
	}

	.cont_top02 {
		background: url(../images/deco_top02.png) 0 0 /cover no-repeat;
		width: 700px;
		height: 560px;
		margin-left: -100px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 0 0 70px;
	}

	.cont_top02 p.text {
		font-size: 2.9rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}
}






@media (max-width: 767px) {
	.bg_top03 {
		padding: 10px 0 30px;
	}

	.bg_top03 .container {
		position: relative;
	}

	p.en_top03 {
		font-size: 8rem;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		color: #f3f3f3;
		position: absolute;
		top: -50px;
		z-index: -2;
		left: 50%;
		transform: translateX(-50%);
	}

	.ttl_top03 {
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	h2.top03 {
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		width: 20px;
		line-height: 1;
		writing-mode: vertical-rl;
		margin-bottom: 20px;
	}

	.ttl_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 90px;
		height: 123px;
		position: absolute;
		right: 30px;
		top: -10px;
		z-index: -1;
	}

	.dg_top03 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 10px;
	}

	h3.top03 {
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		background-color: #333;
		border-radius: 7px;
		text-align: center;
		padding: 0.7em 1em;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.bg_top03 {
		padding: 10px 0 100px;
	}

	.bg_top03 .container {
		position: relative;
	}

	p.en_top03 {
		font-size: 11rem;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.1em;
		color: #f3f3f3;
		position: absolute;
		top: 18px;
		z-index: -2;
		left: 50%;
		transform: translateX(-50%);
	}

	.ttl_top03 {
		position: relative;
		width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	h2.top03 {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		writing-mode: vertical-rl;
		margin-bottom: 50px;
	}

	.ttl_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 150px;
		height: 215px;
		position: absolute;
		right: -10px;
		top: -50px;
		z-index: -1;
	}

	.dg_top03 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	h3.top03 {
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.15em;
		background-color: #333;
		border-radius: 7px;
		text-align: center;
		padding: 0.7em 1em;
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	.bg_top03 {
		padding: 30px 0 100px;
	}

	.bg_top03 .container {
		position: relative;
	}

	p.en_top03 {
		font-size: 14.5rem;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.1em;
		color: #f3f3f3;
		position: absolute;
		top: -25px;
		z-index: -2;
		left: 50%;
		transform: translateX(-50%);
	}

	.ttl_top03 {
		position: relative;
		width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	h2.top03 {
		font-size: 2.5rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		writing-mode: vertical-rl;
		margin-bottom: 50px;
	}

	.ttl_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 180px;
		height: 245px;
		position: absolute;
		right: -10px;
		top: -50px;
		z-index: -1;
	}

	.dg_top03 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	h3.top03 {
		color: #fff;
		font-size: 1.7rem;
		letter-spacing: 0.15em;
		background-color: #333;
		border-radius: 7px;
		text-align: center;
		padding: 0.7em 1em;
		margin-top: 15px;
	}
}

@media (min-width: 1200px) {
	.bg_top03 {
		padding: 30px 0 100px;
	}

	.bg_top03 .container {
		position: relative;
	}

	p.en_top03 {
		font-size: 17.5rem;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.1em;
		color: #f3f3f3;
		position: absolute;
		top: -55px;
		z-index: -2;
		left: 50%;
		transform: translateX(-50%);
	}

	.ttl_top03 {
		position: relative;
		width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	h2.top03 {
		font-size: 2.5rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		writing-mode: vertical-rl;
		margin-bottom: 50px;
	}

	.ttl_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 180px;
		height: 245px;
		position: absolute;
		right: -10px;
		top: -50px;
		z-index: -1;
	}

	.dg_top03 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	h3.top03 {
		color: #fff;
		font-size: 1.7rem;
		letter-spacing: 0.15em;
		background-color: #333;
		border-radius: 7px;
		text-align: center;
		padding: 0.7em 1em;
		margin-top: 15px;
	}
}

@media (min-width: 1600px) {
	.bg_top03 {
		padding: 50px 0 100px;
	}

	.bg_top03 .container {
		width: 1560px;
		position: relative;
	}

	p.en_top03 {
		font-size: 20rem;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.1em;
		color: #f3f3f3;
		position: absolute;
		top: -70px;
		z-index: -2;
		left: 50%;
		transform: translateX(-50%);
	}

	.ttl_top03 {
		position: relative;
		width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	h2.top03 {
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		writing-mode: vertical-rl;
		margin-bottom: 50px;
	}

	.ttl_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 180px;
		height: 245px;
		position: absolute;
		right: -10px;
		top: -50px;
		z-index: -1;
	}

	.dg_top03 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 30px;
	}

	h3.top03 {
		color: #fff;
		font-size: 2rem;
		letter-spacing: 0.15em;
		background-color: #333;
		border-radius: 7px;
		text-align: center;
		padding: 0.7em 1em;
		margin-top: 15px;
	}
}








@media (max-width: 767px) {
	.bg_top04 {
		padding: 30px 0 80px;
	}

	.bg_top04 .container {
		position: relative;
	}

	h2.top04 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-bottom: 10px;
	}

	h2.top04 span {
		color: #0abab5;
		font-size: 3rem;
		margin-left: 30px;
	}

	.cont_top04 {
		position: relative;
		z-index: 2;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.cont_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_1.png) 0 0 /contain no-repeat;
		width: 70px;
		height: 105px;
		position: absolute;
		left: 0;
		bottom: -50px;
		z-index: -1;
	}

	h3.top04 {
		font-size: 2.1rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 10px;
		text-align: center;
	}

	.cont_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.pic_top04 {
		position: relative;
		margin-bottom: 20px;
	}

	.pic_top04 img {
		border-radius: 30px;
	}

	/* .pic_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_2.png) 0 0 /contain no-repeat;
		width: 95px;
		height: 70px;
		position: absolute;
		right: -10px;
		bottom: -30px;
	} */
}

@media (min-width: 768px) {
	.bg_top04 {
		padding: 30px 0 80px;
	}

	.bg_top04 .container {
		position: relative;
	}

	h2.top04 {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		left: -70px;
		top: -30px;
	}

	h2.top04 span {
		color: #0abab5;
		font-size: 5rem;
		margin-left: 30px;
	}

	.cont_top04 {
		position: relative;
		z-index: 2;
		margin-right: -50px;
		margin-bottom: -100px;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 540px;
		height: 463px;
		padding-left: 120px;
		padding-right: 30px;
	}

	.cont_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_1.png) 0 0 /contain no-repeat;
		width: 70px;
		height: 105px;
		position: absolute;
		left: 30px;
		bottom: 80px;
		z-index: -1;
	}

	h3.top04 {
		font-size: 2.3rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.cont_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.pic_top04 {
		width: 500px;
		position: relative;
	}

	.pic_top04 img {
		height: 400px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	/* .pic_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_2.png) 0 0 /contain no-repeat;
		width: 150px;
		height: 110px;
		position: absolute;
		right: -50px;
		bottom: -40px;
	} */
}

@media (min-width: 992px) {
	.bg_top04 {
		padding: 30px 0 80px;
	}

	.bg_top04 .container {
		position: relative;
	}

	h2.top04 {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		left: 50px;
		top: -30px;
	}

	h2.top04 span {
		color: #0abab5;
		font-size: 5rem;
		margin-left: 30px;
	}

	.cont_top04 {
		position: relative;
		z-index: 2;
		margin-right: -100px;
		margin-bottom: -100px;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 720px;
		height: 617px;
		padding-left: 150px;
	}

	.cont_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_1.png) 0 0 /contain no-repeat;
		width: 100px;
		height: 150px;
		position: absolute;
		left: 100px;
		bottom: 70px;
	}

	h3.top04 {
		font-size: 2.6rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 30px;
	}

	.cont_top04 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}

	.pic_top04 {
		width: 700px;
		position: relative;
	}

	.pic_top04 img {
		height: 480px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	/* .pic_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_2.png) 0 0 /contain no-repeat;
		width: 190px;
		height: 140px;
		position: absolute;
		right: -50px;
		bottom: -40px;
	} */
}

@media (min-width: 1200px) {
	.bg_top04 {
		padding: 50px 0 100px;
	}

	.bg_top04 .container {
		position: relative;
	}

	h2.top04 {
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		left: 250px;
		top: -50px;
	}

	h2.top04 span {
		color: #0abab5;
		font-size: 7.7rem;
		margin-left: 40px;
	}

	.cont_top04 {
		position: relative;
		z-index: 2;
		margin-right: -200px;
		margin-bottom: -100px;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 720px;
		height: 617px;
		padding-left: 100px;
	}

	.cont_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_1.png) 0 0 /contain no-repeat;
		width: 100px;
		height: 150px;
		position: absolute;
		left: 100px;
		bottom: 70px;
	}

	h3.top04 {
		font-size: 2.6rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 30px;
	}

	.cont_top04 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}

	.pic_top04 {
		width: 800px;
		position: relative;
	}

	.pic_top04 img {
		height: 540px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	/* .pic_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_2.png) 0 0 /contain no-repeat;
		width: 190px;
		height: 140px;
		position: absolute;
		right: -50px;
		bottom: -40px;
	} */
}

@media (min-width: 1600px) {
	.bg_top04 {
		padding: 50px 0 100px;
	}

	.bg_top04 .container {
		width: 1560px;
		position: relative;
	}

	h2.top04 {
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		left: 250px;
		top: -50px;
	}

	h2.top04 span {
		color: #0abab5;
		font-size: 7.7rem;
		margin-left: 40px;
	}

	.cont_top04 {
		position: relative;
		z-index: 2;
		margin-right: -100px;
		margin-bottom: -70px;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 842px;
		height: 721px;
		padding-left: 100px;
	}

	.cont_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_1.png) 0 0 /contain no-repeat;
		width: 100px;
		height: 150px;
		position: absolute;
		left: 100px;
		bottom: 70px;
	}

	h3.top04 {
		font-size: 2.9rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}

	.cont_top04 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}

	.pic_top04 {
		width: 960px;
		position: relative;
	}

	.pic_top04 img {
		height: 640px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	/* .pic_top04:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_2.png) 0 0 /contain no-repeat;
		width: 190px;
		height: 140px;
		position: absolute;
		right: -50px;
		bottom: -40px;
	} */
}






@media (max-width: 991px) {
	#company {
		margin-top: -60px;
		padding-top: 60px;
	}
}

@media (min-width: 992px) {
	#company {
		margin-top: -100px;
		padding-top: 100px;
	}
}




@media (max-width: 767px) {
	.bg_top05 {
		padding: 10px 0 40px;
	}

	.bg_top05 .container {
		position: relative;
	}

	.bg_top05 .container>.flex_b {
		flex-direction: column;
	}

	.cont_top05 {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}

	h2.top05 {
		color: #0abab5;
		font-size: 3rem;
		font-weight: 500;
		letter-spacing: 0.1rem;
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}

	h2.top05:after {
		content: '';
		display: block;
		width: 20px;
		height: 3px;
		background-color: #0abab5;
		margin: 15px auto 0;
	}

	table.top05 {
		width: 100%;
	}

	table.top05 th {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		color: #0abab5;
		background-color: #e1f8f5;
		padding: 8px 10px 8px 15px;
		display: block;
		width: 100%;
	}

	table.top05 td {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
		padding: 8px 10px 12px 15px;
		display: block;
		width: 100%;
	}

	.map_top05 {
		width: 100%;
	}

	.map_top05 iframe {
		width: 100%;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_top05 {
		padding: 30px 0 70px;
	}

	.bg_top05 .container {
		position: relative;
	}

	.bg_top05 .container>.flex_b {
		flex-direction: column;
	}

	.cont_top05 {
		width: 100%;
		display: flex;
		flex-direction: row;
		margin-bottom: 40px;
	}

	h2.top05 {
		color: #0abab5;
		font-size: 4.6rem;
		letter-spacing: 0.2em;
		font-weight: 700;
		writing-mode: vertical-rl;
		width: 70px;
		margin-right: 20px;
	}

	table.top05 {
		width: 100%;
		border-top: 1px solid #b4ebe3;
	}

	table.top05 th {
		width: 110px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		color: #0abab5;
		background-color: #f1fffd;
		border-bottom: 1px solid #b4ebe3;
		padding: 12px 10px 12px 15px;
	}

	table.top05 td {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #b4ebe3;
		padding: 12px 10px 12px 20px;
	}

	.map_top05 {
		width: 100%;
	}

	.map_top05 iframe {
		width: 100%;
		height: 400px;
	}
}

@media (min-width: 992px) {
	.bg_top05 {
		padding: 50px 0 100px;
	}

	.bg_top05 .container {
		position: relative;
	}

	.cont_top05 {
		width: 48%;
		display: flex;
		flex-direction: row;
	}

	h2.top05 {
		color: #0abab5;
		font-size: 4.6rem;
		letter-spacing: 0.2em;
		font-weight: 700;
		writing-mode: vertical-rl;
		width: 70px;
		margin-right: 20px;
	}

	table.top05 {
		width: 100%;
		border-top: 1px solid #b4ebe3;
	}

	table.top05 th {
		width: 110px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		color: #0abab5;
		background-color: #f1fffd;
		border-bottom: 1px solid #b4ebe3;
		padding: 12px 10px 12px 15px;
	}

	table.top05 td {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #b4ebe3;
		padding: 12px 10px 12px 20px;
	}

	.map_top05 {
		width: 48%;
	}

	.map_top05 iframe {
		width: 100%;
		height: 500px;
	}
}

@media (min-width: 1200px) {
	.bg_top05 {
		padding: 50px 0 100px;
	}

	.bg_top05 .container {
		position: relative;
	}

	.cont_top05 {
		width: 48%;
		display: flex;
		flex-direction: row;
	}

	h2.top05 {
		color: #0abab5;
		font-size: 5.4rem;
		letter-spacing: 0.2em;
		font-weight: 700;
		writing-mode: vertical-rl;
		width: 70px;
		margin-right: 20px;
	}

	table.top05 {
		width: 100%;
		border-top: 1px solid #b4ebe3;
	}

	table.top05 th {
		width: 120px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		color: #0abab5;
		background-color: #f1fffd;
		border-bottom: 1px solid #b4ebe3;
		padding: 15px 10px 15px 30px;
	}

	table.top05 td {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #b4ebe3;
		padding: 15px 10px 15px 30px;
	}

	.map_top05 {
		width: 48%;
	}

	.map_top05 iframe {
		width: 100%;
		height: 500px;
	}
}

@media (min-width: 1600px) {
	.bg_top05 {
		padding: 50px 0 100px;
	}

	.bg_top05 .container {
		width: 1560px;
		position: relative;
	}

	.cont_top05 {
		width: 48%;
		display: flex;
		flex-direction: row;
	}

	h2.top05 {
		color: #0abab5;
		font-size: 7rem;
		letter-spacing: 0.2em;
		font-weight: 700;
		writing-mode: vertical-rl;
		width: 70px;
		margin-right: 20px;
	}

	table.top05 {
		width: 100%;
		border-top: 1px solid #b4ebe3;
	}

	table.top05 th {
		width: 160px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		color: #0abab5;
		background-color: #f1fffd;
		border-bottom: 1px solid #b4ebe3;
		padding: 20px 10px 20px 40px;
	}

	table.top05 td {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #b4ebe3;
		padding: 20px 10px 20px 30px;
	}

	.map_top05 {
		width: 48%;
	}

	.map_top05 iframe {
		width: 100%;
		height: 500px;
	}
}


@media (max-width: 1599px) {
	.br1600 {
		display: block !important;
	}
}

@media (min-width: 1600px) {
	.br1600 {
		display: none !important;
	}
}





/* フッター
=========================================================================== */

@media (max-width: 767px) {
	.bg_contact_f {
		padding: 50px 0 50px;
		background: url(../images/bg_contact_f_sp.jpg) 80% top /cover no-repeat;
	}

	.bg_contact_f p.ttl {
		text-align: center;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		margin-bottom: 30px;
	}

	.bg_contact_f p.ttl b {
		color: #0abab5;
		display: block;
		font-size: 4.6rem;
		letter-spacing: 0.1em;
		font-weight: 700;
		margin-bottom: 15px;
	}

	p.tel_contact_f {
		font-size: 2.8rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.05em;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 34px;
		flex-shrink: 0;
		margin-right: 7px;
		margin-top: 7px;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	.bg_contact_f p.hour {
		color: #333;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 10px;
		letter-spacing: 0.05em;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 60px;
		background-color: #fff;
		border: 3px solid #0abab5;
		border-radius: 50px;
		color: #0abab5;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		margin-top: 20px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 20px;
		flex-shrink: 0;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.bg_contact_f {
		padding: 120px 0 90px;
		background: url(../images/bg_contact_f.jpg) 84% top /cover no-repeat;
	}

	.bg_contact_f p.ttl {
		text-align: center;
		font-size: 2.1rem;
		font-weight: 500;
		letter-spacing: 0.13em;
		line-height: 1;
		margin-bottom: 60px;
	}

	.bg_contact_f p.ttl b {
		color: #0abab5;
		display: block;
		font-size: 5.6rem;
		letter-spacing: 0.2em;
		font-weight: 700;
		margin-bottom: 25px;
	}

	p.tel_contact_f {
		font-size: 3.2rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.05em;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 31px;
		height: 39px;
		flex-shrink: 0;
		margin-right: 7px;
		margin-top: 7px;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	.bg_contact_f p.hour {
		color: #333;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 10px;
		letter-spacing: 0.05em;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 340px;
		height: 80px;
		background-color: #fff;
		border: 3px solid #0abab5;
		border-radius: 50px;
		color: #0abab5;
		font-size: 2rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		margin-left: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 31px;
		height: 24px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

@media (min-width: 992px) {
	.bg_contact_f {
		padding: 140px 0 110px;
		background: url(../images/bg_contact_f.jpg) 88% top /cover no-repeat;
	}

	.bg_contact_f p.ttl {
		text-align: center;
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-bottom: 70px;
	}

	.bg_contact_f p.ttl b {
		color: #0abab5;
		display: block;
		font-size: 6.4rem;
		letter-spacing: 0.2em;
		font-weight: 700;
		margin-bottom: 25px;
	}

	p.tel_contact_f {
		font-size: 3.6rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.05em;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 35px;
		height: 43px;
		flex-shrink: 0;
		margin-right: 7px;
		margin-top: 7px;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	.bg_contact_f p.hour {
		color: #333;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 10px;
		letter-spacing: 0.05em;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 400px;
		height: 80px;
		background-color: #fff;
		border: 3px solid #0abab5;
		border-radius: 50px;
		color: #0abab5;
		font-size: 2.1rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		margin-left: 70px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 35px;
		height: 28px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

@media (min-width: 1200px) {
	.bg_contact_f {
		padding: 150px 0 120px;
		background: url(../images/bg_contact_f.jpg) 90% top /cover no-repeat;
	}

	.bg_contact_f p.ttl {
		text-align: center;
		font-size: 2.4rem;
		font-weight: 500;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-bottom: 70px;
	}

	.bg_contact_f p.ttl b {
		color: #0abab5;
		display: block;
		font-size: 7rem;
		letter-spacing: 0.2em;
		font-weight: 700;
		margin-bottom: 25px;
	}

	p.tel_contact_f {
		font-size: 4rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.05em;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 35px;
		height: 43px;
		flex-shrink: 0;
		margin-right: 7px;
		margin-top: 7px;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	.bg_contact_f p.hour {
		color: #333;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 10px;
		letter-spacing: 0.05em;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 460px;
		height: 80px;
		background-color: #fff;
		border: 3px solid #0abab5;
		border-radius: 50px;
		color: #0abab5;
		font-size: 2.3rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		margin-left: 70px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 35px;
		height: 28px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

p.btn_contact_f a:hover {
	opacity: 1;
	background-color: #e8fffe;
}




@media (max-width: 767px) {
	footer {
		padding: 50px 0 30px;
		background: url(../images/bg_footer.jpg) 22% top /cover no-repeat;
	}

	.footer_l {
		width: 100%;
	}

	.footer_r {
		width: 100%;
	}

	p.logo_f {
		width: 230px;
		margin: 0 auto 20px;
	}

	p.text_f {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		text-align: center;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 7px;
	}

	span.btn_map_f a img {
		width: 15px;
	}

	p.tel_f {
		color: #333;
		font-size: 2.1rem;
		font-weight: 500;
		letter-spacing: 0;
		text-align: center;
	}

	p.tel_f span.tel_link {
		color: #333;
	}

	ul.fnav {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 25px 0 0;
	}

	ul.fnav li {
		margin-bottom: 8px;
	}

	ul.fnav li a {
		font-size: 1.6rem;
		color: #333;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
		width: 13px;
		height: 13px;
		flex-shrink: 0;
		margin-right: 6px;
	}

	p.copyright {
		width: 100%;
		height: 30px;
		color: #3aa096;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		text-align: center;
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	footer {
		padding: 110px 0 70px;
		background: url(../images/bg_footer.jpg) center top /cover no-repeat;
	}

	.footer_l {
		width: 60%;
	}

	.footer_r {
		width: 32%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}

	p.logo_f {
		width: 400px;
		margin-bottom: 30px;
	}

	p.text_f {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 7px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		color: #333;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0;
	}

	p.tel_f span.tel_link {
		color: #333;
	}

	p.tel_f:first-child {
		margin-right: 20px;
	}

	ul.fnav {
		column-count: 1;
	}

	ul.fnav li {
		margin-bottom: 10px;
	}

	ul.fnav li a {
		font-size: 1.6rem;
		color: #333;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
		width: 17px;
		height: 17px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.copyright {
		width: 100%;
		height: 30px;
		color: #3aa096;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		text-align: center;
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	footer {
		padding: 130px 0 130px;
		background: url(../images/bg_footer.jpg) center top /cover no-repeat;
	}

	.footer_l {
		width: 50%;
	}

	.footer_r {
		width: 48%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}

	p.logo_f {
		width: 400px;
		margin-bottom: 30px;
	}

	p.text_f {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 7px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		color: #333;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0;
	}

	p.tel_f span.tel_link {
		color: #333;
	}

	p.tel_f:first-child {
		margin-right: 20px;
	}

	ul.fnav {
		column-count: 2;
	}

	ul.fnav li {
		margin-bottom: 10px;
		margin-left: 30px;
	}

	ul.fnav li:nth-of-type(1),
	ul.fnav li:nth-of-type(2),
	ul.fnav li:nth-of-type(3) {
		margin-left: 0;
	}

	ul.fnav li a {
		font-size: 1.7rem;
		color: #333;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
		width: 17px;
		height: 17px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.copyright {
		width: 100%;
		height: 30px;
		color: #3aa096;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		text-align: right;
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	footer {
		padding: 150px 0 150px;
		background: url(../images/bg_footer.jpg) center top /cover no-repeat;
	}

	.footer_l {
		width: 50%;
	}

	.footer_r {
		width: 48%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}

	p.logo_f {
		width: 400px;
		margin-bottom: 30px;
	}

	p.text_f {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 7px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		color: #333;
		font-size: 2.3rem;
		font-weight: 500;
		letter-spacing: 0.03em;
	}

	p.tel_f span.tel_link {
		color: #333;
	}

	p.tel_f:first-child {
		margin-right: 20px;
	}

	ul.fnav {
		column-count: 2;
	}

	ul.fnav li {
		margin-bottom: 15px;
		margin-left: 50px;
	}

	ul.fnav li:nth-of-type(1),
	ul.fnav li:nth-of-type(2),
	ul.fnav li:nth-of-type(3) {
		margin-left: 0;
	}

	ul.fnav li a {
		font-size: 1.7rem;
		color: #333;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
		width: 17px;
		height: 17px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.copyright {
		width: 100%;
		height: 30px;
		color: #3aa096;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		text-align: right;
		margin-top: 20px;
	}
}

@media (min-width: 1400px) {
	footer {
		padding: 170px 0 170px;
		background: url(../images/bg_footer.jpg) center top /cover no-repeat;
	}

	footer .container {
		width: 1340px;
	}

	.footer_l {
		width: 50%;
	}

	.footer_r {
		width: 48%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}

	p.logo_f {
		width: 560px;
		margin-bottom: 30px;
	}

	p.text_f {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 7px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		color: #333;
		font-size: 2.1rem;
		font-weight: 700;
		letter-spacing: 0.03em;
	}

	p.tel_f span.tel_link {
		color: #333;
	}

	p.tel_f:first-child {
		margin-right: 20px;
	}

	ul.fnav {
		column-count: 2;
	}

	ul.fnav li {
		margin-bottom: 15px;
		margin-left: 50px;
	}

	ul.fnav li:nth-of-type(1),
	ul.fnav li:nth-of-type(2),
	ul.fnav li:nth-of-type(3) {
		margin-left: 0;
	}

	ul.fnav li a {
		font-size: 1.7rem;
		color: #333;
		letter-spacing: 0.1em;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
		width: 17px;
		height: 17px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.copyright {
		width: 100%;
		height: 30px;
		color: #3aa096;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		text-align: right;
		margin-top: 40px;
	}
}


@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 20px;
		right: 15px;
		width: 30px;
		height: 30px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 50px;
		right: 40px;
		width: 52px;
		height: 52px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 52px;
		height: 52px;
	}
}

@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 50px;
		right: calc(50% - 920px);
		width: 52px;
		height: 52px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 52px;
		height: 52px;
	}
}









/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
	.bg_sub {
        width: 95.833333%;
        position: relative;
        margin: 20px auto 0;
		height: 200px;
		background: url(../images/bg_service.jpg) center center /cover no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 50px;
		border-radius: 20px;
		z-index: 2;
	}

	h2.sub {
		font-size: 2.2rem;
		color: #0abab5;
		text-align: center;
		font-weight: 600;
		letter-spacing: 0.08em;
		line-height: 1.3;
	}

	h2.sub b {
		color: #5dbb94;
		display: block;
		font-size: 1.4rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.bg_sub {
        width: 95.833333%;
        position: relative;
        margin: 20px auto 0;
		height: 300px;
		background: url(../images/bg_service.jpg) center center /cover no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 80px;
		border-radius: 20px;
		z-index: 2;
	}

	h2.sub {
		font-size: 3rem;
		color: #0abab5;
		text-align: center;
		font-weight: 600;
		letter-spacing: 0.08em;
		line-height: 1.3;
	}

	h2.sub b {
		color: #5dbb94;
		display: block;
		font-size: 1.8rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	.bg_sub {
        width: 95.833333%;
        position: relative;
        margin: 20px auto 0;
		height: 360px;
		background: url(../images/bg_service.jpg) center center /cover no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 80px;
		border-radius: 20px;
		z-index: 2;
	}

	h2.sub {
		font-size: 3.6rem;
		color: #0abab5;
		text-align: center;
		font-weight: 600;
		letter-spacing: 0.08em;
		line-height: 1.3;
	}

	h2.sub b {
		color: #5dbb94;
		display: block;
		font-size: 2rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_sub {
		width: 95.83333%;
		margin: 20px auto 0;
		height: 450px;
		background: url(../images/bg_service.jpg) center center /cover no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 120px;
		border-radius: 20px;
		z-index: 2;
	}

	h2.sub {
		font-size: 3.6rem;
		color: #0abab5;
		text-align: center;
		font-weight: 600;
		letter-spacing: 0.08em;
		line-height: 1.3;
	}

	h2.sub b {
		color: #5dbb94;
		display: block;
		font-size: 2rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 8px;
	}
}



/* 

@media (max-width: 767px) {
.bg_about {
	background: url(../images/bg_about_sp.jpg) center center /cover no-repeat;
}

.bg_service {
	background: url(../images/bg_service_sp.jpg) center center /cover no-repeat;
}

.bg_recruit {
	background: url(../images/bg_recruit_sp.jpg) center center /cover no-repeat;
}

.bg_contact {
	background: url(../images/bg_service_sp.jpg) center center /cover no-repeat;
}
}

@media (min-width: 768px) {
.bg_about {
	background: url(../images/bg_about.jpg) center center /cover no-repeat;
}

.bg_service {
	background: url(../images/bg_service.jpg) center bottom /cover no-repeat;
}

.bg_recruit {
	background: url(../images/bg_recruit.jpg) center center /cover no-repeat;
}

.bg_contact {
	background: url(../images/bg_service.jpg) center center /cover no-repeat;
}
}

 */







/* about.html　Kaiyokosanについて
=========================================================================== */

@media (max-width: 767px) {
.bg_about01 {
	padding: 50px 0 30px;
	position: relative;
}

.bg_about01:before {
	content: '';
	display: block;
	background: url(../images/bg_about01.png) 0 0 /contain no-repeat;
	width: 360px;
	height: 660px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.bg_about01 .container {
	position: relative;
}

/* .bg_about01 .container:after {
	content: '';
	display: block;
	background: url(../images/deco_about01.png) 0 0 /contain no-repeat;
	width: 140px;
	height: 72px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transform: rotate(-10deg);
} */

h3.ttl_sub {
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

h3.ttl_sub span {
	color: #10bbb5;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 7px;
}

p.text_about01 {
	font-size: 2rem;
	color: #0abab5;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 50px 0 0 30px;
	line-height: 1.6;
}
}

@media (min-width: 768px) and (max-width:991px) {
.bg_about01 {
	padding: 80px 0 80px;
	position: relative;
}

.bg_about01:before {
	content: '';
	display: block;
	background: url(../images/bg_about01.png) 0 0 /contain no-repeat;
	width: 560px;
	height: 660px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.bg_about01 .container {
	position: relative;
}

/* .bg_about01 .container:after {
	content: '';
	display: block;
	background: url(../images/deco_about01.png) 0 0 /contain no-repeat;
	width: 240px;
	height: 122px;
	position: absolute;
	top: 70px;
	right: 10px;
	z-index: -1;
	transform: rotate(-10deg);
} */

h3.ttl_sub {
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

h3.ttl_sub span {
	color: #10bbb5;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 7px;
}

p.text_about01 {
	font-size: 2.2rem;
	color: #0abab5;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 30px 0 0 60px;
	line-height: 1.8;
}
}

@media (min-width: 992px) {
.bg_about01 {
	padding: 80px 0 80px;
	position: relative;
}

.bg_about01:before {
	content: '';
	display: block;
	background: url(../images/bg_about01.png) 0 0 /contain no-repeat;
	width: 800px;
	height: 660px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.bg_about01 .container {
	position: relative;
}

/* .bg_about01 .container:after {
	content: '';
	display: block;
	background: url(../images/deco_about01.png) 0 0 /contain no-repeat;
	width: 240px;
	height: 122px;
	position: absolute;
	top: 70px;
	right: 10px;
	z-index: -1;
	transform: rotate(-10deg);
} */

h3.ttl_sub {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

h3.ttl_sub span {
	color: #10bbb5;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 7px;
}

p.text_about01 {
	font-size: 2.2rem;
	color: #0abab5;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 30px 0 0 60px;
}
}

@media (min-width: 1200px) {
.bg_about01 {
	padding: 80px 0 80px;
	position: relative;
}

.bg_about01:before {
	content: '';
	display: block;
	background: url(../images/bg_about01.png) 0 0 /contain no-repeat;
	width: 892px;
	height: 735px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.bg_about01 .container {
	position: relative;
}

/* .bg_about01 .container:after {
	content: '';
	display: block;
	background: url(../images/deco_about01.png) 0 0 /contain no-repeat;
	width: 300px;
	height: 152px;
	position: absolute;
	top: 50px;
	right: 10px;
	z-index: -1;
	transform: rotate(-10deg);
} */

h3.ttl_sub {
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

h3.ttl_sub span {
	color: #10bbb5;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 7px;
}

p.text_about01 {
	font-size: 2.4rem;
	color: #0abab5;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 50px 0 0 100px;
}
}






@media (max-width: 767px) {
.bg_about02 {
	padding: 30px 0 50px;
}

ul.about02 {
	margin: 10px 0 30px 0;
}

ul.about02 li {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 500;
}

ul.about02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_about02.png) 0 0 /contain no-repeat;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	margin-right: 12px;
	margin-top: 3px;
}

p.text_seitei {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
.bg_about02 {
	padding: 30px 0 50px;
}

ul.about02 {
	margin: 30px 0 30px 0;
}

ul.about02 li {
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 500;
}

ul.about02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_about02.png) 0 0 /contain no-repeat;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	margin-right: 12px;
	margin-top: 3px;
}

p.text_seitei {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
}

@media (min-width: 992px) {
.bg_about02 {
	padding: 30px 0 50px;
}

ul.about02 {
	margin: 30px 0 30px 50px;
}

ul.about02 li {
	font-size: 1.7rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 500;
}

ul.about02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_about02.png) 0 0 /contain no-repeat;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	margin-right: 12px;
	margin-top: 3px;
}

p.text_seitei {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
}

@media (min-width: 1200px) {
.bg_about02 {
	padding: 40px 0 80px;
}

ul.about02 {
	margin: 40px 0 0 50px;
}

ul.about02 li {
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 500;
}

ul.about02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_about02.png) 0 0 /contain no-repeat;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 15px;
	margin-top: 3px;
}

p.text_seitei {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
}







@media (max-width: 767px) {
.bg_about03 {
	padding: 30px 0 30px;
}

p.text_about03 {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.bg_about03 .container {
	position: relative;
	padding-bottom: 50px;
}

.bg_about03 .container:before {
	content: '';
	display: block;
	background: url(../images/deco_about03.png) 0 0 /contain no-repeat;
	width: 280px;
	height: 120px;
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: -1;
	opacity: 0.3;
}
}

@media (min-width: 768px) {
.bg_about03 {
	padding: 30px 0 30px;
}

p.text_about03 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.bg_about03 .container {
	position: relative;
	padding-bottom: 70px;
}

.bg_about03 .container:before {
	content: '';
	display: block;
	background: url(../images/deco_about03.png) 0 0 /contain no-repeat;
	width: 320px;
	height: 149px;
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: -1;
	opacity: 0.6;
}
}

@media (min-width: 992px) {
.bg_about03 {
	padding: 30px 0 80px;
}

p.text_about03 {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.bg_about03 .container {
	position: relative;
	padding-bottom: 100px;
}

.bg_about03 .container:before {
	content: '';
	display: block;
	background: url(../images/deco_about03.png) 0 0 /contain no-repeat;
	width: 367px;
	height: 171px;
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: -1;
	opacity: 0.6;
}
}

@media (min-width: 1200px) {
.bg_about03 {
	padding: 30px 0 80px;
}

p.text_about03 {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.bg_about03 .container {
	position: relative;
	padding-bottom: 100px;
}

.bg_about03 .container:before {
	content: '';
	display: block;
	background: url(../images/deco_about03.png) 0 0 /contain no-repeat;
	width: 367px;
	height: 171px;
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: -1;
	opacity: 0.6;
}
}










@media (max-width: 767px) {
.bg_about04 {
	padding: 30px 0 50px;
}

ul.about04 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	margin: 50px 0 0;
}

ul.about04 li {
	background-color: #fff;
	font-size: 1.7rem;
	text-align: center;
	padding: 1em 1em;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 3px #c1ece6
}
}

@media (min-width: 768px) {
.bg_about04 {
	padding: 30px 0 50px;
}

ul.about04 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 50px 0 0;
}

ul.about04 li {
	background-color: #fff;
	font-size: 1.7rem;
	text-align: center;
	padding: 1.5em 1em;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 3px #c1ece6
}
}

@media (min-width: 992px) {
.bg_about04 {
	padding: 30px 0 50px;
}

ul.about04 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 50px 0 0;
}

ul.about04 li {
	background-color: #fff;
	font-size: 1.8rem;
	text-align: center;
	padding: 2em 1em;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 3px #c1ece6
}
}

@media (min-width: 1200px) {
.bg_about04 {
	padding: 30px 0 80px;
}

ul.about04 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 50px 0 0;
}

ul.about04 li {
	background-color: #fff;
	font-size: 1.8rem;
	text-align: center;
	padding: 2em 1em;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 3px #c1ece6
}
}





@media (max-width: 767px) {
.bg_about05 {
	padding: 30px 0 40px;
}

}

@media (min-width: 768px) {
.bg_about05 {
	padding: 30px 0 80px;
}

.bg_about05 table.top05 th {
	width: 160px;
	text-align: center;
	padding: 20px 20px;
}
}

@media (min-width: 992px) {
.bg_about05 {
	padding: 30px 0 80px;
}

.bg_about05 table.top05 th {
	width: 180px;
	text-align: center;
	padding: 20px 20px;
}
}

@media (min-width: 1200px) {
.bg_about05 {
	padding: 30px 0 80px;
}

.bg_about05 table.top05 th {
	width: 200px;
	text-align: center;
	padding: 20px 20px;
}
}








/* service.html　事業内容
=========================================================================== */


@media (max-width: 767px) {
.bg_service01 {
		padding: 40px 0 40px;
	}

h3.service01_1 {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
	color: #0abab5;
	margin-bottom: 20px;
}

p.logo_service01 {
	width: 120px;
	flex-shrink: 0;
	margin: 0 auto 20px;
}

.bg_service01 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

h3.service01_2 {
		text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 20px;
}

.cont_service01 {
	width: 100%;
}

.pic_service01 {
	width: 100%;
	margin-bottom: 20px;
}

.pic_service01 img {
	border-radius: 12px;
}

h4.service01 {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
}

@media (min-width: 768px) {
.bg_service01 {
		padding: 70px 0 70px;
	}

h3.service01_1 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 40px;
}

p.logo_service01 {
	width: 200px;
	flex-shrink: 0;
	margin-right: 50px;
}

.bg_service01 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

h3.service01_2 {
		text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 30px;
}

.cont_service01 {
	width: 47%;
}

.pic_service01 {
	width: 47%;
}

.pic_service01 img {
	border-radius: 20px;
}

h4.service01 {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
}

@media (min-width: 992px) {
.bg_service01 {
		padding: 70px 0 70px;
	}

h3.service01_1 {
	text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 50px;
}

p.logo_service01 {
	width: 200px;
	flex-shrink: 0;
	margin-right: 50px;
}

.bg_service01 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

h3.service01_2 {
		text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 30px;
}

.cont_service01 {
	width: 47%;
}

.pic_service01 {
	width: 47%;
}

.pic_service01 img {
	border-radius: 20px;
}

h4.service01 {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
}

@media (min-width: 1200px) {
.bg_service01 {
		padding: 80px 0 80px;
	}

h3.service01_1 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 50px;
}

p.logo_service01 {
	width: 200px;
	flex-shrink: 0;
	margin-right: 70px;
}

.bg_service01 p.text {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

h3.service01_2 {
		text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 40px;
}

.cont_service01 {
	width: 47%;
}

.pic_service01 {
	width: 47%;
}

.pic_service01 img {
	border-radius: 20px;
}

h4.service01 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
}




@media (max-width: 767px) {
.bg_service02 {
	padding: 0 0 0;
}

.cont_service02 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

h3.service02 {
		text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 20px;
}

ul.service02 {
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	line-height: 1.4;
	margin: 0;
}

ul.service02 li {
	margin-bottom: 10px;
}

ul.service02 li b {
	display: inline-block;
	margin-right: 10px;
}

.pic_service02 {
	width: 100%;
	position: relative;
}

.pic_service02 p.pic01 {
	width: 260px;
	margin: 0 auto 40px;
}
}

@media (min-width: 768px) {
.bg_service02 {
	padding: 60px 0 60px;
}

.cont_service02 {
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

h3.service02 {
		text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 40px;
}

ul.service02 {
	font-size: 2rem;
	letter-spacing: 0.3em;
	line-height: 1.4;
	margin: 0;
	padding-left: 30px;
}

ul.service02 li {
	margin-bottom: 20px;
}

ul.service02 li b {
	display: inline-block;
	margin-right: 10px;
}

.pic_service02 {
	width: 47%;
	position: relative;
}

.pic_service02 p.pic01 {
	width: 320px;
	position: absolute;
	left:0;
	top:0;
		z-index: 2;
}

.pic_service02 p.pic02 {
	width: 320px;
	position: absolute;
	right:0;
	bottom:-20px;
}
}

@media (min-width: 992px) {
.bg_service02 {
	padding: 120px 0 120px;
}

.cont_service02 {
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 50px;
}

h3.service02 {
		text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 40px;
}

ul.service02 {
	font-size: 2rem;
	letter-spacing: 0.3em;
	line-height: 1.4;
	margin: 0;
	padding-left: 30px;
}

ul.service02 li {
	margin-bottom: 20px;
}

ul.service02 li b {
	display: inline-block;
	margin-right: 10px;
}

.pic_service02 {
	width: 47%;
	position: relative;
}

.pic_service02 p.pic01 {
	width: 360px;
	position: absolute;
	left:0;
	top:0;
		z-index: 2;
}

.pic_service02 p.pic02 {
	width: 360px;
	position: absolute;
	right:0;
	bottom:-20px;
}
}

@media (min-width: 1200px) {
.bg_service02 {
	padding: 120px 0 120px;
}

.cont_service02 {
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 50px;
}

h3.service02 {
		text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #0abab5;
	margin-bottom: 40px;
}

ul.service02 {
	font-size: 2rem;
	letter-spacing: 0.3em;
	line-height: 1.4;
	margin: 0;
	padding-left: 50px;
}

ul.service02 li {
	margin-bottom: 20px;
}

ul.service02 li b {
	display: inline-block;
	margin-right: 10px;
}

.pic_service02 {
	width: 47%;
	position: relative;
}

.pic_service02 p.pic01 {
	width: 400px;
	position: absolute;
	left:0;
	top:0;
	z-index: 2;
}

.pic_service02 p.pic02 {
	width: 400px;
	position: absolute;
	right:0;
	bottom:-20px;
}
}




@media (max-width: 767px) {
.bg_service03 {
	background-color: #0abab5;
	padding: 50px 0 50px;
	color: #fff;
	margin-top: 60px;
}

h3.service03 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
}

.bg_service03 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 40px;
}

dl.service03 {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ffffff88;
	padding-bottom: 15px;
	counter-increment: service-num;
}

dl.service03_wrap {
	counter-reset: service-num;
}

dl.service03 dt {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	position: relative;
	padding-left: 2em;
}

dl.service03 dt::before {
	content: counter(service-num) ".";
	position: absolute;
	left: 0;
	top: 0;
}

dl.service03 dd {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-left: 2em;
}

.bg_service04 {
	padding: 50px 0 50px;
}

h3.service04 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
}

.bg_service04 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 30px;
	color: #0abab5;
}

ul.service04 {
	list-style: none;
	padding-left: 0;
	counter-reset: num;
}

ul.service04 li {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 15px;
	border-bottom: 1px dashed #68686888;
	padding-bottom: 15px;
	position: relative;
	padding-left: 2em;
	counter-increment: num;
}

ul.service04 li::before {
	content: counter(num) ".";
	position: absolute;
	left: 0;
	top: 0;
}
}

@media (min-width: 768px) {
.bg_service03 {
	background-color: #0abab5;
	padding: 70px 0 70px;
	color: #fff;
	margin-top: 100px;
}

h3.service03 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}

.bg_service03 p.text {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 40px;
}

dl.service03 {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ffffff88;
	padding-bottom: 15px;
	counter-increment: service-num;
}

dl.service03_wrap {
	counter-reset: service-num;
}

dl.service03 dt {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	position: relative;
	padding-left: 2em;
}

dl.service03 dt::before {
	content: counter(service-num) ".";
	position: absolute;
	left: 0;
	top: 0;
}

dl.service03 dd {
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-left: 2em;
}

.bg_service04 {
	padding: 60px 0 60px;
}

h3.service04 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}

.bg_service04 p.text {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 40px;
	color: #0abab5;
}

ul.service04 {
	list-style: none;
	padding-left: 0;
	counter-reset: num;
}

ul.service04 li {
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 15px;
	border-bottom: 1px dashed #68686888;
	padding-bottom: 15px;
	position: relative;
	padding-left: 2em;
	counter-increment: num;
}

ul.service04 li::before {
	content: counter(num) ".";
	position: absolute;
	left: 0;
	top: 0;
}
}

@media (min-width: 992px) {
.bg_service03 {
	background-color: #0abab5;
	padding: 80px 0 80px;
	color: #fff;
	margin-top: 130px;
}

h3.service03 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}

.bg_service03 p.text {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 50px;
}

dl.service03 {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ffffff88;
	padding-bottom: 20px;
	counter-increment: service-num;
}

dl.service03_wrap {
	counter-reset: service-num;
}

dl.service03 dt {
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	position: relative;
	padding-left: 2em;
}

dl.service03 dt::before {
	content: counter(service-num) ".";
	position: absolute;
	left: 0;
	top: 0;
}

dl.service03 dd {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-left: 2em;
}

.bg_service04 {
	padding: 90px 0 90px;
}

h3.service04 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}

.bg_service04 p.text {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 50px;
	color: #0abab5;
}

ul.service04 {
	list-style: none;
	padding-left: 0;
	counter-reset: num;
}

ul.service04 li {
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 20px;
	border-bottom: 1px dashed #68686888;
	padding-bottom: 20px;
	position: relative;
	padding-left: 2em;
	counter-increment: num;
}

ul.service04 li::before {
	content: counter(num) ".";
	position: absolute;
	left: 0;
	top: 0;
}
}

@media (min-width: 1200px) {
.bg_service03 {
	background-color: #0abab5;
	padding: 90px 0 90px;
	color: #fff;
	margin-top: 130px;
}

h3.service03 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}

.bg_service03 p.text {
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 50px;
}

dl.service03 {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ffffff88;
	padding-bottom: 20px;
	counter-increment: service-num;
}

dl.service03_wrap {
	counter-reset: service-num;
}

dl.service03 dt {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	position: relative;
	padding-left: 2em;
}

dl.service03 dt::before {
	content: counter(service-num) ".";
	position: absolute;
	left: 0;
	top: 0;
}

dl.service03 dd {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-left: 2em;
}

.bg_service04 {
	padding: 100px 0 100px;
}

h3.service04 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}

.bg_service04 p.text {
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 50px;
	color: #0abab5;
}

ul.service04 {
	list-style: none;
	padding-left: 0;
	counter-reset: num;
}

ul.service04 li {
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 20px;
	border-bottom: 1px dashed #68686888;
	padding-bottom: 20px;
	position: relative;
	padding-left: 2em;
	counter-increment: num;
}

ul.service04 li::before {
	content: counter(num) ".";
	position: absolute;
	left: 0;
	top: 0;
}
}



/* recruit.html　採用情報
=========================================================================== */


@media (max-width: 767px) {
	.bg_recruit01 {
		padding: 30px 0 80px;
		position: relative;
		z-index: 1;
	}

	.bg_recruit01 .container {
		position: relative;
	}

	h3.recruit01 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1.4;
		color: #0abab5;
		margin-bottom: 15px;
	}

	.cont_recruit01 {
		position: relative;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 500px;
		height: 400px;
		position: absolute;
		left: 0;
		bottom: 50px;
		z-index: -1;
	}

	.cont_recruit01:after {
		content: '';
		display: block;
		background: url(../images/deco_recruit01_2.png) 0 0 /contain no-repeat;
		width: 160px;
		height: 90px;
		position: absolute;
		left: 0;
		bottom: -50px;
		z-index: -1;
		opacity: 0.3;
	}

	.cont_recruit01 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.pic_recruit01 {
		position: relative;
		margin-bottom: 20px;
	}

	.pic_recruit01 img {
		border-radius: 30px;
	}

	.pic_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01_1.png) 0 0 /contain no-repeat;
		width: 95px;
		height: 40px;
		position: absolute;
		right: -10px;
		bottom: -15px;
	}
}

@media (min-width: 768px) {
	.bg_recruit01 {
		padding: 70px 0 70px;
	}

	.bg_recruit01 .container {
		position: relative;
	}

	.pic_recruit01 {
		width: 400px;
		position: relative;
	}

	.pic_recruit01 img {
		height: 340px;
		object-fit: cover;
		object-position: 20% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	.pic_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01_1.png) 0 0 /contain no-repeat;
		width: 150px;
		height: 74px;
		position: absolute;
		left: -50px;
		bottom: -30px;
	}

	.cont_recruit01 {
		position: relative;
		width: 360px;
		padding-left: 50px;
		padding-top: 30px;
	}

	h3.recruit01 {
		font-size: 2.1rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1.4;
		color: #0abab5;
		margin-bottom: 25px;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 600px;
		height: 500px;
		position: absolute;
		top: 50%;
		left: 55%;
		transform: translateY(-50%) translateX(-50%);
		z-index: -1;
		opacity: 0.6;
	}

	.cont_recruit01:after {
		content: '';
		display: block;
		background: url(../images/deco_recruit01_2.png) 0 0 /contain no-repeat;
		width: 240px;
		height: 130px;
		position: absolute;
		right: -100px;
		bottom: -100px;
	}

	.cont_recruit01 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.6;
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.bg_recruit01 {
		padding: 70px 0 70px;
	}

	.bg_recruit01 .container {
		position: relative;
	}

	.pic_recruit01 {
		width: 600px;
		position: relative;
	}

	.pic_recruit01 img {
		height: 400px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	.pic_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01_1.png) 0 0 /contain no-repeat;
		width: 190px;
		height: 140px;
		position: absolute;
		left: -50px;
		bottom: -80px;
	}

	.cont_recruit01 {
		position: relative;
		width: 540px;
		padding-left: 50px;
		padding-top: 30px;
	}

	h3.recruit01 {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1.4;
		color: #0abab5;
		margin-bottom: 25px;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 700px;
		height: 540px;
		position: absolute;
		top: 52%;
		left: 55%;
		transform: translateY(-50%) translateX(-50%);
		z-index: -1;
		opacity: 0.6;
	}

	.cont_recruit01:after {
		content: '';
		display: block;
		background: url(../images/deco_recruit01_2.png) 0 0 /contain no-repeat;
		width: 240px;
		height: 130px;
		position: absolute;
		right: -100px;
		bottom: -100px;
	}

	.cont_recruit01 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.bg_recruit01 {
		padding: 70px 0 70px;
	}

	.bg_recruit01 .container {
		position: relative;
	}

	.pic_recruit01 {
		width: 600px;
		position: relative;
	}

	.pic_recruit01 img {
		height: 400px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;';
		border-radius: 50px;
	}

	.pic_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit01_1.png) 0 0 /contain no-repeat;
		width: 190px;
		height: 140px;
		position: absolute;
		left: -50px;
		bottom: -80px;
	}

	.cont_recruit01 {
		position: relative;
		width: 540px;
		padding-left: 50px;
		padding-top: 30px;
	}

	h3.recruit01 {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1.4;
		color: #0abab5;
		margin-bottom: 30px;
	}

	.cont_recruit01:before {
		content: '';
		display: block;
		background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
		width: 700px;
		height: 600px;
		position: absolute;
		top: 55%;
		left: 45%;
		transform: translateY(-50%) translateX(-50%);
		z-index: -1;
		opacity: 0.6;
	}

	.cont_recruit01:after {
		content: '';
		display: block;
		background: url(../images/deco_recruit01_2.png) 0 0 /contain no-repeat;
		width: 311px;
		height: 169px;
		position: absolute;
		right: -100px;
		bottom: -150px;
	}

	.cont_recruit01 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 40px;
	}
}






@media (max-width: 767px) {
.bg_recruit02 {
	padding: 0 0 30px;
}

h3.recruit02 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.pic_recruit02 {
	width: 100%;
	position: relative;
}

.pic_recruit02 p img {
	border-radius: 20px;
}

.pic_recruit02 .inner {
	width: 100%;
	background-color: #fff;
	padding: 20px 30px 5px;
	border-radius: 30px 30px 0 0;
}

.pic_recruit02 .inner p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
.bg_recruit02 {
	padding: 70px 0 30px;
}

h3.recruit02 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.pic_recruit02 {
	width: 100%;
	position: relative;
}

.pic_recruit02 p img {
	border-radius: 30px;
	height: 520px;
	object-fit: cover;
	object-position: 30% top;
	font-family: 'object-fit: cover; object-position: center top;'
}

.pic_recruit02 .inner {
	width: 90%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -70px;
	transform: translateX(-50%);
	padding: 20px 50px 5px;
	border-radius: 30px 30px 0 0;
}

.pic_recruit02 .inner p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
}

@media (min-width: 992px) {
.bg_recruit02 {
	padding: 70px 0 30px;
}

h3.recruit02 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.pic_recruit02 {
	width: 100%;
	position: relative;
}

.pic_recruit02 p img {
	border-radius: 30px;
	height: 520px;
	object-fit: cover;
	object-position: 30% top;
	font-family: 'object-fit: cover; object-position: center top;'
}

.pic_recruit02 .inner {
	width: 90%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -70px;
	transform: translateX(-50%);
	padding: 20px 100px 5px;
	border-radius: 30px 30px 0 0;
}

.pic_recruit02 .inner p.text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
}

@media (min-width: 1200px) {
.bg_recruit02 {
	padding: 100px 0 70px;
}

h3.recruit02 {
	text-align: center;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.pic_recruit02 {
	width: 100%;
	position: relative;
}

.pic_recruit02 p img {
	border-radius: 30px;
	height: 520px;
	object-fit: cover;
	object-position: 30% top;
	font-family: 'object-fit: cover; object-position: center top;'
}

.pic_recruit02 .inner {
	width: 90%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
	padding: 20px 100px 5px;
	border-radius: 30px 30px 0 0;
}

.pic_recruit02 .inner p.text {
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
}









@media (max-width: 767px) {
		.bg_recruit03 {
		padding: 30px 0 50px;
	}

	h3.recruit03 {
		text-align: center;
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	.pic_recruit03 {
		width: 100%;
		margin: 0 auto 30px;
	}

	.pic_recruit03 p.pic img {
		width: 160px;
		margin: 0 auto 10px;
	}

	.pic_recruit03 p.year {
		font-size: 1.4rem;
		text-align: center;
		margin: 10px 0 0;
	}

	p.name_recruit03 {
		font-size: 1.7rem;
		text-align: center;
	}

	.cont_recruit03 {
		width: 100%;
	}

	.faq {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #0abab5;
	}

	.question {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.question p.en {
		font-size: 2rem;
		color: #0abab5;
		font-weight: 700;
		width: 30px;
		flex-shrink: 0;
	}

	.question p.ttl {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
	}

	.answer {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.answer p.en {
		font-size: 2rem;
		color: #333;
		font-weight: 700;
		width: 30px;
		flex-shrink: 0;
	}

	.answer p.text {
		font-size: 1.5rem;
		line-height: 1.7;
	}

				.message {
		background-color: #f5f5f5;
		padding: 60px 40px 35px;
		position: relative;
		border-radius: 20px;
	}

	.message p.ttl {
		font-size: 1.9rem;
		color: #0abab5;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.4;
		position: absolute;
		left: 2em;
		top: -0.8em
	}

	.message p.text {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
}

@media (min-width: 768px) {
	.bg_recruit03 {
		padding: 110px 0 50px;
	}

	h3.recruit03 {
		text-align: center;
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	.pic_recruit03 {
		width: 30%;
	}

	.pic_recruit03 p.year {
		font-size: 1.4rem;
		text-align: center;
		margin: 15px 0 5px;
	}

	p.name_recruit03 {
		font-size: 1.8rem;
		text-align: center;
	}

	.cont_recruit03 {
		width: 66%;
	}

	.faq {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #0abab5;
	}

	.question {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.question p.en {
		font-size: 2.1rem;
		color: #0abab5;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.question p.ttl {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4;
	}

	.answer {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.answer p.en {
		font-size: 2.1rem;
		color: #333;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.answer p.text {
		font-size: 1.5rem;
		line-height: 1.8;
	}

			.message {
		background-color: #f5f5f5;
		padding: 40px 50px 50px;
		position: relative;
		border-radius: 20px;
	}

	.message p.ttl {
		font-size: 2.1rem;
		color: #0abab5;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		left: 2em;
		top: -0.8em
	}

	.message p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}
}

@media (min-width: 992px) {
		.bg_recruit03 {
		padding: 100px 0 100px;
	}

	h3.recruit03 {
		text-align: center;
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
	}

	.pic_recruit03 {
		width: 25%;
	}

	.pic_recruit03 p.year {
		font-size: 1.5rem;
		text-align: center;
		margin: 15px 0 5px;
	}

	p.name_recruit03 {
		font-size: 1.8rem;
		text-align: center;
	}

	.cont_recruit03 {
		width: 70%;
	}

	.faq {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #0abab5;
	}

	.question {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.question p.en {
		font-size: 2.4rem;
		color: #0abab5;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.question p.ttl {
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.4;
	}

	.answer {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.answer p.en {
		font-size: 2.4rem;
		color: #333;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.answer p.text {
		font-size: 1.5rem;
		line-height: 1.8;
	}

		.message {
		background-color: #f5f5f5;
		padding: 40px 80px 50px;
		position: relative;
		border-radius: 20px;
	}

	.message p.ttl {
		font-size: 2.2rem;
		color: #0abab5;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		left: 2em;
		top: -0.8em
	}

	.message p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
}

@media (min-width: 1200px) {
	.bg_recruit03 {
		padding: 100px 0 100px;
	}

	h3.recruit03 {
		text-align: center;
		font-size: 2.7rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
	}

	.pic_recruit03 {
		width: 30%;
		flex-shrink: 0;
	}

	.pic_recruit03 p.year {
		font-size: 1.5rem;
		text-align: center;
		margin: 15px 0 5px;
	}

	p.name_recruit03 {
		font-size: 2.1rem;
		text-align: center;
	}

	.cont_recruit03 {
		width: 66%;
	}

	.faq {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #0abab5;
	}

	.question {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.question p.en {
		font-size: 2.7rem;
		color: #0abab5;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.question p.ttl {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4;
	}

	.answer {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.answer p.en {
		font-size: 2.7rem;
		color: #333;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.answer p.text {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.message {
		background-color: #f5f5f5;
		padding: 50px 100px 50px;
		position: relative;
		border-radius: 20px;
	}

	.message p.ttl {
		font-size: 2.4rem;
		color: #0abab5;
		font-weight: 700;
		letter-spacing: 0.1em;
		position: absolute;
		left: 2em;
		top: -0.8em
	}

	.message p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
}





@media (max-width: 767px) {
			.bg_recruit04 {
		padding: 0 0 60px;
	}

	ul.nav_recruit04 {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
		margin-bottom: 20px;
	}

	ul.nav_recruit04 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		font-size: 1.6rem;
		color: #0abab5;
		border-radius: 10px;
		padding: 0.6em 1em;
		border: 1px solid #0abab5;
	}

	ul.nav_recruit04 li.active a {
		background-color: #0abab5;
		color: #fff;
	}
	
	table.sub {
		width: 100%;
	}

	table.sub th {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        color: #0abab5;
        background-color: #e1f8f5;
        padding: 8px 10px 8px 15px;
        display: block;
        width: 100%;
    }

	table.sub td {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		padding: 8px 10px 15px 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_recruit04 {
		padding: 0 0 60px;
	}

	ul.nav_recruit04 {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}

	ul.nav_recruit04 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		font-size: 1.8rem;
		color: #0abab5;
		border-radius: 10px;
		padding: 0.6em 1em;
		border: 1px solid #0abab5;
	}

	ul.nav_recruit04 li.active a {
		background-color: #0abab5;
		color: #fff;
	}

	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		width: 200px;
		padding: 15px 30px 15px 0;
		border-bottom: 1px solid #0abab5;
	}

	table.sub td {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding: 15px 0 15px 0;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}
}

@media (min-width: 992px) {
	.bg_recruit04 {
		padding: 0 0 80px;
	}

	ul.nav_recruit04 {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
	}

	ul.nav_recruit04 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		font-size: 2rem;
		color: #0abab5;
		border-radius: 10px;
		padding: 0.7em 1em;
		border: 1px solid #0abab5;
	}

	ul.nav_recruit04 li.active a {
		background-color: #0abab5;
		color: #fff;
	}

	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		width: 200px;
		padding: 25px 30px 25px 0;
		border-bottom: 1px solid #0abab5;
	}

	table.sub td {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding: 25px 0 25px 0;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}
}

@media (min-width: 1200px) {
	.bg_recruit04 {
		padding: 0 0 100px;
	}

	ul.nav_recruit04 {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
	}

	ul.nav_recruit04 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		font-size: 2.1rem;
		color: #0abab5;
		border-radius: 10px;
		padding: 0.7em 1em;
		border: 1px solid #0abab5;
	}

	ul.nav_recruit04 li.active a {
		background-color: #0abab5;
		color: #fff;
	}

	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		width: 300px;
		padding: 20px 30px 20px 50px;
		border-bottom: 1px solid #0abab5;
	}

	table.sub td {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding: 20px 30px 20px 20px;
		border-bottom: 1px solid #ccc;
		line-height: 1.8;
	}
}






/* contact.html　お問い合わせ
=========================================================================== */

@media (max-width: 767px) {
	.bg_contact01 {
		padding: 30px 0 0;
	}

	.bg_contact02 {
		padding: 40px 0 40px;
	}

	.bg_contact01 .container {
		background-color: #fff;
	}

	h3.sub {
		font-size: 1.8rem;
		text-align: center;
		line-height: 1;
		letter-spacing: 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #777;
		padding-bottom: 15px;
		font-weight: 500;
	}

	h3.sub span {
		color: #10bbb5;
		display: block;
		font-size: 1.4rem;
		margin-bottom: 7px;
	}

	.inner_contact01 {
		background-color: #eef9f3;
		margin: 0 auto;
		border-radius: 10px;
		padding: 20px 20px;
	}

	#contact01 .container>.flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 10px;
	}

	p.tel_contact01 {
		font-size: 2.5rem;
		font-weight: 700;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 5px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 28px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 2.5rem;
		font-weight: 700;
		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: 28px;
		height: 28px;
		margin-right: 7px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
		margin-bottom: 30px;
		font-weight: 500;
	}

	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 0;
	}

	.bg_contact02 {
		padding: 50px 0 70px;
	}

	.bg_contact01 .container {
		background-color: #fff;
	}

	h3.sub {
		font-size: 2.1rem;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
		border-bottom: 1px solid #777;
		padding-bottom: 20px;
		font-weight: 500;
	}

	h3.sub span {
		color: #10bbb5;
		display: block;
		font-size: 1.5rem;
		margin-bottom: 10px;
		font-weight: 500;
	}

	.inner_contact01 {
		background-color: #eef9f3;
		margin: 0 auto;
		border-radius: 14px;
		padding: 40px 50px;
	}

	#contact01 .container>.flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 10px;
	}

	p.tel_contact01 {
		font-size: 3rem;
		font-weight: 700;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 70px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 32px;
		height: 32px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3rem;
		font-weight: 700;
		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: 32px;
		height: 32px;
		margin-right: 10px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 30px;
		font-weight: 500;
	}

	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: 992px) {
	.bg_contact01 {
		padding: 50px 0 0;
	}

	.bg_contact02 {
		padding: 60px 0 70px;
	}

	.bg_contact01 .container {
		background-color: #fff;
	}

	h3.sub {
		font-size: 2.4rem;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		border-bottom: 1px solid #777;
		padding-bottom: 20px;
	}

	h3.sub span {
		color: #10bbb5;
		display: block;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.inner_contact01 {
		background-color: #eef9f3;
		margin: 0 auto;
		border-radius: 14px;
		padding: 40px 50px;
	}

	#contact01 .container>.flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 16px;
	}

	p.tel_contact01 {
		font-size: 3.4rem;
		font-weight: 700;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 70px;
	}

	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: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3.4rem;
		font-weight: 700;
		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;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 30px;
		font-weight: 500;
	}

	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: 1200px) {
	.bg_contact01 {
		padding: 70px 0 0;
	}

	.bg_contact02 {
		padding: 70px 0 80px;
	}

	.bg_contact01 .container {
		background-color: #fff;
	}

	h3.sub {
		font-size: 2.8rem;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		border-bottom: 1px solid #777;
		padding-bottom: 20px;
	}

	h3.sub span {
		color: #10bbb5;
		display: block;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.inner_contact01 {
		background-color: #eef9f3;
		margin: 0 auto;
		border-radius: 14px;
		padding: 40px 50px;
	}

	#contact01 .container>.flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 16px;
	}

	p.tel_contact01 {
		font-size: 4rem;
		font-weight: 500;
		letter-spacing: 0.03em;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 70px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 39px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 4rem;
		font-weight: 500;
		letter-spacing: 0.03em;
		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: 10px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 30px;
		font-weight: 500;
	}

	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 (max-width: 991px) {
	#contact02 {
		margin-top: -60px;
		padding-top: 60px;
	}
}

@media (min-width: 992px) {
	#contact02 {
		margin-top: -60px;
		padding-top: 60px;
	}
}

span.red {
	color: #ff0000;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		color: #fff;
		padding: 0.4em 1em 0.4em 1em;
		background-color: #03a7a2;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	table.contact td {
		display: block;
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 30%;
		padding: 15px 10px 15px 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
		color: #049995;
	}

	table.contact td {
		padding: 15px 25px 15px 25px;
		background-color: #fff;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
	}
}

@media (min-width: 992px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 25%;
		padding: 15px 10px 15px 25px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
		color: #049995;
	}

	table.contact td {
		padding: 15px 25px 15px 25px;
		background-color: #fff;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 25%;
		padding: 15px 10px 15px 25px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
		color: #049995;
	}

	table.contact td {
		padding: 15px 25px 15px 25px;
		background-color: #fff;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
	}
}

@media (max-width: 767px) {
	dl.address {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}

	dl.address dt {
		flex-shrink: 0;
		font-weight: 700;
		margin-bottom: 10px;
		font-size: 1.5rem;
		color: #fff;
		background-color: #03a7a2;
		padding: 0.3em 1em;
		border-radius: 5px;
	}

	dl.address dd {
		width: 100%;
	}

	dl.address:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	dl.address {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	dl.address dt {
		width: 100px;
		flex-shrink: 0;
		font-size: 1.5rem;
	}

	dl.address dd {
		width: 100%;
	}

	dl.address:last-child {
		margin-bottom: 0;
	}
}

@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: 10px;
		line-height: 16px;
		float: right;
		margin-top: 2px;
	}
}

@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: 10px;
		line-height: 16px;
		margin-left: 15px;
		float: right;
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
	table.contact td input.write {
		padding: 0.4em 0.5em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ddd;
		background-color: #f3f3f3;
	}
}

@media (min-width: 768px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ddd;
		background-color: #f3f3f3;
		border-radius: 4px;
		font-size: 1.7rem;
	}
}

@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: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.2em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.5rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.6rem;
	}

	.place_mini ::placeholder {
		color: #fff !important;
	}

	table.contact .place_mini input.form130 {
		width: 50px !important;
		margin-bottom: 5px;
		padding: 0.2em 0.5em !important;
	}

	.sp_none {
		display: none !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: 130px !important;
	}

	table.contact td input.form150 {
		width: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.6rem;
	}

	.place_mini ::placeholder {
		font-size: 1.4rem !important;
	}
}

@media (max-width: 500px) {
	select {
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #f3f3f3;
		border-radius: 4px;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #f3f3f3;
		font-size: 1.8rem;
		border-radius: 4px;
	}
}

@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: #fff;
		margin-bottom: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 1.3rem;
		font-weight: 700;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 1.3rem;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.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;
	}
}

@media (min-width: 768px) {
	h4.privacy {
		font-size: 1.5rem;
		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: #fff;
		margin-bottom: 25px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 1.5rem;
		font-weight: 700;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 1.4rem;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.3rem;
	}

	.inner_privacy p.text_r {
		text-align: right;
		padding-right: 1.5em;
		margin-top: 1em;
	}


}

@media (max-width: 767px) {
	button.comfirm {
		width: 100%;
		max-width: 240px;
		height: 42px;
		text-align: center;
		background-color: #10bbb5;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		border-radius: 5px;
	}

	button.comfirm:hover {
		background-color: #21d8d2;
	}

	.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: #999;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 4%;
		border-radius: 5px;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #10bbb5;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 5px;
	}

	button.send:hover {
		background-color: #21d8d2;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #10bbb5;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		border-radius: 5px;
	}

	button.comfirm:hover {
		background-color: #21d8d2;
	}

	.btn_space {
		width: 400px;
		margin: 40px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #999;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 30px;
		border-radius: 5px;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #10bbb5;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 5px;
	}

	button.send:hover {
		background-color: #21d8d2;
	}
}

select {
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	border-radius: 4px;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
	}
}

@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;
	}
}












/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */