/*
Theme Name: 岡通ISP東海株式会社のテーマ
*/

/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	font-family: var(--fw-300);
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1200px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

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

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a {
	color: #0000ee;
}

a:hover {
	color: #681da8;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

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

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
	width: 560px;
}

.douga-in {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

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

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

strong,b,.strong {
	font-family: var(--fw-700);
}

:root {
	--fw-300: 'hirakaku-300';
	--fw-600: 'hirakaku-600';
	--fw-700: 'hirakaku-700';
	--red-2: #cc3333;
	--green-2: #22c65f;
	--green-3: #a3e08b;
	--yellow-2: #ffff66;
	--brown: #cd5226;
	--brown-2: #cd853f;
	--insta: linear-gradient(to right, #4c64d3 0%,#cf2e92 33%,#f26939 67%,#ffdd83 100%);
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.purple {
	color: #9400d3;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.y-b-mini {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}

.red-2 {
	color: var(--red-2);
}

.green-2 {
	color: var(--green-2);
}

.green-3 {
	color: var(--green-3);
}

.yellow-2 {
	color: var(--yellow-2);
}

.brown {
	color: var(--brown);
}

.brown-2 {
	color: var(--brown-2);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	box-sizing: border-box;
}

.head-in {
	background: #fff;
	box-sizing: border-box;
	height: 109px;
}

.head-in .wrapper {
	width: 1710px;
}

.head-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	margin-top: 27px;
	width: 346px;
}

.head-in-logo .img-banner {
	background: url(images/logo-new.jpg) no-repeat;
	padding-bottom: 20.285%;
}

.head-in-in {
	box-sizing: border-box;
	float: right;
}

.head-in-in-menu {
	box-sizing: border-box;
	float: left;
	height: 48.5px;
	margin-top: 28px;
}

.head-in-in-menu ul {
	box-sizing: border-box;
	height: 100%;
}

.head-in-in-menu ul li {
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin-right: 62px;
}

.head-in-in-menu ul li:last-child {
	margin-right: 0;
}

.head-in-in-menu ul li a {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding-top: 21px;
	position: relative;
	text-decoration: none;
}

.head-in-in-menu ul li.li-now a,
.head-in-in-menu ul li a:hover {
	color: var(--green-2);
}

.head-in-in-menu ul li.li-now a::before,
.head-in-in-menu ul li a:hover::before {
	background: url(images/icon-menu-grass.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 17px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
}

.head-in-in-btn-list {
	box-sizing: border-box;
	float: right;
	margin: 27px 26px 0 90px;
}

.head-in-in-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
	width: 199px;
}

.head-in-in-btn-list li:last-child {
	margin-right: 0;
}

.head-in-in-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.head-in-in-btn-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 3px solid;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-700);
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 19px;
}

.head-in-in-btn-list li.li-mail .head-in-in-btn-list-btn-in {
	background: var(--green-2);
	color: #fff;
}

.head-in-in-btn-list-btn:hover .head-in-in-btn-list-btn-in {
	opacity: 0.6;
}

.head-in-in-btn-list-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.head-in-in-btn-list-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 20px;
}

.head-in-in-btn-list-btn-in-text-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.head-in-in-btn-list li.li-materials .head-in-in-btn-list-btn-in-text-icon::before {
	background: url(images/icon-text.png) no-repeat;
	padding-bottom: 120%;
}

.head-in-in-btn-list li.li-mail .head-in-in-btn-list-btn-in-text-icon {
	width: 23px;
}

.head-in-in-btn-list li.li-mail .head-in-in-btn-list-btn-in-text-icon::before {
	background: url(images/icon-mail.png) no-repeat;
	padding-bottom: 65.217%;
}

.head-fixed {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px -5px rgba(0,0,0,0.6);
	left: 0;
	height: 109px;
	position: fixed;
	top: -120px;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
	z-index: 100;
}

.head-fixed.fixed {
	top: 0;
}

.customize-support .head-fixed.fixed {
	margin-top: 32px;
}

.head-fixed .wrapper {
	width: 1710px;
}

.head-fixed-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	margin-top: 27px;
	width: 346px;
}

.head-fixed-logo .img-banner {
	background: url(images/logo-new.jpg) no-repeat;
	padding-bottom: 20.285%;
}

.head-fixed-in {
	box-sizing: border-box;
	float: right;
}

.head-fixed-in-menu {
	box-sizing: border-box;
	float: left;
	height: 48.5px;
	margin-top: 28px;
}

.head-fixed-in-menu ul {
	box-sizing: border-box;
	height: 100%;
}

.head-fixed-in-menu ul li {
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin-right: 62px;
}

.head-fixed-in-menu ul li:last-child {
	margin-right: 0;
}

.head-fixed-in-menu ul li a {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding-top: 21px;
	position: relative;
	text-decoration: none;
}

.head-fixed-in-menu ul li.li-now a,
.head-fixed-in-menu ul li a:hover {
	color: var(--green-2);
}

.head-fixed-in-menu ul li.li-now a::before,
.head-fixed-in-menu ul li a:hover::before {
	background: url(images/icon-menu-grass.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 17px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
}

.head-fixed-in-btn-list {
	box-sizing: border-box;
	float: right;
	margin: 27px 26px 0 90px;
}

.head-fixed-in-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
	width: 199px;
}

.head-fixed-in-btn-list li:last-child {
	margin-right: 0;
}

.head-fixed-in-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.head-fixed-in-btn-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 3px solid;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-700);
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 19px;
}

.head-fixed-in-btn-list li.li-mail .head-fixed-in-btn-list-btn-in {
	background: var(--green-2);
	color: #fff;
}

.head-fixed-in-btn-list-btn:hover .head-fixed-in-btn-list-btn-in {
	opacity: 0.6;
}

.head-fixed-in-btn-list-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.head-fixed-in-btn-list-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 20px;
}

.head-fixed-in-btn-list-btn-in-text-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.head-fixed-in-btn-list li.li-materials .head-fixed-in-btn-list-btn-in-text-icon::before {
	background: url(images/icon-text.png) no-repeat;
	padding-bottom: 120%;
}

.head-fixed-in-btn-list li.li-mail .head-fixed-in-btn-list-btn-in-text-icon {
	width: 23px;
}

.head-fixed-in-btn-list li.li-mail .head-fixed-in-btn-list-btn-in-text-icon::before {
	background: url(images/icon-mail.png) no-repeat;
	padding-bottom: 65.217%;
}

@media(max-width: 1711px) {

	.head-in .wrapper,
	.head-fixed .wrapper {
		width: 1500px;
	}

	.head-in-logo,
	.head-fixed-logo {
		margin-top: 33px;
		width: 246px;
	}

	.head-in-in-menu ul li,
	.head-fixed-in-menu ul li {
		margin-right: 30px;
	}

	.head-in-in-btn-list,
	.head-fixed-in-btn-list {
		margin: 27px 0 0 30px;
	}

}

@media(max-width: 1501px) {

	.head-in .wrapper,
	.head-fixed .wrapper {
		width: 1200px;
	}

	.head-in-logo,
	.head-fixed-logo {
		margin-top: 36px;
		width: 200px;
	}

	.head-in-in-menu ul li,
	.head-fixed-in-menu ul li {
		margin-right: 20px;
	}

	.head-in-in-btn-list,
	.head-fixed-in-btn-list {
		margin: 27px 0 0 30px;
	}

	.head-in-in-btn-list li,
	.head-fixed-in-btn-list li {
		width: 180px;
	}

	.head-in-in-btn-list-btn-in,
	.head-fixed-in-btn-list-btn-in {
		padding: 10px;
	}

}

/*----------------------------------------
TOPページ
----------------------------------------*/

.top-main-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-main-title-in {
	box-sizing: border-box;
}

.top-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 48px;
	line-height: 1.5;
}

.top-main-title-in-text .big {
	font-size: 60px;
}

.top-main-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin-top: 4px;
	text-align: center;
}

.top-main-text p {
	margin-bottom: 20px;
}

.top-main-text p:last-child {
	margin-bottom: 0;
}

.top-link-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 435px;
}

.top-link-btn-in {
	background: var(--green-2);
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: var(--fw-700);
	font-size: 24px;
	line-height: 1.5;
	padding: 20px 28px;
}

.top-link-btn:hover .top-link-btn-in {
	opacity: 0.6;
}

.top-link-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top-link-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-link-btn-in-text-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-bg-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
}

.top-bg-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

/*------------------------------
TOP KV
------------------------------*/

.top-kv {
	background: url(images/top-kv-img.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
}

.top-kv .wrapper {
	padding: 158px 0 122px;
	width: 1650px;
}

.top-kv-title {
	box-sizing: border-box;
	line-height: 0;
}

.top-kv-title-in {
	box-sizing: border-box;
}

.top-kv-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 91px;
	line-height: 1.5;
}

.top-kv-title-in-text .big {
	font-size: 150px;
	line-height: 1;
}

.top-kv-title-in-text .box {
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 3px solid;
	color: var(--green-2);
	display: inline-block;
	line-height: 1.2;
	padding: 0 11px;
}

.top-kv-text {
	box-sizing: border-box;
	color: #fff;
	font-family: var(--fw-700);
	font-size: 24px;
	line-height: 1.5;
	margin: 29px 0 0 8px;
	width: 760px;
}

.top-kv-btn-list {
	box-sizing: border-box;
	margin: 48px 0 0 8px;
}

.top-kv-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 40px;
	width: 365px;
}

.top-kv-btn-list li:last-child {
	margin-right: 0;
}

.top-kv-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.top-kv-btn-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-700);
	font-size: 24px;
	line-height: 1.5;
	padding: 19px 30px;
}

.top-kv-btn-list li.li-mail .top-kv-btn-list-btn-in {
	background: var(--green-2);
	color: #fff;
}

.top-kv-btn-list-btn:hover .top-kv-btn-list-btn-in {
	opacity: 0.6;
}

.top-kv-btn-list-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top-kv-btn-list-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 28px;
}

.top-kv-btn-list-btn-in-text-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-kv-btn-list li.li-construction .top-kv-btn-list-btn-in-text-icon::before {
	background: url(images/icon-search.png) no-repeat;
	padding-bottom: 100%;
}

.top-kv-btn-list li.li-mail .top-kv-btn-list-btn-in-text-icon {
	left: 10px;
	width: 19px;
}

.top-kv-btn-list li.li-mail .top-kv-btn-list-btn-in-text-icon::before {
	background: url(images/icon-estimate.png) no-repeat;
	padding-bottom: 136.84%;
}

/*------------------------------
5つのメリット
------------------------------*/

.top-merit-content {
	box-sizing: border-box;
}

.top-merit-content .wrapper {
	padding: 86px 0 74px;
}

.top-merit-content .top-main-title-in-text .big {
	font-size: 72px;
}

.top-merit-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin: 18px 9px -11px;
}

.top-merit-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 74px 11px 0;
	padding-top: 37px;
	position: relative;
	width: 344px;
}

.top-merit-content-con section:nth-child(3n),
.top-merit-content-con section:last-child {
	margin-right: 0;
}

.top-merit-content-con section::before {
	box-sizing: border-box;
	color: var(--green-2);
	counter-increment: number 1;
	content: counter(number);
	font-family: var(--fw-600);
	font-size: 110px;
	line-height: 1;
	left: 15px;
	opacity: 0.5;
	position: absolute;
	top: 0;
	z-index: 2;
}

.top-merit-content-con-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 4px solid;
	border-radius: 10px;
	padding: 108px 18px 18px;
	position: relative;
}

.top-merit-content-con-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 28px;
	width: 63px;
}

.top-merit-content-con-in-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-merit-content-con section.sec-maintenance .top-merit-content-con-in-icon::before {
	background: url(images/top-merit-icon-1.png) no-repeat;
	padding-bottom: 76.190%;
}

.top-merit-content-con section.sec-hot .top-merit-content-con-in-icon {
	width: 55px;
}

.top-merit-content-con section.sec-hot .top-merit-content-con-in-icon::before {
	background: url(images/top-merit-icon-2.png) no-repeat;
	padding-bottom: 100%;
}

.top-merit-content-con section.sec-rain .top-merit-content-con-in-icon {
	width: 62px;
}

.top-merit-content-con section.sec-rain .top-merit-content-con-in-icon::before {
	background: url(images/top-merit-icon-3.png) no-repeat;
	padding-bottom: 88.709%;
}

.top-merit-content-con section.sec-grass .top-merit-content-con-in-icon {
	width: 46px;
}

.top-merit-content-con section.sec-grass .top-merit-content-con-in-icon::before {
	background: url(images/top-merit-icon-4.png) no-repeat;
	padding-bottom: 100%;
}

.top-merit-content-con section.sec-antibacterial .top-merit-content-con-in-icon {
	width: 50px;
}

.top-merit-content-con section.sec-antibacterial .top-merit-content-con-in-icon::before {
	background: url(images/top-merit-icon-5.png) no-repeat;
	padding-bottom: 102%;
}

.top-merit-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-merit-content-con-in-title-in {
	box-sizing: border-box;
}

.top-merit-content-con-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 30px;
	line-height: 1.6;
}

.top-merit-content-con-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	margin-top: 6px;
	text-align: center;
}

.top-merit-content-con-in-text p {
	margin-bottom: 20px;
}

.top-merit-content-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-merit-content .top-link-btn {
	margin-top: 58px;
}

.top-merit-content .top-link-btn-in-text-icon {
	width: 31px;
}

.top-merit-content .top-link-btn-in-text-icon::before {
	background: url(images/icon-grass.png) no-repeat;
	padding-bottom: 70.967%;
}

/*------------------------------
D-REY TURFについて
------------------------------*/

.top-about-content {
	background: url(images/top-about-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
}

.top-about-content .wrapper {
	padding: 116px 0 103px;
}

.top-about-content .top-main-title-in-text {
	color: #fff;
}

.top-about-content .top-main-title-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 20px;
}

.top-about-content .top-main-text {
	color: #fff;
	line-height: 1.667;
	margin-top: 16px;
}

.top-about-content-main-img {
	box-sizing: border-box;
	display: block;
	float: right;
	margin: 61px 10px 0 0;
	width: 580px;
}

.top-about-content-main-img img {
	height: auto;
	width: 100%;
}

.top-about-content-in {
	box-sizing: border-box;
	float: left;
	margin: 93px 0 0 13px;
	width: 541px;
}

.top-about-content-in-con {
	box-sizing: border-box;
}

.top-about-content-in-con section {
	box-sizing: border-box;
	border-color: #fff !important;
	border-bottom: 2px solid;
	padding: 27px 0;
}

.top-about-content-in-con section:first-child {
	padding-top: 0;
}

.top-about-content-in-con section:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.top-about-content-in-con-img {
	box-sizing: border-box;
	display: block;
	float: left;
	margin-top: 6px;
	width: 100px;
}

.top-about-content-in-con-img img {
	height: auto;
	width: 100%;
}

.top-about-content-in-con-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 123px);
}

.top-about-content-in-con-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.top-about-content-in-con-in-title-in {
	box-sizing: border-box;
}

.top-about-content-in-con-in-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 30px;
	line-height: 1.5;
}

.top-about-content-in-con-in-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	line-height: 1.667;
	letter-spacing: 0.01vw;
	margin-top: 3px;
}

.top-about-content-in-con-in-text p {
	margin-bottom: 20px;
}

.top-about-content-in-con-in-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
施工事例
------------------------------*/

.top-construction-content {
	box-sizing: border-box;
}

.top-construction-content .wrapper {
	padding-top: 97px;
	position: relative;
	width: 1220px;
}

.top-bg-icon.construction-icon-1 {
	left: 88px;
	top: 85px;
	width: 175px;
}

.top-bg-icon.construction-icon-1::before {
	background: url(images/top-construction-bg-icon-1.png) no-repeat;
	padding-bottom: 84%;
}

.top-bg-icon.construction-icon-2 {
	right: 57px;
	top: 78px;
	width: 160px;
}

.top-bg-icon.construction-icon-2::before {
	background: url(images/top-construction-bg-icon-2.png) no-repeat;
	padding-bottom: 93.75%;
}

.top-construction-content .top-main-text {
	margin-top: 20px;
}

.top-construction-content-con {
	box-sizing: border-box;
	margin: 45px 0 -13px 3px;
}

.top-construction-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 13px 13px 0;
	padding: 15px;
	width: 397px;
}

.top-construction-content-con section:nth-child(3n),
.top-construction-content-con section:last-child {
	margin-right: 0;
}

.top-construction-content-con-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}

.top-construction-content-con-in-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-construction-content-con-in-img img {
	height: auto;
	width: 100%;
}

.top-construction-content-con-in-in {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 25px;
}

.top-construction-content-con-in-in-title {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
}

.top-construction-content-con-in-in-title-in {
	box-sizing: border-box;
	display: block;
}

.top-construction-content-con-in-in-title-in-text {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.top-construction-content-con-in-in-text {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	margin: 4px 0 20px;
	text-align: center;
}

.top-construction-content-con-in-in-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	left: -7px;
	margin: auto auto 0;
	position: relative;
	text-align: center;
	width: 220px;
}

.top-construction-content-con-in-in-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 2px solid;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-700);
	font-size: 18px;
	line-height: 1.5;
	padding: 5px;
}

.top-construction-content-con-in-in-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.top-construction-content .top-link-btn {
	margin-top: 53px;
}

.top-construction-content .top-link-btn-in-text-icon {
	width: 25px;
}

.top-construction-content .top-link-btn-in-text-icon::before {
	background: url(images/icon-search-2.png) no-repeat;
	padding-bottom: 100%;
}

@media(max-width: 1221px) {

	.top-construction-content .wrapper {
		width: 1200px;
	}

	.top-construction-content-con {
		margin: 45px 0 -13px;
	}

	.top-construction-content-con section {
		float: left;
		margin: 0 13px 13px 0;
		padding: 15px;
		width: 391px;
	}

	.top-construction-content-con section:nth-child(3n),
	.top-construction-content-con section:last-child {
		margin-right: 0;
	}

}

/*------------------------------
環境に対する想い
------------------------------*/

.top-thoughts-content {
	box-sizing: border-box;
	position: relative;
}

.top-thoughts-content-bg {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 51px;
	width: 1183px;
}

.top-thoughts-content-bg::before {
	background: url(images/top-thoughts-bg.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 70.160%;
	position: relative;
	width: 100%;
}

.top-thoughts-content .wrapper {
	padding: 195px 0 99px;
	position: relative;
	z-index: 2;
}

.top-bg-icon.thoughts-icon-1 {
	left: 120px;
	top: -40px;
	width: 99px;
}

.top-bg-icon.thoughts-icon-1::before {
	background: url(images/top-thoughts-bg-icon-1.png) no-repeat;
	padding-bottom: 134.34%;
}

.top-bg-icon.thoughts-icon-2 {
	right: 102px;
	top: -56px;
	width: 109px;
}

.top-bg-icon.thoughts-icon-2::before {
	background: url(images/top-thoughts-bg-icon-2.png) no-repeat;
	padding-bottom: 173.39%;
}

.top-bg-icon.thoughts-icon-3 {
	left: 42px;
	top: 213px;
	width: 230px;
}

.top-bg-icon.thoughts-icon-3::before {
	background: url(images/top-thoughts-bg-icon-3.png) no-repeat;
	padding-bottom: 100%;
}

.top-bg-icon.thoughts-icon-4 {
	right: 42px;
	top: 213px;
	width: 283px;
}

.top-bg-icon.thoughts-icon-4::before {
	background: url(images/top-thoughts-bg-icon-4.png) no-repeat;
	padding-bottom: 72.084%;
}

.top-bg-icon.thoughts-icon-5 {
	bottom: 196px;
	left: 56px;
	top: auto;
	width: 155px;
}

.top-bg-icon.thoughts-icon-5::before {
	background: url(images/top-thoughts-bg-icon-5.png) no-repeat;
	padding-bottom: 167.09%;
}

.top-bg-icon.thoughts-icon-6 {
	bottom: 241px;
	right: 46px;
	top: auto;
	width: 121px;
}

.top-bg-icon.thoughts-icon-6::before {
	background: url(images/top-thoughts-bg-icon-6.png) no-repeat;
	padding-bottom: 183.47%;
}

.top-thoughts-content-title-img {
	box-sizing: border-box;
	display: block;
	left: -12px;
	margin: 0 auto;
	position: relative;
	width: 378px;
}

.top-thoughts-content-title-img .img-banner {
	background: url(images/top-thoughts-title-img.png) no-repeat;
	padding-bottom: 43.650%;
}

.top-thoughts-content-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 53px;
	text-align: center;
}

.top-thoughts-content-title-in {
	box-sizing: border-box;
}

.top-thoughts-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.6;
}

.top-thoughts-content-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	left: 3px;
	margin-top: 25px;
	position: relative;
	text-align: center;
}

.top-thoughts-content-text p {
	margin-bottom: 20px;
}

.top-thoughts-content-text p:last-child {
	margin-bottom: 0;
}

.top-thoughts-content .top-link-btn {
	margin-top: 74px;
}

.top-thoughts-content .top-link-btn-in-text-icon {
	width: 32px;
}

.top-thoughts-content .top-link-btn-in-text-icon::before {
	background: url(images/icon-heart.png) no-repeat;
	padding-bottom: 90.625%;
}

/*------------------------------
リンク一覧
------------------------------*/

.top-info-content {
	box-sizing: border-box;
	position: relative;
}

.top-info-content::before {
	background: url(images/top-info-bg-line-img.png);
	background-position: top center;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 42px;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-info-content::after {
	background: url(images/top-info-bg.jpg);
	background-position: top center;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: calc(100% - 42px);
	position: absolute;
	top: 42px;
	width: 100%;
}

.top-info-content .wrapper {
	padding: 90px 0 77px;
	position: relative;
	width: 1638px;
	z-index: 2;
}

.top-info-content-con {
	box-sizing: border-box;
}

.top-info-content-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 38px;
	padding-top: 28px;
	position: relative;
	width: 381px;
}

.top-info-content-con section:last-child {
	margin-right: 0;
}

.top-info-content-con-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 117px;
}

.top-info-content-con-in-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-info-content-con section.sec-contact .top-info-content-con-in-icon::before {
	background: url(images/top-info-icon-1.png) no-repeat;
	padding-bottom: 69.230%;
}

.top-info-content-con section.sec-investigation .top-info-content-con-in-icon {
	width: 44px;
}

.top-info-content-con section.sec-investigation .top-info-content-con-in-icon::before {
	background: url(images/top-info-icon-2.png) no-repeat;
	padding-bottom: 131.81%;
}

.top-info-content-con section.sec-question .top-info-content-con-in-icon {
	width: 53px;
}

.top-info-content-con section.sec-question .top-info-content-con-in-icon::before {
	background: url(images/top-info-icon-3.png) no-repeat;
	padding-bottom: 128.30%;
}

.top-info-content-con section.sec-follow .top-info-content-con-in-icon {
	width: 65px;
}

.top-info-content-con section.sec-follow .top-info-content-con-in-icon::before {
	background: url(images/top-info-icon-4.png) no-repeat;
	padding-bottom: 83.076%;
}

.top-info-content-con-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	height: 100%;
	padding: 75px 10px 22px;
}

.top-info-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-info-content-con-in-title-in {
	box-sizing: border-box;
}

.top-info-content-con-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.top-info-content-con-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.556;
	margin-top: 6px;
	text-align: center;
}

.top-info-content-con-in-btn-list {
	box-sizing: border-box;
	margin-top: 20px;
}

.top-info-content-con-in-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
	width: 154px;
}

.top-info-content-con-in-btn-list li:last-child {
	margin-right: 0;
}

.top-info-content-con-in-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.top-info-content-con-in-btn-list-btn-in {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 2px solid;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.5;
	padding: 8px;
}

.top-info-content-con-in-btn-list li.li-on .top-info-content-con-in-btn-list-btn-in,
.top-info-content-con-in-btn-list-btn:hover .top-info-content-con-in-btn-list-btn-in {
	background: var(--green-2);
	color: #fff;
}

.top-info-content-con-in-btn-list li.li-on .top-info-content-con-in-btn-list-btn:hover .top-info-content-con-in-btn-list-btn-in {
	background: #fff;
	color: var(--green-2);
}

.top-info-content-con-in-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

@media(max-width: 1665px) {

	.top-info-content .wrapper {
		width: 1200px;
	}

	.top-info-content-con section {
		float: left;
		margin-right: 20px;
		padding-top: 28px;
		width: 285px;
	}

	.top-info-content-con section:last-child {
		margin-right: 0;
	}

	.top-info-content-con-in {
		border-radius: 10px;
		padding: 75px 10px 22px;
	}

	.top-info-content-con-in-title-in-text {
		font-size: 21px;
	}

	.top-info-content-con-in-text {
		font-size: 15px;
		margin-top: 6px;
	}

	.top-info-content-con-in-btn-list li {
		float: left;
		margin-right: 10px;
		width: 127px;
	}

	.top-info-content-con-in-btn-list li:last-child {
		margin-right: 0;
	}

}

/*------------------------------
お客様の声
------------------------------*/

.top-voice-content {
	box-sizing: border-box;
}

.top-voice-content .wrapper {
	padding: 105px 0 147px;
	width: 1783px;
}

.top-voice-content .top-main-text {
	margin-top: 18px;
}

.top-voice-content-con {
	box-sizing: border-box;
	margin: 43px 0 -44px;
}

.top-voice-content-con section {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 4px solid;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	float: left;
	margin: 0 44px 44px 0;
	padding: 34px 27px 37px;
	width: 565px;
}

.top-voice-content-con section:nth-child(3n),
.top-voice-content-con section:last-child {
	margin-right: 0;
}

.top-voice-content-con-img {
	box-sizing: border-box;
	display: block;
	float: right;
	margin-right: 17px;
	width: 140px;
}

.top-voice-content-con-img img {
	height: auto;
	width: 100%;
}

.top-voice-content-con-in {
	box-sizing: border-box;
	float: left;
	width: 302px;
}

.top-voice-content-con-in-title {
	box-sizing: border-box;
	margin: 13px 0 0 10px;
}

.top-voice-content-con-in-title-main {
	box-sizing: border-box;
	line-height: 0;
}

.top-voice-content-con-in-title-main-in {
	box-sizing: border-box;
}

.top-voice-content-con-in-title-main-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
}

.top-voice-content-con-in-title-sub {
	box-sizing: border-box;
	line-height: 0;
}

.top-voice-content-con-in-title-sub-in {
	box-sizing: border-box;
}

.top-voice-content-con-in-title-sub-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.06vw;
}

.top-voice-content-con-in-evaluation-list {
	box-sizing: border-box;
}

.top-voice-content-con-in-evaluation-list li {
	box-sizing: border-box;
	color: #e5ca16;
	float: left;
	font-size: 60px;
	line-height: 1;
	margin-right: -15px;
	position: relative;
}

.top-voice-content-con-in-evaluation-list li::before {
	box-sizing: border-box;
	color: #e5ca16;
	content: "★";
	font-size: 33px;
	left: 9px;
	overflow: hidden;
	position: absolute;
	top: 16px;
	width: 100%;
}

.top-voice-content-con-in-evaluation-list li.li-half::before {
	width: 33%;
}

.top-voice-content-con-in-evaluation-list li:last-child {
	margin-right: 0;
}

.top-voice-content-con-text {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
	margin: 7px 10px 0;
}

.top-voice-content-con-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: auto auto 0;
	text-align: center;
	text-decoration: none;
	width: 167px;
}

.top-voice-content-con-btn-in {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 2px solid;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.5;
	padding: 8px;
}

.top-voice-content-con-btn:hover .top-voice-content-con-btn-in {
	background:  var(--green-2);
	color: #fff;
}

.top-voice-content-con-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

@media(max-width: 1785px) {

	.top-voice-content .wrapper {
		width: 1200px;
	}

	.top-voice-content-con {
		margin: 43px 0 -33px;
	}

	.top-voice-content-con section {
		border: 4px solid;
		border-radius: 10px;
		float: left;
		margin: 0 33px 33px 0;
		padding: 34px 27px 37px;
		width: 378px;
	}

	.top-voice-content-con section:nth-child(3n),
	.top-voice-content-con section:last-child {
		margin-right: 0;
	}

	.top-voice-content-con-img {
		float: right;
		margin-right: 0;
		width: 100px;
	}

	.top-voice-content-con-in {
		float: left;
		width: calc(100% - 120px);
	}

	.top-voice-content-con-in-title {
		margin: 13px 0 0 10px;
	}

	.top-voice-content-con-in-title-main-in-text {
		font-size: 25px;
		letter-spacing: 0.05vw;
	}

	.top-voice-content-con-in-title-sub-in-text {
		font-size: 15px;
		letter-spacing: 0.06vw;
	}

	.top-voice-content-con-in-evaluation-list li {
		float: left;
		font-size: 55px;
		margin-right: -15px;
	}

	.top-voice-content-con-in-evaluation-list li::before {
		font-size: 30px;
		top: 14px;
	}

	.top-voice-content-con-text {
		font-size: 18px;
		letter-spacing: 0.05vw;
		margin: 7px 10px 0;
	}

	.top-voice-content-con-btn {
		width: 167px;
	}

	.top-voice-content-con-btn-in {
		border: 2px solid;
		border-radius: 100px;
		font-size: 16px;
		padding: 8px;
	}

}

/*------------------------------
発信中
------------------------------*/

.top-insta-content {
	background: #ebebeb;
	box-sizing: border-box;
}

.top-insta-content .wrapper {
	padding: 105px 0 75px;
}

.top-insta-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-insta-content-title-in {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 102px;
	position: relative;
}

.top-insta-content-title-in::before,
.top-insta-content-title-in::after {
	background-image: radial-gradient(circle, #22c65f 3px, transparent 3px);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 6px 12px;
	box-sizing: border-box;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 6px;
}

.top-insta-content-title-in::before {
	left: 25px;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
}

.top-insta-content-title-in::after {
	right: 25px;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
}

.top-insta-content-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 48px;
	line-height: 1.5;
	text-shadow: 3px 3px 3px rgba(34, 198, 95, 1);
	text-stroke: 2px #000;
	-webkit-text-stroke: 2px #000;
}

.top-insta-content-list {
	box-sizing: border-box;
	margin: 44px 17px 0;
	padding: 0 32px;
}

.top-insta-content-list div {
	transition: none;
}

.top-insta-content-list .slick-slide {
	box-sizing: border-box;
	margin-right: 20px;
	width: 260px;
}

.top-insta-content-list li {
	box-sizing: border-box;
}

.top-insta-content-list-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-insta-content-list-img img {
	height: auto;
	width: 100%;
}

.top-insta-content-list .slick-prev,
.top-insta-content-list .slick-next {
	background-size: 100% !important;
	box-sizing: border-box;
	height: 56px;
	width: 57px;
	z-index: 2;
}

.top-insta-content-list .slick-prev {
	background: url(images/slider-btn-img-prev.png) no-repeat;
	left: 0;
}

.top-insta-content-list .slick-next {
	background: url(images/slider-btn-img-next.png) no-repeat;
	right: 0;
}

.top-insta-content-list .slick-prev:before,
.top-insta-content-list .slick-next:before {
	content: none;
}

.top-insta-content-list .slick-prev:hover,
.top-insta-content-list .slick-prev:focus {
	background: url(images/slider-btn-img-prev.png) no-repeat;
	opacity: 0.6;
}

.top-insta-content-list .slick-next:hover,
.top-insta-content-list .slick-next:focus {
	background: url(images/slider-btn-img-next.png) no-repeat;
	opacity: 0.6;
}

.top-insta-content-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: 55px auto 0;
	text-align: center;
	text-decoration: none;
	width: 440px;
}

.top-insta-content-btn-in {
	background: var(--insta);
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: var(--fw-700);
	font-size: 24px;
	line-height: 1.5;
	padding: 20px 30px;
}

.top-insta-content-btn:hover .top-insta-content-btn-in {
	opacity: 0.6;
}

.top-insta-content-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top-insta-content-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 31px;
}

.top-insta-content-btn-in-text-icon::before {
	background: url(images/icon-insta.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

/*------------------------------
お知らせ
------------------------------*/

.top-news-content {
	box-sizing: border-box;
}

.top-news-content .wrapper {
	padding: 135px 0 162px;
}

.top-news-content-list {
	box-sizing: border-box;
	margin: 28px 213px 0 193px;
}

.top-news-content-list li {
	box-sizing: border-box;
	border-color: #ccc !important;
	border-bottom: 2px solid;
	overflow: hidden;
	padding: 22px 45px 17px 60px;
}

.top-news-content-list li:first-child {
	border-top: 2px solid;
}

.top-news-content-list-date {
	box-sizing: border-box;
	float: left;
	line-height: 0;
}

.top-news-content-list-date-in {
	box-sizing: border-box;
}

.top-news-content-list-date-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
}

.top-news-content-list-in {
	box-sizing: border-box;
	float: right;
	width: 525px;
}

.top-news-content-list-in-title {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	padding-right: 27px;
	position: relative;
	text-decoration: none;
}

.top-news-content-list-in-title::after {
	box-sizing: border-box;
	color: var(--green-2);
	content: "\e002";
	font-family: 'icomoon';
	font-size: 23px;
	line-height: 1;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-news-content-list-in-title-in {
	box-sizing: border-box;
	display: block;
}

.top-news-content-list-in-title-in-text {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
}

.top-news-content-list-in-title:hover .top-news-content-list-in-title-in-text {
	text-decoration: underline;
}

.top-news-content .top-link-btn {
	margin-top: 75px;
}

.top-news-content .top-link-btn-in-text-icon {
	width: 24px;
}

.top-news-content .top-link-btn-in-text-icon::before {
	background: url(images/icon-voice.png) no-repeat;
	padding-bottom: 95.833%;
}

/*------------------------------
ショールームのご案内
------------------------------*/

.top-guide-content {
	background: url(images/top-guide-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
}

.top-guide-content .wrapper {
	padding-bottom: 107px;
}

.top-guide-content-text {
	box-sizing: border-box;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
	margin-top: 54px;
	text-align: center;
}

.top-guide-content-text + .top-main-text {
	margin-top: 33px;
}

.top-guide-content-main-img {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 60px 0 0 9px;
	width: 535px;
}

.top-guide-content-main-img img {
	height: auto;
	width: 100%;
}

.top-guide-content-in {
	box-sizing: border-box;
	float: right;
	margin-top: 95px;
	width: 573px;
}

.top-guide-content-in-title {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-bottom: 3px solid;
	line-height: 0;
	margin-right: 97px;
	padding: 0 0 9px 18px;
}

.top-guide-content-in-title-in {
	box-sizing: border-box;
}

.top-guide-content-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
}

.top-guide-content-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	margin: 30px 0 0 12px;
}

.top-guide-content-in-text p {
	margin-bottom: 35px;
}

.top-guide-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-guide-content-in-sub-title {
	box-sizing: border-box;
	line-height: 0;
	margin: 20px 0 0 6px;
}

.top-guide-content-in-sub-title-in {
	box-sizing: border-box;
}

.top-guide-content-in-sub-title-in-text {
	box-sizing: border-box;
	color: var(--green-2);
	display: inline-block;
	font-family:'hirakaku-700';
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.07vw;
}

.top-guide-content-map {
	box-sizing: border-box;
	height: 318px;
	margin: 64px 10px 0;
}

.top-guide-content-map iframe {
	height: 100%;
	width: 100%;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

.main {
	box-sizing: border-box;
}

.breadcrumbs {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
}

.breadcrumbs .wrapper {
	padding: 20px 0;
	width: 1710px;
}

@media(max-width: 1711px) {

	.breadcrumbs .wrapper {
		width: 1500px;
	}

}

@media(max-width: 1501px) {

	.breadcrumbs .wrapper {
		width: 1200px;
	}

}

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

.breadcrumbs a:hover {
	text-decoration: underline;
}

.page-main-title {
	box-sizing: border-box;
	line-height: 0;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}

.page-main-title::after {
	background: var(--green-2);
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 5px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 150px;
}

.page-main-title-in {
	box-sizing: border-box;
}

.page-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 48px;
	line-height: 1.5;
}

.page-new-main-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.page-new-main-title-in {
	box-sizing: border-box;
}

.page-new-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 48px;
	line-height: 1.5;
}

.page-new-main-title-in-text .big {
	font-size: 60px;
}

.page-sub-title {
	box-sizing: border-box;
	line-height: 0;
}

.page-sub-title-in {
	box-sizing: border-box;
}

.page-sub-title-in-text {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-left: 7px solid;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 40px;
	line-height: 1.5;
	padding-left: 10px;
}

.page-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.page-title-in {
	box-sizing: border-box;
}

.page-title-in-text {
	box-sizing: border-box;
	color: var(--green-2);
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 35px;
	line-height: 1.5;
}

.page-main-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	text-align: center;
}

.page-main-title + .page-main-text {
	margin-top: 40px;
}

.page-new-main-title + .page-main-text {
	margin-top: 27px;
}

.page-main-text p {
	margin-bottom: 20px;
}

.page-main-text p:last-child {
	margin-bottom: 0;
}

.page-bg-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
}

.page-bg-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.page-content {
	box-sizing: border-box;
}

.page-content .wrapper {
	padding: 40px 0 100px;
}

.page-content-in {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
}

.page-content-in p {
	margin-bottom: 20px;
}

.page-content-in p:last-child {
	margin-bottom: 0;
}

.page-content-in p + h2,
.page-content-in p + h3,
.page-content-in p + h4,
.page-content-in p + .title-2,
.page-content-in p + .title-3,
.page-content-in p + .title-4,
.page-content-in ul + h2,
.page-content-in ul + h3,
.page-content-in ul + h4,
.page-content-in ul + .title-2,
.page-content-in ul + .title-3,
.page-content-in ul + .title-4,
.page-content-in ol + h2,
.page-content-in ol + h3,
.page-content-in ol + h4,
.page-content-in ol + .title-2,
.page-content-in ol + .title-3,
.page-content-in ol + .title-4,
.page-content-in dl + h2,
.page-content-in dl + h3,
.page-content-in dl + h4,
.page-content-in dl + .title-2,
.page-content-in dl + .title-3,
.page-content-in dl + .title-4,
.page-content-in table + h2,
.page-content-in table + h3,
.page-content-in table + h4,
.page-content-in table + .title-2,
.page-content-in table + .title-3,
.page-content-in table + .title-4,
.page-content-in img + h2,
.page-content-in img + h3,
.page-content-in img + h4,
.page-content-in img + .title-2,
.page-content-in img + .title-3,
.page-content-in img + .title-4,
.page-content-in iframe + h2,
.page-content-in iframe + h3,
.page-content-in iframe + h4,
.page-content-in iframe + .title-2,
.page-content-in iframe + .title-3,
.page-content-in iframe + .title-4,
.page-content-in div + h2,
.page-content-in div + h3,
.page-content-in div + h4,
.page-content-in div + .title-2,
.page-content-in div + .title-3,
.page-content-in div + .title-4,
.page-content-in a + h2,
.page-content-in a + h3,
.page-content-in a + h4,
.page-content-in a + .title-2,
.page-content-in a + .title-3,
.page-content-in a + .title-4,
.page-content-in center + h2,
.page-content-in center + h3,
.page-content-in center + h4,
.page-content-in center + .title-2,
.page-content-in center + .title-3,
.page-content-in center + .title-4 {
	margin-top: 60px;
}

.page-content-in .title-2 {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 3px solid;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.page-content-in .title-2 .title-in {
	box-sizing: border-box;
	display: block;
}

.page-content-in .title-2 .title-in-text {
	box-sizing: border-box;
	color: var(--green-2);
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 25px;
	line-height: 1.5;
	text-align: left;
}

.page-content-in .title-3 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
}

.page-content-in .title-3::before {
	background: var(--green-2);
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 30%;
	z-index: 2;
}

.page-content-in .title-3::after {
	background: #ccc;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.page-content-in .title-3 .title-in {
	box-sizing: border-box;
	display: block;
}

.page-content-in .title-3 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 25px;
	line-height: 1.5;
	text-align: left;
}

.page-content-in .title-4 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
}

.page-content-in .title-4 .title-in {
	box-sizing: border-box;
	display: block;
}

.page-content-in .title-4 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 25px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
	text-align: left;
}

.page-content-in .title-4 .title-in-text::before {
	background: var(--green-2);
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 8px;
	width: 20px;
}

.page-content-in img.size-thumbnail {
	height: auto;
	width: 150px;
}

.page-content-in img.size-medium {
	height: auto;
	width: 300px;
}

.page-content-in img.size-large {
	height: auto;
	width: 640px;
}

.page-content-in img.size-full {
	height: auto;
	width: 640px;
}

.page-content-in img.size-full.defo {
	height: auto;
	max-width: 640px;
	width: auto;
}

.page-content-in img.size-full.full {
	height: auto;
	width: 100%;
}

.page-content-in .douga {
	margin-bottom: 20px;
	width: 640px;
}

.page-content-in .douga:last-child {
	margin-bottom: 0;
}

/*------------------------------
KV
------------------------------*/

.page-kv {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center !important;
	background-color: #494949;
	box-sizing: border-box;
	height: 297px;
	width: 100%;
}

.page-kv .wrapper {
	position: relative;
}

.page-kv-in {
	box-sizing: border-box;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.page-kv-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.page-kv-in-title-in {
	box-sizing: border-box;
}

.page-kv-in-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 55px;
	line-height: 1.5;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.page-kv-in-text {
	box-sizing: border-box;
	color: #fff;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.01vw;
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

/*------------------------------
アフターフォロー
------------------------------*/

.after-follow-content {
	background: #ebebeb;
	box-sizing: border-box;
}

.after-follow-content .wrapper {
	padding: 60px 0;
}

.after-follow-content-con {
	box-sizing: border-box;
	margin-top: 45px;
}

.after-follow-content-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
	padding: 15px;
	width: 500px;
}

.after-follow-content-con section:last-child {
	margin-right: 0;
}

.after-follow-content-con-in {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	padding: 160px 30px 30px;
	position: relative;
}

.after-follow-content-con-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 30px;
	width: 100px;
}

.after-follow-content-con-in-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.after-follow-content-con section.sec-guarantee .after-follow-content-con-in-icon::before {
	background: url(images/follow-icon-ellipse.png);
	padding-bottom: 100%;
}

.after-follow-content-con section.sec-maintenance .after-follow-content-con-in-icon::before {
	background: url(images/follow-icon-maintenance.png);
	padding-bottom: 100%;
}

.after-follow-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.after-follow-content-con-in-title-in {
	box-sizing: border-box;
}

.after-follow-content-con-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.after-follow-content-con-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.667;
	letter-spacing: 0.01vw;
	margin-top: 10px;
	text-align: center;
}

.after-follow-content-con-in-text p {
	margin-bottom: 20px;
}

.after-follow-content-con-in-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
無料相談・お見積り
------------------------------*/

.contact-info-content {
	background: var(--green-2);
	box-sizing: border-box;
}

.contact-info-content .wrapper {
	padding: 84px 0 66px;
}

.contact-info-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.contact-info-content-title-in {
	box-sizing: border-box;
}

.contact-info-content-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 48px;
	line-height: 1.5;
	letter-spacing: 0.105vw;
	left: 9px;
	position: relative;
}

.contact-info-content-text {
	box-sizing: border-box;
	color: #fff;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.75;
	letter-spacing: 0.05vw;
	left: 4px;
	margin-top: 19px;
	position: relative;
	text-align: center;
}

.contact-info-content-btn-list {
	box-sizing: border-box;
	margin-top: 66px;
}

.contact-info-content-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 64px;
	width: 425px;
}

.contact-info-content-btn-list li:last-child {
	margin-right: 0;
}

.contact-info-content-btn-list-btn {
	box-sizing: border-box;
	display: block;
	text-align: center;
	text-decoration: none;
}

.contact-info-content-btn-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.5;
	padding: 26px 40px 18px;
}

.contact-info-content-btn-list-btn:hover .contact-info-content-btn-list-btn-in {
	opacity: 0.6;
}

.contact-info-content-btn-list-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.contact-info-content-btn-list-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 19px;
}

.contact-info-content-btn-list-btn-in-text-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.contact-info-content-btn-list li.li-estimate .contact-info-content-btn-list-btn-in-text-icon::before {
	background: url(images/icon-estimate-2.png) no-repeat;
	padding-bottom: 136.84%;
}

.contact-info-content-btn-list li.li-contact .contact-info-content-btn-list-btn-in-text-icon {
	width: 32px
}

.contact-info-content-btn-list li.li-contact .contact-info-content-btn-list-btn-in-text-icon::before {
	background: url(images/icon-mail-2.png) no-repeat;
	padding-bottom: 65.625%;
}

.contact-info-content-tel {
	box-sizing: border-box;
	margin-top: 40px;
}

.contact-info-content-tel-num {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.contact-info-content-tel-num-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 48px;
	line-height: 1;
}

.contact-info-content-tel-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 53px;
	position: relative;
}

.contact-info-content-tel-num-in-text::before {
	box-sizing: border-box;
	content: "\e016";
	font-family: 'icomoon';
	left: 0;
	position: absolute;
	top: 0;
}

/*------------------------------
環境に対する想い
------------------------------*/

/*--------------------
わたしたちの想い
--------------------*/

.thoughts-main-content {
	box-sizing: border-box;
	position: relative;
}

.thoughts-main-content-bg {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 13px;
	width: 1197px;
}

.thoughts-main-content-bg::before {
	background: url(images/thoughts/thoughts-bg.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 46.031%;
	position: relative;
	width: 100%;
}

.thoughts-main-content .wrapper {
	padding: 117px 0;
	position: relative;
	z-index: 2;
}

.thoughts-main-content-main-title-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 378px;
}

.thoughts-main-content-main-title-img .img-banner {
	background: url(images/thoughts/thoughts-main-title-img.png) no-repeat;
	padding-bottom: 42.857%;
}

.thoughts-main-content-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 54px;
	text-align: center;
}

.thoughts-main-content-title-in {
	box-sizing: border-box;
}

.thoughts-main-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.6;
}

.thoughts-main-content-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	left: 7px;
	margin-top: 22px;
	position: relative;
	text-align: center;
}

.thoughts-main-content-text p {
	margin-bottom: 20px;
}

.thoughts-main-content-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
日本の暮らしに合った環境芝を
--------------------*/

.thoughts-turf-content {
	background: #ebebeb;
	box-sizing: border-box;
}

.thoughts-turf-content .wrapper {
	padding: 83px 0 86px;
}

.thoughts-turf-content-con {
	box-sizing: border-box;
	margin: 30px 11px -53px 8px;
}

.thoughts-turf-content-con section {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	float: left;
	margin: 0 53px 53px 0;
	padding: 58px 33px 43px;
	width: 358px;
}

.thoughts-turf-content-con section:nth-child(3n),
.thoughts-turf-content-con section:last-child {
	margin-right: 0;
}

.thoughts-turf-content-con-img {
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.thoughts-turf-content-con-img img {
	height: auto;
	width: 100%;
}

.thoughts-turf-content-con-title {
	background: linear-gradient(transparent 70%, #ffff66 70%);
	box-sizing: border-box;
	line-height: 0;
	margin-top: 19px;
}

.thoughts-turf-content-con-title-in {
	box-sizing: border-box;
}

.thoughts-turf-content-con-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 28px;
	line-height: 1.5;
}

.thoughts-turf-content-con-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin-top: 10px;
}

.thoughts-turf-content-con-text p {
	margin-bottom: 20px;
}

.thoughts-turf-content-con-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
暮らしに寄り添う
「環境ファースト」を。
--------------------*/

.thoughts-info-content {
	box-sizing: border-box;
	position: relative;
}

.thoughts-info-content::before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 60px 135px 0;
	border-color: #ebebeb transparent transparent;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

.thoughts-info-content .wrapper {
	padding: 140px 0 120px;
}

.thoughts-info-content-title-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 640px;
}

.thoughts-info-content-title-img .img-banner {
	background: url(images/thoughts/thoughts-main-title-img-2.png) no-repeat;
	padding-bottom: 20.156%;
}

.thoughts-info-content-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	left: 5px;
	margin-top: 44px;
	position: relative;
	text-align: center;
}

.thoughts-info-content-text p {
	margin-bottom: 20px;
}

.thoughts-info-content-text p:last-child {
	margin-bottom: 0;
}

.thoughts-info-content-con {
	box-sizing: border-box;
	margin: 18px 10px 0 14px;
}

.thoughts-info-content-con section {
	box-sizing: border-box;
	margin-bottom: 79px;
}

.thoughts-info-content-con section:last-child {
	margin-bottom: 0;
}

.thoughts-info-content-con-img {
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	float: right;
	overflow: hidden;
	width: 448px;
}

.thoughts-info-content-con section:nth-child(2n) .thoughts-info-content-con-img {
	float: left;
}

.thoughts-info-content-con-img img {
	height: auto;
	width: 100%;
}

.thoughts-info-content-con-in {
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
	width: 620px;
}

.thoughts-info-content-con section:nth-child(2n) .thoughts-info-content-con-in {
	float: right;
}

.thoughts-info-content-con-in-num-img {
	box-sizing: border-box;
	display: block;
	width: 189px;
}

.thoughts-info-content-con-in-num-img img {
	height: auto;
	width: 100%;
}

.thoughts-info-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 22px;
}

.thoughts-info-content-con-in-title-in {
	box-sizing: border-box;
}

.thoughts-info-content-con-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 28px;
	line-height: 1.5;
}

.thoughts-info-content-con-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin-top: 10px;
}

.thoughts-info-content-con-in-text p {
	margin-bottom: 20px;
}

.thoughts-info-content-con-in-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
性能比較
--------------------*/

.thoughts-comparison-content {
	box-sizing: border-box;
	position: relative;
}

.thoughts-comparison-content::before {
	background: url(images/top-info-bg-line-img.png);
	background-position: top center;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 42px;
	position: absolute;
	top: 0;
	width: 100%;
}

.thoughts-comparison-content::after {
	background: url(images/top-info-bg.jpg);
	background-position: top center;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: calc(100% - 42px);
	position: absolute;
	top: 42px;
	width: 100%;
}

.thoughts-comparison-content .wrapper {
	padding: 85px 0 63px;
	position: relative;
	z-index: 2;
}

.thoughts-comparison-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.thoughts-comparison-content-title-in {
	box-sizing: border-box;
}

.thoughts-comparison-content-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 48px;
	line-height: 1.5;
	letter-spacing: 0.5vw;
}

.thoughts-comparison-content-in {
	box-sizing: border-box;
	margin: 32px 87px 0 92px;
}

.thoughts-comparison-content-in-tb {
	box-sizing: border-box;
}

.thoughts-comparison-content-in-tb table {
	box-sizing: border-box;
	width: 100%;
}

.thoughts-comparison-content-in-tb table .no-border-top {
	border-top: 0 !important;
}

.thoughts-comparison-content-in-tb table .no-border-right {
	border-right: 0 !important;
}

.thoughts-comparison-content-in-tb table .no-border-bottom {
	border-bottom: 0 !important;
}

.thoughts-comparison-content-in-tb table .no-border-left {
	border-left: 0 !important;
}

.thoughts-comparison-content-in-tb table th {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-3) !important;
	border: 1px solid;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.25;
	padding: 16px;
	vertical-align: middle;
	text-align: center;
}

.thoughts-comparison-content-in-tb table th:first-child {
	border-left: 0;
}

.thoughts-comparison-content-in-tb table tr:last-child th {
	border-bottom: 0;
}

.thoughts-comparison-content-in-tb table th.th-midashi {
	background: none;
	border: 0;
	position: relative;
}

.thoughts-comparison-content-in-tb table th.th-midashi::before {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-3) !important;
	content: "";
	left: 0;
	height: calc(100% - 38px);
	position: absolute;
	top: 38px;
	width: 100%;
}

.thoughts-comparison-content-in-tb table th.th-midashi .big {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1;
	margin-bottom: 8px;
}

.thoughts-comparison-content-in-tb table th.th-midashi .box {
	box-sizing: border-box;
	border-color: #999 !important;
	border: 2px solid;
	color: #999;
	display: inline-block;
	font-size: 14px;
	padding: 0 17px;
}

.thoughts-comparison-content-in-tb table th.th-midashi .text {
	box-sizing: border-box;
	color: #999;
	display: inline-block;
	font-size: 18px;
	margin: 0 5px;
}

.thoughts-comparison-content-in-tb table th.th-1 {
	padding-top: 82px;
	padding-bottom: 0;
	vertical-align: top;
	width: 15%;
}

.thoughts-comparison-content-in-tb table th.th-1::before {
	border-right: 1px solid;
}

.thoughts-comparison-content-in-tb table th.th-2 {
	padding-top: 60px;
	padding-bottom: 0;
	vertical-align: top;
	width: 35%;
}

.thoughts-comparison-content-in-tb table th.th-main {
	background: none;
	border: 0;
	color: #fff;
	padding-top: 38px;
	position: relative;
	vertical-align: top;
}

.thoughts-comparison-content-in-tb table th.th-main::before {
	background: var(--green-2);
	box-sizing: border-box;
	border-color: #fff !important;
	border: 4px solid;
	border-radius: 10px 10px 0 0;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.thoughts-comparison-content-in-tb table th.th-main .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 20px;
}

.thoughts-comparison-content-in-tb table th.th-main .box {
	background: #fff;
	box-sizing: border-box;
	color: var(--green-2);
	display: inline-block;
	padding: 2px 26px;
}

.thoughts-comparison-content-in-tb table th.th-main .text {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 5px;
}

.thoughts-comparison-content-in-tb-th-text {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.thoughts-comparison-content-in-tb table td {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-3) !important;
	border: 1px solid;
	font-size: 16px;
	line-height: 1.25;
	padding: 25px;
	vertical-align: middle;
	text-align: center;
}

.thoughts-comparison-content-in-tb table td:last-child {
	border-right: 0;
}

.thoughts-comparison-content-in-tb table tr:last-child td {
	border-bottom: 0;
}

.thoughts-comparison-content-in-tb table td.td-line-2 {
	padding: 9px 25px;
}

.thoughts-comparison-content-in-tb table td .big {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 13px;
	padding-left: 71px;
	position: relative;
	text-align: left;
}

.thoughts-comparison-content-in-tb table td .big.cross {
	padding-left: 46px;
}

.thoughts-comparison-content-in-tb table td .big::before {
	box-sizing: border-box;
	content: "";
	left: 0;
	font-family: var(--fw-300);
	font-size: 56px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.thoughts-comparison-content-in-tb table td .big.circle::before {
	content: "○";
}

.thoughts-comparison-content-in-tb table td .big.d-circle::before {
	content: "◎";
}

.thoughts-comparison-content-in-tb table td .big.triangle::before {
	content: "△";
}

.thoughts-comparison-content-in-tb table td .big.cross::before {
	content: "×";
}

.thoughts-comparison-content-in-caution-text {
	box-sizing: border-box;
	color: #fff;
	float: right;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.5;
	margin-top: 18px;
}

/*--------------------
足元から、
やさしさが広がっていく
--------------------*/

.thoughts-kind-content {
	box-sizing: border-box;
}

.thoughts-kind-content .wrapper {
	padding: 98px 0 85px;
}

.thoughts-kind-content-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	margin: 51px 270px 0;
	text-align: center;
}

.thoughts-kind-content-text p {
	margin-bottom: 20px;
}

.thoughts-kind-content-text p:last-child {
	margin-bottom: 0;
}

.thoughts-kind-content-main-img {
	box-sizing: border-box;
	display: block;
	margin: 88px auto 0;
	width: 286px;
}

.thoughts-kind-content-main-img img {
	height: auto;
	width: 100%;
}

/*------------------------------
商品の特徴
------------------------------*/

/*--------------------
環境芝とは？
--------------------*/

.about-main-content {
	box-sizing: border-box;
}

.about-main-content .wrapper {
	padding: 91px 0 68px;
}

.about-main-content-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 44px;
	text-align: center;
}

.about-main-content-title-in {
	box-sizing: border-box;
}

.about-main-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0.065vw;
	left: 1px;
	position: relative;
}

.about-main-content-con {
	box-sizing: border-box;
	margin-top: 49px;
}

.about-main-content-con section {
	box-sizing: border-box;
	float: left;
	padding: 15px;
}

.about-main-content-con-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	height: 180px;
	padding-top: 109px;
	position: relative;
	width: 180px;
}

.about-main-content-con section.sec-maintenance .about-main-content-con-in {
	padding-top: 88px;
}

.about-main-content-con-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 22px;
	width: 70px;
}

.about-main-content-con-in-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.about-main-content-con section.sec-risk .about-main-content-con-in-icon::before {
	background: url(images/about/about-icon-1.png) no-repeat;
	padding-bottom: 105.71%;
}

.about-main-content-con section.sec-sports .about-main-content-con-in-icon {
	top: 26px;
	width: 94px;
}

.about-main-content-con section.sec-sports .about-main-content-con-in-icon::before {
	background: url(images/about/about-icon-2.png) no-repeat;
	padding-bottom: 69.148%;
}

.about-main-content-con section.sec-safety .about-main-content-con-in-icon {
	top: 39px;
	width: 52px;
}

.about-main-content-con section.sec-safety .about-main-content-con-in-icon::before {
	background: url(images/about/about-icon-3.png) no-repeat;
	padding-bottom: 88.461%;
}

.about-main-content-con section.sec-maintenance .about-main-content-con-in-icon {
	top: 15px;
	width: 62px;
}

.about-main-content-con section.sec-maintenance .about-main-content-con-in-icon::before {
	background: url(images/about/about-icon-4.png) no-repeat;
	padding-bottom: 98.387%;
}

.about-main-content-con-in-text {
	box-sizing: border-box;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.333;
	text-align: center;
}

.about-main-content-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	margin-top: 60px;
	text-align: center;
}

.about-main-content-text p {
	margin-bottom: 20px;
}

.about-main-content-text p:last-child {
	margin-bottom: 0;
}

.about-main-content-in {
	box-sizing: border-box;
	margin-top: 68px;
	padding: 15px;
}

.about-main-content-in-in {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	border-radius: 10px;
	padding: 42px 60px 25px;
}

.about-main-content-in-in-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 599px;
}

.about-main-content-in-in-img img {
	height: auto;
	width: 100%;
}

.about-main-content-in-in-in {
	box-sizing: border-box;
	float: right;
	width: 408px;
}

.about-main-content-in-in-in-text {
	box-sizing: border-box;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
}

.about-main-content-in-in-in-text p {
	margin-bottom: 20px;
}

.about-main-content-in-in-in-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
比較
--------------------*/

.about-comparison-content {
	box-sizing: border-box;
	position: relative;
}

.about-comparison-content::before {
	background: url(images/top-info-bg-line-img.png);
	background-position: top center;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 42px;
	position: absolute;
	top: 0;
	width: 100%;
}

.about-comparison-content::after {
	background: url(images/top-info-bg.jpg);
	background-position: top center;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: calc(100% - 42px);
	position: absolute;
	top: 42px;
	width: 100%;
}

.about-comparison-content .wrapper {
	padding: 98px 0 60px;
	position: relative;
	z-index: 2;
}

.about-comparison-content-in {
	box-sizing: border-box;
	margin: 0 87px 0 92px;
}

.about-comparison-content-in-tb {
	box-sizing: border-box;
}

.about-comparison-content-in-tb table {
	box-sizing: border-box;
	width: 100%;
}

.about-comparison-content-in-tb table .no-border-top {
	border-top: 0 !important;
}

.about-comparison-content-in-tb table .no-border-right {
	border-right: 0 !important;
}

.about-comparison-content-in-tb table .no-border-bottom {
	border-bottom: 0 !important;
}

.about-comparison-content-in-tb table .no-border-left {
	border-left: 0 !important;
}

.about-comparison-content-in-tb table th {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-3) !important;
	border: 1px solid;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.25;
	padding: 40px 10px;
	vertical-align: middle;
	text-align: center;
}

.about-comparison-content-in-tb table th:first-child {
	border-left: 0;
}

.about-comparison-content-in-tb table th.th-midashi {
	background: none;
	border: 0;
	position: relative;
}

.about-comparison-content-in-tb table th.th-midashi::before {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-3) !important;
	content: "";
	left: 0;
	height: calc(100% - 38px);
	position: absolute;
	top: 38px;
	width: 100%;
}

.about-comparison-content-in-tb table th.th-midashi.th-2::before {
	border-right: 1px solid;
}

.about-comparison-content-in-tb table th.th-midashi .big {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1;
}

.about-comparison-content-in-tb table th.th-1 {
	padding: 82px 10px 0;
	vertical-align: top;
	width: 15%;
}

.about-comparison-content-in-tb table th.th-main {
	background: none;
	border: 0;
	color: #fff;
	font-size: 36px;
	line-height: 1.167;
	padding: 38px 10px 13px;
	position: relative;
	vertical-align: top;
	width: 30%;
}

.about-comparison-content-in-tb table th.th-main::before {
	background: var(--green-2);
	box-sizing: border-box;
	border-color: #fff !important;
	border: 4px solid;
	border-radius: 10px 10px 0 0;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.about-comparison-content-in-tb table th.th-2 {
	padding: 82px 16px 0;
	vertical-align: top;
	width: 27.5%;
}

.about-comparison-content-in-tb table th.th-3 {
	padding: 82px 16px 0;
	vertical-align: top;
	width: 27.5%;
}

.about-comparison-content-in-tb-th-text {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.about-comparison-content-in-tb table td {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-3) !important;
	border: 1px solid;
	font-size: 16px;
	line-height: 1.25;
	padding: 20px 0;
	vertical-align: middle;
	text-align: center;
}

.about-comparison-content-in-tb table td:last-child {
	border-right: 0;
}

.about-comparison-content-in-tb table tr:last-child td {
	border-bottom: 0;
}

.about-comparison-content-in-tb table td.td-line-2 {
	padding: 20px 0;
}

.about-comparison-content-in-tb table td .big {
	box-sizing: border-box;
	display: inline-block;
	padding-top: 53px;
	position: relative;
}

.about-comparison-content-in-tb table td .big::before {
	box-sizing: border-box;
	color: #666;
	content: "";
	font-size: 48px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.about-comparison-content-in-tb table td .big.green-mark::before {
	color: var(--green-2);
}

.about-comparison-content-in-tb table td .big.red-mark::before {
	color: var(--red-2);
}

.about-comparison-content-in-tb table td .big.d-circle::before {
	content: "◎";
	font-size: 54px;
}

.about-comparison-content-in-tb table td .big.circle::before {
	content: "○";
}

.about-comparison-content-in-tb table td .big.triangle::before {
	content: "△";
}

.about-comparison-content-in-tb table td .big.cross::before {
	content: "×";
	font-size: 65px;
	top: -12px;
}

.about-comparison-content-in-caution-text {
	box-sizing: border-box;
	color: #fff;
	float: right;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.5;
	margin-top: 17px;
}

/*--------------------
選ばれる理由
--------------------*/

.about-reason-content {
	box-sizing: border-box;
}

.about-reason-content .wrapper {
	padding-top: 109px;
}

.about-reason-content-con {
	margin: 105px 9px 0;
}

.about-reason-content-con section {
	background: #ebebeb;
	box-sizing: border-box;
	border-radius: 10px;
	float: left;
	margin-right: 38px;
	padding: 28px 27px 35px;
	width: 572px;
}

.about-reason-content-con section:last-child {
	margin-right: 0;
}

.about-reason-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.about-reason-content-con-title-in {
	box-sizing: border-box;
}

.about-reason-content-con-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.about-reason-content-con-con {
	box-sizing: border-box;
	margin-top: 17px;
}

.about-reason-content-con .about-reason-content-con-con section {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	float: none;
	margin: 0 0 27px;
	padding: 31px 13px 17px;
	width: auto;
}

.about-reason-content-con .about-reason-content-con-con section:last-child {
	margin-bottom: 0;
}

.about-reason-content-con-con-title {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-bottom: 2px solid;
	line-height: 0;
	padding: 0 19px 17px;
}

.about-reason-content-con-con-title-in {
	box-sizing: border-box;
}

.about-reason-content-con-con-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0.05vw;
	padding-left: 40px;
	position: relative;
}

.about-reason-content-con-con-title-in-text .num {
	box-sizing: border-box;
	color: var(--green-2);
	display: inline-block;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 0;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.about-reason-content-con-con-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	margin: 24px 20px 0;
}

.about-reason-content-con-con-text p {
	margin-bottom: 20px;
}

.about-reason-content-con-con-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
こだわり
--------------------*/

.about-commitment-content {
	box-sizing: border-box;
}

.about-commitment-content .wrapper {
	padding: 117px 0 161px;
}

.about-commitment-content-title-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 781px;
}

.about-commitment-content-title-img .img-banner {
	background: url(images/about/about-main-title-img.png) no-repeat;
	padding-bottom: 16.261%;
}

.about-commitment-content-main-img {
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	float: right;
	margin: 94px 8px 0 0;
	overflow: hidden;
	width: 567px;
}

.about-commitment-content-main-img img {
	height: auto;
	width: 100%;
}

.about-commitment-content-in {
	box-sizing: border-box;
	float: left;
	margin: 85px 0 0 15px;
	width: 520px;
}

.about-commitment-content-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.about-commitment-content-in-title-in {
	box-sizing: border-box;
}

.about-commitment-content-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.065vw;
}

.about-commitment-content-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	margin: 17px 0 0 3px;
}

.about-commitment-content-in-text p {
	margin-bottom: 20px;
}

.about-commitment-content-in-text p:last-child {
	margin-bottom: 0;
}

.about-commitment-content-in-check-list {
	box-sizing: border-box;
	margin: 42px 25px 0 0;
}

.about-commitment-content-in-check-list li {
	box-sizing: border-box;
	border-color: #ccc !important;
	border-top: 2px solid;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	padding: 11.5px 21px;
	padding-left: 60px;
	position: relative;
}

.about-commitment-content-in-check-list li:last-child {
	border-bottom: 2px solid;
}

.about-commitment-content-in-check-list-icon {
	box-sizing: border-box;
	display: block;
	left: 22px;
	position: absolute;
	top: 21px;
	width: 21px;
}

.about-commitment-content-in-check-list-icon::before {
	background: url(images/icon-check.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

/*--------------------
製品ラインナップ
--------------------*/

.about-lineup-content {
	background: #e9f4e5;
	box-sizing: border-box;
}

.page-bg-icon.about-lineup-icon-1 {
	bottom: 80px;
	left: 83px;
	width: 401px;
}

.page-bg-icon.about-lineup-icon-1::before {
	background: url(images/about/about-bg-icon-1.png) no-repeat;
	padding-bottom: 65.087%;
}

.page-bg-icon.about-lineup-icon-2 {
	bottom: 88px;
	right: 96px;
	width: 405px;
}

.page-bg-icon.about-lineup-icon-2::before {
	background: url(images/about/about-bg-icon-2.png) no-repeat;
	padding-bottom: 66.172%;
}

.about-lineup-content .wrapper {
	padding: 88px 0 168px;
	position: relative;
	width: 1797px;
}

.about-lineup-content .page-new-main-title + .page-main-text {
	margin-top: 19px;
}

.about-lineup-content-con {
	box-sizing: border-box;
	margin: 45px 0 -45px;
}

.about-lineup-content-con section {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 4px solid;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	float: left;
	margin: 0 45px 45px 0;
	padding: 21px 27px 35px;
	width: 569px;
}

.about-lineup-content-con section:nth-child(3n),
.about-lineup-content-con section:last-child {
	margin-right: 0;
}

.about-lineup-content-con-img {
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.about-lineup-content-con-img img {
	height: auto;
	width: 100%;
}

.about-lineup-content-con-title {
	box-sizing: border-box;
	margin: 23px 13px 0;
}

.about-lineup-content-con-title-main {
	box-sizing: border-box;
	line-height: 0;
}

.about-lineup-content-con-title-main-in {
	box-sizing: border-box;
}

.about-lineup-content-con-title-main-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
}

.about-lineup-content-con-title-sub {
	box-sizing: border-box;
	line-height: 0;
	margin-left: 3px;
}

.about-lineup-content-con-title-sub-in {
	box-sizing: border-box;
}

.about-lineup-content-con-title-sub-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
}

.about-lineup-content-con-text {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
	margin: 27px 12px 30px;
}

.about-lineup-content-con-text p {
	margin-bottom: 20px;
}

.about-lineup-content-con-text p:last-child {
	margin-bottom: 0;
}

.about-lineup-content-con-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: auto auto 0;
	text-align: center;
	text-decoration: none;
	width: 220px;
}

.about-lineup-content-con-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 3px solid;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.5;
	padding: 6px;
}

.about-lineup-content-con-btn:hover .about-lineup-content-con-btn-in {
	opacity: 0.6;
}

.about-lineup-content-con-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.about-lineup-content-text {
	box-sizing: border-box;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.06vw;
	margin-top: 204px;
	text-align: center;
}

.about-lineup-content-text p {
	margin-bottom: 20px;
}

.about-lineup-content-text p:last-child {
	margin-bottom: 0;
}

@media(max-width: 1797px) {

	.about-lineup-content .wrapper {
		width: 1500px;
	}

	.about-lineup-content-con section {
		width: 470px;
	}

	.page-bg-icon.about-lineup-icon-1 {
		width: 331px;
	}

	.page-bg-icon.about-lineup-icon-2 {
		width: 331px;
	}

}

@media(max-width: 1501px) {

	.about-lineup-content .wrapper {
		width: 1200px;
	}

	.about-lineup-content-con section {
		width: 370px;
	}

	.page-bg-icon.about-lineup-icon-1 {
		left: 0;
		width: 311px;
	}

	.page-bg-icon.about-lineup-icon-2 {
		right: 0;
		width: 311px;
	}

}

/*--------------------
特徴
--------------------*/

.about-features-content {
	box-sizing: border-box;
}

.about-features-content .wrapper {
	padding: 136px 0 112px;
}

.about-features-content-title {
	box-sizing: border-box;
	line-height: 0;
	margin: 0 15px;
}

.about-features-content-title-in {
	box-sizing: border-box;
}

.about-features-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.07vw;
}

.about-features-content-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	margin: 17px 17px 0;
}

.about-features-content-text p {
	margin-bottom: 20px;
}

.about-features-content-text p:last-child {
	margin-bottom: 0;
}

.about-features-content-img {
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	float: right;
	margin: 60px 10px 0 0;
	overflow: hidden;
	width: 565px;
}

.about-features-content-img img {
	height: auto;
	width: 100%;
}

.about-features-content-list {
	box-sizing: border-box;
	float: left;
	margin: 59px 0 0 10px;
	width: 499px;
}

.about-features-content-list li {
	box-sizing: border-box;
	border-color: #ccc !important;
	border-top: 2px solid;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.667;
	letter-spacing: 0.035vw;
	padding: 16.5px 15px 16.5px 29px;
}

.about-features-content-list li:last-child {
	border-bottom: 2px solid;
}

.about-features-content-tb {
	box-sizing: border-box;
	margin: 150px 90px 0;
}

.about-features-content-tb table {
	box-sizing: border-box;
	width: 100%;
}

.about-features-content-tb table .no-border-top {
	border-top: 0 !important;
}

.about-features-content-tb table .no-border-right {
	border-right: 0 !important;
}

.about-features-content-tb table .no-border-bottom {
	border-bottom: 0 !important;
}

.about-features-content-tb table .no-border-left {
	border-left: 0 !important;
}

.about-features-content-tb table th {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 1px solid;
	border-left: 4px solid;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.25;
	padding: 30px 10px;
	vertical-align: middle;
	text-align: center;
}

.about-features-content-tb table tr:first-child th.th-midashi,
.about-features-content-tb table tr:first-child th.th-main {
	border: 0;
	position: relative;
	vertical-align: top;
}

.about-features-content-tb table tr:first-child th.th-1 {
	padding-top: 82px;
	padding-bottom: 0;
	width: 15%;
}

.about-features-content-tb table tr:first-child th.th-1::before {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-top: 4px solid;
	border-left: 4px solid;
	content: "";
	left: -2px;
	height: calc(100% - 37px);
	position: absolute;
	top: 37px;
	width: calc(100% + 2px);
}

.about-features-content-tb table th.th-main {
	color: #fff;
	font-size: 36px;
	line-height: 1.167;
	padding: 15px;
	padding-top: 34px;
	width: 30.5%;
}

.about-features-content-tb table th.th-main::before {
	background: var(--green-2);
	box-sizing: border-box;
	border-color: #fff !important;
	border: 4px solid;
	border-radius: 10px 10px 0 0;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.about-features-content-tb table th.th-2 {
	padding-top: 77px;
	padding-bottom: 0;
	width: 27.25%;
}

.about-features-content-tb table th.th-2::before {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-top: 4px solid;
	border-right: 1px solid;
	content: "";
	left: 0;
	height: calc(100% - 37px);
	position: absolute;
	top: 37px;
	width: 100%;
}

.about-features-content-tb table th.th-2 .big {
	font-size: 24px;
}

.about-features-content-tb table th.th-3 {
	padding-top: 77px;
	padding-bottom: 0;
	width: 27.25%;
}

.about-features-content-tb table th.th-3::before {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-top: 4px solid;
	border-right: 4px solid;
	content: "";
	left: 0;
	height: calc(100% - 37px);
	position: absolute;
	right: -2px;
	top: 37px;
	width: calc(100% + 2px);
}

.about-features-content-tb table tr th.th-3 .big {
	font-size: 24px;
}

.about-features-content-tb-th-text {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.about-features-content-tb table tr:last-child th {
	border-bottom: 4px solid;
}

.about-features-content-tb table td {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 1px solid;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.25;
	padding: 25px 10px;
	vertical-align: middle;
	text-align: center;
}

.about-features-content-tb table td.td-1 {
	background: #ffffde;
}

.about-features-content-tb table td:last-child {
	border-right: 4px solid;
}

.about-features-content-tb table tr:last-child td {
	border-bottom: 4px solid;
}

/*--------------------
オプション
--------------------*/

.about-option-content {
	background: #e9f4e5;
	box-sizing: border-box;
}

.about-option-content .wrapper {
	padding: 69px 0;
}

.about-option-content-tb {
	box-sizing: border-box;
	margin: 0 11px;
}

.about-option-content-tb table {
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 3px solid;
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.about-option-content-tb table th {
	background: var(--green-2);
	box-sizing: border-box;
	color: #fff;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.3vw;
	vertical-align: middle;
	text-align: center;
	writing-mode: vertical-rl;
	width: 5.25%;
}

.about-option-content-tb table td {
	background: #fff;
	box-sizing: border-box;
	padding: 46px 43px 34px 73px;
	vertical-align: middle;
}

.about-option-content-tb-td-title {
	box-sizing: border-box;
	line-height: 0;
}

.about-option-content-tb-td-title-in {
	box-sizing: border-box;
}

.about-option-content-tb-td-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.07vw;
}

.about-option-content-tb-td-text {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	margin-top: 9px;
}

.about-option-content-tb-td-text p {
	margin-bottom: 20px;
}

.about-option-content-tb-td-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
加工技術
--------------------*/

.about-processing-content {
	box-sizing: border-box;
}

.about-processing-content .wrapper {
	padding: 111px 0 95px;
}

.about-processing-content-img {
	box-sizing: border-box;
	display: block;
	float: right;
	margin: 40px 10px 0 0;
	width: 570px;
}

.about-processing-content-img img {
	height: auto;
	width: 100%;
}

.about-processing-content-in {
	box-sizing: border-box;
	float: left;
	margin: 10px 0 0 10px;
	width: 560px;
}

.about-processing-content-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin: 0 5px;
}

.about-processing-content-in-title-in {
	box-sizing: border-box;
}

.about-processing-content-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.07vw;
}

.about-processing-content-in-title-in-text-logo {
	box-sizing: border-box;
	display: inline-block;
	width: 140px;
}

.about-processing-content-in-title-in-text-logo .img-banner {
	background: url(images/imfc-logo.png) no-repeat;
	padding-bottom: 41.567%;
}

.about-processing-content-in-title-in-text .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -14px;
}

.about-processing-content-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	margin: 18px 0 0 7px;
}

.about-processing-content-in-text p {
	margin-bottom: 20px;
}

.about-processing-content-in-text p:last-child {
	margin-bottom: 0;
}

.about-processing-content-in-list {
	box-sizing: border-box;
	counter-reset: number 0;
	margin-top: 38px;
}

.about-processing-content-in-list li {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	border-color: #ccc !important;
	border-top: 3px solid;
	overflow: hidden;
	padding: 12px 20px 11px 16px;
}

.about-processing-content-in-list li:last-child {
	border-bottom: 3px solid;
}

.about-processing-content-in-list-title {
	background: var(--green-2);
	box-sizing: border-box;
	float: left;
	line-height: 0;
	padding: 3px;
	text-align: center;
	width: 75px;
}

.about-processing-content-in-list-title-in {
	box-sizing: border-box;
}

.about-processing-content-in-list-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.5;
	position: relative;
}

.about-processing-content-in-list-in {
	box-sizing: border-box;
	float: right;
	width: 426px;
}

.about-processing-content-in-list-in-text {
	box-sizing: border-box;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.333;
	letter-spacing: 0.035vw;
}

.about-processing-content-in-list-title-in-text::after {
	box-sizing: border-box;
	counter-increment: number 1;
	content: "0"counter(number);
}

/*------------------------------
施工の流れ
------------------------------*/

/*--------------------
7つのステップ
--------------------*/

.flow-step-content {
	box-sizing: border-box;
}

.flow-step-content .wrapper {
	padding: 40px 0 100px;
}

.flow-step-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin-top: 60px;
}

.flow-step-content-con section {
	box-sizing: border-box;
	margin-bottom: 186px;
	position: relative;
}

.flow-step-content-con section::after {
	box-sizing: border-box;
	bottom: -168px;
	color: var(--green-2);
	content: "\e012";
	font-family: 'icomoon';
	font-size: 150px;
	line-height: 1;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	width: 106px;
}

.flow-step-content-con section:last-child {
	margin-bottom: 0;
}

.flow-step-content-con section:last-child::after {
	content: none;
}

.flow-step-content-con section:nth-child(2n) .of.flex-middle {
	flex-direction: row-reverse;
}

.flow-step-content-con-img {
	box-sizing: border-box;
	border-radius: 8px;
	display: block;
	float: left;
	overflow: hidden;
	width: 580px;
}

.flow-step-content-con section:nth-child(2n) .flow-step-content-con-img {
	float: right;
}

.flow-step-content-con-img img {
	height: auto;
	width: 100%;
}

.flow-step-content-con-in {
	box-sizing: border-box;
	float: right;
	padding: 15px;
	width: 580px;
}

.flow-step-content-con section:nth-child(2n) .flow-step-content-con-in {
	float: left;
}

.flow-step-content-con-in-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	padding: 30px;
}

.flow-step-content-con-in-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.flow-step-content-con-in-in-title-in {
	box-sizing: border-box;
}

.flow-step-content-con-in-in-title-in-text {
	box-sizing: border-box;
	color: var(--green-2);
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
	padding-left: 60px;
	position: relative;
}

.flow-step-content-con-in-in-title-in-text::before {
	box-sizing: border-box;
	counter-increment: number 1;
	content: "0" counter(number);
	left: 0;
	position: absolute;
	top: 0;
}

.flow-step-content-con-in-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.667;
	letter-spacing: 0.01vw;
	margin-top: 10px;
}

.flow-step-content-con-in-in-text p {
	margin-bottom: 20px;
}

.flow-step-content-con-in-in-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
よくあるご質問
--------------------*/

.flow-qa-content {
	box-sizing: border-box;
}

.flow-qa-content .wrapper {
	padding: 60px 0;
}

.flow-qa-content-con {
	box-sizing: border-box;
	margin: 60px 100px 0;
}

.flow-qa-content-con-dl {
	background: #ebebeb;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 20px;
}

.flow-qa-content-con-dl:last-child {
	margin-bottom: 0;
}

.flow-qa-content-con-dl dt {
	box-sizing: border-box;
	cursor: pointer;
	line-height: 0;
	padding: 20px;
	padding-right: 60px;
	position: relative;
}

.flow-qa-content-con-dl dt::after {
	box-sizing: border-box;
	content: "\f107";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 25px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 27px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.flow-qa-content-con-dl dt.open::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}


.flow-qa-content-con-dl-dt-in {
	box-sizing: border-box;
}

.flow-qa-content-con-dl-dt-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 20px;
	line-height: 1.667;
	letter-spacing: 0.01vw;
	padding-left: 30px;
	position: relative;
}

.flow-qa-content-con-dl-dt-in-text::before {
	box-sizing: border-box;
	content: "Q.";
	left: 0;
	position: absolute;
	top: 0;
}

.flow-qa-content-con-dl dd {
	box-sizing: border-box;
	display: none;
	font-size: 20px;
	line-height: 1.667;
	letter-spacing: 0.01vw;
	padding: 0 20px 20px 50px;
	position: relative;
}

.flow-qa-content-con-dl dd::before {
	box-sizing: border-box;
	content: "A.";
	left: 20px;
	position: absolute;
	top: 0;
}

.flow-qa-content-con-dl dd p {
	margin-bottom: 20px;
}

.flow-qa-content-con-dl dd p:last-child {
	margin-bottom: 0;
}

/*------------------------------
施工事例
------------------------------*/

.construction-content {
	box-sizing: border-box;
}

.construction-content .wrapper {
	padding: 40px 0 100px;
}

.construction-content-cate-list {
	box-sizing: border-box;
	margin: 40px 0 -10px;
}

.construction-content-cate-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
}

.construction-content-cate-list li:last-child {
	margin-right: 0;
}

.construction-content-cate-list-btn {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.construction-content-cate-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 2px solid;
	border-radius: 100px;
	color: #000;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 15px;
}

.construction-content-cate-list-btn.btn-now .construction-content-cate-list-btn-in,
.construction-content-cate-list-btn:hover .construction-content-cate-list-btn-in {
	background: var(--green-2);
	color: #fff;
}

.construction-content-cate-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.construction-content-in {
	box-sizing: border-box;
	display: none;
	margin-top: 40px;
}

body#construction-archive .construction-content-in {
	margin-top: 0;
}

.construction-content-in.active {
	display: block;
}

.construction-content-in-con {
	box-sizing: border-box;
	margin-bottom: -10px;
}

.construction-content-in-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
	padding: 15px;
	width: 390px;
}

.construction-content-in-con section:nth-child(4n),
.construction-content-in-con section:last-child {
	margin-right: 0;
}

.construction-content-in-con-in {
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.construction-content-in-con-in-img {
	box-sizing: border-box;
	display: block;
	height: 310px;
	overflow: hidden;
	width: 100%;
}

.construction-content-in-con-in-img img {
	height: auto;
	width: 100%;
}

.construction-content-in-con-in-in {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
}

.construction-content-in-con-in-in-cate-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-decoration: none;
}

.construction-content-in-con-in-in-cate-btn + .construction-content-in-con-in-in-cate-btn {
	margin-top: 10px;
}

.construction-content-in-con-in-in-cate-btn-in {
	background: #ebebeb;
	box-sizing: border-box;
	border-radius: 100px;
	color: #000;
	display: block;
	font-family: var(--fw-700);
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 15px;
}

.construction-content-in-con-in-in-cate-btn:hover .construction-content-in-con-in-in-cate-btn-in {
	opacity: 0.6;
}

.construction-content-in-con-in-in-cate-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.construction-content-in-con-in-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
}

.construction-content-in-con-in-in-title-in {
	box-sizing: border-box;
}

.construction-content-in-con-in-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-700);
	font-size: 25px;
	line-height: 1.5;
}

a.construction-content-in-con-in-in-title-in-text {
	color: #000;
	text-decoration: none;
}

a.construction-content-in-con-in-in-title-in-text:hover {
	text-decoration: underline;
}

.construction-content-in-con-in-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin: 20px 0;
}

.construction-content-in-con-in-in-text p {
	margin-bottom: 20px;
}

.construction-content-in-con-in-in-text p:last-child {
	margin-bottom: 0;
}

.construction-content-in-con-in-in-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: auto auto 0;
	text-align: center;
	text-decoration: none;
	width: 80%;
}

.construction-content-in-con-in-in-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 2px solid;
	border-radius: 100px;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-600);
	font-size: 16px;
	line-height: 1.5;
	padding: 8px;
}

.construction-content-in-con-in-in-btn:hover .construction-content-in-con-in-in-btn-in {
	background: var(--green-2);
	color: #fff;
}

.construction-content-in-con-in-in-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.construction-content-in-pager {
	box-sizing: border-box;
	margin: 40px 0 -10px;
	text-align: center;
}

.construction-content-in-pager span {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 2px solid;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 46px;
	height: 50px;
	margin: 0 10px 10px 0;
	width: 50px;
}

.construction-content-in-pager span.current,
.construction-content-in-pager span:hover {
	background: var(--green-2);
	color: #fff;
	font-family: var(--fw-600);
}

.construction-content-in-pager span:last-child {
	margin-right: 0;
}

/*------------------------------
施工事例 個別記事ページ
------------------------------*/

.page-kv-in-construction-cate {
	box-sizing: border-box;
	line-height: 0;
}

.page-kv-in-construction-cate-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 2px solid;
	border-radius: 100px;
	color: #000;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 15px;
}

.page-kv-in-construction-cate-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.page-kv-in-construction-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 10px;
}

.page-kv-in-construction-title-in {
	box-sizing: border-box;
}

.page-kv-in-construction-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 40px;
	line-height: 1.5;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.page-kv-in-construction-title-in-text .br {
	display: block;
}

.page-kv-in-construction-title-in-text .br-pc-tab {
	display: block;
}

.page-kv-in-construction-title-in-text .br-pc {
	display: block;
}

.page-kv-in-construction-title-in-text .br-tab {
	display: none;
}

.page-kv-in-construction-title-in-text .br-mobi {
	display: none;
}

.construction-post-content {
	box-sizing: border-box;
}

.construction-post-content .wrapper {
	padding: 40px 0 100px;
}

.construction-post-content-gallery {
	box-sizing: border-box;
}

.construction-post-content-gallery-main-title {
	box-sizing: border-box;
	line-height: 0;
}

.construction-post-content-gallery-main-title-in {
	box-sizing: border-box;
}

.construction-post-content-gallery-main-title-in-text {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-left: 10px solid;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 35px;
	line-height: 1.5;
	padding-left: 20px;
}

.construction-post-content-gallery-slider-list {
	box-sizing: border-box;
	height: 975px;
	margin-top: 20px;
}

.construction-post-content-gallery-slider-list .slick-list {
	height: 975px !important;
}

.construction-post-content-gallery-slider-list li {
	box-sizing: border-box;
}

.construction-post-content-gallery-slider-list-img {
	box-sizing: border-box;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.construction-post-content-gallery-slider-list-img img {
	height: auto;
	width: 100%;
}

.construction-post-content-gallery-thumb-list {
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 77px;
}

.construction-post-content-gallery-thumb-list.thumb-1 {
	padding: 0 477px;
}

.construction-post-content-gallery-thumb-list.thumb-2 {
	padding: 0 343px;
}

.construction-post-content-gallery-thumb-list.thumb-3 {
	padding: 0 210px;
}

.construction-post-content-gallery-thumb-list div {
	transition: none;
}

.construction-post-content-gallery-thumb-list .slick-slide {
	box-sizing: border-box;
	margin-right: 20px;
	width: 246.5px;
}

.construction-post-content-gallery-thumb-list li {
	box-sizing: border-box;
}

.construction-post-content-gallery-thumb-list-img {
	box-sizing: border-box;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.construction-post-content-gallery-thumb-list-img img {
	height: auto;
	width: 100%;
}

.construction-post-content-gallery-thumb-list .slick-prev,
.construction-post-content-gallery-thumb-list .slick-next {
	background-size: 100% !important;
	box-sizing: border-box;
	height: 56px;
	width: 57px;
	z-index: 2;
}

.construction-post-content-gallery-thumb-list .slick-prev {
	background: url(images/slider-btn-img-prev.png) no-repeat;
	left: 0;
}

.construction-post-content-gallery-thumb-list .slick-next {
	background: url(images/slider-btn-img-next.png) no-repeat;
	right: 0;
}

.construction-post-content-gallery-thumb-list .slick-prev:before,
.construction-post-content-gallery-thumb-list .slick-next:before {
	content: none;
}

.construction-post-content-gallery-thumb-list .slick-prev:hover,
.construction-post-content-gallery-thumb-list .slick-prev:focus {
	background: url(images/slider-btn-img-prev.png) no-repeat;
	opacity: 0.6;
}

.construction-post-content-gallery-thumb-list .slick-next:hover,
.construction-post-content-gallery-thumb-list .slick-next:focus {
	background: url(images/slider-btn-img-next.png) no-repeat;
	opacity: 0.6;
}

.construction-post-content-info {
	box-sizing: border-box;
	padding: 15px;
}

.construction-post-content-gallery + .construction-post-content-info {
	margin-top: 60px;
}

.construction-post-content-info-in {
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	border-radius: 8px;
	padding: 30px;
}

.construction-post-content-info-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.construction-post-content-info-in-title-in {
	box-sizing: border-box;
}

.construction-post-content-info-in-title-in-text {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-left: 10px solid;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 35px;
	line-height: 1.5;
	padding-left: 20px;
}

.construction-post-content-info-in-tb {
	box-sizing: border-box;
	margin-top: 30px;
}

.construction-post-content-info-in-tb table {
	box-sizing: border-box;
	width: 100%;
}

.construction-post-content-info-in-tb table th {
	background: #ebebeb;
	box-sizing: border-box;
	border-color: #000 !important;
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	padding: 15px 30px;
	vertical-align: top;
	text-align: left;
	width: 25%;
}

.construction-post-content-info-in-tb table td {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	padding: 15px 30px;
	vertical-align: top;
}

.construction-post-content-info-in-tb table td p {
	margin-bottom: 20px;
}

.construction-post-content-info-in-tb table td p:last-child {
	margin-bottom: 0;
}

.construction-post-content-assignment {
	background: #ebebeb;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 2px solid;
	border-radius: 8px;
	padding: 30px;
}

.construction-post-content-info + .construction-post-content-assignment {
	margin-top: 60px;
}

.construction-post-content-assignment-title {
	box-sizing: border-box;
	border-color: #000 !important;
	border-bottom: 2px solid;
	line-height: 0;
	padding-bottom: 5px;
}

.construction-post-content-assignment-title-in {
	box-sizing: border-box;
}

.construction-post-content-assignment-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 28px;
	line-height: 1.5;
}

.construction-post-content-assignment-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin-top: 20px;
}

.construction-post-content-assignment-text p {
	margin-bottom: 20px;
}

.construction-post-content-assignment-text p:last-child {
	margin-bottom: 0;
}

.construction-post-content-product {
	box-sizing: border-box;
	padding-left: 10px;
}

.construction-post-content-assignment + .construction-post-content-product {
	margin-top: 60px;
}

.construction-post-content-product-in {
	background: #ebebeb;
	box-sizing: border-box;
	box-shadow: -10px 0 0 var(--green-2);
	border-radius: 8px;
	padding: 30px;
}

.construction-post-content-product-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.construction-post-content-product-in-title-in {
	box-sizing: border-box;
}

.construction-post-content-product-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 23px;
	line-height: 1.5;
}

.construction-post-content-product-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin-top: 20px;
}

.construction-post-content-product-in-text p {
	margin-bottom: 20px;
}

.construction-post-content-product-in-text p:last-child {
	margin-bottom: 0;
}

.construction-post-content-product-in-btn {
	box-sizing: border-box;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
}

.construction-post-content-product-in-btn-in {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	text-decoration: underline;
}

.construction-post-content-product-in-btn:hover .construction-post-content-product-in-btn-in {
	text-decoration: none;
}

.construction-post-content-product-in-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.construction-post-content-pager {
	box-sizing: border-box;
	border-color: #000 !important;
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin-top: 60px;
	padding: 20px 0;
}

.construction-post-content-pager li {
	box-sizing: border-box;
}

.construction-post-content-pager li.li-prev,
.construction-post-content-pager li.li-no-prev,
.construction-post-content-pager li.li-next,
.construction-post-content-pager li.li-no-next {
	overflow: hidden;
	width: 513px;
}

.construction-post-content-pager li a {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	position: relative;
	text-decoration: none;
}

.construction-post-content-pager li a:hover {
	text-decoration: underline;
}

.construction-post-content-pager li.li-prev a {
	float: left;
	padding-left: 28px;
}

.construction-post-content-pager li.li-top a {
	font-family: var(--fw-600);
}

.construction-post-content-pager li.li-next a {
	float: right;
	padding-right: 28px;
}

.construction-post-content-pager li.li-prev a::before,
.construction-post-content-pager li.li-next a::before {
	box-sizing: border-box;
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 27px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.construction-post-content-pager li.li-prev a::before {
	content: "\f104";
	left: 0;
}

.construction-post-content-pager li.li-next a::before {
	content: "\f105";
	right: 0;
}

/*------------------------------
会社概要
------------------------------*/

/*--------------------
経営理念
--------------------*/

.company-management-content {
	box-sizing: border-box;
}

.company-management-content .wrapper {
	padding-top: 60px;
}

.company-management-content-in {
	background: #ebebeb;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 40px;
}

.company-management-content-in + .page-sub-title {
	margin-top: 60px;
}

.company-management-content-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.company-management-content-in-title-in {
	box-sizing: border-box;
}

.company-management-content-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.5;
}

.company-management-content-greeting {
	box-sizing: border-box;
	margin-top: 60px;
	padding: 15px;
}

.company-management-content-greeting-in {
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	padding: 30px;
}

.company-management-content-greeting-in-img {
	box-sizing: border-box;
	float: left;
	width: 250px;
}

.company-management-content-greeting-in-img-in {
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 10px solid;
	border-radius: 50%;
	display: block;
	overflow: hidden;
}

.company-management-content-greeting-in-img-in img {
	height: auto;
	width: 100%;
}

.company-management-content-greeting-in-img-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 10px;
	text-align: center;
}

.company-management-content-greeting-in-img-title-in {
	box-sizing: border-box;
}

.company-management-content-greeting-in-img-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
}

.company-management-content-greeting-in-img-title-in-text .big {
	font-family: var(--fw-600);
	font-size: 24px;
}

.company-management-content-greeting-in-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 290px);
}

.company-management-content-greeting-in-in-title {
	box-sizing: border-box;
	border-color: #ccc !important;
	border-bottom: 3px solid;
	line-height: 0;
	padding-bottom: 5px;
}

.company-management-content-greeting-in-in-title-in {
	box-sizing: border-box;
}

.company-management-content-greeting-in-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.company-management-content-greeting-in-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04vw;
	margin-top: 20px;
}

.company-management-content-greeting-in-in-text p {
	margin-bottom: 20px;
}

.company-management-content-greeting-in-in-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
会社概要
--------------------*/

.company-overview-content {
	box-sizing: border-box;
}

.company-overview-content .wrapper {
	padding-top: 100px;
}

.company-overview-content-tb {
	box-sizing: border-box;
	margin-top: 40px;
}

.company-overview-content-tb table {
	box-sizing: border-box;
	width: 100%;
}

.company-overview-content-tb table th {
	background: #ebebeb;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 2px solid;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.065vw;
	padding: 20px 30px;
	vertical-align: middle;
	text-align: left;
	width: 22.5%;
}

.company-overview-content-tb table td {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 2px solid;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.065vw;
	padding: 20px 30px;
	vertical-align: middle;
}

.company-overview-content-tb table td p {
	margin-bottom: 20px;
}

.company-overview-content-tb table td p:last-child {
	margin-bottom: 0;
}

/*--------------------
アクセス情報
--------------------*/

.company-access-content {
	box-sizing: border-box;
}

.company-access-content .wrapper {
	padding-top: 100px;
}

.company-access-content-in {
	box-sizing: border-box;
	margin-top: 25px;
	padding: 15px;
}

.company-access-content-in-in {
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	padding: 30px;
}

.company-access-content-in-in-title {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-bottom: 3px solid;
	line-height: 0;
	padding-bottom: 5px;
}

.company-access-content-in-in-title-in {
	box-sizing: border-box;
}

.company-access-content-in-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.company-access-content-in-in-main-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	margin-top: 20px;
}

.company-access-content-in-in-main-text p {
	margin-bottom: 20px;
}

.company-access-content-in-in-main-text p:last-child {
	margin-bottom: 0;
}

.company-access-content-in-in-main-text .big {
	font-family: var(--fw-600);
	font-size: 24px;
}

.company-access-content-in-in-map {
	box-sizing: border-box;
	margin-top: 30px;
	height: 350px;
	width: 100%;
}

.company-access-content-in-in-map iframe {
	height: 100%;
	width: 100%;
}

.company-access-content-in-in-in {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 30px;
}

.company-access-content-in-in-in p {
	margin-bottom: 20px;
}

.company-access-content-in-in-in p:last-child {
	margin-bottom: 0;
}

.company-access-content-in-in-in .title-2 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
}

.company-access-content-in-in-in .title-2 .title-in {
	box-sizing: border-box;
	display: block;
}

.company-access-content-in-in-in .title-2 .title-in .title-in-text {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-left: 7px solid;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 27px;
	line-height: 1.5;
	padding-left: 10px;
}

.company-access-content-in-in-in .big {
	font-size: 24px;
}

/*--------------------
岡通ホールディングス
--------------------*/

.company-info-content {
	box-sizing: border-box;
}

.company-info-content .wrapper {
	padding: 100px 0;
}

.company-info-content-con {
	box-sizing: border-box;
	margin: 40px 0 -33px;
}

.company-info-content-con section {
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 5px solid;
	border-radius: 10px;
	float: left;
	margin: 0 33px 33px 0;
	padding: 30px;
	width: 378px;
}

.company-info-content-con section:nth-child(3n),
.company-info-content-con section:last-child {
	margin-right: 0;
}

.company-info-content-con-img {
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.company-info-content-con-img img {
	height: auto;
	width: 100%;
}

.company-info-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
	text-align: center;
}

.company-info-content-con-title-in {
	box-sizing: border-box;
}

.company-info-content-con-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.5;
}

.company-info-content-con-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
	text-align: center;
}

.company-info-content-con-text p {
	margin-bottom: 20px;
}

.company-info-content-con-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
ラインナップ
------------------------------*/

.lineup-content {
	box-sizing: border-box;
}

.lineup-content .wrapper {
	padding: 40px 0 100px;
}

.lineup-content-btn-list {
	box-sizing: border-box;
	margin-bottom: -21px;
}

.lineup-content-btn-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 21px 21px 0;
	width: 386px;
}

.lineup-content-btn-list li:nth-child(3n),
.lineup-content-btn-list li:last-child {
	margin-right: 0;
}

.lineup-content-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.lineup-content-btn-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 3px solid;
	color: var(--green-2);
	display: block;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.5;
	padding: 15px;
}

.lineup-content-btn-list-btn:hover .lineup-content-btn-list-btn-in {
	background: var(--green-2);
	color: #fff;
}

.lineup-content-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.lineup-content-in {
	box-sizing: border-box;
	padding: 15px;
}

.lineup-content-btn-list + .lineup-content-in {
	margin-top: 40px;
}

.lineup-content-in-in {
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	padding: 30px;
}

.lineup-content-in-in-con {
	box-sizing: border-box;
}

.lineup-content-in-in-con section {
	box-sizing: border-box;
	margin-bottom: 90px;
}

.lineup-content-in-in-con section:last-child {
	margin-bottom: 0;
}

.lineup-content-in-in-con-title {
	background: var(--green-2);
	box-sizing: border-box;
	line-height: 0;
	padding: 10px 15px;
}

.lineup-content-in-in-con-title-in {
	box-sizing: border-box;
}

.lineup-content-in-in-con-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.lineup-content-in-in-con-in {
	box-sizing: border-box;
	margin-top: 30px;
}

.lineup-content-in-in-con-in-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 500px;
}

.lineup-content-in-in-con-in-img img {
	height: auto;
	width: 100%;
}

.lineup-content-in-in-con-in-info {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 530px);
}

.lineup-content-in-in-con-in-info-tb {
	box-sizing: border-box;
}

.lineup-content-in-in-con-in-info-tb table {
	box-sizing: border-box;
	width: 100%;
}

.lineup-content-in-in-con-in-info-tb table th {
	background: var(--green-2);
	box-sizing: border-box;
	border-color: #fff !important;
	border-right: 3px solid;
	border-bottom: 3px solid;
	color: #fff;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.444;
	padding: 10px 15px;
	vertical-align: top;
	text-align: left;
	width: 35%;
}

.lineup-content-in-in-con-in-info-tb table td {
	background: #eee;
	box-sizing: border-box;
	border-color: #fff !important;
	border-bottom: 3px solid;
	font-size: 18px;
	line-height: 1.444;
	padding: 10px 15px;
	vertical-align: top;
}

.lineup-content-in-in-con-in-info-tb table tr:last-child th,
.lineup-content-in-in-con-in-info-tb table tr:last-child td {
	border-bottom: 0;
}

.lineup-content-in-in-con-tb {
	box-sizing: border-box;
	margin-top: 30px;
}

.lineup-content-in-in-con-tb table {
	box-sizing: border-box;
	width: 100%;
}

.lineup-content-in-in-con-tb table th {
	background: #eee;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	font-size: 18px;
	line-height: 1.444;
	padding: 10px 15px;
	vertical-align: middle;
	text-align: center;
}

.lineup-content-in-in-con-tb table th.th-midashi {
	background: #e9f4e5;
	color: var(--green-2);
	font-family: var(--fw-600);
}

.lineup-content-in-in-con-tb table th.th-1 {
	width: 30%;
}

.lineup-content-in-in-con-tb table th.th-vertical {
	background: #d3d3d3;
	writing-mode: vertical-rl;
	width: 7%;
}

.lineup-content-in-in-con-tb table td {
	background: fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	font-size: 18px;
	line-height: 1.444;
	padding: 10px 15px;
	vertical-align: middle;
	text-align: center;
}

.lineup-content-in-in-con-detail {
	background: #eee;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 5px solid;
	margin-top: 30px;
	padding: 30px;
	padding-right: 60px;
	width: 60%;
}

.lineup-content-in-in-con-detail-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 45%;
}

.lineup-content-in-in-con-detail-img img {
	height: auto;
	width: 100%;
}

.lineup-content-in-in-con-detail-title {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-bottom: 2px solid;
	float: right;
	line-height: 0;
	padding-left: 30px;
	width: calc(100% - 45%);
}

.lineup-content-in-in-con-detail-title-in {
	box-sizing: border-box;
}

.lineup-content-in-in-con-detail-title-in-text {
	box-sizing: border-box;
	color: var(--green-2);
	font-family: var(--fw-600);
	font-size: 27px;
	line-height: 1.5;
}

/*------------------------------
お知らせ
------------------------------*/

body#news .top-news-content .wrapper,
body#archive .top-news-content .wrapper {
	padding: 40px 0 100px;
}

.list-pager {
	box-sizing: border-box;
	margin: 0 auto;
	width: 794px;
}

.list-pager .wp-pagenavi {
	box-sizing: border-box;
	margin: 40px 0 -10px;
	text-align: center;
}

.list-pager .wp-pagenavi span,
.list-pager .wp-pagenavi a {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 2px solid;
	color: #000;
	display: inline-block;
	font-size: 18px;
	line-height: 46px;
	margin: 0 10px 10px 0;
	height: 50px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}

.list-pager .wp-pagenavi span:last-child,
.list-pager .wp-pagenavi a:last-child {
	margin-right: 0;
}

.list-pager .wp-pagenavi span.current,
.list-pager .wp-pagenavi a:hover {
	background: var(--green-2);
	border-color: var(--green-2) !important;
	color: #fff;
	font-family: var(--fw-600);
}

/*------------------------------
ブログ記事　個別ページ
------------------------------*/

.post-content {
	box-sizing: border-box;
}

.post-content .wrapper {
	padding: 40px 0 100px;
}

.post-content-main-title {
	background: #ebebeb;
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border-bottom: 5px solid;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.post-content-main-title-in {
	box-sizing: border-box;
}

.post-content-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.post-content-info {
	box-sizing: border-box;
}

.post-content-info-date {
	box-sizing: border-box;
	float: left;
	line-height: 0;
}

.post-content-info-date-in {
	box-sizing: border-box;
}

.post-content-info-date-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.5;
}

.post-content-in {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin-top: 40px;
}

.post-content-in p {
	margin-bottom: 20px;
}

.post-content-in p:last-child {
	margin-bottom: 0;
}

.post-content-in p + h2,
.post-content-in p + h3,
.post-content-in p + h4,
.post-content-in p + .title-2,
.post-content-in p + .title-3,
.post-content-in p + .title-4,
.post-content-in ul + h2,
.post-content-in ul + h3,
.post-content-in ul + h4,
.post-content-in ul + .title-2,
.post-content-in ul + .title-3,
.post-content-in ul + .title-4,
.post-content-in ol + h2,
.post-content-in ol + h3,
.post-content-in ol + h4,
.post-content-in ol + .title-2,
.post-content-in ol + .title-3,
.post-content-in ol + .title-4,
.post-content-in dl + h2,
.post-content-in dl + h3,
.post-content-in dl + h4,
.post-content-in dl + .title-2,
.post-content-in dl + .title-3,
.post-content-in dl + .title-4,
.post-content-in table + h2,
.post-content-in table + h3,
.post-content-in table + h4,
.post-content-in table + .title-2,
.post-content-in table + .title-3,
.post-content-in table + .title-4,
.post-content-in img + h2,
.post-content-in img + h3,
.post-content-in img + h4,
.post-content-in img + .title-2,
.post-content-in img + .title-3,
.post-content-in img + .title-4,
.post-content-in iframe + h2,
.post-content-in iframe + h3,
.post-content-in iframe + h4,
.post-content-in iframe + .title-2,
.post-content-in iframe + .title-3,
.post-content-in iframe + .title-4,
.post-content-in div + h2,
.post-content-in div + h3,
.post-content-in div + h4,
.post-content-in div + .title-2,
.post-content-in div + .title-3,
.post-content-in div + .title-4,
.post-content-in a + h2,
.post-content-in a + h3,
.post-content-in a + h4,
.post-content-in a + .title-2,
.post-content-in a + .title-3,
.post-content-in a + .title-4,
.post-content-in center + h2,
.post-content-in center + h3,
.post-content-in center + h4,
.post-content-in center + .title-2,
.post-content-in center + .title-3,
.post-content-in center + .title-4 {
	margin-top: 60px;
}

.post-content-in .title-2 {
	box-sizing: border-box;
	border-color: var(--green-2) !important;
	border: 3px solid;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.post-content-in .title-2 .title-in {
	box-sizing: border-box;
	display: block;
}

.post-content-in .title-2 .title-in-text {
	box-sizing: border-box;
	color: var(--green-2);
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 25px;
	line-height: 1.5;
	text-align: left;
}

.post-content-in .title-3 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
}

.post-content-in .title-3::before {
	background: var(--green-2);
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 30%;
	z-index: 2;
}

.post-content-in .title-3::after {
	background: #ccc;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.post-content-in .title-3 .title-in {
	box-sizing: border-box;
	display: block;
}

.post-content-in .title-3 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 25px;
	line-height: 1.5;
	text-align: left;
}

.post-content-in .title-4 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
}

.post-content-in .title-4 .title-in {
	box-sizing: border-box;
	display: block;
}

.post-content-in .title-4 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 25px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
	text-align: left;
}

.post-content-in .title-4 .title-in-text::before {
	background: var(--green-2);
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 8px;
	width: 20px;
}

.post-content-in img.size-thumbnail {
	height: auto;
	width: 150px;
}

.post-content-in img.size-medium {
	height: auto;
	width: 300px;
}

.post-content-in img.size-large {
	height: auto;
	width: 640px;
}

.post-content-in img.size-full {
	height: auto;
	width: 640px;
}

.post-content-in img.size-full.defo {
	height: auto;
	max-width: 640px;
	width: auto;
}

.post-content-in img.size-full.full {
	height: auto;
	width: 100%;
}

.post-content-in .douga {
	margin-bottom: 20px;
	width: 640px;
}

.post-content-in .douga:last-child {
	margin-bottom: 0;
}

/*------------------------------
お問い合わせ
------------------------------*/

.contact-content {
	box-sizing: border-box;
}

.contact-content .wrapper {
	padding: 40px 0 100px;
}

body#confirm .contact-content .wrapper {
	padding-top: 20px;
}

.contact-content-in {
	background: #ebebeb;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 4px solid;
	border-radius: 10px;
	padding: 30px;
}

.contact-content-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.contact-content-in-title-in {
	box-sizing: border-box;
}

.contact-content-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.contact-content-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin-top: 20px;
}

.contact-content-in-text p {
	margin-bottom: 20px;
}

.contact-content-in-text p:last-child {
	margin-bottom: 0;
}

.contact-content-form-tb {
	box-sizing: border-box;
	margin-top: 40px;
}

body#confirm .contact-content-form-tb {
	margin-top: 0;
}

.contact-content-form-tb table {
	box-sizing: border-box;
	width: 100%;
}

.contact-content-form-tb table th {
	box-sizing: border-box;
	border-color: #ccc !important;
	border-bottom: 2px solid;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	padding: 20px 20px 40px 0;
	vertical-align: top;
	text-align: left;
	width: 25%;
}

.contact-content-form-tb-th-box {
	background: #999;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin-left: 10px;
	padding: 0 10px;
}

.contact-content-form-tb-th-box.required {
	background: var(--red-2);
}

.contact-content-form-tb table td {
	box-sizing: border-box;
	border-color: #ccc !important;
	border-bottom: 2px solid;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	padding: 20px 0 40px;
	vertical-align: top;
}

.contact-content-form-tb table td input[type="text"],
.contact-content-form-tb table td input[type="email"],
.contact-content-form-tb table td input[type="tel"] {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	display: block;
	font-family: var(--fw-300);
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-form-tb table td input[type="tel"].input-post {
	float: left;
	margin-left: 10px;
	width: 260px;
}

.contact-content-form-tb table td input[type="text"].input-address {
	margin-top: 10px;
}

.contact-content-form-tb-td-post-text {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 6px 0;
}

.contact-content-form-tb-td-select {
	box-sizing: border-box;
	position: relative;
	width: 40%;
}

.contact-content-form-tb-td-select::before,
.contact-content-form-tb-td-select::after {
	background: #494949;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	content: "\f106";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 5px;
	text-align: center;
	width: 20px;
	z-index: 2;
}

.contact-content-form-tb-td-select::before {
	top: 5px;
}

.contact-content-form-tb-td-select::after {
	top: 32px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.contact-content-form-tb-td-select select {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	cursor: pointer;
	color: #000;
	display: block;
	font-family: var(--fw-300);
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	padding: 15px 10px;
	padding-right: 35px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-form-tb table td textarea {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	display: block;
	font-family: var(--fw-300);
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	height: 300px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-check-text {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 40px;
	text-align: center;
}

.contact-content-check-text label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.contact-content-check-text label input[type="checkbox"] {
	display: none;
}

.contact-content-check-text-in {
	box-sizing: border-box;
	display: block;
	font-family: var(--fw-600);
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	min-height: 30px;
	padding: 2px 0;
	padding-left: 40px;
}

.contact-content-check-text-in::before {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 5px;
	content: "";
	left: 0;
	height: 30px;
	position: absolute;
	top: 0;
	width: 30px;
}

.contact-content-check-text label input[type="checkbox"]:checked + .contact-content-check-text-in::after {
	box-sizing: border-box;
	border-color: var(--red-2) !important;
	border-right: 3px solid;
	border-bottom: 3px solid;
	content: "";
	left: 9px;
	height: 17px;
	position: absolute;
	top: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 12px;
}

.contact-content-check-text-in a {
	color: #000;
}

.contact-content-check-text-in a:hover {
	text-decoration: none;
}

.contact-content-send-btn {
	box-sizing: border-box;
	margin: 40px auto 0;
	width: 320px;
}

.contact-content-send-btn input[type="submit"] {
	background: #000;
	box-sizing: border-box;
	border: 0;
	border-radius: 100px;
	cursor: pointer;
	color: #fff;
	display: block;
	font-family: var(--fw-600);
	font-size: 20px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	padding: 20px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-send-btn input[type="submit"]:hover {
	opacity: 0.6;
}

.contact-content-send-btn input[type="submit"].none {
	opacity: 0.6;
	pointer-events: none;
}

.wpcf7-spinner,
.wpcf7 form .wpcf7-response-output {
	display: none !important;
}

.contact-content-send-btn + .page-sub-title,
.wpcf7 + .page-sub-title {
	margin-top: 60px;
}

.contact-content-tel {
	background: #ebebeb;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 4px solid;
	border-radius: 10px;
	margin-top: 40px;
	padding: 30px;
}

.contact-content-tel-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.contact-content-tel-title-in {
	box-sizing: border-box;
}

.contact-content-tel-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 30px;
	line-height: 1.5;
}

.contact-content-tel-tb {
	box-sizing: border-box;
	margin: 30px 100px 0;
}

.contact-content-tel-tb table {
	box-sizing: border-box;
	width: 100%;
}

.contact-content-tel-tb table th {
	box-sizing: border-box;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: right;
}

.contact-content-tel-tb table th.th-midashi {
	font-family: var(--fw-300);
	font-size: 21px;
	color: #777;
	text-align: center;
}

.contact-content-tel-tb table th.th-none {
	width: 25%;
}

.contact-content-tel-tb table th.th-1 {
	width: 37.5%;
}

.contact-content-tel-tb table th.th-2 {
	width: 37.5%;
}

.contact-content-tel-tb table td {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.5;
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
}

.contact-content-tel-tb-td-num {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.contact-content-tel-tb-td-num-in {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 35px;
	line-height: 1.5;
}

.contact-content-tel-tb-td-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

footer {
	box-sizing: border-box;
}

.foot-in {
	box-sizing: border-box;
}

.foot-in .wrapper {
	padding: 108px 0;
	width: 1760px;
}

.foot-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	margin-top: 10px;
	width: 347px;
}

.foot-in-logo img {
	height: auto;
	width: 100%;
}

.foot-in-in {
	box-sizing: border-box;
	float: right;
	width: 1227px;
}

.foot-in-in-menu {
	box-sizing: border-box;
	float: left;
	margin-top: 3px;
}

.foot-in-in-menu section {
	box-sizing: border-box;
	float: left;
	margin-right: 100px;
}

.foot-in-in-menu section:last-child {
	margin-right: 0;
}

.foot-in-in-menu-title {
	box-sizing: border-box;
	line-height: 0;
}

.foot-in-in-menu-title-in {
	box-sizing: border-box;
}

.foot-in-in-menu-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--fw-600);
	font-size: 24px;
	line-height: 1.5;
}

.foot-in-in-menu-list {
	box-sizing: border-box;
	margin-top: 16px;
}

.foot-in-in-menu-list li {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.03vw;
	margin-bottom: 9px;
}

.foot-in-in-menu-list li:last-child {
	margin-bottom: 0;
}

.foot-in-in-menu-list li a {
	color: #000;
	text-decoration: none;
}

.foot-in-in-menu-list li a:hover {
	text-decoration: underline;
}

.foot-in-in-sns-list {
	box-sizing: border-box;
	float: right;
	margin-right: 36px;
}

.foot-in-in-sns-list li {
	box-sizing: border-box;
	margin-bottom: 7px;
	width: 40px;
}

.foot-in-in-sns-list li:last-child {
	margin-bottom: 0;
}

.foot-in-in-sns-list-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.foot-in-in-sns-list-img img {
	height: auto;
	width: 100%;
}

.foot-copyright {
	background: #ebebeb;
	box-sizing: border-box;
}

.foot-copyright .wrapper {
	padding: 37px 0;
}

.foot-copyright-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.foot-copyright-text .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 9px;
}

@media(max-width: 1761px) {

	.foot-in .wrapper {
		width: 1200px;
	}

	.foot-in-logo {
		float: left;
		margin-top: 10px;
		width: 240px;
	}

	.foot-in-in {
		float: right;
		width: 920px;
	}

	.foot-in-in-menu section {
		float: left;
		margin-right: 40px;
	}

	.foot-in-in-menu-title-in-text {
		font-size: 24px;
	}

	.foot-in-in-menu-list {
		margin-top: 16px;
	}

	.foot-in-in-menu-list li {
		font-size: 18px;
		letter-spacing: 0.03vw;
		margin-bottom: 9px;
	}

	.foot-in-in-sns-list {
		float: right;
		margin-right: 0;
	}

	.foot-in-in-sns-list li {
		margin-bottom: 7px;
		width: 40px;
	}

}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}