@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=Shippori+Mincho+B1:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.font_sample {
	font-family: "Roboto", sans-serif;
	font-family: "Roboto Condensed", sans-serif;
	font-family: "Shippori Mincho B1", serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	/* スマホで文字サイズが大きくなるのを防ぐ */
	font-size: 1.5rem;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%
}

a {
	transition-property: all;
	transition: 0.2s linear;
	text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop,
a {
	transition: 0s;
}

/*IE11*/

a:focus,
*:focus {
	outline: none;
}

p {
	margin: 0px;
	padding: 0px
}

.clearfix:after {
	content: " ";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
height: auto;
overflow: hidden;
/**/
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

@media (min-width: 992px) {
	.tal {
		text-align: center
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: .5rem !important;
}

.mb10 {
	margin-bottom: 1rem !important;
}

.mb15 {
	margin-bottom: 1.5rem !important;
}

.mb20 {
	margin-bottom: 2rem !important;
}

.mb25 {
	margin-bottom: 2.5rem !important;
}

.mb30 {
	margin-bottom: 3rem !important;
}

.mb35 {
	margin-bottom: 3.5rem !important;
}

.mb40 {
	margin-bottom: 4rem !important;
}

.mb45 {
	margin-bottom: 4.5rem !important;
}

.mb50 {
	margin-bottom: 5rem !important;
}

.mb55 {
	margin-bottom: 5.5rem !important;
}

.mb60 {
	margin-bottom: 6rem !important;
}

.mb65 {
	margin-bottom: 6.5rem !important;
}

.mb70 {
	margin-bottom: 7rem !important;
}

.mb75 {
	margin-bottom: 7.5rem !important;
}

.mb80 {
	margin-bottom: 8rem !important;
}

.mb85 {
	margin-bottom: 8.5rem !important;
}

.mb90 {
	margin-bottom: 9rem !important;
}

.mb95 {
	margin-bottom: 9.5rem !important;
}

.mb100 {
	margin-bottom: 10rem !important;
}

.fwb {
	font-weight: bold;
}

@media (max-width: 767px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 1.8 !important;
	}
}

@media (min-width: 768px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 2 !important;
	}
}

@media (min-width: 992px) {
	.lh2 {
		line-height: 2 !important;
	}

	.lh22 {
		line-height: 2.2 !important;
	}
}

.s11 {
	font-size: 1.1rem !important;
	line-height: 1.6;
}

.s12 {
	font-size: 1.2rem !important;
	line-height: 1.6;
}

.s13 {
	font-size: 1.3rem !important;
	line-height: 1.6;
}

.s14 {
	font-size: 1.4rem !important;
	line-height: 1.6;
}

.s14_c {
	font-size: 1.4rem !important;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 767px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}

	.s16_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

.s17 {
	font-size: 1.7rem !important;
	line-height: 1.7;
}

.s18 {
	font-size: 1.8rem !important;
	line-height: 1.7;
}

.s19 {
	font-size: 1.9rem !important;
	line-height: 1.7;
}

.s20 {
	font-size: 2rem !important;
	line-height: 1.7;
}

.s21 {
	font-size: 2.1rem !important;
	line-height: 1.7;
}

.s22 {
	font-size: 2.2rem !important;
	line-height: 1.7;
}

.s23 {
	font-size: 2.3rem !important;
	line-height: 1.7;
}

.s24 {
	font-size: 2.4rem !important;
	line-height: 1.7;
}

.s25 {
	font-size: 2.5rem !important;
	line-height: 1.7;
}

.s26 {
	font-size: 2.6rem !important;
	line-height: 1.7;
}

.s27 {
	font-size: 2.7rem !important;
	line-height: 1.7;
}

.s28 {
	font-size: 2.8rem !important;
	line-height: 1.7;
}

.s29 {
	font-size: 2.9rem !important;
	line-height: 1.7;
}

.s30 {
	font-size: 3rem !important;
	line-height: 1.7;
}

.br10 img {
	border-radius: 10px;
}

.br20 img {
	border-radius: 20px;
}

.br30 img {
	border-radius: 30px;
}

img.br10 {
	border-radius: 10px;
}

img.br20 {
	border-radius: 20px;
}

img.br30 {
	border-radius: 30px;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.pos {
	position: relative;
}

@media (max-width: 767px) {
	.flex_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.reverse_sp {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 768px) {
	.flex_b {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.flex_c {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.flex_c {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.flex_s {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.flex_s {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.flex_e {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.flex_e {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

.start {
	align-items: flex-start;
}

.end {
	align-items: flex-end;
}

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}

.dg {
	display: grid;
}

@media (max-width: 767px) {
	.cont20 {
		width: 100%;
	}

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.cont20 {
		width: 20%;
	}

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

@media (max-width: 420px) {
	.mb_mainimg {
		margin-bottom: 3rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 2rem !important;
	}

	.mb_cont4 {
		margin-bottom: 1.5rem !important;
	}
}

@media (min-width: 421px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 5rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2.5rem !important;
	}
}

@media (min-width: 992px) {
	.mb_mainimg {
		margin-bottom: 5rem !important;
	}

	.mb_cont {
		margin-bottom: 6rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

@media (min-width: 1920px) {
	.mb_mainimg {
		margin-bottom: 7rem !important;
	}

	.mb_cont {
		margin-bottom: 7rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}

@media (min-width: 768px) {
	.smooth {
		clip-path: inset(0 100% 0 0);
		display: inline-block;
		transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
		transition-property: clip-path;
	}

	.smooth.is-animated {
		clip-path: inset(0);
	}

	span.text2 {
		transition-delay: 1s;
	}

	.delay1 {
		animation-delay: 1s;
	}

}




/* header
=========================================================================== */

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg_footer.jpg) center bottom /100% auto no-repeat;
}


@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: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 0 0 5px;
	}

	h1.logo_h {
		width: 200px;
	}

	.h_fixed {
		background-color: rgba(13, 44, 73, 0.4);
	}

	.info_h {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
		padding-top: 15px;
		padding-bottom: 0;
		padding-left: 10px;
	}

	p.tel_h {
		font-size: 2.1rem;
		color: #fff;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 18px;
		height: 25px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	ul.btn_sns_h {
		margin: 0 0 0 15px;
	}

	ul.btn_sns_h li img {
		width: 32px;
	}

	ul.btn_sns_h li {
		margin: 0 15px;
	}
}

@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: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 0 0 10px;
	}

	h1.logo_h {
		width: 220px;
	}

	.h_fixed {
		background-color: rgba(13, 44, 73, 0.4);
	}

	.info_h {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
		padding-top: 20px;
		padding-bottom: 0;
		padding-left: 20px;
	}

	p.tel_h {
		font-size: 2.6rem;
		color: #fff;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 27px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	ul.btn_sns_h {
		margin: 0 30px 0 20px;
	}

	ul.btn_sns_h li img {
		width: 34px;
	}

	ul.btn_sns_h li {
		margin: 0 15px;
	}
}

@media (min-width: 992px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 115px 0 10px;
	}

	h1.logo_h {
		width: 240px;
		flex-shrink: 0;
	}

	.info_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		padding-top: 10px;
		padding-bottom: 0;
	}

	p.tel_h {
		font-size: 2.4rem;
		color: #fff;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 27px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}
}

@media (min-width: 1200px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 130px;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 140px 0 10px;
	}

	h1.logo_h {
		width: 300px;
	}

	.info_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		padding-top: 20px;
		padding-bottom: 0;
	}

	p.tel_h {
		font-size: 3rem;
		color: #fff;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 29px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}
}



@media (min-width: 1540px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 130px;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 200px 0 25px;
	}

	h1.logo_h {
		width: 325px;
	}

	.info_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		padding-top: 20px;
		padding-bottom: 0;
	}

	p.tel_h {
		font-size: 3rem;
		color: #fff;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 29px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}
}










/* ドロワー
--------------------------------------------------------- */
@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: #fff;
	transition: .5s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.is-drawer-open .btn_line {
	background-color: #fff;
}

.btn_line:nth-child(1) {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

.is-drawer-open .btn_line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-drawer-open .btn_line:nth-child(2) {
	opacity: 0;
}

.btn_line:nth-child(3) {
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}

.is-drawer-open .btn_line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 90%;
		height: 100vh;
		background-color: #084f85;
		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: #084f85;
		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;
	}
}







/* グローバルナビ
  --------------------------------------------------------- */

.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: #fbb900;
	}

	.gnav_item>a:hover {
		color: #fbb900;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #fbb900;
		opacity: 1;
		cursor: pointer;
	}

	p.btn_h {
		display: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px solid #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: #fbb900;
	}

	.gnav_item>a:hover {
		color: #fbb900;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #fbb900;
		opacity: 1;
		cursor: pointer;
	}

	p.btn_h {
		display: none;
	}
}

@media (min-width: 992px) {
	.gnav_items {
		position: relative;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.4rem;
		color: #fff !important;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1;
		padding: 5px 0 5px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-left: 10px;
	}

	.gnav .gnav_items>li.active>a {
		color: #fff !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #fff !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		height: 2px;
		border-radius: 5px;
		background-color: #fff;
		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);
	}

	p.btn_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
		color: #333;
		text-align: center;
		background-color: #efbd36;
		border-radius: 0 0 0 16px;
		position: absolute;
		right: 0;
		top: 0;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 31px;
		height: 25px;
		margin-bottom: 10px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #ffd04f;
	}
}

@media (min-width: 1200px) {
	.gnav_items {
		position: relative;
		height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.5rem;
		color: #fff !important;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-left: 10px;
	}

	.gnav .gnav_items>li.active>a {
		color: #fff !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #fff !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		height: 2px;
		border-radius: 5px;
		background-color: #fff;
		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);
	}

	p.btn_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 120px;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
		color: #333;
		text-align: center;
		background-color: #efbd36;
		border-radius: 0 0 0 16px;
		position: absolute;
		right: 0;
		top: 0;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 31px;
		height: 25px;
		margin-bottom: 10px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #ffd04f;
	}
}

@media (min-width: 1540px) {
	.gnav_items {
		position: relative;
		height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #fff !important;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-left: 40px;
	}

	.gnav .gnav_items>li.active>a {
		color: #fff !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #fff !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		height: 2px;
		border-radius: 5px;
		background-color: #fff;
		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);
	}

	p.btn_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 120px;
		font-size: 1.5rem;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
		color: #333;
		text-align: center;
		background-color: #efbd36;
		border-radius: 0 0 0 16px;
		position: absolute;
		right: 0;
		top: 0;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 31px;
		height: 25px;
		margin-bottom: 10px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #ffd04f;
	}
}


/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

@media (max-width: 767px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 56%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 80%;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 400px;
	}
}

@media (min-width: 768px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 56%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 90%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 56%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 85%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
	}

	.bg_mainimg .inner {
		position: absolute;
		top: 56%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 78.125%;
		max-width: 1500px;
		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 4s ease-out 0s 1 normal both;
}


.slide-img img {
	display: block;
}

/*ページネーション　カスタム*/

@media (max-width: 991px) {
	.swiper-pagination-bullets {
		display: none;
	}
}

@media (min-width: 992px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 35% !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: 6px !important;
		height: 6px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #3579ce !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 40% !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: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #3579ce !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 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 30px 0 50px;
	}

	.cont_top01 {}

	.cont_top01 p.year {
		margin-bottom: 10px;
		width: 60px;
	}

	h2.top01 {
		font-family: "Shippori Mincho B1", serif;
		font-size: 1.7rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.pic_top01 {
		margin-right: -30px;
		flex-shrink: 0;
	}

	.pic_top01 img {
		border-radius: 16px;
	}

	.df_top01 {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}

	.df_top01 .list {
		width: 100%;
		background-color: #fff;
		box-shadow: 10px 10px 15px -17px #777777;
		padding: 40px 20px 20px 20px;
		margin-top: -30px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
	}

	.df_top01 .list p.number {
		position: absolute;
		left: 30px;
		top: -10px;
		width: 20px;
	}

	.df_top01 .list p.number span {
		font-size: 1.2rem;
	}

	h3.top01 {
		text-align: center;
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		font-size: 2.4rem;
		line-height: 1;
		padding-bottom: 15px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 15px;
	}

	.df_top01 .list p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 54px;
		background-color: #efbd36;
		color: #333;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		position: relative;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 14px;
		height: 14px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #f5ca52;
	}

	p.btn_top a:hover:after {
		right: 10px;
	}

	.bg_top01 p.btn_top a {
		margin: 20px auto 0;
	}
}

@media (min-width: 768px) {
	.bg_top01 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 30px 0 30px;
	}

	.cont_top01 {
		width: 350px;
	}

	.cont_top01 p.year {
		margin-bottom: 10px;
		width: 90px;
	}

	h2.top01 {
		font-family: "Shippori Mincho B1", serif;
		font-size: 2rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}

	.pic_top01 {
		margin-right: -100px;
		width: 420px;
		flex-shrink: 0;
	}

	.pic_top01 img {
		border-radius: 30px 0 0 0;
	}

	.df_top01 {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 30px;
	}

	.df_top01 .list {
		width: 100%;
		background-color: #fff;
		box-shadow: 10px 10px 15px -17px #777777;
		padding: 60px 20px 40px 20px;
		margin-top: -30px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
	}

	.df_top01 .list:nth-of-type(2) {
		margin-top: -60px;
	}

	.df_top01 .list:nth-of-type(3) {
		margin-top: -90px;
	}

	.df_top01 .list p.number {
		position: absolute;
		left: 30px;
		top: -20px;
		width: 26px;
	}

	.df_top01 .list p.number span {
		font-size: 1.2rem;
	}

	h3.top01 {
		text-align: center;
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		font-size: 2.4rem;
		line-height: 1;
		padding-bottom: 15px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 15px;
	}

	.df_top01 .list p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 54px;
		background-color: #efbd36;
		color: #333;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		position: relative;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 17px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #f5ca52;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}

	.bg_top01 p.btn_top a {
		margin: 20px auto 0;
	}
}

@media (min-width: 992px) {
	.bg_top01 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 50px 0 50px;
	}

	.cont_top01 {
		width: 450px;
		padding-top: 30px;
	}

	.cont_top01 p.year {
		margin-bottom: 30px;
	}

	h2.top01 {
		font-family: "Shippori Mincho B1", serif;
		font-size: 2.1rem;
		font-weight: 600;
		letter-spacing: 0.15em;
		line-height: 1.7;
	}

	.pic_top01 {
		margin-right: -140px;
		width: 620px;
		flex-shrink: 0;
	}

	.pic_top01 img {
		border-radius: 16px;
	}

	.df_top01 {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 30px;
	}

	.df_top01 .list {
		width: 100%;
		background-color: #fff;
		box-shadow: 10px 10px 15px -17px #777777;
		padding: 60px 20px 40px 20px;
		margin-top: -50px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
	}

	.df_top01 .list:nth-of-type(2) {
		margin-top: -100px;
	}

	.df_top01 .list:nth-of-type(3) {
		margin-top: -150px;
	}

	.df_top01 .list p.number {
		position: absolute;
		left: 30px;
		top: -20px;
		width: 30px;
	}

	.df_top01 .list p.number span {
		font-size: 1.2rem;
	}

	h3.top01 {
		text-align: center;
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		letter-spacing: 0.1em;
		font-size: 3.2rem;
		line-height: 1;
		padding-bottom: 20px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 15px;
	}

	.df_top01 .list p.text {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 60px;
		background-color: #efbd36;
		color: #333;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		position: relative;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 17px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #f5ca52;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}

	.bg_top01 p.btn_top a {
		margin: 20px auto 0;
	}
}

@media (min-width: 1200px) {
	.bg_top01 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 70px 0 70px;
	}

	.cont_top01 {
		width: 640px;
		padding-top: 30px;
	}

	.cont_top01 p.year {
		margin-bottom: 30px;
	}

	h2.top01 {
		font-family: "Shippori Mincho B1", serif;
		font-size: 2.2rem;
		font-weight: 600;
		letter-spacing: 0.2em;
		line-height: 1.7;
	}

	.pic_top01 {
		margin-right: -120px;
		width: 720px;
		flex-shrink: 0;
	}

	.pic_top01 img {
		border-radius: 16px;
	}

	.df_top01 {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 30px;
	}

	.df_top01 .list {
		width: 100%;
		background-color: #fff;
		box-shadow: 10px 10px 15px -17px #777777;
		padding: 80px 20px 40px 20px;
		margin-top: -50px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
	}

	.df_top01 .list:nth-of-type(2) {
		margin-top: -100px;
	}

	.df_top01 .list:nth-of-type(3) {
		margin-top: -150px;
	}

	.df_top01 .list p.number {
		position: absolute;
		left: 30px;
		top: -20px;
		width: 40px;
	}

	.df_top01 .list p.number span {
		font-size: 1.2rem;
	}

	h3.top01 {
		text-align: center;
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		letter-spacing: 0.1em;
		font-size: 4rem;
		line-height: 1;
		padding-bottom: 25px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 20px;
	}

	.df_top01 .list p.text {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 320px;
		height: 64px;
		background-color: #efbd36;
		color: #333;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		position: relative;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 17px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #f5ca52;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}

	.bg_top01 p.btn_top a {
		margin: 20px auto 0;
	}
}

@media (min-width: 1500px) {
	.bg_top01 {
		background: url(../images/bg_top01.jpg) center top /cover no-repeat;
		padding: 90px 0 90px;
	}

	.bg_top01 .container {
		width: 1440px;
	}

	.cont_top01 {
		width: 700px;
		padding-top: 30px;
	}

	.cont_top01 p.year {
		margin-bottom: 40px;
	}

	h2.top01 {
		font-family: "Shippori Mincho B1", serif;
		font-size: 2.6rem;
		font-weight: 600;
		letter-spacing: 0.2em;
		line-height: 1.7;
	}

	.pic_top01 {
		margin-right: -150px;
		width: 820px;
		flex-shrink: 0;
	}

	.pic_top01 img {
		border-radius: 16px;
	}

	.df_top01 {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 50px;
	}

	.df_top01 .list {
		width: 100%;
		background-color: #fff;
		box-shadow: 10px 10px 15px -17px #777777;
		padding: 80px 40px 40px 40px;
		margin-top: -50px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
	}

	.df_top01 .list:nth-of-type(2) {
		margin-top: -100px;
	}

	.df_top01 .list:nth-of-type(3) {
		margin-top: -150px;
	}

	.df_top01 .list p.number {
		position: absolute;
		left: 30px;
		top: -20px;
	}

	.df_top01 .list p.number span {
		font-size: 1.2rem;
	}

	h3.top01 {
		text-align: center;
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		letter-spacing: 0.1em;
		font-size: 5rem;
		line-height: 1;
		padding-bottom: 35px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 20px;
	}

	.df_top01 .list p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 360px;
		height: 70px;
		background-color: #efbd36;
		color: #333;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		position: relative;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 17px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #f5ca52;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}

	.bg_top01 p.btn_top a {
		margin: 20px auto 0;
	}
}











@media (max-width: 767px) {
	.bg_top02 {
		width: 100%;
		background-color: #063f6c;
		border-radius: 30px 30px 7px 7px;
		margin: 0 auto;
		padding: 30px 0 40px;
	}

	h2.top02 {
		font-size: 2rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		color: #fff;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h2.top02 span {
		font-size: 3rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: block;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.bnr_top02 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.bnr_top02 .cont {
		width: 100%;
		margin: 0 auto 12px;
		max-width: 520px;
	}

	.bnr_top02 .cont a {
		display: block;
		position: relative;
	}

	.bnr_top02 .cont a:after {
		content: '';
		display: block;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	ul.top02 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		left: 10px;
		bottom: 10px;
		margin-bottom: 0;
	}

	ul.top02 li {
		display: inline-flex;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #fff;
		background-color: #16365c;
		margin-bottom: 5px;
		padding: 0 0.3em;
	}

	ul.top02 li:last-child {
		margin-bottom: 0;
	}

	.bg_top02 p.btn_top a {
		margin: 15px auto 0;
	}
}

@media (min-width: 768px) {
	.bg_top02 {
		width: 100%;
		background-color: #063f6c;
		border-radius: 30px 30px 7px 7px;
		margin: 0 auto;
		padding: 40px 0 40px;
	}

	h2.top02 {
		font-size: 2.2rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		color: #fff;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h2.top02 span {
		font-size: 4rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: block;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.bnr_top02 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bnr_top02 .cont {
		width: 32.5%;
		margin-right: 1.25%;
		margin-bottom: 12px;
	}

	.bnr_top02 .cont:nth-of-type(3n) {
		margin-right: 0;
	}

	.bnr_top02 .cont a {
		display: block;
		position: relative;
	}

	.bnr_top02 .cont a:after {
		content: '';
		display: block;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	ul.top02 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		left: 10px;
		bottom: 10px;
		margin-bottom: 0;
	}

	ul.top02 li {
		display: inline-flex;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #fff;
		background-color: #16365c;
		margin-bottom: 5px;
		padding: 0 0.3em;
	}

	ul.top02 li:last-child {
		margin-bottom: 0;
	}

	.bg_top02 p.btn_top a {
		margin: 15px auto 0;
	}
}

@media (min-width: 992px) {
	.bg_top02 {
		width: 100%;
		background-color: #063f6c;
		border-radius: 30px 30px 7px 7px;
		margin: 0 auto;
		padding: 50px 0 50px;
	}

	h2.top02 {
		font-size: 2.2rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		color: #fff;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h2.top02 span {
		font-size: 4.6rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: block;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.bnr_top02 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bnr_top02 .cont {
		width: 32.5%;
		margin-right: 1.25%;
		margin-bottom: 12px;
	}

	.bnr_top02 .cont:nth-of-type(3n) {
		margin-right: 0;
	}

	.bnr_top02 .cont a {
		display: block;
		position: relative;
	}

	.bnr_top02 .cont a:after {
		content: '';
		display: block;
		width: calc(100% - 14px);
		height: calc(100% - 14px);
		border: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	ul.top02 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		left: 20px;
		bottom: 20px;
		margin-bottom: 0;
	}

	ul.top02 li {
		display: inline-flex;
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #fff;
		background-color: #16365c;
		margin-bottom: 5px;
		padding: 0 0.3em;
	}

	ul.top02 li:last-child {
		margin-bottom: 0;
	}

	.bg_top02 p.btn_top a {
		margin: 15px auto 0;
	}
}

@media (min-width: 1200px) {
	.bg_top02 {
		width: 100%;
		background-color: #063f6c;
		border-radius: 30px 30px 7px 7px;
		margin: 0 auto;
		padding: 60px 0 60px;
	}

	h2.top02 {
		font-size: 2.4rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		color: #fff;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	h2.top02 span {
		font-size: 5.4rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.bnr_top02 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bnr_top02 .cont {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.bnr_top02 .cont:nth-of-type(3n) {
		margin-right: 0;
	}

	.bnr_top02 .cont a {
		display: block;
		position: relative;
	}

	.bnr_top02 .cont a:after {
		content: '';
		display: block;
		width: calc(100% - 14px);
		height: calc(100% - 14px);
		border: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	ul.top02 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		left: 20px;
		bottom: 20px;
		margin-bottom: 0;
	}

	ul.top02 li {
		display: inline-flex;
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #fff;
		background-color: #16365c;
		margin-bottom: 5px;
		padding: 0 0.3em;
	}

	ul.top02 li:last-child {
		margin-bottom: 0;
	}

	.bg_top02 p.btn_top a {
		margin: 0 auto 0;
	}
}

@media (min-width: 1700px) {
	.bg_top02 {
		width: 98%;
		background-color: #063f6c;
		border-radius: 30px 30px 7px 7px;
		margin: 0 auto;
		padding: 70px 30px 70px;
	}

	.bg_top02 .container {
		width: 1640px;
	}

	h2.top02 {
		font-size: 2.7rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		color: #fff;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
	}

	h2.top02 span {
		font-size: 7rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.bnr_top02 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bnr_top02 .cont {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.bnr_top02 .cont:nth-of-type(3n) {
		margin-right: 0;
	}

	.bnr_top02 .cont a {
		display: block;
		position: relative;
	}

	.bnr_top02 .cont a:after {
		content: '';
		display: block;
		width: calc(100% - 14px);
		height: calc(100% - 14px);
		border: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	ul.top02 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		left: 30px;
		bottom: 30px;
		margin-bottom: 0;
	}

	ul.top02 li {
		display: inline-flex;
		font-size: 2.6rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #fff;
		background-color: #16365c;
		margin-bottom: 5px;
		padding: 0 0.3em;
	}

	ul.top02 li:last-child {
		margin-bottom: 0;
	}

	.bg_top02 p.btn_top a {
		margin: 15px auto 0;
	}

}
















@media (max-width: 767px) {
	.bg_top03 {
		padding: 40px 0 40px;
		position: relative;
		width: 98%;
		border-radius: 30px 0 30px 0;
		margin: 20px auto 20px;
	}

	.bg_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03_1.png) 0 0 /contain no-repeat;
		width: 310px;
		height: 310px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.bg_top03:after {
		content: '';
		display: block;
		background: url(../images/deco_top03_2.png) 0 0 /contain no-repeat;
		width: 325px;
		height: 280px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	h2.top03 {
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
		text-align: center;
	}

	h2.top03 span {
		font-size: 3rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: block;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.top_news {
		background-color: #fff;
		box-shadow: 0px 0px 15px -9px #777777;
		padding: 25px 30px 25px 30px;
		margin-bottom: 20px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.top_news .info {
		position: relative;
		flex-shrink: 0;
		margin-bottom: 5px;
	}

	.top_news .info p.news_icon {
		color: #ff0000;
		font-size: 1.1rem;
		position: absolute;
		top: 50%;
		left: 90px;
		transform: translateY(-50%);
	}

	.top_news p.news_date {
		color: #0d376f;
		font-size: 1.4rem;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

	.top_news .ttl {
		font-size: 1.6rem;
		line-height: normal;
		margin-right: auto;
	}

	p.btn_news a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 30px;
		background-color: #16365c;
		font-size: 1.4rem;
		color: #fff;
		border-radius: 14px;
		line-height: 1;
		flex-shrink: 0;
		margin-top: 13px;
	}

	p.btn_news a:after {
		content: '';
		display: block;
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 1.4rem;
		margin-left: 10px;
	}

	p.btn_news a:hover {
		opacity: 1;
		background-color: #346aac;
	}
}

@media (min-width: 768px) {
	.bg_top03 {
		padding: 50px 0 50px;
		position: relative;
		width: 98%;
		border-radius: 30px 0 30px 0;
		margin: 20px auto 20px;
	}

	.bg_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03_1.png) 0 0 /contain no-repeat;
		width: 400px;
		height: 400px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.bg_top03:after {
		content: '';
		display: block;
		background: url(../images/deco_top03_2.png) 0 0 /contain no-repeat;
		width: 420px;
		height: 362px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	h2.top03 {
		font-size: 2.1rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h2.top03 span {
		font-size: 4rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: inline-block;
		letter-spacing: 0;
		margin-right: 20px;
	}

	.top_news {
		background-color: #fff;
		box-shadow: 0px 0px 15px -9px #777777;
		padding: 20px 20px 20px 50px;
		margin-bottom: 20px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.top_news .info {
		width: 90px;
		position: relative;
		flex-shrink: 0;
	}

	.top_news .info p.news_icon {
		color: #ff0000;
		font-size: 1.1rem;
		position: absolute;
		top: 50%;
		left: -35px;
		transform: translateY(-50%);
	}

	.top_news p.news_date {
		color: #0d376f;
		font-size: 1.4rem;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

	.top_news .ttl {
		font-size: 1.6rem;
		line-height: normal;
		margin-right: auto;
	}

	p.btn_news a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		background-color: #16365c;
		font-size: 1.4rem;
		color: #fff;
		border-radius: 14px;
		line-height: 1;
		padding-top: 5px;
		margin-left: 20px;
		flex-shrink: 0;
	}

	p.btn_news a:after {
		content: '';
		display: block;
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 1.2rem;
		margin-top: 5px;
	}

	p.btn_news a:hover {
		opacity: 1;
		background-color: #346aac;
	}
}

@media (min-width: 992px) {
	.bg_top03 {
		padding: 60px 0 60px;
		position: relative;
		width: 98%;
		border-radius: 30px 0 30px 0;
		margin: 20px auto 20px;
	}

	.bg_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03_1.png) 0 0 /contain no-repeat;
		width: 500px;
		height: 500px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.bg_top03:after {
		content: '';
		display: block;
		background: url(../images/deco_top03_2.png) 0 0 /contain no-repeat;
		width: 520px;
		height: 448px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	h2.top03 {
		font-size: 2.4rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		margin-bottom: 25px;
	}

	h2.top03 span {
		font-size: 5.6rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: inline-block;
		letter-spacing: 0;
		margin-right: 30px;
	}

	.top_news {
		background-color: #fff;
		box-shadow: 0px 0px 15px -9px #777777;
		padding: 30px 30px 30px 55px;
		margin-bottom: 20px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.top_news .info {
		width: 100px;
		position: relative;
		flex-shrink: 0;
	}

	.top_news .info p.news_icon {
		color: #ff0000;
		font-size: 1.1rem;
		position: absolute;
		top: 50%;
		left: -35px;
		transform: translateY(-50%);
	}

	.top_news p.news_date {
		color: #0d376f;
		font-size: 1.5rem;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

	.top_news .ttl {
		font-size: 1.7rem;
		line-height: normal;
		margin-right: auto;
	}

	p.btn_news a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 54px;
		height: 54px;
		background-color: #16365c;
		font-size: 1.5rem;
		color: #fff;
		border-radius: 14px;
		line-height: 1;
		padding-top: 5px;
		margin-left: 20px;
		flex-shrink: 0;
	}

	p.btn_news a:after {
		content: '';
		display: block;
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 1.2rem;
		margin-top: 5px;
	}

	p.btn_news a:hover {
		opacity: 1;
		background-color: #346aac;
	}
}

@media (min-width: 1200px) {
	.bg_top03 {
		padding: 110px 0 110px;
		position: relative;
		width: 98%;
		border-radius: 30px 0 30px 0;
		margin: 20px auto 20px;
	}

	.bg_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03_1.png) 0 0 /contain no-repeat;
		width: 620px;
		height: 620px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.bg_top03:after {
		content: '';
		display: block;
		background: url(../images/deco_top03_2.png) 0 0 /contain no-repeat;
		width: 650px;
		height: 560px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	h2.top03 {
		font-size: 2.7rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	h2.top03 span {
		font-size: 7rem;
		font-family: "Shippori Mincho B1", serif;
		color: #efbd36;
		display: inline-block;
		letter-spacing: 0;
		margin-right: 30px;
	}

	.top_news {
		background-color: #fff;
		box-shadow: 0px 0px 15px -9px #777777;
		padding: 40px 30px 40px 55px;
		margin-bottom: 20px;
		border-radius: 30px 7px 7px 7px;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.top_news .info {
		width: 120px;
		position: relative;
		flex-shrink: 0;
	}

	.top_news .info p.news_icon {
		color: #ff0000;
		font-size: 1.1rem;
		position: absolute;
		top: 50%;
		left: -35px;
		transform: translateY(-50%);
	}

	.top_news p.news_date {
		color: #0d376f;
		font-size: 1.6rem;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

	.top_news .ttl {
		font-size: 1.7rem;
		line-height: normal;
		margin-right: auto;
	}

	p.btn_news a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		background-color: #16365c;
		font-size: 1.6rem;
		color: #fff;
		border-radius: 14px;
		line-height: 1;
		padding-top: 7px;
		margin-left: 20px;
	}

	p.btn_news a:after {
		content: '';
		display: block;
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 1.2rem;
		margin-top: 5px;
	}

	p.btn_news a:hover {
		opacity: 1;
		background-color: #346aac;
	}
}










@media (max-width: 767px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center bottom /cover no-repeat;
		padding: 40px 15px 30px;
		width: 98%;
		border-radius: 30px 30px 7px 7px;
		margin: 20px auto 20px;
	}

	.bg_top04 .ttl {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	h2.top04 {
		color: #285d4d;
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
		flex-shrink: 0;
		margin-bottom: 15px;
	}

	p.text_top04 {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}

	.inner_top04 {
		background-color: #fff;
		padding: 20px 30px 20px;
		border-radius: 10px;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.inner_top04 p.icon {
		width: 120px;
		margin: 0 auto 10px;
	}

	.inner_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
	}

	.inner_top04:nth-of-type(4) {
		background-color: #357b66;
		color: #fff;
		padding: 20px 15px 20px;
	}

	.inner_top04:nth-of-type(4) p.icon {
		margin-right: inherit;
		margin: 15px auto 0;
		width: 200px;
		flex-shrink: 0;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center bottom /cover no-repeat;
		padding: 50px 15px 30px;
		width: 98%;
		border-radius: 30px 30px 7px 7px;
		margin: 20px auto 20px;
	}

	.bg_top04 .ttl {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.bg_top04 .container {
		width: 700px;
	}

	h2.top04 {
		color: #285d4d;
		font-size: 2.4rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
		width: 320px;
		flex-shrink: 0;
	}

	p.text_top04 {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
		width: 320px;
	}

	.inner_top04 {
		background-color: #fff;
		padding: 15px 30px 15px;
		border-radius: 10px;
		margin-bottom: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.inner_top04 p.icon {
		width: 140px;
		margin-right: 40px;
	}

	.inner_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.7;
	}

	.inner_top04:nth-of-type(4) {
		background-color: #357b66;
		color: #fff;
		padding: 20px 30px 20px;
	}

	.inner_top04:nth-of-type(4) p.icon {
		margin-right: inherit;
		margin-left: 40px;
		width: 240px;
		flex-shrink: 0;
	}
}

@media (min-width: 992px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center bottom /cover no-repeat;
		padding: 80px 0 60px;
		width: 98%;
		border-radius: 30px 30px 7px 7px;
		margin: 20px auto 20px;
	}

	.bg_top04 .ttl {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	h2.top04 {
		color: #285d4d;
		font-size: 3.3rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
		width: 450px;
		flex-shrink: 0;
	}

	p.text_top04 {
		font-size: 1.8rem;
		line-height: 2;
		letter-spacing: 0.1em;
	}

	.inner_top04 {
		background-color: #fff;
		padding: 15px 50px 15px;
		border-radius: 10px;
		margin-bottom: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.inner_top04 p.icon {
		width: 140px;
		margin-right: 40px;
	}

	.inner_top04 p.text {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}

	.inner_top04:nth-of-type(4) {
		background-color: #357b66;
		color: #fff;
		padding: 20px 50px 20px;
	}

	.inner_top04:nth-of-type(4) p.icon {
		margin-right: inherit;
		margin-left: 40px;
		width: 240px;
		flex-shrink: 0;
	}
}

@media (min-width: 1200px) {
	.bg_top04 {
		background: url(../images/bg_top04.jpg) center bottom /cover no-repeat;
		padding: 120px 0 100px;
		width: 98%;
		border-radius: 30px 30px 7px 7px;
		margin: 20px auto 20px;
	}

	.bg_top04 .ttl {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	h2.top04 {
		color: #285d4d;
		font-size: 4.4rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
		width: 600px;
		flex-shrink: 0;
	}

	p.text_top04 {
		font-size: 1.9rem;
		line-height: 2;
		letter-spacing: 0.1em;
	}

	.inner_top04 {
		background-color: #fff;
		padding: 20px 70px 20px;
		border-radius: 10px;
		margin-bottom: 30px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.inner_top04 p.icon {
		width: 140px;
		margin-right: 60px;
	}

	.inner_top04 p.text {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}

	.inner_top04:nth-of-type(4) {
		background-color: #357b66;
		color: #fff;
		padding: 30px 60px 30px;
	}

	.inner_top04:nth-of-type(4) p.icon {
		margin-right: inherit;
		margin-left: 40px;
		width: 300px;
		flex-shrink: 0;
	}
}






/* フッター
=========================================================================== */

@media (max-width: 767px) {
	footer {
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		padding: 40px 0 30px;
	}

	footer .container:first-child {
		margin-bottom: 30px;
	}

	.inner_contact_f {
		border: 1px solid #fff;
		border-radius: 16px;
		padding: 30px 15px;
		color: #fff;
		max-width: 400px;
		margin: 0 auto;
	}

	p.ttl_contact_f {
		text-align: center;
		font-size: 3.9rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
		margin-bottom: 15px;
	}

	.inner_contact_f p.text {
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-right: 10px;
		text-align: center;
	}

	.info_tel_f {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.info_tel_f p.ttl {
		text-align: center;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}

	p.tel_contact_f {
		font-size: 2.7rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 28px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	p.tel_contact_f span.tel_link {
		color: #fff;
	}

	p.fax_contact_f {
		font-size: 2.7rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 28px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.info_tel_f p.ttl {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		text-align: center;
		padding-left: 10px;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 60px;
		background-color: #ebb329;
		color: #333;
		font-size: 1.5rem;
		font-weight: 600;
		border-radius: 50px;
		margin: 15px auto 0;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 21px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

@media (min-width: 768px) {
	footer {
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		padding: 80px 0 60px;
	}

	footer .container:first-child {
		margin-bottom: 50px;
	}

	.inner_contact_f {
		border: 1px solid #fff;
		border-radius: 16px;
		padding: 50px 30px;
		color: #fff;
	}

	p.ttl_contact_f {
		text-align: center;
		font-size: 6rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
	}

	.inner_contact_f p.text {
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-right: 10px;
	}

	.info_tel_f {
		width: 32%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.info_tel_f p.ttl {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}

	p.tel_contact_f {
		font-size: 2.4rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 28px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	p.tel_contact_f span.tel_link {
		color: #fff;
	}

	p.fax_contact_f {
		font-size: 2.4rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 28px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.info_tel_f p.ttl {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
		text-align: center;
		padding-left: 10px;
	}

	.info_mail_f {
		width: 33%;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 70px;
		background-color: #ebb329;
		color: #333;
		font-size: 1.5rem;
		font-weight: 600;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 21px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

@media (min-width: 992px) {
	footer {
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		padding: 100px 0 80px;
	}

	footer .container:first-child {
		margin-bottom: 70px;
	}

	.inner_contact_f {
		border: 1px solid #fff;
		border-radius: 16px;
		padding: 50px 30px;
		color: #fff;
	}

	p.ttl_contact_f {
		text-align: center;
		font-size: 8rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
	}

	.inner_contact_f p.text {
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-right: 10px;
	}

	.info_tel_f {
		width: 32%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.info_tel_f p.ttl {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}

	p.tel_contact_f {
		font-size: 3.2rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 39px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	p.tel_contact_f span.tel_link {
		color: #fff;
	}

	p.fax_contact_f {
		font-size: 3.2rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 39px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.info_tel_f p.ttl {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
		text-align: center;
		padding-left: 10px;
	}

	.info_mail_f {
		width: 33%;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 280px;
		height: 70px;
		background-color: #ebb329;
		color: #333;
		font-size: 1.5rem;
		font-weight: 600;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 21px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

@media (min-width: 1200px) {
	footer {
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		padding: 120px 0 100px;
	}

	footer .container:first-child {
		margin-bottom: 80px;
	}

	.inner_contact_f {
		border: 1px solid #fff;
		border-radius: 16px;
		padding: 60px 100px;
		color: #fff;
	}

	p.ttl_contact_f {
		text-align: center;
		font-size: 10rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
	}

	.inner_contact_f p.text {
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-right: 10px;
	}

	.info_tel_f {
		width: 32%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.info_tel_f p.ttl {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}

	p.tel_contact_f {
		font-size: 3.6rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 39px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	p.tel_contact_f span.tel_link {
		color: #fff;
	}

	p.fax_contact_f {
		font-size: 3.6rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 39px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.info_tel_f p.ttl {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
		text-align: center;
		padding-left: 30px;
	}

	.info_mail_f {
		width: 32%;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 330px;
		height: 70px;
		background-color: #ebb329;
		color: #333;
		font-size: 1.7rem;
		font-weight: 600;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 31px;
		height: 25px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

@media (min-width: 1400px) {
	footer {
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		padding: 150px 0 100px;
	}

	footer .container {
		width: 1340px;
	}

	footer .container:first-child {
		margin-bottom: 100px;
	}

	.inner_contact_f {
		border: 1px solid #fff;
		border-radius: 16px;
		padding: 70px 120px;
		color: #fff;
	}

	p.ttl_contact_f {
		text-align: center;
		font-size: 11rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
	}

	.inner_contact_f p.text {
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-right: 10px;
	}

	.info_tel_f {
		width: 32%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.info_tel_f p.ttl {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}

	p.tel_contact_f {
		font-size: 3.6rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 39px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	p.tel_contact_f span.tel_link {
		color: #fff;
	}

	p.fax_contact_f {
		font-size: 3.6rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 39px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.info_tel_f p.ttl {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
		text-align: center;
		padding-left: 30px;
	}

	.info_mail_f {
		width: 32%;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 360px;
		height: 70px;
		background-color: #ebb329;
		color: #333;
		font-size: 1.7rem;
		font-weight: 600;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f03.png) 0 0 /contain no-repeat;
		width: 31px;
		height: 25px;
		flex-shrink: 0;
		margin-right: 7px;
	}
}

p.btn_contact_f a:hover {
	opacity: 1;
	background-color: #fdce55;
}



@media (max-width: 767px) {
	p.logo_f {
		width: 280px;
		margin: 20px auto 10px;
	}

	p.text_f {
		font-size: 1.6rem;
		margin-bottom: 20px;
		line-height: 1.8;
		text-align: center;
		color: #fff;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 16px;
	}

	p.tel_f {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		text-align: center;
		color: #fff;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #fff;
	}

	p.tel_f:first-child {
		margin-bottom: 5px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	ul.fnav li {
		margin-left: 15px;
	}

	ul.fnav li:first-child {
		margin-left: 0;
	}

	ul.fnav li a {
		font-size: 1.5rem;
		color: #fff;
		writing-mode: vertical-rl;
		width: 20px;
		line-height: 1.2;
	}

	ul.fnav li:nth-child(4) a {
		width: 40px;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #9b9b9b;
		text-align: center;
	}
}


@media (min-width: 768px) {
	.footer_l {
		width: 50%;
	}

	.footer_r {
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}

	p.logo_f {
		width: 330px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.6rem;
		margin-bottom: 10px;
		line-height: 1.8;
		color: #fff;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 8px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		font-size: 2rem;
		letter-spacing: 0.02em;
		color: #ebb329;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #ebb329;
	}

	p.tel_f:first-child {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		padding-top: 10px;
	}

	ul.fnav li a {
		font-size: 1.6rem;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	ul.fnav li a:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #fff;
		margin: 0 10px;
		opacity: 0.5;
	}

	ul.fnav li:last-child a:after {
		display: none;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #cacaca;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.footer_l {
		width: 45%;
	}

	.footer_r {
		width: 55%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}

	p.logo_f {
		width: 330px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.7rem;
		margin-bottom: 10px;
		line-height: 1.8;
		color: #fff;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		color: #ebb329;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #ebb329;
	}

	p.tel_f:first-child {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		padding-top: 10px;
	}

	ul.fnav li a {
		font-size: 1.6rem;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	ul.fnav li a:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #fff;
		margin: 0 10px;
		opacity: 0.5;
	}

	ul.fnav li:last-child a:after {
		display: none;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #cacaca;
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.footer_l {
		width: 45%;
	}

	.footer_r {
		width: 53%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}

	p.logo_f {
		width: 330px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.7rem;
		margin-bottom: 10px;
		line-height: 1.8;
		color: #fff;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		color: #ebb329;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #ebb329;
	}

	p.tel_f:first-child {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		padding-top: 10px;
	}

	ul.fnav li a {
		font-size: 1.6rem;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	ul.fnav li a:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #fff;
		margin: 0 10px;
		opacity: 0.5;
	}

	ul.fnav li:last-child a:after {
		display: none;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #cacaca;
		text-align: right;
	}
}

@media (min-width: 1400px) {
	.footer_l {
		width: 34%;
	}

	.footer_r {
		width: 65%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}

	p.logo_f {
		width: 330px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.7rem;
		margin-bottom: 10px;
		line-height: 1.8;
		color: #fff;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 20px;
	}

	p.tel_f {
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		color: #ebb329;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #ebb329;
	}

	p.tel_f:first-child {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding-top: 10px;
	}

	ul.fnav li a {
		font-size: 1.6rem;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #fff;
		margin: 0 10px;
		opacity: 0.5;
	}

	ul.fnav li:last-child a:after {
		display: none;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #cacaca;
		text-align: right;
	}
}





@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 20px;
		right: 15px;
		width: 30px;
		height: 30px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: 40px;
		width: 40px;
		height: 40px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 1200px) {
	p.pagetop a {
		position: fixed;
		bottom: 50px;
		right: 40px;
		width: 52px;
		height: 52px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 52px;
		height: 52px;
	}
}


@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 50px;
		right: calc(50% - 920px);
		width: 52px;
		height: 52px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 52px;
		height: 52px;
	}
}








/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
	.bg_sub {
		width: 100%;
		height: 200px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding-top: 50px;
	}

	h2.sub {
		color: #fff;
		font-size: 1.9rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
		letter-spacing: 0;
		text-shadow: 4px 1px 6px rgba(0, 0, 0, 0.36);
		text-align: center;
	}

	h2.sub span {
		font-size: 1.4rem;
		display: block;
		color: #efbd36;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.bg_sub {
		width: 100%;
		height: 300px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding-top: 50px;
		padding-left: 100px;
	}

	h2.sub {
		color: #fff;
		font-size: 3.3rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
		letter-spacing: 0.05em;
		text-shadow: 4px 1px 6px rgba(0, 0, 0, 0.36);
	}

	h2.sub span {
		font-size: 2rem;
		display: block;
		color: #efbd36;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	.bg_sub {
		width: 100%;
		height: 340px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding-top: 80px;
		padding-left: 100px;
	}

	h2.sub {
		color: #fff;
		font-size: 4rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
		letter-spacing: 0.05em;
		text-shadow: 4px 1px 6px rgba(0, 0, 0, 0.36);
	}

	h2.sub span {
		font-size: 2.5rem;
		display: block;
		color: #efbd36;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_sub {
		width: 100%;
		height: 400px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding-top: 100px;
	}

	h2.sub {
		color: #fff;
		font-size: 4.6rem;
		font-family: "Shippori Mincho B1", serif;
		line-height: 1;
		letter-spacing: 0.05em;
		text-shadow: 4px 1px 6px rgba(0, 0, 0, 0.36);
	}

	h2.sub span {
		font-size: 2.7rem;
		display: block;
		color: #efbd36;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
}





@media (max-width: 767px) {
	.bg_view {
		background: url(../images/bg_view_sp.jpg) center center /cover no-repeat;
	}

	.bg_service {
		background: url(../images/bg_service_sp.jpg) center center /cover no-repeat;
	}

	.bg_appeal {
		background: url(../images/bg_appeal_sp.jpg) center center /cover no-repeat;
	}

	.bg_flow {
		background: url(../images/bg_flow_sp.jpg) center center /cover no-repeat;
	}

	.bg_company {
		background: url(../images/bg_company_sp.jpg) center center /cover no-repeat;
	}

	.bg_recruit {
		background: url(../images/bg_recruit_sp.jpg) center center /cover no-repeat;
	}

	.bg_contact {
		background: url(../images/bg_contact_sp.jpg) center center /cover no-repeat;
	}
}

@media (min-width: 768px) {
		.bg_view {
		background: url(../images/bg_view.jpg) center center /cover no-repeat;
	}

	.bg_service {
		background: url(../images/bg_service.jpg) center center /cover no-repeat;
	}

	.bg_appeal {
		background: url(../images/bg_appeal.jpg) center center /cover no-repeat;
	}

	.bg_flow {
		background: url(../images/bg_flow.jpg) center center /cover no-repeat;
	}

	.bg_company {
		background: url(../images/bg_company.jpg) center center /cover no-repeat;
	}

	.bg_recruit {
		background: url(../images/bg_recruit.jpg) center center /cover no-repeat;
	}

	.bg_contact {
		background: url(../images/bg_contact.jpg) center center /cover no-repeat;
	}
}


















/* view.html　新着情報
=========================================================================== */


@media (max-width: 767px) {
		.bg_view01 {
		padding: 30px 0 0;
	} 

	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

		#view > .flex_s > .info {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.view_date {
		background-color: #f1f1f1;
		font-size: 1.4rem;
		padding: 0.2em 1em;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

	p.view_icon {
		color: #ff0000;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		margin-left: 15px;
	}

	h3.view {
		font-size: 1.6rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		padding-bottom: 10px;
		border-bottom: 3px solid #ffdd83;
		margin-bottom: 15px;
		line-height: 1.4;
	}

		.cont_view {
		line-height: normal;
		margin-bottom: 30px;
	}
	
	.cont_view p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	ul.pic_view {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
		gap: 2%;
	}

	ul.pic_view li {
		width: 100%;
	}

	.photo_view {
		height: 0;
		display: block;
		padding-bottom: 68%;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}

	.photo_view img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}

	ul.file_view {
		display: flex;
		flex-direction: row;
		margin: 15px 0 15px;
		flex-wrap: wrap;
	}

	ul.file_view li {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	ul.file_view li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #333;
		font-size: 1.4rem;
		border: 1px solid #e41515;
		padding: 0.6em 2em 0.6em 3.2em;
		line-height: 1.3;
		position: relative;
		border-radius: 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
	}

	ul.file_view li a:hover {
		opacity: 1;
		background-color: #f8e5e5;
	}

	ul.file_view li a:before {
		content: '';
		display: block;
		background: url(../images/icon_pdf.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%) translateX(0);
		flex-shrink: 0;
	}

	ul.file_view li.btn1 a:before {
		background: url(../images/icon_info_view01.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 23px;
	}

	ul.file_view li.btn2 a:before {
		background: url(../images/icon_info_view02.png) 0 0 /contain no-repeat;
		width: 21px;
		height: 19px;
	}

	ul.file_view li.btn3 a:before {
		background: url(../images/icon_info_view03.png) 0 0 /contain no-repeat;
		width: 21px;
		height: 20px;
	}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 84px;
		height: 84px;
		background-color: #f9e5b5;
		border-radius: 50%;
		color: #333;
		font-size: 1.4rem;
		margin: 30px auto 0;
	}

	p.btn_back a:before {
		content: "\f104";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_back a:hover {
		opacity: 1;
		background-color: #fff2d2;
	}
}

@media (min-width: 768px) {
		.bg_view01 {
		padding: 40px 0 0;
	} 

	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}

		#view > .flex_s > .info {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.view_date {
		background-color: #f1f1f1;
		font-size: 1.4rem;
		padding: 0.2em 1em;
				font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

	p.view_icon {
		color: #ff0000;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		margin-left: 20px;
	}

	h3.view {
		font-size: 1.8rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		padding-bottom: 10px;
		border-bottom: 3px solid #ffdd83;
		margin-bottom: 20px;
		line-height: 1.4;
	}

		.cont_view {
		line-height: normal;
		margin-bottom: 30px;
	}
	
	.cont_view p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	ul.pic_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 40px;
		gap: 2%;
	}

	ul.pic_view li {
		width: 32%;
	}

	.photo_view {
		height: 0;
		display: block;
		padding-bottom: 68%;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}

	.photo_view img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}

	ul.file_view {
		display: flex;
		flex-direction: row;
		margin: 40px 0 40px;
		flex-wrap: wrap;
	}

	ul.file_view li {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	ul.file_view li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #333;
		font-size: 1.5rem;
		border: 1px solid #e41515;
		padding: 0.7em 2em 0.7em 4em;
		line-height: 1.4;
		position: relative;
		border-radius: 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
	}

	ul.file_view li a:hover {
		opacity: 1;
		background-color: #f8e5e5;
	}

	ul.file_view li a:before {
		content: '';
		display: block;
		background: url(../images/icon_pdf.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%) translateX(0);
		flex-shrink: 0;
	}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		background-color: #f9e5b5;
		border-radius: 50%;
		color: #333;
		font-size: 1.5rem;
		margin: 50px auto 0;
	}

	p.btn_back a:before {
		content: "\f104";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
	}

	p.btn_back a:hover {
		opacity: 1;
		background-color: #fff2d2;
	}
}

@media (min-width: 992px) {
		.bg_view01 {
		padding: 50px 0 0;
	} 

	#view > .flex_s > .info {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.view_date {
		background-color: #f1f1f1;
		font-size: 1.4rem;
		padding: 0.2em 1em;
				font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

	p.view_icon {
		color: #ff0000;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		margin-left: 20px;
	}

	h3.view {
		font-size: 2rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		padding-bottom: 10px;
		border-bottom: 3px solid #ffdd83;
		margin-bottom: 25px;
		line-height: 1.4;
	}

		.cont_view {
	line-height: normal;
		margin-bottom: 30px;
	}
	
	.cont_view p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	ul.pic_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 40px;
		gap: 2%;
	}

	ul.pic_view li {
		width: 32%;
	}

	.photo_view {
		height: 0;
		display: block;
		padding-bottom: 68%;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}

	.photo_view img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}

	ul.file_view {
		display: flex;
		flex-direction: row;
		margin: 40px 0 40px;
		flex-wrap: wrap;
	}

	ul.file_view li {
		margin-right: 15px;
		margin-bottom: 15px;
	}

	ul.file_view li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #333;
		font-size: 1.5rem;
		border: 1px solid #e41515;
		padding: 0.7em 2em 0.7em 4em;
		line-height: 1.4;
		position: relative;
		border-radius: 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
	}

	ul.file_view li a:hover {
		opacity: 1;
		background-color: #f8e5e5;
	}

	ul.file_view li a:before {
		content: '';
		display: block;
		background: url(../images/icon_pdf.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%) translateX(0);
		flex-shrink: 0;
	}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		background-color: #f9e5b5;
		border-radius: 50%;
		color: #333;
		font-size: 1.4rem;
		margin: 30px auto 0;
	}

	p.btn_back a:before {
		content: "\f104";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
	}

	p.btn_back a:hover {
		opacity: 1;
		background-color: #fff2d2;
	}
}

@media (min-width: 1200px) {
	.bg_view01 {
		padding: 70px 0 0;
	} 

	#view > .flex_s > .info {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	p.view_date {
		font-size: 1.5rem;
				font-family: "Roboto", sans-serif;
		font-weight: 500;
	}
	
	p.view_icon {
		font-size: 1.3rem;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
		color: #ff0000;
		margin-left: 20px;
	}
	
	h3.view {
		font-size: 2rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		padding-bottom: 10px;
		border-bottom: 3px solid #ffdd83;
		margin-bottom: 25px;
		line-height: 1.4;
	}
	
	.cont_view {
		line-height: normal;
		margin-bottom: 30px;
	}
	
	.cont_view p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}
	
	ul.pic_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 40px;
		gap: 2%;
	}

	ul.pic_view li {
		width: 32%;
	}

	.photo_view {
		height: 0;
		display: block;
		padding-bottom: 68%;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}

	.photo_view img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}

	ul.file_view {
		display: flex;
		flex-direction: row;
		margin: 35px 0 35px;
		flex-wrap: wrap;
	}

	ul.file_view li {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	ul.file_view li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #333;
		font-size: 1.5rem;
		border: 1px solid #e41515;
		padding: 0.7em 2em 0.7em 4em;
		line-height: 1.4;
		position: relative;
		border-radius: 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
	}

	ul.file_view li a:hover {
		opacity: 1;
		background-color: #f8e5e5;
	}

	ul.file_view li a:before {
		content: '';
		display: block;
		background: url(../images/icon_pdf.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%) translateX(0);
		flex-shrink: 0;
	}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		background-color: #f9e5b5;
		color: #333;
		font-size: 1.4rem;
		margin: 30px auto 0;
		text-align: center;
	}

	p.btn_back a:before {
		content: "\f104";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 1.2rem;
	}

	p.btn_back a:hover {
		opacity: 1;
		background-color: #fff2d2;
	}
}







/* service.html　サービス紹介
=========================================================================== */

@media (max-width: 991px) {

	#service01,
	#service02,
	#service03,
	#service04,
	#service05 {
		margin-top: -70px;
		padding-top: 70px;
	}
}

@media (min-width: 992px) {

	#service01,
	#service02,
	#service03,
	#service04,
	#service05 {
		margin-top: -70px;
		padding-top: 70px;
	}
}




@media (max-width: 767px) {
	.bg_service01 {
		padding: 30px 0 30px;
	}

	ul.nav_service {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		margin-bottom: 40px;
	}

	ul.nav_service li a {
		width: 100%;
		height: 60px;
		border-radius: 7px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #063f6c;
		color: #fff;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: 1.1;
		text-align: center;
	}

	ul.nav_service li a:hover {
		opacity: 1;
		background-color: #0c5994;
	}

	h3.service {
		text-align: center;
		font-size: 2.2rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.05em;
		color: #255b9c;
		line-height: 1.2;
		margin-bottom: 15px;
		position: relative;
		z-index: 3;
		font-weight: 600;
	}

	h3.service span {
		color: #e1b02b;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		display: block;
		margin-bottom: 5px;
	}

	.inner_service {
		background-color: #fff;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 0 30px;
	}

	.inner_service p.icon {
		width: 50px;
		margin: 15px auto 10px;
	}

	h4.service {
		font-size: 1.8rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		line-height: 1.3;
		font-weight: 600;
		margin-bottom: 15px;
	}

	.inner_service p.text {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
	}

	.bg_service01 p.pic img {
		width: 100%;
		height: 180px;
		object-fit: cover;
		object-position: 30% bottom;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.mb_service {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.bg_service01 {
		padding: 40px 040px;
	}

	ul.nav_service {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
		margin-bottom: 50px;
	}

	ul.nav_service li a {
		width: 100%;
		height: 90px;
		border-radius: 7px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #063f6c;
		color: #fff;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		text-align: center;
	}

	ul.nav_service li a:hover {
		opacity: 1;
		background-color: #0c5994;
	}

	h3.service {
		text-align: center;
		font-size: 2.7rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.05em;
		color: #255b9c;
		line-height: 1;
		margin-bottom: 60px;
		position: relative;
		z-index: 3;
	}

	h3.service span {
		color: #e1b02b;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		display: block;
		margin-bottom: 10px;
	}

	.inner_service {
		width: 500px;
		background-color: #fff;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 40px 30px;
	}

	.inner_service p.icon {
		width: 60px;
		margin: 0 auto 25px;
	}

	h4.service {
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		font-weight: 600;
		margin-bottom: 25px;
	}

	.inner_service p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}

	.bg_service01 p.pic img {
		width: 100%;
		height: 440px;
		object-fit: cover;
		object-position: 30% bottom;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.mb_service {
		margin-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.bg_service01 {
		padding: 60px 0 60px;
	}

	ul.nav_service {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
		margin-bottom: 80px;
	}

	ul.nav_service li a {
		width: 100%;
		height: 100px;
		border-radius: 7px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #063f6c;
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
	}

	ul.nav_service li a:hover {
		opacity: 1;
		background-color: #0c5994;
	}

	h3.service {
		text-align: center;
		font-size: 3.2rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.05em;
		color: #255b9c;
		line-height: 1;
		margin-bottom: 60px;
		position: relative;
		z-index: 3;
	}

	h3.service span {
		color: #e1b02b;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		display: block;
		margin-bottom: 10px;
	}

	.inner_service {
		width: 720px;
		background-color: #fff;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 40px 30px;
	}

	.inner_service p.icon {
		width: 60px;
		margin: 0 auto 25px;
	}

	h4.service {
		font-size: 2.1rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		font-weight: 600;
		margin-bottom: 25px;
	}

	.inner_service p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.bg_service01 p.pic img {
		width: 100%;
		height: 480px;
		object-fit: cover;
		object-position: 30% bottom;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.mb_service {
		margin-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.bg_service01 {
		padding: 70px 0 70px;
	}

	ul.nav_service {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
		margin-bottom: 100px;
	}

	ul.nav_service li a {
		width: 100%;
		height: 120px;
		border-radius: 7px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #063f6c;
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
	}

	ul.nav_service li a:hover {
		opacity: 1;
		background-color: #0c5994;
	}

	h3.service {
		text-align: center;
		font-size: 3.6rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.05em;
		color: #255b9c;
		line-height: 1;
		margin-bottom: 70px;
	}

	h3.service span {
		color: #e1b02b;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		display: block;
		margin-bottom: 10px;
	}

	.inner_service {
		width: 720px;
		background-color: #fff;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 50px 40px;
	}

	.inner_service p.icon {
		width: 70px;
		margin: 0 auto 40px;
	}

	h4.service {
		font-size: 2.4rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		font-weight: 600;
		margin-bottom: 40px;
	}

	.inner_service p.text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.bg_service01 p.pic img {
		width: 100%;
		height: 480px;
		object-fit: cover;
		object-position: 30% bottom;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.mb_service {
		margin-bottom: 100px;
	}
}




/* appeal.html　大野印刷の強み
=========================================================================== */

@media (max-width: 767px) {
	.bg_appeal01 {
		padding: 30px 0 30px;
		background: url(../images/bg_appeal01.jpg) left top /100% auto no-repeat;
	}

	h3.appeal01 {
		color: #20518c;
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.4;
		margin-bottom: 15px;
		text-align: center;
	}

	.bg_appeal01 .container>p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
		margin-bottom: 15px;
	}

	p.name_appeal01 {
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		margin-top: 10px;
		text-align: right;
		margin-bottom: 50px;
	}

	p.name_appeal01 span {
		display: block;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}

	.bnr_appeal01 {
		width: 100px;
		flex-shrink: 0;
		margin-bottom: 10px;
	}

	.cont_appeal01 h4 {
		font-size: 1.7rem;
		color: #285d4d;
		letter-spacing: 0;
		font-weight: 500;
		margin-bottom: 15px;
		line-height: 1.5;
	}

	.cont_appeal01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}

	.bg_appeal01 .container>.flex_s {
		background-color: #fff;
		padding: 20px 15px;
		margin-bottom: 20px;
		border-radius: 10px;
		box-shadow: 3px 3px 9px -8px #777777;
	}
}

@media (min-width: 768px) {
	.bg_appeal01 {
		padding: 50px 0 50px;
		background: url(../images/bg_appeal01.jpg) left top /100% auto no-repeat;
	}

	h3.appeal01 {
		color: #20518c;
		font-size: 2.1rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.bg_appeal01 .container>p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}

	p.name_appeal01 {
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		margin-top: 10px;
		text-align: right;
		margin-bottom: 50px;
	}

	p.name_appeal01 span {
		display: inline-block;
		font-size: 1.5rem;
		margin-right: 20px;
		letter-spacing: 0.05em;
	}

	.bnr_appeal01 {
		width: 100px;
		flex-shrink: 0;
		margin-right: 30px;
	}

	.cont_appeal01 h4 {
		font-size: 1.8rem;
		color: #285d4d;
		letter-spacing: 0;
		font-weight: 500;
		margin-bottom: 15px;
		line-height: 1.4;
	}

	.cont_appeal01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}

	.bg_appeal01 .container>.flex_s {
		background-color: #fff;
		padding: 20px 20px;
		margin-bottom: 30px;
		border-radius: 10px;
		box-shadow: 3px 3px 9px -8px #777777;
	}
}

@media (min-width: 992px) {
	.bg_appeal01 {
		padding: 60px 0 60px;
		background: url(../images/bg_appeal01.jpg) center top /100% auto no-repeat;
	}

	h3.appeal01 {
		color: #20518c;
		font-size: 2.3rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.bg_appeal01 .container>p.text {
		font-size: 1.7rem;
		line-height: 2;
		letter-spacing: 0.03em;
		margin-bottom: 25px;
	}

	p.name_appeal01 {
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		font-size: 2rem;
		letter-spacing: 0.1em;
		margin-top: 10px;
		text-align: right;
		margin-bottom: 50px;

	}

	p.name_appeal01 span {
		display: inline-block;
		font-size: 1.6rem;
		margin-right: 20px;
		letter-spacing: 0.05em;
	}

	.bnr_appeal01 {
		width: 120px;
		flex-shrink: 0;
		margin-right: 30px;
	}

	.cont_appeal01 h4 {
		font-size: 1.8rem;
		color: #285d4d;
		letter-spacing: 0;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.cont_appeal01 p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}

	.bg_appeal01 .container>.flex_s {
		background-color: #fff;
		padding: 20px 20px;
		margin-bottom: 30px;
		border-radius: 10px;
		box-shadow: 3px 3px 9px -8px #777777;
	}
}

@media (min-width: 1200px) {
	.bg_appeal01 {
		padding: 70px 0 70px;
		background: url(../images/bg_appeal01.jpg) center top /100% auto no-repeat;
	}

	h3.appeal01 {
		color: #20518c;
		font-size: 3rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.4;
		margin-bottom: 40px;
	}

	.bg_appeal01 .container>p.text {
		font-size: 1.7rem;
		line-height: 2.2;
		letter-spacing: 0.05em;
		margin-bottom: 40px;
	}

	p.name_appeal01 {
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		margin-top: 10px;
		text-align: right;
		margin-bottom: 50px;

	}

	p.name_appeal01 span {
		display: inline-block;
		font-size: 1.7rem;
		margin-right: 20px;
		letter-spacing: 0.05em;
	}

	.bnr_appeal01 {
		width: 140px;
		flex-shrink: 0;
		margin-right: 50px;
	}

	.cont_appeal01 h4 {
		font-size: 2rem;
		color: #285d4d;
		letter-spacing: 0.05em;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.cont_appeal01 p.text {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.1em;
	}

	.bg_appeal01 .container>.flex_s {
		background-color: #fff;
		padding: 20px 20px;
		margin-bottom: 30px;
		border-radius: 10px;
		box-shadow: 3px 3px 9px -8px #777777;
	}

}







@media (max-width: 767px) {
	h3.sub_bdr {
		font-size: 2.1rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.05em;
	}

	h3.sub_bdr span {
		color: #e1b02b;
		display: block;
		font-size: 1.4rem;
		margin-bottom: 12px;
	}

	h3.sub_bdr:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #e1b02b;
		margin: 15px auto 25px;
	}

	p.text_appeal02 {
		color: #255b9c;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}

	.pic_appeal02 {
		flex-shrink: 0;
		margin-bottom: 10px;
		position: relative;
		margin-top: 30px;
	}

	.pic_appeal02 p.pic img {
		height: 200px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_appeal02 p.icon {
		width: 60px;
		position: absolute;
		left: -20px;
		top: -20px;
	}

	.ttl_appeal02 {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 15px;
	}

	.ttl_appeal02 p.number {
		margin-right: 50px;
		text-align: center;
		width: 20px;
	}

	.cont_appeal02 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}

	h4.appeal02 {
		font-size: 2.5rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
	}

	h5.appeal02 {
		color: #255b9c;
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	h3.sub_bdr {
		font-size: 2.8rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.05em;
	}

	h3.sub_bdr span {
		color: #e1b02b;
		display: block;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	h3.sub_bdr:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #e1b02b;
		margin: 20px auto 30px;
	}

	p.text_appeal02 {
		text-align: center;
		color: #255b9c;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
	}

	.pic_appeal02 {
		width: 320px;
		flex-shrink: 0;
		margin-right: 40px;
		position: relative;
	}

	.pic_appeal02 p.pic img {
		height: 300px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}


	.pic_appeal02 p.icon {
		width: 60px;
		position: absolute;
		left: -20px;
		top: -20px;
	}

	.ttl_appeal02 {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 30px;
	}

	.ttl_appeal02 p.number {
		margin-right: 50px;
		text-align: center;
		width: 30px;
	}

	.cont_appeal02 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}

	h4.appeal02 {
		font-size: 3.2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
	}

	h5.appeal02 {
		color: #255b9c;
		font-size: 1.9rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	h3.sub_bdr {
		font-size: 3.2rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.05em;
	}

	h3.sub_bdr span {
		color: #e1b02b;
		display: block;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	h3.sub_bdr:after {
		content: '';
		display: block;
		width: 40px;
		height: 3px;
		background-color: #e1b02b;
		margin: 20px auto 40px;
	}

	p.text_appeal02 {
		text-align: center;
		color: #255b9c;
		font-size: 1.9rem;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
	}

	.pic_appeal02 {
		width: 440px;
		flex-shrink: 0;
		margin-right: 50px;
		position: relative;
	}

	.pic_appeal02 p.icon {
		width: 60px;
		position: absolute;
		left: -20px;
		top: -20px;
	}

	.ttl_appeal02 {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 30px;
	}

	.ttl_appeal02 p.number {
		margin-right: 30px;
		text-align: center;
	}

	.cont_appeal02 p.text {
		font-size: 1.7rem;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}

	h4.appeal02 {
		font-size: 4rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
	}

	h5.appeal02 {
		color: #255b9c;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	h3.sub_bdr {
		font-size: 3.6rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.05em;
	}

	h3.sub_bdr span {
		color: #e1b02b;
		display: block;
		font-size: 1.7rem;
		margin-bottom: 15px;
	}

	h3.sub_bdr:after {
		content: '';
		display: block;
		width: 40px;
		height: 3px;
		background-color: #e1b02b;
		margin: 20px auto 50px;
	}

	p.text_appeal02 {
		text-align: center;
		color: #255b9c;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
	}

	.pic_appeal02 {
		width: 540px;
		flex-shrink: 0;
		margin-right: 50px;
		position: relative;
	}

	.pic_appeal02 p.icon {
		width: 80px;
		position: absolute;
		left: -20px;
		top: -20px;
	}

	.ttl_appeal02 {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 50px;
	}

	.ttl_appeal02 p.number {
		margin-right: 30px;
		text-align: center;
	}

	.cont_appeal02 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}

	h4.appeal02 {
		font-size: 4rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
	}

	h5.appeal02 {
		color: #255b9c;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
}









@media (max-width: 767px) {
	.bg_appeal03 {
		padding: 40px 0 40px;
	}

	.inner_appeal03 {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		margin-bottom: 35px;
	}

	.pic_appeal03 {
		width: 220px;
		flex-shrink: 0;
		margin-top: 15px;
	}

	.cont_appeal03 {
		width: 100%;
	}

	.cont_appeal03 h4 {
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.cont_appeal03 h5 {
		color: #333;
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	.cont_appeal03 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	.flex_b .inner_appeal03 {
		width: 100% !important;
	}

	.flex_b .pic_appeal03 {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.bg_appeal03 {
		padding: 70px 0 70px;
	}

	.inner_appeal03 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 35px;
	}

	.pic_appeal03 {
		width: 220px;
		flex-shrink: 0;
		margin-right: 50px;
	}

	.cont_appeal03 {
		width: 100%;
	}

	.cont_appeal03 h4 {
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.cont_appeal03 h5 {
		color: #333;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}

	.cont_appeal03 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
	}

	.flex_b .inner_appeal03 {
		width: 48% !important;
	}

	.flex_b .pic_appeal03 {
		margin-right: 30px;
	}
}

@media (min-width: 992px) {
	.bg_appeal03 {
		padding: 70px 0 70px;
	}

	.inner_appeal03 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 35px;
	}

	.pic_appeal03 {
		width: 255px;
		flex-shrink: 0;
		margin-right: 50px;
	}

	.cont_appeal03 {
		width: 100%;
	}

	.cont_appeal03 h4 {
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.cont_appeal03 h5 {
		color: #333;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	.cont_appeal03 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
	}

	.flex_b .inner_appeal03 {
		width: 48% !important;
	}

	.flex_b .pic_appeal03 {
		margin-right: 30px;
	}
}

@media (min-width: 1200px) {
	.bg_appeal03 {
		padding: 70px 0 70px;
	}

	.inner_appeal03 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 35px;
	}

	.pic_appeal03 {
		width: 255px;
		flex-shrink: 0;
		margin-right: 50px;
	}

	.cont_appeal03 {
		width: 100%;
	}

	.cont_appeal03 h4 {
		color: #255b9c;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.cont_appeal03 h5 {
		color: #333;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	.cont_appeal03 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
	}

	.flex_b .inner_appeal03 {
		width: 48% !important;
	}

	.flex_b .pic_appeal03 {
		margin-right: 30px;
	}
}









@media (max-width: 767px) {
	.bg_appeal04 {
		background-color: #ebf4fe;
		padding: 40px 0 20px;
		width: 98%;
		border-radius: 20px 30px 7px 7px;
		margin: 0 auto 10px;
	}

	.bg_appeal04 .ttl {
		display: flex;
		flex-direction: column;
		margin-bottom: 5px;
	}

	h2.appeal04 {
		color: #255b9c;
		font-size: 2.4rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 15px;
	}

	p.ttl_appeal04 {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		color: #255b9c;
		margin-bottom: 10px;
	}

	p.text_appeal04 {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}

	.cont_appeal04 {
		width: 100%;
	}

	.pic_appeal04 {
		width: 100%;
	}

	.cont_appeal04 p.number {
		width: 44px;
		height: 44px;
		background-color: #b9d4f1;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: 5px;
		font-weight: 500;
	}

	.cont_appeal04 p.number span {
		display: block;
		font-size: 1rem;
	}

	.cont_appeal04 h4 {
		color: #255b9c;
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.cont_appeal04 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
		padding-bottom: 10px;
		border-bottom: 1px dashed #9bbee4;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.bg_appeal04 {
		background-color: #ebf4fe;
		padding: 50px 0 50px;
		width: 98%;
		border-radius: 30px 30px 7px 7px;
		margin: 0 auto 10px;
	}

	.bg_appeal04 .ttl {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	h2.appeal04 {
		color: #255b9c;
		font-size: 2.6rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}

	p.ttl_appeal04 {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		color: #255b9c;
		margin-right: 30px;
	}

	p.text_appeal04 {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 40px;
	}

	.cont_appeal04 {
		width: 56%;
	}

	.pic_appeal04 {
		width: 40%;
	}

	.cont_appeal04 p.number {
		width: 60px;
		height: 60px;
		background-color: #b9d4f1;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 10px;
		font-weight: 500;
	}

	.cont_appeal04 p.number span {
		display: block;
		font-size: 1.1rem;
		margin-bottom: 3px;
	}

	.cont_appeal04 h4 {
		color: #255b9c;
		font-size: 1.9rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.cont_appeal04 p.text {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.03em;
		padding-bottom: 10px;
		border-bottom: 1px dashed #9bbee4;
	}
}

@media (min-width: 992px) {
	.bg_appeal04 {
		background-color: #ebf4fe;
		padding: 70px 0 70px;
		width: 98%;
		border-radius: 30px 30px 7px 7px;
		margin: 20px auto 20px;
	}

	.bg_appeal04 .ttl {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	h2.appeal04 {
		color: #255b9c;
		font-size: 3.2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}

	p.ttl_appeal04 {
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		color: #255b9c;
		margin-right: 50px;
	}

	p.text_appeal04 {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 40px;
	}

	.cont_appeal04 {
		width: 56%;
	}

	.pic_appeal04 {
		width: 40%;
	}

	.cont_appeal04 p.number {
		width: 60px;
		height: 60px;
		background-color: #b9d4f1;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 10px;
		font-weight: 500;
	}

	.cont_appeal04 p.number span {
		display: block;
		font-size: 1.1rem;
		margin-bottom: 3px;
	}

	.cont_appeal04 h4 {
		color: #255b9c;
		font-size: 1.9rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.cont_appeal04 p.text {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.03em;
		padding-bottom: 10px;
		border-bottom: 1px dashed #9bbee4;
	}
}

@media (min-width: 1200px) {
	.bg_appeal04 {
		background-color: #ebf4fe;
		padding: 100px 0 100px;
		width: 98%;
		border-radius: 30px 30px 7px 7px;
		margin: 20px auto 20px;
	}

	.bg_appeal04 .ttl {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	h2.appeal04 {
		color: #255b9c;
		font-size: 3.6rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}

	p.ttl_appeal04 {
		font-size: 1.9rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		color: #255b9c;
		margin-right: 50px;
	}

	p.text_appeal04 {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 60px;
	}

	.cont_appeal04 {
		width: 56%;
	}

	.pic_appeal04 {
		width: 40%;
	}

	.cont_appeal04 p.number {
		width: 70px;
		height: 70px;
		background-color: #b9d4f1;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 15px;
		font-weight: 500;
	}

	.cont_appeal04 p.number span {
		display: block;
		font-size: 1.2rem;
		margin-bottom: 3px;
	}

	.cont_appeal04 h4 {
		color: #255b9c;
		font-size: 1.9rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	.cont_appeal04 p.text {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.03em;
	}
}



/* flow.html　ご依頼の流れ・よくあるご質問
=========================================================================== */


@media (max-width: 767px) {
	.bg_flow01 {
		padding: 30px 0 30px;
	}

	.bdr_flow {
		position: relative;
	}

	.bdr_flow:before {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		background-color: #0f65a1;
		position: absolute;
		left: 14px;
		top: 0;
		z-index: -1;
	}

	#flow p.number {
		width: 30px;
		height: 30px;
		background-color: #0f65a1;
		color: #fff;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		font-size: 1.5rem;
	}

	.cont_flow {
		width: 85%;
		margin: -25px 20px 0 5%;
		padding-left: 30px;
	}

	.pic_flow {
		width: 70%;
		flex-shrink: 0;
		margin: 0 10% 0 10%;
	}

	.mb_flow {
		margin-bottom: 40px;
	}

	h3.flow {
		font-size: 1.9rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	.cont_flow p.text {
		margin-bottom: 20px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

@media (min-width: 768px) {
	.bg_flow01 {
		padding: 50px 0 50px;
	}

	.bdr_flow {
		position: relative;
	}

	.bdr_flow:before {
		content: '';
		display: block;
		width: 1px;
		height: calc(87% + 5px);
		background-color: #0f65a1;
		position: absolute;
		left: 19px;
		top: 0;
		z-index: -1;
	}

	#flow p.number {
		width: 40px;
		height: 40px;
		background-color: #0f65a1;
		color: #fff;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		font-size: 1.6rem;
	}

	.cont_flow {
		width: 65%;
		margin: 0 50px 0 40px;
		padding-top: 8px;
	}

	.pic_flow {
		width: 30%;
		flex-shrink: 0;
	}

	.mb_flow {
		margin-bottom: 20px;
	}

	h3.flow {
		font-size: 2.1rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	.cont_flow p.text {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

@media (min-width: 992px) {
	.bg_flow01 {
		padding: 70px 0 70px;
	}

	.bdr_flow {
		position: relative;
	}

	.bdr_flow:before {
		content: '';
		display: block;
		width: 1px;
		height: calc(85% + 5px);
		background-color: #0f65a1;
		position: absolute;
		left: 24px;
		top: 0;
		z-index: -1;
	}

	#flow p.number {
		width: 50px;
		height: 50px;
		background-color: #0f65a1;
		color: #fff;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		font-size: 1.8rem;
	}

	.cont_flow {
		width: 65%;
		margin: 0 50px 0 40px;
		padding-top: 10px;
	}

	.pic_flow {
		width: 30%;
		flex-shrink: 0;
	}

	.mb_flow {
		margin-bottom: 20px;
	}

	h3.flow {
		font-size: 2.2rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
	}

	.cont_flow p.text {
		margin-bottom: 40px;
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

@media (min-width: 1200px) {
	.bg_flow01 {
		padding: 70px 0 70px;
	}

	.bdr_flow {
		position: relative;
	}

	.bdr_flow:before {
		content: '';
		display: block;
		width: 1px;
		height: calc(85% + 5px);
		background-color: #0f65a1;
		position: absolute;
		left: 25px;
		top: 0;
		z-index: -1;
	}

	#flow p.number {
		width: 50px;
		height: 50px;
		background-color: #0f65a1;
		color: #fff;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		font-size: 1.8rem;
	}

	.cont_flow {
		width: 70%;
		margin: 0 50px 0 40px;
		padding-top: 10px;
	}

	.pic_flow {
		width: 25%;
		flex-shrink: 0;
	}

	.mb_flow {
		margin-bottom: 30px;
	}

	h3.flow {
		font-size: 2.3rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
		color: #333;
		font-family: "Shippori Mincho B1", serif;
	}

	.cont_flow p.text {
		font-size: 1.7rem;
		line-height: 1.7;
		letter-spacing: 0.03em;
	}
}





@media (max-width: 767px) {
	.faq {
		border-bottom: 1px dashed #bbb;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	h3.question {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		line-height: 1.6;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h3.question:before {
		content: 'Q';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		background-color: #dd4b4b;
		color: #fff;
		font-size: 16px;
		flex-shrink: 0;
		margin-right: 10px;
		border-radius: 5px;
	}

	.answer {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
		display: flex;
		flex-direction: row;
		background-color: #f5f5f5;
		padding: 15px 15px 15px 15px;
	}

	.answer:before {
		content: 'A';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		background-color: #0f65a1;
		color: #fff;
		font-size: 16px;
		flex-shrink: 0;
		margin-right: 10px;
		margin-top: 5px;
		border-radius: 5px;
	}

	.answer p.text {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}

@media (min-width: 768px) {
	.faq {
		border-bottom: 1px dashed #bbb;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	h3.question {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		line-height: 1.6;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	h3.question:before {
		content: 'Q';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		background-color: #dd4b4b;
		color: #fff;
		font-size: 18px;
		flex-shrink: 0;
		margin-right: 20px;
		border-radius: 5px;
	}

	.answer {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.03em;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #f5f5f5;
		padding: 30px 30px 30px 30px;
	}

	.answer:before {
		content: 'A';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		background-color: #0f65a1;
		color: #fff;
		font-size: 18px;
		flex-shrink: 0;
		margin-right: 20px;
		border-radius: 5px;
	}

	.answer p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
	}
}







/* company.html　会社案内
=========================================================================== */

@media (max-width: 767px) {
	.bg_company01 {
		padding: 30px 0 30px;
	}

	h3.company {
		font-size: 2.1rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h3.company span {
		color: #e4bc0b;
		display: block;
		font-size: 1.6rem;
		margin-bottom: 10px;
		font-weight: 400;
		letter-spacing: 0;
	}

	.pic_company01 {
		width: 100%;
		mix-blend-mode: multiply;
		max-width: 220px;
		margin-bottom: 20px;
	}

	.cont_company01 {
		width: 100%;
	}

	h3.company01 {
		color: #05389f;
		font-size: 1.8rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		line-height: 1.4;
	}

	h3.company01 span {
		display: inline-block;
		font-size: 1.7rem;
		margin-right: 10px;
	}

	.cont_company01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 7px 10px 7px 10px;
		width: 100%;
		display: block;
		font-weight: 500;
		color: #05389f;
		position: relative;
		background-color: #dfe6f3;
	}

	#history table.company th {
		color: #8b7200;
		background-color: #f5f1e0;
	}

	table.company td {
		font-size: 1.6rem;
		padding: 10px 10px 10px 10px;
		border-radius: 10px;
		line-height: 1.7;
		width: 100%;
		display: block;
	}

	.access_map {
		position: relative;
	}

	.access_map iframe {
		width: 100%;
		height: 300px;
		margin-top: 10px;
		border-radius: 20px;
	}

	p.text_access {
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		border: 1px solid #c4a726;
		font-size: 1.2rem;
		background-color: #fff;
		color: #c4a726;
		position: absolute;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 1.4rem;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #c4a726;
		color: #fff;
	}

	.mb_company03 {
		margin-bottom: 80px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_company01 {
		padding: 50px 0 50px;
	}

	h3.company {
		font-size: 2.4rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	h3.company span {
		color: #e4bc0b;
		display: block;
		font-size: 1.8rem;
		margin-bottom: 12px;
		font-weight: 400;
		letter-spacing: 0;
	}

	.pic_company01 {
		width: 44%;
		mix-blend-mode: multiply;
	}

	.cont_company01 {
		width: 52%;
	}

	h3.company01 {
		color: #05389f;
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}

	h3.company01 span {
		display: inline-block;
		font-size: 1.7rem;
		margin-right: 10px;
	}

	.cont_company01 p.text {
		font-size: 1.7rem;
		line-height: 1.7;
		letter-spacing: 0.03em;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #fff;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8edf7;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 180px;
		font-weight: 500;
		color: #05389f;
		border-radius: 10px;
		position: relative;
	}

	#history table.company tr:nth-of-type(even) {
		background-color: #fff9e0 !important;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #a0b9ec;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	#history table.company th:after {
		background-color: #dbc355 !important;
	}

	#history table.company th {
		color: #8b7200;
	}

	table.company td {
		font-size: 1.6rem;
		padding: 20px 20px 20px 60px;
		border-radius: 10px;
		line-height: 1.7;
	}

	.access_map {
		position: relative;
	}

	.access_map iframe {
		width: 100%;
		height: 440px;
		margin-top: 10px;
		border-radius: 20px;
	}

	p.text_access {
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		border: 1px solid #c4a726;
		font-size: 1.2rem;
		background-color: #fff;
		color: #c4a726;
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #c4a726;
		color: #fff;
	}

	.mb_company03 {
		margin-bottom: 120px;
	}
}

@media (min-width: 992px) {
	.bg_company01 {
		padding: 70px 0 70px;
	}

	h3.company {
		font-size: 2.7rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	h3.company span {
		color: #e4bc0b;
		display: block;
		font-size: 2rem;
		margin-bottom: 12px;
		font-weight: 400;
		letter-spacing: 0;
	}

	.pic_company01 {
		width: 44%;
		mix-blend-mode: multiply;
	}

	.cont_company01 {
		width: 52%;
	}

	h3.company01 {
		color: #05389f;
		font-size: 2.2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}

	h3.company01 span {
		display: inline-block;
		font-size: 1.7rem;
		margin-right: 10px;
	}

	.cont_company01 p.text {
		font-size: 1.7rem;
		line-height: 1.7;
		letter-spacing: 0.03em;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #fff;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8edf7;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 240px;
		font-weight: 500;
		color: #05389f;
		border-radius: 10px;
		position: relative;
	}

	#history table.company tr:nth-of-type(even) {
		background-color: #fff9e0 !important;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #a0b9ec;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	#history table.company th:after {
		background-color: #dbc355 !important;
	}

	#history table.company th {
		color: #8b7200;
	}

	table.company td {
		font-size: 1.6rem;
		padding: 20px 20px 20px 80px;
		border-radius: 10px;
		line-height: 1.7;
	}

	.access_map {
		position: relative;
	}

	.access_map iframe {
		width: 100%;
		height: 440px;
		margin-top: 10px;
		border-radius: 20px;
	}

	p.text_access {
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		border: 1px solid #c4a726;
		font-size: 1.2rem;
		background-color: #fff;
		color: #c4a726;
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #c4a726;
		color: #fff;
	}

	.mb_company03 {
		margin-bottom: 120px;
	}
}

@media (min-width: 1200px) {
	.bg_company01 {
		padding: 70px 0 70px;
	}

	.bg_company01 .container {
		width: 1240px;
	}

	h3.company {
		font-size: 3rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	h3.company span {
		color: #e4bc0b;
		display: block;
		font-size: 2.2rem;
		margin-bottom: 15px;
		font-weight: 400;
		letter-spacing: 0;
	}

	.pic_company01 {
		width: 44%;
		mix-blend-mode: multiply;
	}

	.cont_company01 {
		width: 52%;
	}

	h3.company01 {
		color: #05389f;
		font-size: 2.3rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}

	h3.company01 span {
		display: inline-block;
		font-size: 1.7rem;
		margin-right: 10px;
	}

	.cont_company01 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #fff;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8edf7;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 270px;
		font-weight: 500;
		color: #05389f;
		border-radius: 10px;
		position: relative;
	}

	#history table.company tr:nth-of-type(even) {
		background-color: #fff9e0 !important;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background-color: #a0b9ec;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	#history table.company th:after {
		background-color: #dbc355 !important;
	}

	#history table.company th {
		color: #8b7200;
	}

	table.company td {
		font-size: 1.6rem;
		padding: 20px 20px 20px 80px;
		border-radius: 10px;
		line-height: 1.7;
	}

	.access_map {
		position: relative;
	}

	.access_map iframe {
		width: 100%;
		height: 500px;
		margin-top: 10px;
		border-radius: 20px;
	}

	p.text_access {
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		border: 1px solid #c4a726;
		font-size: 1.2rem;
		background-color: #fff;
		color: #c4a726;
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #c4a726;
		color: #fff;
	}

	.mb_company03 {
		margin-bottom: 120px;
	}
}

@media (min-width: 1300px) {
	.bg_company01 .container {
		width: 1240px;
	}
}

















/* recruit.html　求人情報
=========================================================================== */

@media (max-width: 767px) {
	.bg_recruit_intro {
		padding: 30px 15px 0;
	}

	.pic_recruit_intro img {
		height: 220px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_recruit_intro {
		flex-shrink: 0;
		margin-bottom: 20px;
	}

	.cont_recruit_intro h3 {
		color: #208dbc;
		font-size: 1.6rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
		text-align: center;
	}

	.cont_recruit_intro p.ttl {
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
	}

	.cont_recruit_intro p.ttl:after {
		content: '';
		display: block;
		width: 30px;
		height: 1px;
		background-color: #208dbc;
		margin: 20px auto 20px;
	}

	.cont_recruit_intro p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.1em;
		padding-left: 20px;
	}
}

@media (min-width: 768px) {
	.bg_recruit_intro {
		padding: 50px 0 0;
	}

	.pic_recruit_intro {
		width: 400px;
		margin-right: 30px;
	}

	.pic_recruit_intro img {
		height: 300px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_recruit_intro {
		width: 420px;
		flex-shrink: 0;
		margin-right: 15px;
	}

	.cont_recruit_intro h3 {
		color: #208dbc;
		font-size: 1.8rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.cont_recruit_intro p.ttl {
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.1em;
	}

	.cont_recruit_intro p.ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #208dbc;
		margin: 20px 0 20px 10px;
	}

	.cont_recruit_intro p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
		padding-left: 20px;
	}
}

@media (min-width: 992px) {
	.bg_recruit_intro {
		padding: 70px 0 0;
	}

	.pic_recruit_intro {
		width: 1000px;
		margin-right: 50px;
	}

	.pic_recruit_intro img {
		height: 350px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_recruit_intro {
		width: 550px;
		flex-shrink: 0;
		margin-right: 30px;
	}

	.cont_recruit_intro h3 {
		color: #208dbc;
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		margin-left: 20px;
	}

	.cont_recruit_intro p.ttl {
		font-size: 2.4rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.2em;
	}

	.cont_recruit_intro p.ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #208dbc;
		margin: 30px 0 40px 20px;
	}

	.cont_recruit_intro p.text {
		font-size: 1.7rem;
		line-height: 2;
		letter-spacing: 0.1em;
		padding-left: 20px;
	}
}

@media (min-width: 1200px) {
	.bg_recruit_intro {
		padding: 100px 0 0;
	}

	.pic_recruit_intro {
		width: 920px;
		margin-right: 80px;
	}

	.pic_recruit_intro img {
		height: 550px;
		object-fit: cover;
		object-position: 80% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_recruit_intro {
		width: 650px;
		flex-shrink: 0;
		margin-right: 30px;
	}

	.cont_recruit_intro h3 {
		color: #208dbc;
		font-size: 2.2rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		margin-left: 20px;
	}

	.cont_recruit_intro p.ttl {
		font-size: 2.8rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.2em;
	}

	.cont_recruit_intro p.ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #208dbc;
		margin: 40px 0 50px 20px;
	}

	.cont_recruit_intro p.text {
		font-size: 1.7rem;
		line-height: 2.2;
		letter-spacing: 0.15em;
		padding-left: 20px;
	}
}









@media (max-width: 767px) {
	.bg_recruit01 {
		padding: 40px 0 40px;
	}

		p.text_recruit01 {
		color: #ff0000;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		padding: 1em 0 0 0;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.bg_recruit01 {
		padding: 50px 0 50px;
	}

		p.text_recruit01 {
		color: #ff0000;
		font-size: 1.8rem;
		letter-spacing: 0.3em;
		padding: 1em 0 0 1em;
	}
}

@media (min-width: 992px) {
	.bg_recruit01 {
		padding: 70px 0 70px;
	}

		p.text_recruit01 {
		color: #ff0000;
		font-size: 2.3rem;
		letter-spacing: 0.3em;
		padding: 1.5em 0 0 1em;
	}
}

@media (min-width: 1200px) {
	.bg_recruit01 {
		padding: 100px 0 100px;
	}

	p.text_recruit01 {
		color: #ff0000;
		font-size: 2.3rem;
		letter-spacing: 0.3em;
		padding: 1.5em 0 0 1em;
	}
}














.oneday {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

.oneday::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	display: block;
	background-color: #063f6c;
	width: 1px;
	height: 100%;
}

.oneday li {
	position: relative;
}

.oneday li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: #063f6c;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin: -9px 0 5px -9px;
	width: 18px;
	height: 18px;
}

.oneday li .text_l {
	background-color: #ecf4fa;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 15px 30px;
	margin-bottom: 5px;
	width: 48%;
}

.oneday li .text_r {
	background-color: #f3f3f3;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 15px 30px;
	margin: 0 0 5px auto;
	width: 48%;
}

.oneday li .text_l .day,
.oneday li .text_r .day {
	font-weight: 600;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.8rem;
	vertical-align: middle;
}

.oneday li .text_l .text,
.oneday li .text_r .text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 10px;
}

@media screen and (max-width: 991px) {
	.oneday::after {
		bottom: -48px;
		margin-left: -10px;
		font-size: 34px;
	}

	.oneday li::before {
		margin: -8px 0 5px -8px;
		width: 16px;
		height: 16px;
	}
}

@media print {
	.oneday::after {
		bottom: -48px;
		margin-left: -9px;
		font-size: 34px;
	}

	.oneday li::before {
		margin: -8px 0 5px -8px;
		width: 16px;
		height: 16px;
	}

	.oneday li .text_l,
	.oneday li .text_r {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
	.oneday::before {
		left: 0%;
	}

	.oneday::after {
		bottom: -46px;
		left: 0px;
		margin-left: -8px;
		font-size: 28px;
	}

	.oneday li {
		position: relative;
	}

	.oneday li::before {
		left: 0%;
		margin: -6px 0 5px -6px;
		width: 12px;
		height: 12px;
	}

	.oneday li .text_l {
		padding: 12px 10px;
		margin: 0 0 5px 20px;
		width: auto;
	}

	.oneday li .text_r {
		padding: 12px 10px;
		margin: 0 0 5px 20px;
		width: auto;
	}

	.oneday li .text_l .day,
	.oneday li .text_r .day {
		display: block;
		width: auto;
	}

	.oneday li .text_l,
	.oneday li .text_r {
		display: block;
		width: auto;
	}
}
















@media (max-width: 767px) {
	.pic_recruit02 {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 30px;
	}

	.pic_recruit02 p.year {
		font-size: 14px;
		text-align: center;
		margin: 10px 0 0;
	}

	p.name_recruit02 {
		font-size: 17px;
		font-family: "Shippori Mincho B1", serif;
		text-align: center;
		font-weight: 600;
	}

	.cont_recruit02 {
		width: 100%;
	}

	.faq_recruit {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #edb725;
	}

	.text_q {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.text_q p.en {
		font-size: 20px;
		color: #edb725;
		font-weight: 700;
		width: 30px;
		flex-shrink: 0;
	}

	.text_q p.ttl {
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4;
	}

	.text_a {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.text_a p.en {
		font-size: 20px;
		color: #52a5d1;
		font-weight: 700;
		width: 30px;
		flex-shrink: 0;
	}

	.text_a p.text {
		font-size: 15px;
		line-height: 1.7;
	}
}

@media (min-width: 768px) {
	.pic_recruit02 {
		width: 30%;
	}

	.pic_recruit02 p.year {
		font-size: 14px;
		text-align: center;
		margin: 15px 0 5px;
	}

	p.name_recruit02 {
		font-size: 18px;
		font-family: "Shippori Mincho B1", serif;
		text-align: center;
		font-weight: 600;
	}

	.cont_recruit02 {
		width: 66%;
	}

	.faq_recruit {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #edb725;
	}

	.text_q {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.text_q p.en {
		font-size: 21px;
		color: #edb725;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.text_q p.ttl {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
	}

	.text_a {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.text_a p.en {
		font-size: 21px;
		color: #52a5d1;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.text_a p.text {
		font-size: 15px;
		line-height: 1.8;
	}
}

@media (min-width: 992px) {
	.pic_recruit02 {
		width: 30%;
	}

	.pic_recruit02 p.year {
		font-size: 15px;
		text-align: center;
		margin: 15px 0 5px;
	}

	p.name_recruit02 {
		font-size: 20px;
		font-family: "Shippori Mincho B1", serif;
		text-align: center;
		font-weight: 600;
	}

	.cont_recruit02 {
		width: 66%;
	}

	.faq_recruit {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #edb725;
	}

	.text_q {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.text_q p.en {
		font-size: 24px;
		color: #edb725;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.text_q p.ttl {
		font-size: 17px;
		font-weight: 700;
		line-height: 1.4;
	}

	.text_a {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.text_a p.en {
		font-size: 24px;
		color: #52a5d1;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.text_a p.text {
		font-size: 15px;
		line-height: 1.8;
	}
}

@media (min-width: 1200px) {
	.pic_recruit02 {
		width: 30%;
	}

	.pic_recruit02 p.year {
		font-size: 15px;
		text-align: center;
		margin: 15px 0 5px;
	}

	p.name_recruit02 {
		font-size: 21px;
		font-family: "Shippori Mincho B1", serif;
		text-align: center;
		font-weight: 600;
	}

	.cont_recruit02 {
		width: 66%;
	}

	.faq_recruit {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #edb725;
	}

	.text_q {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.text_q p.en {
		font-size: 27px;
		color: #edb725;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.text_q p.ttl {
		font-size: 18px;
		font-weight: 700;
		line-height: 1.4;
	}

	.text_a {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.text_a p.en {
		font-size: 27px;
		color: #52a5d1;
		font-weight: 700;
		width: 40px;
		flex-shrink: 0;
	}

	.text_a p.text {
		font-size: 16px;
		line-height: 1.8;
	}
}







@media (max-width: 339px) {
	.br340 {
		display: block;
	}
}

@media (min-width: 340px) {
	.br340 {
		display: none !important;
	}
}


@media (max-width: 767px) {
	ul.nav_recruit03 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	ul.nav_recruit03 li {
		width: 48%;
	}

	ul.nav_recruit03 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		color: #333;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		background-color: #fff;
		padding: 1em 0.5em;
		border: 1px solid #F6DB12;
		text-align: center;
	}

	ul.nav_recruit03 li.active a {
		background-color: #F6DB12;
	}

	#contact {
		margin-top: -100px;
		padding-top: 100px;
	}

	.info_recruit03 {
		width: 100%;
		border: 1px solid #333;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 30px 20px 35px;
		position: relative;
		margin-top: 20px;
	}

	.info_recruit03:before {
		content: '';
		width: 100%;
		height: 100%;
		background-color: #F9E65B;
		position: absolute;
		left: -10px;
		top: -10px;
		z-index: -1;
	}

	.info_recruit03 .ttl {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.info_recruit03 .ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background-color: #333;
		margin: 20px auto 20px;
	}

	.info_recruit03 .cont {
		width: 100%;
	}

	.info_recruit03 .ttl p.en {
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 5px;
	}

	.info_recruit03 .ttl h3 {
		font-size: 24px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.info_recruit03 .cont p.text {
		font-size: 15px;
		letter-spacing: 0.03em;
		line-height: 1.8;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		margin-bottom: 20px;
		text-align: center;
	}

	p.tel_recruit03 {
		font-size: 20px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		letter-spacing: 0.03em;
		text-align: center;
	}
}

@media (min-width: 768px) {
	ul.nav_recruit03 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	ul.nav_recruit03 li {
		width: 49%;
	}

	ul.nav_recruit03 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 17px;
		color: #333;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		background-color: #fff;
		padding: 0.7em 1em;
		border: 1px solid #F6DB12;
	}

	ul.nav_recruit03 li.active a {
		background-color: #F6DB12;
	}

	#contact {
		margin-top: -100px;
		padding-top: 100px;
	}

	.info_recruit03 {
		width: 100%;
		height: 220px;
		border: 1px solid #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 30px 50px;
		position: relative;
		margin-top: 70px;
	}

	.info_recruit03:before {
		content: '';
		width: 100%;
		height: 100%;
		background-color: #F9E65B;
		position: absolute;
		left: -10px;
		top: -10px;
		z-index: -1;
	}

	.info_recruit03 .ttl {
		width: 44%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.info_recruit03 .ttl:after {
		content: '';
		display: block;
		width: 30px;
		height: 3px;
		background-color: #333;
		margin-left: 50px;
	}

	.info_recruit03 .cont {
		width: 56%;
	}

	.info_recruit03 .ttl p.en {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 16px;
		font-weight: 700;
		margin-right: 30px;
		letter-spacing: 0.1em;
	}

	.info_recruit03 .ttl h3 {
		font-size: 26px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		letter-spacing: 0.15em;
	}

	.info_recruit03 .cont p.text {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.8;
		font-family: "Shippori Mincho B1", serif;
		margin-bottom: 20px;
	}

	p.tel_recruit03 {
		font-size: 27px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		letter-spacing: 0.03em;
	}
}

@media (min-width: 992px) {
	ul.nav_recruit03 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	ul.nav_recruit03 li {
		width: 49%;
	}

	ul.nav_recruit03 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #333;
		font-family: "Shippori Mincho B1", serif;
		background-color: #fff;
		padding: 0.7em 1em;
		border: 1px solid #F6DB12;
	}

	ul.nav_recruit03 li.active a {
		background-color: #F6DB12;
	}

	#contact {
		margin-top: -30px;
		padding-top: 30px;
	}

	.info_recruit03 {
		width: 100%;
		height: 240px;
		border: 1px solid #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 30px 100px;
		position: relative;
		margin-top: 70px;
	}

	.info_recruit03:before {
		content: '';
		width: 100%;
		height: 100%;
		background-color: #F9E65B;
		position: absolute;
		left: -10px;
		top: -10px;
		z-index: -1;
	}

	.info_recruit03 .ttl {
		width: 44%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.info_recruit03 .ttl:after {
		content: '';
		display: block;
		width: 30px;
		height: 3px;
		background-color: #333;
		margin-left: 50px;
	}

	.info_recruit03 .cont {
		width: 56%;
	}

	.info_recruit03 .ttl p.en {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 18px;
		font-weight: 700;
		margin-right: 30px;
		letter-spacing: 0.1em;
	}

	.info_recruit03 .ttl h3 {
		font-size: 28px;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.15em;
	}

	.info_recruit03 .cont p.text {
		font-size: 17px;
		letter-spacing: 0.1em;
		line-height: 1.8;
		font-family: "Shippori Mincho B1", serif;
		margin-bottom: 20px;
	}

	p.tel_recruit03 {
		font-size: 30px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		letter-spacing: 0.03em;
	}
}

@media (min-width: 1200px) {
	ul.nav_recruit03 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	ul.nav_recruit03 li {
		width: 49%;
	}

	ul.nav_recruit03 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
		font-family: "Shippori Mincho B1", serif;
		background-color: #fff;
		padding: 0.7em 1em;
		border: 1px solid #F6DB12;
	}

	ul.nav_recruit03 li.active a {
		background-color: #F6DB12;
	}

	#contact {
		margin-top: -30px;
		padding-top: 30px;
	}

	.info_recruit03 {
		width: 100%;
		height: 260px;
		border: 1px solid #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 30px 140px;
		position: relative;
		margin-top: 70px;
	}

	.info_recruit03:before {
		content: '';
		width: 100%;
		height: 100%;
		background-color: #F9E65B;
		position: absolute;
		left: -10px;
		top: -10px;
		z-index: -1;
	}

	.info_recruit03 .ttl {
		width: 42%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.info_recruit03 .ttl:after {
		content: '';
		display: block;
		width: 40px;
		height: 3px;
		background-color: #333;
		margin-left: 60px;
	}

	.info_recruit03 .cont {
		width: 58%;
	}

	.info_recruit03 .ttl p.en {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 20px;
		font-weight: 700;
		margin-right: 50px;
		letter-spacing: 0.1em;
	}

	.info_recruit03 .ttl h3 {
		font-size: 31px;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.15em;
	}

	.info_recruit03 .cont p.text {
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.8;
		font-family: "Shippori Mincho B1", serif;
		margin-bottom: 20px;
	}

	p.tel_recruit03 {
		font-size: 34px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		letter-spacing: 0.03em;
	}
}







.bg_recruit04 {
	padding: 70px 0 30px;
}


@media screen and (max-width: 767px) {
	.qa_list dl {
		position: relative;
		margin: 0;
		padding: 28px 0 28px 0px;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
	}

	.qa_list dl:first-child {
		border-top: 1px solid #ccc;
	}

	.qa_list dt:after {
		position: absolute;
		top: calc(50% - 5px);
		right: 0;
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		content: '';
		transform: rotate(135deg);
		border-top: 3px solid #edb725;
		border-right: 3px solid #edb725;
	}

	.qa_list dl.open dt:after {
		transform: rotate(-45deg);
	}

	.qa_list dl dt {
		position: relative;
		margin: 0;
		padding: 0 15px 0 0;
		font-weight: bold;
		font-size: 14px;
		display: flex;
		flex-direction: row;
		align-items: center;
		line-height: 1.6;
	}

	.qa_list dl dt:before {
		font-size: 18px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'Q';
		color: #fff;
		background-color: #edb725;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-right: 10px;
		flex-shrink: 0;
	}

	.qa_list dl dd:before {
		font-size: 18px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'A';
		color: #fff;
		background-color: #52a5d1;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-right: 10px;
		flex-shrink: 0;
	}

	.qa_list dl dd {
		position: relative;
		display: none;
		height: auto;
		margin: 20px 0 0;
		padding: 0 0 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 14px;
		line-height: 1.8;
	}

	.qa_list dl dd span.fz12 {
		font-size: 13px;
		display: block;
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.qa_list dl {
		position: relative;
		margin: 0;
		padding: 28px 40px 28px 10px;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
	}

	.qa_list dl:first-child {
		border-top: 1px solid #ccc;
	}

	.qa_list dl::before {
		position: absolute;
		top: 35px;
		right: 15px;
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		content: '';
		transform: rotate(135deg);
		border-top: 3px solid #edb725;
		border-right: 3px solid #edb725;
	}

	.qa_list .open::before {
		transform: rotate(-45deg);
	}

	.qa_list dl dt {
		position: relative;
		margin: 0;
		padding: 0 0 0 0;
		font-weight: bold;
		font-size: 15px;
		display: flex;
		flex-direction: row;
		align-items: center;
		line-height: 1.6;
	}

	.qa_list dl dt::before {
		font-size: 18px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'Q';
		color: #fff;
		background-color: #edb725;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-right: 15px;
		flex-shrink: 0;
	}

	.qa_list dl dd::before {
		font-size: 18px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'A';
		color: #fff;
		background-color: #52a5d1;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-right: 15px;
		flex-shrink: 0;
	}

	.qa_list dl dd {
		position: relative;
		display: none;
		height: auto;
		margin: 20px 0 0;
		padding: 0 0 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 15px;
		line-height: 2;
	}

	.qa_list dl dd span.fz12 {
		font-size: 13px;
		display: block;
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.qa_list dl {
		position: relative;
		margin: 0;
		padding: 28px 60px 28px 30px;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
	}

	.qa_list dl:first-child {
		border-top: 1px solid #ccc;
	}

	.qa_list dl::before {
		position: absolute;
		top: 35px;
		right: 35px;
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		content: '';
		transform: rotate(135deg);
		border-top: 3px solid #edb725;
		border-right: 3px solid #edb725;
	}

	.qa_list .open::before {
		transform: rotate(-45deg);
	}

	.qa_list dl dt {
		position: relative;
		margin: 0;
		padding: 0 0 0 0;
		font-weight: bold;
		font-size: 16px;
		display: flex;
		flex-direction: row;
		align-items: center;
		line-height: 1.6;
	}

	.qa_list dl dt::before {
		font-size: 22px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'Q';
		color: #fff;
		background-color: #edb725;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin-right: 20px;
		flex-shrink: 0;
	}

	.qa_list dl dd::before {
		font-size: 22px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'A';
		color: #fff;
		background-color: #52a5d1;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin-right: 20px;
		flex-shrink: 0;
	}

	.qa_list dl dd {
		position: relative;
		display: none;
		height: auto;
		margin: 20px 0 0;
		padding: 0 0 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 15px;
		line-height: 2;
	}

	.qa_list dl dd span.fz12 {
		font-size: 13px;
		display: block;
		margin-top: 20px;
	}
}











@media (max-width: 767px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		display: block;
		width: 100%;
		background-color: #333;
		font-size: 15px;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 6px 10px;
	}

	table.sub td {
		display: block;
		width: 100%;
		font-size: 15px;
		letter-spacing: 0.05em;
		padding: 6px 10px 18px;
		line-height: 1.7;
	}

	table.sub .flex_b {
		flex-direction: column;
		align-items: flex-start;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 25px;
	}
}


@media (min-width: 768px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		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;
	}
}

@media (min-width: 992px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		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;
	}
}

@media (min-width: 1200px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #333;
		font-size: 16px;
		letter-spacing: 0.05em;
		width: 240px;
		padding: 20px 30px 20px 20px;
		border-bottom: 1px solid #FCCB3B;
	}

	table.sub td {
		font-size: 16px;
		letter-spacing: 0.05em;
		padding: 20px 30px 20px 20px;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}
}











/* contact.html　お問い合わせ
=========================================================================== */

@media (max-width: 767px) {
	.bg_contact01 {
		padding: 30px 0 0;
	}

	.bg_contact02 {
		padding: 40px 0 50px;
	}

	.bg_contact01 .container {
		background-color: #fff;
	}

	h3.sub {
		font-size: 1.8rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #777;
		padding-bottom: 10px;
	}

	h3.sub span {
		color: #5376bc;
		display: block;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}

	.inner_contact01 {
		background-color: #ecf2ff;
		margin: 0 auto;
		border-radius: 10px;
		padding: 20px 20px;
	}

	#contact01 .container>.flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 10px;
	}

	p.tel_contact01 {
		font-size: 2.5rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 5px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 28px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 2.5rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", 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: 28px;
		height: 28px;
		margin-right: 7px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
		margin-bottom: 30px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.bg_contact01 {
		padding: 40px 0 0;
	}

	.bg_contact02 {
		padding: 50px 0 60px;
	}

	.bg_contact01 .container {
		background-color: #fff;
	}

	h3.sub {
		font-size: 2.1rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
		border-bottom: 1px solid #777;
		padding-bottom: 20px;
	}

	h3.sub span {
		color: #5376bc;
		display: block;
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.inner_contact01 {
		background-color: #ecf2ff;
		margin: 0 auto;
		border-radius: 14px;
		padding: 40px 50px;
	}

	#contact01 .container>.flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 10px;
	}

	p.tel_contact01 {
		font-size: 3rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 70px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 32px;
		height: 32px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", 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: 32px;
		height: 32px;
		margin-right: 10px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 30px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	.bg_contact01 {
		padding: 50px 0 0;
	}

	.bg_contact02 {
		padding: 60px 0 70px;
	}

	.bg_contact01 .container {
		background-color: #fff;
	}

	h3.sub {
		font-size: 2.4rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		border-bottom: 1px solid #777;
		padding-bottom: 20px;
	}

	h3.sub span {
		color: #5376bc;
		display: block;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.inner_contact01 {
		background-color: #ecf2ff;
		margin: 0 auto;
		border-radius: 14px;
		padding: 40px 50px;
	}

	#contact01 .container>.flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 16px;
	}

	p.tel_contact01 {
		font-size: 3.4rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 70px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3.4rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 30px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_contact01 {
		padding: 70px 0 0;
	}

	.bg_contact02 {
		padding: 70px 0 90px;
	}

	.bg_contact01 .container {
		background-color: #fff;
	}

	h3.sub {
		font-size: 2.8rem;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		border-bottom: 1px solid #777;
		padding-bottom: 20px;
	}

	h3.sub span {
		color: #5376bc;
		display: block;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.inner_contact01 {
		background-color: #ecf2ff;
		margin: 0 auto;
		border-radius: 14px;
		padding: 40px 50px;
	}

	#contact01 .container>.flex_c {
		background-color: #f5f5f5;
		padding: 30px 15px;
		border-radius: 16px;
	}

	p.tel_contact01 {
		font-size: 4rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 70px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 4rem;
		font-weight: 600;
		font-family: "Shippori Mincho B1", serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-bottom: 30px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (max-width: 991px) {
	#contact02 {
		margin-top: -80px;
		padding-top: 80px;
	}
}



span.red {
	color: #ff0000;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		color: #fff;
		padding: 0.4em 1em 0.4em 1em;
		background-color: #195897;
		margin-bottom: 10px;
	}

	table.contact td {
		display: block;
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 30%;
		padding: 15px 10px 15px 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
		color: #333;
	}

	table.contact td {
		padding: 15px 25px 15px 25px;
		background-color: #fff;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
	}
}

@media (min-width: 992px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 25%;
		padding: 15px 10px 15px 25px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
		color: #333;
	}

	table.contact td {
		padding: 15px 25px 15px 25px;
		background-color: #fff;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 25%;
		padding: 15px 10px 15px 25px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
		color: #333;
	}

	table.contact td {
		padding: 15px 25px 15px 25px;
		background-color: #fff;
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
	}
}

@media (max-width: 767px) {
	dl.address {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}

	dl.address dt {
		flex-shrink: 0;
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 1.5rem;
		color: #333;
		background-color: #c5c5c5;
		padding: 0.3em 0.5em;
	}

	dl.address dd {
		width: 100%;
	}

	dl.address:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	dl.address {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	dl.address dt {
		width: 100px;
		flex-shrink: 0;
		font-size: 1.5rem;
	}

	dl.address dd {
		width: 100%;
	}

	dl.address:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 32px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 10px;
		line-height: 16px;
		float: right;
		margin-top: 2px;
	}
}

@media (min-width: 768px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 10px;
		line-height: 16px;
		margin-left: 15px;
		float: right;
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
	table.contact td input.write {
		padding: 0.4em 0.5em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ddd;
		background-color: #f3f3f3;
	}
}

@media (min-width: 768px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ddd;
		background-color: #f3f3f3;
		border-radius: 4px;
		font-size: 1.7rem;
	}
}

@media (max-width: 767px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 130px !important;
	}

	table.contact td input.form150 {
		width: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.2em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.5rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.6rem;
	}

	.place_mini ::placeholder {
		color: #fff !important;
	}

	table.contact .place_mini input.form130 {
		width: 50px !important;
		margin-bottom: 5px;
		padding: 0.2em 0.5em !important;
	}

	.sp_none {
		display: none !important;
	}
}

@media (min-width: 768px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 130px !important;
	}

	table.contact td input.form150 {
		width: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.6rem;
	}

	.place_mini ::placeholder {
		font-size: 14px !important;
	}
}

@media (max-width: 500px) {
	select {
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #f3f3f3;
		border-radius: 4px;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #f3f3f3;
		font-size: 1.8rem;
		border-radius: 4px;
	}
}

@media (max-width: 767px) {
	h4.privacy {
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.inner_privacy {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.3rem;
		line-height: normal;
		padding: 15px 15px 10px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #fff;
		margin-bottom: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 1.3rem;
		font-weight: 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.5rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 30px;
	}

	.inner_privacy {
		height: 180px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.4rem;
		line-height: normal;
		padding: 20px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #fff;
		margin-bottom: 25px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 1.5rem;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	button.comfirm {
		width: 100%;
		max-width: 240px;
		height: 42px;
		text-align: center;
		background-color: #5376bc;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
	}

	button.comfirm:hover {
		background-color: #648de0;
	}

	.btn_space {
		width: 100%;
		max-width: 240px;
		margin: 20px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #999;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 4%;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #5376bc;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
	}

	button.send:hover {
		background-color: #648de0;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #5376bc;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
	}

	button.comfirm:hover {
		background-color: #648de0;
	}

	.btn_space {
		width: 400px;
		margin: 30px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #999;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 30px;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #5376bc;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
	}

	button.send:hover {
		background-color: #648de0;
	}
}

select {
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	border-radius: 4px;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
	}
}

@media (max-width: 767px) {
	.agreebox label {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 768px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 992px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.4rem;
		margin-top: 5px;
		color: #555;
	}
}




































/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */