@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=Noto+Serif+JP:wght@700&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');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600&display=swap');

.font_sample {
	/* font-family: "Noto Serif JP", serif; */
	font-family: "Shippori Mincho B1", serif;
	font-family: "Roboto", sans-serif;
	font-family: "Roboto Condensed", sans-serif;
	font-family: "Crimson Text", 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;
	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;
	}
}

@media (min-width: 1921px) {
	.flex_e {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.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;
	}

}







/*    イントロ動画　　 */

.intro{
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #000;
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.intro__video,
.intro__skip,
.scroll-indicator,
.sound-toggle{
  opacity: 1;
  transition: opacity .6s ease;
}

.intro.is-hide .intro__video,
.intro.is-hide .intro__skip,
.intro.is-hide .scroll-indicator,
.intro.is-hide .sound-toggle{
  opacity: 0;
  pointer-events: none;
}

.intro__video{
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}

.intro__skip{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  padding: .6em 1.0em;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .06em;
  cursor: pointer;
}

.scroll-indicator{
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  opacity: 1;
  transition: opacity .3s ease;
}

.scroll-indicator.is-hide{
  opacity: 0;
}

.scroll-indicator .text{
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: .15em;
  color: #fff;
  opacity: .8;
}

.scroll-indicator .arrow{
  width: 24px;
  height: 24px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  animation: scrollArrow 1.6s infinite;
}

@keyframes scrollArrow{
  0%{ opacity: 0; transform: rotate(45deg) translate(0,0); }
  30%{ opacity: 1; }
  60%{ opacity: 1; transform: rotate(45deg) translate(6px,6px); }
  100%{ opacity: 0; transform: rotate(45deg) translate(10px,10px); }
}

body.is-intro{
  overflow: hidden;
}

/* サウンドボタン */
.sound-toggle{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(0,0,0,.4);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.swiper-container{
  opacity: 0;
  visibility: hidden;
}

body.is-swiper-ready .swiper-container{
  opacity: 1;
  visibility: visible;
}

body.is-intro .swiper-container{
  opacity: 0 !important;
  visibility: hidden !important;
}




/* header
=========================================================================== */

.inner_body {
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg_footer.jpg) center bottom /100% auto no-repeat;
}

@media (max-width: 767px) {
header {
	width: 100%;
	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 10px 0 10px;
}

h1.logo_h {
	width: 170px;
}

.h_fixed {
		background-color: rgba(4, 29, 53, 0.5);
	}
}

@media (min-width: 768px) {
header {
	width: 100%;
	height: 70px;
	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 20px 0 15px;
}

h1.logo_h {
	width: 210px;
}

.h_fixed {
		background-color: rgba(4, 29, 53, 0.5);
	}
}

@media (min-width: 992px) {
header {
	width: 100%;
	height: 84px;
	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 20px 0 20px;
	background-color: #fff;
}

h1.logo_h {
	width: 230px;
}
}

@media (min-width: 1200px) {
header {
	width: 100%;
	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 40px 0 20px;
	background-color: #fff;
}

h1.logo_h {
	width: 278px;
}
}









/* ドロワー
--------------------------------------------------------- */
@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: #16688d;
		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: #16688d;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 992px) {
	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.drawer_inner {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
}







/* グローバルナビ
  --------------------------------------------------------- */

.gnav_item>a {
	display: block;
	text-decoration: none;
	letter-spacing: .03em;
	font-weight: 500;
	line-height: 1.3;
	transition: background-color .2s, color .2s;
}

@media (max-width: 767px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px dotted #aaa;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.6rem;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-weight: 600;
	}

	.gnav_item.active>a {
		color: #7db6d0;
	}

	.gnav_item>a:hover {
		color: #7db6d0;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #7db6d0;
		opacity: 1;
		cursor: pointer;
	}

	ul.btn_h {
		margin-left: 10px;
		margin-bottom: 0;
	}

		ul.btn_h li a {
		display: block;
		width: 30px;
	}
}

@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;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-weight: 600;
	}

	.gnav_item.active>a {
		color: #7db6d0;
	}

	.gnav_item>a:hover {
		color: #7db6d0;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #7db6d0;
		opacity: 1;
		cursor: pointer;
	}

	ul.btn_h {
		margin-left: 20px;
		margin-bottom: 0;
	}

		ul.btn_h li a {
		display: block;
		width: 30px;
	}
}

@media (min-width: 992px) {
	.gnav_items {
		position: relative;
		height: 100px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #333 !important;
		letter-spacing: 0;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 70px;
		position: relative;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		margin-left: 10px;
	}

	.gnav .gnav_items>li.active>a {
		color: #0a8ec7 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #0a8ec7 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 30px;
		margin: auto;
		width: 6px;
		height: 6px;
		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);
	}

	ul.btn_h {
		margin-left: 30px;
		margin-bottom: 0;
	}

		ul.btn_h li a {
		display: block;
		width: 30px;
	}
}

@media (min-width: 1200px) {
	.gnav_items {
		position: relative;
		height: 100px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.7rem;
		color: #333 !important;
		letter-spacing: 0;
		line-height: 1;
		padding: 5px 8px 5px;
		min-width: 100px;
		position: relative;
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		margin-left: 18px;
	}

	.gnav .gnav_items>li.active>a {
		color: #0a8ec7 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #0a8ec7 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 30px;
		margin: auto;
		width: 6px;
		height: 6px;
		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);
	}

	ul.btn_h {
		margin-left: 50px;
		margin-bottom: 0;
	}

	ul.btn_h li a {
		display: block;
		width: 34px;
	}
}




/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
}

@media (max-width: 767px) {
.bg_mainimg {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 42%;
	left: 2%;
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	max-width: 400px;
}
}

@media (min-width: 768px) {
.bg_mainimg {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 5%;
	left: 2%;
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}
}

@media (min-width: 992px) {
.bg_mainimg {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 5%;
	left: 2%;
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}
}

@media (min-width: 1200px) {
.bg_mainimg {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 5%;
	left: 2%;
	width: 56%;
	max-width: 1160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}
}











.swiper-container {
	overflow: visible !important;
}


.swiper-container,
.swiper-wrapper,
.swiper-slide,
.slide-img { 
 width: 100%!important;
 height: 100%!important; }

.slide-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* .swiper-slide img {
	width: 100%;
	height: auto;
} */

.swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-direction: row-reverse;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 4s ease-out 0s 1 normal both;
}


.slide-img img {
	display: block;
}

/*ページネーション　カスタム*/

@media (max-width: 991px) {
	.swiper-pagination-bullets {
		display: none;
	}
}

@media (min-width: 992px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 23% !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 10px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 9px !important;
		height: 9px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #3579ce !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 55% !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: 7px !important;
		height: 7px !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 {
	padding: 30px 0 40px;
}

.cont_top01 {
	position: relative;
	margin-top: 20px;
}

.cont_top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 345px;
	height: 305px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pic_top01 p.en {
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #e0d40a;
	margin-bottom: 20px;
}

h2.top01 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

h2.top01 span {
	font-size: 1.6rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 5px;
}

.cont_top01 p.text {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	background-color: #0a3676;
	border-radius: 70px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	position: relative;
	margin: 0 auto;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #124ca3;
}

p.btn_top a:hover:after {
	right: 25px;
}
}

@media (min-width: 768px) {
.bg_top01 {
	padding: 50px 0 60px;
}

.pic_top01 {
	width: 340px;
}

.cont_top01 {
	width: 340px;
	position: relative;
}

.cont_top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 545px;
	height: 505px;
	position: absolute;
	top: 50%;
	right: -20%;
	transform: translateY(-50%);
}

.pic_top01 p.en {
	font-size: 4.6rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #e0d40a;
	margin-bottom: 30px;
}

h2.top01 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

h2.top01 span {
	font-size: 2rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 10px;
}

.cont_top01 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 64px;
	background-color: #0a3676;
	border-radius: 70px;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	position: relative;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #124ca3;
}

p.btn_top a:hover:after {
	right: 25px;
}
}

@media (min-width: 992px) {
.bg_top01 {
	padding: 80px 0 80px;
}

.pic_top01 {
	width: 440px;
}

.cont_top01 {
	width: 440px;
	position: relative;
}

.cont_top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 655px;
	height: 605px;
	position: absolute;
	top: 50%;
	right: -20%;
	transform: translateY(-50%);
}

.pic_top01 p.en {
	font-size: 4.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #e0d40a;
	margin-bottom: 30px;
}

h2.top01 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 3rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

h2.top01 span {
	font-size: 2.2rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 10px;
}

.cont_top01 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 40px;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 80px;
	background-color: #0a3676;
	border-radius: 70px;
	color: #fff;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	position: relative;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #124ca3;
}

p.btn_top a:hover:after {
	right: 25px;
}
}

@media (min-width: 1200px) {
.bg_top01 {
	padding: 80px 0 80px;
}

.pic_top01 {
	width: 540px;
}

.cont_top01 {
	width: 540px;
	position: relative;
}

.cont_top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 795px;
	height: 755px;
	position: absolute;
	top: 50%;
	right: -20%;
	transform: translateY(-50%);
}

.pic_top01 p.en {
	font-size: 5.6rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #e0d40a;
	margin-bottom: 30px;
}

h2.top01 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

h2.top01 span {
	font-size: 2.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 10px;
}

.cont_top01 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 60px;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 480px;
	height: 80px;
	background-color: #0a3676;
	border-radius: 70px;
	color: #fff;
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	position: relative;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #124ca3;
}

p.btn_top a:hover:after {
	right: 25px;
}
}

@media (min-width: 1600px) {
.bg_top01 {
	padding: 100px 0 100px;
}

.bg_top01 .container {
	width: 1540px;
}

.pic_top01 {
	width: 800px;
}

.cont_top01 {
	width: 600px;
	position: relative;
}

.cont_top01:before {
	content: '';
	display: block;
	background: url(../images/deco_top01.png) 0 0 /contain no-repeat;
	width: 795px;
	height: 755px;
	position: absolute;
	top: 50%;
	right: -20%;
	transform: translateY(-50%);
}

.pic_top01 p.en {
	font-size: 8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #e0d40a;
	margin-bottom: 30px;
}

h2.top01 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
}

h2.top01 span {
	font-size: 2.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 10px;
}

.cont_top01 p.text {
	font-size: 1.7rem;
	line-height: 2;
	margin-bottom: 100px;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 520px;
	height: 100px;
	background-color: #0a3676;
	border-radius: 70px;
	color: #fff;
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	position: relative;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #124ca3;
}

p.btn_top a:hover:after {
	right: 25px;
}
}


.c01 {
	color: #77c9f2;
}

.c02 {
	color: #e10b7a;
}







@media (max-width: 767px) {
.bg_top02 {
	background: linear-gradient(to bottom, #0a93ce, #0885bb);
	padding: 30px 0 40px;
}

h2.top02 {
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 20px;
}

h2.top02 span {
	display: block;
	color: #85c3e3;
	font-family: "Crimson Text", serif;
	letter-spacing: 0.05em;
	font-size: 4rem;
	font-weight: 400;
}

.dg_top02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 25px;
}
}

@media (min-width: 768px) {
.bg_top02 {
	background: linear-gradient(to bottom, #0a93ce, #0885bb);
	padding: 45px 0 50px;
}

h2.top02 {
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 30px;
}

h2.top02 span {
	display: block;
	color: #85c3e3;
	font-family: "Crimson Text", serif;
	letter-spacing: 0.05em;
	font-size: 7rem;
	font-weight: 400;
}

.dg_top02 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 30px;
}
}

@media (min-width: 992px) {
.bg_top02 {
	background: linear-gradient(to bottom, #0a93ce, #0885bb);
	padding: 60px 0 60px;
}

h2.top02 {
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 35px;
}

h2.top02 span {
	display: block;
	color: #85c3e3;
	font-family: "Crimson Text", serif;
	letter-spacing: 0.05em;
	font-size: 8rem;
	font-weight: 400;
}

.dg_top02 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 40px;
}
}

@media (min-width: 1200px) {
.bg_top02 {
	background: linear-gradient(to bottom, #0a93ce, #0885bb);
	padding: 80px 0 70px;
}

h2.top02 {
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 40px;
}

h2.top02 span {
	display: block;
	color: #85c3e3;
	font-family: "Crimson Text", serif;
	letter-spacing: 0.05em;
	font-size: 9rem;
	font-weight: 400;
}

.dg_top02 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}
}

@media (min-width: 1640px) {
.bg_top02 {
	background: linear-gradient(to bottom, #0a93ce, #0885bb);
	padding: 100px 0 70px;
}

.bg_top02 .container {
	width: 1580px;
}

h2.top02 {
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 40px;
}

h2.top02 span {
	display: block;
	color: #85c3e3;
	font-family: "Crimson Text", serif;
	letter-spacing: 0.05em;
	font-size: 11rem;
	font-weight: 400;
}

.dg_top02 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}
}












@media (max-width: 767px) {
.bg_top03 {
	padding: 30px 15px 0;
}

p.en_top03 {
	font-size: 7.2vw;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	color: #066892;
	opacity: 0.3;
	margin-bottom: 10px;
	line-height: 1.2;
}

h2.top03 {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
}

h2.top03 span {
	color: #e10b7a;
}

.cont_top03 {
	margin-bottom: 30px;
}

.cont_top03 p.text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.cont_top03 .mb_cont2 {
	margin-bottom: 20px!important;
}

.pic_top03 {
	margin: 0 auto;
}

.pic_top03 img {
			height: 200px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}
}

@media (min-width: 768px) and (max-width:991px) {
.bg_top03 {
	padding: 40px 0 0;
}

p.en_top03 {
	font-size: 6.3vw;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	color: #066892;
	opacity: 0.15;
	margin-bottom: 10px;
}

h2.top03 {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 20px;
}

h2.top03 span {
	color: #e10b7a;
}

.cont_top03 {
	margin-right: 50px;
	margin-left: 30px;
	width: 500px;
}

.cont_top03 p.text {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

.cont_top03 .mb_cont2 {
	margin-bottom: 20px!important;
}

.pic_top03 img {
			height: 400px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.bg_top03 {
	padding: 50px 0 50px;
}

p.en_top03 {
	font-size: 6.3vw;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	color: #066892;
	opacity: 0.15;
	margin-bottom: 20px;
}

h2.top03 {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 30px;
}

h2.top03 span {
	color: #e10b7a;
}

.cont_top03 {
	margin-right: 50px;
	margin-left: 30px;
	width: 500px;
}

.cont_top03 p.text {
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

.cont_top03 .mb_cont2 {
	margin-bottom: 30px!important;
}

.pic_top03 img {
			height: 400px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}
}

@media (min-width: 1200px) {
.bg_top03 {
	padding: 90px 0 50px;
}

p.en_top03 {
	font-size: 6.3vw;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	color: #066892;
	opacity: 0.15;
	margin-bottom: 30px;
}

h2.top03 {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 50px;
}

h2.top03 span {
	color: #e10b7a;
}

.cont_top03 {
	margin-right: 100px;
	margin-left: 30px;
}

.cont_top03 p.text {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2;
}

.pic_top03 img {
			height: 557px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}
}




/* フッター
=========================================================================== */

@media (max-width: 767px) {
footer {
	padding: 90px 0 0;
}

.bg_contact_f {
	position: relative;
}

.bg_contact_f:before {
	content: '';
	display: block;
	background: url(../images/deco_contact_f01.jpg) 0 0 /contain no-repeat;
	width: 600px;
	height: 360px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.bg_contact_f:after {
	content: '';
	display: block;
	background: url(../images/deco_contact_f02.jpg) 0 0 /contain no-repeat;
	width: 600px;
	height: 360px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.bg_contact_f .inner {
	background-color: #0885bb;
	padding: 50px 20px 30px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	color: #fff;
	margin-bottom: -50px;
}

.bg_contact_f p.ttl {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
}

.bg_contact_f p.ttl:before {
	content: '';
	display: block;
	background: url(../images/pic_contact_f.png) 0 0 /contain no-repeat;
	width: 267px;
	height: 91px;
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
}

.bg_contact_f p.text_contact_f {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 15px;
}

p.tel_contact_f {
	font-size: 3.1rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	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: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 8px;
}

p.tel_contact_f span.tel_link {
	color: #fff;
}

p.btn_contact_f01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 50px;
	background-color: #d90211;
	color: #fff;
	border-radius: 50px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

p.btn_contact_f01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	width: 22px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 3px;
	margin-top: 1px;
}

p.btn_contact_f02 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 50px;
	background-color: #d90211;
	color: #fff;
	border-radius: 50px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

p.btn_contact_f02 a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	width: 22px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 3px;
	margin-top: 1px;
}

p.btn_contact_f01 a:hover,p.btn_contact_f02 a:hover {
	opacity: 1;
	background-color: #f50f1e;
}
}

@media (min-width: 768px) {
footer {
	padding: 100px 0 0;
}

.bg_contact_f {
	position: relative;
}

.bg_contact_f:before {
	content: '';
	display: block;
	background: url(../images/deco_contact_f01.jpg) 0 0 /contain no-repeat;
	width: 600px;
	height: 360px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.bg_contact_f:after {
	content: '';
	display: block;
	background: url(../images/deco_contact_f02.jpg) 0 0 /contain no-repeat;
	width: 600px;
	height: 360px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.bg_contact_f .inner {
	background-color: #0885bb;
	padding: 100px 30px 40px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	color: #fff;
	margin-bottom: -80px;
}

.bg_contact_f p.ttl {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 4.6rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
}

.bg_contact_f p.ttl:before {
	content: '';
	display: block;
	background: url(../images/pic_contact_f.png) 0 0 /contain no-repeat;
	width: 360px;
	height: 122px;
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
}

.bg_contact_f p.text_contact_f {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.6;
	margin-bottom: 30px;
}

p.tel_contact_f {
	font-size: 2.6rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	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: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 8px;
}

p.tel_contact_f span.tel_link {
	color: #fff;
}

p.btn_contact_f01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 58px;
	background-color: #d90211;
	color: #fff;
	border-radius: 50px;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 10px;
}

p.btn_contact_f01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	width: 22px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 3px;
	margin-top: 3px;
}

p.btn_contact_f02 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 58px;
	background-color: #d90211;
	color: #fff;
	border-radius: 50px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 10px;
}

p.btn_contact_f02 a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	width: 22px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 3px;
	margin-top: 3px;
}

p.btn_contact_f01 a:hover,p.btn_contact_f02 a:hover {
	opacity: 1;
	background-color: #f50f1e;
}
}

@media (min-width: 992px) {
footer {
	padding: 100px 0 0;
}

.bg_contact_f {
	position: relative;
}

.bg_contact_f:before {
	content: '';
	display: block;
	background: url(../images/deco_contact_f01.jpg) 0 0 /contain no-repeat;
	width: 600px;
	height: 360px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.bg_contact_f:after {
	content: '';
	display: block;
	background: url(../images/deco_contact_f02.jpg) 0 0 /contain no-repeat;
	width: 600px;
	height: 360px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.bg_contact_f .inner {
	background-color: #0885bb;
	padding: 100px 30px 50px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	color: #fff;
	margin-bottom: -80px;
}

.bg_contact_f p.ttl {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 6rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}

.bg_contact_f p.ttl:before {
	content: '';
	display: block;
	background: url(../images/pic_contact_f.png) 0 0 /contain no-repeat;
	width: 420px;
	height: 143px;
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translateX(-50%);
}

.bg_contact_f p.text_contact_f {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin-bottom: 35px;
}

p.tel_contact_f {
	font-size: 3.4rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	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: 38px;
	height: 38px;
	flex-shrink: 0;
	margin-right: 8px;
}

p.tel_contact_f span.tel_link {
	color: #fff;
}

p.btn_contact_f01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 64px;
	background-color: #d90211;
	color: #fff;
	border-radius: 50px;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 20px;
}

p.btn_contact_f01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	width: 26px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 5px;
	margin-top: 3px;
}

p.btn_contact_f02 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 64px;
	background-color: #d90211;
	color: #fff;
	border-radius: 50px;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 20px;
}

p.btn_contact_f02 a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	width: 26px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 5px;
	margin-top: 3px;
}

p.btn_contact_f01 a:hover,p.btn_contact_f02 a:hover {
	opacity: 1;
	background-color: #f50f1e;
}
}

@media (min-width: 1200px) {
footer {
	padding: 200px 0 0;
}

.bg_contact_f {
	position: relative;
}

.bg_contact_f:before {
	content: '';
	display: block;
	background: url(../images/deco_contact_f01.jpg) 0 0 /contain no-repeat;
	width: 648px;
	height: 409px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.bg_contact_f:after {
	content: '';
	display: block;
	background: url(../images/deco_contact_f02.jpg) 0 0 /contain no-repeat;
	width: 648px;
	height: 409px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.bg_contact_f .inner {
	background-color: #0885bb;
	padding: 100px 30px 70px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	color: #fff;
	margin-bottom: -80px;
}

.bg_contact_f p.ttl {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 8rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 40px;
	position: relative;
}

.bg_contact_f p.ttl:before {
	content: '';
	display: block;
	background: url(../images/pic_contact_f.png) 0 0 /contain no-repeat;
	width: 533px;
	height: 181px;
	position: absolute;
	top: -220px;
	left: 50%;
	transform: translateX(-50%);
}

.bg_contact_f p.text_contact_f {
	text-align: center;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin-bottom: 50px;
}

p.tel_contact_f {
	font-size: 4.2rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	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: 38px;
	height: 38px;
	flex-shrink: 0;
	margin-right: 8px;
}

p.tel_contact_f span.tel_link {
	color: #fff;
}

p.btn_contact_f01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 72px;
	background-color: #d90211;
	color: #fff;
	border-radius: 50px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 30px;
}

p.btn_contact_f01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	width: 26px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 5px;
	margin-top: 3px;
}

p.btn_contact_f02 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 72px;
	background-color: #d90211;
	color: #fff;
	border-radius: 50px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 30px;
}

p.btn_contact_f02 a:before {
	content: '';
	display: block;
	background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
	width: 26px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 5px;
	margin-top: 3px;
}

p.btn_contact_f01 a:hover,p.btn_contact_f02 a:hover {
	opacity: 1;
	background-color: #f50f1e;
}
}










@media (max-width: 767px) {
.inner_footer {
	width: 100%;
	background: linear-gradient(to bottom, #0883b8, #02354c);
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 80px 0 20px;
}

.footer_l {
	width: 100%;
}

.footer_r {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 15px;
}

p.logo_f {
	width: 180px;
	margin: 0 auto 15px;
}

ul.sns_f li a img {
	width: 26px;
}

p.text_f {
	font-size: 1.6rem;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	text-align: center;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 17px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}

p.tel_f span.tel_link {
	color: #fff;
}

p.text_hour {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

p.text_hour span {
	display: block;
	margin-right: 20px;
	font-weight: 700;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 10px 0 20px;
}

ul.fnav li {
	margin-left: 10px;
	width: 20px;
}

ul.fnav li:first-child {
	margin-left: 0;
}

ul.fnav li a {
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}

p.copyright {
	font-size: 1.3rem;
	text-align: center;
	margin-top: 10px;
	color: #9bcdf7;
	width: 100%;
}
}

@media (min-width: 768px) and (max-width:991px) {
.inner_footer {
	width: 100%;
	background: linear-gradient(to bottom, #0883b8, #02354c);
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 130px 0 30px;
}

.footer_l {
	width: 48%;
}

.footer_r {
	width: 48%;
	display: flex;
	flex-direction: column;
	padding-top: 15px;
}

p.logo_f {
	width: 280px;
	margin-bottom: 15px;
}

p.text_f {
	font-size: 1.6rem;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

p.tel_f span.tel_link {
	color: #fff;
}

p.text_hour {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
}

p.text_hour span {
	display: block;
	margin-right: 30px;
	font-weight: 700;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

ul.fnav li {
	margin-left: 20px;
	width: 20px;
}

ul.fnav li a {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}

p.copyright {
	font-size: 1.3rem;
	text-align: center;
	margin-top: 20px;
	color: #9bcdf7;
	width: 100%;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.inner_footer {
	width: 100%;
	background: linear-gradient(to bottom, #0883b8, #02354c);
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 150px 0 30px;
}

.footer_l {
	width: 48%;
}

.footer_r {
	width: 48%;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}

p.logo_f {
	width: 300px;
	margin-bottom: 15px;
}

p.text_f {
	font-size: 1.6rem;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

p.tel_f span.tel_link {
	color: #fff;
}

p.text_hour {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
}

p.text_hour span {
	display: block;
	margin-right: 30px;
	font-weight: 700;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

ul.fnav li {
	margin-left: 25px;
	width: 20px;
}

ul.fnav li a {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}

p.copyright {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 30px;
	color: #9bcdf7;
	width: 100%;
}
}

@media (min-width: 1200px) {
.inner_footer {
	width: 100%;
	background: linear-gradient(to bottom, #0883b8, #02354c);
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 170px 0 30px;
}

.footer_l {
	width: 45%;
}

.footer_r {
	width: 55%;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}

p.logo_f {
	width: 300px;
	margin-bottom: 20px;
}

p.text_f {
	font-size: 1.6rem;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

p.tel_f span.tel_link {
	color: #fff;
}

p.text_hour {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
}

p.text_hour span {
	display: block;
	margin-right: 30px;
	font-weight: 700;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

ul.fnav li {
	margin-left: 25px;
}

ul.fnav li a {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.03em;
}

p.copyright {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 40px;
	color: #9bcdf7;
	width: 100%;
}
}

@media (min-width: 1500px) {
.inner_footer {
	width: 100%;
	background: linear-gradient(to bottom, #0883b8, #02354c);
	border-radius: 100px 100px 0 0;
	color: #fff;
	padding: 220px 0 50px;
}

.inner_footer .container {
	width: 1440px;
}

.footer_l {
	width: 50%;
}

.footer_r {
	width: 48%;
	display: flex;
	flex-direction: column;
}

p.logo_f {
	width: 300px;
	margin-bottom: 20px;
}

p.text_f {
	font-size: 1.7rem;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

p.tel_f span.tel_link {
	color: #fff;
}

p.text_hour {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
}

p.text_hour span {
	display: block;
	margin-right: 30px;
	font-weight: 700;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

ul.fnav li {
	margin-left: 30px;
}

ul.fnav li a {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.05em;
}

p.copyright {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 90px;
	color: #9bcdf7;
	width: 100%;
}
}





@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 15px;
		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: 42px;
		height: 42px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 42px;
		height: 42px;
	}
}

@media (min-width: 1200px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: 40px;
		width: 42px;
		height: 42px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 42px;
		height: 42px;
	}
}


@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: calc(50% - 920px);
		width: 42px;
		height: 42px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 767px) {
	p.btn_side a {
		position: fixed;
		top: 80px;
		right: 0;
		width: 50px;
		height: 100px;
		background-color: #0a4480;
		z-index: 999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		writing-mode: vertical-rl;
		border-radius: 10px 0 0 10px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		color: #fff;
		font-size: 1.3rem;
		line-height: 1.2;
		letter-spacing: 0.03em;
	}

	p.btn_side a:before {
		content: "\f1ec";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-bottom: 5px;
font-size: 2.2rem;
color: #fff;
	}
}

@media (min-width: 768px) {
	p.btn_side a {
		position: fixed;
		top: 100px;
		right: 0;
		width: 60px;
		height: 120px;
		background-color: #0a4480;
		z-index: 999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		writing-mode: vertical-rl;
		border-radius: 14px 0 0 14px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.2;
		letter-spacing: 0.03em;
	}

	p.btn_side a:before {
		content: "\f1ec";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-bottom: 5px;
font-size: 2.4rem;
color: #fff;
	}
}

@media (min-width: 992px) {
	p.btn_side a {
		position: fixed;
		top: 120px;
		right: 0;
		width: 60px;
		height: 180px;
		background-color: #0a4480;
		z-index: 999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		writing-mode: vertical-rl;
		border-radius: 15px 0 0 15px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	p.btn_side a:before {
		content: "\f1ec";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-bottom: 2px;
font-size: 2rem;
color: #fff;
	}
}

@media (min-width: 1200px) {
	p.btn_side a {
		position: fixed;
		top: 150px;
		right: 0;
		width: 60px;
		height: 200px;
		background-color: #0a4480;
		z-index: 999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		writing-mode: vertical-rl;
		border-radius: 15px 0 0 15px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
		color: #fff;
		font-size: 1.7rem;
		letter-spacing: 0.03em;
	}

	p.btn_side a:before {
		content: "\f1ec";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-bottom: 2px;
font-size: 2rem;
color: #fff;
	}
}

p.btn_side a:hover {
	opacity: 1;
	background-color: #135aa5;
}











/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
.bg_sub {
	width: 100%;
	height: 200px;
	background: url(../images/bg_service.jpg) center center /cover no-repeat;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}

h2.sub {
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	text-align: center;
}

h2.sub span {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 7px;
	color: #c5c5c5;
}
}

@media (min-width: 768px) {
.bg_sub {
	width: 100%;
	height: 260px;
	background: url(../images/bg_service.jpg) center center /cover no-repeat;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}

h2.sub {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	text-align: center;
}

h2.sub span {
	font-size: 2rem;
	display: block;
	margin-bottom: 10px;
	color: #c5c5c5;
}
}

@media (min-width: 992px) {
.bg_sub {
	width: 100%;
	height: 270px;
	background: url(../images/bg_service.jpg) center center /cover no-repeat;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

h2.sub {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	text-align: center;
}

h2.sub span {
	font-size: 2.2rem;
	display: block;
	margin-bottom: 10px;
	color: #c5c5c5;
}
}

@media (min-width: 1200px) {
.bg_sub {
	width: 100%;
	height: 300px;
	background: url(../images/bg_service.jpg) center center /cover no-repeat;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}

h2.sub {
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	text-align: center;
}

h2.sub span {
	font-size: 2.4rem;
	display: block;
	margin-bottom: 10px;
	color: #c5c5c5;
}
}




/* service.html　事業内容
=========================================================================== */

@media (max-width: 767px) {
.bg_service01 {
	background: linear-gradient(to bottom, #389bc7, #0b417e);
	color: #fff;
	padding: 15px 0 15px;
}

h3.service01 {
	text-align: center;
	font-size: 2.2rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

h3.service01 span {
	color: #206da3;
	font-size: 5.4rem;
	font-weight: 400;
	display: block;
	margin-bottom: -20px;
}

.cont_service01 {
	width: 100%;
	background-color: #0a3c75;
	border-radius: 10px;
	padding: 10px 20px 15px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.cont_service01 p.icon {
	width: 260px;
	height: 260px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.cont_service01 p.number {
	color: #3494c1;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

h4.service01 {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.7rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}

.cont_service01 p.text {
	font-size: 1.5rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
}

@media (min-width: 768px) {
.bg_service01 {
	background: linear-gradient(to bottom, #389bc7, #0b417e);
	color: #fff;
	padding: 20px 0 35px;
}

h3.service01 {
	text-align: center;
	font-size: 2.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

h3.service01 span {
	color: #206da3;
	font-size: 7rem;
	font-weight: 400;
	display: block;
	margin-bottom: -20px;
}

.cont_service01 {
	width: 32.5%;
	background-color: #0a3c75;
	border-radius: 10px;
	padding: 10px 20px 15px;
	position: relative;
	overflow: hidden;
}

.cont_service01 p.icon {
	width: 280px;
	height: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.cont_service01 p.number {
	color: #3494c1;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

h4.service01 {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.cont_service01 p.text {
	font-size: 1.5rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
}

@media (min-width: 992px) {
.bg_service01 {
	background: linear-gradient(to bottom, #389bc7, #0b417e);
	color: #fff;
	padding: 30px 0 45px;
}

h3.service01 {
	text-align: center;
	font-size: 2.6rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

h3.service01 span {
	color: #206da3;
	font-size: 8rem;
	font-weight: 400;
	display: block;
	margin-bottom: -20px;
}

.cont_service01 {
	width: 32.5%;
	background-color: #0a3c75;
	border-radius: 10px;
	padding: 10px 20px 20px;
	position: relative;
	overflow: hidden;
}

.cont_service01 p.icon {
	width: 320px;
	height: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.cont_service01 p.number {
	color: #3494c1;
	font-size: 2rem;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

h4.service01 {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.cont_service01 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}
}

@media (min-width: 1200px) {
.bg_service01 {
	background: linear-gradient(to bottom, #389bc7, #0b417e);
	color: #fff;
	padding: 30px 0 55px;
}

h3.service01 {
	text-align: center;
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

h3.service01 span {
	color: #206da3;
	font-size: 9rem;
	font-weight: 400;
	display: block;
	margin-bottom: -20px;
}

.cont_service01 {
	width: 32.5%;
	background-color: #0a3c75;
	border-radius: 10px;
	padding: 20px 30px 30px;
	position: relative;
	overflow: hidden;
}

.cont_service01 p.icon {
	width: 320px;
	height: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.cont_service01 p.number {
	color: #3494c1;
	font-size: 2.1rem;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

h4.service01 {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.cont_service01 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}
}

@media (min-width: 1600px) {
.bg_service01 {
	background: linear-gradient(to bottom, #389bc7, #0b417e);
	color: #fff;
	padding: 40px 0 70px;
}

.bg_service01 .container {
	width: 1540px;
}

h3.service01 {
	text-align: center;
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

h3.service01 span {
	color: #206da3;
	font-size: 11rem;
	font-weight: 400;
	display: block;
	margin-bottom: -20px;
}

.cont_service01 {
	width: 32.5%;
	background-color: #0a3c75;
	border-radius: 10px;
	padding: 30px 40px 40px;
	position: relative;
	overflow: hidden;
}

.cont_service01 p.icon {
	width: 360px;
	height: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.cont_service01 p.number {
	color: #3494c1;
	font-size: 2.1rem;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

h4.service01 {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.cont_service01 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}
}











@media (max-width: 767px) {
.bg_service02 {
	padding: 30px 0 0;
}

.cont_service02 {
	flex-shrink: 0;
	margin-bottom: 20px;
}

.cont_service02 p.number {
	color: #30a1e2;
	font-size: 1.8rem;
	font-weight: 500;
}

h3.service02 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.4;
}

ul.service02 {
	background-color: #eaeef3;
	padding: 15px 20px;
	margin: 12px 0;
}

ul.service02 li {
	color: #104d71;
	font-size: 1.6rem;
	letter-spacing: 0;
	margin-bottom: 5px;
}

ul.service02 li:last-child {
	margin-bottom: 0;
}

ul.service02 li:before {
	content: "\f14a";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 8px;
	display: inline-block;
}

.cont_service02 p.text {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.pic_service02 {
	max-width: 300px;
}

.pic_service02 img {
	height: 240px;
	object-fit: cover;
	object-position: 30% top;
	font-family: 'object-fit: cover; object-position: center top;'
}
}

@media (min-width: 768px) {
.bg_service02 {
	padding: 60px 0 30px;
}

.cont_service02 {
	width: 390px;
	flex-shrink: 0;
}

.cont_service02 p.number {
	color: #30a1e2;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 5px;
}

h3.service02 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.3rem;
}

ul.service02 {
	background-color: #eaeef3;
	padding: 20px 20px;
	margin: 18px 0;
}

ul.service02 li {
	color: #104d71;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-bottom: 5px;
}

ul.service02 li:last-child {
	margin-bottom: 0;
}

ul.service02 li:before {
	content: "\f14a";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 8px;
	display: inline-block;
}

.cont_service02 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.pic_service02 {
	width: 300px;
}

.pic_service02 img {
	height: 440px;
	object-fit: cover;
	object-position: 30% top;
	font-family: 'object-fit: cover; object-position: center top;'
}
}

@media (min-width: 992px) {
.bg_service02 {
	padding: 70px 0 30px;
}

.cont_service02 {
	width: 520px;
	flex-shrink: 0;
}

.cont_service02 p.number {
	color: #30a1e2;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 5px;
}

h3.service02 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.6rem;
}

ul.service02 {
	background-color: #eaeef3;
	padding: 20px 30px;
	margin: 18px 0;
}

ul.service02 li {
	color: #104d71;
	font-size: 1.7rem;
	letter-spacing: 0.07em;
	margin-bottom: 5px;
}

ul.service02 li:last-child {
	margin-bottom: 0;
}

ul.service02 li:before {
	content: "\f14a";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 8px;
	display: inline-block;
}

.cont_service02 p.text {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.pic_service02 {
	width: 370px;
}

.pic_service02 img {
	height: 460px;
	object-fit: cover;
	object-position: 30% top;
	font-family: 'object-fit: cover; object-position: center top;'
}
}

@media (min-width: 1200px) {
.bg_service02 {
	padding: 80px 0 30px;
}

.cont_service02 {
	width: 630px;
	flex-shrink: 0;
}

.cont_service02 p.number {
	color: #30a1e2;
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 10px;
}

h3.service02 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2.8rem;
}

ul.service02 {
	background-color: #eaeef3;
	padding: 25px 30px;
	margin: 20px 0;
}

ul.service02 li {
	color: #104d71;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	margin-bottom: 5px;
}

ul.service02 li:last-child {
	margin-bottom: 0;
}

ul.service02 li:before {
	content: "\f14a";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 8px;
	display: inline-block;
}

.cont_service02 p.text {
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.pic_service02 {
	width: 450px;
}

.pic_service02 img {
	height: 500px;
	object-fit: cover;
	object-position: 30% top;
	font-family: 'object-fit: cover; object-position: center top;'
}
}

@media (min-width: 1600px) {
.bg_service02 {
	padding: 90px 0 30px;
}

.bg_service02 .container {
	width: 1540px;
}

.cont_service02 {
	width: 730px;
	flex-shrink: 0;
}

.cont_service02 p.number {
	color: #30a1e2;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 10px;
}

h3.service02 {
	color: #104d71;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 3.2rem;
}

ul.service02 {
	background-color: #eaeef3;
	padding: 30px 30px;
	margin: 30px 0;
}

ul.service02 li {
	color: #104d71;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	margin-bottom: 5px;
}

ul.service02 li:last-child {
	margin-bottom: 0;
}

ul.service02 li:before {
	content: "\f14a";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 8px;
	display: inline-block;
}

.cont_service02 p.text {
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.pic_service02 {
	width: 700px;
}

.pic_service02 img {
	height: 500px;
	object-fit: cover;
	object-position: 30% top;
	font-family: 'object-fit: cover; object-position: center top;'
}
}















@media (max-width: 767px) {
	.bg_service03 {
		padding-bottom: 30px;
	}

h3.service03 {
	text-align: center;
	font-size: 2.2rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

h3.service03 span {
	color: #dae6ec;
	font-size: 5.4rem;
	font-weight: 400;
	display: block;
	margin-bottom: -10px;
}

.faq_content .title-3 {
	position: relative;
	z-index: 0;
}

.faq_content .title-3>small {
	color: #156cb1;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1;
}

.accordion-wrap {
	border-top: solid 1px #156cb1;
}

.accordion-box {
	border-bottom: solid 1px #156cb1;
}

.accordion-box>.ttl {
	color: #156cb1;
	font-weight: 600;
	line-height: 1.5;
	font-size: 1.6rem;
	padding: 1em 3em 1em 3em;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
}

.accordion-box>.ttl:before {
	content: "Q.";
	position: absolute;
	left: 0.65em;
	top: 50%;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	margin-top: -.5em;
}

.accordion-box>.ttl .accordion_plus,
.accordion-box>.ttl .accordion_plus span {
	display: inline-block;
	transition: all 0.4s ease;
}

.accordion-box>.ttl .accordion_plus {
	position: absolute;
	right: 1em;
	top: 50%;
	width: 1em;
	height: 1em;
	margin-top: -.6em;
}

.accordion-box>.ttl .accordion_plus span {
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	left: 0;
	background-color: #156cb1;
}

.accordion-box>.ttl .accordion_plus span:nth-of-type(1) {
	top: 50%;
	transform: rotate(0deg);
}

.accordion-box>.ttl .accordion_plus span:nth-of-type(2) {
	top: 50%;
	transform: rotate(90deg);
}

.accordion-box>.ttl.active .accordion_plus span:nth-of-type(1) {
	transform: rotate(90deg);
	opacity: 0;
}

.accordion-box>.ttl.active .accordion_plus span:nth-of-type(2) {
	transform: rotate(180deg);
}

.accordion-box>.column {
	padding: 1.2em 1.2em;
	border-radius: 0;
	margin: 0 0 10px;
	background-color: #eaeef3;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-weight: 500;
}
}

@media (min-width: 768px) {
h3.service03 {
	text-align: center;
	font-size: 2.3rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

h3.service03 span {
	color: #dae6ec;
	font-size: 7rem;
	font-weight: 400;
	display: block;
	margin-bottom: -20px;
}

.faq_content .title-3 {
	position: relative;
	z-index: 0;
}

.faq_content .title-3>small {
	color: #156cb1;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1;
}

.accordion-wrap {
	border-top: solid 1px #156cb1;
}

.accordion-box {
	border-bottom: solid 1px #156cb1;
}

.accordion-box>.ttl {
	color: #156cb1;
	font-weight: 600;
	line-height: 1.5;
	font-size: 1.8rem;
	padding: 1.5em 3em 1.5em 3em;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
}

.accordion-box>.ttl:before {
	content: "Q.";
	position: absolute;
	left: 0.65em;
	top: 50%;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	margin-top: -.5em;
}

.accordion-box>.ttl .accordion_plus,
.accordion-box>.ttl .accordion_plus span {
	display: inline-block;
	transition: all 0.4s ease;
}

.accordion-box>.ttl .accordion_plus {
	position: absolute;
	right: 1em;
	top: 50%;
	width: 1em;
	height: 1em;
	margin-top: -.6em;
}

.accordion-box>.ttl .accordion_plus span {
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	left: 0;
	background-color: #156cb1;
}

.accordion-box>.ttl .accordion_plus span:nth-of-type(1) {
	top: 50%;
	transform: rotate(0deg);
}

.accordion-box>.ttl .accordion_plus span:nth-of-type(2) {
	top: 50%;
	transform: rotate(90deg);
}

.accordion-box>.ttl.active .accordion_plus span:nth-of-type(1) {
	transform: rotate(90deg);
	opacity: 0;
}

.accordion-box>.ttl.active .accordion_plus span:nth-of-type(2) {
	transform: rotate(180deg);
}

.accordion-box>.column {
	padding: 1.3em 2.5em;
	border-radius: 0;
	margin: 0 0 10px;
	background-color: #eaeef3;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-weight: 500;
}
}

@media (min-width: 992px) {
h3.service03 {
	text-align: center;
	font-size: 2.4rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

h3.service03 span {
	color: #dae6ec;
	font-size: 8rem;
	font-weight: 400;
	display: block;
	margin-bottom: -20px;
}

.faq_content .title-3 {
	position: relative;
	z-index: 0;
}

.faq_content .title-3>small {
	color: #156cb1;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1;
}

.accordion-wrap {
	border-top: solid 1px #156cb1;
}

.accordion-box {
	border-bottom: solid 1px #156cb1;
}

.accordion-box>.ttl {
	color: #156cb1;
	font-weight: 600;
	line-height: 1.5;
	font-size: 1.8rem;
	padding: 1.5em 3em 1.5em 3em;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
}

.accordion-box>.ttl:before {
	content: "Q.";
	position: absolute;
	left: 0.65em;
	top: 50%;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	margin-top: -.5em;
}

.accordion-box>.ttl .accordion_plus,
.accordion-box>.ttl .accordion_plus span {
	display: inline-block;
	transition: all 0.4s ease;
}

.accordion-box>.ttl .accordion_plus {
	position: absolute;
	right: 1em;
	top: 50%;
	width: 1em;
	height: 1em;
	margin-top: -.6em;
}

.accordion-box>.ttl .accordion_plus span {
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	left: 0;
	background-color: #156cb1;
}

.accordion-box>.ttl .accordion_plus span:nth-of-type(1) {
	top: 50%;
	transform: rotate(0deg);
}

.accordion-box>.ttl .accordion_plus span:nth-of-type(2) {
	top: 50%;
	transform: rotate(90deg);
}

.accordion-box>.ttl.active .accordion_plus span:nth-of-type(1) {
	transform: rotate(90deg);
	opacity: 0;
}

.accordion-box>.ttl.active .accordion_plus span:nth-of-type(2) {
	transform: rotate(180deg);
}

.accordion-box>.column {
	padding: 1.3em 2.5em;
	border-radius: 0;
	margin: 0 0 10px;
	background-color: #eaeef3;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-weight: 500;
}
}

@media (min-width: 1200px) {
h3.service03 {
	text-align: center;
	font-size: 2.8rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

h3.service03 span {
	color: #dae6ec;
	font-size: 11rem;
	font-weight: 400;
	display: block;
	margin-bottom: -20px;
}

.faq_content .title-3 {
	position: relative;
	z-index: 0;
}

.faq_content .title-3>small {
	color: #156cb1;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1;
}

.accordion-wrap {
	border-top: solid 1px #156cb1;
}

.accordion-box {
	border-bottom: solid 1px #156cb1;
}

.accordion-box>.ttl {
	color: #156cb1;
	font-weight: 600;
	line-height: 1.5;
	font-size: 1.8rem;
	padding: 1.8em 3em 1.8em 3em;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
}

.accordion-box>.ttl:before {
	content: "Q.";
	position: absolute;
	left: 0.65em;
	top: 50%;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	margin-top: -.5em;
}

.accordion-box>.ttl .accordion_plus,
.accordion-box>.ttl .accordion_plus span {
	display: inline-block;
	transition: all 0.4s ease;
}

.accordion-box>.ttl .accordion_plus {
	position: absolute;
	right: 1em;
	top: 50%;
	width: 1em;
	height: 1em;
	margin-top: -.6em;
}

.accordion-box>.ttl .accordion_plus span {
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	left: 0;
	background-color: #156cb1;
}

.accordion-box>.ttl .accordion_plus span:nth-of-type(1) {
	top: 50%;
	transform: rotate(0deg);
}

.accordion-box>.ttl .accordion_plus span:nth-of-type(2) {
	top: 50%;
	transform: rotate(90deg);
}

.accordion-box>.ttl.active .accordion_plus span:nth-of-type(1) {
	transform: rotate(90deg);
	opacity: 0;
}

.accordion-box>.ttl.active .accordion_plus span:nth-of-type(2) {
	transform: rotate(180deg);
}

.accordion-box>.column {
	padding: 1.5em 2.5em;
	border-radius: 0;
	margin: 0 0 10px;
	background-color: #eaeef3;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-weight: 500;
}
}















/* works.html　施工事例
=========================================================================== */

@media (max-width: 767px) {
	ul.nav_works {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	ul.nav_works li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #4397bb;
		border-radius: 30px;
		font-size: 1.4rem;
		color: #4397bb;
		background-color: #fff;
		padding: 0.4em 0.1em;
		margin-right: 5px;
		margin-bottom: 5px;
		min-width: 100px;
	}

	ul.nav_works li a:hover {
		opacity: 1;
		background-color: #4397bb;
		color: #fff;
	}

	ul.nav_works li.active a {
		background-color: #4397bb;
		color: #fff;
	}
}

@media (min-width: 768px) {
	ul.nav_works {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	ul.nav_works li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #4397bb;
		border-radius: 30px;
		font-size: 1.5rem;
		color: #4397bb;
		background-color: #fff;
		padding: 0.6em 0.3em;
		margin-right: 15px;
		margin-bottom: 15px;
		min-width: 120px;
	}

	ul.nav_works li a:hover {
		opacity: 1;
		background-color: #4397bb;
		color: #fff;
	}

	ul.nav_works li.active a {
		background-color: #4397bb;
		color: #fff;
	}
}

@media (min-width: 992px) {
	ul.nav_works {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	ul.nav_works li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #4397bb;
		border-radius: 30px;
		font-size: 1.5rem;
		color: #4397bb;
		background-color: #fff;
		padding: 0.6em 1.2em;
		margin-right: 15px;
		margin-bottom: 15px;
		min-width: 172px;
	}

	ul.nav_works li a:hover {
		opacity: 1;
		background-color: #4397bb;
		color: #fff;
	}

	ul.nav_works li.active a {
		background-color: #4397bb;
		color: #fff;
	}
}

@media (min-width: 1200px) {
	ul.nav_works {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	ul.nav_works li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #4397bb;
		border-radius: 30px;
		font-size: 1.6rem;
		color: #4397bb;
		background-color: #fff;
		padding: 0.6em 1.64em;
		margin-right: 15px;
		margin-bottom: 15px;
		min-width: 213px;
	}

	ul.nav_works li a:hover {
		opacity: 1;
		background-color: #4397bb;
		color: #fff;
	}

	ul.nav_works li.active a {
		background-color: #4397bb;
		color: #fff;
	}
}


@media (max-width: 767px) {
	.bg_works01 {
		padding: 30px 0 0;
	}
}

@media (min-width: 768px) {
	.bg_works01 {
		padding: 40px 0 0;
	}
}

@media (min-width: 992px) {
	.bg_works01 {
		padding: 40px 0 0;
	}
}

@media (min-width: 1200px) {
	.bg_works01 {
		padding: 50px 0 0;
	}
}


video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
	h3.works {
		font-size: 2rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 15px;
		color: #115c9b;
	}

	h3.works:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: #115c9b;
		margin: 10px auto 2px;
	}

	.inner_works {
		width: 100%;
		margin-bottom: 20px;
				border: 1px solid #eee;
		box-shadow: 3px 3px 9px -8px rgba(0, 0, 0, 0.8);
		position: relative;
	}

.inner_works a {
		display: block;
		width: 100%;
		padding: 10px 10px 20px;
		position: relative;
	}

	.inner_works a:after {
		content: '';
		display: block;
		background: url(../images/icon_works.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 6px;
		position: absolute;
		right: 15px;
		bottom: 12px;
	}

	.inner_works .pic {
		margin-bottom: 10px;
	}

	h4.ttl_works {
		font-size: 1.6rem;
		color: #333;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	p.icon_new {
		position: absolute;
		left: 5px;
		top: 5px;
		background-color: #d60505;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 600;
		font-family: "Roboto Condensed", sans-serif;
		padding: 0 0.1em;
	}
}

@media (min-width: 768px) {
	h3.works {
		font-size: 2.2rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 20px;
		color: #115c9b;
	}

	h3.works:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: #115c9b;
		margin: 15px auto 2px;
	}

	.inner_works {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
				border: 1px solid #eee;
		box-shadow: 3px 3px 9px -8px rgba(0, 0, 0, 0.8);
		position: relative;
	}

	.inner_works:nth-of-type(3n) {
		margin-right: 0;
	}

	.inner_works a {
		display: block;
		width: 100%;
		padding: 10px 10px 20px;
		position: relative;
	}

	.inner_works a:after {
		content: '';
		display: block;
		background: url(../images/icon_works.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 6px;
		position: absolute;
		right: 15px;
		bottom: 12px;
	}

	.inner_works .pic {
		margin-bottom: 20px;
	}

	h4.ttl_works {
		font-size: 1.6rem;
		color: #333;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	p.icon_new {
		position: absolute;
		left: 5px;
		top: 5px;
		background-color: #d60505;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 600;
		font-family: "Roboto Condensed", sans-serif;
		padding: 0 0.1em;
	}
}

@media (min-width: 992px) {
	h3.works {
		font-size: 2.6rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 20px;
		color: #115c9b;
	}

	h3.works:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: #115c9b;
		margin: 15px auto 2px;
	}

	.inner_works {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 25px;
				border: 1px solid #eee;
		box-shadow: 3px 3px 9px -8px rgba(0, 0, 0, 0.8);
		position: relative;
	}

	.inner_works:nth-of-type(3n) {
		margin-right: 0;
	}

	.inner_works a {
		display: block;
		width: 100%;
		padding: 10px 10px 20px;
		position: relative;
	}

	.inner_works a:after {
		content: '';
		display: block;
		background: url(../images/icon_works.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 6px;
		position: absolute;
		right: 15px;
		bottom: 12px;
	}

	.inner_works .pic {
		margin-bottom: 20px;
	}

	h4.ttl_works {
		font-size: 1.7rem;
		color: #333;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	p.icon_new {
		position: absolute;
		left: 5px;
		top: 5px;
		background-color: #d60505;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 600;
		font-family: "Roboto Condensed", sans-serif;
		padding: 0 0.1em;
	}
}

@media (min-width: 1200px) {
	h3.works {
		font-size: 3rem;
		font-family: "Shippori Mincho B1", serif;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 25px;
		color: #115c9b;
	}

	h3.works:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: #115c9b;
		margin: 20px auto 30px;
	}

	.inner_works {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 25px;
		border: 1px solid #eee;
		box-shadow: 3px 3px 9px -8px rgba(0, 0, 0, 0.8);
		position: relative;
	}

	.inner_works:nth-of-type(3n) {
		margin-right: 0;
	}

	.inner_works a {
		display: block;
		width: 100%;
		padding: 10px 10px 20px;
		position: relative;
	}

	.inner_works a:after {
		content: '';
		display: block;
		background: url(../images/icon_works.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 6px;
		position: absolute;
		right: 15px;
		bottom: 12px;
	}

	.inner_works .pic {
		margin-bottom: 20px;
	}

	h4.ttl_works {
		font-size: 1.8rem;
		color: #333;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	p.icon_new {
		position: absolute;
		left: 5px;
		top: 5px;
		background-color: #d60505;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 600;
		font-family: "Roboto Condensed", sans-serif;
		padding: 0 0.1em;
	}
}

.ofi_works {
	height: 0;
	display: block;
	padding-bottom: 67%;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.ofi_works 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;
}


.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 67%;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

.photo-ofi video {
	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;
}

.ofi_works video {
	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;
}

.photo_detail video {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}


@media (max-width: 359px) {
	div.paging {
		text-align: center;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #0d8ec5;
		border: 1px solid #0d8ec5;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
		border-radius: 3px;
	}

	div.paging span.paging-text a {
		padding: 3px 5px;
		display: block;
		color: #0d8ec5;
		background-color: #fff;
	}

	div.paging span.current {
		background: #0d8ec5;
		border: 1px solid #0d8ec5;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 3px 5px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #0d8ec5;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}

@media (min-width: 360px) {
	div.paging {
		text-align: center;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #0d8ec5;
		border: 1px solid #0d8ec5;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
		border-radius: 5px;
	}

	div.paging span.paging-text a {
		padding: 4px 8px;
		display: block;
		color: #0d8ec5;
		background-color: #fff;
	}

	div.paging span.current {
		background: #0d8ec5;
		border: 1px solid #0d8ec5;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 4px 8px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #0d8ec5;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}

@media (min-width: 768px) {
	div.paging {
		text-align: center;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #0d8ec5;
		border: 1px solid #0d8ec5;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
		border-radius: 5px;
	}

	div.paging span.paging-text a {
		padding: 5px 13px;
		display: block;
		color: #0d8ec5;
		background-color: #fff;
	}

	div.paging span.current {
		background: #0d8ec5;
		border: 1px solid #0d8ec5;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 5px 13px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #0d8ec5;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}




/* works_view.html　施工事例詳細
=========================================================================== */

@media (max-width: 767px) {
.bg_view01 {
	padding: 30px 0 0;
}

h3.works_view {
	color: #16365C;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-bottom: 8px;
	border-bottom: 2px solid #16365C;
	margin-bottom: 15px;
}

.cont_works_view {
	margin: 15px 0;
	font-size: 1.5rem;
	line-height: normal;
	background-color: #f3f3f3;
	padding: 15px 20px;
}
}

@media (min-width: 768px) {
.bg_view01 {
	padding: 40px 0 0;
}

h3.works_view {
	color: #16365C;
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 2px solid #16365C;
	margin-bottom: 20px;
}

.cont_works_view {
	margin: 15px 0;
	font-size: 1.5rem;
	line-height: normal;
	background-color: #f3f3f3;
	padding: 25px 25px;
}
}

@media (min-width: 992px) {
.bg_view01 {
	padding: 50px 0 0;
}

h3.works_view {
	color: #16365C;
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 2px solid #16365C;
	margin-bottom: 20px;
}

.cont_works_view {
	margin: 20px 0;
	font-size: 1.5rem;
	line-height: normal;
	background-color: #f3f3f3;
	padding: 30px 30px;
}
}

@media (min-width: 1200px) {
.bg_view01 {
	padding: 70px 0 0;
}

h3.works_view {
	color: #16365C;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 2px solid #16365C;
	margin-bottom: 30px;
}

.cont_works_view {
	margin: 20px 0;
	font-size: 1.5rem;
	line-height: normal;
	background-color: #f3f3f3;
	padding: 30px 30px;
}
}


@media (max-width: 767px) {
	.slider-wrap {
		width: 100%;
		margin: 0 auto 30px;
	}

	.slick-slide {
		/* margin-right: 10px; */
	}

	.slick-slide:hover img {
		opacity: 0.8 !important;
	}

	.slick-slide img {
		transition: 0.2s !important;
	}

	.slick-prev:before,
	.slick-next:before {
		color: #333 !important;
		content: "\f104" !important;
		font-family: 'Font Awesome\ 5 Free' !important;
		font-weight: 900 !important;
		margin-right: 0;
	}

	.slick-next:before {
		content: "\f105" !important;
	}

	.photo_detail {
		height: 0;
		display: block;
		padding-bottom: 65%;
		background-color: #F7F7F7;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}

	.photo_detail img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media (min-width: 768px) {
	.slider-wrap {
		margin: 0 auto 30px;
	}

	.slick-slide {
		margin-right: 10px;
	}

	.slick-slide:hover img {
		opacity: 0.8 !important;
	}

	.slick-slide img {
		transition: 0.2s !important;
	}

	.slick-prev:before,
	.slick-next:before {
		color: #333 !important;
		content: "\f104" !important;
		font-family: 'Font Awesome\ 5 Free' !important;
		font-weight: 900 !important;
		margin-right: 8px;
	}

	.slick-next:before {
		content: "\f105" !important;
	}

	.photo_detail {
		height: 0;
		display: block;
		padding-bottom: 65%;
		background-color: #F7F7F7;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}

	.photo_detail img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media (min-width: 992px) {
	.slider-wrap {
		margin: 0 auto 30px;
		max-width: 940px;
	}

	.slick-slide {
		margin-right: 10px;
	}

	.slick-slide:hover img {
		opacity: 0.8 !important;
	}

	.slick-slide img {
		transition: 0.2s !important;
	}

	.slick-prev:before,
	.slick-next:before {
		color: #333 !important;
		content: "\f104" !important;
		font-family: 'Font Awesome\ 5 Free' !important;
		font-weight: 900 !important;
		margin-right: 8px;
	}

	.slick-next:before {
		content: "\f105" !important;
	}

	.photo_detail {
		height: 0;
		display: block;
		padding-bottom: 65%;
		background-color: #F7F7F7;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}

	.photo_detail img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		font-family: 'object-fit: scale-down;';
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media (max-width: 767px) {

	.slick-arrow_prev,
	.slick-arrow_next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 2.6rem;
		opacity: 1;
		text-shadow: 1px 4px 7px rgba(0, 0, 0, 0.15);
		cursor: pointer;
		z-index: 99;
		color: #8b8b8b;
		display: block !important;
	}

	.slick-arrow_prev {
		left: -15px;
	}

	.slick-arrow_next {
		right: -25px;
	}

	.slick-arrow_prev:after {
		content: "\f0a8";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.slick-arrow_next:after {
		content: "\f0a9";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.slick-arrow_prev i {
		font-size: 100px;
		font-weight: 400;
	}

	.slick-slide {
		position: relative;
	}

	.slick-slide .caption {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		padding: 5px 5px 5px 5px;
		background: rgba(65, 65, 65, 0.88);
		color: #fff;
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
	}
}

@media (min-width: 768px) {

	.slick-arrow_prev,
	.slick-arrow_next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 3rem;
		opacity: 1;
		text-shadow: 1px 4px 7px rgba(0, 0, 0, 0.15);
		cursor: pointer;
		z-index: 99;
		color: #8b8b8b;
		display: block !important;
	}

	.slick-arrow_prev {
		left: -25px;
	}

	.slick-arrow_next {
		right: -25px;
	}

	.slick-arrow_prev:after {
		content: "\f0a8";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.slick-arrow_next:after {
		content: "\f0a9";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.slick-arrow_prev i {
		font-size: 100px;
		font-weight: 400;
	}

	.slick-slide {
		position: relative;
	}

	.slick-slide .caption {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		padding: 5px 5px 5px 5px;
		background: rgba(65, 65, 65, 0.88);
		color: #fff;
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
	}
}

@media (min-width: 992px) {

	.slick-arrow_prev,
	.slick-arrow_next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 3rem;
		opacity: 1;
		text-shadow: 1px 4px 7px rgba(0, 0, 0, 0.15);
		cursor: pointer;
		z-index: 99;
		color: #8b8b8b;
		display: block !important;
	}

	.slick-arrow_prev {
		left: -30px;
	}

	.slick-arrow_next {
		right: -30px;
	}

	.slick-arrow_prev:after {
		content: "\f0a8";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.slick-arrow_next:after {
		content: "\f0a9";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.slick-arrow_prev i {
		font-size: 100px;
		font-weight: 400;
	}

	.slick-slide {
		position: relative;
	}

	.slick-slide .caption {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		padding: 10px 10px 15px 10px;
		background: rgba(65, 65, 65, 0.88);
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: center;
	}
}

@media (min-width: 1200px) {

	.slick-arrow_prev,
	.slick-arrow_next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 36px;
		opacity: 1;
		text-shadow: 1px 4px 7px rgba(0, 0, 0, 0.15);
		cursor: pointer;
		z-index: 99;
		color: #8b8b8b;
		display: block !important;
	}

	.slick-arrow_prev {
		left: -40px;
	}

	.slick-arrow_next {
		right: -40px;
	}

	.slick-arrow_prev:after {
		content: "\f0a8";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.slick-arrow_next:after {
		content: "\f0a9";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.slick-arrow_prev i {
		font-size: 100px;
		font-weight: 400;
	}

	.slick-slide {
		position: relative;
	}

	.slick-slide .caption {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		padding: 10px 10px 15px 10px;
		background: rgba(65, 65, 65, 0.88);
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: center;
	}
}






.photo_view {
	height: 0;
	display: block;
	padding-bottom: 65%;
	background-color: #fff;
	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;
}


@media (max-width: 767px) {
	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 140px;
		height: 50px;
		background-color: #656869;
		border-radius: 7px;
		color: #fff;
		font-size: 1.5rem;
		margin: 25px auto 0;
		text-align: center;
	}

	p.btn_back a:before {
		content: '';
		display: block;
		background: url(../images/icon_view_back.png) 0 0 /contain no-repeat;
		width: 21px;
		height: 18px;
		margin-right: 8px;
		flex-shrink: 0;
	}
}

@media (min-width: 768px) {
	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 210px;
		height: 54px;
		background-color: #656869;
		border-radius: 7px;
		color: #fff;
		font-size: 1.6rem;
		margin: 40px auto 0;
		text-align: center;
	}

	p.btn_back a:before {
		content: '';
		display: block;
		background: url(../images/icon_view_back.png) 0 0 /contain no-repeat;
		width: 21px;
		height: 18px;
		margin-right: 8px;
		flex-shrink: 0;
	}
}



/* company.html　会社案内
=========================================================================== */

@media (max-width: 767px) {
	.bg_company01 {
		padding: 30px 0 30px;
		background: linear-gradient(to bottom, #309af0, #0b62b9);
		color: #fff;
	}

	.pic_company01 {
		flex-shrink: 0;
		width: 220px;
		margin: 20px auto 0;
	}

	.cont_company01 p.text {
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}

	p.name_company01 {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		margin-top: 15px;
	}

	p.name_company01 span {
		display: block;
		font-size: 1.5rem;
	}

	h3.sub {
				font-family: "Shippori Mincho B1", serif;
						font-weight: 400;
		text-align: center;
		font-size: 2.2rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	h3.sub span {
		display: block;
		font-size: 1.5rem;
		line-height: 1;
		text-align: center;
		color: #d9151b;
		margin-bottom: 7px;
	}

	.bg_company01 h3.sub {
		margin-bottom: 18px;
	}

	.bg_company02 {
		padding: 40px 0 40px;
	}

	.bg_company03 {
		padding: 0 0 30px;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8f5ff;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 80px;
		font-weight: 600;
		color: #1b7bca;
		position: relative;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 10px;
		background-color: #1b7bca;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	table.company td {
		font-size: 1.6rem;
		padding: 20px 20px 20px 20px;
	}

	.access_map {
		position: relative;
		margin-bottom: 20px;
	}

	.access_map iframe {
		width: 100%;
		height: 400px;
		margin-top: 10px;
		border-radius: 20px;
	}

	ul.info_access {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	ul.info_access li {
		font-size: 1.5rem;
		display: flex;
		flex-direction: row;
		letter-spacing: 0.05em;
		background-color: #f5f5f5;
		padding: 15px 25px;
		margin-bottom: 15px;
	}

	ul.info_access li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 26px;
		flex-shrink: 0;
		margin-right: 15px;
		margin-top: 3px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 40px;
		border-radius: 7px;
		border: 1px solid #1b7bca;
		font-size: 1.2rem;
		background-color: #fff;
		color: #1b7bca;
		margin: 0 auto;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #1b7bca;
		color: #fff;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_company01 {
		padding: 40px 0 40px;
		background: linear-gradient(to bottom, #309af0, #0b62b9);
		color: #fff;
	}

	.pic_company01 {
		width: 240px;
		margin-right: 20px;
		flex-shrink: 0;
	}

	.cont_company01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	p.name_company01 {
		text-align: right;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		margin-top: 10px;
	}

	p.name_company01 span {
		display: block;
		font-size: 1.5rem;
	}
	h3.sub {
						font-family: "Shippori Mincho B1", serif;
						font-weight: 400;
		text-align: center;
		font-size: 2.2rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h3.sub span {
		display: block;
		font-size: 1.6rem;
		line-height: 1;
		text-align: center;
		color: #d9151b;
		margin-bottom: 7px;
	}

	.bg_company02 {
		padding: 50px 0 50px;
	}

	.bg_company03 {
		padding: 0;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8f5ff;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 240px;
		font-weight: 500;
		color: #1b7bca;
		position: relative;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 10px;
		background-color: #1b7bca;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	table.company td {
		font-size: 1.6rem;
		padding: 20px 20px 20px 80px;
	}


	.access_map {
		position: relative;
		margin-bottom: 20px;
	}

	.access_map iframe {
		width: 100%;
		height: 400px;
		margin-top: 10px;
		border-radius: 20px;
	}

	ul.info_access {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	ul.info_access li {
		font-size: 1.6rem;
		display: flex;
		flex-direction: row;
		letter-spacing: 0.05em;
		background-color: #f5f5f5;
		padding: 15px 25px;
	}

	ul.info_access li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 26px;
		flex-shrink: 0;
		margin-right: 15px;
		margin-top: 3px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 50px;
		border-radius: 7px;
		border: 1px solid #1b7bca;
		font-size: 1.2rem;
		background-color: #fff;
		color: #1b7bca;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #1b7bca;
		color: #fff;
	}
}

@media (min-width: 992px) {
	.bg_company01 {
		padding: 50px 0 50px;
		background: linear-gradient(to bottom, #309af0, #0b62b9);
		color: #fff;
	}

	.pic_company01 {
		width: 280px;
		margin-right: 30px;
		flex-shrink: 0;
	}

	.cont_company01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	p.name_company01 {
		text-align: right;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-top: 15px;
	}

	p.name_company01 span {
		display: block;
		font-size: 1.7rem;
	}

	h3.sub {
						font-family: "Shippori Mincho B1", serif;
						font-weight: 400;
		text-align: center;
		font-size: 2.4rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h3.sub span {
		display: block;
		font-size: 1.8rem;
		line-height: 1;
		text-align: center;
		color: #d9151b;
		margin-bottom: 7px;
	}

	.bg_company02 {
		padding: 50px 0 50px;
	}

	.bg_company03 {
		padding: 0;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8f5ff;
	}

	table.company th {
		font-size: 1.6rem;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 240px;
		font-weight: 500;
		color: #1b7bca;
		position: relative;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 10px;
		background-color: #1b7bca;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	table.company td {
		font-size: 1.6rem;
		padding: 20px 20px 20px 80px;
	}

	.access_map {
		position: relative;
		margin-bottom: 20px;
	}

	.access_map iframe {
		width: 100%;
		height: 440px;
		margin-top: 10px;
		border-radius: 20px;
	}

	ul.info_access {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	ul.info_access li {
		font-size: 1.7rem;
		display: flex;
		flex-direction: row;
		letter-spacing: 0.05em;
		background-color: #f5f5f5;
		padding: 15px 25px;
	}

	ul.info_access li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 26px;
		flex-shrink: 0;
		margin-right: 15px;
		margin-top: 3px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 50px;
		border-radius: 7px;
		border: 1px solid #1b7bca;
		font-size: 1.2rem;
		background-color: #fff;
		color: #1b7bca;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #1b7bca;
		color: #fff;
	}
}

@media (min-width: 1200px) {
	.bg_company01 {
		padding: 70px 0 70px;
		background: linear-gradient(to bottom, #309af0, #0b62b9);
		color: #fff;
	}

	.pic_company01 {
		width: 300px;
		margin-right: 50px;
	}

	.cont_company01 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
	}

	p.name_company01 {
		text-align: right;
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		margin-top: 20px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 600;
	}

	p.name_company01 span {
		display: block;
		font-size: 1.7rem;
	}

	.pic_company01 {
		width: 340px;
		flex-shrink: 0;
		margin-right: 50px;
	}

	h3.sub {
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-size: 2.7rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h3.sub span {
		display: block;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		letter-spacing: 0.05em;
		font-size: 2.1rem;
		line-height: 1;
		text-align: center;
		color: #d9151b;
		margin-bottom: 10px;
	}

	.bg_company02 {
		padding: 70px 0 70px;
	}

	.bg_company03 {
		padding: 0;
	}

	table.company {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.company tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}

	table.company tr:nth-of-type(even) {
		background-color: #e8f5ff;
	}

	table.company th {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		padding: 20px 10px 20px 10px;
		text-align: center;
		width: 270px;
		font-weight: 500;
		color: #1b7bca;
		position: relative;
	}

	table.company th:after {
		content: '';
		display: block;
		width: 1px;
		height: 10px;
		background-color: #1b7bca;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	table.company td {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		padding: 20px 20px 20px 80px;
	}

	.access_map {
		position: relative;
		margin-bottom: 20px;
	}

	.access_map iframe {
		width: 100%;
		height: 500px;
		margin-top: 10px;
		border-radius: 20px;
	}

	ul.info_access {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	ul.info_access li {
		font-size: 1.7rem;
		display: flex;
		flex-direction: row;
		letter-spacing: 0.05em;
		background-color: #f5f5f5;
		padding: 15px 25px;
	}

	ul.info_access li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 48px;
		height: 26px;
		flex-shrink: 0;
		margin-right: 15px;
		margin-top: 3px;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 54px;
		border-radius: 7px;
		border: 1px solid #1b7bca;
		font-size: 1.4rem;
		background-color: #fff;
		color: #1b7bca;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 5px;
	}

	p.btn_map a:hover {
		opacity: 1;
		background-color: #1b7bca;
		color: #fff;
	}
}







/* estimate.html　見積もり依頼
=========================================================================== */

@media (max-width: 767px) {
.bg_estimate01 {
	padding: 30px 0 0;
}

.inner_estimate {
	border: 1px solid #1d87b8;
	margin: 0 0 40px;
}

.inner_estimate>h3 {
	margin: 0;
	padding: 7px 10px;
	background-color: #1d87b8;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.15em;
}

.inner_estimate>.inner {
	padding: 15px 10px 15px;
}

.cont_estimate {
	width: 100%;
}

.pic_estimate {
	width: 100%;
	text-align: right;
	margin-top: 20px;
}

.pic_estimate .pic img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.estimate_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 0;
	font-size: 1.6rem;
}

.estimate_row {
	margin-bottom: 0;
}

.estimate_row dt {
	width: 100px;
	color: #14688f;
	font-weight: 700;
	padding-left: 1em;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.estimate_row dd {
	flex: 1;
	margin: 0;
	text-align: right;
	padding-right: 1em;
}

.size_row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.size_row dt {
	position: relative;
	width: 100%;
}

.size_row dt span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.4rem;
}

.size_row dd {
	margin-left: 15px;
}

.size_row dd {
	text-align: left;
}

.size_inputs {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.size_inputs input {
	width: 90px;
	padding: 5px 8px;
	border: 1px solid #1f95cc;
	text-align: center;
	font-size: 1.6rem;
}

.size_inputs .batsu {
	margin: 0 0;
}

.size_inputs .unit {
	margin-left: 10px;
	font-size: 1.3rem;
}

.subtotal_row {
	background-color: #f4f4f4;
	padding: 10px 12px;
	margin-top: 8px;
}

.subtotal_row dt {
	font-weight: 700;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.subtotal_row dd {
	font-size: 1.7rem;
	padding-right: 0.2em;
}
}

@media (min-width: 768px) and (max-width:991px) {
.bg_estimate01 {
	padding: 50px 0 0;
}

.inner_estimate {
	border: 1px solid #1d87b8;
	margin: 0 0 40px;
}

.inner_estimate>h3 {
	margin: 0;
	padding: 12px 10px;
	background-color: #1d87b8;
	color: #fff;
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.15em;
}

.inner_estimate>.inner {
	padding: 30px 20px 15px;
}

.cont_estimate {
	width: 53%;
}

.pic_estimate {
	width: 43%;
	text-align: right;
}

.pic_estimate .pic img {
	max-width: 100%;
	height: auto;
}

.estimate_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 0;
	font-size: 1.6rem;
}

.estimate_row dt {
	width: 100px;
	color: #14688f;
	font-weight: 700;
	padding-left: 1em;
	font-size: 1.6rem;
}

.estimate_row dd {
	flex: 1;
	margin: 0;
	text-align: right;
	padding-right: 1em;
}

.size_row dd {
	text-align: left;
}

.size_inputs {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.size_inputs input {
	width: 80px;
	padding: 5px 8px;
	border: 1px solid #1f95cc;
	text-align: center;
	font-size: 1.6rem;
}

.size_inputs .batsu {
	margin: 0 0;
}

.size_inputs .unit {
	margin-left: 10px;
	font-size: 1.3rem;
}

.subtotal_row {
	background-color: #f4f4f4;
	padding: 16px 12px;
	margin-top: 8px;
}

.subtotal_row dt {
	font-weight: 700;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.subtotal_row dd {
	font-size: 1.7rem;
	padding-right: 0.2em;
}
}

@media (min-width: 992px) {
.bg_estimate01 {
	padding: 60px 0 0;
}

.inner_estimate {
	border: 1px solid #1d87b8;
	margin: 0 0 40px;
}

.inner_estimate>h3 {
	margin: 0;
	padding: 12px 10px;
	background-color: #1d87b8;
	color: #fff;
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.15em;
}

.inner_estimate>.inner {
	padding: 30px 40px 15px;
}

.cont_estimate {
	width: 50%;
}

.pic_estimate {
	width: 45%;
	text-align: right;
}

.pic_estimate .pic img {
	max-width: 100%;
	height: auto;
}

.estimate_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 0;
	font-size: 1.6rem;
}

.estimate_row dt {
	width: 120px;
	color: #14688f;
	font-weight: 700;
	padding-left: 1em;
}

.estimate_row dd {
	flex: 1;
	margin: 0;
	text-align: right;
	padding-right: 1em;
}

.size_row dd {
	text-align: left;
}

.size_inputs {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.size_inputs input {
	width: 105px;
	padding: 5px 8px;
	border: 1px solid #1f95cc;
	text-align: center;
	font-size: 1.6rem;
}

.size_inputs .batsu {
	margin: 0 5px;
}

.size_inputs .unit {
	margin-left: 10px;
	font-size: 1.3rem;
}

.subtotal_row {
	background-color: #f4f4f4;
	padding: 16px 12px;
	margin-top: 8px;
}

.subtotal_row dt {
	font-weight: 700;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.subtotal_row dd {
	font-size: 1.7rem;
	padding-right: 0.2em;
}
}

@media (min-width: 1200px) {
.bg_estimate01 {
	padding: 70px 0 0;
}

.inner_estimate {
	border: 1px solid #1d87b8;
	margin: 0 0 50px;
}

.inner_estimate>h3 {
	margin: 0;
	padding: 14px 10px;
	background-color: #1d87b8;
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.15em;
}

.inner_estimate>.inner {
	padding: 30px 70px 15px;
}

.cont_estimate {
	width: 50%;
}

.pic_estimate {
	width: 45%;
	text-align: right;
}

.pic_estimate .pic img {
	max-width: 100%;
	height: auto;
}

.estimate_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 0;
	font-size: 1.6rem;
}

.estimate_row dt {
	width: 120px;
	color: #14688f;
	font-weight: 700;
	padding-left: 1em;
}

.estimate_row dd {
	flex: 1;
	margin: 0;
	text-align: right;
	padding-right: 1em;
}

.size_row dd {
	text-align: left;
}

.size_inputs {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.size_inputs input {
	width: 105px;
	padding: 5px 8px;
	border: 1px solid #1f95cc;
	text-align: center;
	font-size: 1.6rem;
}

.size_inputs .batsu {
	margin: 0 5px;
}

.size_inputs .unit {
	margin-left: 10px;
	font-size: 1.3rem;
}

.subtotal_row {
	background-color: #f4f4f4;
	padding: 16px 12px;
	margin-top: 8px;
}

.subtotal_row dt {
	font-weight: 700;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.subtotal_row dd {
	font-size: 1.7rem;
	padding-right: 0.2em;
}

}


@media (max-width: 767px) {
.info_estimate {
	padding: 20px 15px 35px;
	display: flex;
	flex-direction: column;
	background-color: #f5f5f5;
}

.name_area {
	width: 100%;
}

.btn_area {
	width: 100%;
	text-align: center;
}

table.name_inputs {
	width: 100%;
}

table.name_inputs th {
	width: 100%;
	display: block;
	background-color: #f5f5f5;
	font-size: 1.6rem;
	padding: 0.5em 1em 0;
	text-align: left;
}

table.name_inputs td {
	width: 100%;
	display: block;
	background-color: #f5f5f5;
	font-size: 1.6rem;
	padding: 0.5em 1em;
}

table.name_inputs input {
	        width: 100%;
        padding: 8px 12px;
        border: 1px solid #1f95cc;
        font-size: 1.6rem;
}

table.name_inputs ::placeholder {
	font-size: 1.7rem;
}

.btn_print {
  appearance: none;
  border: 1px solid #135aa5;
  background: #135aa5;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 1.7rem;
  cursor: pointer;
  width: 100%;
  max-width: 220px;
  margin: 20px auto 0;
  transition: 0.3s;
    display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn_print:before {
content: '';
display: block;
background: url(../images/icon_print.png) 0 0 /contain no-repeat;
width: 26px;
height: 26px;
margin-right: 8px;
}

.btn_print:hover { opacity: .9;
 }
}

@media (min-width: 768px) {
.info_estimate {
	padding: 30px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
}

.name_area {
	width: 60%;
}

.btn_area {
	width: 35%;
}

table.name_inputs {
	width: 100%;
}

table.name_inputs th {
	width: 22%;
	background-color: #f5f5f5;
	font-size: 1.6rem;
	padding: 1em 1em;
	text-align: left;
}

table.name_inputs td {
	width: 70%;
	background-color: #f5f5f5;
	font-size: 1.6rem;
	padding: 0.6em 1em;
}

table.name_inputs input {
	        width: 100%;
        padding: 8px 12px;
        border: 1px solid #1f95cc;
        font-size: 1.7rem;
}

table.name_inputs ::placeholder {
	font-size: 1.7rem;
}

.btn_print {
  appearance: none;
  border: 1px solid #135aa5;
  background: #135aa5;
  color: #fff;
  padding: 15px 14px;
  border-radius: 10px;
  font-size: 1.8rem;
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
    display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn_print:before {
content: '';
display: block;
background: url(../images/icon_print.png) 0 0 /contain no-repeat;
width: 26px;
height: 26px;
margin-right: 8px;
}

.btn_print:hover { opacity: .9;
 }

}

@media (min-width: 992px) {
.info_estimate {
	padding: 35px 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
}

.name_area {
	width: 65%;
}

.btn_area {
	width: 30%;
}

table.name_inputs {
	width: 100%;
}

table.name_inputs th {
	width: 15%;
	background-color: #f5f5f5;
	font-size: 1.7rem;
	padding: 1em 1em;
	text-align: left;
}

table.name_inputs td {
	width: 70%;
	background-color: #f5f5f5;
	font-size: 1.7rem;
	padding: 0.6em 1em;
}

table.name_inputs input {
	        width: 100%;
        padding: 8px 12px;
        border: 1px solid #1f95cc;
        font-size: 1.7rem;
}

table.name_inputs ::placeholder {
	font-size: 1.7rem;
}

.btn_print {
  appearance: none;
  border: 1px solid #135aa5;
  background: #135aa5;
  color: #fff;
  padding: 15px 14px;
  border-radius: 10px;
  font-size: 2rem;
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn_print:before {
content: '';
display: block;
background: url(../images/icon_print.png) 0 0 /contain no-repeat;
width: 26px;
height: 26px;
margin-right: 8px;
}

.btn_print:hover { opacity: .9; }

}










/* contact.html　お問い合わせ
=========================================================================== */

@media (max-width: 767px) {
	.bg_contact01 {
		padding: 30px 0 30px;
		background: linear-gradient(to bottom, #309af0, #0b62b9);
	}

	.bg_contact02 {
		padding: 40px 0 30px;
	}

	#contact01 h3.sub,
	#contact02 h3.sub {
		font-size: 1.8rem;
	}

	.bg_contact01 h3.sub {
		color: #fff;
		margin-bottom: 15px;
	}

	.inner_contact01 {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 15px;
		border: 1px solid #1e85d7;
		background-color: #ffffff;
		border-radius: 10px;
	}

	.inner_contact01 .info:first-child {
		margin-bottom: 15px;
	}

	p.tel_contact01 {
		font-size: 2.8rem;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 21px;
		height: 32px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.3rem;
		margin-top: 3px;
	}

	p.fax_contact01 {
		font-size: 2.8rem;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
		margin-right: 7px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	span.icon_red {
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		line-height: 16px;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.bg_contact01 {
		padding: 40px 0 50px;
		background: linear-gradient(to bottom, #309af0, #0b62b9);
	}

	.bg_contact02 {
		padding: 50px 0 50px;
	}

	.bg_contact01 h3.sub {
		color: #fff;
	}

	.inner_contact01 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 30px 50px;
		border: 1px solid #1e85d7;
		background-color: #ffffff;
		border-radius: 10px;
	}

	.inner_contact01 .info:first-child {
		margin-right: 50px;
	}

	p.tel_contact01 {
		font-size: 3.3rem;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 38px;
		margin-right: 8px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.4rem;
	}

	p.fax_contact01 {
		font-size: 3.3rem;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 37px;
		margin-right: 8px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	span.icon_red {
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		line-height: 16px;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	.bg_contact01 {
		padding: 50px 0 70px;
		background: linear-gradient(to bottom, #309af0, #0b62b9);
	}

	.bg_contact02 {
		padding: 70px 0 70px;
	}

	.bg_contact01 h3.sub {
		color: #fff;
	}

	.inner_contact01 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 30px 50px;
		border: 1px solid #1e85d7;
		background-color: #ffffff;
		border-radius: 10px;
	}

	.inner_contact01 .info:first-child {
		margin-right: 100px;
	}

	p.tel_contact01 {
		font-size: 3.6rem;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 38px;
		margin-right: 8px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.4rem;
	}

	p.fax_contact01 {
		font-size: 3.6rem;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 37px;
		margin-right: 8px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	span.icon_red {
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		line-height: 16px;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_contact01 {
		padding: 50px 0 70px;
		background: linear-gradient(to bottom, #309af0, #0b62b9);
	}

	.bg_contact02 {
		padding: 70px 0 20px;
	}

	.bg_contact01 h3.sub {
		color: #fff;
	}

	.inner_contact01 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 30px 50px;
		border: 1px solid #1e85d7;
		background-color: #ffffff;
		border-radius: 10px;
	}

	.inner_contact01 .info:first-child {
		margin-right: 100px;
	}

	p.tel_contact01 {
		font-size: 4rem;
		font-weight: 500;
		font-family: 'Roboto', sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 47px;
		margin-right: 8px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	#contact01 p.hour {
		text-align: center;
		font-size: 1.4rem;
	}

	p.fax_contact01 {
		font-size: 4rem;
		font-weight: 500;
		font-family: 'Roboto', sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 47px;
		height: 47px;
		margin-right: 8px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	span.icon_red {
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		line-height: 16px;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (max-width: 991px) {
	#contact02 {
		margin-top: -80px;
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	#contact02 {
		margin-top: -120px;
		padding-top: 120px;
	}
}

label {
	margin-bottom: 0;
}

span.red {
	color: #D80C0C;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 8px;
		font-size: 1.5rem;
		font-weight: 500;
		color: #333;
		background-color: #d4e1eb;
		padding: 0.4em 0.8em;
		border-radius: 5px;
	}

	table.contact td {
		display: block;
		margin-bottom: 10px;
		font-size: 1.5rem;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact {
		width: 100%;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 31%;
		padding: 10px 10px 10px 20px;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td {
		padding: 10px 10px 10px 20px;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	table.contact {
		width: 100%;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 28%;
		padding: 10px 10px 10px 20px;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td {
		padding: 10px 10px 10px 20px;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		width: 25%;
		padding: 15px 10px 15px 20px;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		margin: 0 15px;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	p.ttl_contact02 {
		font-size: 1.5rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 20px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	p.ttl_contact02 {
		font-size: 1.8rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 15px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	p.ttl_contact02 {
		font-size: 1.9rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 15px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 32px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		line-height: 16px;
		margin-left: 10px;
		float: right;
		margin-top: 2px;
		border-radius: 3px;
	}
}

@media (min-width: 768px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		line-height: 16px;
		margin-left: 15px;
		float: right;
		margin-right: 5px;
		border-radius: 3px;
	}

	/* table.contact th.any:after {
		content: '任意';
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #dddddd;
		text-align: center;
		color: #333;
		font-size: 1rem;
		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 #ccc;
		font-size: 1.6rem;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.7rem;
	}
}

p.text_red {
	color: #ff0000;
	margin-bottom: 3px;
}

@media (max-width: 767px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 130px !important;
	}

	table.contact td input.form150 {
		width: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.2em;
		font-size: 1.4rem;
	}

	table.contact label {
		font-size: 1.4rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.4rem;
	}

	.place_mini ::placeholder {
		color: #fff !important;
	}

	table.contact .place_mini input.form130 {
		width: 55px !important;
		margin-bottom: 5px;
		padding: 0.4em 0.5em !important;
	}
}

@media (min-width: 768px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 100px !important;
	}

	table.contact td input.form150 {
		width: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.4rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.6rem;
	}

	.place_mini ::placeholder {
		font-size: 1.6rem !important;
	}
}

@media (max-width: 767px) {
	.mt_form {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.mt_form {
		margin-top: 15px;
	}
}

.radio_mb {
	margin: 10px 0;
}

@media (max-width: 500px) {
	select {
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ccc;
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ccc;
		background-color: #fff;
		font-size: 1.8rem;
	}
}

@media (max-width: 767px) {
	h4.privacy {
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.inner_privacy {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.3rem;
		line-height: normal;
		padding: 15px 15px 10px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #ededed;
		margin-bottom: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 1.3rem;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 1.3rem;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.inner_privacy p.text span.tel_link {
		border-bottom: 1px solid #333;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
}

@media (min-width: 768px) {
	h4.privacy {
		font-size: 1.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: #ededed;
		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: #db1557;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		font-weight: 500;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #f1417c;
	}

	.btn_space {
		width: 100%;
		max-width: 240px;
		margin: 30px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #aaa;
		color: #fff;
		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%;
		font-weight: 500;
		border-radius: 10px;
	}

	button.back:hover {
		background-color: #c0c0c0;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #db1557;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		font-weight: 500;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #f1417c;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #db1557;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		font-weight: 500;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #f1417c;
	}

	.btn_space {
		width: 400px;
		margin: 35px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #aaa;
		color: #fff;
		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;
		font-weight: 500;
		border-radius: 10px;
	}

	button.back:hover {
		background-color: #c0c0c0;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #db1557;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		font-weight: 500;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #f1417c;
	}
}

select {
	border: 1px solid #ddd;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
		line-height: 1.8;
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	.agreebox label {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 768px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 992px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.4rem;
		margin-top: 5px;
		color: #555;
	}
}












/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */