@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@700&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: 15px;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}

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

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

ul {
	padding: 0;
}

li {
	list-style: none;
}

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

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

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

/*IE11*/

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

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

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

.clearfix {
	min-height: 1px;
}

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

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

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

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

.left {
	float: left;
}

.right {
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fwb {
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.underline {
	text-decoration: underline;
}

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

.pos {
	position: relative;
}

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

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

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

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

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

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

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

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

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

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

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

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

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}


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

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

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

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

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

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

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

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

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

@media (min-width: 421px) {

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}


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

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

.logo_h a {
	display: block;
}

@media (max-width: 330px) {
	.logo_h {
		width: 110px;
		margin: 10px 0 0 10px;
	}
}

@media (min-width: 331px) {
	.logo_h {
		width: 110px;
		margin: 10px 0 0 10px;
	}
}

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

}


@media (max-width: 767px) {
	header {
		width: 100%;
		height: 60px;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logo_h {
		width: 180px;
		margin: 10px 0 0 10px;
	}

	p.tel_h {
		display: none;
	}

	p.btn_h {
		display: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	header {
		width: 100%;
		height: 70px;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logo_h {
		width: 220px;
		margin: 15px 0 0 20px;
	}

	p.tel_h {
		display: none;
	}

	p.btn_h {
		display: none;
	}
}

@media (min-width: 992px) {
	header {
		width: 100%;
		height: 120px;
		padding: 0 10px 0 10px;
		max-width: 1920px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 50%;
		left:inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
	}

	.logo_h {
		width:240px;
		margin: 0;
	}

	p.tel_h {
		font-size: 30px;
		font-family: 'Baloo Thambi 2', system-ui;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}
	
	p.tel_h span.tel_link {
		color: #222;
	}
	
	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 80px;
		background-color: #FFDE3D;
		border-radius: 18px;
		margin-left: 20px;
	}

	p.btn_h a img {
		width: 24px;
	}
}

@media (min-width: 1200px) {
	header {
		width: 100%;
		height: 120px;
		padding: 0 0 0 30px;
		max-width: 1920px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 50%;
		left:inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
	}

	.logo_h {
		width:280px;
		margin: 0;
	}

	p.tel_h {
		font-size: 35px;
		font-family: 'Baloo Thambi 2', system-ui;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}
	
	p.tel_h span.tel_link {
		color: #222;
	}
	
	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 26px;
		margin-right: 5px;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 90px;
		background-color: #FFDE3D;
		border-radius: 24px;
		margin-left: 50px;
	}

	p.btn_h a img {
		width: 30px;
	}
}

p.btn_h a:hover {
	opacity: 1;
	background-color: #ffe771;
}


@media (min-width: 1400px) {
	header {
		width: 100%;
		height: 120px;
		padding: 0 0 0 30px;
		max-width: 1920px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 50%;
		left:inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
	}

	.logo_h {
		width:280px;
		margin: 0;
	}

	p.tel_h {
		font-size: 35px;
		font-family: 'Baloo Thambi 2', system-ui;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}
	
	p.tel_h span.tel_link {
		color: #222;
	}
	
	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 26px;
		margin-right: 5px;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 90px;
		background-color: #FFDE3D;
		border-radius: 24px;
		margin-left: 50px;
	}

	p.btn_h a img {
		width: 30px;
	}
}
















/* ドロワー
--------------------------------------------------------- */

.drawer_btn {
	position: absolute;
	top: 10px;
	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: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #333;
	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: #333;
}

.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: #FFD309;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.drawer_bg .flex_e {
		justify-content: flex-start;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 12px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	.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;
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 992px) {
	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 10px 0;
		margin-right: 0;
	}

	.drawer_inner {
		display: flex;
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding: 10px 20px;
	}
}


/* グローバルナビ
  --------------------------------------------------------- */

.gnav_item>a {
	display: block;
	text-decoration: none;
	letter-spacing: .06em;
	font-weight: 500;
	line-height: 1.5;
	transition: background-color .2s, color .2s;
}

@media (max-width: 767px) {
	.gnav_items {
		padding-right: 0vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
	}

	.gnav_item+.gnav_item {
		margin-top: 5px;
	}

	.gnav_item>a {
		padding: 0.4em 0 0.4em 0.5em;
		color: #333;
		text-align: left;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 14px;
		border-radius: 5px;
	}

	.gnav_item>a span {
		font-size: 10px;
		display: inline-block;
		margin-left: 15px;
		color: #333;
		opacity: 0.5;
	}

	.gnav_item.active>a {
		background-color: #2971bb;
		color: #fff;
	}

	.gnav li a:hover {
		background-color: #2971bb;
		opacity: 1;
		cursor: pointer;
		color: #fff;
	}
}

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

	.gnav_items {
		padding-right: 0vw;
		padding-left: 3vw;
	}

	.gnav_item {
		position: relative;
	}

	.gnav_item+.gnav_item {
		margin-top: 5px;
	}

	.gnav_item>a {
		padding: .7em 2em .7em 2em;
		color: #333;
		text-align: left;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 17px;
		border-radius: 5px;
	}

	.gnav_item>a span {
		font-size: 10px;
		display: inline-block;
		margin-left: 15px;
		color: #333;
		opacity: 0.5;
	}

	.gnav_item.active>a {
		background-color: #2971bb;
		color: #fff;
	}

	.gnav li a:hover {
		background-color: #2971bb;
		opacity: 1;
		cursor: pointer;
		color: #fff;
	}
}

@media (min-width: 992px) {
	.nav_tel {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.gnav_items {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.gnav_item+.gnav_item {
		margin-left: 15px;
	}

	.gnav_item>a {
		position: relative;
		font-size: 14px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: #333 !important;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		line-height: 1;
		padding: 0 5px 18px;
	}

	.gnav_item>a::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 4px;
		background-color: #FFDE3D;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}

	.gnav_item>a:hover::after,
	.gnav_item>a:focus::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	.gnav_item.is-current>a::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.gnav li.active a {
		color: #333 !important;
	}

	.gnav li.active a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	.gnav li a:hover {
		color: #333 !important;
		opacity: 1;
	}

	#sub .gnav li.active a {
		color: #333 !important;
	}

	#sub .gnav li a:hover {
		color: #333 !important;
	}
}

@media (min-width: 1200px) {
	.nav_tel {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.gnav_items {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.gnav_item+.gnav_item {
		margin-left: 15px;
	}

	.gnav_item>a {
		position: relative;
		font-size: 15px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: #333 !important;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		line-height: 1;
		padding: 0 5px 18px;
	}

	.gnav_item>a::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 4px;
		background-color: #FFDE3D;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}

	.gnav_item>a:hover::after,
	.gnav_item>a:focus::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	.gnav_item.is-current>a::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.gnav li.active a {
		color: #333 !important;
	}

	.gnav li.active a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	.gnav li a:hover {
		color: #333 !important;
		opacity: 1;
	}

	#sub .gnav li.active a {
		color: #333 !important;
	}

	#sub .gnav li a:hover {
		color: #333 !important;
	}
}

@media (min-width: 1400px) {
	.nav_tel {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.gnav_items {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.gnav_item+.gnav_item {
		margin-left: 40px;
	}

	.gnav_item>a {
		position: relative;
		font-size: 15px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: #333 !important;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		line-height: 1;
		padding: 0 10px 18px;
	}

	.gnav_item>a::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 4px;
		background-color: #FFDE3D;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}

	.gnav_item>a:hover::after,
	.gnav_item>a:focus::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	.gnav_item.is-current>a::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.gnav li.active a {
		color: #333 !important;
	}

	.gnav li.active a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	.gnav li a:hover {
		color: #333 !important;
		opacity: 1;
	}

	#sub .gnav li.active a {
		color: #333 !important;
	}

	#sub .gnav li a:hover {
		color: #333 !important;
	}
}



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

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

@media (max-width: 767px) {
	.bg_mainimg {
		width: 100%;
		height: 320px;
		position: relative;
	}
	
	.bg_mainimg .inner {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 22;
		width:95%;
		max-width: 500px;
	}
}

@media (min-width: 768px) {
	.bg_mainimg {
		width: 100%;
		height: 570px;
		position: relative;
	}
	
	.bg_mainimg .inner {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 22;
		width:90%;
		max-width: 1440px;
	}
}

@media (min-width: 992px) {
	.bg_mainimg {
		width: 100%;
		height: 670px;
		position: relative;
	}
	
	.bg_mainimg .inner {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 22;
		width:90%;
		max-width: 1440px;
	}
}

@media (min-width: 1200px) {
	.bg_mainimg {
		width: 100%;
		height: 770px;
		position: relative;
	}
	
	.bg_mainimg .inner {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 22;
		width:85%;
		max-width: 1440px;
	}
}

@media (min-width: 1500px) {
	.bg_mainimg {
		width: 100%;
		height: 970px;
		position: relative;
	}
	
	.bg_mainimg .inner {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 22;
		width:75%;
		max-width: 1440px;
	}
}


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

.swiper-slide img {
	width: 100%;
	height: auto;
	/*	border-radius: 50px;*/
}

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

@media (max-width: 767px) {

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

@keyframes zoomUp {
	0% {
	 transform: scale(1);
	}
   
	100% {
	 transform: scale(1.05);
	}
   }
   
   .swiper-slide-active .slide-img,
   .swiper-slide-duplicate-active .slide-img,
   .swiper-slide-prev .slide-img {
	animation: zoomUp 1s 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: #2C85C7 !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 33% !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: 12px !important;
		height: 12px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #2C85C7 !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: bbb;
	}
}

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: bbb;
	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: 0 0 60px;
	}
	
	.pic_top01 {
		width: 100%;
		margin: 25px auto 0;
	}

	.pic_top01 img {
		max-width: 240px;
	}
	
	.cont_top01 {
		width: 100%;
	}
	
	.cont_top01 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 21px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.cont_top01 h2 span {
		font-size: 12px;
		margin-bottom: 10px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top01 p.text {
		font-size: 14px;
		line-height: 1.8;
	}
	
	.mb_text {
		margin-bottom: 20px;
	}
	
	ul.top01 {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 25px 0 0;
	}
	
	ul.top01 li a {
		display: block;
		margin-right: 15px;
		text-align: center;
		font-size: 14px;
		line-height: 1.6;
		color: #333;
		letter-spacing: 0.05em;
	}
	
	ul.top01 li:last-child a {
		margin-right: 0;
	}
	
	ul.top01 li a p.icon {
		margin-bottom: 10px;
	}

	ul.top01 li a p.icon img {
		width: 40px;
	}
}

@media (min-width: 768px) {
	.bg_top01 {
		padding: 0 0 60px;
	}
	
	.pic_top01 {
		width: 44%;
	}
	
	.cont_top01 {
		width: 52%;
	}
	
	.cont_top01 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 23px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 25px;
	}
	
	.cont_top01 h2 span {
		font-size: 16px;
		margin-bottom: 15px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top01 p.text {
		font-size: 15px;
		line-height: 1.8;
	}
	
	.mb_text {
		margin-bottom: 20px;
	}
	
	ul.top01 {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 30px 0 0;
	}
	
	ul.top01 li a {
		display: block;
		margin-right: 30px;
		text-align: center;
		font-size: 15px;
		line-height: 1.6;
		color: #333;
		letter-spacing: 0.1em;
	}
	
	ul.top01 li:last-child a {
		margin-right: 0;
	}
	
	ul.top01 li a p.icon {
		margin-bottom: 10px;
	}

	ul.top01 li a p.icon img {
		width: 50px;
	}
}

@media (min-width: 992px) {
	.bg_top01 {
		padding: 0 0 80px;
	}
	
	.pic_top01 {
		width: 44%;
	}
	
	.cont_top01 {
		width: 52%;
	}
	
	.cont_top01 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 26px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 25px;
	}
	
	.cont_top01 h2 span {
		font-size: 17px;
		margin-bottom: 15px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top01 p.text {
		font-size: 16px;
		line-height: 2;
	}
	
	.mb_text {
		margin-bottom: 25px;
	}
	
	ul.top01 {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 40px 0 0;
	}
	
	ul.top01 li a {
		display: block;
		margin-right: 50px;
		text-align: center;
		font-size: 15px;
		line-height: 1.6;
		color: #333;
		letter-spacing: 0.1em;
	}
	
	ul.top01 li:last-child a {
		margin-right: 0;
	}
	
	ul.top01 li a p.icon {
		margin-bottom: 10px;
	}

	ul.top01 li a p.icon img {
		width: 70px;
	}
}

@media (min-width: 1200px) {
	.bg_top01 {
		padding: 0 0 80px;
	}
	
	.pic_top01 {
		width: 44%;
	}
	
	.cont_top01 {
		width: 52%;
	}
	
	.cont_top01 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 30px;
	}
	
	.cont_top01 h2 span {
		font-size: 19px;
		margin-bottom: 15px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top01 p.text {
		font-size: 16px;
		line-height: 2;
	}
	
	.mb_text {
		margin-bottom: 30px;
	}
	
	ul.top01 {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 40px 0 0;
	}
	
	ul.top01 li a {
		display: block;
		margin-right: 50px;
		text-align: center;
		font-size: 15px;
		line-height: 1.6;
		color: #333;
		letter-spacing: 0.1em;
	}
	
	ul.top01 li:last-child a {
		margin-right: 0;
	}
	
	ul.top01 li a p.icon {
		margin-bottom: 10px;
	}

	ul.top01 li a p.icon img {
		width: 80px;
	}
}

@media (min-width: 1300px) {
	.bg_top01 {
		padding: 0 0 80px;
	}
	
	.bg_top01 .container {
		width: 1240px;
	}
	
	.pic_top01 {
		width: 41%;
	}
	
	.cont_top01 {
		width: 56%;
	}
	
	.cont_top01 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 30px;
	}
	
	.cont_top01 h2 span {
		font-size: 19px;
		margin-bottom: 15px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top01 p.text {
		font-size: 16px;
		line-height: 2;
	}
	
	.mb_text {
		margin-bottom: 30px;
	}
	
	ul.top01 {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 40px 0 0;
	}
	
	ul.top01 li a {
		display: block;
		margin-right: 50px;
		text-align: center;
		font-size: 15px;
		line-height: 1.6;
		color: #333;
		letter-spacing: 0.1em;
	}
	
	ul.top01 li:last-child a {
		margin-right: 0;
	}
	
	ul.top01 li a p.icon {
		margin-bottom: 10px;
	}
}

@media (max-width: 1299px) {
	.br1300 {
		display: none !important;
	}
}

@media (min-width: 1300px) {
	.br1300 {
		display: block;
	}
}




@media (max-width: 767px) {
	.bg_top02 {
		padding: 0 0 60px;
	}
	
	h2.top02 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 21px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_blue.png) center center /80px auto no-repeat;
		height: 80px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 20px;
		margin-bottom: 25px;
	}
	
	.cont_top02 {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.cont_top02 a {
		display: block;
	}
	
	.cont_top02 a:hover {
		opacity: 0.85;
	}
	
	.cont_top02 .pic {
		position: relative;
	}
	
	.cont_top02 .pic img {
		border-radius: 30px;
	}
	
	p.deco_top02 {
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}

	h3.top02 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
		color: #1A2950;
		padding-top: 25px;
		margin-bottom: 10px;
	}
	
	.cont_top02 p.text {
		text-align: center;
		font-size: 14px;
		line-height: 1.8;
		color: #333;
	}
	
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		background-color: #FFDE3D;
		color: #333;
		font-size: 14px;
		letter-spacing: 0.05em;
		border-radius: 30px;
		position: relative;
		margin: 0 auto 0;
	}
	
	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_black.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 13px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}
	
	p.btn_top a:hover {
		opacity: 1;
		background-color: rgb(247, 218, 74);
	}
	
	p.btn_top a:hover:after {
		right: 15px;
	}
}

@media (min-width: 768px) {
	.bg_top02 {
		padding: 0 0 60px;
	}
	
	h2.top02 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 24px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_blue.png) center center /100px auto no-repeat;
		height: 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
		margin-bottom: 25px;
	}
	
	.cont_top02 {
		width: 47%;
	}
	
	.cont_top02 a {
		display: block;
	}
	
	.cont_top02 a:hover {
		opacity: 0.85;
	}
	
	.cont_top02 .pic {
		position: relative;
	}
	
	.cont_top02 .pic img {
		border-radius: 30px;
	}
	
	p.deco_top02 {
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}

	h3.top02 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 20px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
		color: #1A2950;
		padding-top: 30px;
		margin-bottom: 15px;
	}
	
	.cont_top02 p.text {
		text-align: center;
		font-size: 15px;
		line-height: 1.8;
		color: #333;
	}
	
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 54px;
		background-color: #FFDE3D;
		color: #333;
		font-size: 16px;
		letter-spacing: 0.05em;
		border-radius: 30px;
		position: relative;
		margin: 30px auto 0;
	}
	
	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_black.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}
	
	p.btn_top a:hover {
		opacity: 1;
		background-color: rgb(247, 218, 74);
	}
	
	p.btn_top a:hover:after {
		right: 15px;
	}
}

@media (min-width: 992px) {
	.bg_top02 {
		padding: 0 0 70px;
	}
	
	h2.top02 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 26px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_blue.png) center center /130px auto no-repeat;
		height: 130px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	
	.cont_top02 {
		width: 47%;
	}
	
	.cont_top02 a {
		display: block;
	}
	
	.cont_top02 a:hover {
		opacity: 0.85;
	}
	
	.cont_top02 .pic {
		position: relative;
	}
	
	.cont_top02 .pic img {
		border-radius: 30px;
	}
	
	p.deco_top02 {
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}
	
	h3.top02 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 21px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
		color: #1A2950;
		padding-top: 30px;
		margin-bottom: 15px;
	}
	
	.cont_top02 p.text {
		text-align: center;
		font-size: 16px;
		line-height: 1.8;
		color: #333;
	}
	
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 60px;
		background-color: #FFDE3D;
		color: #333;
		font-size: 16px;
		letter-spacing: 0.05em;
		border-radius: 30px;
		position: relative;
		margin: 30px auto 0;
	}
	
	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_black.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}
	
	p.btn_top a:hover {
		opacity: 1;
		background-color: rgb(247, 218, 74);
	}
	
	p.btn_top a:hover:after {
		right: 15px;
	}
}

@media (min-width: 1200px) {
	.bg_top02 {
		padding: 0 0 80px;
	}
	
	h2.top02 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_blue.png) center center /150px auto no-repeat;
		height: 150px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
		margin-bottom: 40px;
	}
	
	.cont_top02 {
		width: 47%;
	}
	
	.cont_top02 a {
		display: block;
	}
	
	.cont_top02 a:hover {
		opacity: 0.85;
	}
	
	.cont_top02 .pic {
		position: relative;
	}
	
	.cont_top02 .pic img {
		border-radius: 30px;
	}
	
	p.deco_top02 {
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}
	
	h3.top02 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 23px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
		color: #1A2950;
		padding-top: 30px;
		margin-bottom: 15px;
	}
	
	.cont_top02 p.text {
		text-align: center;
		font-size: 16px;
		line-height: 2;
		color: #333;
	}
	
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 60px;
		background-color: #FFDE3D;
		color: #333;
		font-size: 16px;
		letter-spacing: 0.05em;
		border-radius: 30px;
		position: relative;
		margin: 30px auto 0;
	}
	
	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_black.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}
	
	p.btn_top a:hover {
		opacity: 1;
		background-color: rgb(247, 218, 74);
	}
	
	p.btn_top a:hover:after {
		right: 15px;
	}
}

@media (min-width: 1300px) {
	.bg_top02 .container {
		width: 1240px;
	}
}






@media (max-width: 767px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) 45% top /auto 100% no-repeat;
		padding: 80px 0 80px;
	}
	
	h2.top03 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 24px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_white.png) center center /100px auto no-repeat;
		height: 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	
	.cont_top03 {
		width: 100%;
	}
	
	.pic_top03 {
	width: 100%;
	}
	
	.cont_top03 p.text {
		font-size: 14px;
		line-height: 1.8;
	}
	
	.bg_top03 p.btn_top a {
		margin: 25px auto 20px;
	}
}

@media (min-width: 768px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /auto 100% no-repeat;
		padding: 80px 0 80px;
	}
	
	h2.top03 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 24px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_white.png) center center /100px auto no-repeat;
		height: 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	
	.cont_top03 {
		width: 48%;
	}
	
	.pic_top03 {
	width: 43%;
	}
	
	.cont_top03 p.text {
		font-size: 15px;
		line-height: 1.8;
	}
	
	.bg_top03 p.btn_top a {
		margin: 30px 0 0;
	}
}

@media (min-width: 992px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /auto 100% no-repeat;
		padding: 80px 0 80px;
	}
	
	h2.top03 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 26px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_white.png) center center /130px auto no-repeat;
		height: 130px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
		margin-bottom: 40px;
	}
	
	.cont_top03 {
		width: 48%;
	}
	
	.pic_top03 {
	width: 43%;
	}
	
	.cont_top03 p.text {
		font-size: 16px;
		line-height: 2;
	}
	
	.bg_top03 p.btn_top a {
		margin: 40px 0 0;
	}
}

@media (min-width: 1200px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /auto 100% no-repeat;
		padding: 110px 0 80px;
	}
	
	h2.top03 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_white.png) center center /150px auto no-repeat;
		height: 150px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
		margin-bottom: 40px;
	}
	
	.cont_top03 {
		width: 48%;
	}
	
	.pic_top03 {
	width: 43%;
	}
	
	.cont_top03 p.text {
		font-size: 16px;
		line-height: 2;
	}
	
	.bg_top03 p.btn_top a {
		margin: 50px 0 0;
	}
}

@media (min-width: 1300px) {
	.bg_top03 {
		background: url(../images/bg_top03.jpg) center top /auto 100% no-repeat;
		padding: 110px 0 80px;
	}
	
	.bg_top03 .container {
		width: 1240px;
	}
	
	h2.top03 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: url(../images/ttl_top_white.png) center center /150px auto no-repeat;
		height: 150px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
		margin-bottom: 40px;
	}
	
	.cont_top03 {
		width: 48%;
	}
	
	.pic_top03 {
	width: 43%;
	}
	
	.cont_top03 p.text {
		font-size: 16px;
		line-height: 2;
	}
	
	.bg_top03 p.btn_top a {
		margin: 50px 0 0;
	}
}






@media (max-width: 767px) {
	.bg_top04 {
		background: url(../images/bg_top04.png) center top /100% auto no-repeat;
		padding: 100px 0 60px;
	}
	
	h2.top04 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 20px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 35px;
		text-align: center;
	}
	
	h2.top04 span {
		font-size: 14px;
		margin-bottom: 15px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top04 {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.cont_top04 a:hover {
		opacity: 0.9;
	}
	
	h3.top04 {
		text-align: center;
		color: #333;
		font-size: 14px;
		line-height: 1.7;
	}
	
	.bg_top04 p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 180px;
		height: 46px;
		background-color: #003366;
		color: #fff;
		font-size: 14px;
		letter-spacing: 0.05em;
		border-radius: 30px;
		position: relative;
		margin: 20px auto 0;
	}
	
	.bg_top04 p.btn_top a:after {
		background: url(../images/icon_btn_white.png) 0 0 /contain no-repeat;
	}
	
	.bg_top04 p.btn_top a:hover {
		opacity: 1;
		background-color: #01458a;
	}
}

@media (min-width: 768px) {
	.bg_top04 {
		background: url(../images/bg_top04.png) center top /500px auto no-repeat;
		padding: 100px 0 80px;
	}
	
	h2.top04 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 24px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 50px;
		text-align: center;
	}
	
	h2.top04 span {
		font-size: 16px;
		margin-bottom: 15px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top04 {
		width: 32%;
		margin-right: 2%;
	}
	
	.cont_top04:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.cont_top04 a:hover {
		opacity: 0.9;
	}
	
	h3.top04 {
		text-align: center;
		color: #333;
		font-size: 15px;
		line-height: 1.7;
	}
	
	.bg_top04 p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 210px;
		height: 50px;
		background-color: #003366;
		color: #fff;
		font-size: 15px;
		letter-spacing: 0.05em;
		border-radius: 30px;
		position: relative;
		margin: 30px auto 0;
	}
	
	.bg_top04 p.btn_top a:after {
		background: url(../images/icon_btn_white.png) 0 0 /contain no-repeat;
	}
	
	.bg_top04 p.btn_top a:hover {
		opacity: 1;
		background-color: #01458a;
	}
}

@media (min-width: 992px) {
	.bg_top04 {
		background: url(../images/bg_top04.png) center top /600px auto no-repeat;
		padding: 160px 0 100px;
	}
	
	h2.top04 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 26px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 70px;
		text-align: center;
	}
	
	h2.top04 span {
		font-size: 18px;
		margin-bottom: 15px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top04 {
		width: 32%;
		margin-right: 2%;
	}
	
	.cont_top04:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.cont_top04 a:hover {
		opacity: 0.9;
	}
	
	h3.top04 {
		text-align: center;
		color: #333;
		font-size: 16px;
		line-height: 1.7;
	}
	
	.bg_top04 p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 54px;
		background-color: #003366;
		color: #fff;
		font-size: 16px;
		letter-spacing: 0.05em;
		border-radius: 30px;
		position: relative;
		margin: 40px auto 0;
	}
	
	.bg_top04 p.btn_top a:after {
		background: url(../images/icon_btn_white.png) 0 0 /contain no-repeat;
	}
	
	.bg_top04 p.btn_top a:hover {
		opacity: 1;
		background-color: #01458a;
	}
}

@media (min-width: 1200px) {
	.bg_top04 {
		background: url(../images/bg_top04.png) center top /770px auto no-repeat;
		padding: 200px 0 120px;
	}
	
	h2.top04 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 70px;
		text-align: center;
	}
	
	h2.top04 span {
		font-size: 19px;
		margin-bottom: 15px;
		color: #FFD309;
		display: block;
	}
	
	.cont_top04 {
		width: 32%;
		margin-right: 2%;
	}
	
	.cont_top04:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.cont_top04 a:hover {
		opacity: 0.9;
	}
	
	h3.top04 {
		text-align: center;
		color: #333;
		font-size: 16px;
		line-height: 1.7;
	}
	
	.bg_top04 p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 60px;
		background-color: #003366;
		color: #fff;
		font-size: 16px;
		letter-spacing: 0.05em;
		border-radius: 30px;
		position: relative;
		margin: 50px auto 0;
	}
	
	.bg_top04 p.btn_top a:after {
		background: url(../images/icon_btn_white.png) 0 0 /contain no-repeat;
	}
	
	.bg_top04 p.btn_top a:hover {
		opacity: 1;
		background-color: #01458a;
	}
}


@media (max-width: 991px) {
	.photo-ofi {
		height: 0;
		display: block;
		padding-bottom: 75%;
		background-color: #fff;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}
	
	.photo-ofi img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media (min-width: 992px) {
	.photo-ofi {
		height: 0;
		display: block;
		padding-bottom: 75%;
		background-color: #fff;
		overflow: hidden;
		position: relative;
		margin-bottom: 15px;
	}
	
	.photo-ofi img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}
}





@media (max-width: 767px) {
	.bg_top05 {
		padding: 0;
	}
	
	.cont_top05 {
		width: 100%;
	}
	
	.cont_top05 a {
		max-width: 360px;
		width: 100%;
		height: 240px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: url(../images/pic_top05_1.jpg) center center /cover no-repeat;
		border-radius: 30px;
		position: relative;
		margin: 0 auto 25px;
	}
	
	.cont_top05 a:after {
		content: '';
	}
	
	.cont_top05 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top05_1.png) 0 0 /cover no-repeat;
		width: 35px;
		height: 12px;
		position: absolute;
		bottom: 25px;
		right: 40px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}
	
	.cont_top05 a:hover {
		opacity: 0.85;
	}
	
	.cont_top05 a:hover:after {
		right: 30px;
	}
	
	.cont_top05 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 23px;
		letter-spacing: 0.1em;
		line-height: 1;
		color: #fff;
		text-align: center;
		margin-top: 30px;
	}
	
	.cont_top05 p.deco {
		margin-top: 15px;
	}

	.cont_top05 p.deco img {
		width: 100px;
	}
	
	.cont_top05:nth-of-type(2) a {
		background: url(../images/pic_top05_2.jpg) center center /cover no-repeat;
	}
	
	.cont_top05:nth-of-type(2) h2 {
		color: #333;
	}
	
	.cont_top05:nth-of-type(2) a:after {
		background: url(../images/icon_top05_2.png) 0 0 /cover no-repeat;
	}
}

@media (min-width: 768px) {
	.bg_top05 {
		padding: 0 0 80px;
	}
	
	.cont_top05 {
		width: 48.5%;
	}
	
	.cont_top05 a {
		width: 350px;
		height: 280px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: url(../images/pic_top05_1.jpg) center center /cover no-repeat;
		border-radius: 30px;
		position: relative;
	}
	
	.cont_top05 a:after {
		content: '';
	}
	
	.cont_top05 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top05_1.png) 0 0 /cover no-repeat;
		width: 45px;
		height: 15px;
		position: absolute;
		bottom: 25px;
		right: 50px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}
	
	.cont_top05 a:hover {
		opacity: 0.85;
	}
	
	.cont_top05 a:hover:after {
		right: 30px;
	}
	
	.cont_top05 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 25px;
		letter-spacing: 0.1em;
		line-height: 1;
		color: #fff;
		text-align: center;
		margin-top: 50px;
	}
	
	.cont_top05 p.deco {
		margin-top: 20px;
	}

	.cont_top05 p.deco img {
		width: 120px;
	}
	
	.cont_top05:nth-of-type(2) a {
		background: url(../images/pic_top05_2.jpg) center center /cover no-repeat;
	}
	
	.cont_top05:nth-of-type(2) h2 {
		color: #333;
	}
	
	.cont_top05:nth-of-type(2) a:after {
		background: url(../images/icon_top05_2.png) 0 0 /cover no-repeat;
	}
}

@media (min-width: 992px) {
	.bg_top05 {
		padding: 0 0 80px;
	}
	
	.cont_top05 {
		width: 47%;
	}
	
	.cont_top05 a {
		width: 460px;
		height: 320px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: url(../images/pic_top05_1.jpg) center center /cover no-repeat;
		border-radius: 30px;
		position: relative;
	}
	
	.cont_top05 a:after {
		content: '';
	}
	
	.cont_top05 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top05_1.png) 0 0 /cover no-repeat;
		width: 55px;
		height: 18px;
		position: absolute;
		bottom: 25px;
		right: 50px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}
	
	.cont_top05 a:hover {
		opacity: 0.85;
	}
	
	.cont_top05 a:hover:after {
		right: 30px;
	}
	
	.cont_top05 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		color: #fff;
		text-align: center;
		margin-top: 50px;
	}
	
	.cont_top05 p.deco {
		margin-top: 20px;
	}
	
	.cont_top05:nth-of-type(2) a {
		background: url(../images/pic_top05_2.jpg) center center /cover no-repeat;
	}
	
	.cont_top05:nth-of-type(2) h2 {
		color: #333;
	}
	
	.cont_top05:nth-of-type(2) a:after {
		background: url(../images/icon_top05_2.png) 0 0 /cover no-repeat;
	}
}

@media (min-width: 1200px) {
	.bg_top05 {
		padding: 0 0 80px;
	}
	
	.cont_top05 {
		width: 47%;
	}
	
	.cont_top05 a {
		width: 540px;
		height: 358px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: url(../images/pic_top05_1.jpg) center center /cover no-repeat;
		border-radius: 30px;
		position: relative;
	}
	
	.cont_top05 a:after {
		content: '';
	}
	
	.cont_top05 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top05_1.png) 0 0 /cover no-repeat;
		width: 55px;
		height: 18px;
		position: absolute;
		bottom: 25px;
		right: 50px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}
	
	.cont_top05 a:hover {
		opacity: 0.85;
	}
	
	.cont_top05 a:hover:after {
		right: 30px;
	}
	
	.cont_top05 h2 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 32px;
		letter-spacing: 0.1em;
		line-height: 1;
		color: #fff;
		text-align: center;
		margin-top: 50px;
	}
	
	.cont_top05 p.deco {
		margin-top: 20px;
	}
	
	.cont_top05:nth-of-type(2) a {
		background: url(../images/pic_top05_2.jpg) center center /cover no-repeat;
	}
	
	.cont_top05:nth-of-type(2) h2 {
		color: #333;
	}
	
	.cont_top05:nth-of-type(2) a:after {
		background: url(../images/icon_top05_2.png) 0 0 /cover no-repeat;
	}
}








@media (max-width: 767px) {
	.bg_top06 {
		padding: 30px 0 40px;
		margin-top: 50px;
	}

	.bg_top06 p.bnr_contact01 a {
	margin: 30px auto 0;
	width: 230px;
}
	
	.bg_top06 .container {
		position: relative;
	}
	
	.bg_top06 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top06_1.png) 0 0 /contain no-repeat;
		width: 120px;
		height: 90px;
		position: absolute;
		left: 10px;
		top:-30px;
		z-index: -1;
	}
	
	.bg_top06 .container:after {
		content: '';
		display: block;
		background: url(../images/deco_top06_2.png) 0 0 /contain no-repeat;
		width: 130px;
		height: 90px;
		position: absolute;
		right: -10px;
		top:-40px;
		z-index: -1;
	}
	
	.bg_top06 p.ttl {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 21px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.bg_top06 p.ttl:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 80px;
		height: 13px;
		margin: 0 auto 15px;
	}
	
	.tel_area {
		margin-bottom: 10px;
	}
	
	p.tel_top06 {
		font-size: 30px;
		font-family: 'Baloo Thambi 2', system-ui;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	p.tel_top06 span.tel_link {
		color: #222;
	}
	
	p.tel_top06:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_1.jpg) 0 0 /contain no-repeat;
		width: 25px;
		height: 24px;
		margin-right: 5px;
	}
	
	p.btn_top06 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 50px;
		border-radius: 40px;
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 15px;
		letter-spacing: 0.05em;
		color: #333;
	}
	
	p.btn_top06 a:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_2.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 16px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.bg_top06 {
		padding: 30px 0 45px;
	}

	.bg_top06 p.bnr_contact01 a {
	margin: 45px auto 0;
	width: 310px;
}
	
	.bg_top06 .container {
		position: relative;
	}
	
	.bg_top06 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top06_1.png) 0 0 /contain no-repeat;
		width: 160px;
		height: 130px;
		position: absolute;
		left: 30px;
		top:-60px;
		z-index: -1;
	}
	
	.bg_top06 .container:after {
		content: '';
		display: block;
		background: url(../images/deco_top06_2.png) 0 0 /contain no-repeat;
		width: 200px;
		height: 130px;
		position: absolute;
		right: 10px;
		top:-70px;
		z-index: -1;
	}
	
	.bg_top06 p.ttl {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 25px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 50px;
		text-align: center;
	}
	
	.bg_top06 p.ttl:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 80px;
		height: 13px;
		margin: 0 auto 15px;
	}
	
	.tel_area {
		margin-right: 50px;
	}
	
	p.tel_top06 {
		font-size: 32px;
		font-family: 'Baloo Thambi 2', system-ui;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	p.tel_top06 span.tel_link {
		color: #222;
	}
	
	p.tel_top06:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_1.jpg) 0 0 /contain no-repeat;
		width: 25px;
		height: 24px;
		margin-right: 7px;
	}
	
	p.btn_top06 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 60px;
		border-radius: 40px;
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 18px;
		letter-spacing: 0.05em;
		color: #333;
	}
	
	p.btn_top06 a:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_2.png) 0 0 /contain no-repeat;
		width: 23px;
		height: 20px;
		margin-right: 8px;
	}
}

@media (min-width: 992px) {
	.bg_top06 {
		padding: 30px 0 65px;
	}

	.bg_top06 p.bnr_contact01 a {
	margin: 50px auto 0;
	width: 340px;
}
	
	.bg_top06 .container {
		position: relative;
	}
	
	.bg_top06 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top06_1.png) 0 0 /contain no-repeat;
		width: 160px;
		height: 130px;
		position: absolute;
		left: 10px;
		top:-30px;
		z-index: -1;
	}
	
	.bg_top06 .container:after {
		content: '';
		display: block;
		background: url(../images/deco_top06_2.png) 0 0 /contain no-repeat;
		width: 220px;
		height: 150px;
		position: absolute;
		right: 0;
		top:-50px;
		z-index: -1;
	}
	
	.bg_top06 p.ttl {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 25px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 50px;
		text-align: center;
	}
	
	.bg_top06 p.ttl:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 80px;
		height: 13px;
		margin: 0 auto 20px;
	}
	
	.tel_area {
		margin-right: 80px;
	}
	
	p.tel_top06 {
		font-size: 34px;
		font-family: 'Baloo Thambi 2', system-ui;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	p.tel_top06 span.tel_link {
		color: #222;
	}
	
	p.tel_top06:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_1.jpg) 0 0 /contain no-repeat;
		width: 27px;
		height: 26px;
		margin-right: 7px;
	}
	
	p.btn_top06 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 340px;
		height: 64px;
		border-radius: 40px;
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 18px;
		letter-spacing: 0.05em;
		color: #333;
	}
	
	p.btn_top06 a:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_2.png) 0 0 /contain no-repeat;
		width: 23px;
		height: 20px;
		margin-right: 8px;
	}
}

@media (min-width: 1200px) {
	.bg_top06 {
		padding: 40px 0 70px;
	}

	.bg_top06 p.bnr_contact01 a {
	margin: 55px auto 0;
	width: 370px;
}
	
	.bg_top06 .container {
		position: relative;
	}
	
	.bg_top06 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top06_1.png) 0 0 /contain no-repeat;
		width: 200px;
		height: 170px;
		position: absolute;
		left: 10px;
		top:-30px;
		z-index: -1;
	}
	
	.bg_top06 .container:after {
		content: '';
		display: block;
		background: url(../images/deco_top06_2.png) 0 0 /contain no-repeat;
		width: 260px;
		height: 190px;
		position: absolute;
		right: 0;
		top:-50px;
		z-index: -1;
	}
	
	.bg_top06 p.ttl {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 70px;
		text-align: center;
	}
	
	.bg_top06 p.ttl:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 100px;
		height: 16px;
		margin: 0 auto 20px;
	}
	
	.tel_area {
		margin-right: 80px;
	}
	
	p.tel_top06 {
		font-size: 36px;
		font-family: 'Baloo Thambi 2', system-ui;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	p.tel_top06 span.tel_link {
		color: #222;
	}
	
	p.tel_top06:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_1.jpg) 0 0 /contain no-repeat;
		width: 27px;
		height: 26px;
		margin-right: 7px;
	}
	
	p.btn_top06 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 360px;
		height: 70px;
		border-radius: 40px;
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 19px;
		letter-spacing: 0.05em;
		color: #333;
	}
	
	p.btn_top06 a:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_2.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 22px;
		margin-right: 8px;
	}
}

@media (min-width: 1300px) {
	.bg_top06 {
		padding: 40px 0 90px;
	}

	.bg_top06 p.bnr_contact01 a {
	margin: 60px auto 0;
	width: 400px;
}
	
	.bg_top06 .container {
		width: 1240px;
		position: relative;
	}
	
	.bg_top06 .container:before {
		content: '';
		display: block;
		background: url(../images/deco_top06_1.png) 0 0 /contain no-repeat;
		width: 240px;
		height: 210px;
		position: absolute;
		left: -50px;
		top:0;
		z-index: -1;
	}
	
	.bg_top06 .container:after {
		content: '';
		display: block;
		background: url(../images/deco_top06_2.png) 0 0 /contain no-repeat;
		width: 300px;
		height: 230px;
		position: absolute;
		right: -100px;
		top:0;
		z-index: -1;
	}
	
	.bg_top06 p.ttl {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 70px;
		text-align: center;
	}
	
	.bg_top06 p.ttl:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 100px;
		height: 16px;
		margin: 0 auto 20px;
	}
	
	.tel_area {
		margin-right: 100px;
	}
	
	p.tel_top06 {
		font-size: 40px;
		font-family: 'Baloo Thambi 2', system-ui;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	p.tel_top06 span.tel_link {
		color: #222;
	}
	
	p.tel_top06:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_1.jpg) 0 0 /contain no-repeat;
		width: 31px;
		height: 30px;
		margin-right: 7px;
	}
	
	p.btn_top06 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 360px;
		height: 80px;
		border-radius: 40px;
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 19px;
		letter-spacing: 0.05em;
		color: #333;
	}
	
	p.btn_top06 a:before {
		content: '';
		display: block;
		background: url(../images/icon_top06_2.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 22px;
		margin-right: 8px;
	}
}

p.btn_top06 a:hover {
	opacity: 1;
	background-color: #ffe771;
}




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

@media (max-width: 767px) {
	footer {
		background: url(../images/bg_footer.jpg) center bottom /100% auto no-repeat;
	}
	
	.footer_l {
		width: 100%;
	}
	
	.footer_r {
		width: 100%;
	}
	
	p.logo_f {
		width: 200px;
		margin: 0 auto 10px;
	}
	
	p.text_f {
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 10px;
		text-align: center;
	}
	
	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}
	
	span.btn_map_f a img {
		width: 16px;
	}
	
	ul.fnav {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 10px;
	}
	
	ul.fnav li {
		margin-bottom: 8px;
	}
	
	ul.fnav li a {
		font-size: 14px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.05em;
		color: #333;
		text-align: center;
	}
	
	p.copyright {
		font-size: 10px;
		color: #333;
		text-align: center;
		padding-bottom: 40px;
		width: 100%;
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	footer {
		background: url(../images/bg_footer.jpg) center bottom /100% auto no-repeat;
	}
	
	.footer_l {
		width: 56%;
	}
	
	.footer_r {
		width: 44%;
	}
	
	p.logo_f {
		width: 230px;
		margin-bottom: 20px;
	}
	
	p.text_f {
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 10px;
	}
	
	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}
	
	span.btn_map_f a img {
		width: 20px;
	}
	
	ul.fnav {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 10px;
		max-height: 200px;
	}
	
	ul.fnav li {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
	ul.fnav li a {
		font-size: 14px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.05em;
		color: #333;
	}
	
	p.copyright {
		font-size: 12px;
		color: #333;
		text-align: center;
		padding-bottom: 30px;
		width: 100%;
		margin-top: 90px;
	}
}

@media (min-width: 992px) {
	footer {
		background: url(../images/bg_footer.jpg) center bottom /100% auto no-repeat;
	}
	
	.footer_l {
		width: 50%;
	}
	
	.footer_r {
		width: 48%;
	}
	
	p.logo_f {
		width: 380px;
		margin-bottom: 20px;
	}
	
	p.text_f {
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 10px;
	}
	
	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}
	
	span.btn_map_f a img {
		width: 20px;
	}
	
	ul.fnav {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 10px;
		max-height: 200px;
	}
	
	ul.fnav li {
		margin-left: 60px;
		margin-bottom: 20px;
	}
	
	ul.fnav li a {
		font-size: 15px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.05em;
		color: #333;
	}
	
	p.copyright {
		font-size: 12px;
		color: #333;
		text-align: center;
		padding-bottom: 30px;
		width: 100%;
		margin-top: 120px;
	}
}

@media (min-width: 1200px) {
	footer {
		background: url(../images/bg_footer.jpg) center bottom /100% auto no-repeat;
	}
	
	.footer_l {
		width: 50%;
	}
	
	.footer_r {
		width: 48%;
	}
	
	p.logo_f {
		width: 380px;
		margin-bottom: 20px;
	}
	
	p.text_f {
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 2;
		margin-bottom: 10px;
	}
	
	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}
	
	span.btn_map_f a img {
		width: 24px;
	}
	
	ul.fnav {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 10px;
		max-height: 200px;
	}
	
	ul.fnav li {
		margin-left: 70px;
		margin-bottom: 20px;
	}
	
	ul.fnav li a {
		font-size: 15px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.05em;
		color: #333;
	}
	
	p.copyright {
		font-size: 12px;
		color: #333;
		text-align: center;
		padding-bottom: 30px;
		width: 100%;
		margin-top: 160px;
	}
}

@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 25px;
		right: 15px;
		width: 40px;
		height: 60px;
		z-index: 99;
	}

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

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 45px;
		right: 35px;
		width: 60px;
		height: 84px;
		z-index: 99;
	}

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

@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 45px;
		right: calc(50% - 920px);
		width: 60px;
		height: 84px;
		z-index: 99;
	}

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



/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
	.bg_sub {
		width: 100%;
		height: 240px;
		background: url(../images/bg_sub.jpg) center top /cover no-repeat;
	}
	
	.bg_sub .container {
		height: 240px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	h2.sub {
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		color: #1A2950;
		font-size: 20px;
		line-height: 1;
		position: relative;
		z-index: 2;
		text-align: center;
	}
	
	h2.sub span {
		font-size: 10px;
		display: block;
		margin-bottom: 10px;
	}
	
	.bg_sub .inner {
		position: relative;
		margin-bottom: 20px;
	}
	
	.bg_sub .inner:before {
		content: '';
		display: block;
		width: 70px;
		height: 70px;
		background: linear-gradient(to bottom, #FFDE3D, #fffbe7);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: -20%;
		transform: translateY(-50%) translateX(0);
		z-index: 1;
	}

	.bg_sub .inner:after {
		content: '';
		display: block;
		background: url(../images/deco_sub_mainimg.png) 0 0 /contain no-repeat;
		width: 160px;
		height: 53px;
		opacity: 0.8;
		position: absolute;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		bottom: -80px;
		z-index: 1;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_sub {
		width: 100%;
		height: 300px;
		background: url(../images/bg_sub.jpg) right top /cover no-repeat;
	}
	
	.bg_sub .container {
		height: 300px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	h2.sub {
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		color: #1A2950;
		font-size: 24px;
		line-height: 1;
		position: relative;
		z-index: 2;
	}
	
	h2.sub span {
		font-size: 10px;
		display: block;
		margin-bottom: 10px;
	}
	
	.bg_sub .inner {
		position: relative;
		margin-bottom: 30px;
	}
	
	.bg_sub .inner:before {
		content: '';
		display: block;
		width: 90px;
		height: 90px;
		background: linear-gradient(to bottom, #FFDE3D, #fffbe7);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(-50%);
		z-index: 1;
	}
	
	.bg_sub .inner:after {
		content: '';
		display: block;
		background: url(../images/deco_sub_mainimg.png) 0 0 /contain no-repeat;
		width: 250px;
		height: 79px;
		opacity: 0.8;
		position: absolute;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		bottom: -90px;
		z-index: 1;
	}
}

@media (min-width: 992px) {
	.bg_sub {
		width: 100%;
		height: 360px;
		background: url(../images/bg_sub.jpg) right top /cover no-repeat;
		margin-bottom: 50px;
	}
	
	.bg_sub .container {
		height: 360px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	h2.sub {
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		color: #1A2950;
		font-size: 27px;
		line-height: 1;
		position: relative;
		z-index: 2;
	}
	
	h2.sub span {
		font-size: 11px;
		display: block;
		margin-bottom: 8px;
	}
	
	.bg_sub .inner {
		position: relative;
		margin-top: 40px;
		margin-left: 150px;
	}

	.bg_sub .inner:after {
		content: '';
		display: block;
		background: url(../images/deco_sub_mainimg.png) 0 0 /contain no-repeat;
		width: 350px;
		height: 110px;
		opacity: 0.8;
		position: absolute;
		left: -110px;
		bottom: -130px;
		z-index: 1;
	}
	
	.bg_sub .inner:before {
		content: '';
		display: block;
		width: 120px;
		height: 120px;
		background: linear-gradient(to bottom, #FFDE3D, #fffbe7);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(-50%);
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	.bg_sub {
		width: 100%;
		height: 440px;
		background: url(../images/bg_mainimg.jpg) left bottom /cover no-repeat;
		margin-bottom: 50px;
	}
	
	.bg_sub .container {
		height: 440px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h2.sub {
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		color: #1A2950;
		font-size: 30px;
		line-height: 1;
		position: relative;
		z-index: 3;
	}
	
	h2.sub span {
		font-size: 11px;
		display: block;
		margin-bottom: 10px;
	}
	
	.bg_sub .inner {
		position: relative;
		margin-top: 0px;
		margin-left: 18%;
	}
	
	.bg_sub .inner:before {
		content: '';
		display: block;
		width: 140px;
		height: 140px;
		background: linear-gradient(to bottom, #FFDE3D, #fffbe7);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translateY(-50%) translateX(0);
		z-index: 2;
	}

	.bg_sub .inner:after {
		content: '';
		display: block;
		background: url(../images/deco_sub_mainimg.png) 0 0 /contain no-repeat;
		width: 450px;
		height: 140px;
		opacity: 0.8;
		position: absolute;
		left: -140px;
		bottom: -170px;
		z-index: 1;
	}
}


@media (min-width: 1500px) {
	.bg_sub .inner {
		position: relative;
		margin-top: 0px;
		margin-left: 12%;
	}
}

@media (min-width: 1800px) {
	.bg_sub .inner {
		position: relative;
		margin-top: 0px;
		margin-left: 7%;
	}
}


/* service.html　サービス内容
=========================================================================== */

@media (max-width: 991px) {
	#service01,#service02 {
		margin-top: -80px;
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	#service01,#service02 {
		margin-top: -30px;
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	h3.sub_blue {
		font-size: 18px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		line-height: 1.4;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: url(../images/ttl_sub_blue.png) center center /contain no-repeat;
		height: 70px;
		margin-bottom: 25px;
		text-align: center;
	}
	
	h3.sub_blue:before {
		content: '';
		display: block;
		background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 24px;
		margin-bottom: 10px;
		flex-shrink: 0;
	}
	
	h3.sub_yellow {
		font-size: 18px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		line-height: 1.4;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: url(../images/ttl_sub_yellow.png) center center /contain no-repeat;
		height: 70px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	h3.sub_yellow:before {
		content: '';
		display: block;
		background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 24px;
		margin-bottom: 10px;
		flex-shrink: 0;
	}
	
	.pic_sub_l {
		width: 100%;
		margin-top: 20px;
	}
	
	.cont_sub {
		width: 100%;
	}
	
	h4.sub {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 16px;
		color: #234097;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	
	#sub p.text {
		font-size: 14px;
		line-height: 1.8;
	}
}

@media (min-width: 768px) {
	h3.sub_blue {
		font-size: 20px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: url(../images/ttl_sub_blue.png) center center /contain no-repeat;
		height: 80px;
		margin-bottom: 25px;
	}
	
	h3.sub_blue:before {
		content: '';
		display: block;
		background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -15%;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}
	
	h3.sub_yellow {
		font-size: 20px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: url(../images/ttl_sub_yellow.png) center center /contain no-repeat;
		height: 80px;
		margin-bottom: 25px;
	}
	
	h3.sub_yellow:before {
		content: '';
		display: block;
		background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -15%;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}
	
	.pic_sub_l {
		width: 50%;
		margin-left: -5%;
	}
	
	.cont_sub {
		width: 50%;
	}
	
	h4.sub {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 17px;
		color: #234097;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	#sub p.text {
		font-size: 15px;
		line-height: 1.8;
	}
}

@media (min-width: 992px) {
	h3.sub_blue {
		font-size: 22px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: url(../images/ttl_sub_blue.png) center center /contain no-repeat;
		height: 90px;
		margin-bottom: 25px;
	}
	
	h3.sub_blue:before {
		content: '';
		display: block;
		background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -15%;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}
	
	h3.sub_yellow {
		font-size: 22px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: url(../images/ttl_sub_yellow.png) center center /contain no-repeat;
		height: 90px;
		margin-bottom: 25px;
	}
	
	h3.sub_yellow:before {
		content: '';
		display: block;
		background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -15%;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}
	
	.pic_sub_l {
		width: 52%;
		margin-left: -5%;
	}
	
	.cont_sub {
		width: 47%;
	}
	
	h4.sub {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 17px;
		color: #234097;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	#sub p.text {
		font-size: 16px;
		line-height: 1.8;
	}
}

@media (min-width: 1200px) {
	h3.sub_blue {
		font-size: 23px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: url(../images/ttl_sub_blue.png) center center /contain no-repeat;
		height: 100px;
		margin-bottom: 30px;
	}
	
	h3.sub_blue:before {
		content: '';
		display: block;
		background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 40px;
		position: absolute;
		top: -15%;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}
	
	h3.sub_yellow {
		font-size: 23px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.1em;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		z-index: 2;
		background: url(../images/ttl_sub_yellow.png) center center /contain no-repeat;
		height: 100px;
		margin-bottom: 30px;
	}
	
	h3.sub_yellow:before {
		content: '';
		display: block;
		background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 40px;
		position: absolute;
		top: -15%;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}
	
	.pic_sub_l {
		width: 52%;
		margin-left: -5%;
	}
	
	.cont_sub {
		width: 47%;
	}
	
	h4.sub {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 18px;
		color: #234097;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	#sub p.text {
		font-size: 16px;
		line-height: 2;
	}
}




@media (max-width: 767px) {
	.bg_sub_blue {
		position: relative;
		padding: 20px 0 40px;
		margin: 80px 0;
		background-color: #DDF6FF;
	}
	
	.bg_sub_blue:before {
		content: '';
		display: block;
		background: url(../images/bdr_sub_top.png) 0 0 /auto 50px no-repeat;
		position: absolute;
		left:0;
		top: -50px;
		width: 100%;
		height: 50px;
		z-index: -1;
	}
	
	.bg_sub_blue:after {
		content: '';
		display: block;
		background: url(../images/bdr_sub_bottom.png) 0 0 /auto 50px no-repeat;
		position: absolute;
		left:0;
		bottom: -50px;
		width: 100%;
		height: 50px;
		z-index: -1;
	}
	
	.cont_service02 {
		width: 100%;
		margin-top: 30px;
	}
	
	.cont_service02 h4 {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 16px;
		color: #192750;
		letter-spacing: 0.1em;
		margin-bottom: 12px;
		line-height: 1.6;
	}
	
	.cont_service02 h4 span {
		display: block;
		font-size: 14px;
	}

	.oneday {
		margin-bottom: 15px;
	}
	
	.oneday:last-child {
		margin-bottom: 0;
	}
	
	.oneday p.time {
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 13px;
		color: #333;
		letter-spacing: 0.1em;
		border-radius: 30px;
		padding: 0.3em 2em;
		margin-bottom: 7px;
	}
	
	.oneday p.text {
		color: #192750;
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 1.6!important;
		padding: 0 2em;
	}
}

@media (min-width: 768px) {
	.bg_sub_blue {
		position: relative;
		padding: 50px 0 60px;
		margin: 150px 0;
		background-color: #DDF6FF;
	}
	
	.bg_sub_blue:before {
		content: '';
		display: block;
		background: url(../images/bdr_sub_top.png) 0 0 /auto 50px no-repeat;
		position: absolute;
		left:0;
		top: -50px;
		width: 100%;
		height: 50px;
		z-index: -1;
	}
	
	.bg_sub_blue:after {
		content: '';
		display: block;
		background: url(../images/bdr_sub_bottom.png) 0 0 /auto 50px no-repeat;
		position: absolute;
		left:0;
		bottom: -50px;
		width: 100%;
		height: 50px;
		z-index: -1;
	}
	
	.cont_service02 {
		width: 47%;
	}
	
	.cont_service02 h4 {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 17px;
		color: #192750;
		letter-spacing: 0.1em;
		margin-bottom: 18px;
		line-height: 1.6;
	}
	
	.cont_service02 h4 span {
		display: block;
		font-size: 14px;
	}

	.oneday {
		margin-bottom: 20px;
	}
	
	.oneday:last-child {
		margin-bottom: 0;
	}
	
	.oneday p.time {
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 13px;
		color: #333;
		letter-spacing: 0.1em;
		border-radius: 30px;
		padding: 0.5em 2em;
		margin-bottom: 7px;
	}
	
	.oneday p.text {
		color: #192750;
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 1.8!important;
		padding: 0 2em;
	}
}

@media (min-width: 992px) {
	.bg_sub_blue {
		position: relative;
		padding: 50px 0 60px;
		margin: 150px 0;
		background-color: #DDF6FF;
	}
	
	.bg_sub_blue:before {
		content: '';
		display: block;
		background: url(../images/bdr_sub_top.png) 0 0 /auto 50px no-repeat;
		position: absolute;
		left:0;
		top: -50px;
		width: 100%;
		height: 50px;
		z-index: -1;
	}
	
	.bg_sub_blue:after {
		content: '';
		display: block;
		background: url(../images/bdr_sub_bottom.png) 0 0 /auto 50px no-repeat;
		position: absolute;
		left:0;
		bottom: -50px;
		width: 100%;
		height: 50px;
		z-index: -1;
	}
	
	.cont_service02 {
		width: 47%;
	}
	
	.cont_service02 h4 {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 18px;
		color: #192750;
		letter-spacing: 0.1em;
		margin-bottom: 18px;
		line-height: 1.6;
	}
	
	.cont_service02 h4 span {
		display: block;
		font-size: 14px;
	}

	.oneday {
		margin-bottom: 20px;
	}
	
	.oneday:last-child {
		margin-bottom: 0;
	}
	
	.oneday p.time {
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 14px;
		color: #333;
		letter-spacing: 0.1em;
		border-radius: 30px;
		padding: 0.5em 2em;
		margin-bottom: 7px;
	}
	
	.oneday p.text {
		color: #192750;
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 1.8!important;
		padding: 0 2em;
	}
}

@media (min-width: 1200px) {
	.bg_sub_blue {
		position: relative;
		padding: 50px 0 60px;
		margin: 150px 0;
		background-color: #DDF6FF;
	}
	
	.bg_sub_blue:before {
		content: '';
		display: block;
		background: url(../images/bdr_sub_top.png) 0 0 /auto 50px no-repeat;
		position: absolute;
		left:0;
		top: -50px;
		width: 100%;
		height: 50px;
		z-index: -1;
	}
	
	.bg_sub_blue:after {
		content: '';
		display: block;
		background: url(../images/bdr_sub_bottom.png) 0 0 /auto 50px no-repeat;
		position: absolute;
		left:0;
		bottom: -50px;
		width: 100%;
		height: 50px;
		z-index: -1;
	}
	
	.cont_service02 {
		width: 47%;
	}
	
	.cont_service02 h4 {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 19px;
		color: #192750;
		letter-spacing: 0.1em;
		margin-bottom: 18px;
		line-height: 1.6;
	}
	
	.cont_service02 h4 span {
		display: block;
		font-size: 15px;
	}
	
	
	.oneday {
		margin-bottom: 20px;
	}
	
	.oneday:last-child {
		margin-bottom: 0;
	}
	
	.oneday p.time {
		background-color: #FFDE3D;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 14px;
		color: #333;
		letter-spacing: 0.1em;
		border-radius: 30px;
		padding: 0.5em 2.5em;
		margin-bottom: 7px;
	}
	
	.oneday p.text {
		color: #192750;
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 1.8!important;
		padding: 0 2.5em;
	}
}

@media (max-width: 767px) {
	.pos_flow {
		position: relative;
	}
	
	.pos_flow:after {
		content: '';
		display: block;
		width: 1px;
		height: 80%;
		background-color: #333;
		position: absolute;
		left: 35px;
		top: 12%;
		z-index: -1;
	}
	
	.cont_flow {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.cont_flow p.number {
		width: 80px;
		margin-right: 15px;
		flex-shrink: 0;
	}
	
	.cont_flow h4 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 16px;
		letter-spacing: 0.1em;
		margin-bottom: 7px;
	}
	
	.cont_flow p.text {
		font-size: 14px!important;
		line-height: 1.6;
		padding-bottom: 10px;
		border-bottom: 1px dashed #7fafc0;
	}

	#service03 h3.sub_blue {
		margin-bottom: 45px!important;
	}
}

@media (min-width: 768px) {
	.pos_flow {
		position: relative;
	}
	
	.pos_flow:after {
		content: '';
		display: block;
		width: 2px;
		height: 87%;
		background-color: #333;
		position: absolute;
		left: 55px;
		top: 8%;
		z-index: -1;
	}
	
	.cont_flow {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.cont_flow p.number {
		width: 120px;
		margin-right: 30px;
		flex-shrink: 0;
	}
	
	.cont_flow h4 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	.cont_flow p.text {
		font-size: 15px!important;
		line-height: 1.8;
		padding-bottom: 10px;
		border-bottom: 1px dashed #7fafc0;
	}
}

@media (min-width: 992px) {
	.pos_flow {
		position: relative;
	}
	
	.pos_flow:after {
		content: '';
		display: block;
		width: 2px;
		height: 90%;
		background-color: #333;
		position: absolute;
		left: 70px;
		top: 5%;
		z-index: -1;
	}
	
	.cont_flow {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.cont_flow p.number {
		width: 150px;
		margin-right: 40px;
		flex-shrink: 0;
	}
	
	.cont_flow h4 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 19px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	.cont_flow p.text {
		font-size: 16px;
		line-height: 1.8;
		padding-bottom: 10px;
		border-bottom: 1px dashed #7fafc0;
	}
}

@media (min-width: 1200px) {
	.pos_flow {
		position: relative;
	}
	
	.pos_flow:after {
		content: '';
		display: block;
		width: 2px;
		height: 90%;
		background-color: #333;
		position: absolute;
		left: 80px;
		top: 5%;
		z-index: -1;
	}
	
	.cont_flow {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.cont_flow p.number {
		width: 180px;
		margin-right: 40px;
		flex-shrink: 0;
	}
	
	.cont_flow h4 {
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	.cont_flow p.text {
		font-size: 16px;
		line-height: 1.8;
		padding-bottom: 10px;
		border-bottom: 1px dashed #7fafc0;
	}
}

@media (max-width: 767px) {
	#service05 p.text_c {
		text-align: center;
		margin-bottom: 15px;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	
	p.pic_service_flow {
		background-color: #f5f5f5;
		padding: 20px 10px;
		border-radius: 30px;
		max-width: 440px;
		margin: 0 auto 10px;
	}
}

@media (min-width: 768px) {
	#service05 p.text_c {
		text-align: center;
		margin-bottom: 25px;
		font-size: 15px;
		letter-spacing: 0.05em;
	}
	
	p.pic_service_flow {
		background-color: #f5f5f5;
		padding: 40px 30px;
		border-radius: 60px;
		max-width: 640px;
		margin: 0 auto 40px;
	}

	p.pic_service_flow img {
		width: 540px;
	}
}

@media (min-width: 992px) {
	#service05 p.text_c {
		text-align: center;
		margin-bottom: 25px;
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	
	p.pic_service_flow {
		background-color: #f5f5f5;
		padding: 40px 30px;
		border-radius: 80px;
		max-width: 740px;
		margin: 0 auto;
	}

	p.pic_service_flow img {
		width: 540px;
	}
}

@media (min-width: 1200px) {
	#service05 p.text_c {
		text-align: center;
		margin-bottom: 25px;
		font-size: 17px;
		letter-spacing: 0.05em;
	}
	
	p.pic_service_flow {
		background-color: #f5f5f5;
		padding: 40px 30px;
		border-radius: 100px;
		max-width: 940px;
		margin: 0 auto;
	}

	p.pic_service_flow img {
		width: 640px;
	}
}


/* therapy.html　個別作業療法
=========================================================================== */

@media (max-width: 767px) {
	.cont_sub .inner {
		background-color: #fff7ce;
		padding: 25px 20px;
		border-radius: 20px;
		margin: 15px 0;
	}

	.inner_therapy02 {
		background-color: #fff;
		padding: 30px 0;
		border-radius: 50px;
	}

	.pic_therapy02 {
		width: 100%;
		margin-bottom: 20px;
	}

	.pic_therapy02 img {
		width: 70px;
	}
	
	.cont_therapy02 {
		width: 100%;
		background-color: #fff;
		padding: 0 30px;
		border-radius: 20px;
		margin-bottom: 25px;
	}

	.cont_therapy02:last-child {
		margin-bottom: 0;
	}
	
	.cont_therapy02 p.text {
		font-size: 14px;
		line-height: 2;
	}
}

@media (min-width: 768px) {
	.cont_sub .inner {
		background-color: #fff7ce;
		padding: 25px 30px;
		border-radius: 20px;
		margin: 15px 0;
	}

		.inner_therapy02 {
		background-color: #fff;
		padding: 30px 60px;
		border-radius: 50px;
	}

	.pic_therapy02 {
		width: 26%;
	}

	.pic_therapy02 img {
		width: 90px;
	}
	
	.cont_therapy02 {
		width: 70%;
		background-color: #fff;
	}
	
	.cont_therapy02 p.text {
		font-size: 15px;
		line-height: 2;
	}
}

@media (min-width: 992px) {
	.cont_sub .inner {
		background-color: #fff7ce;
		padding: 30px 40px;
		border-radius: 20px;
		margin: 15px 0;
	}

	.inner_therapy02 {
		background-color: #fff;
		padding: 30px 150px;
		border-radius: 50px;
	}

	.pic_therapy02 {
		width: 16%;
	}

	.pic_therapy02 img {
		width: 110px;
	}
	
	.cont_therapy02 {
		width: 80%;
		background-color: #fff;
	}
	
	.cont_therapy02 p.text {
		font-size: 18px!important;
		line-height: 2.5;
		letter-spacing: 0.15em;
	}
}

@media (max-width: 767px) {
ul.pic02 {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 20px 30px;
}

ul.pic02 li img {
	border-radius: 30px;
}
}

@media (min-width: 768px) {
ul.pic02 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px 30px;
}

ul.pic02 li img {
	border-radius: 30px;
}
}




/* blog.html　クリッパーズブログ
=========================================================================== */

@media (max-width: 767px) {
	ul.nav_blog {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	ul.nav_blog li {
		min-width: 100px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	ul.nav_blog li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #7fd1eb;
		border-radius: 10px;
		font-size: 14px;
		font-weight: 500;
		color: #333;
		background-color: #fff;
		padding: 0.5em 1em;
	}
	
	ul.nav_blog li a:hover {
		opacity: 1;
		border: 1px solid #7fd1eb;
		color: #7fd1eb;
		background-color: #7fd1eb;
		color: #333;
	}
	
	ul.nav_blog li.active a {
		border: 1px solid #7fd1eb;
		color: #7fd1eb;
		background-color: #7fd1eb;
		color: #333;
	}
	
	ul.nav_blog li a {
		transition: 0.2s;
	}
	
	.cont_blog {
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 10px;
		position: relative;
		border-bottom: 1px dashed #777;
	}
	
	.cont_blog:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.cont_blog a {
		display: block;
		color: #333;
	}
	
	.cont_blog a:hover {
		opacity: 0.85;
	}
	
	.cont_blog p.pic {
		margin-bottom: 10px;
	}
	
	.cont_blog .info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	
	.cont_blog .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
	}
	
	.cont_blog p.blog_cate {
		font-size: 13px;
		line-height: 1.4;
		padding: 0.2em 1em;
		background-color: #fbeb9c;
		text-align: center;
		border-radius: 5px;
		margin-left: 10px;
	}
	
	.cont_blog p.blog_date {
		font-size: 13px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.cont_blog p.blog_icon {
		font-size: 11px;
		color: #FF2626;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		margin-left: 10px;
	}
	
	h3.ttl_blog {
		font-size: 15px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}

@media (min-width: 768px) {
	ul.nav_blog {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	ul.nav_blog li {
		min-width: 150px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	ul.nav_blog li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #7fd1eb;
		border-radius: 10px;
		font-size: 15px;
		font-weight: 500;
		color: #333;
		background-color: #fff;
		padding: 0.6em 1em;
	}
	
	ul.nav_blog li a:hover {
		opacity: 1;
		border: 1px solid #7fd1eb;
		color: #7fd1eb;
		background-color: #7fd1eb;
		color: #333;
	}
	
	ul.nav_blog li.active a {
		border: 1px solid #7fd1eb;
		color: #7fd1eb;
		background-color: #7fd1eb;
		color: #333;
	}
	
	ul.nav_blog li a {
		transition: 0.2s;
	}
	
	.cont_blog {
		width: 31.5%;
		margin-right: 2.75%;
		margin-bottom: 25px;
		padding-bottom: 15px;
		position: relative;
		border-bottom: 1px dashed #777;
	}
	
	.cont_blog:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.cont_blog a {
		display: block;
		color: #333;
	}
	
	.cont_blog a:hover {
		opacity: 0.85;
	}
	
	.cont_blog p.pic {
		margin-bottom: 15px;
	}
	
	.cont_blog .info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 5px;
	}
	
	.cont_blog .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
	}
	
	.cont_blog p.blog_cate {
		font-size: 13px;
		line-height: 1.4;
		padding: 0.2em 1em;
		background-color: #fbeb9c;
		text-align: center;
		border-radius: 5px;
		margin-left: 10px;
	}
	
	.cont_blog p.blog_date {
		font-size: 13px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.cont_blog p.blog_icon {
		font-size: 11px;
		color: #FF2626;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		margin-left: 10px;
	}
	
	h3.ttl_blog {
		font-size: 15px;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}
}

@media (min-width: 992px) {
	ul.nav_blog {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	ul.nav_blog li {
		min-width: 170px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	ul.nav_blog li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #7fd1eb;
		border-radius: 10px;
		font-size: 16px;
		font-weight: 500;
		color: #333;
		background-color: #fff;
		padding: 0.7em 1em;
	}
	
	ul.nav_blog li a:hover {
		opacity: 1;
		border: 1px solid #7fd1eb;
		color: #7fd1eb;
		background-color: #7fd1eb;
		color: #333;
	}
	
	ul.nav_blog li.active a {
		border: 1px solid #7fd1eb;
		color: #7fd1eb;
		background-color: #7fd1eb;
		color: #333;
	}
	
	ul.nav_blog li a {
		transition: 0.2s;
	}
	
	.cont_blog {
		width: 31.5%;
		margin-right: 2.75%;
		margin-bottom: 30px;
		padding-bottom: 20px;
		position: relative;
		border-bottom: 1px dashed #777;
	}
	
	.cont_blog:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.cont_blog a {
		display: block;
		color: #333;
	}
	
	.cont_blog a:hover {
		opacity: 0.85;
	}
	
	.cont_blog p.pic {
		margin-bottom: 15px;
	}
	
	.cont_blog .info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 5px;
	}
	
	.cont_blog .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
	}
	
	.cont_blog p.blog_cate {
		font-size: 13px;
		line-height: 1.4;
		padding: 0.2em 1em;
		background-color: #fbeb9c;
		text-align: center;
		border-radius: 5px;
		margin-left: 15px;
	}
	
	.cont_blog p.blog_date {
		font-size: 14px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.cont_blog p.blog_icon {
		font-size: 11px;
		color: #FF2626;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		margin-left: 15px;
	}
	
	h3.ttl_blog {
		font-size: 16px;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}
}

@media (min-width: 1200px) {
	ul.nav_blog {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	ul.nav_blog li {
		min-width: 170px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	ul.nav_blog li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #7fd1eb;
		border-radius: 10px;
		font-size: 16px;
		font-weight: 500;
		color: #333;
		background-color: #fff;
		padding: 0.7em 1em;
	}
	
	ul.nav_blog li a:hover {
		opacity: 1;
		border: 1px solid #7fd1eb;
		color: #7fd1eb;
		background-color: #7fd1eb;
		color: #333;
	}
	
	ul.nav_blog li.active a {
		border: 1px solid #7fd1eb;
		color: #7fd1eb;
		background-color: #7fd1eb;
		color: #333;
	}
	
	ul.nav_blog li a {
		transition: 0.2s;
	}
	
	.cont_blog {
		width: 31.5%;
		margin-right: 2.75%;
		margin-bottom: 30px;
		padding-bottom: 20px;
		position: relative;
		border-bottom: 1px dashed #777;
	}
	
	.cont_blog:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.cont_blog a {
		display: block;
		color: #333;
	}
	
	.cont_blog a:hover {
		opacity: 0.85;
	}
	
	.cont_blog p.pic {
		margin-bottom: 15px;
	}
	
	.cont_blog .info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 5px;
	}
	
	.cont_blog .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
	}
	
	.cont_blog p.blog_cate {
		font-size: 13px;
		line-height: 1.4;
		padding: 0.2em 1em;
		background-color: #fbeb9c;
		text-align: center;
		border-radius: 5px;
		margin-left: 15px;
	}
	
	.cont_blog p.blog_date {
		font-size: 14px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.cont_blog p.blog_icon {
		font-size: 11px;
		color: #FF2626;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		margin-left: 15px;
	}
	
	h3.ttl_blog {
		font-size: 16px;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}
}


/* detail.html　クリッパーズブログ詳細
=========================================================================== */

@media (max-width: 767px) {
	.info_detail {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}
	
	.info_detail p.news_date {
		font-size: 13px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.info_detail p.news_cate {
		font-size: 11px;
		line-height: 1.4;
		padding: 0.2em 1em;
		background-color: #B5ECFF;
		text-align: center;
		margin-left: 10px;
		border-radius: 5px;
	}
	
	.info_detail p.news_icon {
		font-size: 10px;
		color: #FF2626;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		margin-left: 10px;
	}
	
	h3.detail {
		font-size: 15px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		padding-bottom: 7px;
		margin-bottom: 15px;
		border-bottom: 5px double #B5ECFF;
	}
	
	.cont_detail {
		font-size: 15px;
		line-height: normal;
		letter-spacing: 0.03em;
		margin: 25px auto;
	}
	
		.pic_detail {
			width: 100%;
			max-width: 700px;
			margin: 0 auto;
		}
	
		.pic_detail .swiper-container {
			overflow: hidden!important;
		}
	
		.pic_detail {
			margin-bottom: 30px;
		}
	
		.thumb-list {
			padding: 0;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}
	
		.thumb-item {
			list-style: none;
			width: 19%;
			margin-right: 1.25%;
		}
	
		.thumb-item:nth-of-type(5n) {
			margin-right: 0;
		}
	
		.thumb-link {
			display: block;
		}
	
		.pic_detail .swiper-container {
			margin: 0 0 15px 0 !important;
		}
	
		.pic_detail .swiper-slide {
			display: block;
		}
	
		.photo_detail {
			height: 0;
			display: block;
			padding-bottom: 68%;
			background-color: transparent;
			overflow: hidden;
			position: relative;
		}
	
		.photo_detail img {
			max-width: inherit;
			max-height: inherit;
			width: 100%;
			height: 100%;
			object-fit: scale-down;
			font-family: 'object-fit: scale-down;';
			position: absolute;
			left: 0;
			top: 0;
		}
	
		ul.file_detail {
			display: flex;
			flex-direction: column;
			margin: 25px 0 25px;
		}
		
		ul.file_detail li {
			margin-bottom: 10px;
		}
		
		ul.file_detail li a {
			display: flex;
			flex-direction: row;
			align-items: center;
			color: #333;
			font-size: 13px;
			border: 1px solid #3294B6;
			padding: 0.5em 1em 0.5em 1.5em;
			line-height: 1.4;
			position: relative;
			border-radius: 30px;
		}
	
		ul.file_detail li a:hover {
			opacity: 1;
			background-color: #e2f8ff;
		}
		
		ul.file_detail li a:before {
			background: url(../images/icon_pdf.png) 0 0 /contain no-repeat;
			width: 20px;
			height: 23px;
			margin-right: 7px;
			content: '';
			display: block;
			flex-shrink: 0;
		}
	
	p.btn_back a {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 140px;
			height: 40px;
			background-color: #e2f8ff;
			border: 2px solid #B5ECFF;
			border-radius: 30px;
			color: #333;
			font-size: 14px;
			margin: 20px auto 0;
		}
	
		p.btn_back a:hover {
			opacity: 1;
			background-color: #B5ECFF;
		}
}

@media (min-width: 768px) {
	.info_detail {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}
	
	.info_detail p.news_date {
		font-size: 13px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.info_detail p.news_cate {
		font-size: 13px;
		line-height: 1.4;
		padding: 0.2em 1em;
		background-color: #B5ECFF;
		text-align: center;
		margin-left: 15px;
		border-radius: 5px;
	}
	
	.info_detail p.news_icon {
		font-size: 11px;
		color: #FF2626;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		margin-left: 15px;
	}
	
	h3.detail {
		font-size: 17px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 7px double #B5ECFF;
	}
	
	.cont_detail {
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0.03em;
		margin: 30px auto;
	}
	
		.pic_detail {
			width: 100%;
			max-width: 700px;
			margin: 0 auto;
		}
	
		.pic_detail .swiper-container {
			overflow: hidden!important;
		}
	
		.pic_detail {
			margin-bottom: 30px;
		}
	
		.thumb-list {
			padding: 0;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}
	
		.thumb-item {
			list-style: none;
			width: 19%;
			margin-right: 1.25%;
		}
	
		.thumb-item:nth-of-type(5n) {
			margin-right: 0;
		}
	
		.thumb-link {
			display: block;
		}
	
		.pic_detail .swiper-container {
			margin: 0 0 15px 0 !important;
		}
	
		.pic_detail .swiper-slide {
			display: block;
		}
	
		.photo_detail {
			height: 0;
			display: block;
			padding-bottom: 68%;
			background-color: transparent;
			overflow: hidden;
			position: relative;
		}
	
		.photo_detail img {
			max-width: inherit;
			max-height: inherit;
			width: 100%;
			height: 100%;
			object-fit: scale-down;
			font-family: 'object-fit: scale-down;';
			position: absolute;
			left: 0;
			top: 0;
		}
	
		ul.file_detail {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin: 40px 0 50px;
		}
		
		ul.file_detail li {
			margin-right: 15px;
			margin-bottom: 15px;
		}
		
		ul.file_detail li a {
			display: flex;
			flex-direction: row;
			align-items: center;
			color: #333;
			font-size: 14px;
			border: 2px solid #3294B6;
			padding: 0.5em 1em 0.5em 1.5em;
			line-height: 1.4;
			position: relative;
			border-radius: 30px;
		}
	
		ul.file_detail li a:hover {
			opacity: 1;
			background-color: #e2f8ff;
		}
		
		ul.file_detail li a:before {
			background: url(../images/icon_pdf.png) 0 0 /contain no-repeat;
			width: 20px;
			height: 23px;
			margin-right: 7px;
			content: '';
			display: block;
			flex-shrink: 0;
		}
	
	p.btn_back a {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 180px;
			height: 50px;
			background-color: #e2f8ff;
			border: 2px solid #B5ECFF;
			border-radius: 30px;
			color: #333;
			font-size: 16px;
			margin: 30px auto 0;
		}
	
		p.btn_back a:hover {
			opacity: 1;
			background-color: #B5ECFF;
		}
}

@media (min-width: 992px) {
	.info_detail {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 15px;
	}
	
	.info_detail p.news_date {
		font-size: 14px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.info_detail p.news_cate {
		font-size: 14px;
		line-height: 1.4;
		padding: 0.2em 1em;
		background-color: #B5ECFF;
		text-align: center;
		margin-left: 20px;
		border-radius: 5px;
	}
	
	.info_detail p.news_icon {
		font-size: 11px;
		color: #FF2626;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		margin-left: 20px;
	}
	
	h3.detail {
		font-size: 18px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 30px;
		border-bottom: 7px double #B5ECFF;
	}
	
	.cont_detail {
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0.03em;
		margin: 40px auto;
	}
	
		.pic_detail {
			width: 100%;
			max-width: 840px;
			margin: 0 auto;
		}
	
		.pic_detail .swiper-container {
			overflow: hidden!important;
		}
	
		.pic_detail {
			margin-bottom: 40px;
		}
	
		.thumb-list {
			padding: 0;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}
	
		.thumb-item {
			list-style: none;
			width: 19%;
			margin-right: 1.25%;
		}
	
		.thumb-item:nth-of-type(5n) {
			margin-right: 0;
		}
	
		.thumb-link {
			display: block;
		}
	
		.pic_detail .swiper-container {
			margin: 0 0 15px 0 !important;
		}
	
		.pic_detail .swiper-slide {
			display: block;
		}
	
		.photo_detail {
			height: 0;
			display: block;
			padding-bottom: 68%;
			background-color: transparent;
			overflow: hidden;
			position: relative;
		}
	
		.photo_detail img {
			max-width: inherit;
			max-height: inherit;
			width: 100%;
			height: 100%;
			object-fit: scale-down;
			font-family: 'object-fit: scale-down;';
			position: absolute;
			left: 0;
			top: 0;
		}
	
		ul.file_detail {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin: 40px 0 50px;
		}
		
		ul.file_detail li {
			margin-right: 15px;
			margin-bottom: 15px;
		}

		ul.file_detail li a {
			display: flex;
			flex-direction: row;
			align-items: center;
			color: #333;
			font-size: 14px;
			border: 2px solid #3294B6;
			padding: 0.7em 2em 0.7em 2em;
			line-height: 1.4;
			position: relative;
			border-radius: 30px;
		}
	
		ul.file_detail li a:hover {
			opacity: 1;
			background-color: #e2f8ff;
		}
		
		ul.file_detail li a:before {
			background: url(../images/icon_pdf.png) 0 0 /contain no-repeat;
			width: 23px;
			height: 26px;
			margin-right: 10px;
			content: '';
			display: block;
			flex-shrink: 0;
		}
	
	p.btn_back a {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 180px;
			height: 50px;
			background-color: #e2f8ff;
			border: 2px solid #B5ECFF;
			border-radius: 30px;
			color: #333;
			font-size: 16px;
			margin: 40px auto 0;
		}
	
		p.btn_back a:hover {
			opacity: 1;
			background-color: #B5ECFF;
		}
}

@media (min-width: 1200px) {
	.info_detail {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 25px;
	}
	
	.info_detail p.news_date {
		font-size: 16px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.info_detail p.news_cate {
		font-size: 14px;
		line-height: 1.4;
		padding: 0.2em 1em;
		background-color: #B5ECFF;
		text-align: center;
		margin-left: 20px;
		border-radius: 5px;
	}
	
	.info_detail p.news_icon {
		font-size: 11px;
		color: #FF2626;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		margin-left: 20px;
	}
	
	h3.detail {
		font-size: 20px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 30px;
		border-bottom: 7px double #B5ECFF;
	}
	
	.cont_detail {
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0.03em;
		margin: 40px auto;
	}
	
		.pic_detail {
			width: 100%;
			max-width: 840px;
			margin: 0 auto;
		}
	
		.pic_detail .swiper-container {
			overflow: hidden!important;
		}
	
		.pic_detail {
			margin-bottom: 40px;
		}
	
		.thumb-list {
			padding: 0;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}
	
		.thumb-item {
			list-style: none;
			width: 19%;
			margin-right: 1.25%;
		}
	
		.thumb-item:nth-of-type(5n) {
			margin-right: 0;
		}
	
		.thumb-link {
			display: block;
		}
	
		.pic_detail .swiper-container {
			margin: 0 0 15px 0 !important;
		}
	
		.pic_detail .swiper-slide {
			display: block;
		}
	
		.photo_detail {
			height: 0;
			display: block;
			padding-bottom: 68%;
			background-color: transparent;
			overflow: hidden;
			position: relative;
		}
	
		.photo_detail img {
			max-width: inherit;
			max-height: inherit;
			width: 100%;
			height: 100%;
			object-fit: scale-down;
			font-family: 'object-fit: scale-down;';
			position: absolute;
			left: 0;
			top: 0;
		}
	
		ul.file_detail {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin: 40px 0 50px;
		}
		
		ul.file_detail li {
			margin-right: 15px;
			margin-bottom: 15px;
		}
		
		ul.file_detail li a {
			display: flex;
			flex-direction: row;
			align-items: center;
			color: #333;
			font-size: 15px;
			border: 2px solid #3294B6;
			padding: 0.7em 2em 0.7em 2em;
			line-height: 1.4;
			position: relative;
			border-radius: 30px;
		}
	
		ul.file_detail li a:hover {
			opacity: 1;
			background-color: #e2f8ff;
		}
		
		ul.file_detail li a:before {
			background: url(../images/icon_pdf.png) 0 0 /contain no-repeat;
			width: 23px;
			height: 26px;
			margin-right: 10px;
			content: '';
			display: block;
			flex-shrink: 0;
		}
	
	p.btn_back a {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 200px;
			height: 54px;
			background-color: #e2f8ff;
			border: 2px solid #B5ECFF;
			border-radius: 30px;
			color: #333;
			font-size: 17px;
			margin: 50px auto 0;
		}
	
		p.btn_back a:hover {
			opacity: 1;
			background-color: #B5ECFF;
		}
}


/* recruit.html　採用情報
=========================================================================== */


@media (max-width: 767px) {
	.intro_recruit .container {
		position: relative;
		padding: 0 30px;
	}
	
	.intro_recruit p.text {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 2;
		color: #414141;
	}
}

@media (min-width: 768px) {
	.intro_recruit .container {
		position: relative;
		padding: 0 70px;
	}
	
	.intro_recruit .container:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit_l.png) 0 0 /contain no-repeat;
		width: 70px;
		height: 135px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		opacity: 0.8;
	}
	
	.intro_recruit .container:after {
		content: '';
		display: block;
		background: url(../images/deco_recruit_r.png) 0 0 /contain no-repeat;
		width: 70px;
		height: 135px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(0);
		opacity: 0.8;
	}
	
	.intro_recruit p.text {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 2.2;
		color: #414141;
	}
}

@media (min-width: 992px) {
	.intro_recruit .container {
		position: relative;
		padding: 0 80px;
		margin-top: 80px;
		max-width: 900px;
	}
	
	.intro_recruit .container:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit_l.png) 0 0 /contain no-repeat;
		width: 100px;
		height: 193px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		opacity: 0.8;
	}
	
	.intro_recruit .container:after {
		content: '';
		display: block;
		background: url(../images/deco_recruit_r.png) 0 0 /contain no-repeat;
		width: 100px;
		height: 193px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(0);
		opacity: 0.8;
	}
	
	.intro_recruit p.text {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 15px;
		letter-spacing: 0.25em;
		line-height: 2.2;
		color: #414141;
	}
}

@media (min-width: 1200px) {
	.intro_recruit .container {
		position: relative;
		padding: 0 150px;
		margin-top: 100px;
		max-width: 1080px;
	}
	
	.intro_recruit .container:before {
		content: '';
		display: block;
		background: url(../images/deco_recruit_l.png) 0 0 /contain no-repeat;
		width: 140px;
		height: 270px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		opacity: 0.8;
	}
	
	.intro_recruit .container:after {
		content: '';
		display: block;
		background: url(../images/deco_recruit_r.png) 0 0 /contain no-repeat;
		width: 140px;
		height: 270px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(0);
		opacity: 0.8;
	}
	
	.intro_recruit p.text {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 16px;
		letter-spacing: 0.25em;
		line-height: 2.2;
		color: #414141;
	}
}



@media (max-width: 767px) {
	.pic_recruit01 {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.cont_recruit01 {
		width: 100%;
	}
	
	.cont_recruit01 p.text {
		font-size: 14px;
		line-height: 1.8;
	}	
	
	ul.recruit01 {
		margin: 20px 0;
	}
	
	ul.recruit01 li {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 10px;
		list-style-type: disc;
		margin-left: 1.5em;
	text-indent: -1.5em;
	padding-left: 1.5em;
	}
	
	.ttl_recruit02 {
		width: 160px;
		height: 130px;
		flex-shrink: 0;
		padding-left: 30px;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.6;
		background: url(../images/ttl_recruit01.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 30px;
	}
	
	ul.recruit02 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		margin: 20px 0 0;
	}
	
	ul.recruit02 li {
		width: 49%;
		font-size: 15px;
		font-family: 'Mochiy Pop One', sans-serif;
		text-align: center;
		background-color: #fff;
		border-radius: 10px;
		padding: 0.8em 0.2em;
		margin-bottom: 8px;
		margin-right: 2%;
		color: #4e75bf;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	ul.recruit02 li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.pic_recruit01 {
		width: 52%;
	}
	
	.cont_recruit01 {
		width: 43%;
	}
	
	.cont_recruit01 p.text {
		font-size: 15px;
		line-height: 2;
	}	
	
	ul.recruit01 {
		margin: 20px 0;
	}
	
	ul.recruit01 li {
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 10px;
		list-style-type: disc;
		margin-left: 1.5em;
	text-indent: -1.5em;
	padding-left: 1.5em;
	}
	
	.ttl_recruit02 {
		width: 160px;
		height: 130px;
		flex-shrink: 0;
		margin-right: 20px;
		padding-left: 30px;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.6;
		background: url(../images/ttl_recruit01.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	ul.recruit02 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		margin: 30px 0 0;
	}
	
	ul.recruit02 li {
		width: 19.3%;
		font-size: 15px;
		font-family: 'Mochiy Pop One', sans-serif;
		text-align: center;
		background-color: #fff;
		border-radius: 10px;
		padding: 0.2em 0.2em;
		margin-bottom: 8px;
		margin-right: 0.875%;
		color: #4e75bf;
		min-height: 70px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	ul.recruit02 li:nth-of-type(5n) {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.pic_recruit01 {
		width: 52%;
	}
	
	.cont_recruit01 {
		width: 43%;
	}
	
	.cont_recruit01 p.text {
		font-size: 15px;
		line-height: 2;
	}	
	
	ul.recruit01 {
		margin: 20px 0;
	}
	
	ul.recruit01 li {
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 10px;
		list-style-type: disc;
		margin-left: 1.5em;
	text-indent: -1.5em;
	padding-left: 1.5em;
	}
	
	.ttl_recruit02 {
		width: 190px;
		height: 160px;
		flex-shrink: 0;
		margin-right: 40px;
		padding-left: 30px;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.6;
		background: url(../images/ttl_recruit01.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	ul.recruit02 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		margin: 30px 0 0;
	}
	
	ul.recruit02 li {
		width: 19.3%;
		font-size: 15px;
		font-family: 'Mochiy Pop One', sans-serif;
		text-align: center;
		background-color: #fff;
		border-radius: 10px;
		padding: 1.5em 0.7em;
		margin-bottom: 8px;
		margin-right: 0.875%;
		color: #4e75bf;
	}
	
	ul.recruit02 li:nth-of-type(5n) {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.pic_recruit01 {
		width: 52%;
	}
	
	.cont_recruit01 {
		width: 43%;
	}
	
	.cont_recruit01 p.text {
		font-size: 16px;
		line-height: 2;
	}	
	
	ul.recruit01 {
		margin: 25px 0;
	}
	
	ul.recruit01 li {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 10px;
		list-style-type: disc;
		margin-left: 1.5em;
	text-indent: -1.5em;
	padding-left: 1.5em;
	}
	
	.ttl_recruit02 {
		width: 190px;
		height: 160px;
		flex-shrink: 0;
		margin-right: 50px;
		padding-left: 30px;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 20px;
		letter-spacing: 0.1em;
		line-height: 1.6;
		background: url(../images/ttl_recruit01.png) 0 0 /contain no-repeat;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	ul.recruit02 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		margin: 50px 0 0;
	}
	
	ul.recruit02 li {
		width: 19.3%;
		font-size: 16px;
		font-family: 'Mochiy Pop One', sans-serif;
		text-align: center;
		background-color: #fff;
		border-radius: 10px;
		padding: 1.5em 1em;
		margin-bottom: 8px;
		margin-right: 0.875%;
		color: #4e75bf;
	}
	
	ul.recruit02 li:nth-of-type(5n) {
		margin-right: 0;
	}
}



@media (max-width: 767px) {
	h4.bg_yellow {
		font-size: 16px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: #192650;
		background-color: #FFDE3D;
		padding: 0.7em 1em;
		margin-bottom: 15px;
		border-radius: 7px;
	}

	table.sub {
		width: 100%;
	}

	table.sub th {
		display: block;
		width: 100%;
		background-color: #1F497D;
		font-size: 14px;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 6px 10px;
		border-radius: 3px;
	}

	table.sub td {
		display: block;
		width: 100%;
		font-size: 14px;
		letter-spacing: 0.05em;
		padding: 6px 10px 18px;
		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) {
	h4.bg_yellow {
		font-size: 17px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: #192650;
		background-color: #FFDE3D;
		padding: 0.7em 1.7em;
		margin-bottom: 15px;
		border-radius: 7px;
	}

	table.sub {
		width: 100%;
	}

	table.sub tr:nth-of-type(even) {
		background-color: #ebfaff;
	}

	table.sub th {
		color: #234097;
		font-size: 15px;
		letter-spacing: 0.05em;
		width: 200px;
		padding: 20px 30px 20px 25px;
	}

	table.sub td {
		font-size: 15px;
		letter-spacing: 0.05em;
		padding: 20px 30px 20px 20px;
		line-height: 1.8;
	}
}

@media (min-width: 992px) {
	h4.bg_yellow {
		font-size: 18px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: #192650;
		background-color: #FFDE3D;
		padding: 0.7em 1.7em;
		margin-bottom: 15px;
		border-radius: 7px;
	}

	table.sub {
		width: 100%;
	}

	table.sub tr:nth-of-type(even) {
		background-color: #ebfaff;
	}

	table.sub th {
		color: #234097;
		font-size: 15px;
		letter-spacing: 0.05em;
		width: 260px;
		padding: 20px 30px 20px 25px;
	}

	table.sub td {
		font-size: 15px;
		letter-spacing: 0.05em;
		padding: 20px 30px 20px 20px;
		line-height: 1.8;
	}
}

@media (min-width: 1200px) {
	h4.bg_yellow {
		font-size: 20px;
		font-family: 'Mochiy Pop One', sans-serif;
		color: #192650;
		background-color: #FFDE3D;
		padding: 0.7em 1.7em;
		margin-bottom: 15px;
		border-radius: 7px;
	}
	
	table.sub {
		width: 100%;
	}

	table.sub tr:nth-of-type(even) {
		background-color: #ebfaff;
	}

	table.sub th {
		color: #234097;
		font-size: 16px;
		letter-spacing: 0.05em;
		width: 260px;
		padding: 20px 30px 20px 35px;
	}

	table.sub td {
		font-size: 16px;
		letter-spacing: 0.05em;
		padding: 20px 30px 20px 20px;
		line-height: 1.8;
	}
}






@media (max-width: 767px) {
	.cont_recruit03 {
		width: 100%;
		margin-bottom: 45px;
		position: relative;
		background-color: #f3f1e8;
		border-radius: 20px;
		padding: 15px;
	}

	.cont_recruit03 p.icon {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		background-color: #FFDE3D;
		border-radius: 50%;
		margin: 0 auto 15px;
		position: relative;
	}

	.cont_recruit03:after {
		content: "\f0d7";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
left: 50%;
bottom: -35px;
transform: translateY(0) translateX(-50%);
font-size: 18px;
color: #3965b8;
	}

	.cont_recruit03:last-child:after {
		content: '';
	}
		
	.cont_recruit03 p.icon img {
		width: 35px;
	}
	
	h4.recruit03 {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 17px;
		margin-bottom: 10px;
	}
	
	h4.recruit03 span {
		font-size: 14px;
		margin-right: 10px;
		display: inline-block;
		color: #3965b8;
	}
	
	.cont_recruit03 p.text {
		text-align: center;
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (min-width: 768px) {
	.cont_recruit03 {
		width: 23%;
		background-color: #f3f1e8;
		border-radius: 20px;
		padding: 15px;
		position: relative;
	}

	.cont_recruit03 p.icon {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		background-color: #FFDE3D;
		border-radius: 50%;
		margin: 0 auto 20px;
	}

	.cont_recruit03:after {
		content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
right: -12px;
transform: translateY(-50%) translateX(0);
font-size: 16px;
color: #3965b8;
	}

	.cont_recruit03:last-child:after {
		content: '';
	}
		
	.cont_recruit03 p.icon img {
		width: 50px;
	}
	
	h4.recruit03 {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 17px;
		margin-bottom: 15px;
	}
	
	h4.recruit03 span {
		font-size: 13px;
		margin-right: 7px;
		display: inline-block;
		color: #3965b8;
	}
	
	.cont_recruit03 p.text {
		text-align: center;
		font-size: 15px;
		line-height: 1.7;
	}
}

@media (min-width: 992px) {
	.cont_recruit03 {
		width: 23%;
		background-color: #f3f1e8;
		border-radius: 20px;
		padding: 15px;
		position: relative;
	}

	.cont_recruit03 p.icon {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 120px;
		background-color: #FFDE3D;
		border-radius: 50%;
		margin: 0 auto 20px;
	}

	.cont_recruit03:after {
		content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
right: -15px;
transform: translateY(-50%) translateX(0);
font-size: 18px;
color: #3965b8;
	}

	.cont_recruit03:last-child:after {
		content: '';
	}
		
	.cont_recruit03 p.icon img {
		width: 50px;
	}
	
	h4.recruit03 {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 19px;
		margin-bottom: 15px;
	}
	
	h4.recruit03 span {
		font-size: 14px;
		margin-right: 10px;
		display: inline-block;
		color: #3965b8;
	}
	
	.cont_recruit03 p.text {
		text-align: center;
		font-size: 16px;
		line-height: 1.7;
	}
}

@media (min-width: 1200px) {
	.cont_recruit03 {
		width: 23%;
		background-color: #f3f1e8;
		border-radius: 20px;
		padding: 15px;
		position: relative;
	}

	.cont_recruit03 p.icon {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 160px;
		background-color: #FFDE3D;
		border-radius: 50%;
		margin: 0 auto 20px;
	}

	.cont_recruit03:after {
		content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%) translateX(0);
font-size: 18px;
color: #3965b8;
	}

	.cont_recruit03:last-child:after {
		content: '';
	}
		
	.cont_recruit03 p.icon img {
		width: 70px;
	}
	
	h4.recruit03 {
		text-align: center;
		font-family: 'Mochiy Pop One', sans-serif;
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	h4.recruit03 span {
		font-size: 15px;
		margin-right: 10px;
		display: inline-block;
		color: #3965b8;
	}
	
	.cont_recruit03 p.text {
		text-align: center;
		font-size: 16px;
		line-height: 1.7;
	}
}










/* overview.html　法人概要
=========================================================================== */

@media (max-width: 767px) {
	p.name_overview01 {
		text-align: right;
		font-size: 17px;
		letter-spacing: 0.1em;
		margin-top: 20px;
	}
	
	p.name_overview01 span {
		display: block;
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.6;
	}

	p.name_overview01 b {
		display: inline-block;
		font-size: 13px;
		font-weight: normal;
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	p.name_overview01 {
		text-align: right;
		font-size: 17px;
		letter-spacing: 0.1em;
		margin-top: 25px;
	}
	
	p.name_overview01 span {
		display: inline-block;
		font-size: 14px;
		margin-right: 20px;
	}
	
	#overview02 table.sub tr:nth-of-type(even) {
		background-color: #f8fdff;
	}
}

@media (min-width: 992px) {
	p.name_overview01 {
		text-align: right;
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-top: 25px;
	}
	
	p.name_overview01 span {
		display: inline-block;
		font-size: 15px;
		margin-right: 25px;
	}
	
	#overview02 table.sub tr:nth-of-type(even) {
		background-color: #f8fdff;
	}
}

@media (min-width: 1200px) {
	p.name_overview01 {
		text-align: right;
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-top: 25px;
	}
	
	p.name_overview01 span {
		display: inline-block;
		font-size: 15px;
		margin-right: 25px;
	}
	
	#overview02 table.sub tr:nth-of-type(even) {
		background-color: #f8fdff;
	}
}



@media (max-width: 767px) {
	.access_map iframe {
		width: 100%;
		height: 360px;
		border-radius: 20px;
	}

	.info_access {
		margin-top: 15px;
	}

	.info_access p.ttl {
		background-color: #195897;
		color: #fff;
		display: block;
		padding: 0.2em 0.5em;
		border-radius: 5px;
		font-size: 14px;
		margin: 0 auto 5px;
		text-align: center;
	}

	.info_access p.text {
		text-align: center;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 40px;
		border: 1px solid #195897;
		font-size: 14px;
		margin: 20px 0 0;
		border-radius: 7px;
	}

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

	.bg_overview04 .pic_sub_l {
		margin-bottom: 20px;
		margin-top: 0;
	}
}

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

	.info_access {
		margin-top: 20px;
	}

	.info_access p.ttl {
		background-color: #195897;
		color: #fff;
		display: inline-block;
		padding: 0.2em 0.5em;
		border-radius: 5px;
		font-size: 16px;
		margin-bottom: 5px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #195897;
		font-size: 14px;
		margin: 20px 0 0;
		border-radius: 7px;
	}

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

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

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #195897;
		font-size: 14px;
		margin: 20px auto 0;
		border-radius: 7px;
	}

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

@media (min-width: 1200px) {
	.access_map iframe {
		width: 100%;
		height: 500px;
		border-radius: 30px;
	}

	.info_access {
		margin-top: 20px;
	}

	.info_access p.ttl {
		background-color: #195897;
		color: #fff;
		display: inline-block;
		padding: 0.2em 0.5em;
		border-radius: 5px;
		font-size: 16px;
		margin-bottom: 5px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #195897;
		font-size: 14px;
		margin: 20px 0 0;
		border-radius: 7px;
	}

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


@media (max-width: 767px) {
ul.rinen {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 10px;
	margin: 0 auto;
}

ul.rinen li {
	background-color: #fffccb;
	padding: 0.5em 0.5em;
	font-size: 16px;
	letter-spacing: 0.02em;
	border-radius: 50%;
	text-align: left;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 110px;
	margin: 0 auto;
}

ul.rinen li:before {
	content: "\f599";
font-family: 'Font Awesome\ 5 Free';
font-weight: 400;
font-size: 32px;
margin-right: 8px;
color: #fddd26;
flex-shrink: 0;
}

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

@media (min-width: 768px) {
ul.rinen {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	margin: 0 auto;
}

ul.rinen li {
	background-color: #fffccb;
	padding: 1em 0.5em;
	font-size: 18px;
	letter-spacing: 0.02em;
	border-radius: 50%;
	text-align: left;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 180px;
}

ul.rinen li:before {
	content: "\f599";
font-family: 'Font Awesome\ 5 Free';
font-weight: 400;
font-size: 40px;
margin-right: 8px;
color: #fddd26;
flex-shrink: 0;
}

p.text_rinen {
	text-align: center;
	font-size: 19px;
	margin-top: 30px;
}
}

@media (min-width: 992px) {
ul.rinen {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	margin: 0 auto;
}

ul.rinen li {
	background-color: #fffccb;
	padding: 1em 1em;
	font-size: 19px;
	letter-spacing: 0.05em;
	border-radius: 50%;
	text-align: left;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 200px;
}

ul.rinen li:before {
	content: "\f599";
font-family: 'Font Awesome\ 5 Free';
font-weight: 400;
font-size: 50px;
margin-right: 8px;
color: #fddd26;
flex-shrink: 0;
}

p.text_rinen {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
}
}

@media (min-width: 1200px) {
ul.rinen {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
	max-width: 900px;
	margin: 0 auto;
}

ul.rinen li {
	background-color: #fffccb;
	padding: 1em 1em;
	font-size: 20px;
	letter-spacing: 0.05em;
	border-radius: 50%;
	text-align: left;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 220px;
}

ul.rinen li:before {
	content: "\f599";
font-family: 'Font Awesome\ 5 Free';
font-weight: 400;
font-size: 50px;
margin-right: 8px;
color: #fddd26;
flex-shrink: 0;
}

p.text_rinen {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-top: 30px;
	color: #333;
}
}


@media (max-width: 767px) {
#overview03 table.sub th {
	color: #10566f;
	font-weight: normal;
	background-color: #f7edb5;
}
}

@media (min-width: 768px) {
#overview03 table.sub tr:nth-of-type(even) {
        background-color: #fff7ce;
    }

#overview03 table.sub th {
	color: #10566f;
	font-weight: normal;
}
}



/* contact.html　お問い合わせ
=========================================================================== */

@media (max-width: 767px) {
	.bg_contact01 {
		margin-bottom: 40px;
	}
	
	h3.contact {
		font-size: 17px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.05em;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 2px dashed #f1d558;
	}
	
	h3.contact:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 80px;
		height: 12px;
		margin: 0 auto 15px;
	}
	
	p.tel_contact01 {
		font-size: 26px;
		font-family: 'Baloo Thambi 2', system-ui;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: baseline;
		justify-content: center;
	}
	
	p.tel_contact01 span.tel_link {
		color: #333;
	}
	
	p.tel_contact01 b {
		color: #ddb502;
		font-size: 22px;
		display: inline-block;
		margin-right: 5px;
	}
	
	p.bnr_contact01 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 90%;
		max-width: 300px;
		height: 56px;
		border: 1px solid #E8473F;
		margin: 20px auto 0;
		border-radius: 8px;
	}
	
	p.bnr_contact01 img {
		width: 160px;
	}
	
	p.text_contact01 {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	p.text_contact01 span {
		display: inline-block;
		background-color: #ff0000;
		color: #fff;
		line-height: 1;
		font-size: 13px;
		padding: 0.3em 0.8em;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.bg_contact01 {
		margin-bottom: 50px;
	}
	
	h3.contact {
		font-size: 19px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.05em;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 2px dashed #f1d558;
	}
	
	h3.contact:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 80px;
		height: 12px;
		margin: 0 auto 15px;
	}
	
	p.tel_contact01 {
		font-size: 30px;
		font-family: 'Baloo Thambi 2', system-ui;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: baseline;
		margin-right: 50px;
	}
	
	p.tel_contact01 span.tel_link {
		color: #333;
	}
	
	p.tel_contact01 b {
		color: #ddb502;
		font-size: 24px;
		display: inline-block;
		margin-right: 5px;
	}
	
	p.bnr_contact01 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 64px;
		border: 2px solid #E8473F;
		margin: 30px auto 0;
		border-radius: 8px;
	}
	
	p.bnr_contact01 img {
		width: 180px;
	}
	
	p.text_contact01 {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	p.text_contact01 span {
		display: inline-block;
		background-color: #ff0000;
		color: #fff;
		line-height: 1;
		font-size: 13px;
		padding: 0.3em 0.8em;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	.bg_contact01 {
		margin-bottom: 70px;
	}
	
	h3.contact {
		font-size: 21px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.05em;
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: 2px dashed #f1d558;
	}
	
	h3.contact:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 80px;
		height: 12px;
		margin: 0 auto 15px;
	}
	
	p.tel_contact01 {
		font-size: 36px;
		font-family: 'Baloo Thambi 2', system-ui;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: baseline;
		margin-right: 50px;
	}
	
	p.tel_contact01 span.tel_link {
		color: #333;
	}
	
	p.tel_contact01 b {
		color: #ddb502;
		font-size: 28px;
		display: inline-block;
		margin-right: 5px;
	}
	
	p.bnr_contact01 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 360px;
		height: 80px;
		border: 2px solid #E8473F;
		margin: 30px auto 0;
		border-radius: 8px;
	}
	
	p.bnr_contact01 img {
		width: 210px;
	}
	
	p.text_contact01 {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	p.text_contact01 span {
		display: inline-block;
		background-color: #ff0000;
		color: #fff;
		line-height: 1;
		font-size: 13px;
		padding: 0.3em 0.8em;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_contact01 {
		margin-bottom: 70px;
	}
	
	h3.contact {
		font-size: 24px;
		font-family: 'Mochiy Pop One', sans-serif;
		letter-spacing: 0.05em;
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 2px dashed #f1d558;
	}
	
	h3.contact:before {
		content: '';
		display: block;
		background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
		width: 100px;
		height: 16px;
		margin: 0 auto 17px;
	}
	
	p.tel_contact01 {
		font-size: 44px;
		font-family: 'Baloo Thambi 2', system-ui;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: baseline;
		margin-right: 50px;
	}
	
	p.tel_contact01 span.tel_link {
		color: #333;
	}
	
	p.tel_contact01 b {
		color: #ddb502;
		font-size: 34px;
		display: inline-block;
		margin-right: 5px;
	}
	
	p.bnr_contact01 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 400px;
		height: 80px;
		border: 2px solid #E8473F;
		margin: 30px auto 0;
		border-radius: 8px;
	}
	
	p.bnr_contact01 img {
		width: 240px;
	}
	
	p.text_contact01 {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	p.text_contact01 span {
		display: inline-block;
		background-color: #ff0000;
		color: #fff;
		line-height: 1;
		font-size: 13px;
		padding: 0.3em 0.8em;
		margin-right: 5px;
	}
}


@media (max-width: 991px) {
	#contact02 {
		margin-top: -80px;
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	#contact02 {
		margin-top: -30px;
		padding-top: 30px;
	}
}

span.red {
color: #ff0000;
}

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

table.contact th {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	background-color: #f7eaae;
	padding: 0.3em 1em;
}

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

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

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

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

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

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

table.contact th {
	width: 27%;
	padding: 15px 10px 15px 20px;
	font-size: 15px;
	background-color: #fff7d3;
}

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

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

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

table.contact th {
	width: 22%;
	padding: 15px 10px 15px 20px;
	background-color: #fff7d3;
}

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

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


@media (max-width: 767px) {
	dl.address {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
		}
		
		dl.address dt {
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 5px;
		}
		
		dl.address dd {
		width: 100%;
		}
}

@media (min-width: 768px) {
	dl.address {
		display: flex;
		flex-direction: row;
		align-items: center;
		}
		
		dl.address dt {
		width: 100px;
		flex-shrink: 0;
		}
		
		dl.address dd {
		width: 100%;
		}
}

@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;
	margin-left: 10px;
	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.5em 0.5em;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #ddd;
	font-size: 14px;
}
}

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

table.contact td input.form50 {
width: 50px !important;
}

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

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

table.contact td input.form200 {
width: 200px !important;
margin-right: 20px;
}

select {
padding: 0.3em 0.5em;
}

@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: #fff;
}
}

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

p.icon01 {
font-size: 13px;
color: #fff;
background-color: #63a11f;
width: 50px;
height: 24px;
text-align: center;
line-height: 24px;
border-radius: 10px;
}

p.icon02 {
font-size: 13px;
color: #333;
background-color: #eee;
border: 1px solid #777;
width: 50px;
height: 24px;
text-align: center;
line-height: 24px;
border-radius: 10px;
}


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

.inner_privacy {
	height: 160px;
	overflow: auto;
	overflow-y: scroll;
	font-size: 13px;
	line-height: normal;
	padding: 15px 15px 0;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 20px;
}

.inner_privacy h5 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

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

.inner_privacy p.text {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.inner_privacy p.text span.tel_link {
	border-bottom: 1px solid #333;
}

ul.privacy li {
	line-height: 1.6;
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom: 5px;
	font-size: 13px;
}

ul.privacy li:before {
	content: "("counter(cnt) ") ";
	display: inline-block;
	margin-right: 0.3em;
}
}

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

.inner_privacy {
	height: 180px;
	overflow: auto;
	overflow-y: scroll;
	font-size: 14px;
	line-height: normal;
	padding: 15px 20px 0;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 25px;
}

.inner_privacy h5 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

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

.inner_privacy p.text {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
}

ul.privacy li {
	line-height: 1.6;
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom: 5px;
	font-size: 13px;
}

ul.privacy li:before {
	content: "("counter(cnt) ") ";
	display: inline-block;
	margin-right: 0.3em;
}
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
button.comfirm {
	width: 400px;
	height: 50px;
	text-align: center;
	background-color: #f7d425;
	color: #333;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight: bolder;
	font-size: 16px;
	line-height: 50px;
	padding: 0 !important;
	border-radius: 30px;
}

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

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

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

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

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

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

select {
border: 1px solid #ccc;
}

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

@media (max-width: 767px) {
.agreebox label {
	font-size: 13px;
}
}

@media (max-width: 767px) {
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #aaa;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
	font-size: 14px;
}

::placeholder {
	/* Others */
	color: #aaa;
	font-size: 14px;
}

p.tbl_hosoku {
	font-size: 15px;
	margin-top: 5px;
	color: #555;
}
}

@media (min-width: 768px) {
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #aaa;
	font-size: 15px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
	font-size: 15px;
}

::placeholder {
	/* Others */
	color: #aaa;
	font-size: 15px;
}

p.tbl_hosoku {
	font-size: 15px;
	margin-top: 5px;
	color: #555;
}
}

@media (min-width: 992px) {
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #aaa;
	font-size: 15px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
	font-size: 15px;
}

::placeholder {
	/* Others */
	color: #aaa;
	font-size: 15px;
}

p.tbl_hosoku {
	font-size: 14px;
	margin-top: 5px;
	color: #555;
}
}


















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