@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');

.font_sample {
	font-family: 'Spartan', sans-serif;
	font-family: 'Coda Caption', sans-serif;
	font-family: 'Yellowtail', cursive;
}

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

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

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

ul {
	padding: 0;
}

li {
	list-style: none;
}

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

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

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

/*IE11*/

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

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

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

.clearfix {
	min-height: 1px;
}

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

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

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

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

.left {
	float: left;
}

.right {
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fwb {
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.underline {
	text-decoration: underline;
}

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

.pos {
	position: relative;
}

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

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

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

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

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

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

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

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

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

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

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

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

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}


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

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

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

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

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

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

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

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

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

@media (min-width: 421px) {

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}


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

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

@media (max-width: 767px) {
	header {
		width: 100%;
		height: 70px;
		max-width: 1920px;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 999;
		background-color: #fff;
	}

	.flex_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1920px;
		height: 70px;
	}

	.flex_right {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
	}

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

	.container-fluid {
		padding: 0 15px 0 25px;
	}
}

@media (min-width: 768px) {
	header {
		width: 100%;
		height: 70px;
		max-width: 1920px;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 999;
		background-color: #fff;
	}

	.flex_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1920px;
		height: 70px;
	}

	.flex_right {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
	}

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

	.container-fluid {
		padding: 0 20px 0 20px;
	}
}

@media (min-width: 992px) {
	header {
		width: 100%;
		height: 100px;
		max-width: 1920px;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 999;
		background-color: #fff;
	}

	.flex_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1920px;
		height: 100px;
	}

	.flex_right {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

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

	.container-fluid {
		padding: 0 30px 0 30px;
	}
}

.navbar-default {
	background-color: #fff;
	border: none;
}

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

@media (min-width: 992px) {
	.info_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 40px;
	}

	p.tel_h01 {
		font-family: 'Spartan', sans-serif;
		font-size: 18px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 20px;
	}

	p.tel_h01:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /24px 15px no-repeat;
		width: 24px;
		height: 15px;
		margin-right: 5px;
		margin-bottom: 5px;
		flex-shrink: 0;
	}

	p.tel_h02 {
		font-family: 'Spartan', sans-serif;
		font-size: 18px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 20px;
	}

	p.tel_h02:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /14px 22px no-repeat;
		width: 14px;
		height: 22px;
		margin-right: 3px;
		margin-bottom: 3px;
		flex-shrink: 0;
	}

	p.tel_h01 span.tel_link,
	p.tel_h02 span.tel_link {
		color: #0070BF;
	}

	p.text_h {
		margin-left: 20px;
	}
}

@media (min-width: 1200px) {
	.info_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 60px;
	}

	p.tel_h01 {
		font-family: 'Spartan', sans-serif;
		font-size: 18px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 30px;
	}

	p.tel_h01:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /24px 15px no-repeat;
		width: 24px;
		height: 15px;
		margin-right: 5px;
		margin-bottom: 5px;
		flex-shrink: 0;
	}

	p.tel_h02 {
		font-family: 'Spartan', sans-serif;
		font-size: 18px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 40px;
	}

	p.tel_h02:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /14px 22px no-repeat;
		width: 14px;
		height: 22px;
		margin-right: 3px;
		margin-bottom: 3px;
		flex-shrink: 0;
	}

	p.tel_h01 span.tel_link,
	p.tel_h02 span.tel_link {
		color: #0070BF;
	}

	p.text_h {
		margin-left: 30px;
	}
}

@media (min-width: 1300px) {
	.info_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 70px;
	}

	p.tel_h01 {
		font-family: 'Spartan', sans-serif;
		font-size: 21px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 40px;
	}

	p.tel_h01:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /30px 20px no-repeat;
		width: 30px;
		height: 20px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	p.tel_h02 {
		font-family: 'Spartan', sans-serif;
		font-size: 21px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 40px;
	}

	p.tel_h02:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /18px 26px no-repeat;
		width: 18px;
		height: 26px;
		margin-right: 3px;
		margin-bottom: 3px;
	}

	p.tel_h01 span.tel_link,
	p.tel_h02 span.tel_link {
		color: #0070BF;
	}

	p.text_h {
		margin-left: 40px;
	}
}


/* navigation
=========================================================================== */

/*navbar ナビゲーション全体*/

.navbar {
	margin-bottom: 0;
	/*	デフォルトのマージンを消す*/
	border: none;
	/*	透明1px線を消す*/
	border-radius: 0;
	max-width: 1920px;
	margin: 0 auto;
}

.navbar-default {
	background-color: transparent;
	/*デフォルトの背景色を消す*/
}


/*
.clearfix:before,
.clearfix:after,
*/
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
/*
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
*/
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: none;
	/*	自動で生成される疑似要素を消す　flex-boxでカウントされてしまう*/
}

.navbar-brand {
	padding: 0;
	/*	デフォルトのパディングを消す*/
}

/* navbar collapse for iPad (bootstrap) タブレットでもスマホ用ナビゲーションを使う*/
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
		margin-right: 5px;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	/*	ハンバーガーメニューの背景色を消す*/
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}

.navbar-brand a {
	display: block;
}

@media (max-width: 360px) {
	.navbar-brand {
		width: 75%;
		height: auto;
	}
}

@media (min-width: 361px) {
	.navbar-brand {
		width: 210px;
		height: auto;
	}
}

@media (min-width: 992px) {
	.navbar-brand {
		width: 230px;
	}
}

@media (min-width: 1200px) {
	.navbar-brand {
		width: 270px;
	}
}

.menu_trigger {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 30px auto 0;
}

@media screen and (min-width:900px) {
	.menu_trigger {
		margin: 0 auto 0;
	}
}

@media screen and (max-width:899px) {
	.menu_trigger {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {

	.menu_trigger,
	.menu_trigger span {
		display: inline-block;
		transition: all 0.3s;
		font-size: 12px;
	}

	.menu_trigger.active {
		/*	position: fixed;*/
	}

	.menu_trigger span {
		display: block;
		width: 36px;
		height: 2px;
		border-bottom: 2px solid #333;
	}

	.menu_trigger span:nth-of-type(1) {
		margin-bottom: 7px;
	}

	.menu_trigger span:nth-of-type(2) {
		margin-bottom: 7px;
	}

	.menu_trigger span:nth-of-type(3) {
		margin-bottom: 5px;
	}

	.menu_trigger.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}

	.menu_trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu_trigger.active span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}

	.mr20 {
		margin-right: 20px;
	}

	.side_menu {
		width: 100%;
		height: 100vh;
		background-color: #0070c0;
		position: fixed;
		top: 65px;
		right: -100%;
		z-index: 9999;
		transition: 0.3s;
	}

	header.open .side_menu {
		right: 0;
	}

	.dn {
		display: none;
	}

	.db {
		display: block;
	}

	ul.g_nav {
		text-align: center;
		padding-top: 10vh;
	}

	ul.g_nav li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 15px;
		margin-bottom: 20px;
		opacity: 1;
	}

	ul.g_nav li a {
		color: #fff;
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
	}

	ul.g_nav li a:before {
		content: "\f138";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 7px;
		color: #ffc4c4;
		font-size: 14px;
	}

	ul.g_nav li.active a {
		color: #ffc4c4;
	}

	ul.g_nav li a:hover {
		opacity: 1 !important;
		color: #ffc4c4;
	}
}

@media (min-width: 768px) {

	.menu_trigger,
	.menu_trigger span {
		display: inline-block;
		transition: all 0.3s;
		font-size: 13px;
	}

	.menu_trigger.active {
		/*	position: fixed;*/
	}

	.menu_trigger span {
		display: block;
		width: 36px;
		height: 2px;
		border-bottom: 2px solid #333;
	}

	.menu_trigger span:nth-of-type(1) {
		margin-bottom: 7px;
	}

	.menu_trigger span:nth-of-type(2) {
		margin-bottom: 7px;
	}

	.menu_trigger span:nth-of-type(3) {
		margin-bottom: 5px;
	}

	.menu_trigger.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}

	.menu_trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu_trigger.active span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}

	.mr20 {
		margin-right: 20px;
	}

	.side_menu {
		width: 50%;
		height: 100vh;
		background-color: #0070c0;
		position: fixed;
		top: 75px;
		right: -100%;
		z-index: 9999;
		transition: 0.3s;
	}

	header.open .side_menu {
		right: 0;
	}

	.dn {
		display: none;
	}

	.db {
		display: block;
	}

	ul.g_nav {
		text-align: center;
		padding-top: 20vh;
	}

	ul.g_nav li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
		opacity: 1;
	}

	ul.g_nav li a {
		color: #fff;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
	}

	ul.g_nav li a:before {
		content: "\f138";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 7px;
		color: #ffc4c4;
		font-size: 16px;
	}

	ul.g_nav li.active a {
		color: #ffc4c4;
	}

	ul.g_nav li a:hover {
		opacity: 1 !important;
		color: #ffc4c4;
	}
}

@media (min-width: 992px) {

	.menu_trigger,
	.menu_trigger span {
		display: inline-block;
		transition: all 0.3s;
		font-size: 14px;
	}

	.menu_trigger.active {
		/*	position: fixed;*/
	}

	.menu_trigger span {
		display: block;
		width: 44px;
		height: 3px;
		border-bottom: 3px solid #333;
	}

	.menu_trigger span:nth-of-type(1) {
		margin-bottom: 7px;
	}

	.menu_trigger span:nth-of-type(2) {
		margin-bottom: 7px;
	}

	.menu_trigger span:nth-of-type(3) {
		margin-bottom: 4px;
	}

	.menu_trigger.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}

	.menu_trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu_trigger.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}

	.mr20 {
		margin-right: 20px;
	}

	.side_menu {
		width: 50%;
		height: 100vh;
		background-color: #0070c0;
		position: fixed;
		top: 90px;
		right: -100%;
		z-index: 9999;
		transition: 0.3s;
	}

	header.open .side_menu {
		right: 0;
	}

	.dn {
		display: none;
	}

	.db {
		display: block;
	}

	ul.g_nav {
		text-align: center;
		padding-top: 20vh;
	}

	ul.g_nav li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
		opacity: 1;
	}

	ul.g_nav li a {
		color: #fff;
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
	}

	ul.g_nav li a:before {
		content: "\f138";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 7px;
		color: #fff;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {

	.menu_trigger,
	.menu_trigger span {
		display: flex;
		flex-direction: column;
		align-items: center;
		transition: all 0.3s;
		text-align: center;
		font-size: 14px;
	}

	.menu_trigger.active {
		/*	position: fixed;*/
	}

	.menu_trigger span {
		display: block;
		width: 44px;
		height: 3px;
		border-bottom: 3px solid #333;
	}

	.menu_trigger span:nth-of-type(1) {
		margin-bottom: 7px;
	}

	.menu_trigger span:nth-of-type(2) {
		margin-bottom: 7px;
	}

	.menu_trigger span:nth-of-type(3) {
		margin-bottom: 4px;
	}

	.menu_trigger.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}

	.menu_trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu_trigger.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}

	.mr20 {
		margin-right: 20px;
	}

	.side_menu {
		width: 30%;
		height: 100vh;
		background-color: #0070c0;
		position: fixed;
		top: 90px;
		right: -100%;
		z-index: 9999;
		transition: 0.3s;
	}

	header.open .side_menu {
		right: 0;
	}

	.dn {
		display: none;
	}

	.db {
		display: block;
	}

	ul.g_nav {
		text-align: center;
		padding-top: 20vh;
	}

	ul.g_nav li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 21px;
		margin-bottom: 30px;
		opacity: 1;
	}

	ul.g_nav li a {
		color: #fff;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
	}

	ul.g_nav li a:before {
		content: "\f138";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 7px;
		color: #fff;
		font-size: 16px;
	}
}

@media (min-width: 1921px) {
	.side_menu {
		transition: 0s !important;
	}
}

ul.g_nav li a:hover {
	opacity: 0.7;
}

ul.g_nav li:nth-child(1) {
	animation: sidemenu 0.1s ease 1.1s 1 forwards;
}

ul.g_nav li:nth-child(2) {
	animation: sidemenu 0.1s ease 1.2s 1 forwards;
}

ul.g_nav li:nth-child(3) {
	animation: sidemenu 0.1s ease 1.3s 1 forwards;
}

ul.g_nav li:nth-child(4) {
	animation: sidemenu 0.1s ease 1.4s 1 forwards;
}

ul.g_nav li:nth-child(5) {
	animation: sidemenu 0.1s ease 1.5s 1 forwards;
}

ul.g_nav li:nth-child(6) {
	animation: sidemenu 0.1s ease 1.6s 1 forwards;
}

ul.g_nav li:nth-child(7) {
	animation: sidemenu 0.1s ease 1.7s 1 forwards;
}

ul.g_nav li:nth-child(8) {
	animation: sidemenu 0.1s ease 1.8s 1 forwards;
}

ul.g_nav li:nth-child(9) {
	animation: sidemenu 0.1s ease 1.9s 1 forwards;
}


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

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

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

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

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

@media (max-width: 767px) {
	.swiper-container {
		margin: 0 15px 0 15px !important;
		position: relative;
	}

	.swiper-slide img {
		width: 100%;
		height: auto;
		max-width: 1560px;
	}
}

@media (min-width: 768px) {
	.swiper-container {
		margin: 0 20px 0 20px !important;
		position: relative;
	}

	.swiper-slide img {
		width: 100%;
		height: auto;
		max-width: 1560px;
	}
}

@media (min-width: 992px) {
	.swiper-container {
		margin: 0 10% 0 30px !important;
		position: relative;
	}

	.swiper-slide img {
		width: 100%;
		height: auto;
		max-width: 1560px;
	}
}

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

@media (max-width: 767px) {

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

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 10s linear 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 {
		left: 70px !important;
		bottom: 30px !important;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

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

	.swiper-pagination-bullet {
		width: 12px !important;
		height: 12px !important;
		border-radius: 0 !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

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

@media (max-width: 767px) {
	.catch_mainimg01 {
		width: 28%;
		max-width: 323px;
		position: absolute;
		top: 2%;
		left: 7%;
		z-index: 99;
	}

	.catch_mainimg02 {
		width: 50%;
		max-width: 280px;
		position: absolute;
		bottom: 7%;
		right: 5%;
		z-index: 99;
	}
}

@media (min-width: 768px) {
	.catch_mainimg01 {
		width: 21%;
		max-width: 323px;
		position: absolute;
		top: 2%;
		left: 5%;
		z-index: 99;
	}

	.catch_mainimg02 {
		width: 40%;
		max-width: 700px;
		position: absolute;
		bottom: 7%;
		right: 7%;
		z-index: 99;
	}
}

@media (min-width: 992px) {
	.catch_mainimg01 {
		width: 21%;
		max-width: 323px;
		position: absolute;
		top: 2%;
		right: 2%;
		left: inherit;
		z-index: 99;
	}

	.catch_mainimg02 {
		width: 36.4583%;
		max-width: 700px;
		position: absolute;
		bottom: 10%;
		left: 5%;
		z-index: 99;
	}
}

@media (min-width: 1200px) {
	.catch_mainimg01 {
		width: 19%;
		max-width: 323px;
		position: absolute;
		top: 2%;
		right: 2%;
		z-index: 99;
	}

	.catch_mainimg02 {
		width: 36.4583%;
		max-width: 700px;
		position: absolute;
		bottom: 10%;
		left: 5%;
		z-index: 99;
	}
}

@media (min-width: 1300px) {
	.catch_mainimg01 {
		width: 16.8229%;
		max-width: 323px;
		position: absolute;
		top: 2%;
		right: 2%;
		z-index: 99;
	}

	.catch_mainimg02 {
		width: 36.4583%;
		max-width: 700px;
		position: absolute;
		bottom: 10%;
		left: 5%;
		z-index: 99;
	}
}


/* スクロールボタン */
@media (max-width: 991px) {
	.top_scroll {
		display: none;
	}
}


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

@media (min-width: 1580px) {
	.top_scroll {
		position: absolute;
		right: 21%;
		bottom: 0;
		display: flex;
		flex-direction: column;
		z-index: 99;
	}
}


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;
	/*	text-shadow: 2px 2px 3px #085197;*/
}

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

.moveline:before {
	content: '';
	display: block;
	z-index: 999;
	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: 15px 0 40px;
	}

	.bg_top01 p.en {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 27px;
		color: #0070BF;
		line-height: 1;
		margin-bottom: 10px;
		text-align: center;
	}

	.bg_top01 p.en span {
		color: #BE0A0C;
		font-size: 36px;
	}

	.bg_top01 h2 {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	.pic_top01 {
		width: 90%;
		max-width: 300px;
		flex-shrink: 0;
	}
}

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

	.cont_top01 {
		width: 360px;
		flex-shrink: 0;
	}

	.bg_top01 p.en {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 44px;
		color: #0070BF;
		line-height: 1;
		margin-bottom: 10px;
	}

	.bg_top01 p.en span {
		color: #BE0A0C;
		font-size: 60px;
	}

	.bg_top01 h2 {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}

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

@media (min-width: 992px) {
	.bg_top01 {
		padding: 40px 0 50px;
	}

	.cont_top01 {
		width: 500px;
		flex-shrink: 0;
	}

	.bg_top01 p.en {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 54px;
		color: #0070BF;
		line-height: 1;
		margin-bottom: 10px;
	}

	.bg_top01 p.en span {
		color: #BE0A0C;
		font-size: 80px;
	}

	.bg_top01 h2 {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}

	.pic_top01 {
		width: 430px;
		flex-shrink: 0;
	}
}

@media (min-width: 1200px) {
	.bg_top01 {
		padding: 50px 0 50px;
	}

	.cont_top01 {
		width: 540px;
		flex-shrink: 0;
	}

	.bg_top01 p.en {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 70px;
		color: #0070BF;
		line-height: 1;
		margin-bottom: 15px;
	}

	.bg_top01 p.en span {
		color: #BE0A0C;
		font-size: 100px;
	}

	.bg_top01 h2 {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}

	.pic_top01 {
		width: 600px;
		flex-shrink: 0;
	}
}

@media (max-width: 767px) {
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 210px;
		height: 40px;
		background-color: #0070C0;
		border-radius: 30px;
		color: #fff;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		position: relative;
		margin: 0 auto 20px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /24px 15px no-repeat;
		width: 24px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 768px) {
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 50px;
		background-color: #0070C0;
		border-radius: 30px;
		color: #fff;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		position: relative;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /30px 20px no-repeat;
		width: 30px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (max-width: 767px) {
	.bg_top02 {
		background: url(../images/bg_top02.jpg) center top /100% auto no-repeat;
		background-color: #eaf8fb;
		padding: 40px 0 40px;
	}

	p.en_top {
		color: #0070BF;
		font-family: 'Coda Caption', sans-serif;
		font-size: 20px;
		text-align: center;
		margin-bottom: 7px;
	}

	p.en_top span {
		color: #BE0A0C;
	}

	h2.top {
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 30px;
	}

	.cont_top02 {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}

	.cont_top02:last-child {
		margin: 0 auto 10px;
	}

	.cont_top02 a {
		display: block;
		color: #333;
	}

	.cont_top02 a:hover {
		opacity: 0.85;
	}

	.cont_top02 h3 {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.cont_top02 p.text {
		font-size: 15px;
		line-height: 1.4;
	}

	.cont_top02 p.cate {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 110px;
		font-size: 14px;
		line-height: 1.2;
		padding: 0.2em 1em;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.bg_top02 {
		background: url(../images/bg_top02.jpg) center top no-repeat;
		background-color: #eaf8fb;
		padding: 70px 0 70px;
	}

	p.en_top {
		color: #0070BF;
		font-family: 'Coda Caption', sans-serif;
		font-size: 24px;
		text-align: center;
		margin-bottom: 12px;
		line-height: 1;
	}

	p.en_top span {
		color: #BE0A0C;
	}

	h2.top {
		font-size: 25px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 30px;
	}

	.cont_top02 {
		width: 24%;
		margin-right: 1.3333333%;
	}

	.cont_top02:nth-of-type(4n) {
		margin-right: 0;
	}

	.cont_top02 a {
		display: block;
		color: #333;
	}

	.cont_top02 a:hover {
		opacity: 0.85;
	}

	.cont_top02 h3 {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.cont_top02 p.text {
		font-size: 15px;
		line-height: 1.4;
	}

	.cont_top02 p.cate {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 110px;
		font-size: 14px;
		line-height: 1.2;
		padding: 0.2em 1em;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.bg_top02 {
		background: url(../images/bg_top02.jpg) center top no-repeat;
		background-color: #eaf8fb;
		padding: 100px 0 60px;
	}

	p.en_top {
		color: #0070BF;
		font-family: 'Coda Caption', sans-serif;
		font-size: 28px;
		text-align: center;
		margin-bottom: 12px;
		line-height: 1;
	}

	p.en_top span {
		color: #BE0A0C;
	}

	h2.top {
		font-size: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 40px;
	}

	.cont_top02 {
		width: 23%;
		margin-right: 2.666666%;
	}

	.cont_top02:nth-of-type(4n) {
		margin-right: 0;
	}

	.cont_top02 a {
		display: block;
		color: #333;
	}

	.cont_top02 a:hover {
		opacity: 0.85;
	}

	.cont_top02 h3 {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.cont_top02 p.text {
		font-size: 15px;
		line-height: 1.4;
	}

	.cont_top02 p.cate {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 136px;
		line-height: 1.2;
		padding: 0.2em 1em;
		text-align: center;
		font-size: 15px;
	}
}

.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 80%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

.color01 {
	background-color: #BFEFFF;
}

.color02 {
	background-color: #BFCFFF;
}

.color03 {
	background-color: #b9d8e3;
}

.bg_top02 p.btn_top a {
	background-color: #BE0A0C;
	margin: 0 auto;
}

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

	.bg_top03 a {
		display: block;
		color: #333;
	}

	.bg_top03 p.number {
		width: 100%;
		position: relative;
		color: #46B0FF;
		font-size: 33px;
		font-family: 'Roboto', sans-serif;
		padding-left: 0.5em;
	}

	.bg_top03 p.number:after {
		content: '';
		display: block;
		width: 100%;
		height: 24px;
		background-color: #333;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 h3 {
		width: 100%;
		height: 50px;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #DBEDF2;
		position: relative;
		margin-bottom: 0;
		padding-left: 25px;
	}

	.bg_top03 h3:after {
		content: '';
		display: block;
		background: url(../images/icon_top03.png) 0 0 /30px 12px no-repeat;
		width: 30px;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
	}

	.bg_top03 h2.top {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.bg_top03 {
		padding: 50px 0 50px;
	}

	.bg_top03 a {
		display: block;
		color: #333;
	}

	.bg_top03 p.number {
		width: 100%;
		position: relative;
		color: #46B0FF;
		font-size: 30px;
		font-family: 'Roboto', sans-serif;
		padding-left: 0.5em;
	}

	.bg_top03 p.number:after {
		content: '';
		display: block;
		width: 100%;
		height: 16px;
		background-color: #333;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 h3 {
		width: 100%;
		height: 50px;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #DBEDF2;
		position: relative;
		margin-bottom: 0;
		padding-left: 15px;
	}

	.bg_top03 h3:after {
		content: '';
		display: block;
		background: url(../images/icon_top03.png) 0 0 /26px 10px no-repeat;
		width: 26px;
		height: 10px;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
}

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

	.bg_top03 a {
		display: block;
		color: #333;
	}

	.bg_top03 p.number {
		width: 100%;
		position: relative;
		color: #46B0FF;
		font-size: 39px;
		font-family: 'Roboto', sans-serif;
		padding-left: 0.5em;
	}

	.bg_top03 p.number:after {
		content: '';
		display: block;
		width: 100%;
		height: 24px;
		background-color: #333;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 h3 {
		width: 100%;
		height: 50px;
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #DBEDF2;
		position: relative;
		margin-bottom: 0px;
		padding-left: 25px;
	}

	.bg_top03 h3:after {
		content: '';
		display: block;
		background: url(../images/icon_top03.png) 0 0 /36px 16px no-repeat;
		width: 36px;
		height: 16px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
}

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

	.bg_top03 a {
		display: block;
		color: #333;
	}

	.bg_top03 p.number {
		width: 100%;
		position: relative;
		color: #46B0FF;
		font-size: 44px;
		font-family: 'Roboto', sans-serif;
		padding-left: 0.5em;
	}

	.bg_top03 p.number:after {
		content: '';
		display: block;
		width: 100%;
		height: 27px;
		background-color: #333;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.bg_top03 h3 {
		width: 100%;
		height: 50px;
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #DBEDF2;
		position: relative;
		margin-bottom: 0;
	}

	.bg_top03 h3:after {
		content: '';
		display: block;
		background: url(../images/icon_top03.png) 0 0 /36px 16px no-repeat;
		width: 36px;
		height: 16px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 1540px) {
	.bg_top03 .container {
		width: 1510px;
	}
}

@media (max-width: 767px) {
	.bg_top04 {
		background-color: #EBF8FA;
		padding: 30px 0;
	}

	.bg_top04 .cont40 p.s16 {
		font-size: 14px !important;
	}

	p.en_top04 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 27px;
		color: #333;
		line-height: 1;
		margin-bottom: 5px;
		text-align: center;
	}

	p.en_top04 span {
		color: #BE0A0C;
		font-size: 36px;
	}

	.bg_top04 h2 {
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		text-align: center;
	}

	p.tel_top04_1 {
		font-family: 'Spartan', sans-serif;
		font-size: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}

	p.tel_top04_1:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_1.png) 0 0 /26px 17px no-repeat;
		width: 26px;
		height: 17px;
		margin-right: 7px;
		margin-bottom: 7px;
	}

	p.tel_top04_2 {
		font-family: 'Spartan', sans-serif;
		font-size: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_top04_2:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_2.png) 0 0 /17px 23px no-repeat;
		width: 17px;
		height: 23px;
		margin-right: 4px;
		margin-bottom: 2px;
	}

	p.tel_top04_1 span.tel_link,
	p.tel_top04_2 span.tel_link {
		color: #0070BF;
	}

	p.btn_top04 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 46px;
		background-color: #4BACC6;
		border-radius: 12px;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #fff;
		margin: 15px auto 15px;
	}

	p.btn_top04 a:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_3.png) 0 0 /20px 16px no-repeat;
		width: 20px;
		height: 16px;
		margin-right: 7px;
		margin-top: 2px;
	}

	.bg_top04 .cont44 {
		margin-top: 10px;
	}

	.bg_top04 .cont44 img {
		max-width: 300px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_top04 {
		background-color: #EBF8FA;
		padding: 50px 0;
	}

	p.en_top04 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 44px;
		color: #333;
		line-height: 1;
		margin-bottom: 10px;
	}

	p.en_top04 span {
		color: #BE0A0C;
		font-size: 60px;
	}

	.bg_top04 h2 {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
	}

	.bg_top04 .flex_b .flex_s {
		flex-direction: column;
		align-items: flex-start;
	}

	p.tel_top04_1 {
		font-family: 'Spartan', sans-serif;
		font-size: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	p.tel_top04_1:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_1.png) 0 0 /30px 20px no-repeat;
		width: 30px;
		height: 20px;
		margin-right: 7px;
		margin-bottom: 3px;
	}

	p.tel_top04_2 {
		font-family: 'Spartan', sans-serif;
		font-size: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_top04_2:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_2.png) 0 0 /20px 27px no-repeat;
		width: 20px;
		height: 27px;
		margin-right: 2px;
		margin-bottom: 2px;
	}

	p.tel_top04_1 span.tel_link,
	p.tel_top04_2 span.tel_link {
		color: #0070BF;
	}

	p.btn_top04 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 270px;
		height: 46px;
		background-color: #4BACC6;
		border-radius: 12px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #fff;
		margin-top: 25px;
	}

	p.btn_top04 a:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_3.png) 0 0 /20px 16px no-repeat;
		width: 20px;
		height: 16px;
		margin-right: 7px;
		margin-top: 2px;
	}
}

@media (min-width: 992px) {
	.bg_top04 {
		background-color: #EBF8FA;
		padding: 50px 0;
	}

	p.en_top04 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 70px;
		color: #333;
		line-height: 1;
		margin-bottom: 15px;
	}

	p.en_top04 span {
		color: #BE0A0C;
		font-size: 100px;
	}

	.bg_top04 h2 {
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 40px;
	}

	p.tel_top04_1 {
		font-family: 'Spartan', sans-serif;
		font-size: 23px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 30px;
	}

	p.tel_top04_1:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_1.png) 0 0 /30px 20px no-repeat;
		width: 30px;
		height: 20px;
		margin-right: 7px;
		margin-bottom: 3px;
	}

	p.tel_top04_2 {
		font-family: 'Spartan', sans-serif;
		font-size: 23px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_top04_2:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_2.png) 0 0 /20px 27px no-repeat;
		width: 20px;
		height: 27px;
		margin-right: 2px;
		margin-bottom: 2px;
	}

	p.tel_top04_1 span.tel_link,
	p.tel_top04_2 span.tel_link {
		color: #0070BF;
	}

	p.btn_top04 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 50px;
		background-color: #4BACC6;
		border-radius: 12px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #fff;
		margin-top: 25px;
	}

	p.btn_top04 a:before {
		content: '';
		display: block;
		background: url(../images/icon_top04_3.png) 0 0 /20px 16px no-repeat;
		width: 20px;
		height: 16px;
		margin-right: 7px;
		margin-top: 2px;
	}
}










@media (max-width: 767px) {
	.bg_top05 {
		padding: 30px 0;
	}
	.cont_top05 {
		width: 100%;
		text-align: center;
	}

	.cont_top05 h2 {
		background-color: #0070C0;
		color: #fff;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		display: inline-block;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.8;
		margin-bottom: 15px;
		padding: 5px 15px;
		font-weight: bold;
	}

}

@media (min-width: 768px) and (max-width:991px) {
	.bg_top05 {
		padding: 50px 0;
	}
	.cont_top05 {
		width: 100%;
		text-align: center;
	}
	.cont_top05 h2 {
		background-color: #0070C0;
		color: #fff;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		display: inline-block;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.8;
		margin-bottom: 15px;
		padding: 5px 15px;
		font-weight: bold;
	}	
}

@media (min-width: 992px) {
	.bg_top05 {
		padding: 50px 0;
	}
	.cont_top05 {
		width: 100%;
		text-align: center;
	}
	.cont_top05 h2 {
		background-color: #0070C0;
		color: #fff;
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		display: inline-block;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.8;
		margin-bottom: 15px;
		padding: 5px 15px;
		font-weight: bold;
	}	
}


@media (min-width: 992px){
	.bg_company04 {
		padding: 50px 0;
		max-width: 1840px;
		width: 100%;
		padding: 40px 0;
		margin: 0 auto 30px;
	}
	.company04Box {
		width: 800px;
		max-width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
		background: #f79100;
		color: #fff;
		border-radius: 10px;
	}
	.company04Box h3 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.ttl_company04 {
		font-size: 22px;
		font-weight: bold;
	}
}

@media (max-width: 991px){
	.bg_company04 {
		padding: 0;
		max-width: 1840px;
		width: 100%;
		margin: 0 auto 30px;
		padding: 40px 0;
	}
	.company04Box {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		text-align: center;
		background: #f79100;
		color: #fff;
		border-radius: 10px;
	}
	.company04Box h3 {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.ttl_company04 {
		font-size: 18px;
		font-weight: bold;
	}
}



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

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

	.footer_l {
		width: 100%;
	}

	.footer_r {
		width: 100%;
	}

	p.logo_f a {
		display: block;
		width: 240px;
		margin: 0 auto 20px;
	}

	p.text_f {
		font-size: 15px;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 15px;
	}

	p.logo_misawa_f {
		width: 160px;
		margin: 20px auto 0;
	}

	p.tel_f {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03rem;
		margin-bottom: 7px;
		text-align: center;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 44px;
		background-color: #FFD24D;
		border-radius: 12px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #333;
		margin: 10px auto 0;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_f03.png) 0 0 /22px 18px no-repeat;
		width: 22px;
		height: 18px;
		margin-right: 7px;
		margin-top: 2px;
	}

	.bg_fnav {
		width: 100%;
		background-color: #4e98cd;
		margin-top: 20px;
		padding: 30px 0 15px;
	}

	ul.fnav {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}

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

	ul.fnav li a {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		width: 5px;
		height: 3px;
		background-color: #FFD24D;
		margin-right: 7px;
	}

	p.copyright {
		font-size: 12px;
		color: #fff;
		flex-shrink: 0;
		letter-spacing: 0.05em;
	}
}

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

	.footer_l {
		width: 55%;
	}

	.footer_r {
		width: 45%;
	}

	.footer_r .flex_e {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

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

	p.logo_f a {
		display: block;
	}

	p.text_f {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 10px;
		margin-right: 20px;
	}

	p.text_f br.visible-sm {
		display: block !important;
	}

	p.logo_misawa_f {
		width: 160px;
	}

	p.tel_f {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03rem;
		margin-bottom: 7px;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 44px;
		background-color: #FFD24D;
		border-radius: 12px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #333;
		margin-top: 10px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_f03.png) 0 0 /22px 18px no-repeat;
		width: 22px;
		height: 18px;
		margin-right: 7px;
		margin-top: 2px;
	}

	.bg_fnav {
		width: 100%;
		height: 60px;
		background-color: #0070C0;
		margin-top: 50px;
	}

	ul.fnav {
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li {
		margin-right: 25px;
	}

	ul.fnav li a {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		width: 5px;
		height: 3px;
		background-color: #FFD24D;
		margin-right: 7px;
	}

	p.copyright {
		font-size: 12px;
		color: #fff;
		flex-shrink: 0;
		letter-spacing: 0.05em;
	}
}

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

	.footer_l {
		width: 43%;
	}

	.footer_r {
		width: 55%;
	}

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

	p.logo_f a {
		display: block;
	}

	.footer_l .flex_s {
		flex-direction: column;
		align-items: flex-start;
	}

	p.text_f {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 10px;
	}

	p.logo_misawa_f {
		width: 160px;
	}

	p.tel_f {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03rem;
		margin-left: 30px;
		margin-bottom: 10px;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 50px;
		background-color: #FFD24D;
		border-radius: 12px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #333;
		margin-top: 15px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_f03.png) 0 0 /22px 18px no-repeat;
		width: 22px;
		height: 18px;
		margin-right: 7px;
		margin-top: 2px;
	}

	.bg_fnav {
		width: 100%;
		height: 60px;
		background-color: #0070C0;
		margin-top: 70px;
	}

	ul.fnav {
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li {
		margin-right: 45px;
	}

	ul.fnav li a {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		width: 5px;
		height: 3px;
		background-color: #FFD24D;
		margin-right: 10px;
	}

	p.copyright {
		font-size: 12px;
		color: #fff;
		flex-shrink: 0;
		letter-spacing: 0.05em;
	}
}

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

	.footer_l {
		width: 50%;
	}

	.footer_r {
		width: 50%;
	}

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

	p.logo_f a {
		display: block;
	}

	.footer_l .flex_s {
		flex-direction: row;
		align-items: center;
	}

	p.logo_misawa_f {
		width: 180px;
	}

	p.text_f {
		font-size: 16px;
		line-height: 1.8;
		margin-right: 25px;
	}

	p.logo_misawa_f {
		width: 160px;
	}

	p.tel_f {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03rem;
		margin-left: 30px;
		margin-bottom: 10px;
	}

	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 50px;
		background-color: #FFD24D;
		border-radius: 12px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #333;
		margin-top: 15px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_f03.png) 0 0 /22px 18px no-repeat;
		width: 22px;
		height: 18px;
		margin-right: 7px;
		margin-top: 2px;
	}

	.bg_fnav {
		width: 100%;
		height: 60px;
		background-color: #0070C0;
		margin-top: 70px;
	}

	ul.fnav {
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li {
		margin-right: 45px;
	}

	ul.fnav li a {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	ul.fnav li a:before {
		content: '';
		display: block;
		width: 5px;
		height: 3px;
		background-color: #FFD24D;
		margin-right: 10px;
	}

	p.copyright {
		font-size: 12px;
		color: #fff;
		flex-shrink: 0;
		letter-spacing: 0.05em;
	}
}

p.logo_misawa_f a {
	display: block;
}

@media (max-width: 389px) {
	.br390 {
		display: block !important;
	}
}

@media (min-width: 390px) {
	.br390 {
		display: none !important;
	}
}

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

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

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

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

@media (min-width: 992px) {
	p.pagetop a {
		position: fixed;
		bottom: 80px;
		right: 25px;
		width: 36px;
		height: 36px;
		z-index: 999;
	}

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

@media (min-width: 1200px) {
	p.pagetop a {
		position: fixed;
		bottom: 90px;
		right: 25px;
		width: 36px;
		height: 36px;
		z-index: 999;
	}

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

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

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



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

@media (max-width: 767px) {
	.bg_sub {
		width: 100%;
		height: 200px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	h2.sub {
		width: 180px;
		height: 70px;
		background-color: rgba(255, 255, 255, 0.9);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
	}

	h2.sub span {
		font-size: 18px;
		color: #0070C0;
		font-family: 'Yellowtail', cursive;
		display: block;
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.bg_sub {
		width: 100%;
		height: 300px;
		max-width: 1840px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	h2.sub {
		width: 270px;
		height: 100px;
		background-color: rgba(255, 255, 255, 0.9);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
	}

	h2.sub span {
		font-size: 24px;
		color: #0070C0;
		font-family: 'Yellowtail', cursive;
		display: block;
		margin-top: 5px;
	}
}

@media (min-width: 992px) {
	.bg_sub {
		width: 100%;
		height: 360px;
		max-width: 1840px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	h2.sub {
		width: 270px;
		height: 100px;
		background-color: rgba(255, 255, 255, 0.9);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
	}

	h2.sub span {
		font-size: 24px;
		color: #0070C0;
		font-family: 'Yellowtail', cursive;
		display: block;
		margin-top: 5px;
	}
}

@media (max-width: 991px) {
	.bg_business {
		background: url(../images/bg_business_sp.jpg) center center /cover no-repeat;
	}

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

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

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

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

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

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

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


/* business.html　業務内容
=========================================================================== */

@media (max-width: 991px) {

	#business01,
	#business02,
	#business03 {
		margin-top: -80px;
		padding-top: 80px;
	}
}

@media (min-width: 992px) {

	#business01,
	#business02,
	#business03 {
		margin-top: -120px;
		padding-top: 120px;
	}
}

@media (max-width: 767px) {
	p.en_business {
		font-size: 20px;
		color: #b6d3e7;
		font-family: 'Yellowtail', cursive;
		margin-bottom: 5px;
	}

	h3.business {
		font-size: 22px;
		color: #0070BF;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	h3.business:after {
		content: '';
		display: block;
		width: 50px;
		height: 2px;
		background-color: #C93334;
		margin: 15px 0;
	}

	#business01 .cont52 {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	p.en_business {
		font-size: 24px;
		color: #b6d3e7;
		font-family: 'Yellowtail', cursive;
		margin-bottom: 10px;
	}

	h3.business {
		font-size: 27px;
		color: #0070BF;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	h3.business:after {
		content: '';
		display: block;
		width: 60px;
		height: 2px;
		background-color: #C93334;
		margin: 20px 0;
	}
}

@media (min-width: 992px) {
	p.en_business {
		font-size: 28px;
		color: #b6d3e7;
		font-family: 'Yellowtail', cursive;
		margin-bottom: 10px;
	}

	h3.business {
		font-size: 30px;
		color: #0070BF;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	h3.business:after {
		content: '';
		display: block;
		width: 70px;
		height: 3px;
		background-color: #C93334;
		margin: 30px 0;
	}
}


/* introduction.html　物件紹介
=========================================================================== */

@media (max-width: 767px) {
	ul.nav_introduction {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	ul.nav_introduction li {
		width: 48%;
	}

	ul.nav_introduction li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		width: 100%;
		height: 66px;
		border: 1px solid #0070C0;
	}

	ul.nav_introduction li a span {
		font-size: 10px;
	}

	ul.nav_introduction li.active a {
		background-color: #0070C0;
		color: #fff;
	}

	ul.nav_introduction li a:hover {
		opacity: 1;
		background-color: #0070C0;
		color: #fff;
	}
}

@media (min-width: 768px) {
	ul.nav_introduction {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	ul.nav_introduction li {
		width: 47%;
	}

	ul.nav_introduction li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		width: 100%;
		height: 70px;
		border: 1px solid #0070C0;
	}

	ul.nav_introduction li a span {
		font-size: 12px;
	}

	ul.nav_introduction li.active a {
		background-color: #0070C0;
		color: #fff;
	}

	ul.nav_introduction li a:hover {
		opacity: 1;
		background-color: #0070C0;
		color: #fff;
	}
}

@media (min-width: 992px) {
	ul.nav_introduction {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	ul.nav_introduction li {
		width: 47%;
	}

	ul.nav_introduction li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		width: 100%;
		height: 80px;
		border: 1px solid #0070C0;
	}

	ul.nav_introduction li a span {
		font-size: 14px;
	}

	ul.nav_introduction li.active a {
		background-color: #0070C0;
		color: #fff;
	}

	ul.nav_introduction li a:hover {
		opacity: 1;
		background-color: #0070C0;
		color: #fff;
	}
}

@media (min-width: 1200px) {
	ul.nav_introduction {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 70px;
	}

	ul.nav_introduction li {
		width: 47%;
	}

	ul.nav_introduction li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		width: 100%;
		height: 90px;
		border: 1px solid #0070C0;
	}

	ul.nav_introduction li a span {
		font-size: 14px;
	}

	ul.nav_introduction li.active a {
		background-color: #0070C0;
		color: #fff;
	}

	ul.nav_introduction li a:hover {
		opacity: 1;
		background-color: #0070C0;
		color: #fff;
	}
}

@media (max-width: 767px) {
	.bg_nav_introduction {
		width: 100%;
		background-color: #EAF5F8;
		margin-bottom: 40px;
	}

	.bg_nav_introduction .container {
		position: relative;
		padding: 25px 15px 10px;
	}

	.bg_nav_introduction .container:before {
		content: '';
		display: block;
		border-bottom: 20px solid #EAF5F8;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		position: absolute;
		top: -19px;
		left: 13%;
	}

	#introduction2 .bg_nav_introduction .container:before {
		right: 13%;
		left: inherit;
	}

	ul.nav_introduction_sub {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	ul.nav_introduction_sub li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	ul.nav_introduction_sub li:nth-of-type(2n) {
		margin-right: 0;
	}

	ul.nav_introduction_sub li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		width: 100%;
		padding: 0.7em 0.5em;
		background-color: #fff;
		border: 1px solid #0070C0;
	}

	ul.nav_introduction_sub li.active a {
		background-color: #0070C0;
		color: #fff;
	}

	ul.nav_introduction_sub li a:hover {
		opacity: 1;
		background-color: #0070C0;
		color: #fff;
	}
}

@media (min-width: 768px) {
	.bg_nav_introduction {
		width: 100%;
		background-color: #EAF5F8;
		margin-bottom: 40px;
	}

	.bg_nav_introduction .container {
		position: relative;
		padding: 30px 15px 15px;
	}

	.bg_nav_introduction .container:before {
		content: '';
		display: block;
		border-bottom: 30px solid #EAF5F8;
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
		position: absolute;
		top: -29px;
		left: 100px;
	}

	#introduction2 .bg_nav_introduction .container:before {
		right: 100px;
		left: inherit;
	}

	ul.nav_introduction_sub {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	ul.nav_introduction_sub li {
		width: 23%;
		margin-right: 2.6666666%;
		margin-bottom: 15px;
	}

	ul.nav_introduction_sub li:nth-of-type(4n) {
		margin-right: 0;
	}

	ul.nav_introduction_sub li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		width: 100%;
		padding: 0.8em 0.8em;
		background-color: #fff;
		border: 1px solid #0070C0;
	}

	ul.nav_introduction_sub li.active a {
		background-color: #0070C0;
		color: #fff;
	}

	ul.nav_introduction_sub li a:hover {
		opacity: 1;
		background-color: #0070C0;
		color: #fff;
	}
}

@media (min-width: 992px) {
	.bg_nav_introduction {
		width: 100%;
		background-color: #EAF5F8;
		margin-bottom: 50px;
	}

	.bg_nav_introduction .container {
		position: relative;
		padding: 40px 15px 25px;
	}

	.bg_nav_introduction .container:before {
		content: '';
		display: block;
		border-bottom: 30px solid #EAF5F8;
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
		position: absolute;
		top: -29px;
		left: 150px;
	}

	#introduction2 .bg_nav_introduction .container:before {
		right: 150px;
		left: inherit;
	}

	ul.nav_introduction_sub {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	ul.nav_introduction_sub li {
		width: 23%;
		margin-right: 2.6666666%;
		margin-bottom: 15px;
	}

	ul.nav_introduction_sub li:nth-of-type(4n) {
		margin-right: 0;
	}

	ul.nav_introduction_sub li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		width: 100%;
		padding: 1em 1em;
		background-color: #fff;
		border: 1px solid #0070C0;
	}

	ul.nav_introduction_sub li.active a {
		background-color: #0070C0;
		color: #fff;
	}

	ul.nav_introduction_sub li a:hover {
		opacity: 1;
		background-color: #0070C0;
		color: #fff;
	}
}

@media (min-width: 1200px) {
	.bg_nav_introduction {
		width: 100%;
		background-color: #EAF5F8;
		margin-bottom: 50px;
	}

	.bg_nav_introduction .container {
		position: relative;
		padding: 40px 0 25px;
	}

	.bg_nav_introduction .container:before {
		content: '';
		display: block;
		border-bottom: 40px solid #EAF5F8;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		position: absolute;
		top: -39px;
		left: 190px;
	}

	#introduction2 .bg_nav_introduction .container:before {
		right: 190px;
		left: inherit;
	}

	ul.nav_introduction_sub {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	ul.nav_introduction_sub li {
		width: 23%;
		margin-right: 2.6666666%;
		margin-bottom: 15px;
	}

	ul.nav_introduction_sub li:nth-of-type(4n) {
		margin-right: 0;
	}

	ul.nav_introduction_sub li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		width: 100%;
		padding: 1em 1em;
		background-color: #fff;
		border: 1px solid #0070C0;
	}

	ul.nav_introduction_sub li.active a {
		background-color: #0070C0;
		color: #fff;
	}

	ul.nav_introduction_sub li a:hover {
		opacity: 1;
		background-color: #0070C0;
		color: #fff;
	}
}

@media (max-width: 767px) {
	h3.introduction {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0.2em 0 0.2em 0.5em;
		border-left: 5px solid #0070C0;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	.cont_introduction {
		border: 1px solid #aaa;
		padding: 20px;
		max-width: 460px;
		margin: 0 auto 30px;
	}

	.photo-ofi2 {
		height: 0;
		display: block;
		padding-bottom: 80%;
		background-color: #f5f5f5;
		overflow: hidden;
		position: relative;
	}

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

	h4.introduction {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #333;
		letter-spacing: 0.05em;
		margin: 10px 0 5px;
		line-height: 1.4;
		border-bottom: 2px dotted #999;
		padding-bottom: 10px;
	}

	.cont_introduction .text {
		font-size: 14px;
		line-height: normal;
	}

	p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 140px;
		height: 40px;
		background-color: #BE0A0C;
		border-radius: 30px;
		color: #fff;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		position: relative;
		margin: 10px auto 0;
	}

	p.btn_more a:after {
		content: '';
		display: block;
		background: url(../images/icon_introduction.png) 0 0 /14px 12px no-repeat;
		width: 14px;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 768px) {
	h3.introduction {
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0.2em 0 0.2em 0.6em;
		border-left: 5px solid #0070C0;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	.cont_introduction {
		width: 47%;
		border: 1px solid #ccc;
		margin-bottom: 40px;
		margin-right: 6%;
		padding: 25px;
	}

	.cont_introduction:nth-of-type(2n) {
		margin-right: 0;
	}

	.photo-ofi2 {
		height: 0;
		display: block;
		padding-bottom: 70%;
		background-color: #f5f5f5;
		overflow: hidden;
		position: relative;
	}

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

	h4.introduction {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #333;
		letter-spacing: 0.05em;
		margin: 15px 0 10px;
		line-height: 1.4;
		border-bottom: 2px dotted #999;
		padding-bottom: 10px;
	}

	.cont_introduction .text {
		font-size: 15px;
		line-height: normal;
	}

	p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 140px;
		height: 36px;
		background-color: #BE0A0C;
		border-radius: 30px;
		color: #fff;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		position: relative;
		margin-top: 7px;
	}

	p.btn_more a:after {
		content: '';
		display: block;
		background: url(../images/icon_introduction.png) 0 0 /14px 12px no-repeat;
		width: 14px;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 992px) {
	h3.introduction {
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0.2em 0 0.2em 0.6em;
		border-left: 5px solid #0070C0;
		margin-bottom: 25px;
		line-height: 1.4;
	}

	.cont_introduction {
		width: 47%;
		border: 1px solid #ccc;
		margin-bottom: 50px;
		margin-right: 6%;
		padding: 40px;
	}

	.cont_introduction:nth-of-type(2n) {
		margin-right: 0;
	}

	.photo-ofi2 {
		height: 0;
		display: block;
		padding-bottom: 70%;
		background-color: #f5f5f5;
		overflow: hidden;
		position: relative;
	}

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

	h4.introduction {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #333;
		letter-spacing: 0.05em;
		margin: 15px 0 15px;
		line-height: 1.4;
		padding-bottom: 10px;
		border-bottom: 2px dotted #999;
	}

	.cont_introduction .text {
		font-size: 15px;
		line-height: normal;
	}

	p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 180px;
		height: 42px;
		background-color: #BE0A0C;
		border-radius: 30px;
		color: #fff;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		position: relative;
		margin-top: 5px;
	}

	p.btn_more a:after {
		content: '';
		display: block;
		background: url(../images/icon_introduction.png) 0 0 /14px 12px no-repeat;
		width: 14px;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (max-width: 767px) {
	div.paging {
		text-align: center;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #0070c0;
		border: 1px solid #0070c0;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
	}

	div.paging span.paging-text a {
		padding: 3px 5px;
		display: block;
		color: #0070c0;
		background-color: #fff;
	}

	div.paging span.current {
		background: #0070c0;
		border: 1px solid #0070c0;
		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: #0070c0;
		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: #0070c0;
		border: 1px solid #0070c0;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
	}

	div.paging span.paging-text a {
		padding: 3px 8px;
		display: block;
		color: #0070c0;
		background-color: #fff;
	}

	div.paging span.current {
		background: #0070c0;
		border: 1px solid #0070c0;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 3px 8px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #0070c0;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}


/* introduction_view.html　物件紹介詳細
=========================================================================== */

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

	.thumb-list {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.thumb-item {
		list-style: none;
		width: 24%;
		margin-bottom: 5px;
		margin-right: 1.3333333%;
	}

	.thumb-item:nth-of-type(4n) {
		margin-right: 0;
	}

	.thumb-link {
		display: block;
	}

	.pic_view .swiper-container {
		margin: 0 0 15px 0 !important;
	}

	.pic_view .swiper-slide {
		display: block;
	}

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

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

	.cont_view {
		width: 100%;
	}

	h3.view {
		color: #333;
		width: 100%;
		padding: 0 0 0.6em;
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		border-bottom: 2px solid #333;
		;
	}

	.cont_view table {
		width: 100%;
		margin-bottom: 15px;
	}

	.cont_view table th {
		width: 100px;
		font-size: 14px;
		padding: 5px 0;
		border-bottom: 1px solid #aaa;
	}

	.cont_view table td {
		font-size: 14px;
		padding: 5px 5px;
		border-bottom: 1px solid #aaa;
		line-height: 1.6;
	}

	.cont_view .info {
		background-color: #f5f5f5;
		padding: 15px;
		line-height: normal;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.pic_view {
		width: 48%;
	}

	.thumb-list {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.thumb-item {
		list-style: none;
		width: 24%;
		margin-bottom: 5px;
		margin-right: 1.3333333%;
	}

	.thumb-item:nth-of-type(4n) {
		margin-right: 0;
	}

	.thumb-list {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.thumb-link {
		display: block;
	}

	.pic_view .swiper-container {
		margin: 0 0 15px 0 !important;
	}

	.pic_view .swiper-slide {
		display: block;
	}

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

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

	.cont_view {
		width: 48%;
	}

	h3.view {
		background-color: #444;
		color: #fff;
		width: 100%;
		padding: 0.5em 1em;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	.cont_view table {
		width: 100%;
		margin-bottom: 25px;
	}

	.cont_view table th {
		width: 110px;
		font-size: 15px;
		padding: 10px 0;
		border-bottom: 1px solid #aaa;
	}

	.cont_view table td {
		font-size: 15px;
		padding: 10px;
		border-bottom: 1px solid #aaa;
		line-height: 1.7;
	}

	.cont_view .info {
		background-color: #f5f5f5;
		padding: 15px;
		line-height: normal;
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {
	.pic_view {
		width: 48%;
	}

	.thumb-list {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.thumb-item {
		list-style: none;
		width: 16%;
		margin-bottom: 5px;
		margin-right: 0.8%;
	}

	.thumb-item:nth-of-type(6n) {
		margin-right: 0;
	}

	.thumb-link {
		display: block;
	}

	.pic_view .swiper-container {
		margin: 0 0 15px 0 !important;
	}

	.pic_view .swiper-slide {
		display: block;
	}

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

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

	.cont_view {
		width: 48%;
	}

	h3.view {
		background-color: #444;
		color: #fff;
		width: 100%;
		padding: 0.5em 1em;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	.cont_view table {
		width: 100%;
		margin-bottom: 25px;
	}

	.cont_view table th {
		width: 110px;
		font-size: 15px;
		padding: 10px 0;
		border-bottom: 1px solid #aaa;
	}

	.cont_view table td {
		font-size: 15px;
		padding: 10px;
		border-bottom: 1px solid #aaa;
		line-height: 1.7;
	}

	.cont_view .info {
		background-color: #f5f5f5;
		padding: 20px;
		line-height: normal;
		margin-bottom: 25px;
	}
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 20px !important;
	height: 33px !important;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 20px 33px !important;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.map_view iframe {
		width: 100%;
		height: 300px;
	}
}

@media (min-width: 768px) {
	.map_view iframe {
		width: 100%;
		height: 300px;
	}
}

@media (min-width: 992px) {
	.map_view iframe {
		width: 100%;
		height: 300px;
	}
}

@media (max-width: 767px) {
	.youtube_view {
		width: 100%;
		margin: 0 auto 40px;
	}

	.youtube_view .inner {
		width: 100%;
		height: 0;
		position: relative;
		padding-top: 56.25%;
		overflow: hidden;
	}

	.youtube_view .inner iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

@media (min-width: 768px) {
	.youtube_view {
		max-width: 740px;
		width: 100%;
		margin: 0 auto 50px;
	}

	.youtube_view .inner {
		width: 100%;
		height: 0;
		position: relative;
		padding-top: 56.25%;
		overflow: hidden;
	}

	.youtube_view .inner iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

@media (min-width: 992px) {
	.youtube_view {
		max-width: 740px;
		width: 100%;
		margin: 0 auto 70px;
	}

	.youtube_view .inner {
		width: 100%;
		height: 0;
		position: relative;
		padding-top: 56.25%;
		overflow: hidden;
	}

	.youtube_view .inner iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

@media (max-width: 767px) {
	h4.view {
		background-color: #0070bf;
		color: #fff;
		width: 100%;
		padding: 0.6em 0.8em;
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}

	h5.view {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.2em 0 0.2em 0.6em;
		border-left: 5px solid #0070bf;
		margin-bottom: 10px;
	}

	.overview {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
		margin-bottom: 20px;
	}

	.overview .ttl {
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 5px 5px 5px 7px;
		font-size: 14px;
		width: 25%;
		background-color: #e8ecef;
		font-weight: bold;
	}

	.overview .cont {
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 5px 5px 5px 7px;
		font-size: 14px;
		width: 75%;
	}

	.overview .cont .cont32 {
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.overview .cont .cont32:nth-of-type(3) {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	p.moyori {
		font-size: 13px;
		font-weight: bold;
	}

	.overview span.radio {
		position: inherit;
		margin: 0;
		display: inline-block;
	}

	.overview span.input {
		margin: 0 0.05em;
	}

	span.hougaku {
		display: inline-block;
		width: 70px;
	}

	span.genkyou {
		display: inline-block;
		margin-left: 20px;
	}

	ul.condition {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

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

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

@media (min-width: 768px) {
	h4.view {
		background-color: #0070bf;
		color: #fff;
		width: 100%;
		padding: 0.6em 1em;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}

	h5.view {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.2em 0 0.2em 0.6em;
		border-left: 5px solid #0070bf;
		margin-bottom: 10px;
	}

	.overview {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
		margin-bottom: 20px;
	}

	.overview .ttl {
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 5px 5px 5px 7px;
		font-size: 14px;
		width: 20%;
		background-color: #e8ecef;
		font-weight: bold;
	}

	.overview .cont {
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 5px 5px 5px 10px;
		font-size: 14px;
		width: 80%;
	}

	.overview .cont .cont32 {
		border-right: 1px dashed #ccc;
		padding: 0 15px;
	}

	.overview .cont .cont32:nth-of-type(1) {
		padding: 0 15px 0 0;
	}

	.overview .cont .cont32:nth-of-type(3) {
		border-right: none;
		padding: 0 0 0 15px;
	}

	.overview span.input {
		margin: 0 0.05em;
	}

	p.moyori {
		font-size: 13px;
		font-weight: bold;
	}

	.overview span.radio {
		position: inherit;
		margin: 0;
		display: inline-block;
	}

	span.hougaku {
		display: inline-block;
		width: 70px;
	}

	span.genkyou {
		display: inline-block;
		margin-left: 20px;
	}

	ul.condition {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

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

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

@media (min-width: 992px) {
	h4.view {
		background-color: #0070bf;
		color: #fff;
		width: 100%;
		padding: 0.6em 1em;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h5.view {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.2em 0 0.2em 0.6em;
		border-left: 5px solid #0070bf;
		margin-bottom: 10px;
	}

	.overview {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
		margin-bottom: 35px;
	}

	.overview .ttl {
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 5px 5px 5px 7px;
		font-size: 14px;
		width: 12%;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #e8ecef;
		color: #333;
		font-weight: bold;
	}

	.overview .cont {
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 5px 5px 5px 10px;
		font-size: 15px;
		width: 38%;
		line-height: 1.6;
	}

	.overview .cont .cont32 {
		border-right: 1px dashed #ccc;
		padding: 0 15px;
	}

	.overview .cont .cont32:nth-of-type(1) {
		padding: 0 15px 0 0;
	}

	.overview .cont .cont32:nth-of-type(3) {
		border-right: none;
		padding: 0 0 0 15px;
	}

	p.moyori {
		font-size: 13px;
		font-weight: bold;
	}

	.overview span.radio {
		position: inherit;
		margin: 0;
		display: inline-block;
	}

	.overview span.input {
		margin: 0 0.05em;
	}

	span.hougaku {
		display: inline-block;
		width: 70px;
	}

	span.genkyou {
		display: inline-block;
		margin-left: 20px;
	}

	ul.condition {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

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

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

@media (min-width: 1200px) {
	h4.view {
		background-color: #0070bf;
		color: #fff;
		width: 100%;
		padding: 0.6em 1em;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h5.view {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.2em 0 0.2em 0.6em;
		border-left: 5px solid #0070bf;
		margin-bottom: 10px;
	}

	.overview {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
		margin-bottom: 35px;
	}

	.overview .ttl {
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 5px 5px 5px 10px;
		font-size: 14px;
		width: 12%;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #e8ecef;
		color: #333;
		font-weight: bold;
	}

	.overview .cont {
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 5px 5px 5px 10px;
		font-size: 15px;
		width: 38%;
		line-height: 1.6;
	}

	.overview .cont .cont32 {
		border-right: 1px dashed #ccc;
		padding: 0 15px;
	}

	.overview .cont .cont32:nth-of-type(1) {
		padding: 0 15px 0 0;
	}

	.overview .cont .cont32:nth-of-type(3) {
		border-right: none;
		padding: 0 0 0 15px;
	}

	p.moyori {
		font-size: 13px;
		font-weight: bold;
	}

	.overview span.radio {
		position: inherit;
		margin: 0;
		display: inline-block;
	}

	.overview span.input {
		margin: 0 0.05em;
	}

	span.hougaku {
		display: inline-block;
		width: 70px;
	}

	span.genkyou {
		display: inline-block;
		margin-left: 20px;
	}

	ul.condition {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

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

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


.w100p {
	width: 100%;
}

@media (max-width: 767px) {
	ul.traffic {
		margin-bottom: 0;
	}

	ul.traffic li {
		margin-bottom: 7px;
		font-size: 14px;
		word-break: break-all;
	}

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

	ul.list_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
		margin-top: 10px;
	}

	ul.list_view li {
		background-color: #0070bf;
		color: #fff;
		padding: 0.2em 0.8em;
		margin-right: 15px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.info_view {
		width: 100%;
		background-color: #f5f5f5;
		padding: 20px;
		line-height: normal;
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	ul.traffic {
		margin-bottom: 0;
	}

	ul.traffic li {
		margin-bottom: 7px;
		font-size: 15px;
		word-break: break-all;
	}

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

	ul.list_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
		margin-top: 10px;
	}

	ul.list_view li {
		background-color: #0070bf;
		color: #fff;
		padding: 0.3em 1em;
		margin-right: 15px;
		margin-bottom: 10px;
		font-size: 15px;
	}

	.info_view {
		width: 100%;
		background-color: #f5f5f5;
		padding: 30px;
		line-height: normal;
		font-size: 15px;
		margin-top: 30px;
	}
}


/* company.html　会社案内
=========================================================================== */

@media (max-width: 767px) {
	.bg_company01 {
		padding: 25px 0 40px;
		background-color: #ecf5fb;
	}

	h3.company01 {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		line-height: 1.6;
	}

	h3.company01 span {
		color: #CB3F41;
		display: block;
	}

	h3.company01:after {
		content: '';
		display: block;
		width: 70px;
		height: 2px;
		background-color: #333;
		margin: 15px auto 15px;
	}

	p.ttl_company01 {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.6;
		text-align: center;
		color: #0070BF;
		margin-bottom: 25px;
	}

	.pic_company01 {
		width: 100%;
		position: relative;
		z-index: 2;
	}

	.cont_company01 {
		width: 100%;
		background-color: #fff;
		padding: 10px 20px 10px 20px;
	}

	.cont_company01 .flex_s {
		flex-direction: column;
	}

	p.number_company01 {
		color: #0070BF;
		font-family: 'Yellowtail', cursive;
		font-size: 36px;
		margin-bottom: 5px;
	}

	p.number_company01 span {
		font-size: 24px;
		display: inline-block;
		margin-right: 5px;
	}

	.cont_company01 h4 {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.4;
	}

	.cont_company01 p.text {
		font-size: 15px;
		line-height: 1.8;
	}

	#cont_company01 .cont_company01 {
		padding: 10px 20px 10px 20px;
	}

	#cont_company01 {
		margin-bottom: 0 !important;
	}

	.mb_company01 {
		margin-bottom: 130px;
	}

	p.logo_misawa {
		width: 200px;
		position: absolute;
		bottom: -100px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
	}

	p.logo_misawa a {
		display: block;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_company01 {
		padding: 40px 0 40px;
		background-color: #ecf5fb;
	}

	h3.company01 {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
	}

	h3.company01 span {
		color: #CB3F41;
	}

	h3.company01:after {
		content: '';
		display: block;
		width: 100px;
		height: 2px;
		background-color: #333;
		margin: 30px auto 30px;
	}

	p.ttl_company01 {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		color: #0070BF;
		margin-bottom: 30px;
	}

	.pic_company01 {
		width: 40%;
		position: relative;
		z-index: 2;
	}

	.cont_company01 {
		width: 56%;
		background-color: #fff;
		padding: 10px 20px 10px 30px;
	}

	.cont_company01 .flex_s {
		flex-direction: column;
	}

	p.number_company01 {
		color: #0070BF;
		font-family: 'Yellowtail', cursive;
		font-size: 36px;
		margin-bottom: 5px;
	}

	p.number_company01 span {
		font-size: 24px;
		display: inline-block;
		margin-right: 5px;
	}

	.cont_company01 h4 {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	.cont_company01 p.text {
		font-size: 15px;
		line-height: 1.8;
	}

	#cont_company01 .cont_company01 {
		margin-right: -4%;
		margin-left: inherit;
		padding: 20px 30px 30px 40px;
	}

	#cont_company01 {
		margin-bottom: 0 !important;
	}

	.mb_company01 {
		margin-bottom: 130px;
	}

	p.logo_misawa {
		width: 200px;
		position: absolute;
		left: 300px;
		bottom: -100px;
		z-index: 2;
	}

	p.logo_misawa a {
		display: block;
	}
}

@media (min-width: 992px) {
	.bg_company01 {
		padding: 50px 0;
		background-color: #ecf5fb;
		max-width: 1840px;
		width: 100%;
		margin: 0 auto;
	}

	h3.company01 {
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
	}

	h3.company01 span {
		color: #CB3F41;
	}

	h3.company01:after {
		content: '';
		display: block;
		width: 100px;
		height: 2px;
		background-color: #333;
		margin: 30px auto 30px;
	}

	p.ttl_company01 {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		color: #0070BF;
		margin-bottom: 40px;
	}

	.pic_company01 {
		width: 31%;
		position: relative;
		z-index: 2;
	}

	.cont_company01 {
		width: 73%;
		background-color: #fff;
		padding: 20px 20px 30px 100px;
		margin-bottom: -100px;
		margin-left: -4%;
	}

	p.number_company01 {
		color: #0070BF;
		font-family: 'Yellowtail', cursive;
		font-size: 43px;
	}

	p.number_company01 span {
		font-size: 30px;
		display: inline-block;
		margin-right: 5px;
	}

	.cont_company01 h4 {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-left: 30px;
	}

	.cont_company01 p.text {
		font-size: 16px;
		line-height: 2;
	}

	#cont_company01 .cont_company01 {
		margin-right: -4%;
		margin-left: inherit;
		padding: 20px 100px 30px 70px;
	}

	.mb_company01 {
		margin-bottom: 170px;
	}

	p.logo_misawa {
		width: 220px;
		position: absolute;
		left: 350px;
		bottom: -165px;
		z-index: 2;
	}

	p.logo_misawa a {
		display: block;
	}
}

@media (min-width: 1200px) {
	.mb_company01 {
		margin-bottom: 100px;
	}

	p.logo_misawa {
		width: 240px;
		position: absolute;
		left: 400px;
		bottom: -145px;
		z-index: 2;
	}

	p.logo_misawa a {
		display: block;
	}
}


@media (max-width: 767px) {
	h3.company {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	h3.company span {
		color: #0070BF;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		letter-spacing: 0;
		font-size: 21px;
		text-align: center;
		margin-bottom: 7px;
		display: block;
	}

	#company02 {
		margin-top: 50px;
	}

	table.company02 {
		width: 100%;
	}

	table.company02 th {
		width: 100%;
		display: block;
		padding: 7px 10px;
		font-size: 14px;
		background-color: #e9dddd;
	}

	table.company02 td {
		width: 100%;
		display: block;
		padding: 7px 10px 12px;
		font-size: 14px;
		line-height: 1.7;
	}

	#company03 p.s16_c {
		margin-bottom: 10px;
	}

	#company03 p.s16_c:before {
		content: "\f239";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	h3.company {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 25px;
	}

	h3.company span {
		color: #0070BF;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		letter-spacing: 0;
		font-size: 21px;
		text-align: center;
		margin-bottom: 7px;
		display: block;
	}

	#company02 {
		margin-top: 50px;
	}

	table.company02 {
		width: 100%;
	}

	table.company02 th {
		width: 180px;
		padding: 20px;
		font-size: 15px;
		border-bottom: 1px solid #00468C;
	}

	table.company02 td {
		padding: 20px;
		font-size: 15px;
		border-bottom: 1px solid #ccc;
		line-height: 1.7;
	}

	#company03 p.s16_c {
		margin-bottom: 15px;
	}

	#company03 p.s16_c:before {
		content: "\f239";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	h3.company {
		font-size: 27px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 25px;
	}

	h3.company span {
		color: #0070BF;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		letter-spacing: 0;
		font-size: 28px;
		text-align: center;
		margin-bottom: 7px;
		display: block;
	}

	#company02 {
		margin-top: 70px;
	}

	table.company02 {
		width: 100%;
	}

	table.company02 th {
		width: 240px;
		padding: 20px;
		font-size: 15px;
		border-bottom: 1px solid #00468C;
	}

	table.company02 td {
		padding: 20px;
		font-size: 15px;
		border-bottom: 1px solid #ccc;
	}

	#company03 p.s16_c {
		margin-bottom: 20px;
	}

	#company03 p.s16_c:before {
		content: "\f239";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.access_map iframe {
		width: 100%;
		height: 300px;
	}
}

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

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

@media (max-width: 767px) {
	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 40px;
		border: 1px solid #195897;
		font-size: 14px;
		margin: 20px auto 0;
	}

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

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

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


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

@media (max-width: 767px) {
	h3.contact {
		width: 100%;
		background-color: #0C87C6;
		color: #fff;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		padding: 0.6em 0.5em;
		text-align: center;
		margin-bottom: 15px;
	}

	p.tel_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 24px;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 5px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /24px 17px no-repeat;
		width: 24px;
		height: 17px;
		margin-right: 7px;
		margin-bottom: 2px;
	}

	p.tel_contact02 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 24px;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact02:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /14px 20px no-repeat;
		width: 14px;
		height: 20px;
		margin-right: 4px;
		margin-bottom: 2px;
	}

	p.text_contact01 {
		font-size: 15px;
		text-align: center;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	h3.contact {
		width: 100%;
		background-color: #0C87C6;
		color: #fff;
		font-size: 19px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		padding: 0.5em 1em;
		text-align: center;
		margin-bottom: 20px;
	}

	p.tel_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 30px;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 60px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /32px 20px no-repeat;
		width: 32px;
		height: 20px;
		margin-right: 7px;
		margin-bottom: 2px;
	}

	p.tel_contact02 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 30px;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact02:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /20px 28px no-repeat;
		width: 20px;
		height: 28px;
		margin-right: 4px;
		margin-bottom: 2px;
	}

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

@media (min-width: 992px) {
	h3.contact {
		width: 100%;
		background-color: #0C87C6;
		color: #fff;
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		padding: 0.5em 1em;
		text-align: center;
		margin-bottom: 20px;
	}

	p.tel_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 30px;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 60px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /32px 20px no-repeat;
		width: 32px;
		height: 20px;
		margin-right: 7px;
		margin-bottom: 2px;
	}

	p.tel_contact02 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 30px;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact02:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /20px 28px no-repeat;
		width: 20px;
		height: 28px;
		margin-right: 4px;
		margin-bottom: 2px;
	}

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

@media (min-width: 1200px) {
	h3.contact {
		width: 100%;
		background-color: #0C87C6;
		color: #fff;
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		padding: 0.5em 1em;
		text-align: center;
		margin-bottom: 30px;
	}

	p.tel_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 36px;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 70px;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /40px 27px no-repeat;
		width: 40px;
		height: 27px;
		margin-right: 7px;
	}

	p.tel_contact02 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 36px;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact02:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /26px 36px no-repeat;
		width: 26px;
		height: 36px;
		margin-right: 4px;
	}

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

span.tel_link_contact {
	color: #333;
}

span.red {
	color: #ff0000;
}

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

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 14px;
	}

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

@media (min-width: 768px) and (max-width:991px) {
	.bg_contact02 {
		background-color: #ecf5fb;
		padding: 10px 10px;
		margin-bottom: 20px;
	}

	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 28%;
		padding: 10px 5px 10px 0;
		font-size: 14px;
	}

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

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

@media (min-width: 992px) {
	.bg_contact02 {
		background-color: #ecf5fb;
		padding: 10px 10px;
		margin-bottom: 30px;
	}

	table.contact {
		width: 100%;
		padding: 10px 0;
	}

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

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

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

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

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

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

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

table.contact th.must:after {
	content: '必須';
	display: inline-block;
	width: 36px;
	height: 16px;
	background-color: #ff0000;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	margin-left: 15px;
	float: right;
}

/*
table.contact th.any:after {
content: '任意';
display: inline-block;
width: 36px;
height: 16px;
background-color: #ececec;
text-align: center;
color: #777;
font-size: 10px;
line-height: 16px;
margin-left: 15px;
float: right;
}
*/

@media (max-width: 767px) {
	table.contact td input.write {
		padding: 0.6em 0.6em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ddd;
	}
}

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

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

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

select {
	padding: 0.3em 0.5em;
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.6em 0.6em;
		border: 1px solid #ddd;
		background-color: #fff;
	}
}

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

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

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

.privacyBox {
	height: 160px;
	overflow: auto;
	overflow-y: scroll;
	font-size: 14px;
	line-height: normal;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #fff;
}

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

p.text_privacy {
	font-size: 13px;
	line-height: 1.6;
}

ul.privacy li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 13px;
}

p.name_policy {
	text-align: right;
	margin-right: 50px;
	line-height: 1.8;
}

h4.privacy {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6;
	margin-top: 10px;
}

p.name_privacy {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-right: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo{margin: 5px;}




.sp {
	display: none;
}

@media (max-width: 767px) {
	.sp {
		display: block;
	}
}

/*2023/9/26追加*/
.top-business-sub-title {
    width: 100%;
    height: 26px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #DBEDF2;
    position: relative;
    margin-bottom: 0;
	padding-bottom: 8px;
}
.sp-break {
	display: none;
}
@media (max-width: 1199px) {
	.top-business-sub-title {
		justify-content: left;
		padding-left: 17px;
	}
}
@media (max-width: 991px) {
	.top-business-sub-title {
		padding-left: 7px;
	}
}
@media (max-width: 767px) {
	.top-business-sub-title {
		padding-left: 17px;
	}
}

.contact-sub-title {
	color: #0070BF;
    font-weight: bold;
    font-size: 19px;
    margin: 8px 0px;
}
@media (max-width: 767px) {
	.contact-sub-title {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.sp-break {
		display: none;
	}
}
.heder-sub-title {
	color: #0070BF;
	font-size: 21px;
	font-weight: bold;
	margin-right: 35px;
}
.info_h_2 {
	justify-content: space-between;
}
@media (max-width: 1299px) {
	.heder-sub-title {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.heder-sub-title {
		margin-right: 45px;
	}
}

.contact-sub-title2 {
	color: #0070BF;
    font-weight: bold;
    font-size: 32px;
    margin: 8px 0px;
}
@media (max-width: 767px) {
	.contact-sub-title2 {
		text-align: center;
		font-size: 20px;
	}
}











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