@charset "utf-8";

/*共通*/
.m_form_btn input,
.m_mv_txt_ja,
.btn05,
.m_visual_ttl_en,
.m_message_catch,
#under .catch,
.imglink_box_ttl,
.reason_line_text_ttl,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Serif", "Noto Serif JP", serif;
	font-weight: normal;
}
.m_band_ttl,
.m_visual_ttl_ja,
.m_slash_ttl span {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
		Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

small {
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka,
		"MS PGothic", arial, helvetica, sans-serif;
}


/* M PLUS Rounded || Sawarabi Mincho を使うときコメント外す */
.ttl_top_lv02 {
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 3.9rem;
}

.ttl_top_lv02 em:before,
.ttl_top_lv02 em:after {
	display: none;
}

.ttl_top_lv02 span {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-top: 1rem;
}

#under .catch {
	margin: 7rem 0 7rem;
	font-size: 2.7rem;
	color: #364fa9;
}

#gpress .header03 {
	position: relative;
}

.hm_txt {
	color: #364fa9;
}

/*背景画像系*/
.before_footer_hasbg01:before {
	/*background: url(../images/f_bg01.jpg) center center no-repeat;*/
	/*background-size: cover;*/
}

.bg_opactiy:before {
	background: rgba(81, 46, 29, 0.75);
}

.parallax_title .h2box {
	background: rgba(180, 180, 180, 0.7);
}
.table_price td,
.table_price th {
	width: 50%;
}

/*.imglink_box.set01 .box,*/
.imglink_box .box {
	min-height: 230px;
}
.imglink_box .box .box_inner {
	height: 100%;
	width: 100%;
	display: block;
	min-height: auto;
}

.side_nav_wrap {
	background: #fff;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_setbox
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_setbox .setbox_img {
	height: 250px;
}

.mod_setbox .box {
	background: #e6e6e6;
}
.mod_setbox .setbox_img:before {
	background: rgba(0, 0, 0, 0.43);
}

/*btn*/
.btn_width_auto {
	max-width: inherit !important;
	display: inline-block !important;
	width: auto !important;
}

/*****************************
------------------------------
ふわっとフェードイン
------------------------------
*****************************/
.sa {
	opacity: 0;
	transition: all 1s ease;
}

.sa.show {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.sa--lr {
	-webkit-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
}

.sa--rl {
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0);
}

.sa--up {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.sa--down {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
}

.sa--scaleUp {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.sa--scaleDown {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.sa--rotateL {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sa--rotateR {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.img_bg_block .inner {
	overflow: visible;
}

/*その他の追加変更 ここから*/

.side_logo {
    width: 200px;
}

.side_scroll {
	display: none;
}

.fixed_gnav:before {
	display: none;
}

.img_bg_block:before {
	display: none;
}

.inner_full {
	width: 100%;
	position: relative;
}

.m_band_ttl {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	color: #fff;
	padding-left: 2rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	line-height: 1.7;
}

.m_band_ttl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 105px);
	height: 100%;
	background: #364fa9;
	display: block;
	z-index: 9;
}

.m_band_ttl em {
	position: relative;
	z-index: 10;
}

.m_band_ttl span {
	position: relative;
	z-index: 10;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

.btn_wrap {
	background: none;
	text-align: center;
}

.btn05 {
	display: inline-block;
	text-decoration: none;
	padding: 1.8rem 2rem;
	background: url(../images/btn_arrow.png) right 10px bottom 10px no-repeat;
	background-size: 131px auto;
	width: 100%;
	border: 1px solid #3451bb;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.hamburger {
	position: fixed;
}

.header02.underheader {
	border-bottom: 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	height: calc(100vh - 80px);
	position: relative;
	padding: 0 0 20px 100px;
}

.m_mv_scroll {
	position: absolute;
	top: calc(50% - 20px);
	right: 20px;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10px;
}

.m_mv_logo {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
}

.m_mv_news {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.m_mv_main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #008def;
	overflow: hidden;
}

.m_mv_layer01,
.m_mv_layer02,
.m_mv_layer03,
.m_mv_human {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.js_oft img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.m_mv_human img {
	object-position: right top;
	object-fit: cover;
	font-family: "object-fit: cover; object-position: right top;";
}

.m_mv_human {
	z-index: 1;
}

.m_mv_layer01 {
	z-index: 2;
	opacity: 0.47;
}

.m_mv_layer02 {
	z-index: 3;
	opacity: 0.29;
}

.m_mv_layer03 {
	z-index: 4;
	top: 0;
	left: 0;
}

.m_mv_txt {
	color: #fff;
	position: relative;
	z-index: 100;
}

.m_mv_txt_ja {
	font-size: 5.9rem;
	letter-spacing: 0.19em;
	line-height: 1.6;
	display: block;
	position: relative;
	margin-bottom: 0.8em;
	padding-bottom: 0.6em;
}

.m_mv_txt_ja:before {
	content: "";
	width: 2em;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.m_mv_txt_en {
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	display: block;
}

.m_mv_news {
	display: flex;
	background: #364fa9;
	width: 950px;
	align-items: center;
	height: 100px;
	overflow: hidden;
}

.m_mv_news_title {
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 150px;
	height: 100%;
	padding-left: 3rem;
}

.m_mv_news_body {
	flex: 1 1 0%;
	overflow: hidden;
	padding: 0 3rem 0 0;
}
.m_mv_news_txt {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m_mv_news_txt a {
	color: #fff;
	text-decoration: none;
	display: inline;
	font-size: 1.4rem;
}

.m_mv_news_txt .date {
	margin-right: 3rem;
	letter-spacing: 0.1em;
}

.m_mv_news_txt .text {
	margin-right: 1.5rem;
	letter-spacing: 0.1em;
}

.m_mv_news_link {
	width: 120px;
	padding-right: 3rem;
	text-decoration: none;
	color: #fff;
	background-size: 1.8rem auto;
	padding-left: 2.8rem;
	position: relative;
	display: block;
	letter-spacing: 0.1em;
}

.m_mv_news_link:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	width: 1rem;
	height: 1rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_message {
}

.top_message .img_bg_block {
	padding: 14rem 0 15.5rem;
}

.top_message .img_bg_block:before {
	display: block;
	width: 43%;
	background: #f2f8ff;
	height: calc(100% + 20px);
	top: -20px;
}

.m_message {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m_message_item {
	width: 52.1%;
}

.m_message_item:nth-of-type(2) {
	width: auto;
	flex: 1 1 0%;
	margin-left: 5%;
}

.m_message_ttl {
	display: inline-block;
	padding-right: 2rem;
	padding-left: 0;
	margin-bottom: 2.5rem;
}

.m_message_ttl:before {
	right: 0;
	left: auto;
}

.m_message_catch {
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.m_message_txt p {
	line-height: 2.5;
	font-size: 1.4rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
consult
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_consult {
}

.top_consult .img_bg_block {
	padding: 0;
}

.top_consult_head {
	background: url(../images/top_consult_bg.jpg) center center no-repeat;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 8.5rem 0 8.5rem;
	position: relative;
	border-bottom: 2px solid #fff;
	z-index: 9;
}

.top_consult_ttl {
	color: #fff;
	margin-bottom: 0;
}

.top_consult_body {
	padding: 20px;
	background: #83a8e9;
}

.m_visual {
}

.m_visual_item {
	padding: 8rem 0;
	background: url(../images/top_consult_img01.jpg) center center no-repeat;
	background-size: cover;
}

.m_visual_inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.m_visual_body {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
	padding: 3.2rem 5rem 5.5rem;
	position: relative;
	width: 650px;
	margin-left: auto;
}

.m_visual_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.7rem;
}

.m_visual_ttl_en {
	color: #364fa9;
	font-size: 3.9rem;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

.m_visual_ttl_ja {
	position: relative;
	right: -50px;
}

.m_visual_catch {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.m_visual_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.9rem;
}

.m_visual_list_in li {
	background: url(../images/icon_check.png) left center no-repeat;
	background-size: 23px auto;
	padding-left: 32px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.m_visual_list_in li + li {
	margin-top: 0.9rem;
}

.m_visual_item:nth-of-type(2) {
	background-image: url(../images/top_consult_img02.jpg);
}

.m_visual_item:nth-of-type(3) {
	background-image: url(../images/top_consult_img03.jpg);
}

.m_visual_item:nth-of-type(2n) .m_visual_body {
	margin-right: auto;
	margin-left: 0;
}

.m_visual_item:nth-of-type(2n) .m_visual_head {
	flex-direction: row-reverse;
}

.m_visual_item:nth-of-type(2n) .m_visual_ttl_ja {
	right: auto;
	left: -50px;
	padding-left: 0;
	padding-right: 2rem;
}

.m_visual_item:nth-of-type(2n) .m_visual_ttl_ja:before {
	left: auto;
	right: 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
reason
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_reason {
	background: url(../images/top_reason_bg.png) left top no-repeat;
}

.top_reason .img_bg_block {
	overflow: hidden;
	padding: 90px 0 20px;
}

.top_reason_body {
	position: relative;
}

.top_reason_ttl {
	position: absolute;
	width: calc(50% - 40px);
	top: 10px;
	left: 0;
}

.m_slash {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	margin-bottom: -8rem;
}

.m_slash:after {
	content: "";
	display: block;
	clear: both;
}

.m_slash_item {
	width: calc(50% - 40px);
	float: right;
	margin-bottom: 8rem;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
	position: relative;
	overflow: hidden;
}
.m_slash_item:after,
.m_slash_item:before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	z-index: 9;
	width: 200%;
	padding-top: 200%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) rotate(15deg);
	transform: translateY(-50%) rotate(15deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.m_slash_item:before {
	box-shadow: 0px 0px 0px 32px rgb(123,137,190, 0.09);
}

.m_slash_item:after {
	box-shadow: 0px 0px 0px 27px rgb(54, 79, 169 , 0.06);
}

.m_slash_item:nth-of-type(2) {
	margin-top: 16rem;
}

.m_slash_item:nth-of-type(2n) {
	float: left;
}

.m_slash_cover {
	position: relative;
}

.m_slash_cover:before {
	content: "";
	width: 58%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	background: url(../images/top_reason_img01.jpg) center top no-repeat;
	background-size: cover;
}

.m_slash_item:nth-of-type(2) .m_slash_cover:before {
	background-position: center center;
	background-image: url(../images/top_reason_img02.jpg);
}

.m_slash_item:nth-of-type(3) .m_slash_cover:before {
	background-position: center center;
	background-image: url(../images/top_reason_img03.jpg);
}

.m_slash_item:nth-of-type(4) .m_slash_cover:before {
	background-position: center center;
	background-image: url(../images/top_reason_img04.jpg);
}

.m_slash_inner {
	width: 50%;
	margin-left: auto;
	padding: 5rem 3.9rem 5rem 0.5rem;
	position: relative;
	z-index: 10;
}

.m_slash_ttl {
	text-align: right;
	margin-bottom: 2.1rem;
}

.m_slash_ttl span {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #364fa9;
}

.m_slash_ttl em {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
	display: block;
}

.m_slash_txt {
	font-size: 1.4rem;
	line-height: 1.9;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
info
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_info {
}

.top_info .img_bg_block {
	padding: 0 0 100px;
}

.top_info_head {
	background: url(../images/top_info_bg.jpg) center center no-repeat;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 8.1rem 0 13.9rem;
	position: relative;
	z-index: 9;
}

.top_info_head .ttl_top_lv02 {
	margin-bottom: 0;
	color: #fff;
}

.top_info_body {
	position: relative;
	z-index: 10;
	background: #fff;
	max-width: 1400px;
	margin: -50px auto 0;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
}

.top_info_content {
	display: flex;
	justify-content: space-between;
	padding: 80px 100px;
}

.top_info_item {
	width: calc(50% - 40px);
}

.top_info_inner {
	padding: 30px 0;
}

.top_info_item table {
	margin-top: -1rem;
}

.top_info_img {
	padding-top: 0;
	height: 100%;
}

.table_underline {
}

.table_underline th,
.table_underline td {
	font-size: 1.4rem;
}
.table_underline td {
	padding-left: 10px;
}

.table_underline th {
	width: 115px;
	text-align: center;
}

.top_info_btn {
	margin-top: 4rem;
	margin-bottom: -2rem;
}
.top_info_btn .btn05 {
	margin-bottom: 2rem;
}

.gmap {
	height: 440px;
}

.gmap iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contact
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_contact {
	background: #f2f8ff;
}

.top_contact .img_bg_block {
	padding: 85px 0 100px;
}

.top_contact_ttl {
	margin-bottom: 4.5rem;
}

.top_contact_catch {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.m_form {
	max-width: 800px;
	margin: 5rem auto 0;
}

.m_form dl {
	display: flex;
}

.m_form dl + dl {
	margin-top: 1.6rem;
}

.m_form dt {
	flex: 1 1 0%;
	text-align: right;
	padding: 1.2rem 3rem 1.2rem 0;
	padding-right: 3rem;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.m_form dd {
	width: calc(100% - 220px);
}

.m_form dd input {
	background: #fff;
	padding: 1.3rem 1rem;
	width: 100%;
	font-size: 1.6rem;
}

.m_form dd textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	padding: 1rem;
}

.m_form_btn {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.m_form_btn input {
	background: #3451bb;
	color: #fff;
	letter-spacing: 1em;
	font-size: 1.8rem;
	padding: 2.2rem 7rem;
	text-align: center;
	text-indent: 1em;
	margin-left: 16px;
}

.m_form_btn .wpcf7c-btn-back {
    background: #184390;
}

.top_contact .wpcf7 form .wpcf7-response-output {
	margin: 2rem auto;
	border-color: #364fa9 !important;
	text-align: center;
}

.top_contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	border-color: #dc3232 !important;
}

.top_contact .wpcf7 .ajax-loader {
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
footer
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
footer {
	background: url(../images/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 11;
}

.m_footer {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding: 55px 80px 50px 200px;
}

.m_footer_head {
	width: 250px;
	position: absolute;
	left: 0;
	top: -30px;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
}

.m_footer_body {
	max-width: 1200px;
	padding-left: 120px;
}

.m_footer_body_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m_footer_links {
	display: flex;
	flex: 1 1 0%;
	margin-right: 25px;
}

.m_footer_list {
}

.m_footer_list {
	margin-right: 45px;
	margin-bottom: -2rem;
}

.m_footer_list:last-of-type {
	margin-right: 0;
}

.m_footer_list li {
	margin-bottom: 2.4rem;
}

.m_footer_list li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
	display: block;
	position: relative;
}

.m_footer_list .menu-item-has-children > a {
	margin-bottom: 1.5rem;
}

.m_footer_list li .sub-menu {
	padding-left: 3rem;
}

.m_footer_list li li {
	margin-bottom: 1.5rem;
}

.m_footer_list li li a {
	padding-left: 1em;
	position: relative;
}

.m_footer_list li li a:before {
	content: "-";
	margin-right: 0.5rem;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.m_footer_bnr {
	width: 300px;
}

.m_footer_bnr a {
	background: #fff;
	display: block;
}

.m_footer_bnr a + a {
	margin-top: 15px;
}

footer small {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.11em;
	text-align: right;
	display: block;
	margin-top: 1.2rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pagetop
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_pagetop {
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 10000;
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}

.m_pagetop.js_scroll_mv_over {
	opacity: 1;
	pointer-events: auto;
}

.m_pagetop a {
	padding: 0 33px;
	display: block;
}

/*****************************
------------------------------
@media
------------------------------
*****************************/

/*pc*/
@media screen and (min-width: 1241px) {
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.header02 .header_main h1 {
		width: 290px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.header02 .sub_menu_block {
		border-top: 1px solid #fff;
	}

	.header02 .header_info_other {
		width: 251px;
	}

	.header02 .nav_li {
		max-height: 80px;
	}

	.header02 .nav_li > a {
		height: 80px;
		letter-spacing: 0.1em;
	}

	.header02 .header_main_home {
		width: 100px;
	}
	.header02 .header_info_other_mini {
		margin-right: 150px;
	}
	.tb_only {
		display: none !important;
	}
	/*その他の追加変更 ここから*/
}

/*pctb*/
@media all and (min-width: 768px) {
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.header02 .info_forth {
		border-top: 1px solid #fff;
		display: block;
	}

	.header02 .header_info_first {
		background: #99958d;
	}

	.header02 .header_info_second {
		background: #b3b0aa;
	}

	.header02 .header_info_big {
		background: #3990ad;
	}
	.header02 .info_forth {
		background: #207c9a;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header03
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.header03 .header_main {
		width: 216px;
		padding: 0;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	mod_sidebg
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.mod_side_bg:before {
		/*background-image: url(../images/side_bg01.png);*/
		background-position: right -390px center;
		background-size: cover;
	}

	.side_bg_box {
		width: 68%;
		padding: 40px;
		background: rgba(255, 255, 255, 0.7);
	}

	#fixed_side .contact {
		background: #acaacc;
	}

	#fixed_side .tel {
		background: #a43a35;
	}
	.m_form_btn input {
		transition: 0.3s;
	}
	.m_form_btn input:hover {
		opacity: 0.7;
	}
}

/*2000px 以上*/
@media screen and (min-width: 2000px) {
	/*その他の追加変更 ここから*/
}

/*特殊*/
@media screen and (max-width: 1400px) and (min-width: 1041px) {
	.m_footer_list {
		margin-right: 35px;
	}

	.m_footer_bnr {
		width: 250px;
	}

	.m_footer_list li a {
		font-size: 1.3rem;
	}

	.m_footer_list li .sub-menu {
		padding-left: 2rem;
	}

	.m_footer_list {
		min-width: 8em;
	}
}

@media screen and (max-width: 1250px) and (min-width: 1041px) {
}

/*tbsp*/

@media screen and (max-width: 1040px) {
}

/*tb*/
@media screen and (min-width: 768px) and (max-width: 1240px) {
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header02 .header_main_home {
		width: 70px;
	}
	.header02 .header_info_big {
		width: 105px;
	}

	.header02 .header_info_other {
		width: 176px;
		overflow: hidden;
		height: 70px;
	}
	.header02 .header_info_other_mini {
		margin-right: 106px;
	}

	/*その他の追加変更 ここから*/
	.m_footer_head {
		width: 250px;
	}

	.m_footer_bnr {
		width: 300px;
		margin-top: 3rem;
	}

	.m_footer_links {
		margin-right: 0;
	}

	.m_footer_list li a {
		font-size: 1.8rem;
	}

	.m_footer {
		padding: 50px 60px 40px 300px;
	}

	.m_footer_body {
		padding-left: 0;
	}

	footer small {
		margin-top: 3rem;
		text-align: center;
	}

	.btn05 {
		background-size: 20% auto;
	}

	.gmap {
		height: 300px;
	}

	.m_pagetop a {
		padding: 0 15px;
	}

	.m_footer_body_inner {
		flex-direction: column;
	}

	.m_mv_news {
		width: 65%;
	}

	.m_mv_txt_ja {
		font-size: 4.1vw;
	}

	.m_message_txt p {
		font-size: 1.6rem;
	}
	.m_message_catch {
		font-size: 3.2rem;
		padding-left: 2rem;
	}

	.top_info_content {
		padding: 50px 40px;
	}

	.top_info_item {
		width: calc(50% - 20px);
	}

	.top_contact .img_bg_block {
		padding: 55px 0 70px;
	}

	.top_info .img_bg_block {
		padding: 0 0 70px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
	.m_footer_list li a {
		font-size: 1.5rem;
	}

	.m_footer_head {
		width: 150px;
	}

	.m_footer {
		padding: 50px 40px 40px 110px;
	}

	.m_footer_list {
		margin-right: 35px;
	}

	.m_mv {
		padding: 0 0 20px 75px;
	}

	.m_mv_news_title {
		width: 120px;
	}

	.m_mv_logo {
		width: 150px;
	}

	.m_mv_news_link {
		width: 100px;
	}

	.m_slash_inner {
		padding: 5rem 2.3vw 5rem 0.5rem;
	}

	.m_slash_ttl em {
		font-size: 2.1vw;
	}

	.m_slash_item {
		width: calc(50% - 15px);
	}

	.m_message_catch {
		font-size: 2.8rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 850px) {
	.m_footer_head {
		width: 125px;
		position: relative;
		left: 0;
		top: auto;
		margin: 0 auto;
	}

	.m_footer {
		padding: 50px 50px 40px 50px;
	}

	.m_footer_links {
		margin-top: 5rem;
	}

	.m_footer_list li a {
		font-size: 1.7rem;
	}

	.m_footer_bnr {
		margin-top: 5rem;
	}

	footer small {
		margin-top: 5rem;
	}
}

/*sp*/
@media screen and (max-width: 767px) {
	.tb_only {
		display: none !important;
	}
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header02 {
		height: 0;
	}

	.hamburger {
		top: 0;
		right: 0;
	}

	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	fixed_footer
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.fixed_footer .contact {
		background: #3d8eff;
	}

	.fixed_footer .tel {
		background: #14a83a;
	}

	.mod_bnr_box img {
		width: 300px;
	}

	.news_box a {
		display: inline;
	}

	.fixed_footer {
		display: flex;
		height: 12vw;
		background: #3451bb;
		transition: 0.3s;
	}

	.js_fix_hide {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	.fixed_footer .contact a,
	.fixed_footer .tel a,
	.fixed_footer .ptop a {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.fixed_footer .contact {
		float: none;
		width: 44.375%;
		background: none;
		display: flex;
		height: 100%;
		border-right: 1px solid #fff;
	}

	.fixed_footer .contact span {
		max-width: none;
		width: 100%;
	}

	.fixed_footer .ptop {
		float: none;
		width: 11.25%;
		background: #83a8e9;
		display: flex;
		height: 100%;
	}

	.fixed_footer .ptop span {
		max-width: none;
		width: 100%;
	}

	.fixed_footer .ptop img {
		width: 100%;
		padding: 0;
	}

	.fixed_footer .contact img {
		max-width: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		padding: 0;
	}

	.fixed_footer .tel {
		border-right: 1px solid #fff;
		width: 44.375%;
		background: none;
		display: flex;
		height: 100%;
	}

	.fixed_footer .tel span {
		max-width: none;
		width: 100%;
		padding: 0;
	}

	.fixed_footer .tel img {
		width: 100%;
		max-width: none;
		margin: 0 auto;
		padding: 0;
	}

	/*その他の追加変更 ここから*/

	.inner_full {
	}

	.m_band_ttl {
		font-size: 1.6rem;
		padding-left: 2rem;
		padding-top: 0.4rem;
		padding-bottom: 0.9rem;
	}

	.m_band_ttl:before {
		width: calc(100% + 105px);
	}

	.m_band_ttl span {
		font-size: 2rem;
	}

	.btn05 {
		padding: 1.8rem 2rem;
		background: url(../images/btn_arrow.png) right 10px bottom 5px no-repeat;
		background-size: 80px auto;
	}

	.ttl_top_lv02 {
		font-size: 2.9rem;
	}

	.ttl_top_lv02 span {
		font-size: 1.6rem;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.m_mv {
		height: auto;
		padding: 10% 0 10% 0;

	}

	.m_mv_scroll {
		top: calc(50% - 20px);
		right: 10px;
		padding: 0 10px;
	}

	.m_mv_logo {
		position: relative;

		width: 50%;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.m_mv_news {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 100;
	}

	.m_mv_main {
		align-items: flex-start;
		position: absolute;
		top: 0;
		left: 0;
	}

	.m_mv_human img {
		object-position: center top;
		object-fit: cover;
		font-family: "object-fit: cover; object-position: center top;";
	}

	.m_mv_layer03 {
		z-index: 4;
		top: 0;
		left: 0;
	}

	.m_mv_txt {
		text-align: center;
		padding-top: 0;
		margin-top: 7%;
	}

	.m_mv_txt_ja {
		font-size: 6vw;
	}

	.m_mv_txt_ja:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.m_mv_news {
		position: relative;
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
		margin-top: 15%;
		padding: 1rem 2rem;
	}

	.m_mv_news_title {
		font-size: 2.2rem;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-left: 0;
		margin-bottom: 1.5rem;
	}

	.m_mv_news_body {
		padding: 0;
	}
	.m_mv_news_txt {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.m_mv_news_txt a {
		color: #fff;
		text-decoration: none;
		display: inline;
		font-size: 1.6rem;
	}

	.m_mv_news_txt .date {
		margin-right: 0;
		letter-spacing: 0.1em;
		display: block;
		margin-bottom:0.5rem;
	}

	.m_mv_news_txt .text {
		margin-right: 1.5rem;
		letter-spacing: 0.1em;
	}

	.m_mv_news_link {
		width: 100px;
		padding-right: 2rem;
		text-align: right;
		padding-left: 0;
		margin-left: auto;
		margin-top: 1.5rem;
	}

	.m_mv_news_link:before {
		right: 0;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_message {
	}

	.top_message .img_bg_block {
		padding: 30px 0 40px;
	}

	.top_message .img_bg_block:before {
		width: 67%;
		height: 100%;
    top: 0;
	}

	.m_message {
		display: block;
	}

	.m_message_item {
		width: 100%;
		text-align: center;
	}

	.m_message_item:nth-of-type(2) {
		margin-left: 0;
	}

	.m_message_ttl {
		display: inline-block;
		padding-right: 2rem;
		padding-left: 2rem;
		margin-bottom: 2.5rem;
		width: auto;
	}

	.m_message_ttl:before {
		width: 100%;
		right: 0;
		left: auto;
	}

	.m_message_catch {
		font-size: 2rem;
		text-align: left;
	}

	.m_message_txt {
		margin-top: 2rem;
	}

	.m_message_txt p {
		text-align: left;
		line-height: 2.1;
		font-size: 1.6rem;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
consult
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_consult_head {
		padding: 3rem 0 3rem;
	}

	.top_consult_ttl {
		color: #fff;
		margin-bottom: 0;
	}

	.top_consult_body {
		padding: 15px;
		background: #83a8e9;
	}

	.m_visual {
	}

	.m_visual_item {
		padding: 3rem 0;
	}

	.m_visual_inner {
		padding: 0 15px;
	}

	.m_visual_body {
		padding: 30px 25px;
		position: relative;
		width: 100%;
		margin-left: auto;
	}

	.m_visual_head {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-bottom: 2.7rem;
	}

	.m_visual_ttl_en {
		font-size: 3.2rem;
		margin-bottom: 1.5rem;
	}

	.m_visual_ttl_ja {
		position: relative;
		right: 0;
		display: inline-block;
		padding-right: 2rem;
	}

	.m_band_ttl span {
		font-size: 1.3rem;
	}

	.m_visual_ttl_ja:before {
		width: 100%;
	}

	.m_visual_catch {
		font-size: 1.6rem;
	}

	.m_visual_list {
		display: block;
		margin-top: 2.7rem;
	}

	.m_visual_list .m_visual_list_item + .m_visual_list_item {
		margin-top: 0.9rem;
	}

	.m_visual_list_in li {
		background: url(../images/icon_check.png) left center no-repeat;
		background-size: 23px auto;
		padding-left: 32px;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}

	.m_visual_list_in li + li {
		margin-top: 0.9rem;
	}

	.m_visual_item:nth-of-type(2n) .m_visual_body {
		margin-right: auto;
		margin-left: 0;
	}

	.m_visual_item:nth-of-type(2n) .m_visual_head {
		flex-direction: column;
	}

	.m_visual_item:nth-of-type(2n) .m_visual_ttl_ja {
		right: auto;
		left: 0;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.m_visual_item:nth-of-type(2n) .m_visual_ttl_ja:before {
		left: auto;
		right: 0;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
reason
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_reason {
    background-size: 120px auto;
}
	.top_reason .img_bg_block {
		overflow: hidden;
		padding: 40px 0 20px;
	}

	.top_reason_ttl {
		position: relative;
		width: 100%;
		top: 0;
	}

	.m_slash {
		display: block;
		margin-bottom: -8rem;
	}

	.m_slash:after {
		display: none;
	}

	.m_slash_item {
		width: 100%;
		float: none;
		margin-bottom: 3rem;
	}

	.m_slash_item:after,
	.m_slash_item:before {
		width: 200%;
		padding-top: 200%;
		top: 50%;
		left: 45%;
		-webkit-transform: translateY(-50%) rotate(15deg);
		transform: translateY(-50%) rotate(15deg);
	}

	.m_slash_item:nth-of-type(2) {
		margin-top: 0;
	}

	.m_slash_item:nth-of-type(2n) {
		float: left;
	}

	.m_slash_inner {
		width: 55%;
		margin-left: auto;
		padding: 3rem 2rem 3rem 1rem;
		display: flex;
		flex-direction: column;
		min-height: 260px;
		justify-content: center;
	}

	.m_slash_ttl {
		margin-bottom: 2.1rem;
	}

	.m_slash_ttl em {
		font-size: 4vw;
		margin-top: 0.5rem;
	}

	.m_slash_txt {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
info
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_info {
	}

	.top_info .img_bg_block {
		padding: 0 0 40px;
	}

	.top_info_head {
		padding: 3rem 0 3rem;
	}

	.top_info_body {
		margin: 0 auto 0;
	}

	.top_info_content {
		display: block;
		padding: 30px 15px;
	}

	.top_info_item {
		width: 100%;
	}

	.top_info_img {
		padding-top: 50%;
    }

    .top_info_inner {
    	padding: 0;
}

	.top_info_item table {
		margin-top: 3rem;
	}

	.table_underline th,
	.table_underline td {
		font-size: 1.6rem;
	}

	.table_underline th {
		width: 100px;
	}

	.top_info_btn {
		margin-top: 4rem;
		margin-bottom: -2rem;
	}
	.top_info_btn .btn05 {
		margin-bottom: 2rem;
	}

	.gmap {
		height: 240px;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contact
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_contact .img_bg_block {
		padding: 40px 0 40px;
	}

	.top_contact_ttl {
		margin-bottom: 3rem;
	}

	.top_contact_catch {
		font-size: 1.7rem;
	}

	.m_form {
		margin: 4rem auto 0;
	}

	.m_form dl {
		display: block;
	}

	.m_form dl + dl {
		margin-top: 1.5rem;
	}

	.m_form dt {
		text-align: left;
		padding: 0 3rem 0.5rem 0;
		padding-right: 0;
		font-size: 1.8rem;
	}

	.m_form dd {
		width: 100%;
	}

	.m_form dd input {
		padding: 1.3rem 1rem;
		width: 100%;
		font-size: 1.8rem;
	}

	.m_form dd textarea {
		font-size: 1.8rem;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
footer
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.m_footer_head {
		width: 125px;
		position: relative;
		left: 0;
		top: auto;
		margin: 0 auto;
	}

	.m_footer {
		padding: 25px 25px 21vw 25px;
	}

	.m_footer_links {
		margin-top: 5rem;
		display: block;
	}

	.m_footer_list li {
		margin-bottom: 1.5rem;
	}

	.m_footer_list li li {
		margin-bottom: 0.5rem;
	}

	.m_footer_list {
		margin-right: 0;
		margin-bottom: 0;
	}

	.m_footer_list li a {
		font-size: 1.9rem;
		display: inline-block;
	}

	.m_footer_list .menu-item-has-children > a {
		margin-bottom: 1rem;
	}

	.m_footer_bnr {
		margin: 5rem auto 0;
		max-width: 300px;
		width: 95%;
	}

	.m_footer_body {
		padding-left: 0;
	}

	.m_footer_body_inner {
		display: block;
	}

	footer small {
		margin-top: 5rem;
		text-align: center;
		font-size: 1rem;
	}

	/*______________________________________________________________________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	pagetop
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.m_pagetop {
		display: none;
	}

	.m_pagetop.js_scroll_mv_over {
		opacity: 1;
	}

	.m_pagetop a {
		padding: 0 33px;
		display: block;
	}

	.side_nav li {
		margin-bottom: 15px;
	}

	.side_nav .side_list_single .sub-menu {
		margin-top: 15px;
	}
}
