@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 120px 0 0;
	width: 100%;
	line-height: 1.8;
	color: #2d2c37;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrapper {
	overflow: hidden;
}
.sponly {
    display: none;
}
.pconly {
    display: inline;
}
#topform, #top01, #top02, #top03, #top04, #top05, #top06, #top07, #top08, #top09, #top10 {
    margin-top: -140px;
    padding-top: 140px;
}

@media screen and (max-width:1279px) {
    body {
        padding: 60px 0 0;
    }
    #topform, #top01, #top02, #top03, #top04, #top05, #top06, #top07, #top08, #top09, #top10 {
        margin-top: -80px;
        padding-top: 80px;
    }
}

@media screen and (max-width:599px) {
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}

/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    background-color: #fff;
	line-height: 1;
	z-index: 1010;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 0px 0px 40px;
	width: 100%;
    height: 120px;
}
.hd-logo {
	position: relative;
	margin: 0px 0 0 0;
	width: 360px;
	text-align: left;
}
.hd-logo img {
    width: 60px;
    height: auto;
}
.hd-logo p {
	margin: 0px 0 0 0px;
    font-weight: 600;
	font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
}
.hd-logo p span {
    margin-bottom: 1px;
    font-weight: 600;
	font-size: 24px;
    line-height: 1;
    letter-spacing: -1px;
    display: inline-block;
}
.hd-info {
	width: calc(100% - 360px);
    vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

.hd-tel {
    position: absolute;
    top: 20px;
    right: 260px;
}
.hd-tel strong {
	display: inline-block;
	position: relative;
	padding: 0 0 0 26px;
	letter-spacing: 0px;
    line-height: 1.2;
	font-size: 28px;
	font-weight: 500;
    color: #5c4b3b;
    font-family: 'Montserrat', sans-serif;
}
.hd-tel strong::before {
	content: "";
	display: block;
	position: absolute;
	top: 41%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 26px;
	height: 26px;
	background: url("../img/cmn/icon_tel.svg") no-repeat center center;
	background-size: contain;
}
.hd-mail {
    position: absolute;
    top: 10px;
    right: 30px;
}
.hd-mail a {
    display: block;
    width: 200px;
    background-color: #1794d8;
    text-align: center;
}
.hd-mail a span {
	display: inline-block;
	padding: 10px 0 0 32px;
	height: 50px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1.5px;
	font-weight: 500;
	color: #ffffff;
	background: url("../img/cmn/icon_mail.svg") no-repeat left center;
    background-size: 23px;
}

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1279px) {
	.hd-inr {
        padding: 0px 15px 0px 15px;
        height: 60px;
	}
	.hd-logo {
        width: 300px;
	}
    .hd-logo img {
        height: 50px;
        width: auto;
    }
    .hd-logo p {
        margin: 0px 0 0 0px;
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0px;
        display: inline-block;
    }
    .hd-logo p span {
        margin-bottom: 1px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        letter-spacing: -1px;
        display: inline-block;
    }
	.hd-info {
		width: calc(100% - 300px);
		padding: 0 55px 0 0;
		align-items: center;
	}
    .hd-contact {
        height: 40px;
    }
	.hd-menu {
		margin: 0;
		padding: 0;
	}
	.hd-tel {
        position: static;
        margin-right: 15px;
	}
	.hd-tel a {
		display: block;
		position: relative;
		padding: 0;
		width: 40px;
		height: 40px;
        border: #5c4b3b 1px solid;
	}
	.hd-tel a::before {
		content: "";
		display: block;
		position: absolute;
		top: 44%;
		left: 60%;
		transform: translate(-50%,-50%);
		margin: 0;
		width: 26px;
		height: 26px;
		background: url("../img/cmn/icon_tel.svg") no-repeat center center;
		background-size: contain;
	}
	.hd-tel a strong,
	.hd-tel a small {
		display: none;
	}
    .hd-mail {
        position: static;
    }
    .hd-mail a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #1794d8 url("../img/cmn/icon_mail.svg") no-repeat center center;
        background-size: 23px;
        border-radius: 0px;
    }
    .hd-mail a span {
        display: none;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .hd-inr {
        padding: 0px 15px 0px 10px;
	}
	.hd-logo {
        width: 210px;
	}
    .hd-logo p {
        margin: 0px 0 0 0px;
        font-weight: 600;
        font-size: 10px;
        line-height: 1;
        letter-spacing: -1px;
        display: inline-block;
    }
    .hd-logo p span {
        margin-bottom: 1px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        letter-spacing: -1px;
        display: inline-block;
    }
	.hd-info {
		width: calc(100% - 210px);
		padding: 0 45px 0 0;
	}
    .hd-tel {
        margin: 0 10px 0 0px;
    }
}
@media screen and (max-width: 360px) {
	.hd-logo {
        width: 190px;
	}
    .hd-logo p {
        margin: 0px 0 0 0px;
        font-weight: 600;
        font-size: 10px;
        line-height: 1;
        letter-spacing: -1px;
        display: inline-block;
    }
    .hd-logo p span {
        margin-bottom: 1px;
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        letter-spacing: -1px;
        display: inline-block;
    }
	.hd-info {
		width: calc(100% - 190px);
	}
}

@media screen and (max-width: 320px) {
	.hd-logo {
        width: 160px;
	}
    .hd-logo p {
        margin: 0px 0 0 0px;
        font-weight: 600;
        font-size: 10px;
        line-height: 1;
        letter-spacing: -1px;
        display: inline-block;
        text-align: right;
    }
    .hd-logo p span {
        margin-bottom: 1px;
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        letter-spacing: -1px;
        display: block;
    }
	.hd-info {
		width: calc(100% - 160px);
		padding: 0 45px 0 0;
	}
}

/*	フッター
---------------------------------*/
footer {
    background: #2d2c37;
    text-align: center;
}
footer .contents-inr {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ft-logo {
    margin: 0px 0 5px 0;
    font-weight: 400;
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6;
    color: #ffffff;
}
.ft-address {
    font-weight: 400;
	font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.6;
    color: #ffffff;
}

.ft-copyright {
	padding: 30px 0px 0px 0px;
    font-weight: 400;
	font-size: 10px;
    letter-spacing: 0px;
    line-height: 1.6;
    color: #ffffff;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
    footer .contents-inr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ft-logo {
        margin: 0px 0 2px 0;
        font-size: 16px;
    }
    .ft-address {
        font-size: 12px;
    }
    .ft-copyright {
        padding: 20px 0px 0px 0px;
        font-size: 10px;
    }
}

@media screen and (max-width: 320px) {
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 58px 30px 0 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 40px;
	padding: 0 0px 0px 0px;
    height: 40px;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0 0px 0px 0px;
}
.pc-nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
    letter-spacing: 1px;
}
.pc-nav > ul > li > a span {
	position: relative;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
}

.pc-nav > ul > li.parent div {
	position: absolute;
	top: 100%;
	left: calc(50% + 0px);
	transform: translateX(-50%);
	padding: 15px 15px 15px 15px;
	width: 170px;
	max-height: 0;
	background: rgba(0,0,0,0.8);
	text-align: center;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
	display: inline-block;
}
.pc-nav > ul > li.parent div li a {
	display: block;
	padding: 8px 0px 8px 0px;
	text-align: left;
	font-size: 14px;
    color: #ffffff;
}
.pc-nav > ul > li.parent div li:last-child a {
    border-bottom: none;
}
.pc-nav > ul > li.parent:hover div {
	max-height: 360px;
	opacity: 1;
}

@media screen and (max-width:1279px) {
	.pc-nav {
		display: none;
	}
	.pconly-nav {
		display: none;
	}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width:1279px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		font-size: 1.8rem;
		font-weight: 400;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.9);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	header nav.sp-nav > ul > li {
		margin: 20px 0;
		overflow: hidden;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}

	header nav.sp-nav > ul > li.parent {
		margin: 25px 0;
	}
	header nav.sp-nav > ul > li.parent > a {
		text-decoration: none;
		border: none;
	}
	header nav.sp-nav > ul > li.parent div ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li {
		margin: 10px 0 0;
		font-size: 0.875em;
	}
	header nav.sp-nav > ul > li.parent div li a {
		display: inline-block;
		color: #ccc;
	}
	header nav.sp-nav > ul > li.parent div li a:hover {
		display: inline-block;
		border-bottom: none;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type {
		margin: 10px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li::after {
		content: "/";
		display: inline;
		margin: 0 5px;
		color: #999;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type::after {
		content: "";
	}
	header nav.sp-nav ul li strong,
	header nav.sp-nav ul li br {
		display: none;
	}
	header nav.sp-nav ul li span span,
	header nav.sp-nav ul li br {
		display: none;
	}

	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		margin: auto;
		width: 40px;
		height: 40px;
		background: #1c1c1c;
		cursor: pointer;
		z-index: 1002;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #fff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 7px;
	}
	header .navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 7px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-315deg);
	}
}

@media screen and (max-width:599px) {
	header nav.sp-nav {
		font-size: 14px;
	}
	header .navToggle {
		right: 10px;
	}
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
	padding: 0;
	width: 100%;
}
.main-img-inr {
	position: relative;
	margin: 0 0 0 0%;
	width: 100%;
	background-color: #ffffff;
}
.main-img-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 1000;
}
.main-img {
	position: relative;
	width: 100%;
	height: calc(100vh - 120px);
	background: no-repeat center center / cover;
}
.main-img.img01 {
	background-image: url("../img/top/img_main01.jpg");
}
.main-img.img02 {
	background-image: url("../img/top/img_main02.jpg");
}
.main-img.img03 {
	background-image: url("../img/top/img_main03.jpg");
}
.main-img.img04 {
	background-image: url("../img/top/img_main04.jpg");
}
.main-img.img05 {
	background-image: url("../img/top/img_main05.jpg");
}
.main-img.img06 {
	background-image: url("../img/top/img_main06.jpg");
}
.main-img.img07 {
	background-image: url("../img/top/img_main07.jpg");
}
.main-img.img08 {
	background-image: url("../img/top/img_main08.jpg");
}
.main-img.img09 {
	background-image: url("../img/top/img_main09.jpg");
}
.main-img.img10 {
	background-image: url("../img/top/img_main10.jpg");
}

.main-img-cap {
	position: absolute;
    top: 45%;
    left: 2%;
	text-align: center;
    width: 96%;
	z-index: 1001;
}
.main-img-cap img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.main-img-cap h2 {
	font-size: 43px;
    line-height: 1.3;
    letter-spacing: 10px;
    color: #ffffff;
    font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
    font-weight: 600;
}
.main-img-cap h2 span {
    margin-top: 20px;
    display: block;
	font-size: 20px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #ffffff;
	font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.main-img-otr .bx-controls {
    display: none;

	position: absolute;
	bottom: 30px;
	left: 0;
    width: 86%;
    text-align: center;
	z-index: 1001;
}
.bx-pager-item {
	display: inline-block;
	margin: 0 10px;
}
.bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 50%;
	text-indent: -9999px;
	text-align: left;
}
.bx-pager-item a.active {
	background: #ffde00;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
    .main-img {
        height: calc(100vh - 60px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .main-img-cap h2 {
        font-size: 40px;
        line-height: 1.3;
        letter-spacing: 6px;
    }
    .main-img-cap h2 span {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 599px) {
    .main-img-otr::before {
        width: 30%;
        height: 100%;
    }
    .main-img-cap {
        top: 37%;
    }
    .main-img-cap h2 {
        font-size: 32px;
        line-height: 1.3;
        letter-spacing: 6px;
    }
    .main-img-cap h2 span {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 320px) {
    .main-img-cap h2 {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 6px;
    }
    .main-img-cap h2 span {
        margin-top: 20px;
        font-size: 11px;
        line-height: 1.4;
        letter-spacing: 3px;
    }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1160px;
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
	font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}
.ttl-cmn01 span {
    margin-bottom: 0px;
    display: block;
	font-size: 14px;
    line-height: 1.6;
    letter-spacing: 3px;
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.ttl-cmn02 {
    margin-bottom: 40px;
	font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: #1794d8 3px solid;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .ttl-cmn01 span {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .ttl-cmn02 {
        margin-bottom: 30px;
        font-size: 18px;
        padding-bottom: 8px;
    }
}

/*	トップページ
---------------------------------*/
/* 私たちについて */
.top-about {
	padding-top: 100px;
	padding-bottom: 160px;
    background: url("../img/top/bg_about.jpg") no-repeat center center;
    background-size: cover;
	clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 150px), 0 100%);
}
.top-about .ttl-cmn01 {
    margin-bottom: 40px;
    color: #ffffff;
}
.top-about h4 {
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 30px;
}
.top-about p {
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-about {
        padding-top: 40px;
        padding-bottom: 60px;
	clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    }
    .top-about .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .top-about h4 {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .top-about p {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.8;
        margin-bottom: 15px;
    }
}

/* 当社で働く魅力 */
.top-charm {
	padding-top: 60px;
	padding-bottom: 80px;
}
.top-charm .contents-inr {
}
.top-charm .ttl-cmn01 {
    margin-bottom: 40px;
}
.top-charm .img-box {
    width: 43%;
    float: right;
}
.top-charm .img-box img {
    width: 100%;
    height: auto;
}
.top-charm .text-box {
    width: 50%;
    float: left;
}
.top-charm .text-box h4 {
    text-align: left;
    margin-bottom: 30px;
}
.top-charm .text-box h4 span {
    position: relative;
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #ff0000;
}
.top-charm .text-box h4 span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1px;
    background: #ff0000;
    z-index: -1;
}
.top-charm .text-box p {
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: left;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-charm {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .top-charm .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .top-charm .img-box {
        width: 100%;
        float: none;
        text-align: center;
    }
    .top-charm .img-box img {
    }
    .top-charm .text-box {
        margin-top: 30px;
        width: 100%;
        float: none;
    }
    .top-charm .text-box h4 {
        margin-bottom: 20px;
    }
    .top-charm .text-box h4 span {
        font-size: 18px;
    }
    .top-charm .text-box h4 span::before {
        bottom: -6px;
    }
    .top-charm .text-box p {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* 社員の声 */
.top-voice {
	padding-top: 160px;
	padding-bottom: 180px;
    position: relative;
}
.top-voice::before {
	content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #f4f3ef;
	clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);

	clip-path: polygon(0 0, 100% 150px, 100% calc(100% - 150px), 0 100%);

    z-index: -1;
}
.top-voice .contents-inr {
}
.top-voice .ttl-cmn01 {
    margin-bottom: 40px;
}
.top-voice .img-box {
    width: 43%;
    float: left;
}
.top-voice .img-box img {
    width: 100%;
    height: auto;
}
.top-voice .text-box {
    width: 50%;
    float: right;
}
.top-voice .text-box h4 {
    text-align: left;
    margin-bottom: 30px;
}
.top-voice .text-box h4 span {
    position: relative;
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #ff0000;
}
.top-voice .text-box h4 span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1px;
    background: #ff0000;
    z-index: -1;
}
.top-voice .text-box p {
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: left;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-voice {
        padding-top: 60px;
        padding-bottom: 80px;
    }
	.top-voice::before {
		clip-path: polygon(0 0, 100% 50px, 100% calc(100% - 50px), 0 100%);
	}
    .top-voice .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .top-voice .img-box {
        width: 100%;
        float: none;
        text-align: center;
    }
    .top-voice .img-box img {
    }
    .top-voice .text-box {
        margin-top: 30px;
        width: 100%;
        float: none;
    }
    .top-voice .text-box h4 {
        margin-bottom: 20px;
    }
    .top-voice .text-box h4 span {
        font-size: 18px;
    }
    .top-voice .text-box h4 span::before {
        bottom: -6px;
    }
    .top-voice .text-box p {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* 会社情報 */
.top-company {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.top-company .contents-inr {
}
.top-company .ttl-cmn01 {
    text-align: center;
    margin-bottom: 40px;
}

.top-company table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.top-company table th {
    width: 23%;
    vertical-align:top;
    padding:15px 0px 15px 0px;
    font-size:15px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
    border-bottom: #c29151 1px solid;
}
.top-company table td {
    vertical-align:top;
    padding:15px 0px 15px 0px;
    font-size:15px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    border-bottom: #c29151 1px solid;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-company {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-company .ttl-cmn01 {
        margin-bottom: 10px;
    }
    .top-company table th {
        display: block;
        width: 100%;
        padding:10px 0px 5px 0px;
        font-size:14px;
        line-height:1.6;
        letter-spacing: 1px;
        border-bottom: none;
    }
    .top-company table td {
        display: block;
        width: 100%;
        padding:0px 0px 10px 0px;
        font-size:14px;
        line-height:1.6;
        letter-spacing: 1px;
    }
}

/* 所在地 */
.top-access {
    text-align: center;
    padding-top: 160px;
    padding-bottom: 220px;
    position: relative;
}
.top-access::before {
	content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
	clip-path: polygon(0 150px, 100% 0, 100% 100%, 0 calc(100% - 150px));
    z-index: -1;
}
.top-access .contents-inr {
}
.top-access .ttl-cmn01 {
    text-align: center;
    margin-bottom: 40px;
}
.top-access p {
    margin-bottom: 30px;
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
}
.top-access p span {
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
}
.top-access iframe {
    width: 100%;
    height: 360px;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-access {
        padding-top: 60px;
        padding-bottom: 80px;
    }
	.top-access::before {
		clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 calc(100% - 50px));
	}
    .top-access .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .top-access p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .top-access p span {
        font-size: 14px;
        line-height: 1.8;
    }
    .top-access iframe {
        width: 100%;
        height: 300px;
    }
}

/* 採用情報 */
.top-recruit {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 120px;
}
.top-recruit .contents-inr {
}
.top-recruit .ttl-cmn01 {
    text-align: center;
    margin-bottom: 40px;
}

.top-recruit .top-recruit-bg {
    padding: 50px 50px 50px 50px;
    background-color: #ffffff;
    border: #c29151 1px solid;
}
.top-recruit .top-recruit-bg h4 {
    padding: 0px 0px 30px 0px;
	font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
}
.top-recruit .top-recruit-bg h4 span {
	font-size: 20px;
    color: #ff0000;
}
.top-recruit .top-recruit-bg p {
    padding: 0px 0px 50px 0px;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
}
.top-recruit .top-recruit-bg table {
    margin: 0px 2% 0px 2%;
    padding: 0px 0px 0px 0px;
    width:96%;
    border-collapse:separate;
    border-spacing:0px;
    border-top: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
}
.top-recruit .top-recruit-bg table th {
    width: 220px;
    vertical-align: top;
    padding:15px 0px 15px 0px;
    font-size:15px;
    line-height:1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    background-color: #2d2c37;
    border-bottom: #ffffff 1px solid;
}
.top-recruit .top-recruit-bg table td {
    vertical-align: top;
    padding:15px 5px 15px 20px;
    font-size:15px;
    line-height:1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: #cccccc 1px solid;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .top-recruit .top-recruit-bg {
        padding: 30px 30px 30px 30px;
    }
    .top-recruit .top-recruit-bg p {
        padding: 0px 0px 30px 0px;
    }
    .top-recruit .top-recruit-bg table {
        margin: 0px 0% 0px 0%;
        width:100%;
    }
}

@media screen and (max-width: 599px) {
    .top-recruit {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .top-recruit .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .top-recruit .top-recruit-bg {
        padding: 20px 10px 10px 10px;
    }
    .top-recruit .top-recruit-bg h4 {
        padding: 0px 0px 20px 0px;
        font-size: 16px;
        text-align: left;
    }
    .top-recruit .top-recruit-bg h4 span {
        font-size: 16px;
    }
    .top-recruit .top-recruit-bg p {
        padding: 0px 0px 20px 0px;
        font-size: 14px;
        text-align: left;
    }
    .top-recruit .top-recruit-bg table th {
        width: 80px;
        padding:12px 0px 12px 0px;
        font-size:14px;
        line-height:1.6;
        font-weight: 400;
        letter-spacing: 0;
    }
    .top-recruit .top-recruit-bg table td {
        padding:12px 10px 12px 10px;
        font-size:14px;
        line-height:1.6;
        font-weight: 400;
        letter-spacing: 0;
    }
}

/* イメージ画像 */
.top-img {
}
.top-img li {
	width: 25%;
}
.top-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-img li {
        width: 50%;
    }
}

/* コンテンツページ共通 */
.page-header {
    text-align: center;
	background: #eeeeee;
}
.page-header .contents-inr {
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-header h2 {
	font-size: 30px;
    letter-spacing: 3px;
    line-height: 1.4;
    font-weight: 700;
}
.page-header h2 span {
    margin-bottom: 0px;
    display: block;
	font-size: 14px;
    line-height: 1.6;
    letter-spacing: 3px;
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumb {
	padding-top: 10px;
	padding-bottom: 60px;
}
.breadcrumb .contents-inr {
	z-index: 1001;
}
.breadcrumb ul {
    font-size: 0px;
    text-align: left;
}
.breadcrumb ul li {
    display: inline-block;
    width:auto;
    font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
	color: #2d2c37;
}
.breadcrumb ul li span {
    font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
	color: #2d2c37;
}
.breadcrumb ul li a {
    text-decoration: underline;
	color: #2d2c37;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
	color: #2d2c37;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-header .contents-inr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-header h2 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .page-header h2 span {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .breadcrumb {
        padding-bottom: 30px;
    }
    .breadcrumb ul li {
        font-size: 11px;
    }
    .breadcrumb ul li span {
        font-size: 11px;
    }
}

/* お問い合わせ */
.page-inquiry {
    padding-top: 0px;
    padding-bottom: 20px;
}
.page-inquiry .contents-inr {
}

.page-inquiry .ttl-cmn01 {
    margin-bottom: 60px;
}

.page-inquiry .red {
    color:#ff0000 !important;
    font-weight: 400 !important;
}
.page-inquiry .big {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.page-inquiry .center {
    text-align: center !important;
}
.page-inquiry .pthanks {
    text-align: center !important;
    padding-top: 70px;
    padding-bottom: 30px;
}

.page-inquiry p.text {
    letter-spacing: 1px;
	font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}
.page-inquiry p.text a {
    text-decoration: underline;
}
.page-inquiry p.text a:hover {
    text-decoration: none;
}

.page-inquiry .wpcf7-response-output {
    letter-spacing: 1px;
	font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.page-inquiry .recaptcha-comment {
    margin-top: 100px;
    letter-spacing: 1px;
	font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}
.page-inquiry .recaptcha-comment a {
    text-decoration: underline;
}
.page-inquiry .recaptcha-comment a:hover {
    text-decoration: none;
}

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 599px) {
    .page-inquiry .wpcf7-response-output {
        font-size: 14px;
    }
    .page-inquiry .recaptcha-comment {
        margin-top: 40px;
        font-size: 10px;
    }
}

.page-inquiry .doui
{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size:15px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
.page-inquiry .doui a
{
    font-size:15px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: underline;
}
.page-inquiry .doui a:hover
{
    text-decoration: none;
}

.page-inquiry table
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-inquiry table th
{
    width: 30%;
    vertical-align:top;
    padding:22px 0px 10px 0px;
    font-weight:normal;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
}
.page-inquiry table td
{
    vertical-align:top;
    padding:10px 0px 10px 0px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}
.page-inquiry table td p.kakunin
{
    padding-top:12px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}
.page-inquiry table td .colorbox
{
    display: inline-block;
    background-color: #def0fb;
    line-height: 2.2;
    padding: 5px 0 5px 20px;
}

.page-inquiry label
{
    letter-spacing: 1px;
    font-weight: 400;
    font-size:15px;
    line-height:1.6;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input
{
    width: 100%;
    border:#dddddd 1px solid;
    padding: 12px 30px 12px 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size:15px;
    line-height:1.6;
    border-radius: 0px;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputyubin
{
    width: 35%;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputkoumoku
{
	width:auto;
	border:none;
	padding: 0px;
	line-height:1;
    letter-spacing: 1px;
    font-weight: 400;
    font-size:15px;
	display: inline-block;
	vertical-align:middle;
	margin-top: -3px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputkamoku
{
    width:auto;
    border:none;
    padding: 0px;
    line-height:1;
    letter-spacing: 1px;
    font-weight: 400;
    font-size:15px;
    display: inline-block;
    vertical-align:middle;
    margin-top: -1px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry textarea
{
    width: 100%;
    border:#dddddd 1px solid;
    padding: 12px 30px 12px 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size:15px;
    line-height:1.6;
    border-radius: 0px;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry select
{
    width: auto;
    border:#dddddd 1px solid;
    border-radius: 0px;
    padding: 12px 40px 12px 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size:15px;
    line-height:1.6;
    background-color: #ffffff;
    background-image: url("../img/cmn/icon_form_down.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .formbtnarea
{
    text-align: center;
    padding-left: 0px;
    padding-left: 70px;
}
.page-inquiry .formbtn
{
    display: inline-block;
    margin: 30px 0 0 0;
    width: 300px;
    text-align: center;
    padding: 12px 0px 12px 0px;
    border-radius: 0px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff;
	background: #1794d8;
    cursor : pointer;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity  0.6s ease;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry .formbtn:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
    color: #dddddd;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
    color: #dddddd;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
    color: #dddddd;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
    color: #dddddd; opacity: 1;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼CSS4標準(予定)の記述 */
::placeholder {
    color: #dddddd;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .privacy-box {
    margin: 40px 0 30px 0;
	padding: 20px 30px 0px 30px;
    height: 200px;
    overflow: auto;
    border: #dbdbdb 1px solid;
}
.page-inquiry .privacy-box h3 {
	padding: 0px 0px 5px 0px;
    font-size:15px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height:1.6;
}
.page-inquiry .privacy-box p {
	padding: 0px 0px 30px 0px;
    font-size:13px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height:1.6;
}

@media screen and (max-width: 959px) {
    .page-inquiry table th
    {
        display: block;
        width: 100%;
        padding:10px 0px 0px 0px;
    }
    .page-inquiry table td
    {
        display: block;
        width: 100%;
        padding:5px 0px 10px 0px;
    }
	.page-inquiry table td p.kakunin
	{
	    padding-top:5px;
	    padding-bottom:5px;
	}
    .page-inquiry input.inputyubin
    {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-inquiry {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .page-inquiry .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-inquiry .big {
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: 0px !important;
    }
	.page-inquiry .pthanks {
	    padding-top: 50px;
	    padding-bottom: 20px;
	}
    .page-inquiry p.text
    {
        font-size:15px;
        line-height:1.6;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: left;
    }
	.page-inquiry .recaptcha-comment {
	    text-align: left;
	}
    .page-inquiry .doui
    {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .page-inquiry table th
    {
        display: block;
        width: 100%;
        padding:10px 0px 0px 0px;
        font-size:15px;
        line-height:1.6;
        letter-spacing: 1px;
        font-weight: 700;
        text-align: left;
    }
    .page-inquiry table td
    {
        display: block;
        width: 100%;
        padding:5px 0px 10px 0px;
        font-size:15px;
        line-height:1.6;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: left;
    }
	.page-inquiry table td p.kakunin
	{
	    font-size:15px;
	}
    .page-inquiry input
    {
        padding: 10px 15px 10px 15px;
    }
    .page-inquiry input.inputyubin
    {
        width: 50%;
    }
    .page-inquiry textarea
    {
        padding: 10px 15px 10px 15px;
    }
	.page-inquiry .formbtnarea
	{
	    padding-left: 0px;
	}
    .page-inquiry .formbtn
    {
        display: block;
        margin: 20px 0 0 0;
        width: 100%;
        font-size: 16px;
        padding: 10px 0px 10px 0px;
        border-radius: 0px;
    }
    .page-inquiry .privacy-box {
        margin: 10px 0 10px 0;
        padding: 15px 15px 0px 15px;
        height: 120px;
        overflow: auto;
        border: #dbdbdb 1px solid;
    }
    .page-inquiry .privacy-box h3 {
        padding: 0px 0px 5px 0px;
        font-size:14px;
        letter-spacing: 1px;
        font-weight: 600;
        line-height:1.6;
    }
    .page-inquiry .privacy-box p {
        padding: 0px 0px 20px 0px;
        font-size:12px;
        letter-spacing: 1px;
        font-weight: 300;
        line-height:1.6;
    }
}

@media screen and (max-width: 371px) {
}

@media screen and (max-width: 320px) {
}

