@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: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', '游ゴシック体', 'YuGothicM',Osaka,verdana,arial,clean,sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0 auto;
	padding: 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

.fw-bold {
	font-family: 'NotoSansCJKjp-B','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

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

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

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

/*
* #Header
*/

.header__inner {
	display: -ms-flexbox;
	display: flex;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.headerLogo__logo {
	width: 279px;
}

.headerTel {
	display: -ms-flexbox;
	display: flex;
	width: 417px;
	min-height: 102px;
	padding-left: 140px;
	background: url(../img/common/icon_batch.webp) 0 center no-repeat;
	background-size: 132px auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

.no-webp .headerTel {
	background-image: url(../img/common/icon_batch.png);
}

.headerTel__txt {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 2px;
	text-align: center;
	color: #fff;
	border-radius: 40px;
	background: #ea5504;
}

.headerTel__time {
	font-size: 12px;
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
}

.headerTel__num {
	margin-bottom: 10px;
}

.headerContact {
	width: 303px;
}

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

.headerContact__flex._top {
	margin-bottom: 8px;
	border-radius: 0 0 8px 8px;
	background: #fef1e5;
}

.headerContact__flex._top p {
	width: 50%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.headerContact__flex._top p:first-child {
	border-right: 2px solid #fff;
}

.headerContact__flex._top span {
	position: relative;
	padding-left: 15px;
}

.headerContact__flex._top span:after {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #fff url(../img/common/arr_red.webp) center center no-repeat;
	background-size: 4px auto;
}

.no-webp .headerContact__flex._top span:after {
	background-image: url(../img/common/arr_red.png);
}

.headerContact__flex._btm {
	margin-bottom: 13px;
}

.headerContact__btn {
	width: 147px;
}

.gnavWrap {
	padding-top: 10px;
	padding-bottom: 13px;
	background: #f6ab00;
}

.gnav {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.gnavList {
	font-size: 15px;
	font-size: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gnavList__item {
	width: 13.5%;
	text-align: center;
}

.gnavList__item a {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	display: block;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	height: 100%;
	padding-top: 35px; /* IE6-9 */
	padding-bottom: 2px;
	color: #a95503;
	border: 2px solid #fff;
	border-radius: 8px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+17,ffffff+17,fbffbe+100 */
	background: white; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, white 17%, white 17%, #fbffbe 100%);
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, .3);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbffbe',GradientType=0 );
}

.gnavList__item a:after {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	content: '';
	background: url(../img/common/gn_icon1@2x.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

.no-webp .gnavList__item a:after {
	background-image: url(../img/common/gn_icon1@2x.png);
}

.gnavList__item#gn2 a:after {
	background-image: url(../img/common/gn_icon2@2x.webp);
}

.no-webp .gnavList__item#gn2 a:after {
	background-image: url(../img/common/gn_icon2@2x.png);
}

.gnavList__item#gn3 a:after {
	background-image: url(../img/common/gn_icon3@2x.webp);
}

.no-webp .gnavList__item#gn3 a:after {
	background-image: url(../img/common/gn_icon3@2x.png);
}

.gnavList__item#gn4 a:after {
	background-image: url(../img/common/gn_icon4@2x.webp);
}

.no-webp .gnavList__item#gn4 a:after {
	background-image: url(../img/common/gn_icon4@2x.png);
}

.gnavList__item#gn5 a:after {
	background-image: url(../img/common/gn_icon5@2x.webp);
}

.no-webp .gnavList__item#gn5 a:after {
	background-image: url(../img/common/gn_icon5@2x.png);
}

.gnavList__item#gn6 a:after {
	background-image: url(../img/common/gn_icon6@2x.webp);
}

.no-webp .gnavList__item#gn6 a:after {
	background-image: url(../img/common/gn_icon6@2x.png);
}

.gnavList__item#gn7 a:after {
	background-image: url(../img/common/gn_icon7@2x.webp);
}

.no-webp .gnavList__item#gn7 a:after {
	background-image: url(../img/common/gn_icon7@2x.png);
}

#sp_nab_btn,
#menu_popup {
	display: none;
}

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

/**
 * #Footer
 */

footer {
	padding-top: 80px;
	padding-bottom: 150px;
	color: #fff;
	background: #ea5504;
}

.footerInner {
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

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

.footerLogo__logo {
	width: 267px;
	margin-bottom: 20px;
}

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

.footerNav__list {
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 30px;
}

.footerNav__list:last-child {
	margin-right: 0;
}

.footerNav__list > li {
	position: relative;
	margin-bottom: 6px;
	padding-left: 16px;
}

.footerNav__list > li:after {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #fff url(../img/common/arr_red.webp) center center no-repeat;
	background-size: 4px auto;
}

.no-webp .footerNav__list > li:after {
	background-image: url(../img/common/arr_red.png);
}

.footerNav__list a {
	color: #fff;
}

.footerNav__child {
	margin-top: 5px;
}

.footerNav__child li {
	margin-bottom: 6px;
}

.footerNav__child a {
	padding-left: 8px;
	background: url(../img/common/arr_white.webp) 0 6px no-repeat;
	background-size: 4px auto;
}

.no-webp .footerNav__child a {
	background-image: url(../img/common/arr_white.png);
}

.page_top_btn a {
	position: absolute;
	top: calc(-46px - 35px);
	right: 0;
	display: block;
	overflow: hidden;
	width: 46px;
	height: 46px;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	white-space: nowrap;
	text-indent: 100%;
	background: #0073f4 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 11px auto;
}

.no-webp .page_top_btn a {
	background-image: url(../img/common/arr_white.png);
}

.flow_link {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 20%;
}

.flow_link a {
	display: block;
	padding: 17px 17px 17px 67px;
	background: #f2f2f2 url(../img/common/icon_flow.webp) 18px center no-repeat;
	background-size: 35px auto;
}

.no-webp .flow_link a {
	background-image: url(../img/common/icon_flow.png);
}

.copyright {
	padding-top: 30px;
	text-align: center;
}

.fix-menu {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	transition: all .2s ease-out;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.fix-menu.show {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.fix-menu__inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 1024px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px 0 240px;
	background: #fff;
	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;
}

.fix-menu__inner .cv2Inner__tel {
	margin-bottom: 0;
}

.fix-menu__inner .cv2Inner__tel img {
	height: 49px;
}

.fix-menu__baloon {
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: 211px;
}

.fix-menu__btn {
	width: 165px;
}

.contactFix-sp {
	display: none;
}

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

.contactFix-sp__btns li {
	width: 32%;
}

#pageTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
}

#pageTop a {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	white-space: nowrap;
	text-indent: 100%;
	border-radius: 50%;
	background: #000 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 10px auto;
}

.no-webp #pageTop a {
	background-image: url(../img/common/arr_white.png);
}

/**
 * #Main
 */

.contents {
	overflow: hidden;
}

.mainContent {
	padding-top: 160px;
}

#spNavBtn {
	display: none;
}

/**
 * #Block
 */

.ceoGreet-ttl {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	color: #ea5504;
}

.ceoGreet-ttl ._red {
	display: inline-block;
	margin-right: 15px;
	padding: 7px 10px 3px;
	vertical-align: 7px;
	color: #fff;
	border-radius: 8px;
	background: #dc0000;
}

.ceoGreet-ttl ._large {
	font-size: 48px;
	font-size: 4.8rem;
}

.box1 {
	border: 1px solid #cfcfcf;
}

.box1__inner {
	padding: 30px;
}

.box2 {
	padding: 30px;
	border: 3px solid #cfcfcf;
}

.showroom_cap {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 25px 15px 20px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: #0095f4;
}

.company {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.company__txt {
	width: 69%;
}

.company__logo {
	width: 187px;
}

.company__name {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
	padding-top: 10px;
}

.company__img {
	width: 28%;
}

.footBnr {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fef1e5;
}

.footBnr2 .grid2:first-child {
	margin-bottom: 20px;
}

.shindan {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background: url(../img/common/bg2@2x.webp);
	background-size: 28px auto;
}

.no-webp .shindan {
	background-image: url(../img/common/bg2@2x.jpg);
}

.shindan._top {
	padding: 20px 0 0;
}

.shindan._top .shindan__inner {
	margin: 0 20px 20px;
}

.shindan__inner {
	padding: 20px;
	background: #fff;
}

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

.shindan__ttl {
	text-align: center;
}

.shindan__ttl span {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	padding: 14px 20px 8px;
	-ms-transform: rotate(-2deg) translateY(-60%);
	transform: rotate(-2deg) translateY(-60%);
	color: #fff;
	background: #ea5504;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, .2);
}

.shindan__cap {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	color: #fff;
	background: #0095f4;
}

.shindanIntro__ttl {
	width: 32%;
}

.shindanIntro__flow {
	width: 65%;
}

.shindanItem {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 8px;
	background: #fef1e5;
}

.shindanItem__head {
	padding: 10px;
	text-align: center;
	background: #ea5504;
}

.shindanItem__ttl {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #fff;
}

.shindanItem__star {
	border-radius: 5px;
	background: #fff;
}

.shindanItem__star ._red {
	color: #dc0000;
}

.shindanItem__img {
	padding: 10px;
	text-align: center;
}

.shindanItem__txt {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 10px 10px;
}

.shindan__bnr {
	background: #fff;
}

.ceoGreet__ttl {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}

.ceoGreet__ttl ._orange {
	font-size: 30px;
	font-size: 3rem;
	color: #ea5504;
}

.ceoGreet__name {
	margin-top: 10px;
	text-align: right;
}

.ceoGreet__name ._large {
	font-size: 27px;
	font-size: 2.7rem;
}

.cv1 {
	background: #fff;
}

.cv1__inner {
	padding: 10px 20px 20px;
	background: #fff;
}

.cv1__ttl {
	font-size: 18px;
	font-size: 1.8rem;
}

.cv1__txt {
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1;
	position: relative;
	z-index: 2;
	margin-top: 3px;
	margin-bottom: 16px;
	text-shadow: 2px  2px 1px #fff, -2px  2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px  0 1px #fff, 0  2px 1px #fff, -2px  0 1px #fff, 0 -2px 1px #fff;
}

.cv1__txt ._red {
	display: inline-block;
	margin-right: 10px;
	padding: 9px 6px 5px;
	vertical-align: middle;
	color: #fff;
	border-radius: 5px;
	background: #dc0000;
	text-shadow: none;
}

.cv1__txt ._free {
	font-size: 37px;
	font-size: 3.7rem;
	font-weight: bold;
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	color: #dc0000;
}

.cv1Tel {
	position: relative;
	padding: 16px 12px;
	text-align: center;
	background: #fffb99;
}

.cv1Tel:after {
	position: absolute;
	z-index: 1;
	top: -133px;
	left: 0;
	display: block;
	width: 100%;
	height: 133px;
	content: '';
	background: url(../img/common/cv1_staff@2x.webp) right 0 no-repeat;
	background-size: auto 100%;
}

.no-webp .cv1Tel:after {
	background-image: url(../img/common/cv1_staff@2x.png);
}

.cv1Tel__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.cv1Tel__tel a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 1;
	position: relative;
	padding-left: 50px;
	color: #dc0000;
}

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

.no-webp .cv1Tel__tel a:after {
	background-image: url(../img/common/icon_tel.png);
}

.cv2 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background: #fffb99;
}

.cv2__ttl {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	padding: 20px;
	text-align: right;
	color: #fff;
	background: #ea5504;
}

.cv2__ttl ._red {
	display: inline-block;
	margin-right: 15px;
	padding: 10px 10px 6px;
	vertical-align: 7px;
	border-radius: 8px;
	background: #dc0000;
}

.cv2__ttl ._large {
	font-size: 48px;
	font-size: 4.8rem;
}

.cv2Inner {
	position: relative;
	padding: 10px 25px 25px 30%;
}

.cv2Inner:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 28%;
	height: 296px;
	content: '';
	background: url(../img/common/cv_img@2x.webp) 0 bottom no-repeat;
	background-size: 100% auto;
}

.no-webp .cv2Inner:after {
	background-image: url(../img/common/cv_img@2x.png);
}

.cv2Inner__ttl {
	font-size: 20px;
	font-size: 2rem;
	overflow: hidden;
}

.cv2Inner__ttl span {
	position: relative;
}

.cv2Inner__ttl span:after {
	position: absolute;
	top: 10px;
	right: -2010px;
	display: block;
	width: 2000px;
	height: 11px;
	content: '';
	background: url(../img/common/line1@2x.webp) 0 0 repeat-x;
	background-size: auto 11px;
}

.no-webp .cv2Inner__ttl span:after {
	background-image: url(../img/common/line1@2x.png);
}

.cv2Inner__tel {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.cv2Inner__tel a {
	font-size: 65px;
	font-size: 6.5rem;
	line-height: 1;
	position: relative;
	padding-left: 50px;
	color: #dc0000;
}

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

.no-webp .cv2Inner__tel a:after {
	background-image: url(../img/common/icon_tel.png);
}

.cv2Inner__tel ._time {
	line-height: 1.4;
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}

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

.cv2Inner_btn a {
	font-size: 25px;
	font-size: 2.5rem;
	display: inline-block;
	min-width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: #dc0000;
	box-shadow: 0 3px 0 #a60000;
}

.cv2Inner_btn a span {
	position: relative;
	padding-left: 16px;
}

.cv2Inner_btn a span:after {
	position: absolute;
	top: 4px;
	top: 12px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #fff url(../img/common/arr_red.webp) center center no-repeat;
	background-size: 4px auto;
}

.no-webp .cv2Inner_btn a span:after {
	background-image: url(../img/common/arr_red.png);
}

.cv2Inner_mail_txt {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	color: #0073f4;
}

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

.categoryList__item {
	margin-right: 6px;
	margin-bottom: 6px;
}

.categoryList__item a {
	display: block;
	padding: 5px 4px;
	color: #fff;
	border-radius: 5px;
	background: #09ba27;
}

.categoryList__item._red a {
	background: #dc0000;
}

.eng {
	font-family: 'Ubuntu', sans-serif;
}

.table-1 {
	width: 100%;
	border-spacing: 0 3px;
	border-collapse: separate;
}

.table-1 th,
.table-1 td {
	padding: 16px 20px;
}

.table-1 th {
	width: 190px;
	vertical-align: top;
	color: #fff;
	background: #09ba27;
}

.table-1 td {
	background: #f4f4f4;
}

.underline {
	text-decoration: underline !important;
}

/**
 * #Breadcrumbs
 */

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	color: #fff;
	background: #0073f4;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb ul {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb li {
	display: inline-block;
}

/**
 * #btn
 */

.btn {
	text-align: center;
}

.btn a,
.btn button {
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	overflow: visible;
	min-width: 350px;
	padding: 15px 25px;
	color: #fff;
	border-radius: 50px;
	background: #dc0000;
}

.btn a span,
.btn button span {
	position: relative;
	padding-left: 16px;
}

.btn a span:after,
.btn button span:after {
	position: absolute;
	top: 4px;
	top: 7px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #fff url(../img/common/arr_red.webp) center center no-repeat;
	background-size: 4px auto;
}

.no-webp .btn a span:after,
.no-webp
.btn button span:after {
	background-image: url(../img/common/arr_red.png);
}

.btn a:hover:after,
.btn button:hover:after {
	-ms-transform: translate(60%, 0);
	transform: translate(60%, 0);
}

.btn._white a {
	color: #ea5504;
	background-color: #fff;
}

.btn._white a span:after {
	position: absolute;
	top: 4px;
	top: 7px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #ea5504 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 4px auto;
}

.no-webp .btn._white a span:after {
	background-image: url(../img/common/arr_white.png);
}

.btn button {
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	transition: all .2s ease-out;
	border: none;
}

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

.btn.right a {
	text-align: center;
}

/**
 * #heading
 */

.pageTtl__wrap {
	margin-bottom: 100px;
	padding-top: 80px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
	text-align: center;
	background: url(../img/common/sub_main.webp) center center no-repeat;
	background-size: cover;
}

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

.pageTtl__ttl {
	font-size: 50px;
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-shadow: #ea5504 1px 1px 10px, #ea5504 -1px 1px 10px, #ea5504 1px -1px 10px, #ea5504 -1px -1px 10px;
}

.pageTtl__txt span {
	font-size: 20px;
	font-size: 2rem;
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	background: #ea5504;
}

.heading-1 {
	font-size: 23px;
	font-size: 2.3rem;
	padding: 5px 14px;
	color: #fff;
	background: #ea5504;
}

.heading-2 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
	text-align: center;
}

.heading-2__baloon {
	font-size: 25px;
	font-size: 2.5rem;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 3px 20px 1px;
	color: #ea5504;
	border-radius: 5px;
	background: #fef1e5;
}

.heading-2__baloon:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	display: block;
	width: 100%;
	height: 15px;
	content: '';
	background: url(../img/common/arr_baloon2.webp) center 0 no-repeat;
	background-size: auto 100%;
}

.no-webp .heading-2__baloon:after {
	background-image: url(../img/common/arr_baloon2.png);
}

.heading-3 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.heading-3 ._large {
	font-size: 38px;
	font-size: 3.8rem;
}

.heading-4 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

.heading-4 ._orange {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	display: block;
	padding-top: 5px;
	color: #ea5504;
}

.heading-5 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color: #fff;
	background: #ea5504;
}

.heading-5 ._baloon {
	font-size: 25px;
	font-size: 2.5rem;
}

.heading-5 ._eng {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	display: block;
	padding-top: 5px;
	color: #fff;
}

.heading-6 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 8px 15px;
	color: #ea5504;
	background: #f4f4f4;
}

.heading-7 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
}

.heading-7:after {
	position: absolute;
	top: 4px;
	top: 9px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #ea5504 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 4px auto;
}

.no-webp .heading-7:after {
	background-image: url(../img/common/arr_white.png);
}

.heading-8 {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	overflow: hidden;
	color: #ea5504;
}

.heading-8 span {
	position: relative;
}

.heading-8 span:after {
	position: absolute;
	top: 50%;
	right: -2010px;
	display: block;
	width: 2000px;
	height: 2px;
	margin-top: -1px;
	content: '';
	background: #ea5504;
}

.heading-9 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.heading__large {
	font-family: 'NotoSansCJKjp-B','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
}

.heading__medium {
	font-family: 'NotoSansCJKjp-B','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 5px;
	border-bottom: 1px solid #cacaca;
}

.heading__small {
	font-family: 'NotoSansCJKjp-B','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
	font-size: 40px;
	font-size: 4rem;
	margin-bottom: 5px;
}

.heading_tax {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 10px;
	text-align: center;
}

.heading_tax:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 140px;
	height: 3px;
	content: '';
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #0073f4;
}

.u-line {
	padding-right: 3px;
	padding-left: 3px;
	background: #fff77f;
}

.win .u-line {
	background-position: center bottom 5px;
}

/**
 * #Col
 */

.section {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

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

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

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

.flex._mb > * {
	margin-bottom: 50px;
}

.grid2 {
	width: 48%;
	margin-right: 4%;
}

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

.grid2_2 {
	width: 63%;
	margin-right: 5%;
}

.grid2_1 {
	width: 32%;
}

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

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

.grid4 {
	width: 23%;
	margin-right: 2.6666%;
}

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

/**
 * #Position
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/**
 * #Margin
 */

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

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

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

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

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

/**
 * #Text
 */

.text_s {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.text_m {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.fsz17 {
	font-size: 17px;
	font-size: 1.7rem;
}

.fsz20 {
	font-size: 20px;
	font-size: 2rem;
}

.fsz35 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ea5504;
}

.bold {
	font-weight: bold;
}

/**
 * #Display
 */

.tablet {
	display: none;
}

.sp {
	display: none;
}

.map {
	width: 100%;
	height: 100%;
	border: none;
}

/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/

/* Core
--------------------------------------------------*/

.slider-pro {
	position: relative;
	box-sizing: content-box;
	margin: 0 auto;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	max-width: none;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/

.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
	direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 30px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
	border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	background: #8ea1a3;
}

.sp-thumbnail-container img {
	transition: all .2s ease-out;
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

.sp-thumbnail-container.sp-selected-thumbnail img {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.sp-rtl .sp-thumbnail-container {
	float: right;
}

/* Horizontal thumbnails
------------------------*/

.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-right: 4px;
	margin-left: 4px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/

.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/

.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin-left: 13px;
	content: '';
	border-left: 5px solid #f00;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -8px;
	content: '';
	border-top: 8px solid transparent;
	border-right: 13px solid #f00;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/

.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	margin-right: 13px;
	content: '';
	border-left: 5px solid #f00;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -8px;
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #f00;
}

/* Bottom thumbnails with pointer
---------------------------------*/

.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 13px;
	content: '';
	border-bottom: 5px solid #f00;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: '';
	border-right: 8px solid transparent;
	border-bottom: 13px solid #f00;
	border-left: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/

.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 13px;
	content: '';
	border-bottom: 5px solid #f00;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: '';
	border-top: 13px solid #f00;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/

.sp-layer {
	position: absolute;
	box-sizing: border-box;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #fff;
	background: black;
	background: rgba(0, 0, 0, .7);
}

.sp-white {
	color: #000;
	background: white;
	background: rgba(255, 255, 255, .7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/

.sp-caption-container {
	margin-top: 10px;
	text-align: center;
}

/* Full Screen
--------------------------------------------------*/

.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	transition: opacity .5s;
	opacity: 0;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/

.sp-buttons {
	position: relative;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

.sp-rtl .sp-buttons {
	direction: rtl;
}

.sp-full-screen .sp-buttons {
	display: none;
}

.sp-button {
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	margin: 4px;
	cursor: pointer;
	border: 2px solid #000;
	border-radius: 50%;
}

.sp-selected-button {
	background-color: #000;
}

/* Arrows
--------------------------------------------------*/

.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {
	transition: opacity .5s;
	opacity: 0;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -28px;
}

.sp-vertical .sp-arrows {
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	right: auto;
	left: 0;
	width: 56px;
	height: 56px;
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	background: #fff url(../img/common/arr1.webp) center center no-repeat;
	background-size: 15px auto;
}

.no-webp .sp-horizontal .sp-previous-arrow {
	background-image: url(../img/common/arr1.png);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	right: 0;
	left: auto;
}

.sp-horizontal .sp-next-arrow {
	right: 0;
	left: auto;
	width: 56px;
	height: 56px;
	background: #fff url(../img/common/arr1.webp) center center no-repeat;
	background-size: 15px auto;
}

.no-webp .sp-horizontal .sp-next-arrow {
	background-image: url(../img/common/arr1.png);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	right: auto;
	left: 20px;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sp-arrow:before {
	top: 0;
	left: 30%;
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-arrow:after {
	top: 50%;
	left: 30%;
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	border-left: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #fff;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/

.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	transition: opacity .5s;
	opacity: 0;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #fff url(../img/common/arr1.webp) center center no-repeat;
	background-size: 15px auto;
}

.no-webp .sp-thumbnail-arrow {
	background-image: url(../img/common/arr1.png);
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0;
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0;
}

.sp-previous-thumbnail-arrow:before {
	top: 0;
	left: 30%;
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	top: 50%;
	left: 30%;
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	top: 0;
	right: 30%;
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	top: 50%;
	right: 30%;
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-top: 12px solid transparent;
	border-right: 12px solid #fff;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #fff;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}

/* Video
--------------------------------------------------*/

a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	border: none;
	-webkit-backface-visibility: hidden;
}

a.sp-video:after {
	font-size: 30px;
	line-height: 52px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 50px;
	margin: auto;
	padding-left: 5px;
	content: '\25B6';
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, .2);
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/

.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	padding: 0 !important;
	transition: none;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-mox-box-shadow: none !important;
}

.slider-pro a {
	position: static;
	transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}*/

/*.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}*/

/*.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.top-slick {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.slick-slide img.pc {
	display: block;
}

.slick-slide img.tablet {
	display: none;
}

.top-slick .slick-next {
	z-index: 2;
	right: -9px;
}

.top-slick .slick-prev {
	z-index: 2;
	left: -9px;
}

.top-fv {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img/top/slide_bg.webp) center center no-repeat;
	background-size: cover;
}

.no-webp .top-fv {
	background-image: url(../img/top/slide_bg.jpg);
}

.top-fvBnr {
	display: -ms-flexbox;
	display: flex;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-fvBnr__btn {
	width: 30%;
	border-radius: 8px;
	background: #fff;
}

.top-intro {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fef1e5;
}

.top-intro__ttl {
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: bold;
	min-height: 170px;
	margin-bottom: 35px;
	padding-left: 266px;
	background: url(../img/common/icon_batch@2x.webp) 0 center no-repeat;
	background-size: 221px auto;
}

.no-webp .top-intro__ttl {
	background-image: url(../img/common/icon_batch@2x.png);
}

.top-intro__ttl ._large {
	font-size: 50px;
	font-size: 5rem;
}

.top-intro__ttl ._red {
	color: #dc0000;
}

.top-news {
	background: #fff;
}

.top-news__ttl {
	font-size: 33px;
	font-size: 3.3rem;
	line-height: 1;
	padding: 9px 15px;
	color: #ea5504;
	border-bottom: 5px solid #ea5504;
}

.top-news__inner {
	padding: 20px;
}

.top-newsitem {
	border-bottom: 1px dotted #000;
}

.top-newsitem a {
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-newsitem__img {
	width: 26.6%;
}

.top-newsitem__txt {
	width: 68%;
}

.top-newsitem__date {
	font-size: 14px;
	font-size: 1.4rem;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-newsitem__cate {
	padding: 0 10px;
	color: #fff;
	background: #09ba27;
}

.top-newsitem__ttl {
	font-weight: bold;
}

.top-bnr__top {
	margin-bottom: 35px;
}

.top-works {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ea5504;
}

.top-works .heading-2 {
	color: #fff;
}

.slick-slide {
	margin: 0 10px;
}

.slick-wrap {
	margin-right: 30px;
	margin-left: 30px;
}

.works-slick__item {
	width: 31.5%;
}

.works-slider__date {
	padding: 10px;
	background: #abcd03;
}

.works-slider__date._orange {
	background-color: #f6ab00;
}

.works-slider__ttl {
	font-weight: bold;
}

.works-slider__time {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}

.slick-arrow {
	width: 38px;
	height: 38px;
	transition: all .2s ease-out;
	border-radius: 50%;
	background: #fff url(../img/common/arr_red.webp) center center no-repeat;
	background-size: 11px auto;
}

.no-webp .slick-arrow {
	background-image: url(../img/common/arr_red.png);
}

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

.slick-arrow:hover {
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

.slick-prev {
	left: -32px;
	-ms-transform: scale(-1, 1) translate(0, -50%);
	transform: scale(-1, 1) translate(0, -50%);
}

.slick-next {
	right: -32px;
}

.works-slick__link {
	display: block;
}

.top-greeting {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.tuyomiItem {
	overflow: hidden;
	width: 18.5%;
	text-align: center;
	border-radius: 8px;
	background: #abcd03;
}

.tuyomiItem__ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 11px;
	padding-bottom: 10px;
	color: #fff;
	background: #ea5504;
}

.tuyomiItem__ttl:before {
	display: block;
	width: 100%;
	height: 75px;
	margin-bottom: 5px;
	content: '';
	background: url(../img/top/tuyomi_icon1@2x.webp) center 0 no-repeat;
	background-size: auto 100%;
}

.no-webp .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon1@2x.png);
}

.tuyomiItem__ttl span {
	font-size: 30px;
	font-size: 3rem;
}

.tuyomiItem__txt {
	padding: 10px;
	text-align: left;
}

._list2 .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon2@2x.webp);
}

.no-webp ._list2 .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon2@2x.png);
}

._list3 .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon3@2x.webp);
}

.no-webp ._list3 .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon3@2x.png);
}

._list4 .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon4@2x.webp);
}

.no-webp ._list4 .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon4@2x.png);
}

._list5 .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon5@2x.webp);
}

.no-webp ._list5 .tuyomiItem__ttl:before {
	background-image: url(../img/top/tuyomi_icon5@2x.png);
}

.top-voice {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img/top/voice_bg.webp) center center no-repeat;
	background-size: cover;
}

.no-webp .top-voice {
	background-image: url(../img/top/voice_bg.jpg);
}

.top-voice .heading-2 {
	text-shadow: 2px  2px 1px #fff, -2px  2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px  0 1px #fff, 0  2px 1px #fff, -2px  0 1px #fff, 0 -2px 1px #fff;
}

.top-voice .heading-2 span {
	text-shadow: none;
}

.top-point {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/common/bg1@2x.webp);
	background-size: 24px auto;
}

.no-webp .top-point {
	background-image: url(../img/common/bg1@2x.jpg);
}

.top-pointHead {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: end;
	align-items: flex-end;
}

.top-pointHead__icon {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: .9;
	margin-right: 20px;
	margin-bottom: 13px;
	padding: 15px 20px 10px;
	color: #fff;
	border-radius: 8px;
	background: #ea5504;
}

.top-pointHead__icon ._large {
	font-size: 42px;
	font-size: 4.2rem;
}

.top-pointHead__icon .eng {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: normal;
	margin-left: 10px;
	color: #ff0;
}

.top-pointHead__icon ._num {
	font-size: 52px;
	font-size: 5.2rem;
}

.top-pointHead__ttl {
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.top-pointHead__ttl ._large {
	font-size: 60px;
	font-size: 6rem;
}

.top-pointHead__ttl ._orange {
	color: #ea5504;
}

.top-point__ttl {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 7px;
}

.top-point__cap {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}

.top-point__cap ._underline {
	font-size: 29px;
	font-size: 2.9rem;
	display: inline-block;
	margin-left: 5px;
	padding-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #dc0000;
	background: url(../img/common/underline@2x.webp) center bottom 7px repeat-x;
	background-size: auto 11px;
}

.no-webp .top-point__cap ._underline {
	background-image: url(../img/common/underline@2x.jpg);
}

.top-menu {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fef1e5;
}

.top-menuItem {
	background: #fff;
}

.top-menuItem__icon {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background: #0095f4;
}

.top-menuItem__icon:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -15px;
	content: '';
	border-width: 16px 15px 0 15px;
	border-style: solid;
	border-color: #0095f4 transparent transparent transparent;
}

.top-menuItem__ttl {
	font-size: 25px;
	font-size: 2.5rem;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: #fff;
	background: #ea5504;
}

.top-menuItem__ttl span {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	padding: 5px 10px;
	vertical-align: middle;
	background: #bc3b02;
}

.top-menuItem__inner {
	padding: 10px;
}

.top-menuItem__img {
	position: relative;
}

.top-menuItem__img ._icon {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	position: absolute;
	bottom: -5px;
	left: -5px;
	display: -ms-flexbox;
	display: flex;
	width: 88px;
	height: 88px;
	text-align: center;
	color: #fff;
	border: 5px solid #f14a4a;
	border-radius: 50%;
	background: #dc0000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-menuItem__img ._num {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.top-menuItem__tit {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

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

.top-menuItem__price1 span {
	font-size: 20px;
	font-size: 2rem;
	display: inline-block;
	width: 80%;
	padding: 3px 10px;
	color: #fff;
	border-radius: 8px;
	background: #ea5504;
}

.top-menuItem__price2 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3;
	text-align: center;
	color: #dc0000;
}

.top-menuItem__price2 .eng {
	font-size: 80px;
	font-size: 8rem;
	line-height: 1;
}

.top-menuItem__price2 .eng ._small {
	font-size: 58px;
	font-size: 5.8rem;
}

.top-menuItem__price2_tax {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 5px;
	text-align: center;
	color: #dc0000;
}

.top-menuItem__price2_tax .eng {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

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

.top-menuItem__price3 span {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: 10px;
	padding: 4px 10px 2px;
	color: #fff;
	border-radius: 5px;
	background: #0095f4;
}

.top-menuItem__price3 span:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 14px;
	content: '';
	-ms-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
	border-radius: 50%;
	background: #007ac8 url(../img/common/icon_plus.webp) center center no-repeat;
	background-size: 10px auto;
}

.no-webp .top-menuItem__price3 span:after {
	background-image: url(../img/common/icon_plus.png);
}

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

.top-menuItem__price3 span:last-child:after {
	content: none;
}

.top-menuItem__price4 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #0095f4;
}

.top-menuItem__comment {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
}

.reason-egao {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}

.reason-egao__batch {
	width: 170px;
	margin-right: 15px;
}

.reason-egao__txt {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
}

.tuyomi-box__ttl {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.tuyomi-box__ttl ._icon {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	width: 116px;
	height: 116px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: #ea5504;
}

.tuyomi-box__ttl ._icon ._num {
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 1.2;
	display: inline-block;
	width: 100%;
}

.tuyomi-box__ttl ._txt {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	width: calc(100% - 130px);
	padding-left: 20px;
}

.tuyomi-box__ttl ._red {
	color: #dc0000;
}

.reason-showroom__ttl {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	min-height: 160px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-left: 160px;
}

.reason-showroom__ttl ._free {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	display: -ms-flexbox;
	display: flex;
	width: 146px;
	height: 146px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #dc0000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reason-showroom__ttl ._orange {
	color: #ea5504;
}

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

.reason-showroomItem ._icon {
	width: 190px;
}

.reason-showroomItem ._batch {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	display: block;
	padding: 10px 30px;
	border-radius: 8px;
	background: #abcd03;
}

.reason-showroomItem ._txt {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.4;
	width: calc(100% - 190px);
	padding-left: 20px;
}

.first-point__ttl {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

.first-point__ttl ._red {
	color: #dc0000;
}

.first-point__ttl ._icon {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 8px;
	background: #abcd03;
}

.first-point1__img1 {
	width: 64%;
}

.first-point1__img {
	position: relative;
}

.first-point1__img2 {
	position: absolute;
	right: 5%;
	bottom: 0;
	width: 35%;
}

.first-shidan {
	padding-bottom: 30px;
}

.first-shidan .shindan__ttl {
	display: none;
}

.diagnosis-toraburu {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fef1e5;
}

.diagnosis-toraburu__ttl {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.diagnosis-toraburu__ttl ._icon {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.3;
	display: -ms-flexbox;
	display: flex;
	width: 162px;
	height: 162px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #dc0000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.diagnosis-toraburu__ttl ._txt {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
}

.diagnosis-toraburu__ttl ._small {
	font-size: 25px;
	font-size: 2.5rem;
}

.diagnosis-toraburu__img {
	width: 26%;
	margin-right: 4%;
}

.diagnosis-toraburu__txt {
	width: 70%;
}

.diagnosis-toraburu__cap {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #dc0000;
}

.diagnosis-attention {
	padding-top: 100px;
	padding-bottom: 100px;
}

.diagnosis-attention__img {
	width: 34%;
}

.diagnosis-attention__txt {
	width: 63%;
}

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

.diagnosis-attention__list {
	border-top: 1px solid #cfcfcf;
}

.diagnosis-attention__list li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #cfcfcf;
}

.diagnosis-attention__list li:after {
	top: 16px;
}

.diagnosis-attention__icon span {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	padding: 10px 10px 7px;
	border-radius: 8px;
	background: #abcd03;
}

.diagnosis-pointBox__ttl {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}

.diagnosis-pointBox__ttl ._icon {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	display: block;
	width: 128px;
	height: 128px;
	margin-right: 20px;
	padding-top: 27px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #f6ab00;
}

.diagnosis-pointBox__ttl ._icon._green {
	background: #abcd03;
}

.diagnosis-pointBox__ttl ._icon ._num {
	font-size: 45px;
	font-size: 4.5rem;
}

.diagnosis-pointBox__ttl ._txt {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
}

.diagnosis-staff {
	padding-top: 70px;
	background: #f6ab00;
}

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

.diagnosis-staff__txt {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	padding-top: 30px;
	color: #fff;
}

.diagnosis-staff__img {
	width: 50%;
}

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

.showroom-presentFlow > div {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
	padding-top: 40px;
	-ms-flex-align: center;
	align-items: center;
}

.showroom-presentFlow__icon {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	padding-left: 10px;
	color: #fff;
	background: #09ba27;
}

.showroom-presentFlow__icon:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 20px 30px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

._list5 .showroom-presentFlow__icon {
	background: #ea5504;
}

.showroom-presentFlow__ttl {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	min-height: 53px;
	padding-left: 58px;
	background: url(../img/showroom/icon_present1@2x.webp) 0 center no-repeat;
	background-size: 54px auto;
	-ms-flex-align: center;
	align-items: center;
}

.no-webp .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present1@2x.png);
}

._list2 .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present2@2x.webp);
}

.no-webp ._list2 .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present2@2x.png);
}

._list3 .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present3@2x.webp);
}

.no-webp ._list3 .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present3@2x.png);
}

._list4 .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present4@2x.webp);
}

.no-webp ._list4 .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present4@2x.png);
}

._list5 .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present5@2x.webp);
}

.no-webp ._list5 .showroom-presentFlow__ttl {
	background-image: url(../img/showroom/icon_present5@2x.png);
}

.showroom-present__cap li {
	position: relative;
	margin-bottom: 2px;
	padding-left: 16px;
}

.showroom-present__cap li:after {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #ea5504 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 4px auto;
}

.no-webp .showroom-present__cap li:after {
	background-image: url(../img/common/arr_white.png);
}

.showroom-merit__ttl {
	margin-bottom: 20px;
}

.showroom-merit__ttl span {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	display: inline-block;
	padding: 13px 30px 10px;
	border-radius: 8px;
	background: #abcd03;
}

.showroom-meritItem__txt {
	margin-right: 50%;
	padding: 7px 10px;
	background: #f6ab00;
}

.showroom-meritItem__ttl {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
}

.showroom-meritItem {
	position: relative;
}

.showroom-meritItem:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50%;
	height: 100%;
	content: '';
	background: url(../img/showroom/merit_img1@2x.webp) center center no-repeat;
	background-size: cover;
}

.no-webp .showroom-meritItem:after {
	background-image: url(../img/showroom/merit_img1@2x.jpg);
}

.showroom-meritItem._list2:after {
	background-image: url(../img/showroom/merit_img2@2x.webp);
}

.no-webp .showroom-meritItem._list2:after {
	background-image: url(../img/showroom/merit_img2@2x.jpg);
}

.showroom-meritItem._list3:after {
	background-image: url(../img/showroom/merit_img3@2x.webp);
}

.no-webp .showroom-meritItem._list3:after {
	background-image: url(../img/showroom/merit_img3@2x.jpg);
}

.showroom-aboutMain {
	position: relative;
	padding-left: 67%;
}

.showroom-aboutMain:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 67%;
	height: 100%;
	content: '';
	background: url(../img/showroom/showroom_img.webp) center center no-repeat;
	background-size: cover;
}

.no-webp .showroom-aboutMain:after {
	background-image: url(../img/showroom/showroom_img.jpg);
}

.showroom-aboutMainList {
	padding: 10px;
	background: #abcd03;
}

.showroom-aboutItem {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	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;
}

.showroom-aboutItem:last-child {
	margin-bottom: 0;
}

.showroom-aboutItem__ttl {
	font-size: 25px;
	font-size: 2.5rem;
	display: -ms-flexbox;
	display: flex;
	width: 94px;
	min-height: 94px;
	color: #fff;
	border-radius: 5px;
	background: #ea5504;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.showroom-aboutItem__txt {
	width: calc(100% - 105px);
}

.faqBox__ttl {
	font-size: 30px;
	font-size: 3rem;
	position: relative;
	padding: 13px 10px 10px 90px;
	color: #fff;
	background: #ea5504;
}

.faqBox__ttl:after {
	font-family: 'Ubuntu', sans-serif;
	font-size: 80px;
	font-size: 8rem;
	line-height: 1;
	position: absolute;
	top: -30px;
	left: 11px;
	content: 'Q';
	color: #f29968;
}

.faqBox__ttl2 {
	font-size: 30px;
	font-size: 3rem;
	position: relative;
	padding: 0 10px 10px 0;
}

.faqBox__ttl2:after {
	font-family: 'Ubuntu', sans-serif;
	font-size: 80px;
	font-size: 8rem;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: -75px;
	content: 'A';
	color: #ea5504;
}

.faqBox .box1__inner {
	font-size: 17px;
	font-size: 1.7rem;
	padding-left: 90px;
}

.faqBox ._before {
	position: relative;
}

.faqBox ._before:after {
	position: absolute;
	top: 0;
	right: -7%;
	display: block;
	width: 20px;
	height: 100%;
	content: '';
	background: url(../img/faq/before_arr@2x.webp) 0 center no-repeat;
	background-size: 100% auto;
}

.no-webp .faqBox ._before:after {
	background-image: url(../img/faq/before_arr@2x.png);
}

.company-profile,
.company-history {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../img/common/bg1@2x.webp);
	background-size: 24px auto;
}

.no-webp .company-profile,
.no-webp
.company-history {
	background-image: url(../img/common/bg1@2x.jpg);
}

.list1 dt {
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.list1 dt:after {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 50%;
	background: #09ba27;
}

.list1 dd {
	padding-left: 15px;
}

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

.company-profileMap__img {
	width: 32%;
}

.company-profileMap__txt {
	font-size: 17px;
	font-size: 1.7rem;
	width: 64%;
}

.company-profileMap__place {
	font-size: 19px;
	font-size: 1.9rem;
}

.staff-item {
	margin-bottom: 30px;
}

.staff-item a {
	display: block;
}

.staff-item__date {
	padding: 15px 10px;
	text-align: center;
	background: #abcd03;
}

.staff-item__name {
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.4;
}

.staff-detail {
	width: 80vw;
	max-width: 1024px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.staff-detail__img {
	width: 36%;
}

.staff-detail__txt {
	width: 60%;
}

.staff-detail__pos {
	margin-bottom: 5px;
}

.staff-detail__pos span {
	display: inline-block;
	padding: 3px 10px 0;
	border-radius: 8px;
	background: #abcd03;
}

.staff-detail__name {
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.4;
	margin-bottom: 15px;
	border-bottom: 3px solid #ea5504;
}

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

.works-photo__before {
	position: relative;
	width: 31%;
}

.works-photo__before:after {
	position: absolute;
	top: -3px;
	left: 10px;
	display: block;
	width: 142px;
	height: 30px;
	content: '';
	background: url(../img/works/icon_before@2x.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

.no-webp .works-photo__before:after {
	background-image: url(../img/works/icon_before@2x.png);
}

.works-photo__before p {
	position: relative;
}

.works-photo__before p:before {
	position: absolute;
	z-index: 3;
	right: -69px;
	bottom: -161px;
	display: block;
	width: 184px;
	height: 161px;
	content: '';
	background: url(../img/works/arr-works@2x.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

.no-webp .works-photo__before p:before {
	background-image: url(../img/works/arr-works@2x.png);
}

.works-photo__after {
	position: relative;
	z-index: 1;
	width: 64%;
}

.works-photo__after:after {
	position: absolute;
	top: -3px;
	left: 10px;
	display: block;
	width: 142px;
	height: 30px;
	content: '';
	background: url(../img/works/icon_after@2x.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

.no-webp .works-photo__after:after {
	background-image: url(../img/works/icon_after@2x.png);
}

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

.category_list._place > li {
	margin-right: 30px;
}

.category_list._place > li > a {
	margin-bottom: 10px;
}

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

.category_list li {
	margin-right: 6px;
	margin-bottom: 6px;
}

.category_list li a {
	display: inline-block;
	padding: 5px 10px;
	vertical-align: top;
	color: #fff;
	border-radius: 5px;
	background: #09ba27;
}

.category_list li._red a {
	background: #dc0000;
}

.category_list._red li a {
	background: #dc0000;
}

.archiveList {
	padding-bottom: 20px;
}

.archiveItem {
	margin-bottom: 30px;
	background: #abcd03;
}

.archiveItem a {
	display: block;
}

.archive__date {
	padding: 10px;
}

.archive__date .categoryList__item {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	display: inline-block;
	padding: 5px 4px 3px;
	color: #fff;
	color: #fff;
	border-radius: 5px;
	background: #dc0000;
}

.archive__ttl {
	font-weight: bold;
}

.archive__time {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}

.post_content h2 {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 40px;
	padding: 10px 15px;
	color: #fff;
	background: #ea5504;
}

.post_content h3 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	clear: both;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px 0;
	color: #ea5504;
	border-top: solid 3px #ea5504;
	border-bottom: solid 3px #ea5504;
}

.post_content h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 40px;
	padding: 10px;
	color: #ea5504;
	background: #f4f4f4;
}

.post_content h5 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 40px;
	padding: 5px 10px;
	color: #ea5504;
	border-left: 2px solid #ea5504;
}

.post_content h6 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
}

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

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

.post_content ul li {
	font-weight: bold;
	position: relative;
	margin-bottom: 5px;
	padding-left: 18px;
}

.post_content ul li:before {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 12px;
	height: 4px;
	content: '';
	background: #0b4e71;
}

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

.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: #0073f4;
}

.pager_wrap {
	padding-bottom: 50px;
}

.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 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 40px;
	display: inline-block;
	min-width: 40px;
	height: 44px;
	margin: 0 5px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background: #7b7b7b;
}

.pager .page-numbers:hover {
	opacity: 1;
	background: #0073f4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.pager .page-numbers.current {
	opacity: 1;
	background: #0073f4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.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: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 9px auto;
}

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

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

.paging a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	padding: 15px 40px;
	color: #fff;
	border-radius: 50px;
	background: #f6ab00;
}

.paging a ._icon {
	position: relative;
	padding-left: 16px;
}

.paging a ._icon:after {
	position: absolute;
	top: 4px;
	top: 7px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background: #fff url(../img/common/arr_red.webp) center center no-repeat;
	background-size: 4px auto;
}

.no-webp .paging a ._icon:after {
	background-image: url(../img/common/arr_red.png);
}

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

.paging .prev {
	float: left;
}

.paging .prev ._icon:after {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.paging .next {
	float: right;
}

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

.post_main {
	width: 68%;
}

.post_main .post__ttl {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.post_item {
	margin-bottom: 70px;
}

.post_thumb {
	width: 40%;
	margin-right: 4%;
}

.post_text {
	width: 56%;
}

.post_date {
	margin-bottom: 20px;
}

.post_date._single {
	margin-bottom: 50px;
}

.post_date .category_list,
.post_date .category_item {
	display: inline-block;
	vertical-align: middle;
}

.post_date .category_item {
	margin-right: 10px;
}

.post_date .category_item:last-child {
	margin-top: 0;
}

.post_date .category_item a {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	padding: 1px 20px;
	border-radius: 5px;
	background: #f0f0f0;
}

.post_time {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.post_side {
	width: 25%;
	margin-right: 7%;
}

.side_box_list li {
	margin-bottom: 3px;
}

.side_box_list a {
	line-height: 1.5;
	position: relative;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}

.side_box_list a:after {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 6px;
	height: 10px;
	content: '';
	background: url(../img/common/arr_blue.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

.no-webp .side_box_list a:after {
	background-image: url(../img/common/arr_blue.png);
}

.side_box_list .children {
	margin-left: 15px;
}

.side_box_list .children a {
	padding-left: 8px;
}

.side_box_list .children a:after {
	top: 12px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #333;
}

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

.wp-pager .page-numbers {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	min-width: 30px;
	height: 30px;
	margin-right: 5px;
	text-align: center;
	background: #f6ab00;
}

.wp-pager .page-numbers:last-child {
	margin-right: 0;
}

.wp-pager .page-numbers:hover,
.wp-pager .page-numbers.current {
	opacity: 1;
	color: #fff;
	background: #ea5504;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

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

.wp-pager .page-numbers.prev:after,
.wp-pager .page-numbers.next:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .2s ease-out;
	background: url(../img/common/arr_red.webp) center center no-repeat;
	background-size: 6px auto;
}

.no-webp .wp-pager .page-numbers.prev:after,
.no-webp
.wp-pager .page-numbers.next:after {
	background-image: url(../img/common/arr_red.png);
}

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

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

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

.seminar-introDate {
	display: -ms-flexbox;
	display: flex;
	padding: 16px 30px;
	background: #f4f4f4;
	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;
}

.seminar-introDate__flg {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 2px 10px;
	color: #fff;
	background: #ea5504;
}

.seminar-introDate__flg._finish {
	background: #888;
}

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

.seminar-photo > div {
	width: 48%;
}

.seminar_map {
	position: relative;
	padding-right: 150px !important;
}

.seminar_map ._icon a {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	padding: 4px 10px 2px;
	color: #fff;
	border-radius: 5px;
	background: #ea5504;
}

#gmap iframe {
	width: 100%;
	height: 400px;
}

.heading-1._green {
	position: relative;
	padding: 15px 30px;
	background: #09ba27;
}

.heading-1 .seminar-introDate__flg {
	position: absolute;
	top: 0;
	right: 0;
}

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

.seminar-listBox__img {
	width: 38%;
}

.seminar-listBox__txt {
	font-size: 17px;
	font-size: 1.7rem;
	width: 58%;
}

.seminar-listBox__txt table {
	width: 100%;
}

.seminar-listBox__txt table th,
.seminar-listBox__txt table td {
	padding: 14px 0;
	vertical-align: top;
	border-bottom: 1px solid #cfcfcf;
}

.seminar-listBox__txt table th {
	font-weight: bold;
	width: 140px;
}

.voice-introDate {
	padding: 16px 30px;
	text-align: right;
	background: #f4f4f4;
}

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

.voice-detail__img {
	width: 36%;
}

.voice-detail__img p {
	margin-bottom: 20px;
}

.voice-detail__txt {
	width: 60%;
}

.docrequest-introList .grid3 {
	margin-bottom: 30px;
}

.docrequest-introList .heading-1 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}

.form {
	padding-bottom: 100px;
	background: url(../img/common/bg1@2x.webp);
	background-size: 24px auto;
}

.no-webp .form {
	background-image: url(../img/common/bg1@2x.jpg);
}

.mail_block th {
	position: relative;
	width: 250px;
	vertical-align: middle;
}

.mail_block #name,
.mail_block #kana,
.mail_block #tel,
.mail_block #mail,
.mail_block input[type='text'],
.mail_block textarea {
	width: 80%;
	border: solid 1px #cfcfcf;
	background: #fff;
}

.mail_block input[type='text'],
.mail_block select option {
	height: auto;
}

.mail_block .zip1 li {
	margin-bottom: 15px;
}

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

.mail_block #add,
.mail_block #pref,
.mail_block #city {
	width: 80%;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='date'],
textarea {
	padding: 8px;
	border: solid 1px #cfcfcf;
	background: #fff;
}

input[type='text'][size='30'],
input[type='tel'][size='30'],
input[type='email'][size='30'],
input[type='date'][size='30'],
textarea[size='30'] {
	width: 30%;
}

input[type='text'][size='40'],
input[type='tel'][size='40'],
input[type='email'][size='40'],
input[type='date'][size='40'],
textarea[size='40'] {
	width: 80%;
}

input[type='date'] {
	width: 50%;
}

input[type='radio'] {
	margin-right: 2px;
}

textarea {
	width: 100%;
	height: 200px;
}

.select_wrap {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #faf6ed 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: 110%;
	margin: 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;
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	padding: 3px 7px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	border-radius: 4px;
	background: #dc0000;
}

._required._nini {
	background: #9c9c9c;
}

.checkbox-input {
	display: none;
}

.checkbox-parts {
	position: relative;
	margin-right: 25px;
	padding-left: 25px;
}

.checkbox-parts:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	content: '';
	background: url(../img/common/icon_check2.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

.no-webp .checkbox-parts:before {
	background-image: url(../img/common/icon_check2.png);
}

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

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

.mfp_checked .checkbox-parts:after {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	height: 18px;
	content: '';
	background: url(../img/common/icon_check.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

.no-webp .mfp_checked .checkbox-parts:after {
	background-image: url(../img/common/icon_check.png);
}

.contact-cap {
	padding-top: 50px;
}

.contact-cap__ttl {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}

.contact-cap__list li {
	position: relative;
	padding-left: 15px;
}

.contact-cap__list li:after {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 50%;
	background: #09ba27;
}

.contact-cap__list li a {
	text-decoration: underline;
}

.menu-box__deta {
	display: -ms-flexbox;
	display: flex;
	width: 125px;
	padding: 10px;
	background: #ea5504;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-box__img {
	width: 32%;
	padding: 10px;
	background: #fdeee5;
}

.menu-box__txt {
	width: calc(100% - 32% - 125px);
	padding-top: 6px;
	padding-left: 10px;
}

.menu-box {
	margin-bottom: 20px;
	background: #fdeee5;
}

.menu-box .top-menuItem__tit {
	text-align: left;
}

.menu-box .top-menuItem__price2_tax {
	width: 100%;
}

.menu-box .top-menuItem__price1 {
	margin-right: 10px;
	padding-top: 6px;
}

.menu-box .top-menuItem__price1 span {
	font-size: 24px;
	font-size: 2.4rem;
	width: auto;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
}

.menu-box .top-menuItem__price2 .eng {
	font-size: 92px;
	font-size: 9.2rem;
	line-height: .6;
}

.menu-box .top-menuItem__price2 .eng ._small {
	font-size: 70px;
	font-size: 7rem;
}

.menu-box .top-menuItem__price2_tax {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	padding-left: 10%;
}

.menu-box .top-menuItem__img ._icon {
	top: -10px;
	right: -10px;
	left: auto;
}

.top-menuItem__price2__inner {
	position: relative;
	display: inline-block;
}

.top-menuItem__price2__inner ._tax_txt {
	font-size: 20px;
	font-size: 2rem;
	position: absolute;
	top: 10px;
	right: -11px;
}

.menu-boxPrice2 {
	-ms-flex-align: center;
	align-items: center;
}

.menu-boxPrice2 .top-menuItem__price3 {
	margin-right: 10px;
}

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

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

.works-date__comment {
	padding: 20px;
	border: 3px solid #cfcfcf;
}

.const_report__ttl {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 10px 0;
}

.menu-nayami__baloon {
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	background: #bb903e;
}

.menu-nayami__baloon:after {
	position: absolute;
	bottom: -16px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	content: '';
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-width: 16px 9px 0 9px;
	border-style: solid;
	border-color: #bb903e transparent transparent transparent;
}

.menu-nayami__illust {
	text-align: center;
}

.menu-nayami__illust img {
	height: 214px;
}

.menu-point__ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	display: -ms-flexbox;
	display: flex;
	min-height: 86px;
	margin-bottom: 10px;
	-ms-flex-align: center;
	align-items: center;
}

.table-cost {
	border-left: 1px solid #838383;
}

.table-cost th {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
	background: #7f7f7f;
}

.table-cost th:last-child {
	border-right: none;
}

.table-cost th._orange {
	background: #ea5504;
}

.table-cost th,
.table-cost td {
	padding: 20px;
}

.table-cost td {
	vertical-align: top;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
}

.table-cost td._orange {
	font-weight: bold;
	background: #fdeee5;
}

.table-cost ._icon {
	margin-bottom: 10px;
	text-align: center;
}

.table-cost ._icon img {
	width: 100%;
	max-width: 44px;
}

.table-cost ._ttl2 {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #d8d8d8;
}

.table-cost ._detail {
	width: 29%;
}

.heading-2 ._orange {
	color: #ea5504;
}

.box3 {
	padding: 30px;
	background: #f2f2f2;
}

.menu-reason__ttl {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}

.menu-reasonBox {
	background: #fbddcd;
}

.menu-reasonBox__head {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 130px;
	padding: 20px 10px 20px 140px;
	background: #f29968;
	-ms-flex-align: center;
	align-items: center;
}

.menu-reasonBox__icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	max-width: 119px;
}

.menu-reasonBox__ttl {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

.menu-reasonBox__inner {
	padding: 20px;
}

.menu-reasonBox__inner2 {
	margin: 20px;
	padding: 20px;
	background: #fff;
}

.menu-reasonBox__txt {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 10px;
}

.heading-1._menu {
	position: relative;
	padding-left: 180px;
}

.heading-1._menu ._point {
	font-size: 23px;
	font-size: 2.3rem;
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	height: 100%;
	text-align: center;
	color: #fff;
	background: #a33b03;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-hosyo {
	position: relative;
	padding-right: 270px;
}

.menu-hosyo__ttl {
	font-size: 77px;
	font-size: 7.7rem;
	font-weight: bold;
	line-height: 1.4;
}

.menu-hosyo__ttl span {
	color: #dc0000;
}

.menu-hosyo__icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 252px;
}

.menu-anketo__graph {
	text-align: center;
}

.menu-anketo__graph img {
	height: 390px;
}

.menu-mainList {
	padding: 10px;
	background: #007ac8;
}

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

.menu-mainList__ttl {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

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

.menu-mainList__list li {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	display: -ms-flexbox;
	display: flex;
	margin-left: 6px;
	padding: 6px;
	text-align: center;
	color: #007ac8;
	border-radius: 5px;
	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;
}

.menu-anketo__txt1 {
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
}

.menu-anketo__txt2 {
	font-size: 40px;
	font-size: 4rem;
	text-align: center;
}

.menu-anketo__txt3 {
	font-size: 50px;
	font-size: 5rem;
	line-height: 1.2;
	text-align: center;
}

.menu-anketo__txt3 ._orange {
	font-size: 70px;
	font-size: 7rem;
	color: #ea5504;
}

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

/*----------- company ------------*/

.logo-creation {
	text-align: center;
}

.logo-creation img {
	width: 100%;
	max-width: 412px;
}

#company {
	overflow-x: visible;
}

#company .contents {
	overflow: visible;
}

.company-nav_wrap {
	min-height: 120px;
}

.company-nav {
	width: 100%;
}

._scr .company-nav {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	animation-name: nav_animation;
	animation-duration: .5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

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

.company-nav ul li {
	width: 25%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

._scr .company-nav ul li {
	width: calc(100% / 8);
}

.company-nav ul li:nth-child(4n) {
	border-right: none;
}

.company-nav ul li a {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	display: block;
	padding: 15px 10px 15px 40px;
	background: #f1f1f1;
}

._scr .company-nav ul li a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 10px 10px 30px;
}

.company-nav ul li a:after {
	position: absolute;
	top: 50%;
	left: 18px;
	display: block;
	width: 11px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/company/arr_blue_down.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 11 / 7;
}

._scr .company-nav ul li a:after {
	left: 10px;
}

.company-nav ul li a:hover {
	opacity: 1;
	color: #fff;
	background: #1f2678;
}

.company-nav ul li a:hover:after {
	background-image: url(../img/company/arr_white_down.webp);
}

.heading1 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 50px;
	text-align: center;
}

.heading1:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 2px;
	height: 44px;
	margin-left: -1px;
	content: '';
	background: #1f2678;
}

.heading1 .eng {
	font-family: 'Fjalla One', sans-serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-bottom: 5px;
	color: #1f2678;
}

.heading1 .jpn {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.heading2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.heading3 {
	font-size: 20px;
	font-size: 2rem;
	position: relative;
	margin-bottom: 30px;
	padding: 8px 30px 5px;
	color: #fff;
	background: #1f2678;
}

.heading3:after {
	position: absolute;
	bottom: -18px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 20px 0 0;
	border-style: solid;
	border-color: #1f2678 transparent transparent transparent;
}

.heading4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	padding: 5px 20px;
	color: #fff;
	background: #6d6d6d;
}

.heading4:after {
	position: absolute;
	top: 0;
	right: -18px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 20px 0 0;
	border-style: solid;
	border-color: #6d6d6d transparent transparent transparent;
}

.heading5 {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

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

.company-workbox_ttl {
	width: 25%;
}

.company-workbox_photo {
	width: 70%;
}

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

.company-workbox_before {
	position: relative;
	width: 40%;
}

.company-workbox_before:after {
	position: absolute;
	top: 100px;
	right: -36px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: url(../img/company/arr_blue_down.webp) center center no-repeat;
	background-size: 100% auto;
}

.company-workbox_after {
	position: relative;
	width: 53%;
}

.company-workbox_icon {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	width: 82px;
	padding: 1px;
	text-align: center;
	background: #fff;
}

.company-workbox_icon._before {
	color: #8f8f8f;
}

.bgc-1 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f7f7f7;
}

.bgc-2 {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	background: #6a6a6a;
}

.company-flowbox {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	padding-bottom: 70px;
	background: url(../img/company/icon_flow.webp) center bottom no-repeat;
	background-size: 297px auto;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company-flowbox._last {
	background: none;
}

.company-flowbox_num {
	width: 18%;
}

.company-flowbox_num ._icon {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	position: relative;
	display: block;
	display: -ms-flexbox;
	display: flex;
	width: 123px;
	height: 123px;
	letter-spacing: .1em;
	color: #fff;
	border-radius: 50%;
	background: #1f2678;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.company-flowbox_num ._icon:after {
	position: absolute;
	top: 50%;
	right: -14px;
	display: block;
	width: 28px;
	height: 2px;
	margin-top: -1px;
	content: '';
	background: #fff;
}

.company-flowbox_ttl {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	width: 22%;
}

.company-flowbox_cont {
	width: calc(100% - 18% - 22%);
}

.company-flow_cation {
	padding: 30px 40px;
	color: #000;
	background: #fff;
}

.company-flow_cation_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	text-align: center;
}

.company-greeting_ceoname {
	font-size: 27px;
	font-size: 2.7rem;
}

.table-2 {
	width: 100%;
	border-spacing: 0 10px;
	border-collapse: separate;
}

.table-2 th,
.table-2 td {
	padding: 16px 20px;
}

.table-2 th {
	width: 300px;
	vertical-align: top;
	color: #fff;
	background: #8f8f8f;
}

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

.company-map iframe {
	width: 100%;
	height: 300px;
}

.company-history_list {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.company-history_list_box {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.company-history_list_ttl {
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
	width: 220px;
	margin-right: 30px;
	padding: 6px 20px 3px;
	text-align: right;
	color: #fff;
	background: #1f2678;
}

.company-history_list_ttl:after {
	position: absolute;
	right: -18px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 0 0 20px;
	border-style: solid;
	border-color: transparent transparent transparent #1f2678;
}

.company-history_list_cont {
	font-size: 17px;
	font-size: 1.7rem;
	width: 400px;
	padding-top: 19px;
}

.company-contact {
	text-align: center;
}

.company-contact_tel a {
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 40px;
	letter-spacing: .1em;
}

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

.company-contact_mail a {
	font-size: 21px;
	font-size: 2.1rem;
	position: relative;
	display: inline-block;
	overflow: visible;
	padding-left: 45px;
	text-decoration: underline;
}

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

.scroll_icon {
	display: none;
}

.sns_list {
	position: fixed;
	z-index: 5;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sns_list_item {
	margin-bottom: 10px;
}

.sns_list_item a {
	display: -ms-flexbox;
	display: flex;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 10px 0 0 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sns_list_item a img {
	width: 50%;
	vertical-align: middle;
}

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

.sp-button {
	width: 18px;
	height: 18px;
}

}

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

.sp-button {
	width: 16px;
	height: 16px;
}

}

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

.sp-button {
	width: 14px;
	height: 14px;
}

}

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

.fsz20 {
	font-size: 19px;
	font-size: 1.9rem;
}

.fsz20 {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.header__inner {
	display: block;
	width: auto;
}

.headerLogo__logo {
	width: auto;
	margin-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.headerLogo__logo img {
	width: 40%;
}

.headerTel {
	display: none;
}

.headerContact {
	display: none;
}

.gnavWrap {
	display: none;
}

.gnav {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
}

.gnavList {
	display: none;
}

.gnavList__item {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.gnavList__item a {
	position: relative;
	display: block;
	padding: 18px 18px 18px 30px;
	text-align: left;
}

.gnavList__item a:after {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	width: 8px;
	height: 100%;
	content: '';
	background: url(../img/common/arr_white.webp) 0 center no-repeat;
	background-size: 100% auto;
}

.no-webp .gnavList__item a:after {
	background-image: url(../img/common/arr_white.png);
}

#sp_nab_btn,
#menu_popup {
	display: block;
}

.drawer-nav {
	background: #ea5504;
}

.drawer-hamburger {
	font-size: 10px;
	font-size: 1rem;
	right: 0;
	width: 25px;
	height: 30px;
	padding: 10px 15px 10px;
	color: #fff;
	background: #0b1a53;
	background-size: 30px auto;
}

.drawer-hamburger-icon {
	margin-top: 5px;
	margin-bottom: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	height: 2px;
}

.drawer-hamburger:hover {
	background: #0b1a53;
}

.drawer-overlay {
	z-index: 9;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background: #fff;
}

.drawer-hamburger-icon:after {
	top: 6px;
}

.drawer-hamburger-icon:before {
	top: -6px;
}

.drawer-overlay {
	background: rgba(0, 0, 0, .5);
}

footer {
	padding-bottom: 70px;
}

.footerInner {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
}

.footerNav__flex {
	display: block;
}

.footerNav__list {
	font-size: 15px;
	font-size: 1.5rem;
	margin-right: 0;
}

.footerNav__list > li {
	margin-bottom: 0;
	padding-left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.footerNav__list > li:after {
	top: 21px;
	left: 10px;
}

.footerNav__list a {
	display: block;
	padding: 15px 10px 15px 30px;
}

.footerNav__child li {
	margin-bottom: 0;
	border-top: 1px dotted white;
}

.footerNav__child a {
	padding-left: 40px;
	background-position: 30px 23px;
}

.flow_link {
	font-size: 18px;
	font-size: 1.8rem;
	right: 55px;
	bottom: 0;
	width: calc(100% - 55px);
}

.flow_link a {
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	-ms-flex-align: center;
	align-items: center;
}

.flow_link a br {
	display: none;
}

.copyright {
	text-align: center;
}

.fix-menu {
	display: none;
}

.contactFix-sp {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 5px;
	background: rgba(0, 0, 0, .6);
}

#pageTop {
	bottom: 70px;
}

#pageTop a {
	width: 40px;
	height: 40px;
	background-size: 7px auto;
}

#spNavBtn {
	display: block;
}

.ceoGreet-ttl {
	text-align: center;
}

.footBnr1__item {
	margin-bottom: 20px;
}

.footBnr1__item:last-child {
	margin-bottom: 0;
}

.shindan {
	width: auto;
}

.shindanItem.grid3 {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}

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

.cv1__ttl {
	font-size: 16px;
	font-size: 1.6rem;
}

.cv2 {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
}

.cv2__ttl {
	text-align: center;
}

.table-1 th,
.table-1 td {
	display: block;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

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

.breadcrumb ul {
	padding: 0 10px;
	white-space: nowrap;
}

.breadcrumb ul {
	width: auto;
}

.btn a,
.btn button {
	font-size: 18px;
	font-size: 1.8rem;
	min-width: 80%;
}

.heading-1 {
	font-size: 18px;
	font-size: 1.8rem;
}

.section {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.flex._mb > * {
	margin-bottom: 25px;
}

.flex._mb_sp > * {
	margin-bottom: 50px;
}

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

.flex._mb_sp-s > * {
	margin-bottom: 15px;
}

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

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

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

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

.tablet_left {
	text-align: left;
}

.tablet_center {
	text-align: center;
}

.pc {
	display: none;
}

.tablet {
	display: block;
}

.map {
	height: 450px;
}

.sp-horizontal .sp-previous-arrow {
	width: 30px;
	height: 30px;
	background-size: 17px;
}

.sp-horizontal .sp-next-arrow {
	width: 30px;
	height: 30px;
	background-size: 17px;
}

.top-fv {
	padding-right: 15px;
	padding-left: 15px;
}

.top-fvBnr {
	width: auto;
}

.top-intro__ttl {
	padding-top: 150px;
	padding-left: 15px;
	background-position: center top;
	background-size: auto 140px;
}

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

.tuyomiItem {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.tuyomiItem:nth-child(3),
.tuyomiItem:nth-child(5) {
	margin-right: 0;
}

.top-point__ttl {
	padding-top: 0;
}

.top-point__list .grid3 {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	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-point__list .grid3:last-child {
	margin-bottom: 0;
}

.top-point__img {
	width: 36%;
}

.top-point__txt {
	width: 60%;
}

.top-menuItem {
	margin-right: 15% !important;
	margin-bottom: 20px;
	margin-left: 15% !important;
}

.tuyomi-box .grid2 {
	margin-bottom: 20px;
}

.tuyomi-box .grid2:nth-child(2n) {
	margin-bottom: 0;
}

.staff-item {
	padding-right: 20%;
	padding-left: 20%;
}

.post_content h2 {
	font-size: 20px;
	font-size: 2rem;
}

.post_content h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

.post_content h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

.post_content h5 {
	font-size: 15px;
	font-size: 1.5rem;
}

.post_content h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

.post_content ul li:before {
	top: 10px;
}

.pager_wrap {
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.paging a {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.post_item {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 30px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
}

.post_item .post_item_head {
	width: 60%;
}

.post_item .flex {
	display: block;
	width: 35%;
}

.post_thumb {
	width: auto;
	margin-right: 0;
}

.post_text {
	display: none;
}

.post_date {
	margin-bottom: 0;
}

.post_date .category_item a {
	font-size: 12px;
	font-size: 1.2rem;
}

.post_time {
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 10px;
}

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

.side_box .heading__medium {
	margin-bottom: 0;
}

.side_box_list li {
	margin-bottom: 0;
	border-bottom: solid 1px #cfcfcf;
}

.side_box_list a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.side_box_list a:after {
	top: 22px;
}

.side_box_list .children {
	margin-left: 0;
}

.side_box_list .children li {
	border-top: solid 1px #cfcfcf;
	border-bottom: none;
}

.side_box_list .children a {
	padding-left: 23px;
}

.side_box_list .children a:after {
	top: 23px;
	left: 16px;
}

.mail_block #name,
.mail_block #kana,
.mail_block #tel,
.mail_block #mail,
.mail_block input[type='text'],
.mail_block textarea {
	width: 100%;
}

.mail_block #add,
.mail_block #pref,
.mail_block #city {
	width: 100%;
}

input[type='text'][size='40'],
input[type='tel'][size='40'],
input[type='email'][size='40'],
input[type='date'][size='40'],
textarea[size='40'] {
	width: 100%;
}

textarea {
	width: 100%;
	height: 150px;
}

._required {
	right: 15px;
}

.menu-box__img {
	width: 100% !important;
}

.menu-box__txt {
	width: 100% !important;
}

.menu-box {
	margin-right: 15%;
	margin-left: 15%;
}

.menu-box .top-menuItem__tit {
	text-align: center;
}

.menu-box .top-menuItem__price1 span {
	width: 80%;
}

.menu-box .top-menuItem__price2 .eng {
	line-height: 1;
}

.menu-boxPrice {
	display: block;
}

.menu-boxPrice2 {
	display: block;
}

.menu-nayami .grid4 {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.menu-nayami .grid4:nth-child(2n) {
	margin-right: 0;
}

.menu-nayami__illust img {
	height: 180px;
}

.table-cost {
	width: 700px;
}

.menu-reason__ttl {
	font-size: 37px;
	font-size: 3.7rem;
}

.menu-shinshitu_img1 {
	text-align: center;
}

.menu-shinshitu_img1 img {
	width: 100%;
	max-width: 80%;
}

.heading-1._menu ._point {
	font-size: 18px;
	font-size: 1.8rem;
}

.menu-hosyo {
	padding-right: 23vw;
}

.menu-hosyo {
	padding-right: 0;
}

.menu-hosyo__ttl {
	font-size: 50px;
	font-size: 5rem;
}

.menu-hosyo__icon {
	width: 22vw;
}

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

.menu-mainList {
	display: block;
}

.menu-mainList__ttl {
	margin-bottom: 10px;
	text-align: center;
}

.menu-mainList__ttl br {
	display: none;
}

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

.menu-mainList__list li {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 3px 6px;
}

.menu-anketo__txt1 {
	font-size: 22px;
	font-size: 2.2rem;
}

.menu-anketo__txt2 {
	font-size: 35px;
	font-size: 3.5rem;
}

.menu-anketo__txt3 {
	font-size: 40px;
	font-size: 4rem;
}

.menu-anketo__txt3 ._orange {
	font-size: 60px;
	font-size: 6rem;
}

.drawer--top.drawer-open .drawer-nav {
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.logo-creation img {
	width: 80%;
	min-width: 80%;
}

.company-nav_wrap {
	min-height: 220px;
}

.company-nav {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

._scr .company-nav {
	padding-right: 55px;
	padding-left: 0;
}

._scr .company-nav ul {
	width: 1300px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.company-nav ul li {
	width: 50% !important;
}

.company-nav ul li a {
	font-size: 1.4rem !important;
	padding: 15px 5px 15px 25px !important;
}

._scr .company-nav ul li a {
	height: 50px;
	padding-top: 13px;
}

.company-nav ul li a:after {
	left: 8px !important;
	width: 9px !important;
}

.heading1 {
	margin-bottom: 21px;
	padding-bottom: 35px;
}

.heading1:after {
	height: 30.8px;
}

.heading1 .eng {
	font-size: 42px;
	font-size: 4.2rem;
}

.heading1 .jpn {
	font-size: 16px;
	font-size: 1.6rem;
}

.heading2 {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading3 {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 5.6px 21px 3.5px;
}

.heading3:after {
	bottom: -12.6px;
	border-width: 14px 14px 0 0;
}

.heading4 {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 30px;
	padding: 3.5px 14px;
}

.heading4:after {
	top: auto;
	right: auto;
	bottom: -12.6px;
	left: 0;
	border-width: 14px 14px 0 0;
	border-color: #6d6d6d transparent transparent transparent;
}

.heading5 {
	font-size: 20px;
	font-size: 2rem;
}

.company-workbox {
	display: block;
}

.company-workbox_ttl {
	width: auto;
}

.company-workbox_photo {
	width: auto;
}

.company-workbox_icon {
	font-size: 14px;
	font-size: 1.4rem;
	width: 60px;
}

.company-flowbox {
	position: relative;
	display: block;
	margin-bottom: 35px;
	padding-bottom: 49px;
	background-size: 178.2px auto;
}

.company-flowbox_num {
	position: absolute;
	top: -6vw;
	left: 0;
}

.company-flowbox_num ._icon {
	font-size: 3.5vw;
	width: 18vw;
	height: 18vw;
}

.company-flowbox_num ._icon:after {
	right: -2vw;
	width: 4vw;
}

.company-flowbox_ttl {
	font-size: 17px;
	font-size: 1.7rem;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 25%;
}

.company-flowbox_ttl br {
	display: none;
}

.company-flowbox_cont {
	width: 100%;
	padding-left: 25%;
}

.table-2 th,
.table-2 td {
	display: block;
	width: 100%;
}

.company-history_list_box {
	display: block;
	margin-bottom: 15px;
}

.company-history_list_ttl {
	display: inline-block;
	width: auto;
	margin-right: 0;
	text-align: left;
}

.company-history_list_ttl:after {
	right: auto;
	bottom: -13.3px;
	left: 0;
	border-width: 14px 14px 0 0;
	border-color: #1f2678 transparent transparent transparent;
}

.company-history_list_cont {
	font-size: 16px;
	font-size: 1.6rem;
	width: auto;
}

.company-contact_tel a {
	font-size: 28px;
	font-size: 2.8rem;
	padding-left: 28px;
}

.company-contact_tel a:after {
	width: 23.1px;
}

.company-contact_mail a {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 31.5px;
}

.company-contact_mail a:after {
	width: 26.6px;
}

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

.sns_list {
	top: auto;
	bottom: 80px;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sns_list_item a {
	width: 40px;
	height: 40px;
}

}

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

.works-slider__ttl {
	font-size: 15px;
	font-size: 1.5rem;
}

.works-slider__name {
	font-size: 14px;
	font-size: 1.4rem;
}

.flow_link {
	font-size: 4.5vw;
}

.ceoGreet-ttl {
	font-size: 6.4vw;
	line-height: 1.4;
	padding-right: 3vw;
	padding-left: 3vw;
}

.ceoGreet-ttl ._red {
	margin-right: 2vw;
	margin-right: 3vw;
	padding-left: 2vw;
}

.ceoGreet-ttl ._red:last-child {
	margin-right: 0;
}

.box1__inner {
	padding: 15px;
}

.box2 {
	padding: 15px;
}

.showroom_cap {
	font-size: 20px;
	font-size: 2rem;
}

.company__txt {
	width: 100%;
	margin-bottom: 20px;
}

.company__img {
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
	text-align: center;
}

.shindan {
	padding: 10px;
}

.shindan._top {
	padding: 10px 0 0;
}

.shindan._top .shindan__inner {
	margin: 0 10px 10px;
}

.shindan__inner {
	padding: 10px;
}

.shindanIntro {
	display: block;
}

.shindan__ttl span {
	font-size: 20px;
	font-size: 2rem;
}

.shindan__cap {
	font-size: 18px;
	font-size: 1.8rem;
}

.shindanIntro__ttl {
	width: auto;
	margin-bottom: 15px;
}

.shindanIntro__flow {
	width: auto;
}

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

.ceoGreet {
	display: block;
}

.ceoGreet .grid2_1 {
	margin-right: 15%;
	margin-left: 15%;
}

.ceoGreet__ttl {
	font-size: 22px;
	font-size: 2.2rem;
}

.ceoGreet__ttl ._orange {
	font-size: 20px;
	font-size: 2rem;
}

.ceoGreet__name ._large {
	font-size: 20px;
	font-size: 2rem;
}

.cv1__txt {
	font-size: 5vw;
}

.cv1__txt ._red {
	margin-bottom: 10px;
}

.cv1__txt ._free {
	font-size: 10vw;
	vertical-align: top;
}

.cv1Tel:after {
	top: -100px;
	height: 100px;
}

.cv1Tel__ttl {
	font-size: 16px;
	font-size: 1.6rem;
}

.cv1Tel__tel a {
	font-size: 9vw;
	padding-left: 8vw;
}

.cv1Tel__tel a:after {
	top: 1.2vw;
	width: 7vw;
	height: 7vw;
}

.cv2__ttl {
	font-size: 6.4vw;
	line-height: 1.4;
	padding-right: 3vw;
	padding-left: 3vw;
}

.cv2__ttl ._red {
	margin-right: 2vw;
	margin-right: 3vw;
	padding-left: 2vw;
}

.cv2__ttl ._red:last-child {
	margin-right: 0;
}

.cv2Inner {
	padding-right: 3vw;
	padding-left: 3vw;
}

.cv2Inner:after {
	width: 35%;
	background-position: left bottom -10px;
}

.cv2Inner__ttl {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}

.cv2Inner__ttl span:after {
	content: none;
}

.cv2Inner__tel {
	display: block;
	text-align: center;
}

.cv2Inner__tel a {
	font-size: 10vw;
	padding-left: 8.5vw;
}

.cv2Inner__tel a:after {
	top: 2vw;
	width: 8vw;
	height: 8vw;
}

.cv2Inner_mail {
	display: block;
}

.cv2Inner_btn a {
	font-size: 20px;
	font-size: 2rem;
	display: block;
	width: auto;
	min-width: auto;
	margin-bottom: 20px;
}

.cv2Inner_btn a span:after {
	top: 7px;
}

.cv2Inner_mail_txt {
	font-size: 5vw;
	padding-left: 40%;
}

.pageTtl__wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pageTtl__ttl {
	font-size: 30px;
	font-size: 3rem;
}

.pageTtl__txt span {
	font-size: 17px;
	font-size: 1.7rem;
}

.heading-2 {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading-2__baloon {
	font-size: 20px;
	font-size: 2rem;
}

.heading-3 {
	font-size: 20px;
	font-size: 2rem;
}

.heading-3 ._large {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading-4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading-5 {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading-5 ._baloon {
	font-size: 20px;
	font-size: 2rem;
}

.heading-5 ._eng {
	font-size: 13px;
	font-size: 1.3rem;
}

.heading-6 {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading-7 {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading-8 {
	font-size: 19px;
	font-size: 1.9rem;
}

.heading-9 {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading__large {
	font-size: 24px;
	font-size: 2.4rem;
}

.heading__medium {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading__small {
	font-size: 24px;
	font-size: 2.4rem;
}

.grid2_2 {
	width: auto;
	margin-right: 0;
	margin-bottom: 20px;
}

.grid2_1 {
	width: auto;
}

.fsz35 {
	font-size: 20px;
	font-size: 2rem;
}

.sp {
	display: block;
}

.slick-slide img.tablet {
	display: block;
}

.top-fvBnr__btn {
	width: auto;
	margin-right: 5%;
	margin-bottom: 10px;
	margin-left: 5%;
}

.top-intro__ttl {
	font-size: 20px;
	font-size: 2rem;
}

.top-intro__ttl ._large {
	font-size: 30px;
	font-size: 3rem;
}

.tuyomiItem {
	width: 48%;
	margin-right: 4% !important;
}

.tuyomiItem:nth-child(2n) {
	margin-right: 0 !important;
}

.tuyomiItem__ttl {
	font-size: 18px;
	font-size: 1.8rem;
}

.tuyomiItem__ttl span {
	font-size: 22px;
	font-size: 2.2rem;
}

.top-pointHead {
	display: block;
	text-align: center;
}

.top-pointHead__ttl {
	font-size: 20px;
	font-size: 2rem;
}

.top-pointHead__ttl ._large {
	font-size: 30px;
	font-size: 3rem;
}

.top-point__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.top-point__cap {
	font-size: 18px;
	font-size: 1.8rem;
}

.top-point__cap ._underline {
	font-size: 20px;
	font-size: 2rem;
	background-size: auto 6px;
}

.top-menuItem {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.reason-egao__batch {
	width: 100px;
}

.reason-egao__txt {
	font-size: 20px;
	font-size: 2rem;
}

.tuyomi-box__ttl ._icon {
	font-size: 5vw;
	width: 20vw;
	height: 20vw;
	padding-top: 3.5vw;
}

.tuyomi-box__ttl ._icon ._num {
	font-size: 9vw;
}

.tuyomi-box__ttl ._txt {
	font-size: 24px;
	font-size: 2.4rem;
	width: calc(100% - 21vw);
	padding-left: 5vw;
}

.reason-showroom__ttl {
	font-size: 20px;
	font-size: 2rem;
	padding-left: 70px;
}

.reason-showroom__ttl ._free {
	font-size: 16px;
	font-size: 1.6rem;
	width: 60px;
	height: 60px;
}

.reason-showroomItem {
	display: block;
}

.reason-showroomItem ._icon {
	width: auto;
}

.reason-showroomItem ._batch {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
}

.reason-showroomItem ._txt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	width: auto;
	margin-top: 5px;
	padding-left: 0;
}

.first-point__ttl {
	font-size: 24px;
	font-size: 2.4rem;
}

.first-point__ttl ._icon {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.first-point1__img {
	display: block;
}

.first-point1__img1 {
	width: 100%;
}

.first-point1__img2 {
	position: static;
	width: 100%;
	text-align: right;
}

.first-point1__img2 img {
	width: 60%;
	margin-top: -20px;
}

.diagnosis-toraburu__ttl ._icon {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100px;
	height: 100px;
}

.diagnosis-toraburu__ttl ._txt {
	font-size: 22px;
	font-size: 2.2rem;
	width: calc(100% - 110px);
}

.diagnosis-toraburu__ttl ._small {
	font-size: 18px;
	font-size: 1.8rem;
}

.diagnosis-toraburu__img {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.diagnosis-toraburu__img > p {
	width: 48%;
}

.diagnosis-toraburu__txt {
	width: 100%;
}

.diagnosis-toraburu__cap {
	font-size: 20px;
	font-size: 2rem;
}

.diagnosis-attention__img {
	width: auto;
	margin-bottom: 20px;
}

.diagnosis-attention__txt {
	width: auto;
}

.diagnosis-attention__flex {
	display: block;
}

.diagnosis-attention__icon {
	text-align: center;
}

.diagnosis-attention__icon span {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.diagnosis-pointBox .grid2 {
	margin-bottom: 20px;
}

.diagnosis-pointBox .grid2:nth-child(2n) {
	margin-bottom: 0;
}

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

.diagnosis-pointBox__ttl ._icon {
	font-size: 3vw;
	line-height: 1.2;
	width: 20vw;
	height: 20vw;
	margin-right: 0;
	padding-top: 3.5vw;
}

.diagnosis-pointBox__ttl ._icon ._num {
	font-size: 9vw;
}

.diagnosis-pointBox__ttl ._txt {
	font-size: 20px;
	font-size: 2rem;
	width: calc(100% - 22vw);
}

.diagnosis-staff {
	padding-top: 30px;
}

.diagnosis-staff__flex {
	display: block;
}

.diagnosis-staff__txt {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
	padding-top: 0;
	text-align: center;
}

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

.diagnosis-staff__img img {
	width: 60%;
}

.showroom-presentFlow {
	display: block;
}

.showroom-presentFlow > div {
	width: 100%;
	margin-bottom: 20px;
}

.showroom-presentFlow__ttl br {
	display: none;
}

.showroom-merit__ttl span {
	font-size: 18px;
	font-size: 1.8rem;
}

.showroom-meritItem {
	margin-bottom: 20px;
}

.showroom-meritItem:last-child {
	margin-bottom: 0;
}

.showroom-aboutMain {
	padding-top: 200px;
	padding-left: 0;
}

.showroom-aboutMain:after {
	width: 100%;
	height: 200px;
}

.showroom-aboutImg .grid2:first-child {
	margin-bottom: 20px;
}

.faqBox__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 60px;
}

.faqBox__ttl:after {
	font-size: 50px;
	font-size: 5rem;
}

.faqBox__ttl2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.faqBox__ttl2:after {
	font-size: 50px;
	font-size: 5rem;
	left: -48px;
}

.faqBox .box1__inner {
	padding-left: 60px;
}

.faqBox ._before {
	margin-bottom: 30px;
}

.faqBox ._before:after {
	top: auto;
	right: 50%;
	bottom: -21%;
	height: 46px;
	margin-right: -23px;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.company-profileMap {
	display: block;
}

.company-profileMap__img {
	width: 100%;
	margin-bottom: 20px;
}

.company-profileMap__txt {
	width: 100%;
}

.staff-item {
	padding-right: 0;
	padding-left: 0;
}

.staff-detail {
	display: block;
	width: auto;
}

.staff-detail__img {
	width: 100%;
	margin-bottom: 20px;
}

.staff-detail__txt {
	width: 100%;
}

.staff-detail__name {
	font-size: 20px;
	font-size: 2rem;
}

.works-photoList {
	display: block;
}

.works-photo__before {
	width: 60%;
	margin-bottom: 30px;
}

.works-photo__before p:before {
	right: -68%;
	bottom: -43%;
	width: 60%;
	-ms-transform: rotate(90deg) scale(1, -1);
	transform: rotate(90deg) scale(1, -1);
}

.works-photo__after {
	width: 100%;
}

.category_list._place > li {
	margin-right: 0;
	margin-bottom: 15px;
}

.post_main .post__ttl {
	font-size: 17px;
	font-size: 1.7rem;
}

.voice-introDate {
	padding: 10px;
}

.voice-detail {
	display: block;
}

.voice-detail__img {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.voice-detail__img p {
	width: 48%;
	margin-bottom: 0;
}

.voice-detail__txt {
	width: 100%;
}

.menu-box {
	margin-right: 0;
	margin-left: 0;
}

.menu-nayami__baloon {
	font-size: 16px;
	font-size: 1.6rem;
}

.menu-nayami__illust img {
	height: 144px;
}

.menu-point__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	min-height: auto;
}

.table-cost th {
	font-size: 16px;
	font-size: 1.6rem;
}

.table-cost th,
.table-cost td {
	font-size: 14px;
	font-size: 1.4rem;
}

.box3 {
	padding: 15px;
}

.menu-reason__ttl {
	font-size: 28px;
	font-size: 2.8rem;
}

.menu-reasonBox__head {
	height: 80px;
	padding-left: 110px;
}

.menu-reasonBox__icon {
	top: -10px;
	max-width: 90px;
}

.menu-reasonBox__ttl {
	font-size: 20px;
	font-size: 2rem;
}

.menu-reasonBox__txt {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading-1._menu {
	padding: 14px 14px 5px;
}

.heading-1._menu ._point {
	position: static;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	text-align: center;
}

.menu-hosyo__ttl {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 15px;
	padding-right: 20vw;
}

.menu-hosyo__icon {
	top: -35px;
}

.menu-anketo__graph img {
	height: 230px;
}

.menu-main p {
	font-size: 13px;
	font-size: 1.3rem;
}

.menu-main .right {
	text-align: left;
}

.menu-anketo__txt1 {
	font-size: 18px;
	font-size: 1.8rem;
}

.menu-anketo__txt2 {
	font-size: 30px;
	font-size: 3rem;
}

.menu-anketo__txt3 {
	font-size: 35px;
	font-size: 3.5rem;
}

.menu-anketo__txt3 ._orange {
	font-size: 50px;
	font-size: 5rem;
}

}

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

.footerNav__child {
	margin-top: 0;
}

}

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

._scr .company-nav ul li a {
	font-size: calc((14 / 1300) * 100vw);
	padding-right: calc((10 / 1300) * 100vw);
	padding-left: calc((30 / 1300) * 100vw);
}

._scr .company-nav ul li a:after {
	left: calc((10 / 1300) * 100vw);
	width: calc((11 / 1300) * 100vw);
}

}

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

.slick-slide img.pc {
	display: none;
}

.company-workbox_before:after {
	right: calc((-36 / 1024) * 100vw);
	width: calc((20 / 1024) * 100vw);
	height: calc((20 / 1024) * 100vw);
}

}

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

.menu-box__deta {
	width: 100%;
}

.menu-box__deta br {
	display: none;
}

.menu-box__img {
	width: 37%;
}

.menu-box__txt {
	width: 63%;
}

}

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

.w800 {
	margin-right: 15px;
	margin-left: 15px;
}

}

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

.top-point__list .grid3 {
	-ms-flex-align: start;
	align-items: flex-start;
}

}

@keyframes nav_animation {

0% {
	top: -150px;
}

100% {
	top: 0;
}

}

@keyframes scroll_animation {

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

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

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

}


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