@charset "UTF-8";
/* ------------------------------
 reset.css
------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
div, p, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, table, tr, td, th, tbody, tfoot, thead {
	/* font-size:14px; */
  /* font-size:1.4rem; */
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
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;
}
img {
	max-width: 100%;
	/*width:auto;*/
	height: auto;
	vertical-align: bottom;
	padding: 0;
}
a img {
	border: none;
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:hover {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
/* overflow: hidden; */ }
a:hover img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.white {
	color: #fff;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #00a0e9;
  z-index: 999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.overlay{
    width:100%;
    height:100%;
    background: #00a0e9;
    position:fixed;
    z-index:999;
}
	.area{
		position:relative;
		width: 100%;
    	height: 100%;
	}
	.overlay img{
	width:200px;
	height:200px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	}
html {
	font-size: 62.5%;
	background: #ededed;
}
body {
	width: 100%;
	background: #fff;
	min-width: 1280px;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	word-break: break-all;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
p, a, li, dt, dd, small {
	font-size: 16px;
	font-size: 1.6rem;
}
a {
	text-decoration: none;
	transition: 0.5s;
}
a.hover:hover {
	color: #00A0EA;
	transition: 0.5s;
}
a, a:visited, a:focus, a:link, a:active {
	color: #000;
}
p, dt, dd, th, td {
	line-height: 1.750;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
#wrapper {
	display: block;
	width: 100%;
}
main {
	display: block;
}
button, input, select, textarea {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
/* inner
------------------- */
.c_inr__s, .c_inr__m, .c_inr__l, .c_inr__xl {
	width: 90%;
	margin: 0 auto;
}
.c_inr__s {
	max-width: 980px;
}
.c_inr__m {
	max-width: 990px;
}
/* ----------------------------------------
 comment
---------------------------------------- */
.wmax_wmin {
	min-width: 1280px;
	max-width: 1400px;
}
/* ----------------------------------------
 comment
---------------------------------------- */
#global_footer {
	border-top: 1px solid #000;
}
/* ----------------------------------------
 l-footer__nav
---------------------------------------- */
.l-footer__nav {
	text-align: center;
	padding: 20px 0;
}
.l-footer__nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.l-footer__nav ul li {
	margin: 0 10px;
	position: relative;
}
.l-footer__nav ul li::before {
	content: '/';
	position: absolute;
	top: -1px;
	right: -13px;
}
.l-footer__nav ul li:last-child::before {
	content: none;
}
/* ----------------------------------------
 l-footer__info
---------------------------------------- */
.l-footer__info {
	background-color: #eee;
	padding: 10px 0;
}
.l-footer__info .l-footer__info__inr {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.l-footer__info .l-footer__info__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-footer__info .l-footer__info__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-footer__info .l-footer__info__right p {
	margin-left: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.l-footer__info .l-footer__logo a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-align: left;
	background-image: url(../imgHtml/common/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 143px;
	height: 33px;
	display: block;
}
.l-footer__info .l-footer__logo_txt {
	width: 140px;
	line-height: 1.2;
	margin-left: 12px;
}
.l-footer__info .l-footer__logo_txt span {
	color: #221815;
}
.l-footer__info .l-footer__logo_txt span:nth-child(1) {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.l-footer__info .l-footer__logo_txt span:nth-child(2) {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
/* ----------------------------------------
 l-footer__copy
---------------------------------------- */
.l-footer__copy {
	background-color: #313131;
	padding: 14px 0;
	text-align: center;
}
.l-footer__copy small {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* ----------------------------------------
 comment
---------------------------------------- */
#global_header {
	background-color: #fff;
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.l-header__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-header__left .l-header__logo a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-align: left;
	background-image: url(../imgHtml/common/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 143px;
	height: 33px;
	display: block;
	transition: 0.5s;
}
.l-header__left .l-header__logo a:hover {
	opacity: 0.6;
	transition: 0.5s;
}
.l-header__left .l-header__logo a span {
	display: none;
}
.l-header__left .l-header__logo_txt {
	width: 140px;
	line-height: 1.2;
	margin-left: 12px;
}
.l-header__left .l-header__logo_txt span {
	color: #221815;
}
.l-header__left .l-header__logo_txt span:nth-child(1) {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.l-header__left .l-header__logo_txt span:nth-child(2) {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.l-header__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-header__right nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.l-header__right nav ul li {
	margin: 0 10px;
	position: relative;
}
.l-header__right nav ul li::before {
	content: '/';
	position: absolute;
	top: -1px;
	right: -13px;
}
.l-header__right nav ul li:last-child {
	margin-right: 20px;
}
.l-header__right nav ul li:last-child::before {
	content: none;
}
.l-header__right .l-header__tel a {
	transition: 0.5s;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.l-header__tel:hover a {
	color: #00A0EA;
	transition: 0.5s;
}
/* ----------------------------------------
 margin
---------------------------------------- */
.u-auto {
	margin-right: auto;
	margin-left: auto;
}
/* ===== 使用する場合のみコメントアウトを外す ===== */
/* ---------------------------------------
 display
--------------------------------------- */
.u-ib {
	display: inline-block;
}
.u-i {
	display: inline;
}
.u-b {
	display: block;
}
.u-n {
	display: none;
}
.u-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.u-g {
	display: -ms-grid;
	display: grid;
}
/* layout */
.u-textIndent {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.u-clearfix {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.u-boxSizing {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* ---------------------------------------
 text
--------------------------------------- */
.u-t-indent {
	text-indent: 1em;
}
.u-t-kome {
	padding-left: 1em;
	text-indent: -1em;
}
.u-t-lineheight {
	line-height: 1;
}
.u-t-nowrap {
	white-space: nowrap;
}
.u-t-underline {
	text-decoration: underline !important;
}
.u-t-underline-none {
	text-decoration: none !important;
}
.u-t-right {
	text-align: right;
}
.u-t-left {
	text-align: left;
}
.u-t-center {
	text-align: center;
}
.u-t-justify {
	text-align: justify;
}
/* ---------------------------------------
 font-color
--------------------------------------- */
.u-font-black {
	color: #000;
}
.u-font-white {
	color: #fff;
}
.u-font-red {
	color: #f00;
}
/* ---------------------------------------
 fontsize
--------------------------------------- */
.u-font-0 {
	font-size: 0px;
	font-size: 0.0rem;
}
.u-font-1 {
	font-size: 1px;
	font-size: 0.1rem;
}
.u-font-2 {
	font-size: 2px;
	font-size: 0.2rem;
}
.u-font-3 {
	font-size: 3px;
	font-size: 0.3rem;
}
.u-font-4 {
	font-size: 4px;
	font-size: 0.4rem;
}
.u-font-5 {
	font-size: 5px;
	font-size: 0.5rem;
}
.u-font-6 {
	font-size: 6px;
	font-size: 0.6rem;
}
.u-font-7 {
	font-size: 7px;
	font-size: 0.7rem;
}
.u-font-8 {
	font-size: 8px;
	font-size: 0.8rem;
}
.u-font-9 {
	font-size: 9px;
	font-size: 0.9rem;
}
.u-font-10 {
	font-size: 10px;
	font-size: 1.0rem;
}
.u-font-11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.u-font-12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.u-font-13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.u-font-14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.u-font-15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.u-font-16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.u-font-17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.u-font-18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.u-font-19 {
	font-size: 19px;
	font-size: 1.9rem;
}
.u-font-20 {
	font-size: 20px;
	font-size: 2.0rem;
}
.u-font-21 {
	font-size: 21px;
	font-size: 2.1rem;
}
.u-font-22 {
	font-size: 22px;
	font-size: 2.2rem;
}
.u-font-23 {
	font-size: 23px;
	font-size: 2.3rem;
}
.u-font-24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.u-font-25 {
	font-size: 25px;
	font-size: 2.5rem;
}
.u-font-26 {
	font-size: 26px;
	font-size: 2.6rem;
}
.u-font-27 {
	font-size: 27px;
	font-size: 2.7rem;
}
.u-font-28 {
	font-size: 28px;
	font-size: 2.8rem;
}
.u-font-29 {
	font-size: 29px;
	font-size: 2.9rem;
}
.u-font-30 {
	font-size: 30px;
	font-size: 3.0rem;
}
.u-font-31 {
	font-size: 31px;
	font-size: 3.1rem;
}
.u-font-32 {
	font-size: 32px;
	font-size: 3.2rem;
}
.u-font-33 {
	font-size: 33px;
	font-size: 3.3rem;
}
.u-font-34 {
	font-size: 34px;
	font-size: 3.4rem;
}
.u-font-35 {
	font-size: 35px;
	font-size: 3.5rem;
}
.u-font-36 {
	font-size: 36px;
	font-size: 3.6rem;
}
.u-font-37 {
	font-size: 37px;
	font-size: 3.7rem;
}
.u-font-38 {
	font-size: 38px;
	font-size: 3.8rem;
}
.u-font-39 {
	font-size: 39px;
	font-size: 3.9rem;
}
.u-font-40 {
	font-size: 40px;
	font-size: 4.0rem;
}
.u-font-41 {
	font-size: 41px;
	font-size: 4.1rem;
}
.u-font-42 {
	font-size: 42px;
	font-size: 4.2rem;
}
.u-font-43 {
	font-size: 43px;
	font-size: 4.3rem;
}
.u-font-44 {
	font-size: 44px;
	font-size: 4.4rem;
}
.u-font-45 {
	font-size: 45px;
	font-size: 4.5rem;
}
.u-font-46 {
	font-size: 46px;
	font-size: 4.6rem;
}
.u-font-47 {
	font-size: 47px;
	font-size: 4.7rem;
}
.u-font-48 {
	font-size: 48px;
	font-size: 4.8rem;
}
.u-font-49 {
	font-size: 49px;
	font-size: 4.9rem;
}
.u-font-50 {
	font-size: 50px;
	font-size: 5.0rem;
}
/* ---------------------------------------
 background-color
--------------------------------------- */
.u-bg-none {
	background-color: rgba(0, 0, 0, 0);
}
.u-bg-white {
	background-color: #fff;
}
/* ---------------------------------------
 border-raious
--------------------------------------- */
.u-radius-1 {
	border-radius: 1px;
}
.u-radius-2 {
	border-radius: 2px;
}
.u-radius-3 {
	border-radius: 3px;
}
.u-radius-4 {
	border-radius: 4px;
}
.u-radius-5 {
	border-radius: 5px;
}
.u-radius-6 {
	border-radius: 6px;
}
.u-radius-7 {
	border-radius: 7px;
}
.u-radius-8 {
	border-radius: 8px;
}
.u-radius-9 {
	border-radius: 9px;
}
.u-radius-10 {
	border-radius: 10px;
}
.u-radius-15 {
	border-radius: 15px;
}
.u-radius-20 {
	border-radius: 20px;
}
.u-radius-25 {
	border-radius: 25px;
}
.u-radius-30 {
	border-radius: 30px;
}
.u-radius-35 {
	border-radius: 35px;
}
.u-radius-40 {
	border-radius: 40px;
}
.u-radius-45 {
	border-radius: 45px;
}
.u-radius-50 {
	border-radius: 50px;
}
.u-radius-50-p {
	border-radius: 50%;
}
/* ---------------------------------------
 event
--------------------------------------- */
.u-pointerevent-none {
	pointer-events: none;
}
/* ---------------------------------------
 object_fit
--------------------------------------- */
.u-objectfit {
	position: relative;
}
.u-objectfit img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;" !important;
	position: absolute;
	top: 0;
	left: 0;
}
.u-aspect-100::after {
	content: '';
	display: block;
	padding-top: 100%;
}
.u-aspect-95::after {
	content: '';
	display: block;
	padding-top: 95%;
}
.u-aspect-90::after {
	content: '';
	display: block;
	padding-top: 90%;
}
.u-aspect-85::after {
	content: '';
	display: block;
	padding-top: 85%;
}
.u-aspect-80::after {
	content: '';
	display: block;
	padding-top: 80%;
}
.u-aspect-75::after {
	content: '';
	display: block;
	padding-top: 75%;
}
.u-aspect-70::after {
	content: '';
	display: block;
	padding-top: 70%;
}
.u-aspect-65::after {
	content: '';
	display: block;
	padding-top: 65%;
}
.u-aspect-60::after {
	content: '';
	display: block;
	padding-top: 60%;
}
.u-aspect-55::after {
	content: '';
	display: block;
	padding-top: 55%;
}
.u-aspect-50::after {
	content: '';
	display: block;
	padding-top: 50%;
}
.u-aspect-45::after {
	content: '';
	display: block;
	padding-top: 45%;
}
.u-aspect-40::after {
	content: '';
	display: block;
	padding-top: 40%;
}
.u-aspect-35::after {
	content: '';
	display: block;
	padding-top: 35%;
}
.u-aspect-30::after {
	content: '';
	display: block;
	padding-top: 30%;
}
/* ----------------------------------------
 comment
---------------------------------------- */
html, body {
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body {
	margin: 0 auto;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
body {
	width: 100%;
}
}

@media screen and (max-width: 768px) {
body {
	width: 960px;
}
}
main {
	margin-bottom: 50px;
}
#wrapper {
	margin: 0 auto;
	position: relative;
}
/* ----------------------------------------
 p-mainVisual
---------------------------------------- */
.p-mainVisual {
	background-repeat: no-repeat;
	background-size: cover;
	width: 960px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}
.p-mainVisual h1 {
	position: absolute;
	top: 50%;
	left: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	font-size: 2.4rem;
}
.page-contact .p-mainVisual {
	background-image: url("../imgHtml/contact/mv.jpg");
}
.page-work .p-mainVisual {
	background-image: url("../imgHtml/work/mv.jpg");
}
.page-policy .p-mainVisual {
	background-image: url("../imgHtml/policy/mv.jpg");
}
.page-company .p-mainVisual {
	background-image: url("../imgHtml/company/mv.jpg");
}
.page-company .p-mainVisual h1 {
	top: 54%;
	left: 337px;
}
.alert h6 {
	color: #F00;
	text-align: center;
	padding-top: 20px;
	margin-bottom: -20px;
}
/* ----------------------------------------
 c-btn-bule
---------------------------------------- */
.c-btn-bule {
	width: 280px;
	margin: 0 auto;
}
.c-btn-bule a {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	display: block;
	padding: 15px 0;
	color: #00a0e9;
	border: #00a0e9 1px solid;
	border-radius: 4px;
	transition: 0.5s;
}
.c-btn-bule a:hover {
	background: #00A0E9;
	color: #fff;
	transition: 0.5s;
}
/* ----------------------------------------
 c-contact-bottom
---------------------------------------- */
.c-contact-bottom {
	padding-top: 100px;
	text-align: center;
}
.c-contact-bottom h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
}
.c-contact-bottom h2::before {
	content: '';
	background-image: url("../imgHtml/common/q_icon.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 19px;
	height: 26px;
	position: absolute;
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.c-contact-bottom p {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 40px;
}
.c-contract_agree input:checked+label {
	background-color: #00b7ee;
	color: #fff;
	border: 1px solid #00b7ee;
	transition: 1s;
}
.c-contract_agree input:checked+label:hover {
	border: 1px solid #000;
	color: #000;
	background: #fff;
	transition: 1s;
}
.body_on {
	position: fixed !important;
	overflow: hidden !important;
}
/* -----------------------------------------
 loading
----------------------------------------- */
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999999999;
	display: none;
}
/* -----------------------------------------
 js goTop
----------------------------------------- */
#goTop {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
}
/* -----------------------------------------
 js js_base
----------------------------------------- */
/* ===== fadein ===== */
.js_fadeIn {
	opacity: 0;
	-webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition-property: opacity transform;
	-o-transition-property: opacity transform;
	transition-property: opacity transform;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}
.js_fadeIn.is_js__On {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* ===== timing ===== */
@media screen and (min-width: 769px) {
	body{
		width: 100%;
	}
.js_t1 {
	-webkit-transition-delay: 550ms !important;
	-o-transition-delay: 550ms !important;
	transition-delay: 550ms !important;
}
.js_t2 {
	-webkit-transition-delay: 800ms !important;
	-o-transition-delay: 800ms !important;
	transition-delay: 800ms !important;
}
.js_t3 {
	-webkit-transition-delay: 1050ms !important;
	-o-transition-delay: 1050ms !important;
	transition-delay: 1050ms !important;
}
.js_t4 {
	-webkit-transition-delay: 1300ms !important;
	-o-transition-delay: 1300ms !important;
	transition-delay: 1300ms !important;
}
.js_t5 {
	-webkit-transition-delay: 1550ms !important;
	-o-transition-delay: 1550ms !important;
	transition-delay: 1550ms !important;
}
.js_t6 {
	-webkit-transition-delay: 1800ms !important;
	-o-transition-delay: 1800ms !important;
	transition-delay: 1800ms !important;
}
.js_t7 {
	-webkit-transition-delay: 2050ms !important;
	-o-transition-delay: 2050ms !important;
	transition-delay: 2050ms !important;
}
.js_t8 {
	-webkit-transition-delay: 2300ms !important;
	-o-transition-delay: 2300ms !important;
	transition-delay: 2300ms !important;
}
}
/* -----------------------------------------
 contactform7
----------------------------------------- */
.wpcf7-not-valid-tip {
	line-height: 1.7em;
	margin-top: .5em;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
	border: none;
	padding: 0;
	line-height: 1.7em;
}
/* -------------------------------------------
 wp-PageNavi
------------------------------------------- */
.wp-pagenavi {
	margin: 30px 0 60px;
	display: block;
}
.pages {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 7px 10px;
	border: solid 1px #000;
	margin: 0 5px;
	color: #000;
}
.wp-pagenavi span.current {
	background-color: #000;
	font-weight: normal;
	color: #fff;
}
.extend {
	padding: 7px !important;
}
#singlepager {
	margin-top: 20px;
}
#singlepager .prev {
	display: block;
	float: left;
	padding: .6em 1em;
	border: 1px solid #000;
}
#singlepager .next {
	display: block;
	float: right;
	padding: .6em 1em;
	border: 1px solid #000;
}
/* ----------------------------------------
 p-company-info
---------------------------------------- */
.p-company-info {
	text-align: center;
	margin: 60px auto 60px;
	width: 920px;
}
.p-company-info h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.p-company-info p {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
/* ----------------------------------------
 p-company-data
---------------------------------------- */
.p-company-data {
	margin: 0 auto;
	width: 920px;
}
.p-company-data h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 32px;
	text-align: center;
}
.p-company-data dl div {
	border-bottom: 1px dotted #000;
	padding: 12px 0 11px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.p-company-data dl div dt {
	padding-left: 100px;
	width: 115px;
	line-height: 1;
}
.p-company-data dl div dd {
	margin-left: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
.p-company-data dl div dd.p-company-l13 {
	line-height: 1.5;
}
.p-company-data dl div:nth-child(3) dt {
	padding-left: calc( 100px + 4em );
}
.p-company-data dl div:nth-child(3) dd {
	margin-left: calc(80px - 4em);
}
/* ----------------------------------------
 p-company-access
---------------------------------------- */
#p-company-access {
	background-color: #fafafa;
	width: 100%;
	max-width: 1400px;
	min-width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
}
#p-company-access .p-company-access__txt {
	margin-bottom: 27px;
}
#p-company-access ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 610px;
	margin: 0 auto 20px;
}
#p-company-access ul li {
	border: 1px solid #b2b2b2;
	border-radius: 4px;
}
#p-company-access ul li a {
	width: 190px;
	line-height: 1;
	padding: 10px 0;
	display: block;
}
#area {
	width: 920px;
	height: 390px;
	border: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
.p-company-mapBtn a {
	border-radius: 4px;
	background-color: #00a0e9;
	padding: 6px 0;
	width: 190px;
	color: #fff;
	display: block;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #00A0E9;
}
.p-company-mapBtn a:hover {
	background: #fff;
	color: #00A0E9;
	border: 1px solid #00A0E9;
}
.ac_map li a {
	transition: 0.5s;
}
.ac_map li a:hover {
	background: #00A0E9;
	color: #fff;
	transition: 0.5s;
}
/* ----------------------------------------
 c-contact-number
---------------------------------------- */
.c-contact-number {
	padding: 45px 0 57px;
	width: 780px;
	margin: 0 auto;
}
.c-contact-number dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-contact-number dl div {
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	width: 380px;
	padding: 26px 0 23px;
}
.c-contact-number dl div dt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
}
.c-contact-number dl div dd {
	font-size: 36px;
	font-size: 3.6rem;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	line-height: 1;
}
/* ----------------------------------------
 c-contact-form
---------------------------------------- */
.c-contact-form h2 {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1;
}
.c-contact-form h2 span {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #ff0000;
	padding-left: 10px;
}
.c-contact-form form dl {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.c-contact-form__base {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dotted #221815;
	padding: 15px 0;
}
.c-contact-form__base dt {
	width: 160px;
	padding-left: 10px;
	padding-top: 13px;
}
.c-contact-form__base dt span {
	color: #ff0000;
}
.c-contact-form__base-full dd {
	width: 750px;
}
.c-contact-form__radio {
	border-top: 1px dotted #221815;
	padding: 0;
}
.c-contact-form__radio dt {
	padding-top: 33px;
	padding-bottom: 33px;
}
.c-contact-form__radio dd {
	width: 750px;
}
.c-contact-form__radio dd p {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	padding: 8px 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.c-contact-form__radio dd div {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-contact-form__radio dd label input {
	width: 16px;
	height: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	position: relative;
	margin-bottom: -2px;
}
.c-contact-form__radio dd label input::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000;
	-webkit-transition: all 230ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 230ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 230ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	opacity: 0;
	filter: alpha(opacity=0);
}
.c-contact-form__radio dd label input:checked::before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.c-contact-form__radio dd label span {
	line-height: 1;
}
.c-contact-form__tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.c-contact-form__tel dd {
	width: 247px;
}
.c-post .c-post_code {
	width: 130px;
	margin-bottom: 10px;
}
.c-post .c-post_01 {
	margin-bottom: 10px;
}
.c-post a {
	display: inline-block;
	padding: 11px 0;
	width: 100px;
	margin-left: 10px;
	color: #fff;
	background-color: #535353;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.c-contact-form__bikou {
	border-bottom: 0;
}

:placeholder-shown:placeholder-shown {
 color: #dcdcdc;
 font-size: 16px;
 line-height: 1;
}

:placeholder-shown::-webkit-input-placeholder {
 color: #dcdcdc;
 font-size: 16px;
 line-height: 1;
}

:placeholder-shown:-moz-placeholder {
 opacity: 1;
 color: #dcdcdc;
 font-size: 16px;
 line-height: 1;
}

:placeholder-shown::-moz-placeholder {
 opacity: 1;
 color: #dcdcdc;
 font-size: 16px;
 line-height: 1;
}

:placeholder-shown:-ms-input-placeholder {
 color: #dcdcdc;
 font-size: 16px;
 line-height: 1;
}
input[type=text], input[type=email], input[type=tel], textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fafafa;
	padding: 14px 23px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #221815;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
	border-color: rgba(0, 183, 238, 0.85);
	background-color: rgba(219, 219, 219, 0.05);
}
.c-contact-contract {
	background-color: #fafafa;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 36px 0 30px;
	text-align: center;
}
.c-contact-contract .c-contract__pop {
	margin-bottom: 16px;
}
.c-contact-contract .c-contract__pop a {
	text-decoration: underline;
	cursor: pointer;
}
.c-contact-contract .c-contract_agree {
	margin-top: -30px;
}
.c-contact-contract .c-contract_agree label {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	width: 100px;
	padding: 9px 0;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	color: #000;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.c-contact-contract .c-contract_agree label::before {
	margin-left: 20px;
}
.c-contact-contract .c-contract_agree label:hover {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	background: #00b7ee;
	color: #fff;
	border: 1px solid #00b7ee;
}
.c-contact-contract .c-contract_agree a {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	width: 100px;
	padding: 9px 0;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.c-contact-contract .c-contract_agree a.agree_off {
	border: 1px solid #000;
	color: #000;
}
.c-contact-contract .c-contract_agree a.agree_on {
	background-color: #00b7ee;
	color: #fff;
}
.c-contact-contract .c-contract_agree #agree:checked + .agree_off {
	position: relative;
}
.c-contact-contract .c-contract_agree #agree:checked + .agree_off::before {
	position: absolute;
	content: "✔︎";
	color: #000;
	left: -8px;
	top: 4px;
	font-size: 21px;
}
.c-contact-btn {
	width: 420px;
	padding-top: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
.c-contact-btn input, .c-contact-btn button {
	width: 200px;
	padding: 16px 0;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.c-contact-btn .c-contact__reset input, .c-contact-btn .c-contact__reset button {
	background-color: #535353;
}
.c-contact-btn .c-contact__submit input, .c-contact-btn .c-contact__submit button {
	background-color: #00b7ee;
}
.comp .p-mainVisual {
	background: url(../imgHtml/contact/mv.jpg);
}
.comp-main-message {
	text-align: center;
	margin-top: 60px;
}
.comp-main-message h1 {
	font-size: 18px;
	letter-spacing: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}
/* ----------------------------------------
 c-privacy
---------------------------------------- */
#c-privacy {
	background-color: rgba(83, 83, 83, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	-webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#c-privacy .c-privacy_info {
	background-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 960px;
	width: 80%;
	height: 60%;
	overflow-y: scroll;
	padding: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#c-privacy .c-privacy_info h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#c-privacy .c-privacy_info .c-privacy__txt {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	margin-bottom: 36px;
}
#c-privacy .c-privacy_info .c-privacy__dl {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#c-privacy .c-privacy_info .c-privacy__dl div {
	margin-bottom: 36px;
}
#c-privacy.close {
	display: none;
	opacity: 0;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	position: relative;
}
#c-privacy.open {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
#c-privacy #close_btn {
	position: absolute;
	top: 200px;
	right: 6%;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#c-privacy #close_btn span {
	width: 30px;
	height: 3px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}
#c-privacy #close_btn span:nth-child(1) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
#c-privacy #close_btn span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.check {
	margin-top: 90px;
}
.check h2 {
	text-align: center;
	margin-bottom: 50px;
}
.check dt {
	padding-top: 0;
}
.check .c-contact-form__base {
	padding: 25px 0;
}
.check .c-contact-form__radio dt {
	padding-bottom: 0;
}
.c-contact-box {
	background: #FBFBFB;
	border-top: 1px #e5e5e5 solid;
	padding: 40px 0 90px;
}
.check h3 {
	text-align: center;
	font-size: 14px;
}
.check .c-contact-form__bikou {
	height: 140px;
	margin-bottom: 20px;
}
.check-main {
	margin-bottom: 0;
}
/* ----------------------------------------
 p-policy-info
---------------------------------------- */
.p-policy-info {
	text-align: center;
	margin: 60px auto 60px;
	width: 920px;
}
.p-policy-info h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.p-policy-info p {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
/* ----------------------------------------
 p-policy-list
---------------------------------------- */
.p-policy-list {
	width: 1400px;
	margin: 0 auto;
}
.p-policy-list__block {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
	padding: 110px 240px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.p-policy-list__block:nth-child(1) {
	background-image: url("../imgHtml/policy/list_bg00.jpg");
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.p-policy-list__block:nth-child(2) {
	background-image: url("../imgHtml/policy/list_bg01.jpg");
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.p-policy-list__block:nth-child(3) {
	background-image: url("../imgHtml/policy/list_bg02.jpg");
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.p-policy-list__block .p-policy-inr {
	background-color: rgba(0, 160, 233, 0.7);
	width: 540px;
	height: 380px;
	padding: 55px 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.p-policy-list__block .p-policy-inr .p-policy-inr__sub {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
}
.p-policy-list__block .p-policy-inr .p-policy-inr__ttl {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 30px;
	color: #fff;
}
.p-policy-list__block .p-policy-inr ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.p-policy-list__block .p-policy-inr ul li {
	border: 1px solid #fff;
	line-height: 1;
	padding: 10px 0;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	color: #fff;
}
.p-policy-list__block .p-policy-inr ul li:not(:first-child) {
	margin-left: 10px;
}
.p-policy-list__block .p-policy-inr ul li.p-policy_w130 {
	width: 130px;
}
.p-policy-list__block .p-policy-inr ul li.p-policy_w150 {
	width: 150px;
}
.p-policy-list__block .p-policy-inr ul li.p-policy_w160 {
	width: 160px;
}
.p-policy-list__block .p-policy-inr ul li.p-policy_w170 {
	width: 170px;
}
.p-policy-list__block .p-policy-inr ul li.p-policy_w180 {
	width: 180px;
}
.p-policy-list__block .p-policy-inr .p-policy-txt {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
}
/* -----------------------------------------
 privacy
----------------------------------------- */
/* -----------------------------------------
 sitemap
----------------------------------------- */
/* ----------------------------------------
 comment
---------------------------------------- */
/* ----------------------------------------
 p-top-slider
---------------------------------------- */
.p-top-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 60px;
}
.p-top-slider .swiper-slide {
	width: 901px !important;
	height: 610px;
	position: relative;
}
.p-top-slider h1 {
	position: absolute;
	top: 240px;
	left: 28%;
	transform: translateX(-20%);
	z-index: 333;
	font-size: 28px;
	line-height: 48px;
	text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.p-top-slider__btn {
	z-index: 1;
	width: 580px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-top-slider__btn p {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	position: relative;
}
.p-top-slider__btn p a {
	width: 240px;
	display: block;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	padding: 16px 0px;
}
.p-top-slider__btn p:first-child a {
	background-image: url("../imgHtml/top/slider_icon01.png");
	background-size: 48px 39px;
}
.p-top-slider__btn p:last-child a {
	background-image: url("../imgHtml/top/slider_icon02.png");
	background-size: 52px 48px;
}
/* ----------------------------------------
 p-top-backbone
---------------------------------------- */
.p-top-backbone {
	margin-bottom: 60px;
}
.p-top-backbone h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 50px;
}
.p-top-backbone__li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 920px;
	margin: 0 auto 40px;
}
.p-top-backbone__li article {
	width: 280px;
	padding: 24px 0;
	background-color: #00a0e9;
	border-radius: 10px;
	text-align: center;
}
.p-top-backbone__li article .p-top-backbone__tll_en {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
}
.p-top-backbone__li article h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.p-top-backbone__li article h3::before {
	content: '';
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
}
.p-top-backbone__li article ul li {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
}
/* ----------------------------------------
 p-top-banar
---------------------------------------- */
.p-top-banar {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-top-banar__inr {
	width: 700px;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.p-top-banar__inr:first-child {
	background-image: url("../imgHtml/top/top_company_bg.jpg");
}
.p-top-banar__inr:first-child .p-top-banar__txt {
	color: #fff;
	position: absolute;
	top: 120px;
	right: 46px;
}
.p-top-banar__inr:first-child .p-top-banar__txt::before {
	background-image: url("../imgHtml/top/top_banar_01.png");
	width: 29px;
	height: 37px;
}
.p-top-banar__inr:first-child .p-top-banar__link {
	background-color: #fff;
	position: absolute;
	bottom: 57px;
	right: 100px;
}
.p-top-banar__inr:first-child .p-top-banar__link a {
	color: #000;
	transition: 0.5s;
}
.p-top-banar__inr:first-child .p-top-banar__link a:hover {
	color: #fff;
	background: #000;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	transition: 0.5s;
}
.p-top-banar__inr:last-child {
	background-image: url("../imgHtml/top/top_work_bg.jpg");
}
.p-top-banar__inr:last-child .p-top-banar__txt {
	color: #fff;
	position: absolute;
	top: 120px;
	left: 50px;
}
.p-top-banar__inr:last-child .p-top-banar__txt::before {
	background-image: url("../imgHtml/top/top_banar_02.png");
	width: 39px;
	height: 36px;
}
.p-top-banar__inr:last-child .p-top-banar__link {
	background-color: #fff;
	position: absolute;
	bottom: 57px;
	left: 100px;
}
.p-top-banar__inr:last-child .p-top-banar__link a {
	color: #000;
	border-radius: 4px;
	transition: 0.5s;
}
.p-top-banar__inr:last-child .p-top-banar__link a:hover {
	color: #fff;
	background: #000;
	border: 1px solid #aaa;
	box-sizing: border-box;
	transition: 0.5s;
}
.p-top-banar__txt {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
}
.p-top-banar__txt::before {
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.p-top-banar__link {
	width: 280px;
	text-align: center;
	border-radius: 4px;
}
.p-top-banar__link a {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	padding: 16px 0px;
}
/* ----------------------------------------
 comment
---------------------------------------- */
.page-work .p-mainVisual h1 {
	color: #fff;
}
/* ----------------------------------------
 p-work-info
---------------------------------------- */
.p-work-info {
	text-align: center;
	margin: 60px 0;
}
.p-work-info h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.p-work-info p {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
/* ----------------------------------------
 p-work-flow
---------------------------------------- */
.p-work-flow {
	margin: 0 auto;
	background: url("../imgHtml/work/info_bg.jpg") rgba(0,0,0,0.2);
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1555px;
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.p-work-flow::after {
	content: "";
	position: absolute;
	top: 0;
}
.p-work-flow h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	width: 920px;
	margin: 0 auto 55px;
	text-align: center;
}
.hold {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 333;
}
.p-work-flow__article {
	width: 920px;
	margin: 0 auto 56px;
}
.p-work-flow__article .p-work-flow__sub {
	background-image: url("../imgHtml/work/se_ttl_bg.png");
	background-repeat: repeat-y;
	background-size: contain;
	padding-left: 8px;
	padding-top: 3px;
	color: #fff;
	width: 300px;
	height: 30px;
	margin-bottom: 20px;
}
.p-work-flow__article .p-work-flow__ttl {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1;
}
.p-work-flow__article .p-work-flow__txt {
	color: #fff;
	line-height: 1.5;
	margin-bottom: 24px;
}
.p-work-flow__article:last-of-type .p-work-flow__txt {
	width: 540px;
	display: inline-block;
	margin-right: 24px;
	text-align: justify;
}
.sample_item {
	display: inline-block;
	margin-left: 10px;
}
.p-work-flow__ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-work-flow__ul li {
	width: 128px;
	height: 200px;
	position: relative;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-work-flow__ul li img {
	height: auto;
}
.p-work-flow__ul li:nth-child(1) {
	background-color: rgba(126, 206, 244, 0.5);
}
.p-work-flow__ul li:nth-child(1) img {
	width: 50px;
}
.p-work-flow__ul li:nth-child(2) {
	background-color: rgba(81, 177, 222, 0.5);
}
.p-work-flow__ul li:nth-child(2) img {
	width: 49px;
}
.p-work-flow__ul li:nth-child(2) img.se_icon02_02 {
	width: 38px;
}
.p-work-flow__ul li:nth-child(3) {
	background-color: rgba(0, 104, 183, 0.5);
}
.p-work-flow__ul li:nth-child(3) img {
	width: 43px;
}
.p-work-flow__ul li:nth-child(4) {
	background-color: rgba(0, 73, 134, 0.5);
}
.p-work-flow__ul li:nth-child(4) img {
	width: 37px;
}
.p-work-flow__ul li:nth-child(5) {
	background-color: rgba(0, 53, 103, 0.5);
}
.p-work-flow__ul li:nth-child(5) img {
	width: 35px;
}
.p-work-flow__ul li:nth-child(6) {
	background-color: rgba(0, 25, 48, 0.5);
}
.p-work-flow__ul li:nth-child(6) img {
	width: 39px;
}
.p-work-flow__ul li:nth-child(7) {
	background-color: rgba(0, 0, 0, 0.5);
}
.p-work-flow__ul li:nth-child(7) img {
	width: 40px;
}
.p-work-flow__ul li img {
	position: absolute;
	left: 50%;
	top: 44%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.p-work-flow__ul .p-work-flow__namber {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.p-work-flow__ul .p-work-flow__namber-ttl {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 1.3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* ----------------------------------------
 p-work-cost
---------------------------------------- */
.p-work-cost {
	background-color: #fff;
	width: 920px;
	/*margin-bottom: 40px;*/ 
	margin: 0 auto 40px;
}
.p-work-cost .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-work-cost .container .box {
	padding: 25px 30px;
	width: 630px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-work-cost .container .box .p-work-cost__sub {
	position: relative;
	width: 200px;
	margin-bottom: 30px;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
.p-work-cost .container .box .p-work-cost__sub::before {
	content: '';
	width: 100%;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.p-work-cost .container .box .p-work-cost__ttl {
	width: 540px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 16px;
}
.p-work-cost .container .box .p-work-cost__txt {
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: justify;
	font-size: 15px;
}
.p-work-cost .container img {
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 298px;
	height: 214px;
	display: inline-block;
}
/* ----------------------------------------
 p-work-btn
---------------------------------------- */
.p-work-btn a {
	width: 260px;
	height: 62px;
	background-color: #fff;
	border-radius: 4px;
	margin: 0 auto;
	line-height: 1;
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding-top: 22px;
	transition: 0.5s;
}
.p-work-btn a:hover {
	background: #00A0E9;
	color: #fff;
	transition: 0.5s;
}
/* ----------------------------------------
 eage
---------------------------------------- */
body.ua_eage {
	font-family: "メイリオ", sans-serif !important;
}
/* ----------------------------------------
 ie
---------------------------------------- */
body.ua_ie {
	font-family: "メイリオ", sans-serif !important;
}
/* ----------------------------------------
 ios
---------------------------------------- */
body.ua_ios {
	font-family: "メイリオ", sans-serif !important;
}
@media screen and (max-width: 960px) {
/*all*/
#loader-bg{
	height: 100vh;
	min-height: 2000px;
}
	body{
		min-width: 960px;
	}
	#wrapper{
		width: 960px;
		margin: 0;
	}	
	.wmax_wmin{
		min-width: 960px;
	}
	/*company*/
	#p-company-access{
	min-width: 960px;
	}
	/*workflow*/
	.p-work-flow{
	min-width: 960px;
	}
	.p-policy-list{
		width: 960px;
	}
	/*policy*/
	.p-policy-list__block .p-policy-inr .p-policy-inr__ttl{
		font-size: 3.5rem;
	}
	.p-policy-list__block:nth-child(1),.p-policy-list__block:nth-child(3){
	background-position: center;
	}
	.p-policy-list__block{
	padding: 110px 200px 0;
	}
}