@charset "UTF-8";
/*
---------------------------------------------------------
    reset.css ver 1.2 [2008/11/25] 
    *This document validates as CSS level 3
    *GNU General Public License v3
    *http://higash.net/20081125/reset_css3.html

    Modify YUI Reset CSS, YUI Fonts CSS 
    *Copyright (c) 2008, Yahoo! Inc. All rights reserved.
    *http://developer.yahoo.com/yui/license.html
    
    Modify Formy CSS Form Framework 0.8(beta)
    *GNU General Public License v2
    *http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
}

/* --BODY-- */

body {
	font-family: 'Zen Kaku Gothic New', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.9;
	margin: 0 auto;
	padding: 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

body.open {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
	transition: all .2s ease-out;
	text-decoration: none;
	word-break: break-all;
}

a:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

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

ol,
ul {
	list-style: none;
}

q:before,
q:after {
	content: '';
}

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure,
figcaption,
summary {
	display: block;
}

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

.loader-wrap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff url(../img/common/logo.webp) center center no-repeat;
	background-size: 180px auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader {
	text-indent: -9999em;
}

/*
* #Header
*/

body {
	background: url(../img/common/bg1.webp) center top no-repeat;
	background-size: 100% auto;
}

header {
	margin-bottom: 75px;
}

.header-logo {
	position: relative;
	z-index: 1;
	width: 400px;
	height: 120px;
}

.header-logo:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: #fff;
	box-shadow: 10px 10px 40px rgba(0, 0, 0, .1);
	-webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 35px) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, calc(100% - 35px) 100%, 0% 100%);
}

.header-logo a {
	display: block;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.header-logo img {
	width: 297px;
}

.header-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
}

.header-nav .header-nav_sub {
	margin-bottom: 25px;
	transition: all .15s ease-out;
}

.scrolled .header-nav .header-nav_sub {
	margin-bottom: 0;
}

.header-nav_sub {
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	-ms-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-nav_sub ._ttl {
	font-weight: 500;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding-right: 30px;
	padding-left: 30px;
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-nav_sub ._ttl:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 30px;
	content: '';
	-ms-transform: translate(0, -50%) skew(-15deg, 0);
	transform: translate(0, -50%) skew(-15deg, 0);
	background: #d3d3d3;
}

.header-nav_sub ._btn a {
	display: block;
	display: -ms-flexbox;
	display: flex;
	width: 130px;
	height: 100%;
	height: 100%;
	text-align: center;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-nav_sub ._btn img {
	width: 76px;
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

.header-nav_sub_ec {
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-nav_sub_contact a {
	font-weight: 500;
	display: block;
	width: 200px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #4a82c2;
}

.header-nav_sub_contact a:hover {
	opacity: 1;
	background: #929292;
}

.header-nav_sub_contact a span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

.header-nav_sub_contact a span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 17px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/icon_mail.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 17 / 13;
}

.spNavBtn__btn {
	position: fixed;
	z-index: 112;
	top: 0;
	right: 0;
}

.spNavBtn__btn a {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	background: #3acb87;
	background: linear-gradient(90deg, #3acb87 0%, #4a82c2 100%);
}

.spNavBtn__btn a:after {
	position: absolute;
	top: 50%;
	left: 35%;
	display: block;
	width: 30%;
	height: 1px;
	content: '';
	transition: all .3s ease-out;
	background: #fff;
}

.open .spNavBtn__btn a:after {
	opacity: 0;
}

.spNavBtn__btn a span:before,
.spNavBtn__btn a span:after {
	position: absolute;
	left: 35%;
	display: block;
	width: 30%;
	height: 1px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: #fff;
}

.open .spNavBtn__btn a span:before,
.open .spNavBtn__btn a span:after {
	top: 50% !important;
	left: 50% !important;
	width: 30% !important;
	opacity: 1;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a span:before {
	top: 40%;
}

.open .spNavBtn__btn a span:before {
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}

.spNavBtn__btn a span:after {
	top: 60%;
}

.open .spNavBtn__btn a span:after {
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.spNavBtn__btn a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a:hover:after {
	left: 35%;
	width: 30%;
}

.spNavBtn__btn a:hover span:before,
.spNavBtn__btn a:hover span:after {
	left: 35%;
	width: 30%;
}

.open .spNavBtn__btn a:hover span:before,
.open .spNavBtn__btn a:hover span:after {
	width: 40% !important;
}

.spNavBtn__btn a:hover span:before {
	top: 40%;
}

.spNavBtn__btn a:hover span:after {
	top: 60%;
}

.open .spNavBtn__btn a {
	color: #929292;
	background: #929292;
}

#spNavBtn {
	display: none;
}

/**
 * #Footer
 */

footer {
	background: url(../img/common/footer_bg.webp) right bottom no-repeat;
	background-size: 530px auto;
}

.footer-logo {
	width: 300px;
	margin-bottom: 20px;
}

/**
 * #Main
 */

/*------------ common ------------*/

.w80p {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.js-slidein {
	transition: all .6s ease-out;
	-webkit-clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
}

.js-slidein._on {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.bg1 {
	background: #faf5f4;
}

.bg2 {
	background: #3acb87;
	background: linear-gradient(90deg, #3acb87 0%, #4a82c2 100%);
}

.table-1 {
	width: 100%;
	border-spacing: 0 10px;
	border-collapse: separate;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.table-1 th,
.table-1 td {
	font-weight: 500;
	line-height: 1.6;
	padding: 25px 30px;
	vertical-align: top;
}

.table-1 th {
	text-align: center;
	color: #fff;
	border-radius: 10px 0 0 10px;
	background: #3acb87;
	background: linear-gradient(90deg, #3acb87 0%, #4a82c2 100%);
}

.table-1 td {
	border-radius: 0 10px 10px 0;
	background: #faf5f4;
}

/*------------ top ------------*/

.top-fv {
	position: relative;
	padding-bottom: 160px;
	background: url(../img/common/bg2.webp) center bottom no-repeat;
	background-size: 100% auto;
}

.top-fv_txt,
.top-fv_img,
.top-fv_eng {
	opacity: 0;
}

.top-fv_img {
	margin-left: calc((315 / 1400) * 100vw);
	-webkit-clip-path: polygon(calc((157 / 1400) * 100vw) 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(calc((157 / 1400) * 100vw) 0%, 100% 0%, 100% 100%, 0% 100%);
}

.top-fv_txt {
	position: absolute;
	z-index: 3;
	top: 6vw;
	left: calc((100 / 1400) * 100vw);
	filter: drop-shadow(0 0 .14286vw #fff) drop-shadow(0 0 .28571vw #fff) drop-shadow(0 0 .5vw rgba(255, 255, 255, .8));
}

.top-fv_txt ._h1 {
	font-size: 4.5vw;
	font-weight: 700;
}

.top-fv_txt ._h1 ._grade {
	background: #3acb87;
	background: linear-gradient(90deg, #3acb87 0%, #4a82c2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top-fv_txt ._h1 ._s {
	font-size: 3.78571vw;
}

.top-fv_txt ._txt {
	font-size: 1.28571vw;
	font-weight: 700;
	color: #4a82c2;
}

.top-fv_eng {
	position: absolute;
	z-index: 5;
	bottom: calc((240 / 1400) * 100vw);
	left: 0;
	width: calc((580 / 1400) * 100vw);
}

.top-icons {
	position: relative;
	z-index: 4;
	margin-right: 100px;
	margin-left: 100px;
}

.top-icons_inner {
	position: absolute;
	top: 0;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	-ms-transform: translate(-50%, -35%);
	transform: translate(-50%, -35%);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-icons_item {
	font-size: 1.14286vw;
	font-weight: 600;
	line-height: 1.4;
	width: 12.5%;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	-ms-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	text-align: center;
	color: #4a82c2;
	background: #fff;
	box-shadow: 7px 7px 30px rgba(0, 0, 0, .2);
}

.top-icons_item:nth-child(2n) {
	margin-top: 40px;
	margin-left: -1.5%;
}

.top-icons_item ._inner {
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

.top-icons_item ._icon {
	margin-bottom: 10px;
}

.top-icons_item ._icon img {
	height: 53px;
}

.top-icons_item ._txt {
	margin-left: -15px;
}

.top-icons_item ._l {
	font-size: 1.8rem;
}

.top-icons_item ._l span {
	font-size: 2.7rem;
}

.top-bus_inner {
	position: relative;
	z-index: 2;
	width: 63.57143vw;
	margin-right: 0;
	margin-left: auto;
}

.top-bus {
	position: relative;
}

.bus-box_img {
	width: 18.28571vw;
}

.top-bus_bg {
	position: absolute;
	top: 50px;
	right: 0;
	width: 352px;
}

.top-bus_imgs {
	position: absolute;
	z-index: 1;
	bottom: -140px;
	left: 0;
}

.top-bus_imgs ._img1 {
	width: 416px;
}

.top-bus_imgs ._img2 {
	width: 468px;
	margin-top: -180px;
	margin-left: 30px;
}

.product-box {
	display: none;
	padding: 30px;
	background: #fff;
}

.bus-box_cont {
	width: 41.85714vw;
}

.product-box_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #4a82c2;
	background: #e6edf6;
}

.product-box_ttl.flex {
	padding: 10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}

.product-box_ttl ._img {
	width: 70px;
	margin-right: 20px;
}

.product-box_ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 10px;
	content: '';
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	background: #e6edf6;
	aspect-ratio: 1 / 1;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.ec-btns {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.ec-btns._left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ec-btns .btn3 {
	margin-right: 10px;
}

.ec-btns .btn3:last-child {
	margin-right: 0;
}

.btn3 a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 210px;
	height: 50px;
	background: #fff;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn3 a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 2px;
	background: #4a82c2;
	aspect-ratio: 1 / 1;
}

.btn3 a:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	width: 16px;
	content: '';
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn3 a img {
	width: 76px;
}

.top-qua {
	position: relative;
}

.top-qua_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 338px;
	-ms-transform: translate(0, -80%);
	transform: translate(0, -80%);
}

.top-qua_item {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	width: 170px;
	margin-right: 50px;
}

.top-qua_item:last-child {
	margin-right: 0;
}

.top-qua_item._diy {
	width: 260px;
}

.top-qua_item_txt {
	display: -ms-flexbox;
	display: flex;
	height: 68px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-news {
	position: relative;
}

.top-news .section {
	position: relative;
	z-index: 2;
}

.top-news_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 350px;
	-ms-transform: translate(0, -30%);
	transform: translate(0, -30%);
}

.top-news_ttl {
	width: 350px;
}

.top-news_cont {
	width: calc(100% - 350px);
}

.top-news_item {
	line-height: 1.6;
	margin-bottom: 10px;
}

.top-news_item:last-child {
	margin-bottom: 0;
}

.top-news_item a {
	position: relative;
	display: block;
	padding: 20px 40px;
	padding-right: 70px;
	border-radius: 10px;
	background: #fff;
}

._archive .top-news_item a {
	background-color: rgba(74, 130, 194, .05);
}

.top-news_item a:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 22px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 2px;
	background: #4a82c2 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.top-news_item_date span {
	margin-right: 30px;
}

.top-news_item_ttl {
	text-decoration: underline;
}

.top-product {
	overflow: hidden;
}

.top-product_slide {
	padding-top: 30px;
	padding-bottom: 50px;
}

.top-product_slide .slick-list {
	overflow: visible;
}

.top-product_slide .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: stretch;
	align-items: stretch; /* デフォルトで一番背の高い要素に高さを揃える */
}

.top-product_slide .slick-slide {
	height: auto; /* 高さを自動調整して親要素に合わせる */
}

.top-product_slide_item {
	margin-right: 15px;
	margin-left: 15px;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 10px 10px 40px rgba(0, 0, 0, .2);
}

.top-product_slide_item a {
	position: relative;
	display: block;
	height: 100%;
	padding-bottom: 50px;
}

.top-product_slide_item ._img {
	text-align: center;
	aspect-ratio: 1 / 1;
}

.top-product_slide_item ._img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.top-product_slide_item ._ttl {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 10px;
}

.top-product_slide_item ._btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.top-product_slide_item ._btn ._link {
	position: relative;
	display: inline-block;
	width: 135px;
	padding: 5px 15px;
	text-align: left;
	background: #faf5f4;
}

.top-product_slide_item ._btn ._link:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 2px;
	background: #4a82c2;
	aspect-ratio: 1 / 1;
}

.top-product_slide_item ._btn ._link:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 10px;
	width: 16px;
	content: '';
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.slider-nav {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-nav button {
	display: block;
	width: 67px;
	height: 28px;
	margin-right: 10px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	border-radius: 5px;
	background: #faf5f4 url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 10px auto;
}

.slider-nav button:last-child {
	margin-right: 0;
}

.slider-nav button.slider-prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.top-company {
	position: relative;
}

.top-company_inner {
	margin-left: 500px;
}

.top-company_imgs {
	position: absolute;
	top: -160px;
	left: 0;
}

.top-company_imgs ._img1 {
	width: 569px;
}

.top-company_imgs ._img2 {
	width: 486px;
	margin-top: -110px;
	margin-left: 120px;
}

.top-company_txt {
	line-height: 2.4;
}

.company-imgs {
	position: relative;
	height: calc((797 / 1400) * 100vw);
}

.company-imgs ._img1 {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: calc((804 / 1400) * 100%);
}

.company-imgs ._img2 {
	position: absolute;
	z-index: 4;
	top: 153px;
	right: 0;
	width: calc((961 / 1400) * 100%);
}

.company-imgs_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 283px;
}

/*------------ contact ------------*/

.contact-table {
	width: 100%;
	border-top: 1px solid #d3d3d3;
}

.contact-table th,
.contact-table td {
	font-weight: 500;
	padding: 20px;
	border-bottom: 1px solid #d3d3d3;
}

.contact-table th {
	position: relative;
	vertical-align: top;
	white-space: nowrap;
}

.contact-table th ._required {
	margin-right: 10px;
}

.contact-table .wpcf7-list-item {
	display: block;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	width: 100%;
	padding: 8px;
	border: solid 1px #656565 !important;
	border-radius: 5px;
	background: #fff;
}

input[type='text']#zip,
input[type='text']#pref,
input[type='tel']#zip,
input[type='tel']#pref,
input[type='email']#zip,
input[type='email']#pref,
textarea#zip,
textarea#pref {
	width: 30%;
}

input[type='text']#city,
input[type='text']#addr,
input[type='text']#other,
input[type='tel']#city,
input[type='tel']#addr,
input[type='tel']#other,
input[type='email']#city,
input[type='email']#addr,
input[type='email']#other,
textarea#city,
textarea#addr,
textarea#other {
	width: 80%;
}

textarea {
	height: 150px;
}

.zip_list li {
	margin-bottom: 10px;
}

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

._required {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	padding: 2px 4px;
	color: #fff;
	border-radius: 4px;
	background: #fb8100;
}

._required._none {
	background: #acacac;
}

.pp_box {
	margin-right: 10%;
	margin-left: 10%;
	background: rgba(255, 255, 255, .4);
}

.pp_box__inner {
	overflow-y: scroll;
	height: 200px;
	padding: 10px;
	border-top: none;
}

input[type='checkbox'] {
	display: none;
}

.wpcf7-list-item {
	margin-left: 0 !important;
}

.wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
}

.wpcf7-list-item-label:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	content: '';
	border-radius: 50%;
	background: #d9d9d9;
	aspect-ratio: 1 / 1;
}

.wpcf7-list-item-label:after {
	position: absolute;
	top: 7px;
	left: 5px;
	display: block;
	width: 10px;
	content: '';
	transition: all .15s ease-out;
	opacity: 0;
	border-radius: 50%;
	background: #4a82c2;
	aspect-ratio: 1 / 1;
}

.mfp_checked .checkbox-parts {
	font-weight: bold;
	color: #dc0000;
}

.check-label {
	display: inline-block;
	padding-bottom: 10px;
}

input[type='checkbox']:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}

.contact_submit {
	border: none;
}

.check_boxs .wpcf7-form-control {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
}

.contact-table .wpcf7-not-valid-tip {
	font-size: 14px;
}

.wpcf7-spinner {
	display: none !important;
}

.sideBox-list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sideBox-list li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.sideBox-list li a {
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 5px 20px;
	padding-right: 40px;
	border-radius: 2px;
	background: #faf5f4;
}

.sideBox-list li a:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 10px;
	width: 16px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 2px;
	background: #4a82c2 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.logo_gorman {
	height: 1em;
	vertical-align: 0;
}

.history-box_time {
	overflow: hidden;
}

.history-box_date {
	font-family: 'Inter', sans-serif;
	font-size: 4rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	background: #3acb87;
	background: linear-gradient(90deg, #3acb87 0%, #4a82c2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-optical-sizing: auto;
}

.history-box_date:after {
	position: absolute;
	top: 49%;
	right: calc(-100vw - .3em);
	display: block;
	width: 100vw;
	height: 1px;
	content: '';
	background: #d3d3d3;
}

.history-box_date ._s {
	font-size: 3rem;
}

.history-box_cont {
	position: relative;
	margin-left: 230px;
	padding-bottom: 30px;
}

.history-box_cont:before {
	position: absolute;
	top: -30px;
	left: -30px;
	display: block;
	width: 1px;
	height: calc(100% + 60px);
	content: '';
	background: #d3d3d3;
}

.history-box_cont:after {
	position: absolute;
	top: -30px;
	left: -30px;
	display: block;
	width: 20px;
	content: '';
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 3px solid #4a82c2;
	border-radius: 50%;
	background: #fff;
	aspect-ratio: 1 / 1;
}

.post_content h2 {
	font-size: 2.4rem;
	font-weight: 700;
	clear: both;
	margin-top: 35px;
	padding: 15px 30px;
	background: #e6edf6;
}

.post_content h3 {
	font-size: 22px;
	font-weight: 700;
	clear: both;
	margin-top: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4a82c2;
}

.post_content h4 {
	font-size: 21px;
	font-weight: 700;
	position: relative;
	clear: both;
	margin-top: 35px;
	padding-bottom: 10px;
}

.post_content h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 1px;
	content: '';
	background: #4a82c2;
}

.post_content h5 {
	font-size: 19px;
	font-weight: bold;
	clear: both;
	margin-top: 35px;
	padding-bottom: 10px;
}

.post_content h6 {
	font-size: 18px;
	font-weight: 700;
	clear: both;
	margin-top: 35px;
	padding-bottom: 10px;
}

.post_content p {
	clear: both;
	margin-top: 20px;
}

.post_content ul,
.post_content ol {
	margin-top: 20px;
}

.post_content ul li,
.post_content ol li {
	line-height: 1.6;
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.post_content ul li:after,
.post_content ol li:after {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 10px;
	content: '';
	border-radius: 50%;
	background: #4a82c2;
	aspect-ratio: 1 / 1;
}

.post_content img,
.post_content video,
.post_content iframe {
	max-width: auto;
	height: auto;
}

.post_content strong {
	font-weight: bold;
}

.post_content .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.post_content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.post_content .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.post_content a {
	text-decoration: underline;
	color: #4a82c2;
}

.post_content .ez-toc-list li:before {
	content: none;
}

.post_content .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.post_content .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.post_content table {
	line-height: 1.6;
	width: 100%;
}

.post_content table th,
.post_content table td {
	padding: 10px;
}

.pager {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	min-width: 40px;
	height: 40px;
	margin: 0 4px;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	background: #faf5f4;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers:hover,
.pager .page-numbers.current {
	opacity: 1;
	color: #fff;
	background: #4a82c2;
}

.pager .page-numbers.current:after {
	content: none;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
	position: relative;
	transition: all .2s ease-out;
	text-indent: -9999px;
}

.pager .page-numbers.prev:after,
.pager .page-numbers.next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20%;
	height: 20%;
	content: '';
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: contain;
}

.pager .page-numbers.prev:hover:after,
.pager .page-numbers.next:hover:after {
	background-image: url(../img/common/arr_white.webp);
}

.pager .page-numbers.prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.wp-paging .btn4 a {
	width: 14.28571vw;
}

.wp-paging:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.wp-paging .prev {
	float: left;
	text-align: right;
}

.wp-paging .prev a:after {
	left: 1.07143vw;
	-ms-transform: translate(0, -50%) scale(-1, 1);
	transform: translate(0, -50%) scale(-1, 1);
}

.wp-paging .next {
	float: right;
}

.wp-paging .next a:after {
	right: 1.07143vw;
	left: auto;
}

.frame-wrapper__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.frame-wrapper__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * #Breadcrumbs
 */

.breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
}

.breadcrumb ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb li {
	font-size: 1.3rem;
	line-height: 1;
	position: relative;
	position: relative;
	margin-right: 10px;
	padding-left: 15px;
	vertical-align: top;
}

.breadcrumb li:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 8px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.breadcrumb li a {
	text-decoration: underline;
}

/**
 * #btn
 */

.btn a,
.btn input[type='button'],
.btn button {
	font-weight: 600;
	position: relative;
	z-index: 2;
	display: inline-block;
	overflow: hidden;
	width: 300px;
	padding: 15px 30px;
	text-align: left;
	color: #fff;
	border-radius: 10px;
	background: #4a82c2;
}

.btn a:before,
.btn input[type='button']:before,
.btn button:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 22px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 2px;
	background: #fff url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn a:hover,
.btn input[type='button']:hover,
.btn button:hover {
	opacity: 1;
	background-color: #929292;
}

.btn input[type='submit'] {
	font-weight: 600;
	position: relative;
	z-index: 2;
	display: inline-block;
	overflow: hidden;
	width: 300px;
	padding: 15px 30px;
	transition: all .15s ease-out;
	text-align: left;
	color: #fff;
	border-radius: 10px;
	background: #4a82c2;
}

.btn input[type='submit']:hover {
	background: #929292;
}

.btn .wpcf7-previous {
	border: none;
}

.btn2 a {
	position: relative;
	display: inline-block;
	width: 250px;
	padding: 10px 15px;
	vertical-align: top;
	color: #fff;
	background: #acacac;
}

.btn2 a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	content: '';
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	border-radius: 2px;
	background: #4a82c2 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn2 a:hover {
	opacity: 1;
	background-color: #4a82c2;
}

.btn4 a {
	position: relative;
	display: inline-block;
	width: 250px;
	padding: 10px 15px;
	vertical-align: top;
	color: #fff;
	border-radius: 5px;
	background: #acacac;
}

.btn4 a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 2px;
	background: #4a82c2 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.eng {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-optical-sizing: auto;
}

.pageTtl {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.pageTtl .eng {
	font-size: 8rem;
	line-height: 1;
}

.pageTtl .eng:first-letter {
	color: #4a82c2;
}

.pageTtl .jpn span {
	font-size: 3rem;
	font-weight: 700;
	background: #3acb87;
	background: linear-gradient(90deg, #3acb87 0%, #4a82c2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading1 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.heading1._white {
	color: #fff;
}

.heading2 {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.heading3 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #4a82c2;
}

.heading4 {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
	background: url(../img/common/h_bg1.webp) center bottom no-repeat;
	background-size: auto 4px;
}

.heading_eng {
	font-size: 8rem;
	line-height: 1.3;
}

.heading_eng:first-letter {
	color: #4a82c2;
}

.heading_eng._white {
	color: #fff;
}

.heading_eng._white:first-letter {
	color: #d4e2f1;
}

.heading_eng2 {
	font-size: 1.2rem;
	color: #4a82c2;
}

.heading_eng3 {
	text-align: center;
}

.heading_eng3 .eng {
	font-size: 20rem;
	line-height: 1;
	color: rgba(74, 130, 194, .1);
}

.heading_eng3 .heading2 {
	margin-top: -2em;
}

.scroll_icon {
	display: none;
}

/**
 * #Col
 */

.section {
	padding-right: 100px;
	padding-left: 100px;
}

.w1100 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.w600 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.w700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.w800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.w900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.align-c {
	-ms-flex-align: center;
	align-items: center;
}

.flex._revease {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.flex._revease .grid2 {
	margin-right: 0;
}

.flex._revease .grid2:nth-child(2n) {
	margin-right: 6%;
}

.flex._start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex._center {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex._between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex._mb > * {
	margin-bottom: 3.57143vw;
}

.flex._mb-s > * {
	margin-bottom: 1.78571vw;
}

.tab-dblock {
	display: -ms-flexbox;
	display: flex;
}

.grid2 {
	width: 47%;
	margin-right: 6%;
}

.grid2:nth-child(2n) {
	margin-right: 0;
}

.grid3 {
	width: 31%;
	margin-right: 3.5%;
}

.grid3:nth-child(3n) {
	margin-right: 0;
}

.grid4 {
	width: 22%;
	margin-right: 4%;
}

.grid4:nth-child(4n) {
	margin-right: 0;
}

.grid7 {
	width: 65.5%;
}

.grid2_small {
	width: 30%;
}

.grid2_wide {
	width: 65%;
}

/**
 * #Position
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/**
 * #Margin
 */

.mb-xs {
	margin-bottom: 5px;
}

.mb-s {
	margin-bottom: 10px;
}

.mb-m {
	margin-bottom: 30px;
}

.mb-mm {
	margin-bottom: 50px;
}

.mb-l {
	margin-bottom: 70px;
}

.mb-xl {
	margin-bottom: 100px;
}

.mb-xxl {
	margin-bottom: 150px;
}

.mb-xxxl {
	margin-bottom: 180px;
}

.pb-xs {
	padding-bottom: 5px;
}

.pb-s {
	padding-bottom: 10px;
}

.pb-m {
	padding-bottom: 30px;
}

.pb-mm {
	padding-bottom: 50px;
}

.pb-l {
	padding-bottom: 70px;
}

.pb-xl {
	padding-bottom: 100px;
}

.pb-xxl {
	padding-bottom: 150px;
}

.pb-xxxl {
	padding-bottom: 180px;
}

.pt-xs {
	padding-top: 5px;
}

.pt-s {
	padding-top: 10px;
}

.pt-m {
	padding-top: 30px;
}

.pt-mm {
	padding-top: 50px;
}

.pt-l {
	padding-top: 70px;
}

.pt-xl {
	padding-top: 100px;
}

.pt-xxl {
	padding-top: 150px;
}

.pt-xxxl {
	padding-top: 180px;
}

.ptb-l {
	padding-top: 100px;
	padding-bottom: 100px;
}

/**
 * #Text
 */

.text_s {
	font-size: 1.07143vw;
	line-height: 1.7;
}

.text_m {
	font-size: 1.28571vw;
}

.text_l {
	font-size: 1.42857vw;
	line-height: 1.7;
}

.text_red {
	color: #de2900;
}

.text_blue {
	color: #4a82c2;
}

.bold {
	font-weight: 700;
}

a.link_orange {
	text-decoration: underline;
	color: #fa7d00;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh18 {
	line-height: 1.8;
}

/**
 * #Display
 */

.tablet {
	display: none;
}

.pc {
	display: inline;
}

.map iframe {
	width: 100%;
	height: 29.64286vw;
	vertical-align: top;
}

@media only screen and (min-width: 768px) {

.hab-menu {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerNav {
	margin-right: 45px;
	-ms-flex-order: 2;
	order: 2;
}

.header-nav_sub {
	-ms-flex-order: 1;
	order: 1;
}

.headerNav__list {
	display: -ms-flexbox;
	display: flex;
	-ms-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerNav__list li {
	border-left: 1px solid #fff;
}

.headerNav__list li:first-child {
	border-left: none;
}

.headerNav__list a {
	font-weight: 500;
	display: inline-block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background: #929292;
}

.headerNav__list a:hover {
	opacity: 1;
	background: #4a82c2;
}

.headerNav__list a span {
	position: relative;
	display: inline-block;
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

.headerNav__list a span:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 10px;
	content: '';
	-ms-transform: translate(-50%, 90%) rotate(90deg);
	transform: translate(-50%, 90%) rotate(90deg);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
}

.headerNav__list li#gn1 a span:after {
	-ms-transform: translate(-50%, 90%) rotate(0deg);
	transform: translate(-50%, 90%) rotate(0deg);
	background-image: url(../img/common/icon_home.webp);
}

}

@media only screen and (min-width: 768px) and (max-width: 1400px) {

.headerNav {
	margin-right: 3.21429vw;
}

.headerNav__list a span:after {
	width: .71429vw;
}

.headerNav__list a {
	padding-top: .42857vw;
	padding-right: 1.42857vw;
	padding-bottom: 1.28571vw;
	padding-left: 1.42857vw;
}

}

@media only screen and (max-width: 1400px) {

body {
	font-size: 1.14286vw;
}

header {
	margin-bottom: 5.35714vw;
}

.header-logo {
	width: 28.57143vw;
	height: 8.57143vw;
}

.header-logo:after {
	box-shadow: .71429vw .71429vw 2.85714vw rgba(0, 0, 0, .1);
	-webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2.5vw) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, calc(100% - 2.5vw) 100%, 0% 100%);
}

.header-logo a {
	padding-left: 2.85714vw;
}

.header-logo img {
	width: 21.21429vw;
}

.header-nav .header-nav_sub {
	margin-bottom: 1.78571vw;
}

.header-nav_sub {
	margin-right: -.71429vw;
}

.header-nav_sub ._ttl {
	padding-right: 2.14286vw;
	padding-left: 2.14286vw;
}

.header-nav_sub ._ttl:after {
	width: .07143vw;
	height: 2.14286vw;
}

.header-nav_sub ._btn a {
	width: 9.28571vw;
}

.header-nav_sub ._btn img {
	width: 5.42857vw;
}

.header-nav_sub_contact a {
	width: 14.28571vw;
	padding: .71429vw;
}

.header-nav_sub_contact a span {
	padding-left: 1.42857vw;
}

.header-nav_sub_contact a span:after {
	width: 1.21429vw;
}

.spNavBtn__btn a:after {
	height: .07143vw;
}

.spNavBtn__btn a span:before,
.spNavBtn__btn a span:after {
	height: .07143vw;
}

footer {
	background-size: 37.85714vw auto;
}

.footer-logo {
	width: 21.42857vw;
	margin-bottom: 1.42857vw;
}

.table-1 {
	border-spacing: 0 .71429vw;
}

.table-1 th,
.table-1 td {
	padding: 1.78571vw 2.14286vw;
}

.table-1 th {
	border-radius: .71429vw 0 0 .71429vw;
}

.table-1 td {
	border-radius: 0 .71429vw .71429vw 0;
}

.top-fv {
	padding-bottom: 11.42857vw;
}

.top-icons {
	margin-right: 7.14286vw;
	margin-left: 7.14286vw;
}

.top-icons_inner {
	max-width: 100vw;
}

.top-icons_item {
	font-size: 1.14286vw;
}

.top-icons_item:nth-child(2n) {
	margin-top: 2.85714vw;
}

.top-icons_item ._icon img {
	height: 3.78571vw;
}

.top-icons_item ._icon {
	margin-bottom: .71429vw;
}

.top-icons_item ._txt {
	margin-left: -1.07143vw;
}

.top-icons_item ._l {
	font-size: 1.28571vw;
}

.top-icons_item ._l span {
	font-size: 1.92857vw;
}

.top-icons_item {
	padding: .71429vw;
	padding-top: 1.78571vw;
	padding-bottom: 1.78571vw;
	box-shadow: .5vw .5vw 2.14286vw rgba(0, 0, 0, .2);
}

.top-bus_bg {
	top: 3.57143vw;
	width: 25.14286vw;
}

.top-bus_imgs ._img1 {
	width: 29.71429vw;
}

.top-bus_imgs ._img2 {
	width: 33.42857vw;
	margin-top: -12.85714vw;
	margin-left: 2.14286vw;
}

.top-bus_imgs {
	bottom: -10vw;
}

.product-box {
	padding: 2.14286vw;
}

.product-box_ttl {
	font-size: 1.28571vw;
	margin-bottom: 1.42857vw;
	padding: .71429vw 1.42857vw;
}

.product-box_ttl.flex {
	padding: .71429vw;
}

.product-box_ttl ._img {
	width: 5vw;
	margin-right: 1.42857vw;
}

.product-box_ttl:after {
	width: .71429vw;
}

.ec-btns .btn3 {
	margin-right: .71429vw;
}

.btn3 a {
	width: 15vw;
	height: 3.57143vw;
}

.btn3 a:after {
	right: 1.07143vw;
	width: 1.14286vw;
	border-radius: .14286vw;
}

.btn3 a:before {
	right: 1.07143vw;
	width: 1.14286vw;
}

.btn3 a img {
	width: 5.42857vw;
}

.top-qua_bg {
	width: 24.14286vw;
}

.top-qua_item._diy {
	width: 18.57143vw;
}

.top-qua_item {
	font-size: 1.07143vw;
	width: 12.14286vw;
	margin-right: 3.57143vw;
}

.top-qua_item_txt {
	height: 4.85714vw;
}

.top-qua_item_txt {
	height: auto;
}

.top-news_bg {
	width: 25vw;
}

.top-news_ttl {
	width: 25vw;
}

.top-news_cont {
	width: calc(100% - sum(350, 1400));
}

.top-news_item {
	margin-bottom: .71429vw;
}

.top-news_item a {
	padding: 1.42857vw 2.85714vw;
	padding-right: 5vw;
	border-radius: .71429vw;
}

.top-news_item a:after {
	right: 1.42857vw;
	width: 1.57143vw;
	border-radius: .14286vw;
}

.top-news_item_date span {
	margin-right: 2.14286vw;
}

.top-product_slide {
	padding-top: 2.14286vw;
	padding-bottom: 3.57143vw;
}

.top-product_slide_item {
	margin-right: 1.07143vw;
	margin-left: 1.07143vw;
	padding: 1.42857vw;
	border-radius: .35714vw;
	box-shadow: .71429vw .71429vw 2.85714vw rgba(0, 0, 0, .2);
}

.top-product_slide_item a {
	padding-bottom: 3.57143vw;
}

.top-product_slide_item ._ttl {
	font-size: 1vw;
	margin-top: .71429vw;
	margin-bottom: .71429vw;
}

.top-product_slide_item ._btn ._link {
	width: 9.64286vw;
	padding: .35714vw 1.07143vw;
}

.top-product_slide_item ._btn ._link:after {
	right: .71429vw;
	width: 1.14286vw;
	border-radius: .14286vw;
}

.top-product_slide_item ._btn ._link:before {
	right: .71429vw;
	width: 1.14286vw;
}

.slider-nav button {
	width: 4.78571vw;
	height: 2vw;
	margin-right: .71429vw;
	border-radius: .35714vw;
	background-size: .71429vw auto;
}

.top-company_inner {
	margin-left: 35.71429vw;
}

.top-company_imgs ._img1 {
	width: 40.64286vw;
}

.top-company_imgs ._img2 {
	width: 34.71429vw;
	margin-top: -7.85714vw;
	margin-left: 8.57143vw;
}

.top-company_imgs {
	top: -11.42857vw;
}

.company-imgs ._img2 {
	top: 10.92857vw;
}

.company-imgs_bg {
	width: 20.21429vw;
}

.contact-table th,
.contact-table td {
	padding: 1.42857vw;
}

.contact-table th ._required {
	margin-right: .71429vw;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	padding: .57143vw;
	border-radius: .35714vw;
}

textarea {
	height: 10.71429vw;
}

.zip_list li {
	margin-bottom: .71429vw;
}

._required {
	font-size: 1vw;
	padding: .14286vw .28571vw;
	border-radius: .28571vw;
}

.pp_box__inner {
	height: 14.28571vw;
	padding: .71429vw;
}

.wpcf7-list-item-label {
	padding-left: 2.14286vw;
}

.wpcf7-list-item-label:before {
	top: .14286vw;
	width: 1.42857vw;
}

.wpcf7-list-item-label:after {
	top: .5vw;
	left: .35714vw;
	width: .71429vw;
}

.check-label {
	padding-bottom: .71429vw;
}

.contact-table .wpcf7-not-valid-tip {
	font-size: 1vw;
}

.sideBox-list li a:after {
	right: .71429vw;
	width: 1.14286vw;
	border-radius: .14286vw;
}

.history-box_date {
	font-size: 2.85714vw;
}

.history-box_date ._s {
	font-size: 2.14286vw;
}

.history-box_cont {
	margin-left: 16.42857vw;
	padding-bottom: 2.14286vw;
}

.history-box_cont:before {
	top: -2.14286vw;
	left: -2.14286vw;
	height: calc(100% + sum(60, 1400));
}

.history-box_cont:after {
	top: -2.14286vw;
	left: -2.14286vw;
	width: 1.42857vw;
}

.post_content h2 {
	font-size: 1.71429vw;
	margin-top: 2.5vw;
	padding: 1.07143vw 2.14286vw;
}

.post_content h3 {
	font-size: 1.57143vw;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
}

.post_content h4 {
	font-size: 1.5vw;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
}

.post_content h4:after {
	width: 7.14286vw;
}

.post_content h5 {
	font-size: 1.35714vw;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
}

.post_content h6 {
	font-size: 1.28571vw;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
}

.post_content p {
	margin-top: 1.42857vw;
}

.post_content ul,
.post_content ol {
	margin-top: 1.42857vw;
}

.post_content ul li,
.post_content ol li {
	margin-bottom: .35714vw;
	padding-left: 1.07143vw;
}

.post_content ul li:after,
.post_content ol li:after {
	top: .57143vw;
	width: .71429vw;
}

.pager .page-numbers {
	min-width: 2.85714vw;
	height: 2.85714vw;
	margin: 0 .35714vw;
}

.breadcrumb li {
	font-size: .92857vw;
	margin-right: .71429vw;
	padding-left: 1.07143vw;
}

.breadcrumb li:after {
	width: .57143vw;
}

.breadcrumb {
	padding-top: .71429vw;
	padding-bottom: .71429vw;
}

.btn a,
.btn input[type='button'],
.btn button {
	width: 23.21429vw;
	padding: 1.07143vw 2.14286vw;
}

.btn a:before,
.btn input[type='button']:before,
.btn button:before {
	right: 1.42857vw;
	width: 1.57143vw;
	border-radius: .14286vw;
}

.btn input[type='submit'] {
	width: 21.42857vw;
	padding: 1.07143vw 2.14286vw;
	border-radius: .71429vw;
}

.btn2 a:after {
	right: 1.07143vw;
	width: 1.14286vw;
	border-radius: .14286vw;
}

.btn2 a {
	width: 17.85714vw;
	padding: .71429vw 1.07143vw;
}

.btn4 a {
	width: 17.85714vw;
	padding: .71429vw 1.07143vw;
	border-radius: .35714vw;
}

.btn4 a:after {
	right: 1.07143vw;
	width: 1.14286vw;
	border-radius: .14286vw;
}

.pageTtl {
	padding-top: 2.14286vw;
	padding-bottom: 2.14286vw;
}

.pageTtl .eng {
	font-size: 5.71429vw;
}

.heading1 {
	font-size: 1.78571vw;
	margin-bottom: 1.42857vw;
}

.heading2 {
	font-size: 2.5vw;
	margin-bottom: .71429vw;
}

.heading3 {
	margin-bottom: .35714vw;
}

.heading4 {
	font-size: 2.5vw;
	margin-bottom: 1.07143vw;
	padding-bottom: .71429vw;
	background-size: auto .28571vw;
}

.heading_eng {
	font-size: 5.71429vw;
}

.heading_eng2 {
	font-size: .85714vw;
}

.heading_eng3 .eng {
	font-size: 14.28571vw;
}

.section {
	padding-right: 7.14286vw;
	padding-left: 7.14286vw;
}

.w1100 {
	width: 78.57143vw;
}

.w600 {
	width: 42.85714vw;
}

.w700 {
	width: 50vw;
}

.w800 {
	width: 57.14286vw;
}

.w900 {
	width: 64.28571vw;
}

.mb-xs {
	margin-bottom: .35714vw;
}

.mb-s {
	margin-bottom: .71429vw;
}

.mb-m {
	margin-bottom: 2.14286vw;
}

.mb-mm {
	margin-bottom: 3.57143vw;
}

.mb-l {
	margin-bottom: 5vw;
}

.mb-xl {
	margin-bottom: 7.14286vw;
}

.mb-xxl {
	margin-bottom: 10.71429vw;
}

.mb-xxxl {
	margin-bottom: 12.85714vw;
}

.pb-xs {
	padding-bottom: .35714vw;
}

.pb-s {
	padding-bottom: .71429vw;
}

.pb-m {
	padding-bottom: 2.14286vw;
}

.pb-mm {
	padding-bottom: 3.57143vw;
}

.pb-l {
	padding-bottom: 5vw;
}

.pb-xl {
	padding-bottom: 7.14286vw;
}

.pb-xxl {
	padding-bottom: 10.71429vw;
}

.pb-xxxl {
	padding-bottom: 12.85714vw;
}

.pt-xs {
	padding-top: .35714vw;
}

.pt-s {
	padding-top: .71429vw;
}

.pt-m {
	padding-top: 2.14286vw;
}

.pt-mm {
	padding-top: 3.57143vw;
}

.pt-l {
	padding-top: 5vw;
}

.pt-xl {
	padding-top: 7.14286vw;
}

.pt-xxl {
	padding-top: 10.71429vw;
}

.pt-xxxl {
	padding-top: 12.85714vw;
}

.ptb-l {
	padding-top: 7.14286vw;
	padding-bottom: 7.14286vw;
}

}

@media only screen and (max-width: 768px) {

body {
	font-size: 3.80952vw;
}

.header-logo {
	width: 57.14286vw;
	height: 17.14286vw;
}

.header-logo a {
	padding-left: 5.71429vw;
}

.header-logo img {
	width: 42.42857vw;
}

.header-nav_sub {
	display: block;
	margin-right: 0;
	-ms-transform: skew(0, 0);
	transform: skew(0, 0);
}

.header-nav_sub ._ttl {
	padding: 1.19048vw;
	-ms-transform: skew(0, 0);
	transform: skew(0, 0);
	background: #e6edf6;
}

.header-nav_sub ._btn {
	border-bottom: 1px solid rgba(74, 130, 194, .4);
}

.header-nav_sub ._btn a {
	width: 100%;
	padding: 2.38095vw;
}

.header-nav_sub ._btn img {
	width: 28.57143vw;
	-ms-transform: skew(0, 0);
	transform: skew(0, 0);
}

.header-nav_sub_ec {
	display: block;
}

.header-nav_sub_contact a {
	width: auto;
	padding: 2.38095vw;
}

.header-nav_sub_contact a span {
	padding-left: 4.7619vw;
	-ms-transform: skew(0, 0);
	transform: skew(0, 0);
}

.header-nav_sub_contact a span:after {
	width: 4.04762vw;
}

.hab-nav {
	position: fixed;
	z-index: 109;
	top: 2.38095vw;
	left: 100vw;
	overflow: auto;
	width: calc(100vw - 2.38095vw * 2);
	height: calc(100vh - 2.38095vw * 2);
	padding-top: 14.28571vw;
	padding-right: 9.52381vw;
	padding-left: 9.52381vw;
	transition: all .2s ease-out;
	border-radius: 7.14286vw;
	background: rgba(255, 255, 255, .5);
	-webkit-overflow-scrolling: touch;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.open .hab-nav {
	left: 2.38095vw;
}

.headerNav {
	margin-bottom: 9.52381vw;
}

.headerNav__list {
	margin-bottom: 7.14286vw;
	text-align: left;
}

.headerNav__list > li {
	border-bottom: 1px solid #4a82c2;
}

.headerNav__list > li.tablet {
	display: block;
}

.headerNav__list > li > a {
	font-size: 4.28571vw;
	font-weight: bold;
	position: relative;
	display: block;
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	padding-left: 7.14286vw;
}

.headerNav__list > li > a:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 4.28571vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 2px;
	background: #4a82c2 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.headerNav__list > li .sub-menu {
	padding-left: 7.14286vw;
}

.headerNav__list > li .sub-menu li {
	border-top: 1px dotted rgba(74, 130, 194, .3);
}

.headerNav__list > li .sub-menu li a {
	position: relative;
	display: block;
	padding: 2.38095vw;
	padding-left: 5.95238vw;
}

.headerNav__list > li .sub-menu li a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 2.85714vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr2_orange.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
}

.hab-menu__only {
	display: block;
}

.hab-menu_btn.btn2 a,
.hab-menu_btn.btn3 a {
	display: block;
	width: auto;
}

.spNavBtn__btn a {
	width: 16.66667vw;
	height: 16.66667vw;
}

#spNavBtn {
	display: block;
}

footer {
	background-size: 60vw;
}

.footer-logo {
	width: 45vw;
	margin-bottom: 4.7619vw;
}

.w80p {
	width: auto;
}

.table-1 {
	border-spacing: 0 2.38095vw;
}

.table-1 th,
.table-1 td {
	display: block;
	padding: 3.57143vw 4.7619vw;
}

.table-1 th,
.table-1 td {
	padding: 3.57143vw 4.7619vw;
}

.table-1 th {
	width: 100%;
	text-align: left;
	border-radius: 2.38095vw 2.38095vw 0 0;
}

.table-1 td {
	border-radius: 0 0 2.38095vw 2.38095vw;
}

.top-fv {
	padding-bottom: 19.42857vw;
}

.top-fv_img {
	margin-left: 11.90476vw;
}

.top-fv_txt {
	top: 4vw;
	left: 4.7619vw;
	filter: drop-shadow(0 0 .47619vw #fff) drop-shadow(0 0 .95238vw #fff) drop-shadow(0 0 1.66667vw rgba(255, 255, 255, .8));
}

.top-fv_txt ._h1 {
	font-size: 8.80952vw;
	line-height: 1.3;
}

.top-fv_txt ._h1 ._s {
	font-size: 6.66667vw;
}

.top-fv_txt ._txt {
	font-size: 3.80952vw;
	line-height: 1.5;
}

.top-fv_eng {
	bottom: 21.42857vw;
	width: 64.28571vw;
}

.top-icons {
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

.top-icons_inner {
	position: static;
	-ms-transform: translate(0, -15%);
	transform: translate(0, -15%);
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.top-icons_item {
	font-size: 3.09524vw;
	line-height: 1.2;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 3.57143vw;
}

.top-icons_item:nth-child(3n) {
	margin-right: 0;
}

.top-icons_item:nth-child(2n) {
	margin-top: 0;
	margin-left: 0;
}

.top-icons_item ._icon img {
	height: 7.14286vw;
}

.top-icons_item ._l {
	font-size: 3.33333vw;
}

.top-icons_item ._l span {
	font-size: 3.80952vw;
}

.top-bus_inner {
	width: auto;
}

.top-bus {
	padding-bottom: 85vw !important;
}

.bus-box_img {
	width: auto;
}

.top-bus_imgs {
	width: 100%;
}

.top-bus_imgs ._img1 {
	width: 77.69231vw;
	margin-left: 7.14286vw;
}

.top-bus_imgs ._img2 {
	width: 63.71795vw;
	margin-top: -42.85714vw;
	margin-right: 0;
	margin-left: auto;
}

.top-bus_imgs {
	bottom: -28vw;
}

.product-box {
	padding: 3.57143vw;
}

.bus-box_cont {
	width: auto;
}

.product-box_ttl {
	font-size: 3.80952vw;
	margin-bottom: 4.7619vw;
	padding: 2.38095vw 4.7619vw;
}

.product-box_ttl.flex {
	padding: 2.38095vw;
}

.product-box_ttl ._img {
	width: 16.66667vw;
	margin-right: 4.7619vw;
}

.product-box_ttl ._txt {
	width: calc(100% - 22vw);
}

.product-box_ttl:after {
	width: 2.38095vw;
}

.ec-btns {
	flex-direction: column;
	-ms-flex-direction: column;
}

.ec-btns .btn3 {
	margin-right: auto !important;
	margin-bottom: 2.38095vw;
	margin-left: auto !important;
}

.btn3 a {
	width: 50vw;
	height: 11.90476vw;
}

.btn3 a:after {
	right: 3.57143vw;
	width: 3.80952vw;
	border-radius: .47619vw;
}

.btn3 a:before {
	right: 3.57143vw;
	width: 3.80952vw;
}

.btn3 a img {
	width: 18.09524vw;
}

.top-product .ec-btns {
	position: relative;
	z-index: 3;
}

.top-qua_bg {
	width: 39.14286vw;
}

.top-qua_item._diy {
	width: 50%;
}

.top-qua_item {
	font-size: 3.57143vw;
	width: 50%;
	margin-right: 0;
	margin-bottom: 4.7619vw;
}

.top-qua_item_img {
	margin-right: 10%;
	margin-left: 10%;
}

.top-news_bg {
	width: 45vw;
}

.top-news_ttl {
	width: auto;
}

.top-news_cont {
	width: auto;
}

.top-news_item {
	margin-bottom: 2.38095vw;
}

.top-news_item a {
	padding: 3.57143vw 4.7619vw;
	padding-right: 9.52381vw;
	border-radius: 2.38095vw;
}

.top-news_item a:after {
	right: 3.57143vw;
	width: 4.28571vw;
	border-radius: .47619vw;
}

.top-product_slide_item {
	margin-right: 1.19048vw;
	margin-left: 1.19048vw;
	padding: 3.57143vw;
	border-radius: 1.19048vw;
	box-shadow: 2.38095vw 2.38095vw 9.52381vw rgba(0, 0, 0, .2);
}

.top-product_slide_item a {
	padding-bottom: 9.52381vw;
}

.top-product_slide_item ._ttl {
	font-size: 3.33333vw;
	margin-top: 2.38095vw;
	margin-bottom: 2.38095vw;
}

.top-product_slide_item ._btn ._link {
	width: 80%;
	padding: 0vw 3.57143vw;
}

.top-product_slide_item ._btn ._link:after {
	right: 2.38095vw;
	width: 3.80952vw;
	border-radius: .47619vw;
}

.top-product_slide_item ._btn ._link:before {
	right: 2.38095vw;
	width: 3.80952vw;
}

.slider-nav button {
	width: 15.95238vw;
	height: 6.66667vw;
	margin-right: 2.38095vw;
	border-radius: 1.19048vw;
	background-size: 2.38095vw auto;
}

.top-company {
	padding-top: 90vw !important;
}

.top-company_inner {
	margin-left: auto;
}

.top-company_imgs {
	width: 100%;
	margin-top: -6.42857vw;
}

.top-company_imgs ._img1 {
	width: 72.94872vw;
}

.top-company_imgs ._img2 {
	width: 77.69231vw;
	margin-top: -37.85714vw;
	margin-right: 0;
	margin-left: auto;
}

.company-imgs {
	height: calc((1020 / 1000) * 100vw);
}

.company-imgs ._img1 {
	width: calc((804 / 1000) * 100%);
}

.company-imgs ._img2 {
	top: 40.47619vw;
	width: calc((961 / 1200) * 100%);
}

.company-imgs_bg {
	width: 40vw;
}

.contact-table th,
.contact-table td {
	display: block;
	width: 100%;
	padding: 3.57143vw 4.7619vw;
}

.contact-table th,
.contact-table td {
	padding-right: 0;
	padding-left: 0;
}

.contact-table th {
	border-bottom: none;
}

.contact-table th ._required {
	margin-right: 2.38095vw;
}

.contact-table .wpcf7-list-item {
	margin: 0;
}

.contact-table .wpcf7-radio > span,
.contact-table .wpcf7-checkbox > span {
	display: block;
	margin-bottom: 2.38095vw;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	padding: 1.90476vw;
}

input[type='text']#zip,
input[type='text']#pref,
input[type='tel']#zip,
input[type='tel']#pref,
input[type='email']#zip,
input[type='email']#pref,
textarea#zip,
textarea#pref {
	width: 100%;
}

input[type='text']#city,
input[type='text']#addr,
input[type='text']#other,
input[type='tel']#city,
input[type='tel']#addr,
input[type='tel']#other,
input[type='email']#city,
input[type='email']#addr,
input[type='email']#other,
textarea#city,
textarea#addr,
textarea#other {
	width: 100%;
}

textarea {
	height: 35.71429vw;
}

.zip_list li {
	margin-bottom: 2.38095vw;
}

._required {
	font-size: 3.09524vw;
	padding: .47619vw .95238vw;
	border-radius: .95238vw;
}

.pp_box {
	margin-right: 0;
	margin-left: 0;
}

.pp_box__inner {
	height: 47.61905vw;
	padding: 4.7619vw;
}

.wpcf7-list-item-label {
	padding-left: 7.14286vw;
}

.wpcf7-list-item-label:before {
	top: .47619vw;
	width: 4.7619vw;
}

.wpcf7-list-item-label:after {
	top: 1.66667vw;
	left: 1.19048vw;
	width: 2.38095vw;
}

.check-label {
	padding-bottom: 2.38095vw;
}

.contact-table .wpcf7-not-valid-tip {
	font-size: 3.33333vw;
}

.sideBox-list li a:after {
	right: 2.38095vw;
	width: 2.85714vw;
	border-radius: .47619vw;
}

.history-box_date {
	font-size: 9.52381vw;
}

.history-box_date:after {
	content: none;
}

.history-box_date ._s {
	font-size: 7.14286vw;
}

.history-box_cont {
	margin-left: 19.04762vw;
	padding-bottom: 7.14286vw;
}

.history-box_cont:before {
	top: 0;
	left: -7.14286vw;
	height: 100%;
}

.history-box_cont:after {
	content: none;
}

.post_content h2 {
	font-size: 4.57143vw;
	margin-top: 6.66667vw;
	padding: 2.85714vw 5.71429vw;
}

.post_content h3 {
	font-size: 4.19048vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h4 {
	font-size: 4vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h4:after {
	width: 19.04762vw;
}

.post_content h5 {
	font-size: 4.04762vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h6 {
	font-size: 4.04762vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content p {
	margin-top: 4.7619vw;
}

.post_content ul,
.post_content ol {
	margin-top: 8.33333vw;
}

.post_content ul li,
.post_content ol li {
	margin-bottom: 1.19048vw;
	padding-left: 3.57143vw;
}

.post_content ul li:after,
.post_content ol li:after {
	top: 1.90476vw;
	width: 2.38095vw;
}

.pager .page-numbers {
	min-width: 9.52381vw;
	height: 9.52381vw;
	margin: 0 1.19048vw;
}

.wp-paging .btn4 {
	width: 46%;
}

.wp-paging .btn4 a {
	width: 100%;
}

.wp-paging .prev a:after {
	left: 3.57143vw;
}

.wp-paging .next a:after {
	right: 3.57143vw;
}

.breadcrumb {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb ul {
	white-space: nowrap;
}

.breadcrumb ul {
	width: auto;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.breadcrumb li {
	font-size: 2.85714vw;
	margin-right: 2.38095vw;
	padding-left: 3.57143vw;
}

.breadcrumb li:after {
	width: 1.90476vw;
}

.btn a,
.btn input[type='button'],
.btn button {
	width: 90%;
	padding: 3.57143vw 7.14286vw;
}

.btn a:before,
.btn input[type='button']:before,
.btn button:before {
	right: 3.57143vw;
	width: 4.28571vw;
	border-radius: .47619vw;
}

.btn input[type='submit'] {
	width: 80%;
	padding: 3.57143vw 7.14286vw;
	border-radius: 2.38095vw;
}

.btn2 a {
	width: 80%;
	padding: 2.38095vw 3.57143vw;
}

.btn2 a:after {
	right: 3.57143vw;
	width: 3.80952vw;
	border-radius: .47619vw;
}

.btn4 a {
	width: 80%;
	padding: 2.38095vw 3.57143vw;
	border-radius: .47619vw;
}

.btn4 a:after {
	right: 3.57143vw;
	width: 3.80952vw;
	border-radius: .47619vw;
}

.pageTtl {
	padding-top: 4.28571vw;
	padding-bottom: 4.28571vw;
}

.pageTtl .eng {
	font-size: 9.52381vw;
}

.heading1 {
	font-size: 5.2381vw;
	margin-bottom: 4.7619vw;
}

.heading2 {
	font-size: 7.14286vw;
}

.heading3 {
	margin-bottom: 1.19048vw;
}

.heading4 {
	font-size: 5.95238vw;
	margin-bottom: 3.57143vw;
	padding-bottom: 2.38095vw;
	background-size: auto .95238vw;
}

.heading_eng {
	font-size: 12.52381vw;
}

.heading_eng2 {
	font-size: 3.33333vw;
}

.heading_eng3 .eng {
	font-size: 23.80952vw;
}

.heading_eng3 .heading2 {
	margin-top: -1.5em;
}

.scroll {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.scroll._sp {
	overflow-x: auto;
	overflow-y: auto;
}

.scroll_icon {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	width: 60%;
	height: 70px;
	padding-top: 48px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	pointer-events: none;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .5) url(../img/common/icon_scroll_arr.png) center 18px no-repeat;
	background-size: auto 20px;
}

.scroll_icon ._icon {
	position: absolute;
	top: 8px;
	left: 50%;
	display: block;
	width: 30px;
	height: 34px;
	margin-left: -15px;
	content: '';
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	animation-name: scroll_animation;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background: url(../img/common/icon_scroll_hand.png) center center no-repeat;
	background-size: auto 100%;
}

.section {
	padding-right: 7.14286vw;
	padding-left: 7.14286vw;
}

.w1100 {
	width: auto;
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

.w600 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

.w700 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

.section .w700 {
	margin-right: 0;
	margin-left: 0;
}

.w800 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

.w900 {
	width: auto;
}

.flex._mb > * {
	margin-bottom: 7.14286vw;
}

.flex._mb-s > * {
	margin-bottom: 4.7619vw;
}

.flex._mb_sp > * {
	margin-bottom: 11.90476vw;
}

.flex._mb_sp > *:last-child {
	margin-bottom: 0;
}

.flex._mb_sp-s > * {
	margin-bottom: 4.7619vw;
}

.flex._mb_sp-s > *:last-child {
	margin-bottom: 0;
}

.tab-dblock {
	display: block;
}

.grid2 {
	width: 100%;
	margin-right: 0;
}

.grid3 {
	width: 100%;
	margin-right: 0;
}

.tab-dblock .grid4 {
	width: 100%;
	margin-right: 0;
}

.grid7 {
	width: 100%;
}

.grid2_small {
	width: 100%;
}

.grid2_wide {
	width: 100%;
}

.mb-xs {
	margin-bottom: 1.19048vw;
}

.mb-s {
	margin-bottom: 1.66667vw;
}

.mb-m {
	margin-bottom: 5vw;
}

.mb-mm {
	margin-bottom: 8.33333vw;
}

.mb-l {
	margin-bottom: 11.66667vw;
}

.mb-xl {
	margin-bottom: 16.66667vw;
}

.mb-xxl {
	margin-bottom: 25vw;
}

.mb-xxxl {
	margin-bottom: 30vw;
}

.pb-xs {
	padding-bottom: 1.19048vw;
}

.pb-s {
	padding-bottom: 1.66667vw;
}

.pb-m {
	padding-bottom: 5vw;
}

.pb-mm {
	padding-bottom: 8.33333vw;
}

.pb-l {
	padding-bottom: 11.66667vw;
}

.pb-xl {
	padding-bottom: 16.66667vw;
}

.pb-xxl {
	padding-bottom: 25vw;
}

.pb-xxxl {
	padding-bottom: 30vw;
}

.pt-xs {
	padding-top: 1.19048vw;
}

.pt-s {
	padding-top: 1.66667vw;
}

.pt-m {
	padding-top: 5vw;
}

.pt-mm {
	padding-top: 8.33333vw;
}

.pt-l {
	padding-top: 11.66667vw;
}

.pt-xl {
	padding-top: 16.66667vw;
}

.pt-xxl {
	padding-top: 25vw;
}

.pt-xxxl {
	padding-top: 30vw;
}

.text_s {
	font-size: 3.57143vw;
}

.text_m {
	font-size: 4.28571vw;
}

.text_l {
	font-size: 4.28571vw;
}

.tablet_left {
	text-align: left;
}

.tablet_center {
	text-align: center;
}

.tablet {
	display: inline;
}

.pc {
	display: none;
}

.tablet-dblock {
	display: block;
}

.map iframe {
	height: 71.42857vw;
}

}

@media only screen and (max-width: 768px) and (max-width: 1400px) {

.scroll_icon ._icon {
	top: .57143vw;
	width: 2.14286vw;
	height: 2.42857vw;
	margin-left: -1.07143vw;
}

}

@media only screen and (max-width: 640px) {

.loader-wrap {
	background-size: 40% auto;
}

.scroll._sp {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.sp_left {
	text-align: left;
}

.sp_center {
	text-align: center;
}

}

@keyframes icon1_anime2 {

0% {
	background-position: left 160% center;
}

100% {
	background-position: left -190% center;
}

}

@keyframes icon2_anime2 {

0% {
	-webkit-clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

45% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

100% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

}

@keyframes scroll_animation {

0 {
	transform: translate(-20px, 0);
}

50% {
	transform: translate(20px, 0);
}

100% {
	transform: translate(-20px, 0);
}

}


/*# sourceMappingURL=style.css.map */
