@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: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
	font-size: 1.14286vw;
	font-weight: 400;
	font-style: normal;
	line-height: 2.2;
	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
*/

.header-logo {
	width: 22.85714vw;
	padding-top: 2.14286vw;
	padding-left: 3.57143vw;
}

.header-logo a {
	display: block;
}

.header-right {
	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: end;
	justify-content: flex-end;
}

.header-right_link {
	line-height: 1.6;
}

.header-right_link a {
	font-size: 1.28571vw;
	position: relative;
	padding-left: .92857vw;
}

.header-right_link a:after {
	position: absolute;
	top: .42857vw;
	left: 0;
	display: block;
	width: .64286vw;
	content: '';
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 9 / 8;
}

.header-right_contact {
	line-height: 1.5;
	margin-left: 1.78571vw;
	padding: 1.07143vw 2.14286vw;
	border-radius: 0 0 0 1.42857vw;
	background: #f1f1f1;
}

.header-right_contact ._tel {
	font-family: 'Lato', sans-serif;
	font-size: 2.42857vw;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	position: relative;
	padding-left: 2.28571vw;
	color: #0066bd;
}

.header-right_contact ._tel:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1.92857vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/icon_tel.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.header-right_contact ._btn a {
	font-size: 1.07143vw;
	font-weight: bold;
	display: inline-block;
	padding: .35714vw .71429vw;
	text-align: center;
	color: #fff;
	border-radius: .42857vw;
}

.header-right_contact ._btn a:hover {
	animation: btn-bounce .3s ease-out forwards;
	opacity: 1;
}

.header-right_contact ._btn a span {
	position: relative;
	padding-left: 3.14286vw;
}

.header-right_contact ._btn a span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 2.71429vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/icon_mail.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 38 / 17;
}

.header-right_contact ._btn._mail {
	margin-left: 1.42857vw;
}

.header-right_contact ._btn._mail a {
	background: #ff9600;
}

.header-right_contact ._btn._line {
	margin-left: .71429vw;
}

.header-right_contact ._btn._line a {
	background: #06c755;
}

.header-right_contact ._btn._line a span {
	padding-left: 1.85714vw;
}

.header-right_contact ._btn._line a span:after {
	width: 1.42857vw;
	background-image: url(../img/common/icon_line.webp);
	aspect-ratio: 1 / 1;
}

.header-right_contact_ttl {
	font-size: 1.28571vw;
	font-weight: bold;
}

#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: #0066bd;
}

.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: 5.71429vw;
}

.footer-nav {
	margin-left: 2.85714vw;
}

.footer-nav li {
	line-height: 1.8;
}

.footer-nav a {
	position: relative;
	padding-left: 1vw;
}

.footer-nav a:after {
	position: absolute;
	top: .28571vw;
	left: 0;
	display: block;
	width: .64286vw;
	content: '';
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.footer-left {
	width: 37.85714vw;
}

.footer-logo {
	width: 22.85714vw;
}

.sp-fixed_menu {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

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

.sp-fixed_menu ._shop,
.sp-fixed_menu ._map {
	font-size: 1.2rem;
	width: 25%;
	background: #0066bd;
}

.sp-fixed_menu ._shop a,
.sp-fixed_menu ._map a {
	padding-top: 37px;
	background: url(../img/common/icon_shop.webp) center top 10px no-repeat;
	background-size: 28px auto;
}

.sp-fixed_menu ._map {
	background: #3b578a;
}

.sp-fixed_menu ._map a {
	background-image: url(../img/common/icon_map.webp);
}

.sp-fixed_menu ._contact {
	font-size: 1.6rem;
	width: 50%;
	background: #0e701e;
}

.sp-fixed_menu ._contact a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-fixed_menu ._contact a span {
	padding-left: 20px;
	background: url(../img/common/ar_white.webp) center left no-repeat;
	background-size: 15px auto;
}

.sp-fixed_menu a {
	display: block;
	height: 60px;
	text-align: center;
	color: #fff;
}

.page_top {
	position: fixed;
	z-index: 10;
	right: .71429vw;
	bottom: .71429vw;
	transition: all .3s ease-out;
	opacity: 0;
}

.scrolled .page_top {
	opacity: 1;
}

.page_top a {
	position: relative;
	display: block;
	width: 3.57143vw;
	height: 3.57143vw;
	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: 1.42857vw;
	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
 */

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

.table-2 {
	width: 100%;
}

.table-2 th,
.table-2 td {
	line-height: 1.6;
	padding: 1.07143vw;
	border: 1px solid rgba(116, 116, 116, .6);
}

.table-2 th {
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: rgba(0, 102, 189, .8);
}

.table-2 td {
	background: #fff;
}

.table-2 td._ttl {
	font-weight: 700;
	background: #fffbbd;
}

.price_box {
	display: inline-block;
	padding: 1.07143vw 3.57143vw;
	border-radius: .71429vw;
	background: #f1f1f1;
}

.price_box._white {
	background: #fff;
}

.list1 li {
	line-height: 1.6;
	position: relative;
	margin-bottom: .35714vw;
	padding-left: 1.42857vw;
}

.list1 li:after {
	position: absolute;
	top: .42857vw;
	left: 0;
	display: block;
	width: .85714vw;
	content: '';
	border-radius: 50%;
	background: #0066bd;
	aspect-ratio: 1 / 1;
}

.uline {
	padding-bottom: .28571vw;
	background: url(../img/common/line_bg.webp) center bottom repeat-x;
	background-size: auto .57143vw;
}

.line-dotted {
	padding-bottom: .42857vw;
	background: url(../img/common/line_dotted.webp) left bottom repeat-x;
	background-size: auto .14286vw;
}

.box1 {
	padding: 3.57143vw;
	background: #fff;
}

.box2 {
	padding: 3.57143vw;
	border: 2px solid #0066bd;
	border-radius: 1.42857vw;
}

.list_icon2 li {
	font-size: 1.28571vw;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	margin-bottom: .71429vw;
	padding-left: 2vw;
}

.list_icon2 li:after {
	position: absolute;
	top: .35714vw;
	left: 0;
	display: block;
	width: 1.42857vw;
	content: '';
	background: url(../img/common/icon_check.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.list_icon3 li {
	line-height: 1.6;
	position: relative;
	margin-bottom: .71429vw;
	padding-left: 2vw;
}

.list_icon3 li:after {
	position: absolute;
	top: .35714vw;
	left: 0;
	display: block;
	width: 1.28571vw;
	content: '';
	background: url(../img/common/icon_check.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.js-slidein._slide {
	transition: all .3s 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%);
}

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

.bnr-pr img {
	width: 60%;
}

.pagenav {
	position: -webkit-sticky;
	position: sticky;
	top: 5.71429vw;
	margin-bottom: 2.85714vw;
	padding-top: 1.42857vw;
	padding-bottom: 3.57143vw;
	border-left: 1px solid #0066bd;
}

.pagenav li {
	margin-bottom: 1.14286vw;
}

.pagenav li._first a {
	background-color: #e34d3f;
}

.pagenav a {
	font-size: 1.28571vw;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: inline-block;
	padding: .71429vw 2.14286vw;
	padding-right: 1.42857vw;
	vertical-align: top;
	color: #fff;
	border-radius: 0 50px 50px 0;
	background: #0066bd;
}

.pagenav a:after {
	position: absolute;
	top: 50%;
	left: .71429vw;
	display: block;
	width: 1.21429vw;
	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;
}

a.link_line {
	text-decoration: underline;
	color: #0066bd;
}

.fix-bnr {
	position: fixed;
	z-index: 10;
	right: .71429vw;
	bottom: .71429vw;
	width: 20vw;
}

.fix-bnr a {
	position: relative;
	display: block;
	overflow: visible;
}

.fix-bnr a img {
	vertical-align: top;
}

.fix-bnr ._close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-ms-transform: translate(-44%, -19%);
	transform: translate(-44%, -19%);
}

.fix-bnr ._close a {
	position: relative;
	display: block;
	display: block;
	width: 2.14286vw;
	height: 2.14286vw;
	border: 1px solid #747474;
	border-radius: 50%;
	background: #fff;
}

.fix-bnr ._close a:before,
.fix-bnr ._close a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	background: #747474;
}

.fix-bnr ._close a:before {
	width: 1.07143vw;
	height: 2px;
}

.fix-bnr ._close a:after {
	width: 2px;
	height: 1.07143vw;
}

.fix-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	display: none;
	width: 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fix-nav_item {
	width: 33.333%;
	border-right: 1px solid #fff;
}

.fix-nav_item:last-child {
	border-right: none;
}

.fix-nav_item a {
	font-size: 3.33333vw;
	font-weight: bold;
	display: block;
	display: -ms-flexbox;
	display: flex;
	height: 11.90476vw;
	text-align: center;
	color: #fff;
	background: #0066bd;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fix-nav_item a ._icon {
	position: relative;
	display: inline-block;
	padding-left: 10.71429vw;
}

.fix-nav_item a ._icon:after {
	position: absolute;
	top: 50%;
	left: 2.38095vw;
	display: block;
	width: 5.95238vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/icon_tel_white.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.fix-nav_item._mail a {
	background: #ff9600;
}

.fix-nav_item._mail a ._icon {
	padding-left: 15.47619vw;
}

.fix-nav_item._mail a ._icon:after {
	width: 10.95238vw;
	background-image: url(../img/common/icon_mail.webp);
}

.fix-nav_item._line a {
	background: #06c755;
}

.fix-nav_item._line a ._icon:after {
	background-image: url(../img/common/icon_line.webp);
}

.bg1 {
	background: #e5eff8;
}

.bg2 {
	background: #f1f1f1;
}

.cv {
	text-align: center;
	background: #f9f1d5;
}

.cv-eng {
	font-size: 14.28571vw;
	line-height: 1;
	color: #fff;
}

.cv-head {
	position: relative;
	display: inline-block;
	margin-top: -3.57143vw;
	padding-right: 11.42857vw;
	padding-left: 10vw;
}

.cv-illust1,
.cv-illust2 {
	position: absolute;
	bottom: .71429vw;
}

.cv-illust1 {
	left: 0;
	width: 8.57143vw;
}

.cv-illust2 {
	right: 0;
	width: 10.07143vw;
}

.cv-ttl {
	font-weight: bold;
}

.cv-ttl .orange {
	font-size: 2.5vw;
}

.cv-ttl_baloon {
	font-size: 3.14286vw;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-right: 1.07143vw;
	padding-left: 1.07143vw;
	color: #0066bd;
}

.cv-ttl_baloon:before,
.cv-ttl_baloon:after {
	position: absolute;
	bottom: 0;
	display: block;
	width: .21429vw;
	height: 2.35714vw;
	content: '';
	background: #0066bd;
}

.cv-ttl_baloon:before {
	left: 0;
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.cv-ttl_baloon:after {
	right: 0;
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}

.cv-ttl_baloon ._l {
	font-size: 3.85714vw;
}

.cv-flex ._icon {
	font-size: 2.14286vw;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	margin-right: 1.07143vw;
	padding: .57143vw 1.28571vw;
	background: #e5eff8;
}

.cv-flex ._price {
	font-size: 2.5vw;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	margin-top: -.71429vw;
	color: #ff5a00;
}

.cv-flex ._price ._l {
	font-size: 5.35714vw;
}

.cv-txt {
	font-size: 1.64286vw;
	font-weight: bold;
	margin-bottom: 1.07143vw;
}

.cv-btns {
	width: 46.42857vw;
	margin-left: 1.42857vw;
}

.cv-btns .cv_btn a {
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
}

.orange {
	color: #ff5a00;
}

.tel a {
	font-family: 'Lato', sans-serif;
	font-size: 3.64286vw;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	color: #0066bd;
}

.tel a ._icon {
	position: relative;
	display: inline-block;
	padding-left: 3.21429vw;
}

.tel a ._icon:after {
	position: absolute;
	top: .5vw;
	left: 0;
	display: block;
	width: 2.85714vw;
	content: '';
	background: url(../img/common/icon_tel.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.tel._footer a {
	font-size: 2.42857vw;
}

.tel._footer a ._icon {
	padding-left: 2.14286vw;
}

.tel._footer a ._icon:after {
	width: 1.71429vw;
}

.cv_btn {
	width: 48%;
}

.cv_btn a {
	font-size: 1.28571vw;
	font-weight: bold;
	display: block;
	padding-top: .85714vw;
	padding-bottom: .85714vw;
	text-align: center;
	color: #fff;
	border-radius: .71429vw;
}

.cv_btn a span {
	position: relative;
	display: inline-block;
}

.cv_btn a span:after {
	position: absolute;
	display: block;
	content: '';
}

.cv_btn a:hover {
	animation: btn-bounce .3s ease-out forwards;
	opacity: 1;
}

.cv_btn._mail a {
	background-color: #ff9600;
}

.cv_btn._mail a span {
	padding-left: 5vw;
}

.cv_btn._mail a span:after {
	top: -.71429vw;
	left: 0;
	width: 4.28571vw;
	background: url(../img/common/icon_mail.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.cv_btn._line a {
	background: #06c755;
}

.cv_btn._line a span {
	padding-left: 2.85714vw;
}

.cv_btn._line a span:after {
	top: .14286vw;
	left: 0;
	width: 2.28571vw;
	background: url(../img/common/icon_line.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

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

.top-fv {
	padding-top: 4.28571vw;
	padding-bottom: 4.28571vw;
	background: url(../img/top/fv_bg3.webp) center top no-repeat;
	background-size: cover;
}

.top-fv_txt1,
.top-fv_txt2,
.top-fv_txt3 {
	display: block;
	margin-bottom: 1.78571vw;
}

.top-fv_txt1 {
	width: 44.14286vw;
}

.top-fv_txt2 {
	width: 43.5vw;
}

.top-fv_txt3 {
	width: 35.64286vw;
}

.top-fv_ttl {
	font-size: 1.64286vw;
	font-weight: bold;
}

.top-fv_cv {
	width: 37.85714vw;
}

.top-intro_ceo {
	text-align: right;
}

.top-intro_ceo img {
	width: 13.42857vw;
}

.top-intro_img1 img {
	width: 31.14286vw;
}

.top-intro_img2 {
	margin-right: -3.57143vw;
	text-align: right;
}

.top-intro_img2 img {
	width: 31.14286vw;
}

.service-nav a {
	opacity: 1;
}

.service-nav a:hover ._img {
	opacity: .1;
}

.service-nav_item1 {
	width: 50%;
	border-right: 1px solid #fff;
}

.service-nav_item2_wrap {
	width: 50%;
}

.service-nav_item2 {
	width: 50%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.service-nav_item2:nth-child(2n) {
	border-right: none;
}

.service-nav_item2:nth-child(3),
.service-nav_item2:nth-child(4) {
	border-bottom: none;
}

.service-nav_item2 a {
	display: block;
	aspect-ratio: 7 / 4;
}

.service-nav_item1,
.service-nav_item2 {
	position: relative;
	background: #0066bd;
}

.service-nav_item1 ._img,
.service-nav_item2 ._img {
	transition: all .3s ease-out;
	opacity: .4;
	object-fit: cover;
}

.service-nav_item1 ._ttl,
.service-nav_item2 ._ttl {
	font-size: 1.57143vw;
	font-weight: bold;
	line-height: 1.3;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	color: #fff;
}

.service-nav_item1 ._ttl ._icon,
.service-nav_item2 ._ttl ._icon {
	position: relative;
	display: inline-block;
	padding-right: 1.78571vw;
}

.service-nav_item1 ._ttl ._icon:after,
.service-nav_item2 ._ttl ._icon:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1.42857vw;
	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;
}

.service-nav_item1 ._ttl {
	font-size: 2.85714vw;
}

.service-nav_item1 ._ttl ._icon {
	padding-right: 2.5vw;
}

.service-nav_item1 ._ttl ._icon:after {
	width: 2.14286vw;
}

.service-nav_item1 a {
	display: block;
	aspect-ratio: 698 / 401;
}

.top-price {
	position: relative;
}

.top-price:after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 59.28571vw;
	content: '';
	background: url(../img/top/price_bg.webp) center center no-repeat;
	background-size: cover;
}

.top-price_eng {
	font-size: 7.14286vw;
	line-height: 1;
	text-align: center;
	color: rgba(0, 102, 189, .3);
}

.top-price_item {
	position: relative;
	width: 20.71429vw;
	margin-right: 2.14286vw;
	padding: 2.14286vw 1.42857vw 1.42857vw;
	text-align: center;
	background: #e5eff8;
}

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

.top-price_item_num {
	font-family: 'Lato', sans-serif;
	font-size: 1.78571vw;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	width: 3.57143vw;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	border-radius: 50%;
	background: #0066bd;
	aspect-ratio: 1 / 1;
	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-price_item_icon {
	margin-bottom: 1.07143vw;
}

.top-price_item_icon img {
	height: 7.28571vw;
}

.top-price_txt1 {
	font-size: 2.5vw;
	font-weight: bold;
	text-align: center;
	color: #0066bd;
}

.top-price_txt1 ._l {
	font-size: 4.28571vw;
	line-height: 1;
}

.top-price_txt1 ._icon {
	display: inline-block;
	width: 12.14286vw;
	margin-top: -.71429vw;
	margin-left: 1.07143vw;
	vertical-align: top;
}

.top-price_txt1 ._icon img {
	vertical-align: middle;
}

.top-reason {
	overflow: hidden;
}

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

.top-reason .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.top-reason .slick-slide {
	height: auto !important;
}

.top-reason_thumb_item {
	width: 13.57143vw;
	margin-right: .71429vw;
	margin-left: .71429vw;
	padding: 2.14286vw 1.42857vw 3.57143vw;
	cursor: pointer;
	transition: all .3s ease-out;
	text-align: center;
	background: #e5eff8;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.71429vw), 50% 100%, 0 calc(100% - 2.71429vw));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.71429vw), 50% 100%, 0 calc(100% - 2.71429vw));
}

.top-reason_thumb_item.slick-current,
.top-reason_thumb_item:hover {
	color: #fff;
	background: #0066bd;
}

.top-reason_thumb_item_icon {
	display: -ms-flexbox;
	display: flex;
	width: 6.14286vw;
	height: 6.14286vw;
	margin-right: auto;
	margin-bottom: 1.07143vw;
	margin-left: auto;
	text-align: center;
	border-radius: 50%;
	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;
}

.top-reason_thumb_item_icon img {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.top-reason_thumb_item_ttl {
	font-size: 1.42857vw;
	font-weight: bold;
	line-height: 1.6;
}

.top-reason_slide_wrap {
	position: relative;
}

.custom-arrows {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	width: 81.42857vw;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.slick-arrow {
	width: 2.71429vw;
	height: 2.71429vw;
	transition: all .3s ease-out;
	border: none;
	border-radius: 50%;
	background: #fff url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 40% auto;
}

.slick-arrow.custom-prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.slick-arrow.slick-disabled {
	opacity: 0;
}

.top-reason_slide_item {
	width: 71.42857vw;
	margin-right: 3.57143vw;
	margin-left: 3.57143vw;
	padding: 2.85714vw 3.57143vw;
	border-radius: 1.42857vw;
	background: #fff;
}

.top-reason_wrap {
	position: relative;
}

.top-reason_wrap:after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 46vw;
	content: '';
	background: #a3bfd6;
}

.top-reason_slide_item_icon {
	text-align: center;
}

.top-reason_slide_item_icon img {
	width: 9.28571vw;
	margin-right: auto;
	margin-left: auto;
}

.top-point .section {
	position: relative;
}

.top-point .section ._illust {
	position: absolute;
	top: -1.85714vw;
	right: 5.57143vw;
	width: 17.71429vw;
}

.top-point_box {
	position: relative;
	padding: 2.14286vw;
	padding-left: 14.28571vw;
	border-radius: 1.42857vw;
	background: #fff;
}

.top-point_box_num {
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -2.14286vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-point_box_num ._ttl {
	font-size: 1.42857vw;
	display: inline-block;
	margin-right: .71429vw;
	padding: .14286vw .71429vw;
	color: #fff;
	background: #0066bd;
}

.top-point_box_num ._num {
	font-size: 6.07143vw;
	display: inline-block;
	color: #0066bd;
}

.top-point_box_cont_comment {
	position: relative;
}

.top-point_box_cont_txt {
	font-size: 1.28571vw;
	font-weight: bold;
	line-height: 1.6;
	margin-left: 7.5vw;
	padding: 1.42857vw 2.14286vw;
	border-radius: .71429vw;
	background: #f9f1d5;
}

.top-point_box_cont_baloon {
	font-weight: bold;
	line-height: 1.6;
	position: absolute;
	top: 1.07143vw;
	left: 0;
	padding: .28571vw;
	padding-right: 2.14286vw;
	padding-left: .71429vw;
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	color: #fff;
	background: #ff9600;
	-webkit-clip-path: polygon(0 0, calc(100% - 1.42857vw) 0, 100% 50%, calc(100% - 1.42857vw) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 1.42857vw) 0, 100% 50%, calc(100% - 1.42857vw) 100%, 0 100%);
}

.cat-list li {
	line-height: 1.6;
	margin-right: .71429vw;
	margin-bottom: .71429vw;
}

.cat-list li a {
	position: relative;
	padding: .57143vw .71429vw;
	padding-left: 1.64286vw;
	color: #fff;
	background: #ff9600;
}

.cat-list li a:after {
	position: absolute;
	top: 50%;
	left: .71429vw;
	display: block;
	width: .64286vw;
	height: .64286vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 100% auto;
}

.case-list_item a {
	position: relative;
	display: block;
}

.case-list_item_img {
	aspect-ratio: 3 / 2;
}

.case-list_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-list_item_ttl {
	line-height: 1.6;
	margin-top: .71429vw;
}

.case-list_item_cat {
	font-size: 1vw;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding: .35714vw .71429vw;
	color: #fff;
	background: #ff9600;
}

.case-list_item_ttl {
	font-weight: bold;
}

.info-list_item {
	border-bottom: 1px solid #fff;
	background: #f9f1d5;
}

.info-list_item:first-child {
	border-radius: .71429vw .71429vw 0 0;
}

.info-list_item:last-child {
	border-bottom: none;
	border-radius: 0 0 .71429vw .71429vw;
}

.info-list_item a {
	line-height: 1.6;
	position: relative;
	display: block;
	padding: 1.42857vw 2.14286vw;
	padding-right: 2.85714vw;
}

.info-list_item a:after {
	position: absolute;
	top: 50%;
	right: 1.42857vw;
	display: block;
	width: 1.42857vw;
	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;
}

.info-list_item_time {
	font-family: 'Lato', sans-serif;
	font-size: 1.42857vw;
	font-weight: 700;
	font-style: normal;
	color: #0066bd;
}

.info-list_item_ttl {
	text-decoration: underline;
}

/*------------ faq ------------*/

.faq-box {
	border-bottom: 1px solid rgba(116, 116, 116, .3);
}

.faq-box:first-child {
	border-top: 1px solid rgba(116, 116, 116, .3);
}

.faq-box_ttl a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
	cursor: pointer;
	transition: all .3s ease-out;
	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;
}

.faq-box_ttl a:hover {
	color: #0066bd;
}

.faq-box_ttl ._btn {
	position: absolute;
	top: 1.42857vw;
	right: 0;
	display: block;
	width: 2.57143vw;
	height: 2.57143vw;
}

.faq-box_ttl ._btn:before,
.faq-box_ttl ._btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1.14286vw;
	height: 2px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #747474;
}

._open .faq-box_ttl ._btn:before,
._open .faq-box_ttl ._btn:after {
	background: #0066bd;
}

.faq-box_ttl ._btn:after {
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

._open .faq-box_ttl ._btn:after {
	-ms-transform: translate(-50%, -50%) rotate(360deg);
	transform: translate(-50%, -50%) rotate(360deg);
}

.faq-box_ttl .eng {
	width: 10.71429vw;
	text-align: center;
	color: #fff;
	background: #0066bd;
	-webkit-clip-path: polygon(0 0, calc(100% - 1.22857vw) 0, 100% 50%, calc(100% - 1.22857vw) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 1.22857vw) 0, 100% 50%, calc(100% - 1.22857vw) 100%, 0 100%);
}

.faq-box_ttl .jpn {
	font-size: 1.42857vw;
	font-weight: bold;
	width: calc(100% - 10.71429vw);
	padding-top: .28571vw;
	padding-left: 2.85714vw;
}

._open .faq-box_ttl .jpn {
	color: #0066bd;
}

.faq-box_cont {
	position: relative;
	display: none;
	margin-top: 1.42857vw;
	margin-bottom: 1.42857vw;
	margin-left: 13.57143vw;
	padding: 2.14286vw 2.85714vw;
	border-radius: 0 .71429vw .71429vw .71429vw;
	background: rgba(249, 241, 213, .5);
}

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

.faq-box_cont:after {
	position: absolute;
	top: -1.14286vw;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 1.14286vw 0 0 1.14286vw;
	border-style: solid;
	border-color: transparent transparent transparent rgba(249, 241, 213, .5);
}

.archive-list_item {
	border-bottom: 1px solid rgba(116, 116, 116, .3);
}

.archive-list_item:first-child {
	border-top: 1px solid rgba(116, 116, 116, .3);
}

.archive-list_item a {
	position: relative;
	display: block;
	padding: 1.42857vw 2.14286vw;
}

.archive-list_item a:hover {
	color: #0066bd;
}

.archive-list_item a:after {
	position: absolute;
	top: 50%;
	right: 2.14286vw;
	display: block;
	width: 1.42857vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #0066bd url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.archive-list_time {
	margin-right: 1.42857vw;
	color: #0066bd;
}

.archive-list_title {
	font-size: 1.28571vw;
	font-weight: bold;
	line-height: 1.6;
}

/*------------ about ------------*/

.about-intro_cont {
	padding-left: 3.57143vw;
}

.about-intro_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 0;
}

.about-promise_icon {
	width: 20%;
	padding-right: 3.57143vw;
}

.about-promise_icon img {
	border-radius: 50%;
}

.about-promise_cont {
	width: 80%;
}

.top-point_box._flow {
	position: relative;
	margin-right: 20%;
	background: #f9f1d5;
}

.top-point_box._flow:nth-child(2n) {
	margin-right: 0;
	margin-left: 20%;
}

.top-point_box._flow:after {
	position: absolute;
	bottom: -4.64286vw;
	left: 50%;
	display: block;
	width: 2.14286vw;
	content: '';
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.top-point_box._flow:last-child:after {
	content: none;
}

/*------------ uwaki ------------*/

.uwaki-intro_head {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-bottom: 3.57143vw;
	margin-left: auto;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
}

.uwaki-intro_head ._logo {
	width: 10.21429vw;
	-ms-flex-order: 0;
	order: 0;
}

.uwaki-intro_head ._illust {
	width: 9.5vw;
	-ms-flex-order: 2;
	order: 2;
}

.uwaki-intro_head_ttl {
	font-size: 2.5vw;
	font-weight: bold;
	margin-right: 2.14286vw;
	margin-left: 2.14286vw;
	text-align: center;
	color: #0066bd;
}

.uwaki-intro_head_ttl ._l {
	font-size: 3.21429vw;
	padding-bottom: .35714vw;
	background: url(../img/common/line_bg.webp) center bottom repeat-x;
	background-size: auto .71429vw;
}

.uwaki-intro_item {
	text-align: center;
}

.uwaki-intro_item:first-child {
	margin-right: 5.71429vw;
}

.uwaki-intro_txt1 {
	font-size: 1.5vw;
	font-weight: bold;
	line-height: 1.5;
}

.uwaki-intro_txt2 {
	font-size: 2.5vw;
	font-weight: bold;
	line-height: 1;
	color: #0066bd;
}

.uwaki-intro_txt2 ._num {
	font-size: 7.14286vw;
}

.uwaki-check_head {
	position: relative;
}

.uwaki-check_illust {
	position: absolute;
	right: 3.57143vw;
	bottom: 0;
	width: 14.28571vw;
}

.uwaki-nayami_item {
	padding: 1.42857vw;
	border-radius: .71429vw;
	background: #f1f1f1;
}

.uwaki-nayami_icon {
	text-align: center;
}

.uwaki-nayami_icon img {
	width: 60%;
}

.uwaki-nayami_item_ttl {
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #0066bd;
}

.top-point_box._uwaki {
	height: 100%;
	padding-left: 9.28571vw;
}

.top-voice_slide .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.top-voice_slide .slick-slide {
	height: auto !important;
}

.top-voice_slide .slick-dots {
	bottom: -2.85714vw;
}

.top-voice_slide .slick-dots li button:before {
	font-size: 1.14286vw;
}

.top-voice_slide .slick-dots li.slick-active button:before {
	font-size: 1.42857vw;
	color: #0066bd;
}

.top-voice_slide .slick-arrow {
	z-index: 3;
	background-color: #0066bd;
	background-image: url(../img/common/arr_white.webp);
}

.top-voice_slide .slick-arrow:before {
	content: none;
}

.top-voice_slide .slick-next {
	right: 1.78571vw;
}

.top-voice_slide .slick-prev {
	left: 1.78571vw;
	-ms-transform: scale(-1, 1) translate(0, -50%);
	transform: scale(-1, 1) translate(0, -50%);
}

.top-voice_slide_item {
	position: relative;
	margin-right: .71429vw;
	margin-left: .71429vw;
	padding: 1.42857vw;
	padding-top: 2.85714vw;
	border: 2px solid #ff9600;
	border-radius: .71429vw;
	background: #fff;
}

.top-voice_slide_item_cat {
	font-size: .92857vw;
	line-height: 1.6;
	position: absolute;
	top: 0;
	left: 0;
	padding: .35714vw 1.42857vw;
	color: #fff;
	border-radius: .35714vw 0 .35714vw 0;
	background: #ff9600;
}

.top-voice_slide_item_head {
	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;
}

.top-voice_slide_item_icon {
	width: 20%;
}

.top-voice_slide_item_name {
	font-size: .92857vw;
	width: 75%;
}

.top-voice_slide_item_name ._l {
	font-size: 1.14286vw;
}

.top-voice_slide_item_comment {
	font-size: 1.07143vw;
	line-height: 1.6;
}

._uwaki .top-point_box_num {
	top: 1.42857vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

._uwaki .top-point_box_num ._num {
	font-size: 3.57143vw;
}

.uwaki-case_list_item_icon {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 9.14286vw;
	height: 7.14286vw;
	text-align: center;
}

.uwaki-case_list_item_icon img {
	height: 100%;
}

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

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

.contact-table th,
.contact-table td {
	padding: 2.14286vw 1.42857vw;
	border-bottom: 1px solid #06c755;
}

.contact-table th {
	position: relative;
	padding-right: 5.71429vw;
	white-space: nowrap;
}

.contact-table th ._required {
	position: absolute;
	top: 2.5vw;
	right: 1.42857vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

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: 14.28571vw;
}

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: 50vw;
}

textarea {
	height: 150px;
}

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

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

.select_wrap {
	display: inline-block;
	border: 1px solid #656565;
	border-radius: 5px;
	background: url(../img/common/select_bg.webp) right center no-repeat;
	background-size: 20px auto;
}

.no-webp .select_wrap {
	background-image: url(../img/common/select_bg.jpg);
}

.select_wrap select {
	width: 200px;
	padding: 0 30px 0 10px;
	border: none;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

._required {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	padding: 3px 7px;
	color: #fff;
	border-radius: 4px;
	background: #dc0000;
}

._required._none {
	background: #acacac;
}

.pp_box {
	overflow-y: scroll;
	height: 14.28571vw;
	margin-right: 15%;
	margin-left: 15%;
	padding: 1.42857vw;
	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: #ff9600;
}

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

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

.wpcf7-checkbox .wpcf7-list-item-label {
	position: relative;
	padding-left: 1.78571vw;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
	position: absolute;
	top: -.21429vw;
	left: 0;
	display: block;
	width: 1.42857vw;
	content: '';
	border-radius: .14286vw;
	background: rgba(116, 116, 116, .3);
	aspect-ratio: 1 / 1;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
	position: absolute;
	top: -.42857vw;
	left: .28571vw;
	width: .71429vw;
	content: '';
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	border-right: 3px solid #ff9600;
	border-bottom: 3px solid #ff9600;
	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: #ff9600;
}

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

.wpcf7-radio .wpcf7-list-item {
	margin-right: 2.85714vw;
	margin-bottom: 1.07143vw;
	margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	padding-left: 1.78571vw;
}

.wpcf7-radio .wpcf7-list-item-label:after {
	position: absolute;
	top: -.21429vw;
	left: 0;
	display: block;
	width: 1.42857vw;
	content: '';
	border-radius: 50%;
	background: rgba(116, 116, 116, .3);
	aspect-ratio: 1 / 1;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	position: absolute;
	top: .14286vw;
	left: .35714vw;
	display: block;
	width: .71429vw;
	content: '';
	opacity: 0;
	border-radius: 50%;
	background: #ff9600;
	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 .wpcf7-not-valid-tip {
	font-size: 1vw;
}

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

/*------------ price ------------*/

.price-box {
	position: relative;
	padding: 3.57143vw;
	border-radius: 1.42857vw;
	background: #e5eff8;
}

.price-box._first {
	background: #f9f1d5;
}

.price-box .heading5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.price-box_icon {
	width: 25%;
	padding-right: 2.85714vw;
}

.price-box_icon ._img {
	text-align: center;
}

.price-box_icon ._img img {
	height: 10vw;
}

.price-box_cont {
	width: 75%;
}

.price-case_ttl {
	width: 9vw;
	padding-right: 1.07143vw;
}

.price-case_ttl ._txt {
	font-weight: bold;
	line-height: 1.6;
	padding: .28571vw;
	padding-right: 2.14286vw;
	padding-left: .71429vw;
	color: #fff;
	background: #ff9600;
	-webkit-clip-path: polygon(0 0, calc(100% - 1vw) 0, 100% 50%, calc(100% - 1vw) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 1vw) 0, 100% 50%, calc(100% - 1vw) 100%, 0 100%);
}

.price-case_cont {
	width: calc(100% - 9vw);
	padding-left: 1.07143vw;
	border-left: 1px solid #0066bd;
}

.bnr-otamesi {
	width: 57.14286vw;
	margin-right: auto;
	margin-left: auto;
}

.shokai .uwaki-intro_head_ttl {
	margin-right: .71429vw;
	margin-left: auto;
}

.shokai .uwaki-intro_head_ttl ._l {
	background: none;
}

.shokai-list_ttl {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.shokai-list_ttl_icon {
	font-size: 1.78571vw;
	font-weight: 700;
	line-height: 1.6;
	padding: .21429vw 1.42857vw;
	color: #e34d3f;
	border: 2px solid #e34d3f;
	border-radius: .71429vw;
	background: #fff;
}

.shokai-list_price {
	font-size: 1.78571vw;
	font-weight: 700;
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	margin-left: 1.42857vw;
	padding-bottom: 1.42857vw;
	background: url(../img/common/line_bg.webp) center bottom 1.57143vw repeat-x;
	background-size: auto .71429vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: end;
	align-items: flex-end;
}

.shokai-list_price ._l {
	font-size: 5vw;
	line-height: 1;
}

.shokai-list_price ._s {
	font-size: 1.42857vw;
}

.shokai-list_price ._price {
	margin-left: .71429vw;
	color: #e34d3f;
}

.shokai-icon {
	width: 8.57143vw;
}

.shokai-icon img {
	width: 80%;
}

.fix-insta {
	position: fixed;
	right: 0;
	bottom: 1.42857vw;
}

.fix-insta a {
	display: block;
	padding: .92857vw;
	padding-left: 1.42857vw;
	border-radius: 100px 0 0 100px;
	background: #fff;
	box-shadow: 0 0 .71429vw rgba(0, 0, 0, .2);
}

.fix-insta a img {
	width: 2.5vw;
}

.wp-side {
	width: 24%;
}

.post_main {
	width: 70%;
}

.sideBox {
	padding-bottom: 3.57143vw;
}

.sideBox .heading5 span {
	font-size: 1.28571vw;
}

.side-ttl {
	font-size: 1.42857vw;
	font-weight: bold;
	line-height: 1;
	position: relative;
	margin-bottom: 1.07143vw;
	padding-bottom: .71429vw;
	color: #0066bd;
}

.side-ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 2.85714vw;
	height: 2px;
	content: '';
	background: #0066bd;
}

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

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

.sideBox-list > li > a {
	position: relative;
	position: relative;
	display: block;
	padding-left: 1.14286vw;
}

.sideBox-list > li > a:after {
	position: absolute;
	top: .28571vw;
	left: 0;
	display: block;
	width: .71429vw;
	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: #0066bd;
	border-radius: 50%;
	background: #0066bd;
}

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

.post_content h2 {
	font-size: 1.71429vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.5vw;
	padding: 1.07143vw 2.14286vw;
	color: #0066bd;
	background: rgba(241, 241, 241, .7);
}

.post_content h3 {
	font-size: 1.57143vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
	color: #0066bd;
	border-bottom: 1px solid #0066bd;
}

.post_content h4 {
	font-size: 1.5vw;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
	color: #0066bd;
}

.post_content h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 7.14286vw;
	height: 1px;
	content: '';
	background: #0066bd;
}

.post_content h5 {
	font-size: 1.35714vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
	color: #0066bd;
}

.post_content h6 {
	font-size: 1.28571vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
	color: #0066bd;
}

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

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

.post_content ul li,
.post_content ol li {
	line-height: 1.6;
	position: relative;
	margin-bottom: .35714vw;
	padding-left: 1.07143vw;
}

.post_content ul li:after,
.post_content ol li:after {
	position: absolute;
	top: .57143vw;
	left: 0;
	display: block;
	width: .71429vw;
	content: '';
	border-radius: 50%;
	background: #0066bd;
	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: #0066bd;
}

.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: 2.85714vw;
	height: 2.85714vw;
	margin: 0 .28571vw;
	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: #0066bd;
}

.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: 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 {
	transition: all .3s ease-out .5s;
	-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}

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

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

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

.breadcrumb li:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: .64286vw;
	height: .64286vw;
	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;
}

.breadcrumb li a {
	padding-top: 2px;
	padding-right: 2px;
	text-decoration: underline;
}

/**
 * #btn
 */

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-size: 1.28571vw;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	position: relative;
	display: inline-block;
	width: 25vw;
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
	text-align: center;
	vertical-align: top;
	color: #fff;
	border-radius: .71429vw;
	background: #ff9600;
}

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after {
	position: absolute;
	top: 50%;
	right: 1.07143vw;
	display: block;
	width: 1.42857vw;
	content: '';
	transition: all .3s ease-out;
	-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;
}

.btn a:hover,
.btn input[type='submit']:hover,
.btn input[type='button']:hover,
.btn button:hover {
	opacity: 1;
	color: #0066bd;
	background-color: #fff600;
	box-shadow: 0 0 1.42857vw rgba(0, 102, 189, .3);
}

.btn a:hover:after,
.btn input[type='submit']:hover:after,
.btn input[type='button']:hover:after,
.btn button:hover:after {
	background-color: #0066bd;
	background-image: url(../img/common/arr_white.webp);
}

.btn input[type='submit'] {
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
}

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

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

.btn2 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	color: #fff;
	border-radius: .71429vw;
	background: #ff9600;
}

.btn2 a:after {
	position: absolute;
	top: 50%;
	right: 1.07143vw;
	display: block;
	width: 1.42857vw;
	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: #0066bd;
}

.btn2 a:hover ._icon:after {
	left: -.14286vw;
	width: .71429vw;
	background: #0066bd;
}

.btn2 a:hover ._icon:before {
	right: -.35714vw;
	width: 3.57143vw;
}

.btn3 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	border-radius: .71429vw;
	background: #fff;
}

.btn3 a:after {
	position: absolute;
	top: 50%;
	right: 1.42857vw;
	display: block;
	width: 1.71429vw;
	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: #e34d3f;
	background-image: url(../img/common/arr_white.webp);
}

.pageTtl {
	line-height: 1.5;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 28.57143vw;
	transition: all .3s ease-out;
	text-align: center;
	color: #fff;
	background: #0066bd;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}

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

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

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

.pageTtl .jpn {
	font-size: 2.85714vw;
	font-weight: bold;
}

.pageTtl_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pageTtl_bg img {
	width: 100%;
	height: 100%;
	opacity: .3;
	object-fit: cover;
}

.pageTtl-recruit {
	width: 70vw;
	padding-top: 5.71429vw;
	padding-bottom: 5.71429vw;
	border-radius: 0 200px 200px 0;
	background: #cc8181;
	background: linear-gradient(63deg, rgba(204, 129, 129, .7) 0%, rgba(80, 163, 218, .7) 100%);
}

.heading1 {
	font-size: 2.5vw;
	font-weight: bold;
	margin-bottom: 1.07143vw;
}

.heading2 {
	text-align: center;
}

.heading2 span {
	font-size: 1.78571vw;
	font-weight: bold;
	display: inline-block;
	padding: .14286vw 1.42857vw;
	vertical-align: top;
	color: #fff;
	background: #0066bd;
}

.heading3 {
	font-size: 1.78571vw;
	font-weight: bold;
	position: relative;
	margin-bottom: 1.07143vw;
	padding-bottom: .35714vw;
}

.heading3:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 1.71429vw;
	height: 2px;
	content: '';
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #0066bd;
}

.heading3._left {
	text-align: left;
}

.heading3._left:after {
	left: 0;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.heading3._s {
	font-size: 1.42857vw;
}

.heading4 {
	font-size: 2.5vw;
	font-weight: bold;
	margin-bottom: 1.42857vw;
	padding-bottom: 1.78571vw;
	text-align: center;
	background: url(../img/common/heading4_bg.webp) center bottom no-repeat;
	background-size: 14.71429vw auto;
}

.heading5 {
	margin-bottom: 1.07143vw;
	text-align: center;
}

.heading5 ._inner {
	font-size: 1.57143vw;
	font-weight: bold;
	display: inline-block;
	padding: .21429vw 2.85714vw;
	background: #96e1f4;
	-webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 1.27143vw) 100%, 1.27143vw 100%);
	clip-path: polygon(0 0, 100% 0%, calc(100% - 1.27143vw) 100%, 1.27143vw 100%);
}

.heading5 ._inner ._l {
	font-size: 2.14286vw;
}

.heading_eng {
	font-family: 'Lato', sans-serif;
	font-size: 1vw;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
	text-align: center;
	color: #0066bd;
}

.heading_eng2 {
	margin-bottom: 1.42857vw;
}

.heading_eng2 span {
	line-height: 1.6;
	position: relative;
	display: inline-block;
	padding: .21429vw 1.42857vw;
	color: #fff;
	background: #0066bd;
}

.heading_eng2 span:after {
	position: absolute;
	bottom: -.92857vw;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 1.07143vw 1.07143vw 0 0;
	border-style: solid;
	border-color: #0066bd transparent transparent transparent;
}

.scroll_icon {
	display: none;
}

/**
 * #Col
 */

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

.w1100 {
	width: 78.57143vw;
	margin-right: auto;
	margin-left: auto;
}

.w600 {
	width: 42.85714vw;
	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: 64.28571vw;
	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: 2.85714vw;
}

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

.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: .35714vw;
}

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

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

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

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

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

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

.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: 7.14286vw;
}

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

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

.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: 7.14286vw;
}

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

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

.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: #0066bd;
}

.bold {
	font-weight: 700;
}

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

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

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

.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: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.table-1 {
	width: 100%;
	border-top: 1px solid rgba(116, 116, 116, .2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.table-1 th,
.table-1 td {
	line-height: 1.6;
	padding: 1.42857vw 2.14286vw;
	vertical-align: top;
	border-bottom: 1px solid rgba(116, 116, 116, .2);
}

.table-1 th {
	font-weight: bold;
	font-weight: bold;
	position: relative;
	padding-left: 2.5vw;
	color: #0066bd;
}

.table-1 th:after {
	position: absolute;
	top: 2vw;
	left: 1.42857vw;
	display: block;
	width: .57143vw;
	content: '';
	border-radius: 50%;
	background: #0066bd;
	aspect-ratio: 1 / 1;
}

.table-1 td {
	padding-left: 0;
}

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

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

.scrolled .header-right_contact {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: -21.42857vw;
	margin-left: 0;
	animation-name: fixnav1-mv;
	animation-duration: .3s;
	animation-timing-function: cubic-bezier(.18, .89, .32, 1.27);
	animation-iteration-count: 1;
	animation-direction: normal;
	border-radius: 0 1.42857vw 0 0;
	box-shadow: 0 0 1.42857vw rgba(0, 102, 189, .3);
	animation-fill-mode: forwards;
}

.header-nav {
	position: relative;
	z-index: 10;
	padding-top: 2.5vw;
	padding-bottom: 1.64286vw;
	background: #fff;
}

.scrolled .header-nav {
	position: fixed;
	z-index: 10;
	top: -14.28571vw;
	left: 0;
	width: 100%;
	padding-top: 1.07143vw;
	padding-bottom: 1.07143vw;
	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 1.42857vw rgba(0, 102, 189, .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: -1.42857vw;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	-ms-transform: skew(-12deg, 0);
	transform: skew(-12deg, 0);
	background: #0066bd;
}

.headerNav__list > li#gn3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: .71429vw;
	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: 1.28571vw;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	display: block;
	padding-top: .71429vw;
	padding-right: 1.42857vw;
	padding-bottom: .71429vw;
	padding-left: 1.42857vw;
}

.headerNav__list > li > a:hover {
	opacity: 1;
	color: #0066bd;
}

.headerNav__list > li ._sub {
	position: absolute;
	bottom: -.35714vw;
	left: 50%;
	transition: all .3s ease-out;
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	background: #0066bd;
	-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: .28571vw 1.42857vw;
	padding-left: 2.5vw;
	white-space: nowrap;
	color: #fff;
}

.headerNav__list > li ._sub li a:after {
	position: absolute;
	top: 50%;
	left: 1.42857vw;
	display: block;
	width: .71429vw;
	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: #0066bd;
	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: #0066bd;
}

.top-reason_thumb .slick-track {
	display: -ms-flexbox;
	display: flex;
	width: auto !important;
	-ms-transform: none !important;
	transform: none !important;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

}

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

.headerNav__list > li ._sub li a:after {
	width: 2.38095vw;
}

}

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

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

}

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

body {
	font-size: 4.04762vw;
}

.header-logo {
	width: 50vw;
	padding-top: 2.38095vw;
	padding-bottom: 2.38095vw;
	padding-left: 4.7619vw;
}

.header-right {
	display: none;
}

.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: 9.52381vw;
}

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

.headerNav__list > li {
	border-bottom: 1px solid rgba(0, 102, 189, .3);
}

.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;
	top: 50%;
	left: 2.38095vw;
	display: block;
	width: 2.14286vw;
	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: 7.14286vw;
}

.headerNav__list > li ._sub li {
	border-top: 1px dotted rgba(0, 102, 189, .3);
}

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

.headerNav__list > li ._sub li a:after {
	position: absolute;
	top: 50%;
	left: 2.38095vw;
	display: block;
	width: 2.14286vw;
	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: 14.28571vw;
	height: 14.28571vw;
}

#spNavBtn {
	display: block;
}

footer {
	padding-bottom: 16.66667vw;
}

.footer-right {
	margin-bottom: 11.90476vw !important;
}

.footer-nav {
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-nav li {
	width: 50%;
}

.footer-nav a {
	display: block;
	padding-top: 1.19048vw;
	padding-bottom: 1.19048vw;
	padding-left: 3.33333vw;
}

.footer-nav a:after {
	top: 3.33333vw;
	width: 2.14286vw;
}

.footer-left {
	width: auto;
}

.footer-logo {
	width: 60vw;
	margin-right: auto;
	margin-left: auto;
}

.copyright {
	font-size: 3.33333vw;
	line-height: 1.6;
	padding-top: 4.7619vw;
	text-align: left;
}

.page_top {
	right: 2.38095vw;
	bottom: 21.42857vw;
}

.page_top a {
	width: 11.90476vw;
	height: 11.90476vw;
}

.page_top a:after {
	width: 4.7619vw;
}

.price_box {
	display: block;
	padding: 3.57143vw 4.7619vw;
	border-radius: 2.38095vw;
}

.uline {
	padding-bottom: .95238vw;
	background-size: auto 1.90476vw;
}

.line-dotted {
	padding-bottom: 1.42857vw;
	background-size: auto .47619vw;
}

.box1 {
	padding: 4.7619vw;
}

.box2 {
	padding: 4.7619vw;
	border-radius: 2.38095vw;
}

.list_icon2 li {
	font-size: 4.04762vw;
	margin-bottom: 2.38095vw;
	padding-left: 6.66667vw;
}

.list_icon2 li:after {
	top: 1.19048vw;
	width: 4.28571vw;
}

.list_icon3 li {
	margin-bottom: 2.38095vw;
	padding-left: 6.66667vw;
}

.list_icon3 li:after {
	top: 1.19048vw;
	width: 3.80952vw;
}

.bnr-pr img {
	width: 80%;
}

.pagenav {
	position: static;
	padding-top: 4.7619vw;
	padding-bottom: 4.7619vw;
}

.pagenav li {
	margin-bottom: 3.80952vw;
}

.pagenav a {
	font-size: 4.7619vw;
	display: block;
	padding: 2.38095vw 7.14286vw;
	padding-right: 9.52381vw;
}

.pagenav a:after {
	left: 2.38095vw;
	width: 4.04762vw;
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}

.fix-bnr {
	right: 2.38095vw;
	bottom: 16.66667vw;
	width: 52.38095vw;
}

.fix-bnr ._close a {
	width: 7.14286vw;
	height: 7.14286vw;
}

.fix-bnr ._close a:before {
	width: 3.57143vw;
}

.fix-bnr ._close a:after {
	height: 3.57143vw;
}

.fix-nav {
	display: -ms-flexbox;
	display: flex;
}

.cv-head {
	padding-right: 0;
	padding-bottom: 2.38095vw;
	padding-left: 0;
}

.cv-illust1,
.cv-illust2 {
	position: static;
}

.cv-illust1 {
	width: 17.14286vw;
}

.cv-illust2 {
	width: 20.14286vw;
}

.cv-ttl .orange {
	font-size: 5.83333vw;
}

.cv-ttl_baloon {
	font-size: 7.33333vw;
	padding-right: 2.5vw;
	padding-left: 2.5vw;
}

.cv-ttl_baloon:before,
.cv-ttl_baloon:after {
	width: .5vw;
	height: 5.5vw;
}

.cv-ttl_baloon ._l {
	font-size: 9vw;
}

.cv-flex ._icon {
	font-size: 3.80952vw;
	margin-right: 2.38095vw;
	padding: 1.90476vw 2.38095vw;
}

.cv-flex ._price {
	font-size: 4.7619vw;
	margin-top: -2.38095vw;
}

.cv-flex ._price ._l {
	font-size: 11.90476vw;
}

.cv-txt {
	font-size: 3.80952vw;
	line-height: 1.6;
	margin-bottom: 2.38095vw;
	padding-top: 2.38095vw;
}

.cv-btns {
	width: auto;
	margin-left: 0;
}

.cv-btns .cv_btn {
	width: 48%;
	margin-right: 4%;
}

.cv-btns .cv_btn:last-child {
	margin-right: 0;
}

.cv-btns .cv_btn a {
	padding-top: 2.38095vw;
	padding-bottom: 2.38095vw;
}

.tel a {
	font-size: 6.07143vw;
	padding-top: 3.09524vw;
	padding-right: 4.7619vw;
	padding-bottom: 3.09524vw;
	padding-left: 4.7619vw;
	color: #fff;
	border-radius: 2.38095vw;
	background: #0066bd;
}

.contact-cv_btns .tel a {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.tel a ._icon {
	padding-left: 5.35714vw;
}

.tel a ._icon:after {
	top: .83333vw;
	width: 4.7619vw;
	background-image: url(../img/common/icon_tel_white.webp);
}

.tel._footer {
	margin-bottom: 4.7619vw;
}

.tel._footer a {
	font-size: 6.07143vw;
	display: block;
	text-align: center;
}

.tel._footer a ._icon {
	padding-left: 5.35714vw;
}

.tel._footer a ._icon:after {
	width: 4.7619vw;
}

.cv_btn {
	width: auto;
}

.cv_btn a {
	font-size: 3.57143vw;
	padding-top: 2.38095vw;
	padding-bottom: 2.38095vw;
	border-radius: 2.38095vw;
}

.contact-cv_btns .cv_btn a {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.cv_btn._mail a span {
	padding-left: 11.66667vw;
}

.cv_btn._mail a span:after {
	top: -.71429vw;
	width: 10vw;
}

.cv_btn._line a span {
	padding-left: 6.66667vw;
}

.cv_btn._line a span:after {
	top: .95238vw;
	width: 5.33333vw;
}

.top-fv {
	padding-top: 11.90476vw;
	padding-bottom: 11.90476vw;
	background-image: url(../img/top/fv_bg_sp3.webp);
}

.top-fv_txt1,
.top-fv_txt2,
.top-fv_txt3 {
	margin-bottom: 3.57143vw;
}

.top-fv_txt1 {
	width: 66.21429vw;
}

.top-fv_txt2 {
	width: 65.25vw;
}

.top-fv_txt3 {
	width: 53.46429vw;
}

.top-fv_ttl {
	font-size: 4.04762vw;
	line-height: 1.6;
}

.top-fv_cv {
	width: 59.52381vw;
	padding-top: 4.7619vw;
}

.top-fv_cv .tel {
	margin-bottom: 1.90476vw;
}

.top-fv_cv .tel a {
	display: block;
}

.top-fv_cv .cv_btn._mail {
	margin-bottom: 1.90476vw;
}

.top-intro_ceo img {
	width: 31.33333vw;
	vertical-align: top;
}

.top-intro_img1 img {
	width: 61.90476vw;
}

.top-intro_img2 {
	margin-right: -4.7619vw;
}

.top-intro_img2 img {
	width: 57.14286vw;
}

.service-nav_item1 {
	width: auto;
	border-right: none;
	border-bottom: 1px solid #fff;
}

.service-nav_item2_wrap {
	width: auto;
}

.service-nav_item1 ._ttl,
.service-nav_item2 ._ttl {
	font-size: 4.28571vw;
}

.service-nav_item1 ._ttl ._icon,
.service-nav_item2 ._ttl ._icon {
	padding-right: 5.95238vw;
}

.service-nav_item1 ._ttl ._icon:after,
.service-nav_item2 ._ttl ._icon:after {
	width: 4.7619vw;
}

.service-nav_item1 ._ttl {
	font-size: 4.7619vw;
}

.service-nav_item1 ._ttl ._icon {
	padding-right: 5.95238vw;
}

.service-nav_item1 ._ttl ._icon:after {
	width: 4.7619vw;
}

.service-nav_item1 ._img {
	display: block;
	aspect-ratio: 2 / 1;
}

.service-nav_item1 ._img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-price:after {
	height: 218.57143vw;
}

.top-price_eng {
	font-size: 16.66667vw;
}

.top-price_item {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 7.14286vw;
	padding: 7.14286vw 4.7619vw 4.7619vw;
}

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

.top-price_item_num {
	font-size: 4.28571vw;
	width: 7.14286vw;
}

.top-price_item_icon {
	margin-bottom: 3.57143vw;
}

.top-price_item_icon img {
	height: 14.57143vw;
}

.top-price_txt1 {
	font-size: 4.7619vw;
}

.top-price_txt1 ._l {
	font-size: 9.52381vw;
}

.top-price_txt1 ._icon {
	width: 20.14286vw;
	margin-left: 2.38095vw;
}

.top-reason_thumb_item {
	width: 36.2381vw;
	margin-right: 1.19048vw;
	margin-left: 1.19048vw;
	padding: 7.14286vw 2.38095vw 11.90476vw;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 50% 100%, 0 calc(100% - 5vw));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 50% 100%, 0 calc(100% - 5vw));
}

.top-reason_thumb_item_icon {
	width: 11.90476vw;
	height: 11.90476vw;
	margin-bottom: 2.38095vw;
}

.top-reason_thumb_item_ttl {
	font-size: 3.57143vw;
}

.custom-arrows {
	top: 20%;
	width: 96.42857vw;
}

.slick-arrow {
	width: 9.52381vw;
	height: 9.52381vw;
}

.top-reason_slide_item {
	width: 73.19048vw;
	margin-right: 7.14286vw;
	margin-left: 7.14286vw;
	padding: 7.14286vw 4.7619vw;
	border-radius: 4.7619vw;
}

.top-reason_wrap {
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

.top-reason_wrap:after {
	height: 200vw;
}

.top-reason_slide_item_icon img {
	width: 21.66667vw;
}

.top-point .section ._illust {
	position: static;
	width: 47.61905vw;
	margin-top: -23.80952vw;
	margin-right: auto;
	margin-bottom: 4.7619vw;
	margin-left: auto;
}

.top-point_box {
	padding: 4.7619vw;
	border-radius: 4.7619vw;
}

.top-point_box_num {
	position: static;
	margin-bottom: 2.38095vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.top-point_box_num ._ttl {
	font-size: 3.33333vw;
	margin-right: 2.38095vw;
	padding: .47619vw 2.38095vw;
}

.top-point_box_num ._num {
	font-size: 9.52381vw;
}

.top-point_box_cont_txt {
	font-size: 3.80952vw;
	margin-left: 19.04762vw;
	padding: 3.57143vw 4.7619vw;
	border-radius: 2.38095vw;
}

.top-point_box_cont_baloon {
	font-size: 3.09524vw;
	top: 0;
	padding: .95238vw;
	padding-right: 4.7619vw;
	padding-left: 2.38095vw;
	-webkit-clip-path: polygon(0 0, calc(100% - 4vw) 0, 100% 50%, calc(100% - 4vw) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 4vw) 0, 100% 50%, calc(100% - 4vw) 100%, 0 100%);
}

.cat-list {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.cat-list li {
	margin-right: 1.19048vw;
	margin-bottom: 1.19048vw;
}

.cat-list li a {
	font-size: 3.33333vw;
	padding: 1.07143vw 2.38095vw;
	padding-left: 5.47619vw;
}

.cat-list li a:after {
	left: 2.38095vw;
	width: 2.14286vw;
	height: 2.14286vw;
}

.case-list_item a {
	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;
}

.case-list_item_img {
	width: 40%;
}

.case-list_item_ttl {
	line-height: 1.6;
	width: 60%;
	padding-left: 4.7619vw;
}

.case-list_item_cat {
	font-size: 2.85714vw;
	padding: 1.19048vw 1.66667vw;
}

.info-list_item:first-child {
	border-radius: 2.38095vw 2.38095vw 0 0;
}

.info-list_item:last-child {
	border-radius: 0 0 2.38095vw 2.38095vw;
}

.info-list_item a {
	padding: 4.7619vw 7.14286vw;
	padding-right: 9.52381vw;
}

.info-list_item a:after {
	right: 4.7619vw;
	width: 4.7619vw;
}

.info-list_item_time {
	font-size: 3.80952vw;
}

.faq-box_ttl a {
	flex-direction: column;
	padding-top: 3.33333vw;
	padding-bottom: 3.33333vw;
	-ms-flex-direction: column;
}

.faq-box_ttl ._btn {
	top: 3.33333vw;
	width: 6vw;
	height: 6vw;
}

.faq-box_ttl ._btn:before,
.faq-box_ttl ._btn:after {
	width: 2.66667vw;
}

.faq-box_ttl .eng {
	font-size: 3.09524vw;
	line-height: 1.7;
	width: 25vw;
	margin-bottom: .95238vw;
	-webkit-clip-path: polygon(0 0, calc(100% - 1.4vw) 0, 100% 50%, calc(100% - 1.4vw) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 1.4vw) 0, 100% 50%, calc(100% - 1.4vw) 100%, 0 100%);
}

.faq-box_ttl .jpn {
	font-size: 4.04762vw;
	width: calc(100% - 10.71429vw);
	padding-top: .66667vw;
	padding-left: 0;
}

.faq-box_cont {
	margin-bottom: 3.33333vw;
	margin-left: 0;
	padding: 4.7619vw;
	border-radius: 0 2.38095vw 2.38095vw 2.38095vw;
}

.faq-box_cont:after {
	top: -2.66667vw;
	border-width: 2.66667vw 0 0 2.66667vw;
}

.archive-list_item a {
	padding: 3.57143vw 4.7619vw;
}

.archive-list_item a:after {
	width: 4.7619vw;
}

.archive-list_title {
	font-size: 4.04762vw;
}

.about-intro_cont {
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

.about-promise_icon {
	width: auto;
	padding-right: 35%;
	padding-left: 35%;
}

.about-promise_cont {
	width: auto;
}

.top-point_box._flow {
	margin-right: 0;
}

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

.top-point_box._flow:after {
	bottom: -10.71429vw;
	width: 7.14286vw;
}

.uwaki-intro_head ._logo {
	width: 17.02381vw;
}

.uwaki-intro_head ._illust {
	width: 15.83333vw;
	-ms-flex-order: 1;
	order: 1;
}

.uwaki-intro_head_ttl {
	font-size: 5.71429vw;
	width: 100%;
	margin-top: 4.7619vw;
	margin-right: 0;
	margin-bottom: 3.57143vw;
	margin-left: 0;
	-ms-flex-order: 2;
	order: 2;
}

.uwaki-intro_head_ttl ._l {
	font-size: 7.14286vw;
	padding-bottom: 1.19048vw;
	background-size: auto 2.38095vw;
}

.uwaki-intro_item:first-child {
	margin-right: 0;
}

.uwaki-intro_txt1 {
	font-size: 4.04762vw;
}

.uwaki-intro_txt2 {
	font-size: 7.14286vw;
}

.uwaki-intro_txt2 ._num {
	font-size: 14.28571vw;
}

.uwaki-check_illust {
	top: 0;
	right: 50%;
	bottom: auto;
	width: 23.80952vw;
	-ms-transform: translate(50%, -110%);
	transform: translate(50%, -110%);
}

.uwaki-nayami_item {
	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;
}

.uwaki-nayami_icon {
	width: 30%;
}

.uwaki-nayami_icon img {
	width: 100%;
}

.uwaki-nayami_item_ttl {
	width: 65%;
	text-align: left;
}

.top-point_box._uwaki {
	padding-left: 19.04762vw;
}

.top-voice_slide .slick-dots {
	bottom: -9.52381vw;
}

.top-voice_slide .slick-dots li button:before {
	font-size: 3.80952vw;
}

.top-voice_slide .slick-dots li.slick-active button:before {
	font-size: 4.7619vw;
}

.top-voice_slide_item {
	margin-right: 2.38095vw;
	margin-left: 2.38095vw;
	padding: 4.7619vw;
	padding-top: 9.52381vw;
	border-radius: 2.38095vw;
}

.top-voice_slide_item_cat {
	font-size: 3.09524vw;
	padding: 1.19048vw 4.7619vw;
	border-radius: 1.19048vw 0 1.19048vw 0;
}

.top-voice_slide_item_name {
	font-size: 3.09524vw;
}

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

.top-voice_slide_item_comment {
	font-size: 3.57143vw;
}

.uwaki-ceo_img {
	text-align: center;
}

.uwaki-ceo_img img {
	width: 40%;
}

._uwaki .top-point_box_num ._num {
	font-size: 5.71429vw;
}

.uwaki-case_list_item_icon {
	top: 2.38095vw;
	bottom: auto;
	left: 0;
	width: 16.66667vw;
	height: 16.66667vw;
}

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

.contact-table th {
	font-weight: 500;
	padding-bottom: 0;
	border-bottom: none;
}

.contact-table th ._required {
	top: 4.7619vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

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: 2.38095vw;
}

._required {
	top: 30px;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.pp_box {
	height: 35.71429vw;
	margin-right: 0;
	margin-left: 0;
	padding: 4.7619vw;
}

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

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

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

.wpcf7-checkbox .wpcf7-list-item-label:after {
	top: -.71429vw;
	width: 4.7619vw;
	border-radius: .47619vw;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
	top: -1.42857vw;
	left: .95238vw;
	width: 2.38095vw;
}

.wpcf7-radio .wpcf7-list-item {
	margin-right: 0;
	margin-bottom: 3.57143vw;
}

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

.wpcf7-radio .wpcf7-list-item-label:after {
	top: -.71429vw;
	width: 4.7619vw;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	top: .47619vw;
	left: 1.19048vw;
	width: 2.38095vw;
}

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

.price-box {
	padding: 4.7619vw;
	border-radius: 2.38095vw;
}

.price-box .heading5 ._inner {
	font-size: 4.04762vw;
}

.price-box_icon {
	width: auto;
}

.price-box_icon ._img img {
	height: 33.33333vw;
}

.price-box_cont {
	width: auto;
}

.price-case_ttl {
	width: auto;
}

.price-case_ttl ._txt {
	position: relative;
	display: inline-block;
	padding: .95238vw;
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
	-webkit-clip-path: none;
	clip-path: none;
}

.price-case_ttl ._txt:after {
	position: absolute;
	bottom: -2.14286vw;
	left: 0;
	display: block;
	width: 2.38095vw;
	content: '';
	background: #ff9600;
	aspect-ratio: 1 / 1;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.price-case_cont {
	width: auto;
	padding-left: 3.57143vw;
}

.price-seiko_table table {
	width: 150vw;
}

.bnr-otamesi {
	width: auto;
}

.shokai-list_ttl {
	padding-top: 4.7619vw;
	-ms-flex-pack: center;
	justify-content: center;
}

.shokai-list_ttl .uwaki-intro_head_ttl {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	-ms-flex-order: 0;
	order: 0;
}

.shokai-list_ttl_icon {
	font-size: 4.28571vw;
	padding: .71429vw 4.7619vw;
	border-radius: 2.38095vw;
}

.shokai-list_price {
	font-size: 4.7619vw;
	margin-left: 0;
	padding-bottom: 0;
	background-position: center bottom .57143vw;
	background-size: auto 2.38095vw;
	-ms-flex-pack: center;
	justify-content: center;
}

.shokai-list_price ._l {
	font-size: 11.90476vw;
}

.shokai-list_price ._s {
	font-size: 4.28571vw;
}

.shokai-icon {
	width: 20vw;
}

.fix-insta {
	bottom: 14.28571vw;
}

.fix-insta a {
	padding: 2.38095vw;
	padding-left: 4.7619vw;
	box-shadow: 0 0 2.38095vw rgba(0, 0, 0, .2);
}

.fix-insta a img {
	width: 8.33333vw;
}

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

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

.sideBox {
	padding-bottom: 7.14286vw;
}

.sideBox .heading5 span {
	font-size: 4.28571vw;
}

.side-ttl {
	font-size: 4.52381vw;
	margin-bottom: 3.57143vw;
	padding-bottom: 2.38095vw;
}

.side-ttl:after {
	width: 9.52381vw;
}

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

.sideBox-list > li > a {
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	padding-left: 7.14286vw;
}

.sideBox-list > li > a:after {
	top: 4.28571vw;
	left: 3.57143vw;
	width: 2.38095vw;
}

.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: 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 .btn2 a {
	width: 40.47619vw;
}

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

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

.breadcrumb li:after {
	width: 2.14286vw;
	height: 2.14286vw;
}

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

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after {
	right: 3.57143vw;
	width: 4.7619vw;
}

.btn2 a {
	width: 47.61905vw;
	padding: 2.38095vw 4.7619vw;
	border-radius: 2.38095vw;
}

.btn2 a:after {
	right: 3.57143vw;
	width: 4.7619vw;
}

.btn2 a:hover ._icon:after {
	left: -.47619vw;
	width: 2.38095vw;
}

.btn2 a:hover ._icon:before {
	right: -1.19048vw;
	width: 11.90476vw;
}

.btn3 a {
	width: 47.61905vw;
	padding: 2.38095vw 4.7619vw;
	border-radius: 2.38095vw;
}

.btn3 a:after {
	right: 4.7619vw;
	width: 5.71429vw;
}

.pageTtl {
	height: 47.61905vw;
}

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

.pageTtl .jpn {
	font-size: 5.95238vw;
}

.pageTtl-recruit {
	width: 94vw;
	padding-top: 5.95238vw;
	padding-bottom: 5.95238vw;
}

.heading1 {
	font-size: 5.71429vw;
	margin-bottom: 3.57143vw;
}

.heading2 span {
	font-size: 5.47619vw;
	padding: .47619vw 4.7619vw;
}

.heading3 {
	font-size: 4.7619vw;
	margin-bottom: 3.57143vw;
	padding-bottom: 1.19048vw;
}

.heading3:after {
	width: 5.71429vw;
}

.heading3._s {
	font-size: 4.28571vw;
}

.heading4 {
	font-size: 5.71429vw;
	margin-bottom: 4.7619vw;
	padding-bottom: 4.7619vw;
	background-size: 29.28571vw auto;
}

.heading5 {
	margin-bottom: 3.57143vw;
}

.heading5 ._inner {
	font-size: 4.52381vw;
	padding: .71429vw 4.7619vw;
	-webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2.27143vw) 100%, 2.27143vw 100%);
	clip-path: polygon(0 0, 100% 0%, calc(100% - 2.27143vw) 100%, 2.27143vw 100%);
}

.heading5 ._inner ._l {
	font-size: 5.71429vw;
}

.heading_eng {
	font-size: 3.33333vw;
}

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

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

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

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

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

.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: 14.28571vw;
}

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

.mb-xxl {
	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: 14.28571vw;
}

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

.pb-xxl {
	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: 14.28571vw;
}

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

.pt-xxl {
	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;
}

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

.table-1 th {
	padding-left: 6.19048vw;
	border-bottom: none;
}

.table-1 th:after {
	top: 5.71429vw;
	left: 2.38095vw;
	width: 1.90476vw;
}

.table-1 td {
	padding-top: 0;
	padding-bottom: 2.38095vw;
	padding-left: 6.19048vw;
}

}

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

.hab-nav {
	padding-top: 14.28571vw;
	padding-right: 9.52381vw;
	padding-left: 9.52381vw;
}

}

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

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

}

@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: 4.7619vw;
	margin-left: 4.7619vw;
}

}

@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 headerscrolled {

0% {
	top: -7.14286vw;
}

100% {
	top: 0;
}

}

@keyframes fixnav1-mv {

0% {
	left: -21.42857vw;
}

100% {
	left: 0vw;
}

}

@keyframes fixnav2-mv {

0% {
	top: -14.28571vw;
}

100% {
	top: 0vw;
}

}

@keyframes pagetop_move {

0% {
	top: 50%;
}

50% {
	top: -120%;
}

51% {
	top: 120%;
}

100% {
	top: 50%;
}

}

@keyframes btn-bounce {

0% {
	transform: scale(1);
}

40% {
	transform: scale(1.08); /* ぐっと大きく */
}

65% {
	transform: scale(.97); /* 少し戻りすぎる */
}

85% {
	transform: scale(1.03); /* もう一回だけ小さくバウンド */
}

100% {
	transform: scale(1.02); /* 最終的にほんの少し大きい状態 */
}

}

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