@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
}

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

ul {
	padding: 0;
}

li {
	list-style: none;
}

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

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

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

/*IE11*/

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

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

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

.clearfix {
	min-height: 1px;
}

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

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

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

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.mb10 {
	margin-bottom: 1rem !important;
}

.mb15 {
	margin-bottom: 1.5rem !important;
}

.mb20 {
	margin-bottom: 2rem !important;
}

.mb25 {
	margin-bottom: 2.5rem !important;
}

.mb30 {
	margin-bottom: 3rem !important;
}

.mb35 {
	margin-bottom: 3.5rem !important;
}

.mb40 {
	margin-bottom: 4rem !important;
}

.mb45 {
	margin-bottom: 4.5rem !important;
}

.mb50 {
	margin-bottom: 5rem !important;
}

.mb55 {
	margin-bottom: 5.5rem !important;
}

.mb60 {
	margin-bottom: 6rem !important;
}

.mb65 {
	margin-bottom: 6.5rem !important;
}

.mb70 {
	margin-bottom: 7rem !important;
}

.mb75 {
	margin-bottom: 7.5rem !important;
}

.mb80 {
	margin-bottom: 8rem !important;
}

.mb85 {
	margin-bottom: 8.5rem !important;
}

.mb90 {
	margin-bottom: 9rem !important;
}

.mb95 {
	margin-bottom: 9.5rem !important;
}

.mb100 {
	margin-bottom: 10rem !important;
}

.fwb {
	font-weight: bold;
}

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

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

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

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

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

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

.s11 {
	font-size: 1.1rem !important;
	line-height: 1.6;
}

.s12 {
	font-size: 1.2rem !important;
	line-height: 1.6;
}

.s13 {
	font-size: 1.3rem !important;
	line-height: 1.6;
}

.s14 {
	font-size: 1.4rem !important;
	line-height: 1.6;
}

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

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

	.s16 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

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

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

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

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

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

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

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

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

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

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

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

.s18 {
	font-size: 1.8rem !important;
	line-height: 1.7;
}

.s19 {
	font-size: 1.9rem !important;
	line-height: 1.7;
}

.s20 {
	font-size: 2rem !important;
	line-height: 1.7;
}

.s21 {
	font-size: 2.1rem !important;
	line-height: 1.7;
}

.s22 {
	font-size: 2.2rem !important;
	line-height: 1.7;
}

.s23 {
	font-size: 2.3rem !important;
	line-height: 1.7;
}

.s24 {
	font-size: 2.4rem !important;
	line-height: 1.7;
}

.s25 {
	font-size: 2.5rem !important;
	line-height: 1.7;
}

.s26 {
	font-size: 2.6rem !important;
	line-height: 1.7;
}

.s27 {
	font-size: 2.7rem !important;
	line-height: 1.7;
}

.s28 {
	font-size: 2.8rem !important;
	line-height: 1.7;
}

.s29 {
	font-size: 2.9rem !important;
	line-height: 1.7;
}

.s30 {
	font-size: 3rem !important;
	line-height: 1.7;
}

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

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

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

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

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

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

a.underline {
	text-decoration: underline;
}

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

.pos {
	position: relative;
}

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

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

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

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

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

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

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

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

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

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

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

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

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}

.dg {
	display: grid;
}

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

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

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

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

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

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 2rem !important;
	}

	.mb_cont4 {
		margin-bottom: 1.5rem !important;
	}
}

@media (min-width: 421px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 5rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2.5rem !important;
	}
}

@media (min-width: 992px) {
	.mb_mainimg {
		margin-bottom: 5rem !important;
	}

	.mb_cont {
		margin-bottom: 6rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

@media (min-width: 1920px) {
	.mb_mainimg {
		margin-bottom: 7rem !important;
	}

	.mb_cont {
		margin-bottom: 7rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}





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

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



@media (max-width: 767px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 0 0 10px;
		background-color: #fff;
	}

	header::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #fff;
		animation: lineExpand 3.3s ease forwards;
	}

	h1.logo_h {
		width: 220px;
	}

	.h_fixed {
		border-bottom: 1px solid #ddd;
	}

	p.btn_contact_h {
		display: none;
	}

	.info_h {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 19px;
		padding-left: 10px;
	}

	p.tel_h {
		color: #fff;
		font-size: 2.4rem;
		font-family: "Roboto Condensed", sans-serif;
		margin-bottom: 10px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	ul.btn_h  {
		display: flex;
		flex-direction: row;
		margin: 0;
	}

	ul.btn_h li {
		margin-right: 10px;
	}

	ul.btn_h li:last-child {
		margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 0 0 20px;
		background-color: #fff;
	}

	header::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #fff;
		animation: lineExpand 3.3s ease forwards;
	}

	h1.logo_h {
		width: 240px;
	}

	.h_fixed {
		border-bottom: 1px solid #ddd;
	}

	p.btn_contact_h {
		display: none;
	}

	.info_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		height: 25px;
		margin-top: 19px;
		padding-left: 30px;
	}

	p.tel_h {
		color: #fff;
		font-size: 2.4rem;
		font-family: "Roboto Condensed", sans-serif;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	ul.btn_h  {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 20px;
	}

	ul.btn_h li {
		margin-right: 10px;
	}

	ul.btn_h li:last-child {
		margin-right: 0;
	}
}


@media (min-width: 992px) {
header {
		width: 100%;
		max-width: 1920px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 110px 0 10px;
		background-color: #fff;
	}

	h1.logo_h {
		width: 270px;
		flex-shrink: 0;
	}

	.h_fixed {
		border-bottom: 1px solid #ddd;
	}

	.info_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		height: 25px;
		margin-top: 19px;
	}

	p.tel_h {
		color: #319da9;
		font-size: 2.4rem;
		font-family: "Roboto Condensed", sans-serif;
	}

	p.tel_h span.tel_link {
		color: #319da9;
	}

	ul.btn_h  {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 20px;
	}

	ul.btn_h li {
		margin-right: 10px;
	}

	ul.btn_h li:last-child {
		margin-right: 0;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		background-color: #319da9;
		color: #fff;
		font-family: "Zen Maru Gothic", serif;
		font-size: 1.4rem;
		position: absolute;
		right: 0;
		top: 0;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h03.png) 0 0 /contain no-repeat;
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		margin-bottom: 5px;
	}
}

@media (min-width: 1200px) {
header {
		width: 100%;
		max-width: 1920px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 130px 0 20px;
		background-color: #fff;
	}

	h1.logo_h {
		width: 330px;
		flex-shrink: 0;
	}

	.h_fixed {
		border-bottom: 1px solid #ddd;
	}

	.info_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		height: 25px;
		margin-top: 19px;
	}

	p.tel_h {
		color: #319da9;
		font-size: 2.6rem;
		font-family: "Roboto Condensed", sans-serif;
	}

	p.tel_h span.tel_link {
		color: #319da9;
	}

	ul.btn_h  {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 20px;
	}

	ul.btn_h li {
		margin-right: 10px;
	}

	ul.btn_h li:last-child {
		margin-right: 0;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 100px;
		background-color: #319da9;
		color: #fff;
		font-family: "Zen Maru Gothic", serif;
		font-size: 1.6rem;
		position: absolute;
		right: 0;
		top: 0;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h03.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		flex-shrink: 0;
		margin-bottom: 5px;
	}
}

@media (min-width: 1500px) {
header {
		width: 100%;
		max-width: 1920px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 99;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 180px 0 20px;
		background-color: #fff;
	}

	h1.logo_h {
		width: 390px;
		flex-shrink: 0;
	}

	.h_fixed {
		border-bottom: 1px solid #ddd;
	}

	.info_h {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		height: 25px;
		margin-top: 19px;
	}

	p.tel_h {
		color: #319da9;
		font-size: 2.6rem;
		font-family: "Roboto Condensed", sans-serif;
	}

	p.tel_h span.tel_link {
		color: #319da9;
	}

	ul.btn_h  {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 30px;
	}

	ul.btn_h li {
		margin-right: 15px;
	}

	ul.btn_h li:last-child {
		margin-right: 0;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 100px;
		background-color: #319da9;
		color: #fff;
		font-family: "Zen Maru Gothic", serif;
		font-size: 1.7rem;
		position: absolute;
		right: 0;
		top: 0;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h03.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		margin-bottom: 5px;
	}
}

	




/* ドロワー
--------------------------------------------------------- */
@media (max-width: 767px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

.btn_line {
	position: absolute;
	top: 10px;
	right: 15px;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #319da9;
	transition: .5s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.is-drawer-open .btn_line {
	background-color: #fff;
}

.btn_line:nth-child(1) {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

.is-drawer-open .btn_line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-drawer-open .btn_line:nth-child(2) {
	opacity: 0;
}

.btn_line:nth-child(3) {
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}

.is-drawer-open .btn_line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 90%;
		height: 100vh;
		background-color: #319da9;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

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

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

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

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

@media (min-width: 768px) and (max-width:991px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 80%;
		height: 100vh;
		background-color: #319da9;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

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

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

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

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

@media (min-width: 992px) {
	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

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

	.drawer_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}







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

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

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

	.gnav_item {
		position: relative;
		border-bottom: 1px dotted #aaa;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.6rem;
	}

	.gnav_item.active>a {
		color: #b9e5f9;
	}

	.gnav_item>a:hover {
		color: #b9e5f9;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #b9e5f9;
		opacity: 1;
		cursor: pointer;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px solid #ffffff85;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.8rem;
	}

	.gnav_item.active>a {
		color: #b9e5f9;
	}

	.gnav_item>a:hover {
		color: #b9e5f9;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #b9e5f9;
		opacity: 1;
		cursor: pointer;
	}
}

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

	.gnav_item>a {
		font-size: 1.4rem;
		font-family: "Zen Maru Gothic", serif;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-right: 5px;
	}

	.gnav .gnav_items>li.active>a {
		color: #319da9 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #319da9 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		width: 30px;
		margin: auto;
		width: 100%;
		height: 4px;
		background-color: #319da9;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

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

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

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

	.gnav_item>a {
		font-size: 1.6rem;
		font-family: "Zen Maru Gothic", serif;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-right: 10px;
	}

	.gnav .gnav_items>li.active>a {
		color: #319da9 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #319da9 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		width: 30px;
		margin: auto;
		width: 100%;
		height: 4px;
		background-color: #319da9;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

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

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

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

	.gnav_item>a {
		font-size: 1.7rem;
		font-family: "Zen Maru Gothic", serif;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1;
		padding: 5px 8px 5px;
		min-width: 70px;
		position: relative;
		text-align: center;
		margin-right: 10px;
	}

	.gnav .gnav_items>li.active>a {
		color: #319da9 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #319da9 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		width: 30px;
		margin: auto;
		width: 100%;
		height: 4px;
		background-color: #319da9;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

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

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




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

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


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

.bg_mainimg .inner {
	position: absolute;
	bottom: 15%;
	left: 5%;
	z-index: 22;
	width: 90%;
	max-width: 810px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}

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

.bg_mainimg .inner {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 22;
	width: 60%;
	max-width: 810px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}

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

.bg_mainimg .inner {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 22;
	width: 60%;
	max-width: 810px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}

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

.bg_mainimg .inner {
	position: absolute;
	top: 45%;
	left: 10%;
	z-index: 22;
	width: 42.1875%;
	max-width: 810px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}

.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 3.5s 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: #eee !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #319da9 !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 35% !important;
		bottom: inherit !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 15px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
		border-radius: 50% !important;
		background: #eee !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #319da9 !important;
		opacity: 1 !important;
	}
}


/* スクロール */

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

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

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

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

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

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

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

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

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


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

@media (max-width: 767px) {
.bg_top01 {
	width: 100%;
	padding: 50px 0 40px;
	background-color: #e7f5f7;
	border-radius: 0 0 30px 30px;
}

h2.top01 {
	display: inline-block;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	position: relative;
	margin-bottom: 20px;
}

h2.top01 span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #319da9;
}

h2.top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 80px;
	height: 63px;
	  position: absolute;
  bottom: -5px;
  left: -80px;
}

.cont_top01 {
	background-color: #fff;
	padding: 25px 15px;
	border-radius: 16px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

.cont_top01:last-child {
	margin-bottom: 0;
}

.cont_top01 .info {
	flex-shrink: 0;
	margin-bottom: 5px;
}

.cont_top01 .info .center {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.cont_top01 p.news_date {
	font-size: 1.7rem;
	font-family: "Roboto", sans-serif;
}

.cont_top01 p.news_icon {
	font-size: 1.2rem;
	color: #e41515;
	font-weight: 700;
	margin-left: 10px;
}

.cont_top01 p.pic {
	margin: 5px 0 5px;
}

.cont_top01 .cont {
	width: 100%;
}

.cont_top01 .cont .flex_b {
	padding-bottom: 20px;
}

.cont_top01 p.ttl {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.cont_top01 p.btn_detail a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 32px;
	border-radius: 5px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.4rem;
	margin-top: 10px;
}

.cont_top01 p.btn_file a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: 1px solid #319da9;
	border-radius: 5px;
	background-color: #ebf9ff;
	font-size: 1.3rem;
	padding: 0.3em 1em;
	margin-top: 20px;
	color: #319da9;
}

.cont_top01 p.btn_file a:before {
	content: '';
	display: block;
	background: url(../images/icon_download.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
	margin-right: 10px;
}

.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 68%;
	background-color: #F7F7F7;
	overflow: hidden;
	position: relative;
}

.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: 768px) {
.bg_top01 {
	width: 100%;
	padding: 70px 0 70px;
	background-color: #e7f5f7;
	border-radius: 0 0 70px 70px;
}

h2.top01 {
	display: inline-block;
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	position: relative;
	margin-bottom: 25px;
}

h2.top01 span {
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0;
	color: #319da9;
}

h2.top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 110px;
	height: 97px;
	  position: absolute;
  bottom: -10px;
  left: -120px;
}

.cont_top01 {
	background-color: #fff;
	padding: 25px 30px;
	border-radius: 16px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
}

.cont_top01:last-child {
	margin-bottom: 0;
}

.cont_top01 .info {
	width: 140px;
	flex-shrink: 0;
	margin-right: 40px;
}

.cont_top01 p.news_date {
	font-size: 1.7rem;
	font-family: "Roboto", sans-serif;
}

.cont_top01 p.news_icon {
	font-size: 1.2rem;
	color: #e41515;
	font-weight: 700;
}

.cont_top01 p.pic {
	margin-top: 10px;
}

.cont_top01 .cont {
	width: 100%;
}

.cont_top01 .cont .flex_b {
	padding-bottom: 20px;
}

.cont_top01 p.ttl {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.cont_top01 p.btn_detail a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 32px;
	border-radius: 5px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.4rem;
	margin-left: auto;
}

.cont_top01 p.btn_file a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 40px;
	border: 1px solid #319da9;
	border-radius: 5px;
	background-color: #ebf9ff;
	font-size: 1.5rem;
	padding: 0.3em 1em;
	margin-top: 20px;
	color: #319da9;
}

.cont_top01 p.btn_file a:before {
	content: '';
	display: block;
	background: url(../images/icon_download.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
	margin-right: 10px;
}

.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 68%;
	background-color: #F7F7F7;
	overflow: hidden;
	position: relative;
}

.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) {
.bg_top01 {
	width: 100%;
	padding: 90px 0 100px;
	background-color: #e7f5f7;
	border-radius: 0 0 100px 100px;
}

h2.top01 {
	display: inline-block;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	position: relative;
	margin-bottom: 35px;
}

h2.top01 span {
	display: block;
	font-size: 1.9rem;
	letter-spacing: 0;
	color: #319da9;
}

h2.top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 130px;
	height: 117px;
	  position: absolute;
  bottom: -10px;
  left: -150px;
}

.cont_top01 {
	background-color: #fff;
	padding: 25px 30px;
	border-radius: 16px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
}

.cont_top01:last-child {
	margin-bottom: 0;
}

.cont_top01 .info {
	width: 160px;
	flex-shrink: 0;
	margin-right: 40px;
}

.cont_top01 p.news_date {
	font-size: 1.8rem;
	font-family: "Roboto", sans-serif;
}

.cont_top01 p.news_icon {
	font-size: 1.2rem;
	color: #e41515;
	font-weight: 700;
}

.cont_top01 p.pic {
	margin-top: 10px;
}

.cont_top01 .cont {
	width: 100%;
}

.cont_top01 .cont .flex_b {
	padding-bottom: 20px;
}

.cont_top01 p.ttl {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.cont_top01 p.btn_detail a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 36px;
	border-radius: 5px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.5rem;
	margin-left: auto;
}

.cont_top01 p.btn_file a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 40px;
	border: 1px solid #319da9;
	border-radius: 5px;
	background-color: #ebf9ff;
	font-size: 1.6rem;
	padding: 0.3em 1em;
	margin-top: 20px;
	color: #319da9;
}

.cont_top01 p.btn_file a:before {
	content: '';
	display: block;
	background: url(../images/icon_download.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
	margin-right: 10px;
}

.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 68%;
	background-color: #F7F7F7;
	overflow: hidden;
	position: relative;
}

.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: 1200px) {
.bg_top01 {
	width: 100%;
	padding: 135px 0 100px;
	background-color: #e7f5f7;
	border-radius: 0 0 120px 120px;
}

h2.top01 {
	display: inline-block;
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	position: relative;
	margin-bottom: 35px;
}

h2.top01 span {
	display: block;
	font-size: 2.1rem;
	letter-spacing: 0;
	color: #319da9;
}

h2.top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 154px;
	height: 141px;
	  position: absolute;
  bottom: -10px;
  left: -180px;
}

.cont_top01 {
	background-color: #fff;
	padding: 25px 30px;
	border-radius: 16px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
}

.cont_top01:last-child {
	margin-bottom: 0;
}

.cont_top01 .info {
	width: 160px;
	flex-shrink: 0;
	margin-right: 40px;
}

.cont_top01 p.news_date {
	font-size: 2rem;
	font-family: "Roboto", sans-serif;
}

.cont_top01 p.news_icon {
	font-size: 1.4rem;
	color: #e41515;
	font-weight: 700;
}

.cont_top01 p.pic {
	margin-top: 10px;
}

.cont_top01 .cont {
	width: 100%;
}

.cont_top01 .cont .flex_b {
	padding-bottom: 20px;
}

.cont_top01 p.ttl {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.cont_top01 p.btn_detail a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	border-radius: 5px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.6rem;
	margin-left: auto;
}

.cont_top01 p.btn_file a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 40px;
	border: 1px solid #319da9;
	border-radius: 5px;
	background-color: #ebf9ff;
	font-size: 1.6rem;
	padding: 0.3em 1em;
	margin-top: 20px;
}

.cont_top01 p.btn_file a:before {
	content: '';
	display: block;
	background: url(../images/icon_download.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
	margin-right: 10px;
}

.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 68%;
	background-color: #F7F7F7;
	overflow: hidden;
	position: relative;
}

.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) {
.inner_top01 {
	overflow-y: scroll;
	max-height: 400px;
	padding: 0 10px;
}
}

@media (min-width: 768px) {
.inner_top01 {
	overflow-y: scroll;
	max-height: 500px;
	padding: 0 20px;
}
}

@media (min-width: 992px) {
.inner_top01 {
	overflow-y: scroll;
	max-height: 500px;
	padding: 0 30px;
}
}








@media (max-width: 767px) {
.bg_top02 {
	width: 100%;
	padding: 120px 0 80px;
}

.pic_top02 {
	position: relative;
	margin-bottom: 20px;
}

.pic_top02 img {
		height: 240px;
		object-fit: cover;
		object-position: 50% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.pic_top02 .catch {
	background-color: #2f97a2;
	  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
	top: -80px;
	width: 260px;
	height: 100px;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

h2.top02 {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
}

.cont_top02 {
	flex-shrink: 0;
	margin-left: 15px;
	margin-right: 15px;
}

h3.top02 {
	font-size: 2rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	padding-left: 0;
	text-align: center;
}

h3.top02 span {
	display: block;
	color: #2f97a2;
	letter-spacing: 0;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 10px;
}

.cont_top02 .inner {
	background-color: #f9f9f9;
	padding: 25px 20px;
	border-radius: 16px;
	position: relative;
}

.cont_top02 .inner:before {
	content: '';
	display: block;
	background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
	width: 80px;
	height: 120px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}

ul.top02 {
	margin: 0;
}

ul.top02 li {
	font-size: 1.6rem;
	color: #2f97a2;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

ul.top02 li:last-child {
	margin-bottom: 0;
}

ul.top02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_top02.png) 0 0 /contain no-repeat;
	width: 26px;
	height: 24px;
	flex-shrink: 0;
	margin-right: 10px;
}
}

@media (min-width: 768px) {
.bg_top02 {
	width: 100%;
	padding: 160px 0 80px;
}

.pic_top02 {
	position: relative;
}

.pic_top02 img {
		height: 400px;
		object-fit: cover;
		object-position: 50% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.pic_top02 .catch {
	background-color: #2f97a2;
	position: absolute;
	right: 10px;
	top: -80px;
	width: 300px;
	height: 120px;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

h2.top02 {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
}

.cont_top02 {
	width: 340px;
	flex-shrink: 0;
	margin-left: 50px;
	margin-right: 30px;
}

h3.top02 {
	font-size: 2.4rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	padding-left: 0;
}

h3.top02 span {
	display: block;
	color: #2f97a2;
	letter-spacing: 0;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 15px;
}

.cont_top02 .inner {
	background-color: #f9f9f9;
	padding: 25px 20px;
	border-radius: 16px;
	position: relative;
}

.cont_top02 .inner:before {
	content: '';
	display: block;
	background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
	width: 100px;
	height: 150px;
	  position: absolute;
  bottom: -100px;
  left: -100px;
}

ul.top02 {
	margin: 0;
}

ul.top02 li {
	font-size: 1.6rem;
	color: #2f97a2;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

ul.top02 li:last-child {
	margin-bottom: 0;
}

ul.top02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_top02.png) 0 0 /contain no-repeat;
	width: 26px;
	height: 24px;
	flex-shrink: 0;
	margin-right: 10px;
}
}

@media (min-width: 992px) {
.bg_top02 {
	width: 100%;
	padding: 160px 0 80px;
}

.pic_top02 {
	position: relative;
}

.pic_top02 img {
		height: 400px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.pic_top02 .catch {
	background-color: #2f97a2;
	position: absolute;
	right: 40px;
	top: -80px;
	width: 360px;
	height: 140px;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

h2.top02 {
	color: #fff;
	font-size: 1.9rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
}

.cont_top02 {
	width: 440px;
	flex-shrink: 0;
	margin-left: 50px;
	margin-right: 30px;
}

h3.top02 {
	font-size: 2.6rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-left: 15px;
}

h3.top02 span {
	display: block;
	color: #2f97a2;
	letter-spacing: 0;
	font-size: 1.9rem;
	line-height: 1;
	margin-bottom: 15px;
}

.cont_top02 .inner {
	background-color: #f9f9f9;
	padding: 30px 20px;
	border-radius: 16px;
	position: relative;
}

.cont_top02 .inner:before {
	content: '';
	display: block;
	background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
	width: 100px;
	height: 150px;
	  position: absolute;
  bottom: -100px;
  left: -100px;
}

ul.top02 {
	margin: 0;
}

ul.top02 li {
	font-size: 1.7rem;
	color: #2f97a2;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

ul.top02 li:last-child {
	margin-bottom: 0;
}

ul.top02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_top02.png) 0 0 /contain no-repeat;
	width: 31px;
	height: 29px;
	flex-shrink: 0;
	margin-right: 10px;
}
}

@media (min-width: 1200px) {
.bg_top02 {
	width: 100%;
	padding: 160px 0 100px;
}

.pic_top02 {
	position: relative;
}

.pic_top02 img {
		height: 400px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.pic_top02 .catch {
	background-color: #2f97a2;
	position: absolute;
	right: 40px;
	top: -80px;
	width: 400px;
	height: 160px;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

h2.top02 {
	color: #fff;
	font-size: 2.1rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
}

.cont_top02 {
	width: 540px;
	flex-shrink: 0;
	margin-left: 50px;
	margin-right: 30px;
}

h3.top02 {
	font-size: 3rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-left: 15px;
}

h3.top02 span {
	display: block;
	color: #2f97a2;
	letter-spacing: 0;
	font-size: 1.9rem;
	line-height: 1;
	margin-bottom: 15px;
}

.cont_top02 .inner {
	background-color: #f9f9f9;
	padding: 40px 20px;
	border-radius: 16px;
	position: relative;
}

.cont_top02 .inner:before {
	content: '';
	display: block;
	background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
	width: 128px;
	height: 176px;
	  position: absolute;
  bottom: -130px;
  right: -20px;
  left: inherit;
}

ul.top02 {
	margin: 0;
}

ul.top02 li {
	font-size: 1.7rem;
	color: #2f97a2;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

ul.top02 li:last-child {
	margin-bottom: 0;
}

ul.top02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_top02.png) 0 0 /contain no-repeat;
	width: 31px;
	height: 29px;
	flex-shrink: 0;
	margin-right: 10px;
}
}

@media (min-width: 1600px) {
.bg_top02 {
	width: 100%;
	padding: 200px 0 100px;
}

.pic_top02 {
	position: relative;
}

.pic_top02 img {
		height: 570px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.pic_top02 .catch {
	background-color: #2f97a2;
	position: absolute;
	right: 50px;
	top: -80px;
	width: 530px;
	height: 190px;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

h2.top02 {
	color: #fff;
	font-size: 2.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
}

.cont_top02 {
	width: 850px;
	flex-shrink: 0;
	margin-left: 70px;
	margin-right: 30px;
}

h3.top02 {
	font-size: 3.4rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding-left: 35px;
}

h3.top02 span {
	display: block;
	color: #2f97a2;
	letter-spacing: 0;
	font-size: 2.1rem;
	line-height: 1;
	margin-bottom: 20px;
}

.cont_top02 .inner {
	background-color: #f9f9f9;
	padding: 40px 40px;
	border-radius: 16px;
	position: relative;
}

.cont_top02 .inner:before {
	content: '';
	display: block;
	background: url(../images/deco_top02.png) 0 0 /contain no-repeat;
	width: 158px;
	height: 206px;
	  position: absolute;
  bottom: -130px;
  right: -20px;
}

ul.top02 {
	margin: 0;
}

ul.top02 li {
	font-size: 1.9rem;
	color: #2f97a2;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

ul.top02 li:last-child {
	margin-bottom: 0;
}

ul.top02 li:before {
	content: '';
	display: block;
	background: url(../images/icon_top02.png) 0 0 /contain no-repeat;
	width: 31px;
	height: 29px;
	flex-shrink: 0;
	margin-right: 10px;
}
}













@media (max-width: 767px) {
.bg_top03 {
	width: 100%;
	padding: 70px 0 40px;
}

h2.top03 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 20px;
}

h2.top03 b {
	font-weight: normal;
}

	.decorated span {
		position: relative;
		display: inline-block;
	}

	.decorated span::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		width: 4px;
		height: 4px;
		background-color: #319da9;
		border-radius: 50%;
	}

.cont_top03 {
	width: 100%;
	height: 270px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: url(../images/deco_top03_1.png) center center /200px 200px no-repeat;
	background-color: #2f97a2;
	padding: 0 15px;
	margin-bottom: 20px;
}

.cont_top03:nth-of-type(2) {
		background: url(../images/deco_top03_2.png) center center /200px 200px no-repeat;
		background-color: #f5f5f5;
}

.cont_top03:nth-of-type(3) {
		background: url(../images/deco_top03_3.png) center center /200px 200px no-repeat;
		background-color: #2f97a2;
}

.cont_top03 h3 {
	text-align: center;
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 20px;
}

.cont_top03 p.text {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.cont_top03:nth-of-type(2) h3 {
	color: #2f97a2;
}

.cont_top03:nth-of-type(2) p.text {
	color: #333;
}
}

@media (min-width: 768px) {
.bg_top03 {
	width: 100%;
	padding: 70px 0 80px;
}

h2.top03 {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 25px;
}

h2.top03 b {
	font-weight: normal;
}

	.decorated span {
		position: relative;
		display: inline-block;
	}

	.decorated span::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		width: 4px;
		height: 4px;
		background-color: #319da9;
		border-radius: 50%;
	}

.cont_top03 {
	width: 31.5%;
	height: 300px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: url(../images/deco_top03_1.png) center center /200px 200px no-repeat;
	background-color: #2f97a2;
	padding: 0 15px;
}

.cont_top03:nth-of-type(2) {
		background: url(../images/deco_top03_2.png) center center /200px 200px no-repeat;
		background-color: #f5f5f5;
}

.cont_top03:nth-of-type(3) {
		background: url(../images/deco_top03_3.png) center center /200px 200px no-repeat;
		background-color: #2f97a2;
}

.cont_top03 h3 {
	text-align: center;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 20px;
}

.cont_top03 p.text {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.cont_top03:nth-of-type(2) h3 {
	color: #2f97a2;
}

.cont_top03:nth-of-type(2) p.text {
	color: #333;
}
}

@media (min-width: 992px) {
.bg_top03 {
	width: 100%;
	padding: 70px 0 100px;
}

h2.top03 {
	text-align: center;
	font-size: 2.7rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 30px;
}

h2.top03 b {
	font-weight: normal;
}

	.decorated span {
		position: relative;
		display: inline-block;
	}

	.decorated span::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		width: 4px;
		height: 4px;
		background-color: #319da9;
		border-radius: 50%;
	}

.cont_top03 {
	width: 31.5%;
	height: 340px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: url(../images/deco_top03_1.png) center center /250px 250px no-repeat;
	background-color: #2f97a2;
	padding: 0 15px;
}

.cont_top03:nth-of-type(2) {
		background: url(../images/deco_top03_2.png) center center /250px 250px no-repeat;
		background-color: #f5f5f5;
}

.cont_top03:nth-of-type(3) {
		background: url(../images/deco_top03_3.png) center center /250px 250px no-repeat;
		background-color: #2f97a2;
}

.cont_top03 h3 {
	text-align: center;
	font-size: 2rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.cont_top03 p.text {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.cont_top03:nth-of-type(2) h3 {
	color: #2f97a2;
}

.cont_top03:nth-of-type(2) p.text {
	color: #333;
}
}

@media (min-width: 1200px) {
.bg_top03 {
	width: 100%;
	padding: 40px 0 120px;
}

h2.top03 {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 30px;
}

h2.top03 b {
	font-weight: normal;
}

	.decorated span {
		position: relative;
		display: inline-block;
	}

	.decorated span::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		width: 4px;
		height: 4px;
		background-color: #319da9;
		border-radius: 50%;
	}

.cont_top03 {
	width: 31.5%;
	height: 400px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: url(../images/deco_top03_1.png) center center /320px 320px no-repeat;
	background-color: #2f97a2;
	padding: 0 15px;
}

.cont_top03:nth-of-type(2) {
		background: url(../images/deco_top03_2.png) center center /320px 320px no-repeat;
		background-color: #f5f5f5;
}

.cont_top03:nth-of-type(3) {
		background: url(../images/deco_top03_3.png) center center /320px 320px no-repeat;
		background-color: #2f97a2;
}

.cont_top03 h3 {
	text-align: center;
	font-size: 2.3rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.cont_top03 p.text {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.cont_top03:nth-of-type(2) h3 {
	color: #2f97a2;
}

.cont_top03:nth-of-type(2) p.text {
	color: #333;
}
}

@media (min-width: 1740px) {
.bg_top03 {
	width: 100%;
	padding: 100px 0 150px;
}

.bg_top03 .container {
	width: 1700px;
}

h2.top03 {
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 40px;
}

h2.top03 b {
	font-weight: normal;
}

	.decorated span {
		position: relative;
		display: inline-block;
	}

	.decorated span::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		width: 4px;
		height: 4px;
		background-color: #319da9;
		border-radius: 50%;
	}

.cont_top03 {
	width: 31.5%;
	height: 460px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: url(../images/deco_top03_1.png) center center /400px 400px no-repeat;
	background-color: #2f97a2;
}

.cont_top03:nth-of-type(2) {
		background: url(../images/deco_top03_2.png) center center /400px 400px no-repeat;
		background-color: #f5f5f5;
}

.cont_top03:nth-of-type(3) {
		background: url(../images/deco_top03_3.png) center center /400px 400px no-repeat;
		background-color: #2f97a2;
}

.cont_top03 h3 {
	text-align: center;
	font-size: 2.6rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.cont_top03 p.text {
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.cont_top03:nth-of-type(2) h3 {
	color: #2f97a2;
}

.cont_top03:nth-of-type(2) p.text {
	color: #333;
}
}


@media (max-width: 1739px) {
br.br_top03 {
	display: none;
}
}

@media (min-width: 1740px) {
br.br_top03 {
display: block;
}
}





@media (max-width: 767px) {
.bg_top04 {
	width: 100%;
	padding: 40px 0 10px;
	background-color: #e7f5f7;
	border-radius: 40px 40px 0 0;
}

h2.top04 {
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 20px;
}

h2.top04:before {
	content: '';
	display: block;
	background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
	width: 80px;
	height: 75px;
	margin: 0 auto 10px;
}

.cont_top04 {
	width: 100%;
	margin-bottom: 40px;
}

.cont_top04 .inner {
	background-color: #fff;
	padding: 0 20px 30px;
}

p.btn_top04 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 46px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0;
	position: relative;
	border-radius: 12px;
	margin: -20px auto 20px;
}

p.btn_top04 a:after {
	content: '';
	display: block;
	background: url(../images/icon_top04.png) 0 0 /cover no-repeat;
	width: 22px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top04 a:hover {
	opacity: 1;
	background-color: #52b8c4;
}

p.btn_top04 a:hover:after {
	right: 10px;
}

.cont_top04 .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
}

@media (min-width: 768px) {
.bg_top04 {
	width: 100%;
	padding: 50px 0 50px;
	background-color: #e7f5f7;
	border-radius: 60px 60px 0 0;
}

h2.top04 {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 25px;
}

h2.top04:before {
	content: '';
	display: block;
	background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
	width: 100px;
	height: 95px;
	margin: 0 auto 10px;
}

.cont_top04 {
	width: 230px;
}

.cont_top04 .inner {
	background-color: #fff;
	padding: 0 20px 30px;
}

p.btn_top04 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 46px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0;
	position: relative;
	border-radius: 12px;
	margin: -20px auto 20px;
}

p.btn_top04 a:after {
	content: '';
	display: block;
	background: url(../images/icon_top04.png) 0 0 /cover no-repeat;
	width: 22px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top04 a:hover {
	opacity: 1;
	background-color: #52b8c4;
}

p.btn_top04 a:hover:after {
	right: 10px;
}

.cont_top04 .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
}

@media (min-width: 992px) {
.bg_top04 {
	width: 100%;
	padding: 70px 0 70px;
	background-color: #e7f5f7;
	border-radius: 80px 80px 0 0;
}

h2.top04 {
	text-align: center;
	font-size: 2.7rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 30px;
}

h2.top04:before {
	content: '';
	display: block;
	background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
	width: 110px;
	height: 105px;
	margin: 0 auto 10px;
}

.cont_top04 {
	width: 300px;
}

.cont_top04 .inner {
	background-color: #fff;
	padding: 0 30px 30px;
}

p.btn_top04 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 46px;
	background-color: #319da9;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.05em;
	position: relative;
	border-radius: 12px;
	margin: -23px auto 30px;
}

p.btn_top04 a:after {
	content: '';
	display: block;
	background: url(../images/icon_top04.png) 0 0 /cover no-repeat;
	width: 26px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top04 a:hover {
	opacity: 1;
	background-color: #52b8c4;
}

p.btn_top04 a:hover:after {
	right: 10px;
}

.cont_top04 .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
}

@media (min-width: 1200px) {
.bg_top04 {
	width: 100%;
	padding: 70px 0 70px;
	background-color: #e7f5f7;
	border-radius: 100px 100px 0 0;
}

h2.top04 {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 40px;
}

h2.top04:before {
	content: '';
	display: block;
	background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
	width: 110px;
	height: 105px;
	margin: 0 auto 10px;
}

.cont_top04 {
	width: 360px;
}

.cont_top04 .inner {
	background-color: #fff;
	padding: 0 40px 40px;
}

p.btn_top04 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 50px;
	background-color: #319da9;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.05em;
	position: relative;
	border-radius: 12px;
	margin: -26px auto 30px;
}

p.btn_top04 a:after {
	content: '';
	display: block;
	background: url(../images/icon_top04.png) 0 0 /cover no-repeat;
	width: 32px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top04 a:hover {
	opacity: 1;
	background-color: #52b8c4;
}

p.btn_top04 a:hover:after {
	right: 15px;
}

.cont_top04 .inner p.text {
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
}

@media (min-width: 1540px) {
.bg_top04 {
	width: 100%;
	padding: 90px 0 100px;
	background-color: #e7f5f7;
	border-radius: 120px 120px 0 0;
}

.bg_top04 .container {
	width: 1470px;
}

h2.top04 {
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 40px;
}

h2.top04:before {
	content: '';
	display: block;
	background: url(../images/deco_top04.png) 0 0 /contain no-repeat;
	width: 123px;
	height: 118px;
	margin: 0 auto 10px;
}

.cont_top04 {
	width: 460px;
}

.cont_top04 .inner {
	background-color: #fff;
	padding: 0 40px 40px;
}

p.btn_top04 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 52px;
	background-color: #319da9;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	position: relative;
	border-radius: 12px;
	margin: -26px auto 30px;
}

p.btn_top04 a:after {
	content: '';
	display: block;
	background: url(../images/icon_top04.png) 0 0 /cover no-repeat;
	width: 32px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top04 a:hover {
	opacity: 1;
	background-color: #52b8c4;
}

p.btn_top04 a:hover:after {
	right: 15px;
}

.cont_top04 .inner p.text {
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
}



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

@media (max-width: 767px) {
footer {
	padding: 50px 0 0;
}

footer > .flex_b {
	flex-direction: column;
}

p.logo_f {
	width: 250px;
	margin: 0 auto 15px;
}

p.text_f {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	text-align: center;
}

.footer_l > .flex_s {
	justify-content: center;
}

span.btn_map_f a {
    display: inline-block;
    margin-left: 7px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 2rem;
	text-align: center;
}

p.tel_f span.tel_link {
	color: #319da9;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 420px;
	margin: 20px auto 20px;
}

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

ul.fnav li a {
	font-size: 1.6rem;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.fnav li a:before {
	content: '';
	display: block;
	background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	margin-right: 5px;
}

.info_f {
	max-width: 420px;
	background-color: #f5f5f5;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	margin: 0 auto;
}

p.tel_info_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 2.4rem;
	margin-bottom: 7px;
}

p.tel_info_f span.tel_link {
	color: #319da9;
}

p.btn_info_f a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 50px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	border-radius: 10px;
}

p.btn_info_f a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	margin-right: 8px;
}

p.copyright {
	width: 100%;
	height: 30px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
}
}

@media (min-width: 768px) and (max-width:991px) {
footer {
	padding: 70px 0 0;
}

footer > .flex_b {
	flex-direction: column;
}

p.logo_f {
	width: 280px;
	margin: 0 auto 15px;
}

p.text_f {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	text-align: center;
}

.footer_l > .flex_s {
	justify-content: center;
}

span.btn_map_f a {
    display: inline-block;
    margin-left: 7px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 2rem;
}

p.tel_f span.tel_link {
	color: #319da9;
}

p.tel_f:first-child {
	margin-right: 20px;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 420px;
	margin: 20px auto 20px;
}

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

ul.fnav li a {
	font-size: 1.6rem;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.fnav li a:before {
	content: '';
	display: block;
	background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	margin-right: 5px;
}

.info_f {
	max-width: 420px;
	background-color: #f5f5f5;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	margin: 0 auto;
}

p.tel_info_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 2.8rem;
	margin-bottom: 7px;
}

p.tel_info_f span.tel_link {
	color: #319da9;
}

p.btn_info_f a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", serif;
	border-radius: 10px;
}

p.btn_info_f a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	margin-right: 8px;
}

p.copyright {
	width: 100%;
	height: 30px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
}

@media (min-width: 992px) {
footer {
	padding: 100px 0 0;
}

p.logo_f {
	width: 320px;
	margin-bottom: 15px;
}

p.text_f {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

span.btn_map_f a {
    display: inline-block;
    margin-left: 7px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 2rem;
}

p.tel_f span.tel_link {
	color: #319da9;
}

p.tel_f:first-child {
	margin-right: 20px;
}

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

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

ul.fnav li a {
	font-size: 1.6rem;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.fnav li a:before {
	content: '';
	display: block;
	background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	margin-right: 8px;
}

.info_f {
	width: 300px;
	background-color: #f5f5f5;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}

p.tel_info_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 2.8rem;
	margin-bottom: 7px;
}

p.tel_info_f span.tel_link {
	color: #319da9;
}

p.btn_info_f a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", serif;
	border-radius: 10px;
}

p.btn_info_f a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	margin-right: 8px;
}

p.copyright {
	width: 100%;
	height: 30px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}
}

@media (min-width: 1200px) {
footer {
	padding: 100px 0 0;
}

p.logo_f {
	width: 340px;
	margin-bottom: 20px;
}

p.text_f {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

span.btn_map_f a {
    display: inline-block;
    margin-left: 7px;
}

span.btn_map_f a img {
	width: 22px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 2.1rem;
}

p.tel_f span.tel_link {
	color: #319da9;
}

p.tel_f:first-child {
	margin-right: 20px;
}

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

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

ul.fnav li a {
	font-size: 1.7rem;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.fnav li a:before {
	content: '';
	display: block;
	background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	margin-right: 8px;
}

.info_f {
	width: 400px;
	background-color: #f5f5f5;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}

p.tel_info_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 3.2rem;
	margin-bottom: 10px;
}

p.tel_info_f span.tel_link {
	color: #319da9;
}

p.btn_info_f a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 54px;
	background-color: #319da9;
	color: #fff;
	font-size: 2.1rem;
	font-family: "Zen Maru Gothic", serif;
	border-radius: 12px;
}

p.btn_info_f a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	margin-right: 8px;
}

p.copyright {
	width: 100%;
	height: 30px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}
}

@media (min-width: 1540px) {
footer {
	padding: 130px 0 0;
}

footer .container {
	width: 1470px;
}

p.logo_f {
	width: 390px;
	margin-bottom: 20px;
}

p.text_f {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

span.btn_map_f a {
    display: inline-block;
    margin-left: 10px;
}

span.btn_map_f a img {
	width: 26px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 2.3rem;
}

p.tel_f span.tel_link {
	color: #319da9;
}

p.tel_f:first-child {
	margin-right: 20px;
}

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

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

ul.fnav li a {
	font-size: 1.7rem;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.fnav li a:before {
	content: '';
	display: block;
	background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	margin-right: 8px;
}

.info_f {
	width: 480px;
	background-color: #f5f5f5;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}

p.tel_info_f {
	font-family: "Roboto Condensed", sans-serif;
	color: #319da9;
	font-size: 3.6rem;
	margin-bottom: 10px;
}

p.tel_info_f span.tel_link {
	color: #319da9;
}

p.btn_info_f a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 60px;
	background-color: #319da9;
	color: #fff;
	font-size: 2.4rem;
	font-family: "Zen Maru Gothic", serif;
	border-radius: 12px;
}

p.btn_info_f a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f.png) 0 0 /contain no-repeat;
	width: 22px;
	height: 18px;
	margin-right: 8px;
}

p.copyright {
	width: 100%;
	height: 30px;
	background-color: #319da9;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}
}





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

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

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

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

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

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

@media (max-width: 767px) {
	p.btn_side a {
		position: fixed;
		top: 40px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}
}

@media (min-width: 768px) {
	p.btn_side a {
		position: fixed;
		top: 80px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 992px) {
	p.btn_side a {
		position: fixed;
		top: 150px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1200px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1921px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: calc(50% - 960px);
		width: 70px;
		height: 190px;
		z-index: 999;
	}

	p.btn_side a img {
		width: 70px;
		height: 190px;
	}
}

p.btn_side a:hover {
	opacity: 0.85;
}





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

@media (max-width: 767px) {
.bg_sub {
	width: 100%;
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inner_sub {
	background-color: #319da9;
	border-radius: 14px;
	color: #fff;
	padding: 1em 1.5em;
	margin-top: 65px;
}

h2.sub {
	text-align: center;
	font-size: 2.2rem;
	font-family: "Zen Maru Gothic", serif;

}

h2.sub span {
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.5rem;
	display: block;
}

h3.sub {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 20px;
}

h3.sub span {
	color: #2f97a2;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin-bottom: 5px;
}

h3.sub:before {
	content: '';
	display: block;
	background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
	width: 31px;
	height: 29px;
	margin: 0 auto 5px;
}
}

@media (min-width: 768px) {
.bg_sub {
	width: 100%;
	height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inner_sub {
	background-color: #319da9;
	border-radius: 20px;
	color: #fff;
	padding: 1em 1.5em;
	margin-top: 80px;
}

h2.sub {
	text-align: center;
	font-size: 3rem;
	font-family: "Zen Maru Gothic", serif;

}

h2.sub span {
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.8rem;
	display: block;
}

h3.sub {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 30px;
}

h3.sub span {
	color: #2f97a2;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin-bottom: 5px;
}

h3.sub:before {
	content: '';
	display: block;
	background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
	width: 31px;
	height: 29px;
	margin: 0 auto 5px;
}
}

@media (min-width: 992px) {
.bg_sub {
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inner_sub {
	background-color: #319da9;
	border-radius: 24px;
	color: #fff;
	padding: 1em 1.5em;
	margin-top: 120px;
}

h2.sub {
	text-align: center;
	font-size: 3.4rem;
	font-family: "Zen Maru Gothic", serif;

}

h2.sub span {
	font-family: "Zen Maru Gothic", serif;
	font-size: 2rem;
	display: block;
}

h3.sub {
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 30px;
}

h3.sub span {
	color: #2f97a2;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0;
	margin-bottom: 5px;
}

h3.sub:before {
	content: '';
	display: block;
	background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
	width: 31px;
	height: 29px;
	margin: 0 auto 5px;
}
}

@media (min-width: 1200px) {
.bg_sub {
	width: 100%;
	height: 460px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inner_sub {
	background-color: #319da9;
	border-radius: 30px;
	color: #fff;
	padding: 1em 1.5em;
	margin-top: 120px;
}

h2.sub {
	text-align: center;
	font-size: 4rem;
	font-family: "Zen Maru Gothic", serif;

}

h2.sub span {
	font-family: "Zen Maru Gothic", serif;
	font-size: 2.2rem;
	display: block;
}

h3.sub {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	margin-bottom: 30px;
}

h3.sub span {
	color: #2f97a2;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0;
	margin-bottom: 5px;
}

h3.sub:before {
	content: '';
	display: block;
	background: url(../images/ttl_sub.png) 0 0 /contain no-repeat;
	width: 31px;
	height: 29px;
	margin: 0 auto 5px;
}
}



@media (max-width: 767px) {
.bg_news {
	background: url(../images/bg_news_sp.jpg) center top /cover no-repeat;
}

.bg_training {
	background: url(../images/bg_training_sp.jpg) center top /cover no-repeat;
}

.bg_agility {
	background: url(../images/bg_agility_sp.jpg) center top /cover no-repeat;
}

.bg_access {
	background: url(../images/bg_access_sp.jpg) center top /cover no-repeat;
}

.bg_faq {
	background: url(../images/bg_faq_sp.jpg) center top /cover no-repeat;
}

.bg_contact {
	background: url(../images/bg_contact_sp.jpg) center top /cover no-repeat;
}
}

@media (min-width: 768px) {
.bg_news {
	background: url(../images/bg_news.jpg) center top /cover no-repeat;
}

.bg_training {
	background: url(../images/bg_training.jpg) center top /cover no-repeat;
}

.bg_agility {
	background: url(../images/bg_agility.jpg) center top /cover no-repeat;
}

.bg_access {
	background: url(../images/bg_access.jpg) center top /cover no-repeat;
}

.bg_faq {
	background: url(../images/bg_faq.jpg) center top /cover no-repeat;
}

.bg_contact {
	background: url(../images/bg_contact.jpg) center top /cover no-repeat;
}
}





/* news.html　お知らせ詳細
=========================================================================== */

@media (max-width: 767px) {
.bg_news01 {
	width: 100%;
	padding: 30px 0 30px;
	background-color: #e7f5f7;
	border-radius: 0 0 50px 50px;
}

.inner_white {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 30px;
}

.info_news {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin-bottom: 10px;
}

.info_news p.news_date {
	font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
}
.info_news p.news_icon {
        font-size: 1.2rem;
        color: #e41515;
        font-weight: 700;
		margin-left: 20px;
}

h3.news {
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #319da9;
}

.pic_news {
	max-width: 420px;
	margin-bottom: 30px;
}

.news_cont {
	margin: 0 0 30px;
}

.news_cont p.text {
	font-size: 1.5rem;
	line-height: 1.6;
}

ul.pic_news_3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

ul.pic_news_3 li {
	width: 100%;
	margin-bottom: 20px;
}

ul.pic_news_3 li.cont_top03:last-child {
	margin-bottom: 0;
}

.bg_news01 p.btn_file a {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 1px solid #319da9;
	border-radius: 5px;
	background-color: #ebf9ff;
	font-size: 1.5rem;
	padding: 0.5em 3em;
	margin-top: 10px;
	color: #319da9;
}

.bg_news01 p.btn_file a:before {
	content: '';
	display: block;
	background: url(../images/icon_download.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
	margin-right: 5px;
}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		color: #333;
		font-size: 1.4rem;
		margin: 30px auto 0;
		border-bottom: 1px solid #333;
		padding-bottom: 10px;
	}

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

@media (min-width: 768px) {
.bg_news01 {
	width: 100%;
	padding: 50px 0 50px;
	background-color: #e7f5f7;
	border-radius: 0 0 100px 100px;
}

.inner_white {
	background-color: #fff;
	padding: 50px 40px;
	border-radius: 40px;
}

.info_news {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin-bottom: 15px;
}

.info_news p.news_date {
	font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
}
.info_news p.news_icon {
        font-size: 1.3rem;
        color: #e41515;
        font-weight: 700;
		margin-left: 20px;
}

h3.news {
	font-size: 2rem;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #319da9;
}

.pic_news {
	max-width: 420px;
	margin-bottom: 30px;
}

.news_cont {
	margin: 0 0 30px;
}

.news_cont p.text {
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.pic_news_3 {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

ul.pic_news_3 li {
	width: 32%;
	margin-right: 2%;
}

ul.pic_news_3 li.cont_top03:nth-of-type(3n) {
	margin-right: 0;
}

.bg_news01 p.btn_file a {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 40px;
	border: 1px solid #319da9;
	border-radius: 5px;
	background-color: #ebf9ff;
	font-size: 1.6rem;
	padding: 0.5em 3em;
	margin-top: 10px;
	color: #319da9;
}

.bg_news01 p.btn_file a:before {
	content: '';
	display: block;
	background: url(../images/icon_download.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
	margin-right: 10px;
}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 120px;
		color: #333;
		font-size: 1.6rem;
		margin: 50px auto 0;
		border-bottom: 1px solid #333;
		padding-bottom: 10px;
	}

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

@media (min-width: 992px) {
.bg_news01 {
	width: 100%;
	padding: 60px 0 60px;
	background-color: #e7f5f7;
	border-radius: 0 0 120px 120px;
}

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

.info_news {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin-bottom: 20px;
}

.info_news p.news_date {
	font-size: 1.7rem;
    font-family: "Roboto", sans-serif;
}
.info_news p.news_icon {
        font-size: 1.4rem;
        color: #e41515;
        font-weight: 700;
		margin-left: 20px;
}

h3.news {
	font-size: 2rem;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #319da9;
}

.pic_news {
	max-width: 600px;
	margin-bottom: 40px;
}

.news_cont {
	margin: 0 0 40px;
}

.news_cont p.text {
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.pic_news_3 {
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
}

ul.pic_news_3 li {
	width: 32%;
	margin-right: 2%;
}

ul.pic_news_3 li.cont_top03:nth-of-type(3n) {
	margin-right: 0;
}

.bg_news01 p.btn_file a {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 46px;
	border: 1px solid #319da9;
	border-radius: 5px;
	background-color: #ebf9ff;
	font-size: 1.7rem;
	padding: 0.5em 3em;
	margin-top: 20px;
	color: #319da9;
}

.bg_news01 p.btn_file a:before {
	content: '';
	display: block;
	background: url(../images/icon_download.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
	margin-right: 10px;
}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 120px;
		color: #333;
		font-size: 1.7rem;
		margin: 50px auto 0;
		border-bottom: 1px solid #333;
		padding-bottom: 10px;
	}

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

@media (min-width: 1200px) {
.bg_news01 {
	width: 100%;
	padding: 70px 0 70px;
	background-color: #e7f5f7;
	border-radius: 0 0 120px 120px;
}

.inner_white {
	background-color: #fff;
	padding: 50px 70px;
	border-radius: 40px;
}

.info_news {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin-bottom: 20px;
}

.info_news p.news_date {
	font-size: 1.7rem;
    font-family: "Roboto", sans-serif;
}
.info_news p.news_icon {
        font-size: 1.4rem;
        color: #e41515;
        font-weight: 700;
		margin-left: 20px;
}

h3.news {
	font-size: 2.1rem;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #319da9;
}

.pic_news {
	max-width: 600px;
	margin-bottom: 50px;
}

.news_cont {
	margin: 0 0 50px;
}

.news_cont p.text {
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.pic_news_3 {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

ul.pic_news_3 li {
	width: 32%;
	margin-right: 2%;
}

ul.pic_news_3 li.cont_top03:nth-of-type(3n) {
	margin-right: 0;
}

.bg_news01 p.btn_file a {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 46px;
	border: 1px solid #319da9;
	border-radius: 5px;
	background-color: #ebf9ff;
	font-size: 1.7rem;
	padding: 0.5em 3em;
	margin-top: 20px;
	color: #319da9;
}

.bg_news01 p.btn_file a:before {
	content: '';
	display: block;
	background: url(../images/icon_download.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
	margin-right: 10px;
}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 120px;
		color: #333;
		font-size: 1.7rem;
		margin: 50px auto 0;
		border-bottom: 1px solid #333;
		padding-bottom: 10px;
	}

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



/* training.html　しつけ・訓練
=========================================================================== */

@media (max-width: 991px) {
#training02,#training03 {
	margin-top: -70px;
	padding-top: 70px;
}
}

@media (min-width: 992px) {
#training02,#training03 {
	margin-top: -120px;
	padding-top: 120px;
}
}

@media (max-width: 767px) {
ul.training01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	width: 100%;
	margin-bottom: 20px;
}

ul.training01 li {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	background-color: #f9f8d2;
	padding: 0.5em 1em;
	text-align: center;
}

.pic_training01 {
	width: 200px;
	flex-shrink: 0;
	margin: 0 auto 20px;
}

.cont_training01 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.ttl_sub {
	border: 1px solid #319da9;
	margin-bottom: 20px;
}

.ttl_sub h4 {
	background-color: #319da9;
	color: #fff;
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	padding: 0.5em 1.5em;
}

.ttl_sub .inner {
	padding: 20px 20px;
}

.ttl_sub p.ttl {
	color: #26808a;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 15px;
}

.ttl_sub p.text {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
}

@media (min-width: 768px) {
ul.training01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	width: 100%;
	margin-bottom: 30px;
}

ul.training01 li {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	background-color: #f9f8d2;
	padding: 0.5em 1em;
	text-align: center;
	min-width: 200px;
}

.pic_training01 {
	width: 240px;
	flex-shrink: 0;
	margin-right: 50px;
}

.cont_training01 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.ttl_sub {
	border: 1px solid #319da9;
	margin-bottom: 40px;
}

.ttl_sub h4 {
	background-color: #319da9;
	color: #fff;
	font-size: 2rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	padding: 0.7em 2em;
}

.ttl_sub .inner {
	padding: 30px 40px;
}

.ttl_sub p.ttl {
	color: #26808a;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 20px;
}

.ttl_sub p.text {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
}

@media (min-width: 992px) {
ul.training01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	width: 100%;
	margin-bottom: 30px;
}

ul.training01 li {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	background-color: #f9f8d2;
	padding: 0.5em 1em;
	text-align: center;
	min-width: 240px;
}

.pic_training01 {
	width: 240px;
	flex-shrink: 0;
	margin-right: 60px;
}

.cont_training01 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.ttl_sub {
	border: 1px solid #319da9;
	margin-bottom: 40px;
}

.ttl_sub h4 {
	background-color: #319da9;
	color: #fff;
	font-size: 2.1rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	padding: 0.7em 2em;
}

.ttl_sub .inner {
	padding: 40px 50px;
}

.ttl_sub p.ttl {
	color: #26808a;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 20px;
}

.ttl_sub p.text {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
}

@media (min-width: 1200px) {
ul.training01 {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
	margin-bottom: 50px;
}

ul.training01 li {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	background-color: #f9f8d2;
	padding: 0.5em 1em;
	text-align: center;
	min-width: 200px;
}

.pic_training01 {
	width: 257px;
	flex-shrink: 0;
	margin-right: 70px;
}

.cont_training01 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.ttl_sub {
	border: 1px solid #319da9;
	margin-bottom: 50px;
}

.ttl_sub h4 {
	background-color: #319da9;
	color: #fff;
	font-size: 2.2rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	padding: 0.7em 2em;
}

.ttl_sub .inner {
	padding: 40px 70px;
}

.ttl_sub p.ttl {
	color: #26808a;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 20px;
}

.ttl_sub p.text {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
}







@media (max-width: 767px) {
.training02_l {
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 7px;
	padding: 20px 15px;
	margin-bottom: 15px;
}

.training02_l p.ttl {
	text-align: center;
	background-color: #319da9;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0.2em 1em;
	margin-bottom: 10px;
}

.training02_l p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

ul.training02_r {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 10px;
}

ul.training02_r li {
	background-color: #e2f8fa;
	text-align: center;
	font-size: 1.5rem;
	text-align: center;
	padding: 0.5em 0.5em;
	border-radius: 7px;
}

.cont_training02 {
	width: 100%;
}

.cont_training02 h4 {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	background-color: #e2750a;
	text-align: center;
	padding: 0.6em 1em;
	font-weight: 500;
}

.cont_training02 h4 span {
	display: block;
	font-size: 1.5rem;
	margin-top: 5px;
}

.cont_training02 .inner {
	background-color: #fff;
	padding: 20px 0 50px;
}

table.training02 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training02 th {
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.5rem;
	text-align: center;
	padding: 12px 10px;
}

table.training02 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.5rem;
	text-align: center;
	padding: 12px 10px;
}

p.kome {
	color: #e90000;
	font-size: 1.5rem;
	line-height: 1.6;
}

.cont_training02 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

table.training02_2 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training02_2 th {
	background-color: #efefef;
	border: 1px solid #c0c0c0;
	font-size: 1.5rem;
	text-align: center;
	padding: 10px 5px;
}

table.training02_2 td {
	background-color: #fff;
	border: 1px solid #c0c0c0;
	font-size: 1.4rem;
	text-align: center;
	padding: 10px 5px;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
.training02_l {
	width: 44%;
	background-color: #f5f5f5;
	border-radius: 7px;
	padding: 20px 25px;
}

.training02_l p.ttl {
	text-align: center;
	background-color: #319da9;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0.2em 1em;
	margin-bottom: 10px;
}

.training02_l p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

ul.training02_r {
	width: 54%;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
}

ul.training02_r li {
	background-color: #e2f8fa;
	text-align: center;
	font-size: 1.6rem;
	text-align: center;
	padding: 1em 0.5em;
	border-radius: 7px;
}

.cont_training02 {
	width: 48%;
}

.cont_training02 h4 {
	color: #fff;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	background-color: #e2750a;
	text-align: center;
	padding: 0.8em 1em;
	font-weight: 500;
}

.cont_training02 h4 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 5px;
}

.cont_training02 .inner {
	background-color: #f5f5f5;
	padding: 30px 30px;
}

table.training02 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training02 th {
	width: 140px;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 12px 10px;
}

table.training02 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 12px 10px;
}

p.kome {
	color: #e90000;
	font-size: 1.5rem;
	line-height: 1.6;
}

.cont_training02 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

table.training02_2 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training02_2 th {
	width: 15%;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 15px 10px;
}

table.training02_2 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 15px 10px;
	width: 25%;
	line-height: 1.6;
}
}

@media (min-width: 992px) {
.training02_l {
	width: 41%;
	background-color: #f5f5f5;
	border-radius: 7px;
	padding: 20px 25px;
}

.training02_l p.ttl {
	text-align: center;
	background-color: #319da9;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 0.2em 1em;
	margin-bottom: 10px;
}

.training02_l p.text {
	font-size: 1.6rem;
	line-height: 1.8;
}

ul.training02_r {
	width: 56%;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
}

ul.training02_r li {
	background-color: #e2f8fa;
	text-align: center;
	font-size: 1.7rem;
	text-align: center;
	padding: 1em 1em;
	border-radius: 7px;
}

.cont_training02 {
	width: 48%;
}

.cont_training02 h4 {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.05em;
	background-color: #e2750a;
	text-align: center;
	padding: 0.8em 1em;
	font-weight: 500;
}

.cont_training02 h4 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 5px;
}

.cont_training02 .inner {
	background-color: #f5f5f5;
	padding: 30px 30px;
}

table.training02 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training02 th {
	width: 190px;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 12px 10px;
}

table.training02 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 12px 10px;
}

p.kome {
	color: #e90000;
	font-size: 1.5rem;
	line-height: 1.6;
}

.cont_training02 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

table.training02_2 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training02_2 th {
	width: 25%;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 15px 10px;
}

table.training02_2 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 15px 10px;
	width: 25%;
	line-height: 1.6;
}
}

@media (min-width: 1200px) {
.training02_l {
	width: 41%;
	background-color: #f5f5f5;
	border-radius: 7px;
	padding: 20px 25px;
}

.training02_l p.ttl {
	text-align: center;
	background-color: #319da9;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 0.2em 1em;
	margin-bottom: 10px;
}

.training02_l p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}

ul.training02_r {
	width: 56%;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

ul.training02_r li {
	background-color: #e2f8fa;
	text-align: center;
	font-size: 1.8rem;
	text-align: center;
	padding: 1em 1em;
	border-radius: 7px;
}

.cont_training02 {
	width: 47%;
}

.cont_training02 h4 {
	color: #fff;
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	background-color: #e2750a;
	text-align: center;
	padding: 1em 1em;
	font-weight: 500;
}

.cont_training02 h4 span {
	display: block;
	font-size: 1.7rem;
	margin-top: 5px;
}

.cont_training02 .inner {
	background-color: #f5f5f5;
	padding: 40px 40px;
}

table.training02 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training02 th {
	width: 190px;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.7rem;
	text-align: center;
	padding: 15px 10px;
}

table.training02 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.7rem;
	text-align: center;
	padding: 15px 10px;
}

p.kome {
	color: #e90000;
	font-size: 1.5rem;
	line-height: 1.6;
}

.cont_training02 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

table.training02_2 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training02_2 th {
	width: 25%;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.7rem;
	text-align: center;
	padding: 15px 10px;
}

table.training02_2 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.7rem;
	text-align: center;
	padding: 15px 10px;
	width: 25%;
	line-height: 1.6;
}
}







@media (max-width: 767px) {
ul.training03 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: 100%;
	margin-bottom: 20px;
}

ul.training03 li {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	background-color: #f9f8d2;
	padding: 0.7em 1em;
	text-align: center;
	width: 100%;
}

.cont_training03 {
	width: 100%;
}

.pic_training03 {
	width: 100%;
}

.cont_training03 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

table.training03 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 25px;
}

table.training03 th {
	width: 25%;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.5rem;
	text-align: center;
	padding: 10px 5px;
}

table.training03 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.5rem;
	text-align: center;
	padding: 10px 5px;
	line-height: 1.8;
}

.cont_training03_1 {
	width: 100%;
	margin-bottom: 35px;
}

.cont_training03_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
}

.cont_training03_1 .inner {
	background-color: #f5f5f5;
	padding: 15px 20px;
}

.cont_training03_1 .pic {
	width: 240px;
	flex-shrink: 0;
	margin-bottom: 15px;
}

.cont_training03_1 .cont {
	width: 100%;
}

.cont_training03_1 .cont p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

.cont_training03_2 {
	width: 100%;
}

.cont_training03_2 p.ttl {
	background-color: #e2750a;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
}

.cont_training03_2 .inner {
	background-color: #f5f5f5;
	padding: 15px 20px;
}

.cont_training03_2 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
ul.training03 {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
	margin-bottom: 30px;
}

ul.training03 li {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	background-color: #f9f8d2;
	padding: 0.7em 1em;
	text-align: center;
	width: 100%;
}

.cont_training03 {
	width: 60%;
}

.pic_training03 {
	width: 34%;
}

.cont_training03 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

table.training03 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training03 th {
	width: 25%;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 10px;
}

table.training03 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 10px;
	line-height: 1.8;
}

.cont_training03_1 {
	width: 100%;
	margin-bottom: 60px;
}

.cont_training03_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_training03_1 .inner {
	background-color: #f5f5f5;
	padding: 30px 70px;
}

.cont_training03_1 .pic {
	width: 240px;
	flex-shrink: 0;
	margin-right: 50px;
}

.cont_training03_1 .cont {
	width: 100%;
}

.cont_training03_1 .cont p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}

.cont_training03_2 {
	width: 100%;
}

.cont_training03_2 p.ttl {
	background-color: #e2750a;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_training03_2 .inner {
	background-color: #f5f5f5;
	padding: 30px 70px;
}

.cont_training03_2 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}
}

@media (min-width: 992px) {
ul.training03 {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
	margin-bottom: 40px;
}

ul.training03 li {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	background-color: #f9f8d2;
	padding: 0.7em 1em;
	text-align: center;
	width: 100%;
}

.cont_training03 {
	width: 60%;
}

.pic_training03 {
	width: 34%;
}

.cont_training03 p.text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 25px;
}

table.training03 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training03 th {
	width: 23%;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 15px 10px;
}

table.training03 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.6rem;
	text-align: center;
	padding: 15px 10px;
	line-height: 1.8;
}

.cont_training03_1 {
	width: 100%;
	margin-bottom: 60px;
}

.cont_training03_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_training03_1 .inner {
	background-color: #f5f5f5;
	padding: 30px 70px;
}

.cont_training03_1 .pic {
	width: 240px;
	flex-shrink: 0;
	margin-right: 50px;
}

.cont_training03_1 .cont {
	width: 100%;
}

.cont_training03_1 .cont p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}

.cont_training03_2 {
	width: 100%;
}

.cont_training03_2 p.ttl {
	background-color: #e2750a;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_training03_2 .inner {
	background-color: #f5f5f5;
	padding: 30px 70px;
}

.cont_training03_2 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}
}

@media (min-width: 1200px) {
ul.training03 {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
	margin-bottom: 50px;
}

ul.training03 li {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	background-color: #f9f8d2;
	padding: 0.7em 1em;
	text-align: center;
	width: 100%;
}

.cont_training03 {
	width: 60%;
}

.pic_training03 {
	width: 34%;
}

.cont_training03 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 25px;
}

table.training03 {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

table.training03 th {
	width: 28%;
	background-color: #efefef;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.7rem;
	text-align: center;
	padding: 15px 10px;
}

table.training03 td {
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.7rem;
	text-align: center;
	padding: 15px 10px;
	line-height: 1.8;
}

.cont_training03_1 {
	width: 100%;
	margin-bottom: 60px;
}

.cont_training03_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_training03_1 .inner {
	background-color: #f5f5f5;
	padding: 30px 90px;
}

.cont_training03_1 .pic {
	width: 240px;
	flex-shrink: 0;
	margin-right: 50px;
}

.cont_training03_1 .cont {
	width: 100%;
}

.cont_training03_1 .cont p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}

.cont_training03_2 {
	width: 100%;
}

.cont_training03_2 p.ttl {
	background-color: #e2750a;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_training03_2 .inner {
	background-color: #f5f5f5;
	padding: 30px 90px;
}

.cont_training03_2 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}
}




/* agility.html　アジリティ
=========================================================================== */

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

.pic_agility_r {
	width: 100%;
}

.pic_agility_r img {
			height: 200px;
		object-fit: cover;
		object-position: 60% top;
		font-family: 'object-fit: cover; object-position: center top;';
			margin: 15px auto 0;
}

.cont_agility_l ul {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 10px;
	margin-bottom: 15px;
}

.cont_agility_l ul li {
	background-color: #e2750a;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.4;
	padding: 0.5em 1em;
	font-family: "Zen Maru Gothic", serif;
	border-radius: 5px;
}

.cont_agility_l p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

.cont_agility01 {
	width: 100%;
	margin: 0 auto 35px;
	max-width: 500px;
}

.cont_agility01:last-child {
	margin-bottom: 0;
}

.cont_agility01 p.text {
	text-align: center;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	background-color: #319da9;
	color: #fff;
	line-height: 1.2;
	padding: 0.3em 1em;
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.cont_agility01 p.text:before {
	content: "\f6d3";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 10px;
font-size: 2rem;
}

.cont_agility01_1 {
	width: 100%;
	margin-bottom: 60px;
}

.cont_agility01_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
}

.cont_agility01_1 .inner {
	background-color: #f5f5f5;
	padding: 30px 20px;
}

.cont_agility01_1 .pic {
	width: 200px;
	flex-shrink: 0;
	margin-left: 50px;
}

.cont_agility01_1 .cont {
	width: 100%;
}

.cont_agility01_1 .cont p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

.cont_agility01_1 {
	width: 100%;
	margin-bottom: 30px;
}

.cont_agility01_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_agility01_1 .inner {
	background-color: #f5f5f5;
	padding: 15px 20px;
}

.cont_agility01_1 .pic {
	width: 120px;
	flex-shrink: 0;
	margin-top: 15px;
}

.cont_agility01_1 .cont {
	width: 100%;
}

.cont_agility01_1 .cont p.text {
	font-size: 1.5rem;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
.cont_agility_l {
	width: 60%;
}

.pic_agility_r {
	width: 34%;
}

.pic_agility_r img {
			height: 320px;
		object-fit: cover;
		object-position: 60% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.cont_agility_l ul {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 10px;
	margin-bottom: 20px;
}

.cont_agility_l ul li {
	background-color: #e2750a;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.4;
	padding: 0.5em 1em;
	font-family: "Zen Maru Gothic", serif;
}

.cont_agility_l p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

.cont_agility01 {
	width: 32%;
}

.cont_agility01 p.text {
	text-align: center;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	background-color: #319da9;
	color: #fff;
	line-height: 1.2;
	padding: 0.3em 1em;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.cont_agility01 p.text:before {
	content: "\f6d3";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 10px;
font-size: 2rem;
}

.cont_agility01_1 {
	width: 100%;
	margin-bottom: 60px;
}

.cont_agility01_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_agility01_1 .inner {
	background-color: #f5f5f5;
	padding: 30px 70px;
}

.cont_agility01_1 .pic {
	width: 200px;
	flex-shrink: 0;
	margin-left: 50px;
}

.cont_agility01_1 .cont {
	width: 100%;
}

.cont_agility01_1 .cont p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}

.cont_agility01_1 {
	width: 100%;
	margin-bottom: 10px;
}

.cont_agility01_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_agility01_1 .inner {
	background-color: #f5f5f5;
	padding: 20px 40px;
}

.cont_agility01_1 .pic {
	width: 150px;
	flex-shrink: 0;
	margin-left: 40px;
}

.cont_agility01_1 .cont {
	width: 100%;
}

.cont_agility01_1 .cont p.text {
	font-size: 1.6rem;
	line-height: 1.8;
}
}

@media (min-width: 992px) {
.cont_agility_l {
	width: 60%;
}

.pic_agility_r {
	width: 34%;
}

.cont_agility_l ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.cont_agility_l ul li {
	background-color: #e2750a;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.4;
	padding: 1em 1em;
	font-family: "Zen Maru Gothic", serif;
}

.cont_agility_l p.text {
	font-size: 1.6rem;
	line-height: 1.8;
}

.cont_agility01 {
	width: 32%;
}

.cont_agility01 p.text {
	text-align: center;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", serif;
	background-color: #319da9;
	color: #fff;
	padding: 0.3em 1em;
	margin-bottom: 10px;
}

.cont_agility01 p.text:before {
	content: "\f6d3";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 10px;
font-size: 2.4rem;
}

.cont_agility01_1 {
	width: 100%;
	margin-bottom: 60px;
}

.cont_agility01_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_agility01_1 .inner {
	background-color: #f5f5f5;
	padding: 20px 50px;
}

.cont_agility01_1 .pic {
	width: 170px;
	flex-shrink: 0;
	margin-left: 40px;
}

.cont_agility01_1 .cont {
	width: 100%;
}

.cont_agility01_1 .cont p.text {
	font-size: 1.6rem;
	line-height: 1.8;
}
}

@media (min-width: 1200px) {
.cont_agility_l {
	width: 60%;
}

.pic_agility_r {
	width: 34%;
}

.cont_agility_l ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
	margin-bottom: 50px;
}

.cont_agility_l ul li {
	background-color: #e2750a;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.4;
	padding: 1em 1em;
	font-family: "Zen Maru Gothic", serif;
}

.cont_agility_l p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}

.cont_agility01 {
	width: 32%;
}

.cont_agility01 p.text {
	text-align: center;
	font-size: 1.9rem;
	font-family: "Zen Maru Gothic", serif;
	background-color: #319da9;
	color: #fff;
	padding: 0.3em 1em;
	margin-bottom: 10px;
}

.cont_agility01 p.text:before {
	content: "\f6d3";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 10px;
font-size: 2.4rem;
}

.cont_agility01_1 {
	width: 100%;
	margin-bottom: 60px;
}

.cont_agility01_1 p.ttl {
	background-color: #319da9;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 1em;
}

.cont_agility01_1 .inner {
	background-color: #f5f5f5;
	padding: 30px 70px;
}

.cont_agility01_1 .pic {
	width: 200px;
	flex-shrink: 0;
	margin-left: 50px;
}

.cont_agility01_1 .cont {
	width: 100%;
}

.cont_agility01_1 .cont p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}
}











@media (max-width: 767px) {
.dg_agility02 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px 10px;
}

.dg_agility02 .cont p.text {
	text-align: center;
	font-size: 1.5rem;
	margin-top: 5px;
	background-color: #319da9;
	color: #fff;
	padding: 0.3em 0.5em;
}
}

@media (min-width: 768px) {
.dg_agility02 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 25px 15px;
}

.dg_agility02 .cont p.text {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 5px;
	background-color: #319da9;
	color: #fff;
	padding: 0.3em 1em;
}
}

@media (min-width: 992px) {
.dg_agility02 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px 15px;
}

.dg_agility02 .cont p.text {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 5px;
	background-color: #319da9;
	color: #fff;
	padding: 0.3em 1em;
}
}

@media (min-width: 1200px) {
.dg_agility02 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 40px 20px;
}

.dg_agility02 .cont p.text {
	text-align: center;
	font-size: 1.7rem;
	margin-top: 5px;
	background-color: #319da9;
	color: #fff;
	padding: 0.3em 1em;
}
}











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

.cont_agility03_1 p.ttl {
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	background-color: #e2750a;
	color: #fff;
	font-size: 1.8rem;
	padding: 0.3em 1em;
}

.cont_agility03_1 .inner {
	border: 1px solid #e2750a;
	padding: 15px 20px;
}

.cont_agility03_1 .inner p.text {
	font-size: 1.5rem;
	line-height: 1.6;
}

h4.agility03 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

.cont_agility03_2 {
	width: 100%;
}

.cont_agility03_2 p.ttl {
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	background-color: #319da9;
	color: #fff;
	font-size: 1.8rem;
	padding: 0.3em 1em;
}

.cont_agility03_2 .inner {
	border: 1px solid #319da9;
	padding: 15px 20px;
}

.cont_agility03_2 .inner p.text {
	font-size: 1.5rem;
	line-height: 1.6;
}

.cont_agility03_2 ul li {
	list-style-type: disc;
	padding-left: -1em;
	margin-left: 1em;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 5px;
}
}

@media (min-width: 768px) {
.cont_agility03_1 {
	width: 32%;
}

.cont_agility03_1 p.ttl {
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	background-color: #e2750a;
	color: #fff;
	font-size: 1.8rem;
	padding: 0.3em 1em;
}

.cont_agility03_1 .inner {
	border: 1px solid #e2750a;
	padding: 15px 20px;
}

.cont_agility03_1 .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

h4.agility03 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

.cont_agility03_2 {
	width: 32%;
}

.cont_agility03_2 p.ttl {
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	background-color: #319da9;
	color: #fff;
	font-size: 1.8rem;
	padding: 0.3em 1em;
}

.cont_agility03_2 .inner {
	border: 1px solid #319da9;
	padding: 15px 20px;
}

.cont_agility03_2 .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

.cont_agility03_2 ul li {
	list-style-type: disc;
	padding-left: -1em;
	margin-left: 1em;
	font-size: 1.7rem;
	line-height: 1.4;
	margin-bottom: 5px;
}
}

@media (min-width: 992px) {
.cont_agility03_1 {
	width: 32%;
}

.cont_agility03_1 p.ttl {
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	background-color: #e2750a;
	color: #fff;
	font-size: 2rem;
	padding: 0.3em 1em;
}

.cont_agility03_1 .inner {
	border: 1px solid #e2750a;
	padding: 20px 30px;
}

.cont_agility03_1 .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

h4.agility03 {
	font-size: 1.9rem;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

.cont_agility03_2 {
	width: 32%;
}

.cont_agility03_2 p.ttl {
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	background-color: #319da9;
	color: #fff;
	font-size: 2rem;
	padding: 0.3em 1em;
}

.cont_agility03_2 .inner {
	border: 1px solid #319da9;
	padding: 20px 30px;
}

.cont_agility03_2 .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}

.cont_agility03_2 ul li {
	list-style-type: disc;
	padding-left: -1em;
	margin-left: 1em;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 5px;
}
}

@media (min-width: 1200px) {
.cont_agility03_1 {
	width: 32%;
}

.cont_agility03_1 p.ttl {
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	background-color: #e2750a;
	color: #fff;
	font-size: 2.2rem;
	padding: 0.3em 1em;
}

.cont_agility03_1 .inner {
	border: 1px solid #e2750a;
	padding: 30px 40px;
}

.cont_agility03_1 .inner p.text {
	font-size: 1.7rem;
	line-height: 1.6;
}

h4.agility03 {
	font-size: 2rem;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

.cont_agility03_2 {
	width: 32%;
}

.cont_agility03_2 p.ttl {
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	background-color: #319da9;
	color: #fff;
	font-size: 2.2rem;
	padding: 0.3em 1em;
}

.cont_agility03_2 .inner {
	border: 1px solid #319da9;
	padding: 30px 40px;
}

.cont_agility03_2 .inner p.text {
	font-size: 1.7rem;
	line-height: 1.6;
}

.cont_agility03_2 ul li {
	list-style-type: disc;
	padding-left: -1em;
	margin-left: 1em;
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 5px;
}
}









/* access.html　訓練所案内
=========================================================================== */

@media (max-width: 767px) {
.bg_access01 {
	width: 100%;
	background: url(../images/bg_access01.jpg) 40% top /cover no-repeat;
	color: #fff;
	padding: 40px 0 40px;
	margin-bottom: 40px;
	border: 20px solid #fff;
}

h3.access01 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	margin-left: 40px;
}

ul.access01 {
	margin: 0 auto;
	width: 90%;
}

ul.access01 li {
	background-color: rgba(38,128,138,0.7);
	margin-bottom: 10px;
	font-size: 1.6rem;
	padding: 0.7em 1em 0.7em 1em;
	width: 100%;
	border-radius: 12px;
}

ul.access01 li:last-child {
	margin-bottom: 0;
}

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

@media (min-width: 768px) {
.bg_access01 {
	width: 100%;
	background: url(../images/bg_access01.jpg) center top /cover no-repeat;
	color: #fff;
	padding: 70px 0 70px;
	margin-bottom: 70px;
	border: 30px solid #fff;
}

h3.access01 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	margin-left: 50px;
}

ul.access01 {
	margin: 0 auto;
	width: 90%;
}

ul.access01 li {
	background-color: rgba(38,128,138,0.7);
	margin-bottom: 15px;
	font-size: 1.8rem;
	padding: 0.7em 0.7em 0.7em 2em;
	width: 65%;
	border-radius: 12px;
}

ul.access01 li:nth-of-type(1) {
	margin-left: 0%;
} 

ul.access01 li:nth-of-type(2) {
	margin-left: 10%;
} 

ul.access01 li:nth-of-type(3) {
	margin-left: 20%;
} 

ul.access01 li:nth-of-type(4) {
	margin-left: 30%;
	margin-bottom: 0;
} 

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

@media (min-width: 992px) {
.bg_access01 {
	width: 100%;
	background: url(../images/bg_access01.jpg) center top /cover no-repeat;
	color: #fff;
	padding: 80px 0 80px;
	margin-bottom: 70px;
	border: 30px solid #fff;
}

h3.access01 {
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	margin-left: 50px;
}

ul.access01 {
	margin: 0 auto;
	width: 90%;
}

ul.access01 li {
	background-color: rgba(38,128,138,0.7);
	margin-bottom: 20px;
	font-size: 1.8rem;
	padding: 0.7em 0.7em 0.7em 2em;
	width: 65%;
	border-radius: 12px;
}

ul.access01 li:nth-of-type(1) {
	margin-left: 0%;
} 

ul.access01 li:nth-of-type(2) {
	margin-left: 10%;
} 

ul.access01 li:nth-of-type(3) {
	margin-left: 20%;
} 

ul.access01 li:nth-of-type(4) {
	margin-left: 30%;
	margin-bottom: 0;
} 

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

@media (min-width: 1200px) {
.bg_access01 {
	width: 100%;
	background: url(../images/bg_access01.jpg) center top /cover no-repeat;
	color: #fff;
	padding: 100px 0 100px;
	margin-bottom: 100px;
	border: 30px solid #fff;
}

h3.access01 {
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

ul.access01 {
	margin: 0;
}

ul.access01 li {
	background-color: rgba(38,128,138,0.7);
	margin-bottom: 20px;
	font-size: 2rem;
	padding: 0.7em 0.7em 0.7em 3em;
	width: 70%;
	border-radius: 12px;
}

ul.access01 li:nth-of-type(1) {
	margin-left: 0%;
} 

ul.access01 li:nth-of-type(2) {
	margin-left: 10%;
} 

ul.access01 li:nth-of-type(3) {
	margin-left: 20%;
} 

ul.access01 li:nth-of-type(4) {
	margin-left: 30%;
	margin-bottom: 0;
} 

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



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

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


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

	table.sub th {
		display: block;
		width: 100%;
		background-color: #319da9;
		font-size: 1.6rem;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 6px 10px;
	}

	table.sub td {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		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;
	}

	.access_map {
		width: 100%;
		margin-bottom: 10px;
	}

	.access_map iframe {
		width: 100%;
		height: 320px;
	}

	.inner_access03 {
		width: 100%;
		background-color: #f2feff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 15px;
	}

	.inner_access03 p.ttl {
		color: #2f97a2;
		font-size: 1.8rem;
		font-family: "Zen Maru Gothic", serif;
		margin-bottom: 10px;
	}

	.inner_access03 p.text {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 40px;
		border: 1px solid #319da9;
		font-size: 1.4rem;
		margin: 15px auto 0;
		color: #319da9;
	}

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

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

	table.sub th {
		color: #319da9;
		font-size: 16px;
		letter-spacing: 0.05em;
		width: 200px;
		padding: 15px 30px 15px 0;
		border-bottom: 1px solid #aaa;
	}

	table.sub td {
		font-size: 16px;
		letter-spacing: 0.05em;
		padding: 15px 0 15px 0;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map {
		width: 60%;
	}

	.access_map iframe {
		width: 100%;
		height: 420px;
	}

	.inner_access03 {
		width: 38%;
		background-color: #f2feff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.inner_access03 p.ttl {
		color: #2f97a2;
		font-size: 2rem;
		font-family: "Zen Maru Gothic", serif;
		margin-bottom: 20px;
	}

	.inner_access03 p.text {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #319da9;
		font-size: 1.4rem;
		margin: 20px auto 0;
		color: #319da9;
	}

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

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

	table.sub th {
		color: #319da9;
		font-size: 16px;
		letter-spacing: 0.05em;
		width: 200px;
		padding: 25px 30px 25px 0;
		border-bottom: 1px solid #aaa;
	}

	table.sub td {
		font-size: 16px;
		letter-spacing: 0.05em;
		padding: 25px 0 25px 0;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map {
		width: 70%;
	}

	.access_map iframe {
		width: 100%;
		height: 500px;
	}

	.inner_access03 {
		width: 28%;
		background-color: #f2feff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.inner_access03 p.ttl {
		color: #2f97a2;
		font-size: 2rem;
		font-family: "Zen Maru Gothic", serif;
		margin-bottom: 20px;
	}

	.inner_access03 p.text {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #319da9;
		font-size: 1.4rem;
		margin: 20px auto 0;
		color: #319da9;
	}

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

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

	table.sub th {
		color: #319da9;
		font-size: 18px;
		letter-spacing: 0.05em;
		width: 260px;
		padding: 20px 30px 20px 20px;
		border-bottom: 1px solid #aaa;
	}

	table.sub td {
		font-size: 18px;
		letter-spacing: 0.05em;
		padding: 20px 30px 20px 20px;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map {
		width: 70%;
	}

	.access_map iframe {
		width: 100%;
		height: 500px;
	}

	.inner_access03 {
		width: 28%;
		background-color: #f2feff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.inner_access03 p.ttl {
		color: #2f97a2;
		font-size: 2rem;
		font-family: "Zen Maru Gothic", serif;
		margin-bottom: 20px;
	}

	.inner_access03 p.text {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #319da9;
		font-size: 1.4rem;
		margin: 50px auto 0;
		color: #319da9;
	}

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




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

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

@media (min-width: 992px) {
ul.access04 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
}





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

.cont_access05 {
	border: 1px solid #319da9;
	padding: 25px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.cont_access05 p.pic {
	width: 180px;
	flex-shrink: 0;
	margin-bottom: 20px;
}

.cont_access05 .cont {
	width: 100%;
}

.cont_access05 p.name {
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.cont_access05 p.name span {
	font-size: 1.5rem;
	display: inline-block;
	margin-right: 15px;
}

.cont_access05 p.text {
	font-size: 1.5rem;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
.dg_access05 {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 25px;
}

.cont_access05 {
	border: 1px solid #319da9;
	padding: 25px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.cont_access05 p.pic {
	width: 160px;
	flex-shrink: 0;
}

.cont_access05 .cont {
	width: 100%;
	margin-left: 30px;
}

.cont_access05 p.name {
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	font-size: 2.1rem;
	margin-bottom: 10px;
}

.cont_access05 p.name span {
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 20px;
}

.cont_access05 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}
}

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

.cont_access05 {
	border: 1px solid #319da9;
	padding: 30px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.cont_access05 p.pic {
	width: 130px;
	flex-shrink: 0;
}

.cont_access05 .cont {
	width: 100%;
	margin-left: 30px;
}

.cont_access05 p.name {
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	font-size: 2.1rem;
	margin-bottom: 10px;
}

.cont_access05 p.name span {
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 20px;
}

.cont_access05 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}
}

@media (min-width: 1200px) {
.dg_access05 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px;
}

.cont_access05 {
	border: 1px solid #319da9;
	padding: 30px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.cont_access05 p.pic {
	width: 170px;
	flex-shrink: 0;
}

.cont_access05 .cont {
	width: 100%;
	margin-left: 40px;
}

.cont_access05 p.name {
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.cont_access05 p.name span {
	font-size: 1.8rem;
	display: inline-block;
	margin-right: 20px;
}

.cont_access05 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}
}







/* faq.html　よくある質問・初回カウンセリング
=========================================================================== */

@media (max-width: 767px) {
.cont_faq {
	margin-bottom: 30px;
}

p.question {
	background-color: #2f97a2;
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: 0.02em;
	padding: 0.5em 1em;
}

p.question:before {
	content: 'Q.';
	display: inline-block;
	color: #82e6f1;
	font-size: 1.8rem;
	margin-right: 0.7rem;
}

.cont_faq .inner {
	padding: 10px 20px 15px;
	border: 1px solid #2f97a2;
	position: relative;
}

.cont_faq .inner:before {
	content: 'A.';
	display: block;
	color: #2f97a2;
	font-size: 2rem;
	margin-bottom: 0.3rem;
}

.cont_faq p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.cont_faq p.text:last-child {
	margin-bottom: 0;
}

.inner_faq {
	background-color: #f5f5f5;
	padding: 20px 20px 20px 30px;
}

ul.list_faq	{
	margin: 0;
}

ul.list_faq li {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.4;
	list-style-type: disc;
	margin-left: 0.5em;
	margin-bottom: 5px;
}

ul.list_faq li:last-child {
	margin-bottom: 0;
}
}

@media (min-width: 768px) {
.cont_faq {
	margin-bottom: 30px;
}

p.question {
	background-color: #2f97a2;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	padding: 0.5em 1.5em;
}

p.question:before {
	content: 'Q.';
	display: inline-block;
	color: #82e6f1;
	font-size: 1.9rem;
	margin-right: 1rem;
}

.cont_faq .inner {
	padding: 20px 35px 25px;
	border: 1px solid #2f97a2;
	position: relative;
}

.cont_faq .inner:before {
	content: 'A.';
	display: block;
	color: #2f97a2;
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.cont_faq p.text {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.cont_faq p.text:last-child {
	margin-bottom: 0;
}

.inner_faq {
	background-color: #f5f5f5;
	padding: 20px 30px;
}

ul.list_faq	{
	margin: 0;
}

ul.list_faq li {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 5px;
}

ul.list_faq li:last-child {
	margin-bottom: 0;
}
}

@media (min-width: 992px) {
.cont_faq {
	margin-bottom: 40px;
}

p.question {
	background-color: #2f97a2;
	color: #fff;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	padding: 0.5em 2.5em;
}

p.question:before {
	content: 'Q.';
	display: inline-block;
	color: #82e6f1;
	font-size: 2.2rem;
	margin-right: 1rem;
}

.cont_faq .inner {
	padding: 20px 50px 25px;
	border: 1px solid #2f97a2;
	position: relative;
}

.cont_faq .inner:before {
	content: 'A.';
	display: block;
	color: #2f97a2;
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
}

.cont_faq p.text {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.cont_faq p.text:last-child {
	margin-bottom: 0;
}

.inner_faq {
	background-color: #f5f5f5;
	padding: 20px 30px;
}

ul.list_faq	{
	margin: 0;
}

ul.list_faq li {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 5px;
}

ul.list_faq li:last-child {
	margin-bottom: 0;
}
}

@media (min-width: 1200px) {
.cont_faq {
	margin-bottom: 50px;
}

p.question {
	background-color: #2f97a2;
	color: #fff;
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	padding: 0.5em 3em;
}

p.question:before {
	content: 'Q.';
	display: inline-block;
	color: #82e6f1;
	font-size: 2.5rem;
	margin-right: 1rem;
}

.cont_faq .inner {
	padding: 20px 70px 35px;
	border: 1px solid #2f97a2;
	position: relative;
}

.cont_faq .inner:before {
	content: 'A.';
	display: block;
	color: #2f97a2;
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

.cont_faq p.text {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.cont_faq p.text:last-child {
	margin-bottom: 0;
}

.inner_faq {
	background-color: #f5f5f5;
	padding: 30px 40px;
}

ul.list_faq	{
	margin: 0;
}

ul.list_faq li {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 5px;
}

ul.list_faq li:last-child {
	margin-bottom: 0;
}
}






@media (max-width: 767px) {
h3.faq02 {
	font-size: 1.8rem;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05em;
	background-color: #e2750a;
	text-align: center;
	padding: 0.7em 1em;
	margin-bottom: 15px;
}

.cont_faq02 {
	margin-bottom: 25px;
	border-bottom: 1px dotted #319da9;
	padding-bottom: 25px;
}

.cont_faq02 .ttl {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

.cont_faq02 .ttl p.number {
	font-size: 1.4rem;
	color: #fff;
	background-color: #319da9;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 10px;
}

h4.faq02 {
	color: #319da9;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.cont_faq02 p.text {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.6;
}

table.faq02 {
	width: 100%;
	max-width: 700px;
}

table.faq02 th {
	background-color: #319da9;
	color: #fff;
	font-size: 1.5rem;
	border: 1px solid #58c2ce;
	padding: 10px 10px 10px 15px;
	width: 50%;
}

table.faq02 td {
	color: #333;
	font-size: 1.5rem;
	border: 1px solid #319da9;
	padding: 10px 10px 10px 15px;
	text-align: center;
}
}

@media (min-width: 768px) {
h3.faq02 {
	font-size: 2rem;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	background-color: #e2750a;
	text-align: center;
	padding: 0.7em 1em;
	margin-bottom: 30px;
}

.cont_faq02 {
	margin-bottom: 25px;
	border-bottom: 1px dotted #319da9;
	padding-bottom: 25px;
}

.cont_faq02 .ttl {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.cont_faq02 .ttl p.number {
	font-size: 1.6rem;
	color: #fff;
	background-color: #319da9;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
}

h4.faq02 {
	color: #319da9;
	font-size: 2rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.cont_faq02 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

table.faq02 {
	width: 100%;
	max-width: 700px;
}

table.faq02 th {
	background-color: #319da9;
	color: #fff;
	font-size: 1.6rem;
	border: 1px solid #58c2ce;
	padding: 12px 20px 12px 30px;
	width: 50%;
}

table.faq02 td {
	color: #333;
	font-size: 1.6rem;
	border: 1px solid #319da9;
	padding: 12px 20px 12px 40px;
}
}

@media (min-width: 992px) {
h3.faq02 {
	font-size: 2.2rem;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	background-color: #e2750a;
	text-align: center;
	padding: 0.7em 1em;
	margin-bottom: 30px;
}

.cont_faq02 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #319da9;
	padding-bottom: 30px;
}

.cont_faq02 .ttl {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.cont_faq02 .ttl p.number {
	font-size: 1.8rem;
	color: #fff;
	background-color: #319da9;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
}

h4.faq02 {
	color: #319da9;
	font-size: 2.1rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.cont_faq02 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

table.faq02 {
	width: 100%;
	max-width: 700px;
}

table.faq02 th {
	background-color: #319da9;
	color: #fff;
	font-size: 1.7rem;
	border: 1px solid #58c2ce;
	padding: 15px 20px 15px 30px;
	width: 50%;
}

table.faq02 td {
	color: #333;
	font-size: 1.7rem;
	border: 1px solid #319da9;
	padding: 15px 20px 15px 40px;
}
}

@media (min-width: 1200px) {
h3.faq02 {
	font-size: 2.7rem;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	background-color: #e2750a;
	text-align: center;
	padding: 0.7em 1em;
	margin-bottom: 50px;
}

.cont_faq02 {
	margin-bottom: 40px;
	border-bottom: 1px dotted #319da9;
	padding-bottom: 40px;
}

.cont_faq02 .ttl {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.cont_faq02 .ttl p.number {
	font-size: 2rem;
	color: #fff;
	background-color: #319da9;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 20px;
}

h4.faq02 {
	color: #319da9;
	font-size: 2.4rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.cont_faq02 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

table.faq02 {
	width: 100%;
	max-width: 900px;
}

table.faq02 th {
	background-color: #319da9;
	color: #fff;
	font-size: 1.7rem;
	border: 1px solid #58c2ce;
	padding: 20px 20px;
	width: 50%;
}

table.faq02 td {
	color: #333;
	font-size: 1.7rem;
	border: 1px solid #319da9;
	padding: 20px 20px 20px 40px;
}
}


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

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



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

@media (max-width: 767px) {
	#contact01 .container > .flex_c {
		background-color: #f5f5f5;
		padding: 25px 15px;
		border-radius: 16px;
	}

	#contact01 .flex_c .info:first-child {
		margin-bottom: 15px;
	}

	p.tel_contact01 {
		font-size: 3rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 21px;
		height: 31px;
		margin-right: 7px;
		flex-shrink: 0;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 31px;
		margin-right: 7px;
		flex-shrink: 0;
	}

		#contact01 p.hour {
		text-align: center;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}

	p.text_contact02 {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 15px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	#contact01 .container > .flex_c {
		background-color: #f5f5f5;
		padding: 25px 15px;
		border-radius: 16px;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 50px;
	}

	p.tel_contact01 {
		font-size: 3.6rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 34px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3.6rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 35px;
		margin-right: 10px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}

	p.text_contact02 {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 20px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.3rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	#contact01 .container > .flex_c {
		background-color: #f5f5f5;
		padding: 25px 15px;
		border-radius: 16px;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 4rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 34px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 4rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 35px;
		margin-right: 10px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 30px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {

	#contact01 .container > .flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 16px;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 5rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 31px;
		height: 41px;
		margin-right: 10px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 5rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 41px;
		margin-right: 10px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 30px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

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

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

label {
	margin-bottom: 0;
	font-weight: 500;
}

span.red {
	color: #D80C0C;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 8px;
		font-size: 1.5rem;
		font-weight: 500;
		color: #333;
		background-color: #d7ebed;
		padding: 0.2em 0.8em;
		border-radius: 3px;
	}

	table.contact td {
		display: block;
		margin-bottom: 10px;
		font-size: 1.5rem;
		padding-bottom: 10px;
	}

	table.contact span.mini {
		font-size: 1.3rem;
		display: block;
		margin-top: 5px;
	}

	table.contact span.mini b {
		color: #D80C0C;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 30%;
		padding: 15px 0 15px 5px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		margin: 0 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

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

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
		display: block;
		margin-top: 5px;
	}

	table.contact span.mini b {
		color: #D80C0C;
	}
}

@media (min-width: 992px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 30%;
		padding: 15px 0 15px 5px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		margin: 0 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

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

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
		display: block;
		margin-top: 5px;
	}

	table.contact span.mini b {
		color: #D80C0C;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 28%;
		padding: 15px 10px 15px 10px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		margin: 0 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

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

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
		display: block;
		margin-top: 5px;
	}

	table.contact span.mini b {
		color: #D80C0C;
	}
}

@media (max-width: 767px) {
	p.ttl_contact02 {
		font-size: 1.5rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 20px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	p.ttl_contact02 {
		font-size: 1.8rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 15px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	p.ttl_contact02 {
		font-size: 1.9rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 15px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 32px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		line-height: 16px;
		margin-left: 10px;
		float: right;
		margin-top: 4px;
		border-radius: 3px;
	}
}

@media (min-width: 768px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		line-height: 16px;
		margin-left: 15px;
		float: right;
		margin-right: 5px;
		border-radius: 3px;
		margin-top: 4px;
	}
}

@media (max-width: 767px) {
	input.write {
		padding: 0.4em 0.5em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ccc;
		font-size: 1.6rem;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.6rem;
	}
}

@media (min-width: 992px) {
	input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.7rem;
	}
}

p.text_red {
	color: #ff0000;
	margin-bottom: 3px;
}

@media (max-width: 767px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

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

	table.contact td input.form130 {
		width: 130px !important;
	}

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

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.2em;
		font-size: 1.5rem;
	}

	table.contact label {
		font-size: 1.5rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.5rem;
	}

	.place_mini ::placeholder {
		color: #fff !important;
	}

	table.contact .place_mini input.form130 {
		width: 55px !important;
		margin-bottom: 5px;
		padding: 0.4em 0.5em !important;
	}
}

@media (min-width: 768px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

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

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

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

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.place_mini ::placeholder {
		font-size: 1.8rem !important;
	}
}

@media (min-width: 992px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

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

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

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

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.place_mini ::placeholder {
		font-size: 1.6rem !important;
	}
}

@media (min-width: 1200px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

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

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

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

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.place_mini ::placeholder {
		font-size: 1.6rem !important;
	}
}

@media (max-width: 767px) {
	.mt_form {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.mt_form {
		margin-top: 15px;
	}
}

.radio_mb {
	margin: 10px 0;
}

@media (max-width: 500px) {
	select {
		max-width: 250px;
	}
}

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

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

@media (max-width: 767px) {
	h4.privacy {
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.inner_privacy {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.3rem;
		line-height: normal;
		padding: 15px 15px 10px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #ededed;
		margin-bottom: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

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

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

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

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

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

@media (min-width: 768px) {
	h4.privacy {
		font-size: 1.8rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 30px;
	}

	.inner_privacy {
		height: 180px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.4rem;
		line-height: normal;
		padding: 20px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #f7f7f7;
		margin-bottom: 25px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

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

	p.ttl_privacy {
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 15px;
		font-weight: 500;
	}

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

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

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

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

 button.back {
  width: 47%;
  height: 42px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 42px;
  padding: 0 !important;
  display: inline-block;
  font-weight: 500;
  border-radius: 10px;
  margin: 0 2%;
 }

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

 button.send {
  width: 47%;
  height: 42px;
  text-align: center;
  background-color: #20a6b5;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 42px;
  padding: 0 !important;
  display: inline-block;
  font-weight: 500;
  border-radius: 10px;
  margin: 0 2%;
 }

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

@media (min-width: 768px) {
 button.comfirm {
  width: 400px;
  height: 46px;
  text-align: center;
  background-color: #20a6b5;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 46px;
  padding: 0 !important;
  font-weight: 500;
  border-radius: 10px;
 }

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

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

 button.back {
  width: 180px;
  height: 46px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 46px;
  padding: 0 !important;
  display: inline-block;
  font-weight: 500;
  border-radius: 10px;
  margin: 0 15px;
 }

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

 button.send {
  width: 180px;
  height: 46px;
  text-align: center;
  background-color: #20a6b5;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 46px;
  padding: 0 !important;
  display: inline-block;
  font-weight: 500;
  border-radius: 10px;
  margin: 0 15px;
 }

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

select {
	border: 1px solid #ddd;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
		line-height: 1.8;
		font-size: 1.5rem;
	}
}

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

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

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

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

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

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

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

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

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

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

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

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

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



#contact02 label {
	display: inline-block;
	margin-right: 15px;
	white-space: nowrap;
}



























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