@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 Maru Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: calc(30px * 600 / 780);
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	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.3;
}

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
*/

#menu_popup {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	position: fixed;
	z-index: 103;
	top: 60px;
	right: 10px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .8);
}

#menu_popup span {
	position: relative;
}

#menu_popup span:after {
	position: absolute;
	top: -15px;
	right: 6px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 6px 12px 6px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
}

#menu_popup.none {
	display: none;
}

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

.spNavBtn__btn a {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	background: #046fb4;
}

.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: #747474;
	background: #747474;
}

#spNavBtn {
	display: none;
}

/**
 * #Footer
 */

footer {
	padding-bottom: calc(180px * 600 / 780) !important;
}

.copyright {
	font-size: calc(26px * 600 / 780);
	line-height: 1.5;
	text-align: center;
}

.page_top {
	position: fixed;
	z-index: 10;
	right: calc(10px * 1400 / 780);
	bottom: calc(10px * 1400 / 780);
	transition: all .3s ease-out;
	opacity: 0;
}

.scrolled .page_top {
	opacity: 1;
}

.page_top a {
	position: relative;
	display: block;
	width: calc(50px * 1400 / 780);
	height: calc(50px * 1400 / 780);
	text-indent: -9999px;
	border-radius: 50%;
	background: #f9dbd9;
	background: linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
}

.page_top a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: calc(20px * 1400 / 780);
	content: '';
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 80% auto;
	aspect-ratio: 1 / 1;
}

.page_top a:hover {
	opacity: 1;
}

.page_top a:hover:after {
	animation-name: pagetop_move;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: backwards;
}

/**
 * #Main
 */

#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

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

.dl1 dt {
	position: relative;
	padding-left: calc(24px * 600 / 780);
}

.dl1 dt:after {
	position: absolute;
	top: calc(20px * 600 / 780);
	left: 0;
	display: block;
	width: calc(16px * 600 / 780);
	content: '';
	border-radius: 50%;
	background: #2daf40;
	aspect-ratio: 1 /1;
}

.dl1 dd {
	padding-left: calc(24px * 600 / 780);
}

.red {
	color: #ef0000;
}

.green {
	color: #2daf40;
}

.wave {
	padding-bottom: calc(10px * 600 / 780);
	background: url(../img/wave.webp) center bottom repeat-x;
	background-size: calc(28px * 600 / 780) auto;
}

.list1 li {
	font-size: calc(34px * 600 / 780);
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	margin-bottom: calc(40px * 600 / 780);
	padding-left: calc(50px * 600 / 780);
}

.list1 li:after {
	position: absolute;
	top: calc(4px * 600 / 780);
	left: 0;
	display: block;
	width: calc(41px * 600 / 780);
	content: '';
	background: url(../img/icon_check.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 41 / 40;
}

.bg1 {
	background: #2daf40;
}

.bg2 {
	background: #fdfddb;
}

.bg3 {
	background: #e9f9eb;
}

.bg4 {
	background: #f6f6db;
}

.bg5 {
	background: url(../img/bg2.webp);
	background-size: calc(16px * 600 / 780) auto;
}

.cv-head {
	color: #fff;
	background: #2daf40;
}

.cv-head_ttl {
	font-size: calc(49px * 600 / 780);
	font-weight: bold;
	position: relative;
	padding-top: calc(15px * 600 / 780);
	padding-bottom: calc(18px * 600 / 780);
	padding-left: calc(260px * 600 / 780);
}

.cv-head_ttl:after {
	position: absolute;
	top: calc(-110px * 600 / 780);
	left: 0;
	display: block;
	width: calc(240px * 600 / 780);
	content: '';
	background: url(../img/cv_illust.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 240 / 324;
}

.cv-cont {
	background: url(../img/bg1.webp);
	background-size: calc(16px * 600 / 780) auto;
}

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

.fv-list_item {
	font-weight: 700;
	line-height: 1.3;
	display: -ms-flexbox;
	display: flex;
	width: calc(222px * 600 / 780);
	padding: calc(20px * 600 / 780);
	text-align: center;
	border-radius: calc(20px * 600 / 780);
	background: #e9f9eb;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fv-list_item_icon {
	height: calc(84px * 600 / 780);
	margin-bottom: calc(10px * 600 / 780);
}

.fv-list_item_icon img {
	height: 100%;
}

.fv-creca {
	padding: calc(20px * 600 / 780);
	border-radius: calc(20px * 600 / 780);
	background: #7daee0;
}

.fv-creca_ttl {
	font-size: calc(47px * 600 / 780);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: calc(20px * 600 / 780);
	text-align: center;
	color: #fff;
}

.fv-creca_box_img {
	padding: calc(30px * 600 / 780);
	border-radius: calc(20px * 600 / 780);
	background: #fff;
}

.other {
	color: #fff;
}

.trouble-cv {
	font-size: calc(42px * 600 / 780);
	font-weight: 700;
	text-align: center;
	color: #046fb4;
}

.trouble-cv > p {
	position: relative;
	display: inline-block;
	padding-right: calc(80px * 600 / 780);
	padding-left: calc(80px * 600 / 780);
}

.trouble-cv > p:before,
.trouble-cv > p:after {
	position: absolute;
	top: 50%;
	display: block;
	width: calc(68px * 600 / 780);
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/icon_hikari.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 68 / 162;
}

.trouble-cv > p:before {
	left: 0;
}

.trouble-cv > p:after {
	right: 0;
	-ms-transform: translate(0, -50%) scale(-1, 1);
	transform: translate(0, -50%) scale(-1, 1);
}

.price-box {
	position: relative;
	padding: calc(50px * 600 / 780);
	padding-top: calc(70px * 600 / 780);
	border: calc(6px * 600 / 780) solid #2daf40;
	border-radius: calc(30px * 600 / 780);
}

.price-box_ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
}

.price-box_ttl span {
	font-size: calc(35px * 600 / 780);
	font-weight: 700;
	display: inline-block;
	min-width: calc(380px * 600 / 780);
	padding: calc(10px * 600 / 780);
	text-align: center;
	color: #fff;
	border-radius: 100px;
	background: #2daf40;
}

.price-box_img {
	position: relative;
}

.price-box_img:first-child:after {
	position: absolute;
	top: 50%;
	right: calc(-35px * 600 / 780);
	display: block;
	width: calc(45px * 600 / 780);
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/arr1_orange.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 45 / 40;
}

.price-box_img .eng {
	font-size: calc(21px * 600 / 780);
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding: calc(5px * 600 / 780) calc(20px * 600 / 780);
	background: #fff;
}

.price-box_img .eng._before {
	color: #838383;
}

.price-box_img .eng._after {
	color: #ff8400;
}

.price-box_data {
	padding: calc(26px * 600 / 780) calc(20px * 600 / 780);
	background: #fdfddb;
}

.price-box_data .grid2 {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price-box_data .grid2 ._ttl {
	font-size: calc(28px * 600 / 780);
	font-weight: 700;
	line-height: 1;
	position: relative;
	width: 60%;
	padding-left: calc(20px * 600 / 780);
}

.price-box_data .grid2 ._ttl:after {
	position: absolute;
	top: calc(9px * 600 / 780);
	left: 0;
	display: block;
	width: calc(16px * 600 / 780);
	content: '';
	border-radius: 50%;
	background: #2daf40;
	aspect-ratio: 1 /1;
}

.price-box_data .grid2 ._cont {
	font-size: calc(38px * 600 / 780);
	font-weight: 700;
	line-height: 1;
	width: 40%;
	color: #046fb4;
}

.price-box_num {
	padding: calc(20px * 600 / 780);
	text-align: center;
	background: #faf987;
}

.price-box_num ._num {
	font-size: calc(42px * 600 / 780);
	font-weight: 700;
	line-height: 1;
	color: #ef0000;
}

.price-box_num ._num .eng {
	font-size: calc(71px * 600 / 780);
}

.price-box_num ._num ._blk {
	font-size: calc(28px * 600 / 780);
	color: #000;
}

.price-box_num ._box {
	display: -ms-flexbox;
	display: flex;
	padding-top: calc(8px * 600 / 780);
	padding-bottom: calc(8px * 600 / 780);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price-box_num ._box:first-child {
	border-bottom: calc(3px * 600 / 780) solid #d8d8d8;
}

.price-box_num ._box ._ttl {
	font-size: calc(28px * 600 / 780);
	font-weight: 700;
}

.price-box_num ._box ._num {
	color: #046fb4;
}

.price-box_num ._box ._num .eng {
	font-size: calc(53px * 600 / 780);
}

.price-cation {
	padding: calc(30px * 600 / 780);
	border: calc(15px * 600 / 780) solid #ff8400;
}

.point-box {
	padding-top: calc(90px * 600 / 780);
	text-align: center;
	background: url(../img/icon_point.webp) center top no-repeat;
	background-size: calc(328px * 600 / 780) auto;
}

.eria-map {
	margin-left: calc(30px * 600 / 780);
}

.info-head {
	position: relative;
	padding-top: calc(50px * 600 / 780);
	padding-bottom: calc(20px * 600 / 780);
	background: #2daf40;
}

.info-head:after {
	position: absolute;
	bottom: calc(-32px * 600 / 780);
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	content: '';
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-style: solid;
	border-top: calc(35px * 600 / 780) solid #2daf40;
	border-right: calc(40px * 600 / 780) solid transparent;
	border-bottom: 0;
	border-left: calc(40px * 600 / 780) solid transparent;
}

.info-cont_logo {
	text-align: center;
}

.info-cont_logo img {
	width: calc(654px * 600 / 780);
}

.flow-box {
	position: relative;
	margin-bottom: calc(100px * 600 / 780);
	margin-left: calc(100px * 600 / 780);
	padding: calc(30px * 600 / 780);
	padding-left: calc(70px * 600 / 780);
	border-radius: calc(10px * 600 / 780);
	background: #fdfddb;
}

.flow-box:after {
	position: absolute;
	bottom: calc(-67px * 600 / 780);
	left: 50%;
	display: block;
	width: calc(45px * 600 / 780);
	content: '';
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
	background: url(../img/arr1_orange.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 45 / 40;
}

.flow-box:last-child {
	margin-bottom: 0;
}

.flow-box:last-child:after {
	content: none;
}

.flow-box .eng {
	line-height: 1;
	color: #2daf40;
}

.flow-box .eng span {
	font-size: calc(40px * 600 / 780);
}

.flow-box_icon {
	position: absolute;
	top: calc(20px * 600 / 780);
	left: calc(-100px * 600 / 780);
	width: calc(138px * 600 / 780);
}

.flow-box_ttl {
	font-size: calc(50px * 600 / 780);
	font-weight: 700;
	margin-bottom: calc(5px * 600 / 780);
}

.voice-heading {
	position: relative;
	padding-left: calc(260px * 600 / 780);
}

.voice-heading:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(222px * 600 / 780);
	content: '';
	background: url(../img/voice_illust.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 222 / 217;
}

.voice-heading span {
	font-size: calc(60px * 600 / 780);
	font-weight: 700;
	display: inline-block;
	width: calc(423px * 600 / 780);
	padding-bottom: calc(30px * 600 / 780);
	text-align: center;
	color: #fff;
	background: url(../img/voice_ttl.webp) center bottom no-repeat;
	background-size: 100% auto;
}

.voice-box_illust {
	width: calc(82px * 600 / 780);
}

.voice-box_cont {
	position: relative;
	width: calc(604px * 600 / 780);
	padding: calc(30px * 600 / 780);
	border-radius: calc(40px * 600 / 780);
	background: #fdfddb;
}

.voice-box_cont:after {
	position: absolute;
	top: calc(15px * 600 / 780);
	left: calc(-30px * 600 / 780);
	display: block;
	width: calc(37px * 600 / 780);
	content: '';
	background: url(../img/voice_icon_baloon.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 37 / 30;
}

.faq-box {
	margin-bottom: calc(20px * 600 / 780);
}

.faq-box_ttl {
	background: #2daf40;
}

.faq-box_ttl a {
	font-size: calc(36px * 600 / 780);
	line-height: 1.4;
	position: relative;
	display: block;
	padding: calc(20px * 600 / 780) calc(120px * 600 / 780);
	color: #fff;
}

.faq-box_ttl a:hover {
	opacity: 1;
}

.faq-box_ttl a:after {
	position: absolute;
	top: calc(20px * 600 / 780);
	left: calc(30px * 600 / 780);
	display: block;
	width: calc(79px * 600 / 780);
	content: '';
	background: url(../img/faq_icon.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 79 / 62;
}

.faq-box_ttl a:before {
	position: absolute;
	top: 50%;
	right: calc(20px * 600 / 780);
	display: block;
	width: calc(50px * 600 / 780);
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	border-radius: 50%;
	background: #fff url(../img/arr1_orange.webp) center center no-repeat;
	background-size: 50% auto;
	aspect-ratio: 1 / 1;
}

._open .faq-box_ttl a:before {
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
}

.faq-box_cont {
	display: none;
	padding: calc(20px * 600 / 780) calc(20px * 600 / 780) calc(30px * 600 / 780) calc(120px * 600 / 780);
	background: #fdfddb;
}

._open .faq-box_cont {
	display: block;
}

.profile-head {
	padding-top: calc(20px * 600 / 780);
	padding-bottom: calc(20px * 600 / 780);
	background: #046fb4;
}

.profile-head_ttl {
	font-size: calc(40px * 600 / 780);
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.profile-cont {
	background: #f6f6db;
}

.profile-bnr {
	text-align: center;
}

.profile-bnr img {
	width: calc(407px * 600 / 780);
}

.hikaku-graph {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hikaku-graph_tit {
	width: calc(250px * 600 / 780);
}

.hikaku-slide_wrap {
	width: calc(470px * 600 / 780);
}

.hikaku-slide_item_ttl {
	font-size: calc(30px * 600 / 780);
	font-weight: bold;
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	height: calc(80px * 600 / 780);
	margin-top: calc(20px * 600 / 780);
	padding: calc(20px * 600 / 780);
	text-align: center;
	border-right: 2px solid #9b9b9b;
	border-bottom: 2px solid #9b9b9b;
	background: #ebe4e4;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

._clover .hikaku-slide_item_ttl {
	position: relative;
	height: calc(100px * 600 / 780);
	margin-top: 0;
	color: #fff;
	border-right: 1px solid #2daf40;
	border-bottom: 1px solid #2daf40;
	border-radius: calc(20px * 600 / 780) calc(20px * 600 / 780) 0 0;
	background: #2daf40;
}

.hikaku-graph_item {
	font-size: calc(28px * 600 / 780);
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	height: calc(70px * 600 / 780);
	padding: 0 calc(15px * 600 / 780);
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	background: #fff;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.hikaku-graph_tit .hikaku-graph_item {
	border-left: 1px solid #9b9b9b;
}

.hikaku-graph_tit .hikaku-graph_item:first-child {
	border-top: 1px solid #9b9b9b;
}

.hikaku-slide .hikaku-graph_item {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

._clover .hikaku-graph_item {
	font-weight: 700;
	position: relative;
	color: #046fb4;
	background: #fdfddb;
}

._clover .hikaku-graph_item:before,
._clover .hikaku-graph_item:after {
	position: absolute;
	top: 0;
	display: block;
	width: calc(4px * 600 / 780);
	height: 100%;
	content: '';
	background: #2daf40;
}

._clover .hikaku-graph_item:before {
	left: calc(-2px * 600 / 780);
}

._clover .hikaku-graph_item:after {
	right: calc(-2px * 600 / 780);
}

.hikaku-graph_item ._s {
	font-size: calc(19px * 600 / 780);
}

.footer-nav {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: calc(780px * 600 / 780);
	padding-top: calc(15px * 600 / 780);
	padding-bottom: calc(15px * 600 / 780);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #176322;
}

.footer-nav .btn {
	width: 48%;
	margin-bottom: 0 !important;
}

.footer-nav .btn a {
	font-size: calc(30px * 600 / 780);
	display: block;
	width: auto;
	height: calc(114px * 600 / 780);
	box-shadow: none !important;
}

.footer-nav .btn a:hover {
	-ms-transform: none;
	transform: none;
}

.footer-nav .btn._tel a {
	line-height: 1;
}

.footer-nav .btn._tel a ._num {
	font-size: calc(40px * 600 / 780);
	padding-left: calc(60px * 600 / 780);
}

.footer-nav .btn._tel a ._num:after {
	width: calc(53px * 600 / 780);
}

.footer-nav .btn._tel a ._time {
	font-size: calc(20px * 600 / 780);
}

.footer-nav .btn._mail span {
	line-height: 1.3;
	display: inline-block;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	width: 100%;
	padding: calc(10px * 600 / 780);
	border: solid 1px #656565 !important;
	border-radius: calc(10px * 600 / 780);
	background: #fff;
}

.zip_list li {
	margin-bottom: calc(10px * 600 / 780);
}

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

._required {
	font-size: calc(20px * 600 / 780);
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	margin-left: calc(10px * 600 / 780);
	padding: calc(8px * 600 / 780) calc(10px * 600 / 780);
	color: #fff;
	border-radius: calc(6px * 600 / 780);
	background: #dc0000;
}

._required._none {
	background: #acacac;
}

.pp_box {
	font-size: calc(28px * 600 / 780);
	overflow-y: scroll;
	height: calc(400px * 600 / 780);
	padding: calc(30px * 600 / 780);
	border: 1px solid rgba(116, 116, 116, .3);
	background: #f1f1f1;
}

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

.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label {
	font-weight: bold;
	color: #ff8400;
}

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

.wpcf7-checkbox .wpcf7-list-item {
	margin-bottom: calc(15px * 600 / 780);
	margin-left: 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding-left: calc(40px * 600 / 780);
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
	position: absolute;
	top: calc(9px * 600 / 780);
	left: 0;
	display: block;
	width: calc(30px * 600 / 780);
	content: '';
	border-radius: calc(2px * 600 / 780);
	background: rgba(116, 116, 116, .3);
	aspect-ratio: 1 / 1;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
	position: absolute;
	top: calc(7px * 600 / 780);
	left: calc(6px * 600 / 780);
	width: calc(12px * 600 / 780);
	content: '';
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	border-right: 3px solid #ff8400;
	border-bottom: 3px solid #ff8400;
	aspect-ratio: 1 / 1.4;
}

.wpcf7-radio input[type=radio] {
	display: none;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
	font-weight: bold;
	color: #ff8400;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
	opacity: 1;
}

.wpcf7-radio .wpcf7-list-item {
	margin-right: calc(40px * 600 / 780);
	margin-bottom: calc(15px * 600 / 780);
	margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding-left: calc(40px * 600 / 780);
}

.wpcf7-radio .wpcf7-list-item-label:after {
	position: absolute;
	top: calc(10px * 600 / 780);
	left: 0;
	display: block;
	width: calc(30px * 600 / 780);
	content: '';
	border-radius: 50%;
	background: rgba(116, 116, 116, .3);
	aspect-ratio: 1 / 1;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	position: absolute;
	top: calc(16px * 600 / 780);
	left: calc(6px * 600 / 780);
	display: block;
	width: calc(18px * 600 / 780);
	content: '';
	opacity: 0;
	border-radius: 50%;
	background: #ff8400;
	aspect-ratio: 1 / 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 {
	margin-bottom: calc(50px * 600 / 780);
}

.contact-table .wpcf7-not-valid-tip {
	font-size: calc(28px * 600 / 780);
}

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

.wp-side {
	width: 24%;
}

.post_main {
	width: 70%;
}

.sideBox {
	padding-bottom: calc(50px * 1400 / 780);
}

.sideBox .heading5 span {
	font-size: calc(18px * 1400 / 780);
}

.side-ttl {
	font-size: calc(20px * 1400 / 780);
	font-weight: bold;
	line-height: 1;
	position: relative;
	margin-bottom: calc(15px * 1400 / 780);
	padding-bottom: calc(10px * 1400 / 780);
	color: #046fb4;
}

.side-ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(40px * 1400 / 780);
	height: 2px;
	content: '';
	background: #046fb4;
}

.sideBox-list {
	line-height: 1.5;
}

.sideBox-list > li {
	margin-bottom: calc(10px * 1400 / 780);
}

.sideBox-list > li > a {
	position: relative;
	position: relative;
	display: block;
	padding-left: calc(16px * 1400 / 780);
}

.sideBox-list > li > a:after {
	position: absolute;
	top: calc(4px * 1400 / 780);
	left: 0;
	display: block;
	width: calc(10px * 1400 / 780);
	content: '';
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 18 / 31;
}

.sideBox-list .children {
	padding-left: 20px;
}

.sideBox-list .children li {
	position: relative;
	margin-top: 5px;
	padding-left: 10px;
}

.sideBox-list .children li:after {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	color: #046fb4;
	border-radius: 50%;
	background: #046fb4;
}

.sideBox-list .children li a {
	display: block;
}

.post_content h2 {
	font-size: calc(24px * 1400 / 780);
	font-weight: bold;
	clear: both;
	margin-top: calc(35px * 1400 / 780);
	padding: calc(15px * 1400 / 780) calc(30px * 1400 / 780);
	color: #046fb4;
	background: rgba(241, 241, 241, .7);
}

.post_content h3 {
	font-size: calc(22px * 1400 / 780);
	font-weight: bold;
	clear: both;
	margin-top: calc(35px * 1400 / 780);
	padding-bottom: calc(10px * 1400 / 780);
	color: #046fb4;
	border-bottom: 1px solid #046fb4;
}

.post_content h4 {
	font-size: calc(21px * 1400 / 780);
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: calc(35px * 1400 / 780);
	padding-bottom: calc(10px * 1400 / 780);
	color: #046fb4;
}

.post_content h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(100px * 1400 / 780);
	height: 1px;
	content: '';
	background: #046fb4;
}

.post_content h5 {
	font-size: calc(19px * 1400 / 780);
	font-weight: bold;
	clear: both;
	margin-top: calc(35px * 1400 / 780);
	padding-bottom: calc(10px * 1400 / 780);
	color: #046fb4;
}

.post_content h6 {
	font-size: calc(18px * 1400 / 780);
	font-weight: bold;
	clear: both;
	margin-top: calc(35px * 1400 / 780);
	padding-bottom: calc(10px * 1400 / 780);
	color: #046fb4;
}

.post_content p {
	clear: both;
	margin-top: calc(20px * 1400 / 780);
}

.post_content ul,
.post_content ol {
	margin-top: calc(20px * 1400 / 780);
}

.post_content ul li,
.post_content ol li {
	line-height: 1.6;
	position: relative;
	margin-bottom: calc(5px * 1400 / 780);
	padding-left: calc(15px * 1400 / 780);
}

.post_content ul li:after,
.post_content ol li:after {
	position: absolute;
	top: calc(8px * 1400 / 780);
	left: 0;
	display: block;
	width: calc(10px * 1400 / 780);
	content: '';
	border-radius: 50%;
	background: #046fb4;
	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: #046fb4;
}

.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: calc(40px * 1400 / 780);
	height: calc(40px * 1400 / 780);
	margin: 0 calc(4px * 1400 / 780);
	text-align: center;
	vertical-align: top;
	border-radius: 50%;
	background: #f1f1f1;
	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: #046fb4;
}

.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: 30%;
	height: 30%;
	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: 100% auto;
}

.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 .btn2 a {
	width: calc(200px * 1400 / 780);
}

.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: calc(15px * 1400 / 780);
	-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: calc(15px * 1400 / 780);
	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%;
}

/**
 * #btn
 */

.btn {
	text-align: center;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-size: calc(45px * 600 / 780);
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	display: -ms-flexbox;
	display: flex;
	width: calc(583px * 600 / 780);
	height: calc(140px * 600 / 780);
	margin-right: auto;
	margin-left: auto;
	padding-top: calc(20px * 600 / 780);
	padding-bottom: calc(20px * 600 / 780);
	transition: transform .15s ease, box-shadow .15s ease;
	-ms-transform: translateY(0);
	transform: translateY(0);
	text-align: center;
	vertical-align: top;
	border-radius: calc(20px * 600 / 780);
	background: #ff8400;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn a:hover,
.btn input[type='submit']:hover,
.btn input[type='button']:hover,
.btn button:hover {
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
	box-shadow: none !important;
}

.btn._tel {
	margin-bottom: calc(33px * 600 / 780);
}

.btn._tel a {
	background: #ffde00;
	box-shadow: 0 calc(10px * 600 / 780) 0 #dcc000;
}

.btn._tel a span {
	line-height: 1;
	display: inline-block;
}

.btn._tel a ._num {
	font-size: calc(62px * 600 / 780);
	position: relative;
	padding-left: calc(90px * 600 / 780);
}

.btn._tel a ._num:after {
	position: absolute;
	top: 58%;
	left: 0;
	display: block;
	width: calc(81px * 600 / 780);
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/icon_free_dial.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 81 / 46;
}

.btn._tel a ._time {
	font-size: calc(27px * 600 / 780);
}

.btn._mail a {
	background: #09d0dc;
	box-shadow: 0 calc(10px * 600 / 780) 0 #01b3be;
}

.btn._mail a span {
	position: relative;
	padding-left: calc(85px * 600 / 780);
}

.btn._mail a span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: calc(72px * 600 / 780);
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/icon_mail.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 72 / 54;
}

.btn input[type='submit'],
.btn input[type='button'] {
	color: #fff;
	border: none;
	box-shadow: 0 calc(10px * 600 / 780) 0 #bb6100;
}

.btn input[type='submit'].wpcf7-previous,
.btn input[type='button'].wpcf7-previous {
	background: #ccc;
	box-shadow: 0 calc(10px * 600 / 780) 0 rgba(0, 0, 0, .5);
}

.btn button {
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: none;
}

.btn2 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: calc(200px * 1400 / 780);
	padding: calc(10px * 1400 / 780) calc(20px * 1400 / 780);
	color: #fff;
	border-radius: calc(10px * 1400 / 780);
	background: #ff8400;
}

.btn2 a:after {
	position: absolute;
	top: 50%;
	right: calc(15px * 1400 / 780);
	display: block;
	width: calc(20px * 1400 / 780);
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn2 a:hover {
	opacity: 1;
	color: #046fb4;
}

.btn2 a:hover ._icon:after {
	left: calc(-2px * 1400 / 780);
	width: calc(10px * 1400 / 780);
	background: #046fb4;
}

.btn2 a:hover ._icon:before {
	right: calc(-5px * 1400 / 780);
	width: calc(50px * 1400 / 780);
}

.btn3 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: calc(200px * 1400 / 780);
	padding: calc(10px * 1400 / 780) calc(20px * 1400 / 780);
	border-radius: calc(10px * 1400 / 780);
	background: #fff;
}

.btn3 a:after {
	position: absolute;
	top: 50%;
	right: calc(20px * 1400 / 780);
	display: block;
	width: calc(24px * 1400 / 780);
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn3 a:hover {
	opacity: 1;
}

.btn3 a:hover:after {
	background-color: #ef0000;
	background-image: url(../img/common/arr_white.webp);
}

.heading1 {
	margin-bottom: calc(30px * 600 / 780);
	padding-bottom: calc(20px * 600 / 780);
	text-align: center;
	background: url(../img/heading_bg.webp) center bottom no-repeat;
	background-size: calc(56px * 600 / 780) auto;
}

.heading1 .eng {
	line-height: 1;
	color: rgba(0, 0, 0, .6);
}

.heading1 .jpn {
	font-size: calc(60px * 600 / 780);
	font-weight: 700;
	color: #2daf40;
}

.heading1._white .jpn {
	color: #fff;
}

.heading2 {
	font-size: calc(47px * 600 / 780);
	font-weight: 700;
	margin-bottom: calc(20px * 600 / 780);
	text-align: center;
	color: #046fb4;
}

.heading3 {
	font-size: calc(50px * 600 / 780);
	font-weight: 700;
	margin-bottom: calc(20px * 600 / 780);
	text-align: center;
	color: #ef0000;
}

.scroll_icon {
	display: none;
}

/**
 * #Col
 */

.section {
	padding-right: calc(30px * 600 / 780);
	padding-left: calc(30px * 600 / 780);
}

.w1100 {
	padding-right: calc(150px * 1400 / 780);
	padding-left: calc(150px * 1400 / 780);
}

.w600 {
	width: calc(600px * 1400 / 780);
	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 {
	max-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: calc(40px * 600 / 780);
}

.flex._mb-s > * {
	margin-bottom: calc(20px * 600 / 780);
}

.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: 25%;
}

.grid2_wide {
	width: 70%;
}

/**
 * #Position
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/**
 * #Margin
 */

.mb-xs {
	margin-bottom: calc(5px * 600 / 780);
}

.mb-s {
	margin-bottom: calc(10px * 600 / 780);
}

.mb-m {
	margin-bottom: calc(30px * 600 / 780);
}

.mb-mm {
	margin-bottom: calc(50px * 600 / 780);
}

.mb-l {
	margin-bottom: calc(100px * 600 / 780);
}

.mb-xl {
	margin-bottom: calc(130px * 600 / 780);
}

.mb-xxl {
	margin-bottom: calc(210px * 600 / 780);
}

.pb-xs {
	padding-bottom: calc(5px * 600 / 780);
}

.pb-s {
	padding-bottom: calc(10px * 600 / 780);
}

.pb-m {
	padding-bottom: calc(30px * 600 / 780);
}

.pb-mm {
	padding-bottom: calc(50px * 600 / 780);
}

.pb-l {
	padding-bottom: calc(90px * 600 / 780);
}

.pb-xl {
	padding-bottom: calc(130px * 600 / 780);
}

.pb-xxl {
	padding-bottom: calc(210px * 600 / 780);
}

.pt-xs {
	padding-top: calc(5px * 600 / 780);
}

.pt-s {
	padding-top: calc(10px * 600 / 780);
}

.pt-m {
	padding-top: calc(30px * 600 / 780);
}

.pt-mm {
	padding-top: calc(50px * 600 / 780);
}

.pt-l {
	padding-top: calc(90px * 600 / 780);
}

.pt-xl {
	padding-top: calc(130px * 600 / 780);
}

.pt-xxl {
	padding-top: calc(210px * 600 / 780);
}

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

/**
 * #Text
 */

.text_s {
	font-size: calc(26px * 600 / 780);
	line-height: 1.7;
}

.text_m {
	font-size: calc(18px * 1400 / 780);
}

.text_l {
	font-size: calc(20px * 1400 / 780);
	line-height: 1.7;
}

.text_red {
	color: #de2900;
}

.text_blue {
	color: #046fb4;
}

.bold {
	font-weight: 700;
}

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

.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: calc(430px * 600 / 780);
	vertical-align: top;
	border-radius: calc(20px * 600 / 780);
}

/*-------------------------------*/

.icon_tel {
	font-size: 25px;
	font-size: 2.5rem;
}

.icon_tel span {
	position: relative;
	padding-left: 30px;
}

.icon_tel span:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 23px;
	height: 24px;
	content: '';
	background: url(../img/common/icon_tel.webp) center center no-repeat;
	background-size: 100% auto;
}

.icon_time span {
	position: relative;
	padding-left: 30px;
}

.icon_time span:after {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	content: '';
	background: url(../img/common/icon_time.webp) center center no-repeat;
	background-size: 100% auto;
}

.icon_map span {
	position: relative;
	padding-left: 37px;
}

.icon_map span:after {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 33px;
	height: 26px;
	content: '';
	background: url(../img/common/icon_map.webp) center center no-repeat;
	background-size: 100% auto;
}

.eng {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.table-1 {
	width: 100%;
	border-top: 1px solid #747474;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.table-1 th,
.table-1 td {
	line-height: 1.6;
	display: block;
	padding: calc(20px * 600 / 780) calc(30px * 600 / 780);
	vertical-align: top;
	border: 1px solid #747474;
	border-top: none;
}

.table-1 th {
	font-weight: 700;
	font-weight: bold;
	position: relative;
	padding-left: calc(55px * 600 / 780);
	color: #046fb4;
	border-bottom: none;
	background: #f1f1f1;
}

.table-1 th:after {
	position: absolute;
	top: calc(35px * 600 / 780);
	left: calc(30px * 600 / 780);
	display: block;
	width: calc(20px * 600 / 780);
	content: '';
	border-radius: 50%;
	background: #046fb4;
	aspect-ratio: 1 / 1;
}

.w90p {
	padding-right: 5%;
	padding-left: 5%;
}

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

.header-nav {
	position: relative;
	z-index: 10;
	padding-top: calc(35px * 1400 / 780);
	padding-bottom: calc(23px * 1400 / 780);
	background: #fff;
}

.scrolled .header-nav {
	position: fixed;
	z-index: 10;
	top: calc(-200px * 1400 / 780);
	left: 0;
	width: 100%;
	padding-top: calc(15px * 1400 / 780);
	padding-bottom: calc(15px * 1400 / 780);
	animation-name: fixnav2-mv;
	animation-duration: .3s;
	animation-timing-function: cubic-bezier(.18, .89, .32, 1.27);
	animation-iteration-count: 1;
	animation-direction: normal;
	box-shadow: 0 0 calc(20px * 1400 / 780) rgba(4, 111, 180, .3);
	animation-fill-mode: forwards;
}

.scrolled .header-nav .headerNav__list > li > a {
	padding-top: 0;
	padding-bottom: 0;
}

.headerNav__list {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.headerNav__list > li {
	position: relative;
}

.headerNav__list > li:after {
	position: absolute;
	top: 0;
	right: calc(-20px * 1400 / 780);
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	-ms-transform: skew(-12deg, 0);
	transform: skew(-12deg, 0);
	background: #046fb4;
}

.headerNav__list > li#gn3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: calc(10px * 1400 / 780);
	content: '';
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	background: transparent;
}

.headerNav__list > li#gn8:after {
	content: none;
}

.headerNav__list > li > a {
	font-size: calc(18px * 1400 / 780);
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	display: block;
	padding-top: calc(10px * 1400 / 780);
	padding-right: calc(20px * 1400 / 780);
	padding-bottom: calc(10px * 1400 / 780);
	padding-left: calc(20px * 1400 / 780);
}

.headerNav__list > li > a:hover {
	opacity: 1;
	color: #046fb4;
}

.headerNav__list > li ._sub {
	position: absolute;
	bottom: calc(-5px * 1400 / 780);
	left: 50%;
	transition: all .3s ease-out;
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	background: #046fb4;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.headerNav__list > li ._sub._show {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.headerNav__list > li ._sub li {
	border-bottom: 1px solid #fff;
}

.headerNav__list > li ._sub li:last-child {
	border-bottom: none;
}

.headerNav__list > li ._sub li a {
	position: relative;
	display: block;
	padding: calc(4px * 1400 / 780) calc(20px * 1400 / 780);
	padding-left: calc(35px * 1400 / 780);
	white-space: nowrap;
	color: #fff;
}

.headerNav__list > li ._sub li a:after {
	position: absolute;
	top: 50%;
	left: calc(20px * 1400 / 780);
	display: block;
	width: calc(10px * 1400 / 780);
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.headerNav__list > li ._sub li a:hover {
	opacity: 1;
	color: #046fb4;
	background: #fff600;
}

.headerNav__list > li ._sub li a:hover:after {
	background-image: url(../img/common/arr_blue.webp);
}

#top .headerNav__list li#gn1 a,
#greeting .headerNav__list li#gn2 a,
#company .headerNav__list li#gn3 a,
#sustainability .headerNav__list li#gn4 a,
#business .headerNav__list li#gn5 a,
#shoplist .headerNav__list li#gn6 a,
#recruit .headerNav__list li#gn2_1 a,
#message .headerNav__list li#gn2_2 a,
#services .headerNav__list li#gn2_3 a,
#staff-voice .headerNav__list li#gn2_4 a,
#staff1 .headerNav__list li#gn2_4 a,
#staff2 .headerNav__list li#gn2_4 a,
#staff3 .headerNav__list li#gn2_4 a,
#staff4 .headerNav__list li#gn2_4 a,
#staff5 .headerNav__list li#gn2_4 a,
#info .headerNav__list li#gn2_5 a {
	opacity: 1;
	color: #046fb4;
}

}

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

.headerNav__list > li ._sub li a:after {
	width: calc(10px * 780 / 780);
}

}

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

.w900 {
	width: auto;
	margin-right: calc(20px * 780 / 780);
	margin-left: calc(20px * 780 / 780);
}

}

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

.w800 {
	width: auto;
	margin-right: calc(20px * 780 / 780);
	margin-left: calc(20px * 780 / 780);
}

}

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

body {
	font-size: 3.84615vw;
}

.hab-nav {
	position: fixed;
	z-index: 109;
	top: 0;
	left: 100vw;
	overflow: auto;
	width: 100vw;
	height: 100vh;
	padding: 200px 100px;
	transition: all .2s ease-out;
	background: #e5eff8;
	-webkit-overflow-scrolling: touch;
}

.recruit .hab-nav {
	background: #e5eff8;
}

.open .hab-nav {
	left: 0;
}

.headerNav {
	margin-bottom: calc(40px * 780 / 780);
}

.headerNav__list {
	margin-bottom: calc(30px * 780 / 780);
	text-align: left;
}

.headerNav__list > li {
	border-bottom: 1px solid rgba(4, 111, 180, .3);
}

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

.headerNav__list > li > a {
	font-size: calc(18px * 780 / 780);
	font-weight: bold;
	position: relative;
	display: block;
	padding-top: calc(15px * 780 / 780);
	padding-bottom: calc(15px * 780 / 780);
	padding-left: calc(30px * 780 / 780);
}

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

.headerNav__list > li ._sub {
	padding-left: calc(30px * 780 / 780);
}

.headerNav__list > li ._sub li {
	border-top: 1px dotted rgba(4, 111, 180, .3);
}

.headerNav__list > li ._sub li a {
	position: relative;
	display: block;
	padding: calc(10px * 780 / 780);
	padding-left: calc(25px * 780 / 780);
}

.headerNav__list > li ._sub li a:after {
	position: absolute;
	top: 50%;
	left: calc(10px * 780 / 780);
	display: block;
	width: calc(9px * 780 / 780);
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: auto 100%;
	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: calc(60px * 780 / 780);
	height: calc(60px * 780 / 780);
}

#spNavBtn {
	display: block;
}

footer {
	padding-bottom: 23.07692vw !important;
}

.copyright {
	font-size: 3.33333vw;
}

.page_top {
	right: calc(10px * 780 / 780);
	bottom: calc(90px * 780 / 780);
}

.page_top a {
	width: calc(50px * 780 / 780);
	height: calc(50px * 780 / 780);
}

.page_top a:after {
	width: calc(20px * 780 / 780);
}

#container {
	width: auto;
}

.dl1 dt {
	padding-left: 3.07692vw;
}

.dl1 dt:after {
	top: 2.5641vw;
	width: 2.05128vw;
}

.dl1 dd {
	padding-left: 3.07692vw;
}

.wave {
	padding-bottom: 1.28205vw;
	background-size: 3.58974vw auto;
}

.list1 li {
	font-size: 4.35897vw;
	margin-bottom: 5.12821vw;
	padding-left: 6.41026vw;
}

.list1 li:after {
	top: .51282vw;
	width: 5.25641vw;
}

.bg5 {
	background-size: 2.05128vw auto;
}

.cv-head_ttl {
	font-size: 6.28205vw;
	padding-top: 1.92308vw;
	padding-bottom: 2.30769vw;
	padding-left: 33.33333vw;
}

.cv-head_ttl:after {
	top: -14.10256vw;
	width: 30.76923vw;
}

.cv-cont {
	background-size: 2.05128vw auto;
}

.fv-list_item {
	width: 28.46154vw;
	padding: 2.5641vw;
	border-radius: 2.5641vw;
}

.fv-list_item_icon {
	height: 10.76923vw;
}

.fv-creca {
	padding: 2.5641vw;
	border-radius: 2.5641vw;
}

.fv-creca_ttl {
	font-size: 6.02564vw;
	margin-bottom: 2.5641vw;
}

.fv-creca_box_img {
	padding: 3.84615vw;
	border-radius: 2.5641vw;
}

.trouble-cv {
	font-size: 5.38462vw;
}

.trouble-cv > p {
	padding-right: 10.25641vw;
	padding-left: 10.25641vw;
}

.trouble-cv > p:before,
.trouble-cv > p:after {
	width: 8.71795vw;
}

.price-box {
	padding: 6.41026vw;
	padding-top: 8.97436vw;
	border: .76923vw solid #2daf40;
	order-radius: 3.84615vw;
}

.price-box_ttl span {
	font-size: 4.48718vw;
	min-width: 48.71795vw;
	padding: 1.28205vw;
}

.price-box_img:first-child:after {
	right: -4.48718vw;
	width: 5.76923vw;
}

.price-box_img .eng {
	font-size: 2.69231vw;
	padding: .64103vw calc(20px * 780 / 780);
}

.price-box_data {
	padding: 3.33333vw calc(20px * 780 / 780);
}

.price-box_data .grid2 ._ttl {
	font-size: 3.58974vw;
	padding-left: 2.5641vw;
}

.price-box_data .grid2 ._ttl:after {
	top: 1.15385vw;
	width: 2.05128vw;
}

.price-box_data .grid2 ._cont {
	font-size: 4.87179vw;
}

.price-box_num {
	padding: 2.5641vw;
}

.price-box_num ._num {
	font-size: 5.38462vw;
}

.price-box_num ._num .eng {
	font-size: 9.10256vw;
}

.price-box_num ._num ._blk {
	font-size: 3.58974vw;
}

.price-box_num ._box {
	padding-top: 1.02564vw;
	padding-bottom: 1.02564vw;
}

.price-box_num ._box:first-child {
	border-bottom: .38462vw solid #d8d8d8;
}

.price-box_num ._box ._ttl {
	font-size: 3.58974vw;
}

.price-box_num ._box ._num .eng {
	font-size: 6.79487vw;
}

.price-cation {
	padding: 3.84615vw;
	border: 1.92308vw solid #ff8400;
}

.point-box {
	padding-top: 11.53846vw;
	background-size: 42.05128vw auto;
}

.eria-map {
	margin-left: 3.84615vw;
}

.info-head {
	padding-top: 6.41026vw;
	padding-bottom: 2.5641vw;
}

.info-head:after {
	bottom: -4.10256vw;
	border-top: 4.48718vw solid #2daf40;
	border-right: 5.12821vw solid transparent;
	border-left: 5.12821vw solid transparent;
}

.info-cont_logo img {
	width: 83.84615vw;
}

.flow-box {
	margin-bottom: 12.82051vw;
	margin-left: 12.82051vw;
	padding: 3.84615vw;
	padding-left: 8.97436vw;
	border-radius: 1.28205vw;
}

.flow-box:after {
	bottom: -8.58974vw;
	width: 5.76923vw;
}

.flow-box .eng span {
	font-size: 5.12821vw;
}

.flow-box_icon {
	top: 2.5641vw;
	left: -12.82051vw;
	width: 17.69231vw;
}

.flow-box_ttl {
	font-size: 6.41026vw;
	margin-bottom: .64103vw;
}

.voice-heading {
	padding-left: 33.33333vw;
}

.voice-heading:after {
	width: 28.46154vw;
}

.voice-heading span {
	font-size: 7.69231vw;
	width: 54.23077vw;
	padding-bottom: 3.84615vw;
}

.voice-box_illust {
	width: 10.51282vw;
}

.voice-box_cont {
	width: 77.4359vw;
	padding: 3.84615vw;
	border-radius: 5.12821vw;
}

.voice-box_cont:after {
	top: 1.92308vw;
	left: -3.84615vw;
	width: 4.74359vw;
}

.faq-box {
	margin-bottom: 2.5641vw;
}

.faq-box_ttl a {
	font-size: 4.61538vw;
	padding: 2.5641vw 15.38462vw;
}

.faq-box_ttl a:after {
	top: 2.5641vw;
	left: 3.84615vw;
	width: 10.12821vw;
}

.faq-box_ttl a:before {
	right: 2.5641vw;
	width: 6.41026vw;
}

.faq-box_cont {
	padding: 2.5641vw 2.5641vw 3.84615vw 15.38462vw;
}

.profile-head {
	padding-top: 2.5641vw;
	padding-bottom: 2.5641vw;
}

.profile-head_ttl {
	font-size: 5.12821vw;
}

.profile-bnr img {
	width: 52.17949vw;
}

.hikaku-graph_tit {
	width: 45vw;
}

.hikaku-slide_wrap {
	width: 60vw;
}

.hikaku-slide_item_ttl {
	font-size: 3.84615vw;
	height: 10.25641vw;
	margin-top: 2.5641vw;
	padding: 2.5641vw;
}

._clover .hikaku-slide_item_ttl {
	height: 12.82051vw;
	border-radius: 2.5641vw 2.5641vw 0 0;
}

.hikaku-graph_item {
	font-size: 3.58974vw;
	height: 8.97436vw;
	padding: 0 1.92308vw;
}

._clover .hikaku-graph_item:before,
._clover .hikaku-graph_item:after {
	width: .51282vw;
}

._clover .hikaku-graph_item:before {
	left: -.25641vw;
}

._clover .hikaku-graph_item:after {
	right: -.25641vw;
}

.hikaku-graph_item ._s {
	font-size: 2.4359vw;
}

.footer-nav {
	width: 100%;
	padding-top: 1.92308vw;
	padding-bottom: 1.92308vw;
}

.footer-nav .btn a {
	font-size: 3.84615vw;
	height: 14.61538vw;
}

.footer-nav .btn._tel a ._num {
	font-size: 5.12821vw;
	padding-left: 7.69231vw;
}

.footer-nav .btn._tel a ._num:after {
	width: 6.79487vw;
}

.footer-nav .btn._tel a ._time {
	font-size: 2.5641vw;
}

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

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='tel']#city,
input[type='tel']#addr,
input[type='email']#city,
input[type='email']#addr,
textarea#city,
textarea#addr {
	width: 100%;
}

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

._required {
	font-size: 2.5641vw;
	margin-left: 1.28205vw;
	padding: 1.02564vw 1.28205vw;
	border-radius: .76923vw;
}

.pp_box {
	font-size: 3.58974vw;
	height: 51.28205vw;
	padding: 3.84615vw;
}

.wpcf7-list-item {
	display: block !important;
}

.wpcf7-checkbox .wpcf7-list-item {
	margin-bottom: 1.92308vw;
}

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

.wpcf7-checkbox .wpcf7-list-item-label:after {
	top: 1.15385vw;
	width: 3.84615vw;
	border-radius: .25641vw;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
	top: .89744vw;
	left: .76923vw;
	width: 1.53846vw;
}

.wpcf7-radio .wpcf7-list-item {
	margin-right: 5.12821vw;
	margin-bottom: 1.92308vw;
}

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

.wpcf7-radio .wpcf7-list-item-label:after {
	top: 1.28205vw;
	width: 3.84615vw;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	top: 2.05128vw;
	left: .76923vw;
	width: 2.30769vw;
}

.contact-table {
	margin-bottom: 6.41026vw;
}

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

.wp-side {
	float: none;
	width: 100%;
	margin-right: 0;
}

.post_main {
	float: none;
	width: 100%;
	margin-bottom: 100px;
}

.sideBox {
	padding-bottom: calc(30px * 780 / 780);
}

.sideBox .heading5 span {
	font-size: calc(18px * 780 / 780);
}

.side-ttl {
	font-size: calc(19px * 780 / 780);
	margin-bottom: calc(15px * 780 / 780);
	padding-bottom: calc(10px * 780 / 780);
}

.side-ttl:after {
	width: calc(40px * 780 / 780);
}

.sideBox-list > li {
	margin-bottom: 0;
}

.sideBox-list > li > a {
	padding-top: calc(15px * 780 / 780);
	padding-bottom: calc(15px * 780 / 780);
	padding-left: calc(30px * 780 / 780);
}

.sideBox-list > li > a:after {
	top: calc(18px * 780 / 780);
	left: calc(15px * 780 / 780);
	width: calc(10px * 780 / 780);
}

.sideBox-list .children li {
	margin-top: 0;
	border-top: 1px dotted #06c755;
}

.sideBox-list .children li:after {
	top: 21px;
}

.sideBox-list .children li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

.post_content h2 {
	font-size: calc(19.2px * 780 / 780);
	margin-top: calc(28px * 780 / 780);
	padding: calc(12px * 780 / 780) calc(24px * 780 / 780);
}

.post_content h3 {
	font-size: calc(17.6px * 780 / 780);
	margin-top: calc(28px * 780 / 780);
	padding-bottom: calc(8px * 780 / 780);
}

.post_content h4 {
	font-size: calc(16.8px * 780 / 780);
	margin-top: calc(28px * 780 / 780);
	padding-bottom: calc(8px * 780 / 780);
}

.post_content h4:after {
	width: calc(80px * 780 / 780);
}

.post_content h5 {
	font-size: calc(17px * 780 / 780);
	margin-top: calc(28px * 780 / 780);
	padding-bottom: calc(8px * 780 / 780);
}

.post_content h6 {
	font-size: calc(17px * 780 / 780);
	margin-top: calc(28px * 780 / 780);
	padding-bottom: calc(8px * 780 / 780);
}

.post_content p {
	margin-top: calc(20px * 780 / 780);
}

.post_content ul,
.post_content ol {
	margin-top: calc(35px * 780 / 780);
}

.post_content ul li,
.post_content ol li {
	margin-bottom: calc(5px * 780 / 780);
	padding-left: calc(15px * 780 / 780);
}

.post_content ul li:after,
.post_content ol li:after {
	top: calc(8px * 780 / 780);
	width: calc(10px * 780 / 780);
}

.pager .page-numbers {
	min-width: calc(40px * 780 / 780);
	height: calc(40px * 780 / 780);
	margin: 0 calc(5px * 780 / 780);
}

.wp-paging .btn2 a {
	width: calc(170px * 780 / 780);
}

.wp-paging .prev a:after {
	left: calc(15px * 780 / 780);
}

.wp-paging .next a:after {
	right: calc(15px * 780 / 780);
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-size: 5.76923vw;
	width: 90%;
	height: 17.94872vw;
	padding-top: 2.5641vw;
	padding-bottom: 2.5641vw;
	border-radius: 2.5641vw;
}

.btn._tel {
	margin-bottom: 4.23077vw;
}

.btn._tel a {
	box-shadow: 0 1.28205vw 0 #dcc000;
}

.btn._tel a ._num {
	font-size: 7.94872vw;
	padding-left: 11.53846vw;
}

.btn._tel a ._num:after {
	width: 10.38462vw;
}

.btn._tel a ._time {
	font-size: 3.46154vw;
}

.btn._mail a {
	box-shadow: 0 1.28205vw 0 #01b3be;
}

.btn._mail a span {
	padding-left: 10.89744vw;
}

.btn._mail a span:after {
	width: 9.23077vw;
}

.btn2 a {
	width: calc(200px * 780 / 780);
	padding: calc(10px * 780 / 780) calc(20px * 780 / 780);
	border-radius: calc(10px * 780 / 780);
}

.btn2 a:after {
	right: calc(15px * 780 / 780);
	width: calc(20px * 780 / 780);
}

.btn2 a:hover ._icon:after {
	left: calc(-2px * 780 / 780);
	width: calc(10px * 780 / 780);
}

.btn2 a:hover ._icon:before {
	right: calc(-5px * 780 / 780);
	width: calc(50px * 780 / 780);
}

.btn3 a {
	width: calc(200px * 780 / 780);
	padding: calc(10px * 780 / 780) calc(20px * 780 / 780);
	border-radius: calc(10px * 780 / 780);
}

.btn3 a:after {
	right: calc(20px * 780 / 780);
	width: calc(24px * 780 / 780);
}

.heading1 {
	margin-bottom: 3.84615vw;
	padding-bottom: 2.5641vw;
	background-size: 7.17949vw auto;
}

.heading1 .jpn {
	font-size: 7.69231vw;
}

.heading2 {
	font-size: 6.02564vw;
	margin-bottom: 2.5641vw;
}

.heading3 {
	font-size: 6.41026vw;
	margin-bottom: 2.5641vw;
}

.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: 3.84615vw;
	padding-left: 3.84615vw;
}

.w1100 {
	padding-right: calc(20px * 780 / 780);
	padding-left: calc(20px * 780 / 780);
}

.flex._mb > * {
	margin-bottom: calc(30px * 780 / 780);
}

.flex._mb-s > * {
	margin-bottom: calc(15px * 780 / 780);
}

.flex._mb_sp > * {
	margin-bottom: calc(50px * 780 / 780);
}

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

.flex._mb_sp-s > * {
	margin-bottom: calc(20px * 780 / 780);
}

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

.tab-dblock {
	display: block;
}

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

.grid7 {
	width: 100%;
}

.grid2_small {
	width: 100%;
}

.grid2_wide {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_s {
	font-size: calc(15px * 780 / 780);
}

.text_m {
	font-size: calc(18px * 780 / 780);
}

.text_l {
	font-size: calc(18px * 780 / 780);
}

.tablet_left {
	text-align: left;
}

.tablet_center {
	text-align: center;
}

.tablet {
	display: inline;
}

.pc {
	display: none;
}

.tablet-dblock {
	display: block;
}

.map iframe {
	height: calc(300px * 780 / 780);
}

.table-1 th,
.table-1 td {
	padding: 2.5641vw 3.84615vw;
}

.table-1 th {
	padding-left: 7.05128vw;
}

.table-1 th:after {
	top: 4.48718vw;
	left: 3.84615vw;
	width: 2.5641vw;
}

}

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

.hab-nav {
	padding-top: calc(60px * 780 / 780);
	padding-right: calc(40px * 780 / 780);
	padding-left: calc(40px * 780 / 780);
}

}

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

.w700 {
	width: auto;
	margin-right: calc(20px * 780 / 780);
	margin-left: calc(20px * 780 / 780);
}

}

@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;
}

}

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

.w600 {
	width: auto;
	margin-right: calc(20px * 780 / 780);
	margin-left: calc(20px * 780 / 780);
}

}

@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 fixnav2-mv {

0% {
	top: calc(-200px * 1400 / 780);
}

100% {
	top: calc(0px * 1400 / 780);
}

}

@keyframes pagetop_move {

0% {
	top: 50%;
}

50% {
	top: -120%;
}

51% {
	top: 120%;
}

100% {
	top: 50%;
}

}

@keyframes arr_move {

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

50% {
	background-position: left 120% center;
}

51% {
	background-position: left -120% center;
}

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

}

@keyframes scroll_animation {

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

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

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

}


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