/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/
@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
html {
	croll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
}
.wrap {
	position: relative;
}
.content_width {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 15px;
}
a,a:hover,a:visited {
	color: #1a1a1a;
	text-decoration: none;
}
#content {
	overflow: hidden;
}
.align_c {
	text-align: center;
}
.area_txt_bgw {
	background-color: #ffffff;
	padding: 15px 30px;
}
.radius30 {
	border-radius: 30px;
}
.bg_white {
	background-color: #ffffff;
}
.bg_gray {
	background-color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
	.area_txt_bgw {
		padding: 15px;
	}
}



/********** フォントウェイト **********/
.fw500 {
	font-weight: 500;
}


/********** フォントサイズ **********/
.text10 {font-size:  10px;}
.text11 {font-size:  11px;}
.text12 {font-size:  12px;}
.text13 {font-size:  13px;}
.text14 {font-size:  14px;}
.text15 {font-size:  15px;}
.text16 {font-size:  16px;}
.text17 {font-size:  17px;}
.text18 {font-size:  18px;}
.text19 {font-size:  19px;}
.text20 {font-size:  20px;}
.text21 {font-size:  21px;}
.text22 {font-size:  22px;}
.text23 {font-size:  23px;}
.text24 {font-size:  24px;}
.text25 {font-size:  25px;}
.text26 {font-size:  26px;}
.text27 {font-size:  27px;}
.text28 {font-size:  28px;}
.text29 {font-size:  29px;}
.text30 {font-size:  30px;}

/* スマホ時のみ適用フォントサイズ */
@media screen and (max-width:768px) {
	.text10_sp {font-size:  10px;}
	.text11_sp {font-size:  11px;}
	.text12_sp {font-size:  12px;}
	.text13_sp {font-size:  13px;}
	.text14_sp {font-size:  14px;}
	.text15_sp {font-size:  15px;}
	.text16_sp {font-size:  16px;}
	.text17_sp {font-size:  17px;}
	.text18_sp {font-size:  18px;}
	.text19_sp {font-size:  19px;}
	.text20_sp {font-size:  20px;}
	.text21_sp {font-size:  21px;}
	.text22_sp {font-size:  22px;}
	.text23_sp {font-size:  23px;}
	.text24_sp {font-size:  24px;}
	.text25_sp {font-size:  25px;}
	.text26_sp {font-size:  26px;}
	.text27_sp {font-size:  27px;}
	.text28_sp {font-size:  28px;}
	.text29_sp {font-size:  29px;}
	.text30_sp {font-size:  30px;}
}



/********** paddnig **********/
.pd15 {padding: 15px;}


/********** マージン **********/
/* 下マージン */
.b0  {margin:         0px;}
.b01 {margin-bottom:  1px;}
.b04 {margin-bottom:  4px;}
.b05 {margin-bottom:  5px;}
.b10 {margin-bottom:  10px;}
.b15 {margin-bottom:  15px;}
.b20 {margin-bottom:  20px;}
.b25 {margin-bottom:  25px;}
.b30 {margin-bottom:  30px;}
.b35 {margin-bottom:  35px;}
.b40 {margin-bottom:  40px;}
.b45 {margin-bottom:  45px;}
.b50 {margin-bottom:  50px;}
.b55 {margin-bottom:  55px;}
.b60 {margin-bottom:  60px;}

@media screen and (max-width:768px) {
	.b0_sp  {margin:         0px;}
	.b01_sp {margin-bottom:  1px;}
	.b04_sp {margin-bottom:  4px;}
	.b05_sp {margin-bottom:  5px;}
	.b10_sp {margin-bottom:  10px;}
	.b15_sp {margin-bottom:  15px;}
	.b20_sp {margin-bottom:  20px;}
	.b25_sp {margin-bottom:  25px;}
	.b30_sp {margin-bottom:  30px;}
	.b35_sp {margin-bottom:  35px;}
	.b40_sp {margin-bottom:  40px;}
	.b45_sp {margin-bottom:  45px;}
	.b50_sp {margin-bottom:  50px;}
	.b55_sp {margin-bottom:  55px;}
	.b60_sp {margin-bottom:  60px;}
}



/********** ページトップボタン **********/
.back-to-top {
  z-index: 100;
  position: fixed;
  right: 15px;
  bottom: 61px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: opacity .4s;
  opacity: 0;
  box-shadow: 0px 0px 23px -4px #777777;
  margin-bottom: 15px;
}
.back-to-top a:before {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  border-top: solid 4px #1a1a1a;
  border-right: solid 4px #1a1a1a;
  content: "";
  transform: rotate(-45deg) translate(-17%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width:768px) {
	.back-to-top {
	  right: 10px;
	  width: 40px;
	  height: 40px;
	  box-shadow: 0px 0px 15px -4px #777777;
	  margin-bottom: 10px;
	}
	.back-to-top a:before {
	  width: 10px;
	  height: 10px;
	  border-top: solid 2px #1a1a1a;
	  border-right: solid 2px #1a1a1a;
	}
}



/********** グローバルナビ **********/
.g_header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 75px;
	z-index: 100;
	padding: 10px 30px 0;
	box-sizing: border-box;
	background: #ffffff;
}
.home .g_header{
	box-shadow: 0px 6px 25px 25px rgba(255, 255, 255, 1);
}
.header_inner {
  position: relative;
  padding: 15px;
}
.logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
}
.title{
  font-size: 2rem;
  font-weight: 600;
}
.title a {
    width: 72px;
    height: 40px;
    display: block;
	position: relative;
    z-index: 100;
}
.title svg{
	width: 72px;
/*	width: 150px;*/
}
.nav_list li a{
  text-decoration: none;
}
.sp {
	display: none;
}
.eng {
	font-family: futura-pt;
	font-style: normal;
}
.fw_500 {
	font-weight: 500;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */

@media only screen and (max-width: 768px) {
	.g_header{
	  background: #ffffff;
	  height: 55px;
	}
	.home .g_header{
	 box-shadow: 0px 6px 25px 25px rgba(255, 255, 255, 1);
	  height: 40px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.g_header {
		padding: 10px 30px 0 0px;
	}
	.header_inner {
		background-color: unset;
	}
	.title svg path {
    	/*fill: #5c6e77;*/
	}
	.title svg {
    	/*width: 100px;*/
    	width: 55px;
	}
	.logo {
		padding: 0px 15px;
		top: -4px;
	}
	.title a {
		width: 58px;
	}
  .nav {
    position: fixed;
    right: -265px; /* 右から出てくる */
    top: 0;
    width: 245px; /* スマホに収まるサイズ */
    /*height: 100vh;*/
    padding-top: 60px;
/*    background-color: #fff;*/
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 300;
	background-color: #1a1a1a;
  }
/*  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
	border-top: 1px solid #999999;
  }*/
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0;
  }
/*  .nav_item a {
    display: block;
    padding: 21px 0;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    text-decoration: none;
    color: #1a1a1a;
	font-size: 15px;
	transition: 1s;
  }*/
  .nav_item a {
    display: block;
    padding: 21px 0;
    border-bottom: 1px solid #999999;
    text-decoration: none;
    color: #1a1a1a;
	font-size: 15px;
	transition: 1s;
	width: 90%;
    margin: 0 auto;
  }
  .nav_item.nav_contact a {
    border-bottom: none;
    color: #fff;
	background-color: #1a1a1a;
	transition: 1s;
	width: 100%;
  }
  .nav_item.nav_company a {
    border: none;
  }
  .nav_item a:hover {
/*    background-color: #eee;*/
  }
  .nav_item.nav_contact a:hover {
    background-color: #eee;
    color: #1a1a1a;
  }
  .hamburger_border {
    position: absolute;
    left: 17px;
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 21px;
  }
  .hamburger_border_bottom {
    top: 30px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
	padding-top: 55px;
	background-color: unset;
  }
  .nav_item {
	background-color: #fff;
   }
  .nav-open .black_bg {
    /*opacity: .8;*/
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 24px;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 24px;
  }
}/* sp */

@media only screen and (min-width: 769px) {
  .header_inner{
    max-width: 1140px;
    width: 100%;
    padding: 0 15px 0 30px;
    margin-left: auto;
    margin-right: auto;
	height: 60px;
  }
  .logo{
    padding: 11px 15px;
  }
  .nav_list{
    text-align: right;
	position: relative;
    padding-right: 285px;
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 70px;
	padding-top: 17px;
  }
  .nav_list li.nav_contact{
	padding-top: 0;
	position: absolute;
	top: 9px;
	right: 0;
  }
  .nav_list li a{
    color: #1a1a1a;
    font-weight: 600;
	font-size: 15px;
	line-height: 1;
  }
  .nav_list li.nav_contact a{
	color: #fff;
	border-radius: 40px;
	height: 40px;
	background-color: #1a1a1a;
	display: block;
	padding: 11px 15px 0;
	transition: 1s;
	border: 1px solid #1a1a1a;
  }
  .nav_list li.nav_contact a:hover{
	background-color: #969696;
  }
}
/* pc */
@media screen and (min-width:769px) and ( max-width:920px) {
	.nav_list li {
		padding-left: 40px;
	}
	.nav_list {
        padding-right: 255px;
    }
	.g_header {
		padding: 10px 10px 0;
	}
}


/********** ボタン **********/
a.more_btn {
	display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
	padding: 10px 35px 12px 15px;
	border: 1px solid #1a1a1a;
	transition: 1s;
	background-image: url("images/arrow.png");
	background-repeat:no-repeat;
	background-size: 10px;
	background-position: top 15px right 16px;
}
a.more_btn:hover {
    background-color: #969696;
    color: #fff;
}
.more_btn_b {
	text-align: center;
}
.more_btn_b a {
    background-color: #1a1a1a;
    color: #fff;
	transition: 1s;
	padding: 20px 60px 22px;
	border-radius: 100px;
	font-size: 24px;
	border: 1px solid #1a1a1a;
}
.more_btn_b a:hover {
    background-color: #969696;
    color: #fff;
}
#contact_us .more_btn_b a {
	border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #1a1a1a;
}
#contact_us .more_btn_b a:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}
#contact_us .more_btn_b.btn_multiple a {
    border: none;
    background-color: unset;
    color: #1a1a1a;
    font-size: 16px;
    width: auto;
    display: block;
    font-weight: 400;
	transition: 1s;
    padding: 0 7px;
    border-radius: 0;
	display: inline-block;
}
#contact_us .more_btn_b.btn_multiple p {
	margin-bottom: 5px;
	padding-top: 5px;
}
#contact_us .more_btn_b.btn_multiple {
	border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 100px;
}
.area_contact_us .area_m_ttl {
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	a.more_btn {
		font-size: 14px;
		background-size: 6px;
	    background-position: top 7px right 14px;
		padding: 2px 27px 3px 15px;
	}
	.more_btn_b a {
		font-size: 14px;
		padding: 9px 30px 11px;
	}
	#contact_us .more_btn_b.btn_multiple {
		padding: 9px 30px 11px;
	}
	#contact_us p.sub_txt {
		font-size: 14px;
		font-weight: 400;
	}
}



/********** 見出し **********/
.area_m_ttl {
	text-align: center;
	margin-bottom: 60px;
    padding-top: 60px;
	position: relative;
}
.area_m_ttl h2 {
	position: relative;
	margin-bottom: 15px;
}
.area_contact.top_container .area_m_ttl {
	top: -70px;
	margin-bottom: 0;
}
.area_contact.top_container .area_m_ttl h2 {
	margin-bottom: 0;
	line-height: 1;
}
.area_m_ttl p {
	font-size: 24px;
}
.area_contact_us .area_m_ttl p,
.area_contact_us_tel .area_m_ttl p {
	color: #ffffff;
	font-weight: 500;
}
.area_m_ttl h2 span.jp {
	position:relative;
	z-index: 10;
	font-size: 72px;
	font-weight: 500;
}
.area_contact.top_container .area_m_ttl h2 span.jp {
	font-size: 70px;
	top:12px;
}
.area_m_ttl h2 span.eng {
	color: #e2e2e2;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	display: block;
	font-size: 150px;
    top: -95px;
	font-family: futura-pt;
	font-weight: 500;
	font-style: normal;
}
.area_contact.top_container .area_m_ttl h2 span.eng {
	background: #f9f9f9;
	width: 85%;
    top: -72px;
}
#news .area_m_ttl h2 {
    text-align: left;
}
#news .area_m_ttl h2 span.jp {
	font-size: 56px;
}
#news .area_m_ttl h2 span.eng {
	font-size: 114px;
    top: -76px;
	left: -6px;
}
.bg_gray .area_m_ttl h2 span.eng {
	color: #d5d5d5;
}
#contact_us .area_m_ttl h2 span.eng {
	position: relative;
    top: 0;
	font-weight: 600;
	color: #1a1a1a;
}
#contact_us .area_m_ttl {
    padding-top: 0;
}

@media only screen and (max-width: 930px) {
	.area_m_ttl h2 span.jp {
		font-size: 56px;
	}
	.area_m_ttl h2 span.eng {
		font-size: 114px;
		top: -70px;
		left: -6px;
	}
	.area_m_ttl p {
		font-size: 14px;
	}
	.area_m_ttl {
		margin-bottom: 20px;
		padding-top: 70px;
	}
	#contact_us .area_m_ttl {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 768px) {
	#news .area_m_ttl h2 span.eng {
		font-size: 55px;
		top: -37px;
		left: -6px;
	}
	#news .area_m_ttl h2 span.jp {
		font-size: 25px;
	}
	.area_contact.top_container .area_m_ttl h2 span.eng {
        top: -80%;
        width: 95%;
	}
	.area_contact.top_container .area_m_ttl {
		top: -70px;
		margin-bottom: 0;
		padding: 60px 0 0 0;
	}
	.area_contact.top_container .area_m_ttl h2 span.jp {
		font-size: 7vw;
		top: 20px;
	}
	#contact_us .area_m_ttl {
		margin-bottom: 25px;
	}
}



/********** fotter **********/
fotter {
	width: 100%;
	height: 300px;
	content: "";
	display: block;
}



/********** トップ **********/
.top_container {
	padding: 180px 0 200px;
}
.top_container.bg_gray {
	background-color: #f9f9f9;
}


/********** FV **********/
.area_fv  {
	position: relative;
	width: 100%;
/*	background-color: #e4f5fe;*/
/*	background-image: linear-gradient(90deg, rgba(231, 246, 252, 1), rgba(241, 250, 255, 1));
*/	padding: 0 0;
}
.area_fv video {
	width: 100%;
	position: relative;
	top: -4.5vw;
}
.catchcopy {
	position: absolute;
	bottom: 30%;
    width: 100%;
    text-align: center;
	color: #1a1a1a;
	letter-spacing: 8px;
    animation-name: fadeIn2s;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
	line-height: 1;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        opacity: 1;
    }
}
.catchcopy h1 {
	font-size: 3vw;
    margin-bottom: 10px;
}
.catchcopy p {
	font-size: 2vw;
}
.homemate_bn_area {
	width: 500px;
	margin: 0 auto 4.5vw;
}
.homemate_bn_area a img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.area_fv video {
		width: 110%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.area_fv {
		background-color: #e6f6fd;
		border-bottom: solid #e6f6fd 40vw;
	}
	.catchcopy h1,
	.catchcopy p {
		position: absolute;
		  right: 0;
		  left: 0;
		  margin: 0 auto;
	}
	.catchcopy h1 {
		font-size: 7vw;
        line-height: 1.3;
		top: 75%;
	}
	.catchcopy {
		bottom: 0%;
        position: relative;
        padding: 35vw 0;
	}
	.catchcopy p {
		font-size: 3.5vw;
        letter-spacing: 5px;
        line-height: 1.5;
		top: 110%;
	}
	.catchcopy h1 {
		margin-bottom: 5px;
	}
	.homemate_bn_area {
		width: 90%;
		margin: 15px auto;
	}
}



/****** トップ　新着情報 ******/
#news.top_container {
	padding: 100px 0 120px;
}
#news.top_container .news_list article {
	background-color: #fff;
}
.news_list .day {
	background-color: #999999;
	color: #fff;
	margin-right: 50px;
	padding: 11px 13px 13px;
    line-height: 1;
}
.news_list article {
	display: flex;
    padding: 30px 35px;
	align-items: center;
}
.news_list article {
	display: flex;
    padding: 30px 35px;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.top_container {
		padding: 30px 0 90px;
	}
	#news.top_container {
		padding: 20px 0 60px;
	}
	.news_list {
		font-size: 12px;
	}
	.news_list article {
		padding: 20px 15px;
	}
	.news_list .day {
		margin-right: 15px;
		padding: 7px 9px 8px;
		line-height: 1;
	}
}

/****** トップ　サービス一覧 ******/
.accordion-content {
  display: none;
}

.accordion hr {
  padding: 0;
  margin: 0;
  background-color: #cccccc;
  height: 2px;
  border: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 30px 45px 30px 20px;
  margin: 0 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:-5px;
  right:20px;
  bottom:0;
  width: 27px;
  height: 3px;
  margin:auto;
  background:#fff;
  z-index: 10;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-header.active {
  background-color: #F2F2F2;
}

.accordion-content {
  background-color: #FFF;
  padding: 0px 20px 30px;
  background-color: #F2F2F2;
}
.accordion-header div,
.accordion-content div{
  position: relative;
}
.accordion-header div{
  font-size: 60px;
  line-height: 1;
}
.accordion-header div span{
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 4px;
  font-weight: 500;
}
.service_co div span{
  color: #e0a9bf;
}
.service_tc div span{
  color: #c3a3ea;
}
.service_re div span{
  color: #d9bc88;
}
.service_lg div span{
  color: #96daaa;
}
.accordion_h_inner {
	position: relative;
}
.accordion_h_inner::before {
	content: "";
	width: 45px;
    height: 45px;
    position: absolute;
    top: 22px;
    right: -33px;
	background-image: url("images/accordion_circle.png");
	background-repeat:no-repeat;
	background-size: 45px;
}
.service_co .accordion_h_inner::before {
	background-image: url("images/accordion_circle_co.png");
}
.service_tc .accordion_h_inner::before {
	background-image: url("images/accordion_circle_tc.png");
}
.service_re .accordion_h_inner::before {
	background-image: url("images/accordion_circle_re.png");
}
.service_lg .accordion_h_inner::before {
	background-image: url("images/accordion_circle_lg.png");
}
a.service_more {
	font-size: 24px;
	font-weight: 500;
	display: block;
	border-bottom: 1px #6c6c6c solid;
	padding: 0 0 20px;
	margin-bottom: 30px;
}
a.service_more span {
	background-image: url("images/arrow_b.png");
	background-repeat:no-repeat;
	background-size: 10px;
	background-position: top 11px right 0;
	padding: 0 20px 0 0;
	transition: .5s;
}
a.service_more:hover span {
	padding: 0 25px 0 0;
}
.partner_container {
	padding: 0 20px;
}
.partner_container .box_img {
	height: 80px;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.partner_container h3 {
	color: #6a6a6a;
	margin-bottom: 30px;
}
.partner_list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.partner {
	background-color: #fff;
	width: calc(50% - 10px);
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
	height: 132px;
	margin-bottom: 20px;
}
.partner p {
	font-size: 16px;
}
.partner img {
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}

@media only screen and (max-width: 768px) {
	.area_m_ttl h2 span.eng {
		font-size: 15vw;
        top: -100%;
	}
	.area_m_ttl h2 span.jp {
		font-size: 7vw;
	}
	.accordion-header div {
		font-size: 30px;
	}
	.accordion-header {
		padding: 12px 45px 10px 10px;
	}
	.accordion-header::before, .accordion-header::after {
		width: 12px;
        top: 17px;
        right: 16px;
        height: 1px;
	}
	.accordion-header div span {
		font-size: 14px;
		letter-spacing: 2px;
	}
	.accordion_h_inner::before {
		width: 20px;
		height: 20px;
		top: 22px;
		right: -33px;
		background-size: 20px;
	}
	a.service_more span {
		font-size: 18px;
		background-size: 9px;
	    background-position: top 7px right 0;
	}
	.partner_container h3 {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.partner_container {
		padding: 0 10px;
	}
	a.service_more {
		padding: 0 0 10px;
		margin-bottom: 15px;
	}
	.accordion-header div {
		display: block;
	}
	.partner {
		width: 95%;
        max-width: 450px;
        margin: 0 auto 10px;
		height: 125px;
		padding: 15px 0;
	}
	.partner p {
		font-size: 14px;
	}
	.partner_container .box_img img {
		width: 90%;
		margin: 0 auto 10px;
	}
	.partner_container .box_img {
		height: auto;
	}
	.accordion-content {
		padding: 0px 20px 20px;
	}
}



/****** トップ　採用情報 ******/
.area_recruit h3.sub_ttl span {
	display: inline-block;
	background-color: #999999;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 25px;
    padding: 2px 0 2px 8px;
}
.area_recruit h3.sub_ttl {
	margin-bottom: 5px;
}
.area_recruit.top_container .area_txt {
	margin-bottom: 100px;
    max-width: 555px;
	margin-left: 10%;
}
@media only screen and (max-width: 768px) {
	.area_recruit h3.sub_ttl span {
		font-size: 4.5vw;
		margin-bottom: 15px;
		font-weight: 500;
	}
	.area_recruit.top_container .area_txt {
		margin: 0 3% 40px;
	}
}


/****** トップ　会社概要 ******/
ul.box_summary {
	max-width: 911px;
	width: 100%;
	margin: 0 auto;
}
ul.box_summary li {
    display: flex;
	border-bottom: 2px solid #cccccc;
	font-size: 16px;
	padding: 30px 0px 30px 80px;
}
ul.box_summary li h4 {
	font-weight: normal;
    width: 190px;
}
ul.box_summary li p {
	width: calc(100% - 190px);
}
ul.box_summary li p span {
	display: block;
	border-bottom: 2px dotted #cccccc;
	padding: 0 0 7px 0;
    margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
	ul.box_summary li {
		padding: 30px 5px;
		font-size: 12px;
	}
	ul.box_summary li h4 {
		font-weight: 500;
		width: 85px;
	}
	ul.box_summary li p {
		width: calc(100% - 85px);
	}
}


/****** トップ　お問い合わせ・ご応募 ******/
.area_contact.top_container .area_txt {
	margin-bottom: 80px;
}
.contact_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 15px 100px;
	border: solid 10px #999999;
}
.contact_content {
    width: 100%;
    margin: 0 auto;
    max-width: 760px;
}

.contact_content a {
   border-bottom: 1px solid #1a1a1a;
   display: inline-block;
   padding-bottom: 2px;
}


.Contact-Menu-Container { margin-top: 5em; }

.Contact-Menu-Contents-Text { color: #2c2c2c; display: table;margin: auto; }
.Contact-Menu-Contents-Text > p { margin: 0; }
.Contact-Menu-Contents {
	display: flex;
}
.Contact-Menu-Contents dd { position: relative; min-width: calc(50% + 5%); color: #2c2c2c; width: 70%; height: 3.5em; margin: 0; }
.Contact-Menu-Contents-SubTitle { margin: 0; width: 30%; box-sizing: border-box; margin-bottom: 1em; color: #2c2c2c; }
.Contact-Menu-Contents-Mark-Need {
    font-size: 12px;
    background-color: #8f3636;
    color: #fff;
	padding: 0 3px 1px 3px;
	display: block;
    margin-left: 10px;
}
.Contact-Menu-Contents-Mark-Need.NoDisplay { visibility:hidden; }
.Contact-Menu-Contents dt.Contact-Menu-Contents-Body-FullWidth { width: 100%; }
.Contact-Menu-Contents dd.Contact-Menu-Contents-Body-FullWidth { width: 100%; }
.Contact-Menu-Contents dd:last-child { }

.Contact-Menu-Contents .wpcf7-not-valid-tip {
	position: absolute;
	width: 15em;
	top: -3px!important;
	left: 10px!important;
	font-size: 12px;
}

.Contact-Menu-Contents input[type=text],
.Contact-Menu-Contents input[type=tel],
.Contact-Menu-Contents input[type=email] { padding: 15px 6px; position: relative; box-sizing: border-box; width: 100%; border: none;}
.Contact-Menu-Contents textarea { padding: 15px 6px; width: 100%; display: block; height: 10em;box-sizing: border-box; border: none;}

.Contact-Menu-Agreement-PrivacyPolicy { text-align: center; color: #2c2c2c; margin-top: 85px; }
.Contact-Menu-Agreement-PrivacyPolicy > label { cursor: pointer; }
.Contact-Menu-Agreement-PrivacyPolicy > label input { transform: scale(1.5); }
.Contact-Menu-Agreement-PrivacyPolicy > label span { display: inline-block; font-size: 18px; margin: 0;}
.Contact-Menu-Agreement-PrivacyPolicy > label span a {
	border-bottom: 1px solid #1a1a1a;
}

.Contact-Menu-About-PrivacyPolicy { border-top: 1px solid #2c2c2c;position: relative;display: table;margin: auto;width: 25em;text-align: center;top: 0.8em; }
.Contact-Menu-About-PrivacyPolicy > p { position: absolute;background: #fff;top: -0.8em;display: table;margin: auto;right: 0;left: 0;padding: 0 0.85em; 
	}

.Contact-Menu-SubmitButton[type=submit] { display: table;margin: auto;background: #1a1a1a;position: relative;top: 3em;margin-bottom: 20px;
    padding: 20px 60px 22px;
    border-radius: 100px;
	color: #fff;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	transition: 1s;
	width: 300px;
	}
.Contact-Menu-SubmitButton[type=submit]:hover {
    background-color: #969696;
}
.Contact-Menu-Contents-SubTitle p {
	display: flex;
	align-items: center;
	font-size: 18px;
    font-weight: 500;
}
input[type="checkbox"] {
  position: relative;
  width: 15px;
  height: 15px;
  border: 3px solid #1a1a1a;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin-right: 15px;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 3px solid #E00003;
  border-bottom: 3px solid #E00003;
  content: '';
}

@media only screen and (max-width: 768px) {
	.contact_inner {
		border: solid 3px #999999;
	}
    .area_contact.top_container {
        padding: 100px 10px 40px;
    }
	.area_contact .contact_content {
		position: relative;
		top: -20px;
	}
	.area_contact.top_container .area_txt {
		margin-bottom: 50px;
	}
	.Contact-Menu-Contents dd {
		width: 100%;
	}
	.Contact-Menu-Contents-SubTitle {
		width: 100%;
		margin-bottom: 5px;
	}
	.Contact-Menu-Contents { display: block; max-width: initial;}
	.Contact-Menu-Contents textarea {
    padding: 6px 6px;
	}
	.Contact-Menu-Contents-SubTitle p {
		font-size: 16px;
	}
	.Contact-Menu-Agreement-PrivacyPolicy > label span {
		font-size: 14px;
	}
	.Contact-Menu-SubmitButton[type=submit] {
		font-size: 14px;
		padding: 9px 50px 11px;
        width: auto;
		top: 2.5em;
	}
	.Contact-Menu-Agreement-PrivacyPolicy {
		margin-top: 70px;
	}
	.area_contact .contact_inner {
		padding: 0 15px 10px;
	}
}



/******　お問い合わせ ******/
.area_contact_us,
.area_contact_us_tel{
	background-color: #999999;
	color: #1a1a1a;
	padding: 60px 0 90px;
}
.area_contact_us p {
	margin-bottom: 15px;
}
.area_contact_us .area_m_ttl h2 {
    margin-bottom: 0px;
    line-height: 1.2;
}
.area_contact_us p.sub_txt {
	font-size: 16px;
}
.area_c_btn {
	display: flex;
	justify-content: center;
	column-gap: 25px;
}
.area_c_btn .more_btn_b a {
	font-size: 16px;
	width: 100%;
	display: block;
	font-weight: 400;
}
.area_c_btn .more_btn_b {
	width: 45%;
}

@media only screen and (max-width: 768px) {
	.area_contact_us,
	.area_contact_us_tel {
		padding: 30px 0 60px;
	}
	.area_c_btn {
		display: block;
	}
	.area_c_btn .more_btn_b {
		width: 90%;
		margin: 0 auto 15px;
	}
    .area_contact_us {
        padding: 30px 0 45px;
    }
}



/****** footer ******/
#footer {
	background-color: #1a1a1a;
	color: #ffffff;
	padding: 80px 0 0;
	border-top: #ffffff solid 20px;
}
#footer .box_logo img {
	width: 275px;
}
#footer .box_logo {
	margin-bottom: 35px;
}
#footer .box_btn a {
	font-size: 16px;
	color: #ffffff;
	display: block;
	width: 275px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	text-align: center;
	padding: 7px 0 8px;
	margin-bottom: 20px;
	transition: 1s;
}
#footer .box_btn a:hover {
    background-color: #fff;
    color: #1a1a1a;
}
.f_inner {
	display: flex;
	justify-content: space-between;
}
.f_inner .box_m {
	width: 20%;
}
.f_menu {
	width: 70%;
	display: flex;
    justify-content: flex-end;
}
.f_menu .first {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 17px;
}
.f_menu .second p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.box_f_menu {
	margin-left: 10%;
}
.box_f_menu a {
	margin-left: 10%;
    color: #ffffff;
	display: block;
	width: max-content;
}
#copyright {
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}
@media only screen and (max-width: 768px) {
	#footer {
		padding: 30px 0 0;
		border-top: #ffffff solid 10px;
	}
	.f_inner {
		display: block;
	}
	.f_inner .box_m {
		width: 100%;
	}
	.f_menu {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	#footer .box_logo {
		text-align: center;
		margin-bottom: 20px;
	}
	#footer .box_btn a {
		margin: 0 auto 20px;
	}
	.box_f_menu {
		margin-left: 0;
	}
	.box_f_menu a {
		margin: 0 auto;
	}
	.box_f_menu .second {
		display: flex;
        justify-content: center;
	}
	.box_f_menu .second p {
		margin: 0 5px;
	}
	.f_menu .first {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 3px;
		margin-top: 15px;
	}
}



/****** 下層ページ ******/
.page .wrap {
	margin-top: 75px;
}
.bg_black {
	background-color: #1a1a1a;
	color: #ffffff;
}
.sub_container {
	padding: 100px 0 100px;
}

@media screen and (max-width: 768px) {
	.page .wrap {
		margin-top: 40px;
	}
	.sub_container {
		padding: 40px 0 40px;
	}
}

/** 見出し **/
.area_ttl {
	text-align: center;
	padding: 85px 0 70px;
}
.area_ttl p {
	margin-top: 30px;
}
.area_ttl .eng {
	color: #b8b8b8;
	font-family: futura-pt;
    font-weight: 500;
    font-style: normal;
	font-size: 10vw;
	display: block;
    line-height: 0.8;
}
.area_ttl .jp {
	display: block;
	font-size: 27px;
	font-weight: 500;
}
.wrap_communication .area_ttl .eng {
	color: rgba(0,0,0,0);
	background-image: url("images/gradation_bg_communication.png");
	background-clip: text;
	-webkit-background-clip: text;
	background-size: cover;
	background-position: center;
}
.wrap_communication .area_achievements {
	display: none;
}
.area_sub_ttl {
	margin-bottom: 35px;
}
.area_sub_ttl .eng,
.area_sub_ttl .jp{
	display: block;
}
.area_sub_ttl .eng {
	font-family: futura-pt;
	font-size: 95px;
    font-weight: 600;
	line-height: 0.8;
	margin-bottom: 20px;
}
.area_sub_ttl .jp {
	display: block;
	font-size: 24px;
	font-weight: 500;
}
.area_recruit_list .area_sub_ttl {
	text-align: center;
}
.area_recruit_list .area_sub_ttl .eng {
    color: rgba(0, 0, 0, 0);
    background-image: url(images/gradation_bg_communication.png);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
	font-size: 178px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.area_ttl .eng {
		font-size: 11vw;
		margin-bottom: 10px;
	}
	.area_ttl .jp {
		font-size: 18px;
	}
	.area_ttl p {
    	margin-top: 20px;
	}
	.area_ttl {
		padding: 70px 0 25px;
	}
	.area_sub_ttl .eng,
	.area_sub_ttl .jp {
		text-align: center;
	}
	.area_sub_ttl .eng {
		font-size: 11vw;
		margin-bottom: 10px;
	}
	.area_sub_ttl .jp {
		font-size: 18px;
	}
	.area_sub_ttl {
		margin-bottom: 25px;
	}
	.area_recruit_list .area_sub_ttl .eng {
	   font-size: 14vw;
	   font-weight: 500;
	}
}

/** 見出しが左にくるレイアウト **/
.ttl_left {
	display: flex;
    justify-content: space-between;
	align-items: center;
	column-gap: 46px;
}
.ttl_left .area_sub_ttl {
	width: calc(40% - 23px);
}
.ttl_left .area_sub_ttl .eng {
	color: rgba(0,0,0,0);
	background-image: url("images/gradation_bg_communication.png");
	background-clip: text;
	-webkit-background-clip: text;
	background-size: 1090px;
	background-position: bottom -104px left -180px;
	margin-bottom: 10px;
}
.ttl_left .area_line_list {
	width: calc(60% - 23px);
}
.area_line_list ul li {
	border-bottom: 1px solid #1a1a1a;
	font-size: 21px;
	padding: 10px 5px;
}
.area_line_list ul li:first-child {
	border-top: 1px solid #1a1a1a;
}
.bg_black .area_line_list ul li {
	border-bottom: 1px solid #ffffff;
	font-size: 21px;
	padding: 10px 5px;
}
.bg_black .area_line_list ul li:first-child {
	border-top: 1px solid #ffffff;
}

@media screen and (max-width: 1000px) {
	.ttl_left .area_sub_ttl .eng {
		font-size: 9vw;
	}
}

@media screen and (max-width: 768px) {
	.ttl_left {
		display: block;
	}
	.ttl_left .area_sub_ttl .eng {
		font-size: 11vw;
	}
	.ttl_left .area_sub_ttl {
		width: 100%;
	}
	.ttl_left .area_line_list {
		width: 80%;
		margin: 0 auto;
		max-width: 400px;
	}
	.area_line_list ul li {
		font-size: 16px;
	}
}



/****** 通信 ******/
.service_list .service_list_inner {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	column-gap: 26px;
}
.service_list {
	padding-bottom: 80px;
}
.service_list .service_list_inner .box_service {
	text-align: center;
	width: calc(50% - 13px);
}
.service_list .service_list_inner .box_service .box_bg_img img {
	width: 100%;
}
.service_list .service_list_inner .service_bg_01,
.service_list .service_list_inner .service_bg_02 {
	position: relative;
	margin-bottom: 20px;
}
.service_list .service_list_inner .box_service .box_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 15px;
}
.page .service_list .service_list_inner .box_service .box_txt h4 {
	margin-bottom: 7px;
}
.achievements_list_inner {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
    column-gap: 15px;
}
.achievements_list_inner .box{
	width: calc(100% / 3 - 15px);
}
.achievements_list_inner .box .box_img img{
	width: 100%;
	border-radius: 30px;
}
.wrap_communication .area_contact_us_tel,
.wrap_communication .area_contact_us {
	background-color: #aaaed1;
	background-image: url("images/gradation_bg_communication_47p.png");
	background-size: cover;
	background-position: center;
}
.recruit_list_container {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 15px;
}
.recruit_list_container a {
	display: block;
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	width: calc(100% / 3 - 20px);
	transition: 1s;
}
.recruit_list_container a:hover {
	background-color: #CFCFCF;
}
.recruit_list_container a .box {
	display: flex;
	position: relative;
	padding-top: 100%;
	height: 0;
}
.recruit_list_container a .box .box_inner {
	position: absolute;
	top: calc((100% - 200px)/2);
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
}
.recruit_list_container a .box .box_inner p {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.recruit_list_container a .box .box_inner .box_img img {
	width: 50px;
}
.recruit_list_container a .box .box_inner .box_img {
	margin-bottom: 10px;
}
.recruit_list_container a .box .box_inner .recruit_more img {
	width: 141px;
}
.recruit_list_container a .box .box_inner .recruit_more {
	position: relative;
}
.recruit_list_container a .box .box_inner .recruit_more p {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	left: 0;
    right: 0;
    margin: 0 auto;
	bottom: 8px;
}
.preparation {
	color: #999999;
}
.recruit_list_container a.preparation {
    border: 1px solid #999999;
	pointer-events: none;
}
.recruit_list_container a.preparation .box .box_inner {
	top: 43%;
}

@media screen and (max-width: 900px) {
	.recruit_list_container a .box .box_inner p {
		font-size: 18px;
	    margin-bottom: 10px;
	}
	.recruit_list_container a .box .box_inner .box_img img {
		width: 30px;
	}
	.recruit_list_container a .box .box_inner .box_img {
		margin-bottom: 5px;
	}
	.recruit_list_container a .box .box_inner {
		top: calc((100% - 150px) / 2);
	}
}

@media screen and (max-width: 768px) {
	.service_list {
		padding-bottom: 30px;
	}
	.service_list .service_list_inner {
		display: block;
	}
	.service_list .service_list_inner .box_service {
		width: 100%;
		max-width: 400px;
        margin: 0 auto;
	} 
	.service_list .service_list_inner .box_service .box_txt {
		top: 48%;
	}
	.service_list .service_list_inner .service_bg_01,
	.service_list .service_list_inner .service_bg_02 {
		margin-bottom: 15px;
	}
	.achievements_list_inner {
		display: block;
	}
	.achievements_list_inner .box{
		width: 80%;
		margin: 0 auto 25px;
		max-width: 400px;
	}
	.recruit_list_container {
		display: block;
	}
	.recruit_list_container a {
		width: 300px;
		margin: 0 auto 25px;
	}
    .recruit_list_container a .box .box_inner .box_img img {
        width: 50px;
    }
    .recruit_list_container a .box .box_inner p {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .recruit_list_container a .box .box_inner {
        top: calc((100% - 190px) / 2);
    }
	.recruit_list_container a.preparation .box .box_inner {
		top: 45%;
	}
}



/****** 物流 ******/
.area_logistics_service,
.area_logistics_achievements,
.wrap_logistics .area_qa {
	display: none;
}
.wrap_logistics .area_contact_us_tel,
.wrap_logistics .area_contact_us {
	background-color: #bbdddd;
	background-image: url("images/gradation_bg_logistics_93p.png");
	background-size: cover;
	background-position: center;
}
.wrap_logistics .area_ttl .eng {
    font-size: 13vw;
	color: rgba(0, 0, 0, 0);
    background-image: url(images/gradation_bg_logistics.png);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
}
.service_list.clm_3 .service_list_inner {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	column-gap: 16px;
	align-items:stretch;
}
.area_logistics_service .area_sub_ttl .eng {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    color: #cccccc;
}
.area_logistics_service .area_sub_ttl {
    margin-bottom: 30px;
}
.service_list.clm_3 {
	padding-bottom: 80px;
}
.service_list.clm_3 .service_list_inner .box_service {
	text-align: center;
	width: calc(100% / 3 - 8px);
}
.service_list.clm_3 .service_list_inner .box_service .box_bg_img img {
	width: 100%;
}
.service_bg_03_01 {
	border-radius: 30px;
	background-image: url("images/service_bg_03_01.png");
	background-size: cover;
	background-position: center;
}
.service_bg_03_02 {
	border-radius: 30px;
	background-image: url("images/service_bg_03_02.png");
	background-size: cover;
	background-position: center;
}
.service_bg_03_03 {
	border-radius: 30px;
	background-image: url("images/service_bg_03_03.png");
	background-size: cover;
	background-position: center;
}
.service_list.clm_3 .service_list_inner .box_service .box_txt {
	position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
	padding: 0;
}
.service_list.clm_3 .service_list_inner .box_service .box_txt h4 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 400;
}
.service_list.clm_3 .service_list_inner .box_service .box_txt p {
	text-align: left;
}
.service_list.clm_3 .service_list_inner .box_service .box_img {
	height: 114px;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
	margin-bottom: 40px;
}
.service_bg_03_inner {
	position: relative;
	background-color: #1a1a1a;
    border-radius: 27px;
    margin: 3px;
	height: calc(100% - 6px);
	padding: 40px 30px 30px;
}
.service_list .spots {
	display: block;
	content: "";
	width: 10px;
	height: 6px;
	background-color: #1a1a1a;
	position: absolute;
}
.service_list .spots_01 {
	top: 10px;
    left: -2px;
	transform: rotate(30deg);
}
.service_list .spots_02 {
	top: 27px;
    right: -6px;
}
.service_list .spots_03 {
	bottom: 9px;
    left: -2px;
	transform: rotate(-30deg);
}
.service_list .spots_04 {
    bottom: -1px;
    right: 6px;
    transform: rotate(50deg);
}
.area_logistics_achievements .area_sub_ttl {
    margin-bottom: 25px;
}
.area_logistics_achievements .area_sub_ttl .jp {
	text-align: center;
	font-size: 24px;
}
.arrow_btm {
	text-align: center;
    margin-bottom: 30px;
}
.logistics_achievements_list {
	display: flex;
    justify-content: center;
	column-gap: 25px;
}
.logistics_achievements_list .box {
	padding: 10px;
	width: 180px;
	background-color: #ffffff;
}
.logistics_achievements_list .box img {
	width: 100%;
}
.area_logistics_achievements {
	padding-bottom: 90px;
}
.area_base .area_sub_ttl .jp {
	text-align: center;
}
.gmap {
	margin: 0 auto;
    width: 600px;
    height: 400;
}
.area_qa .accordion-header div {
    font-size: 16px;
}
.area_qa .accordion {
	color: #1a1a1a;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.area_qa .accordion_h_inner::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: -2px;
    right: -33px;
    background-image: url(images/accordion_circle.png);
    background-repeat: no-repeat;
    background-size: 22px;
}
.area_qa .accordion-header::before, .area_qa .accordion-header::after {
	position: absolute;
    content: '';
    top: 33px;
    right: 17px;
    bottom: auto;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #fff;
    z-index: 10;
}
.area_qa .accordion-header {
	margin-top: 30px;
	padding: 25px 45px 25px 20px;
}
.area_qa .accordion-header:first-child {
	margin-top: 0;
}
.area_qa .accordion-header.active {
    background-color: #ffffff;
}
.area_qa .accordion-content {
    padding: 25px 20px 25px;
}
.area_qa .area_sub_ttl .eng {
    font-size: 91px;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 20px;
	color: #cccccc;
}
.area_qa .area_sub_ttl .eng span {
    font-size: 0.6em;
	display: inline-block;
    padding: 0 6px 0 1px;
}
.wrap_logistics .area_recruit_list .area_sub_ttl .eng {
    background-image: url("images/gradation_bg_logistics.png");
}
.wrap_logistics .recruit_list_container a .box .box_inner .box_img img {
    width: 82px;
}
.area_reassurance {
	background-color: #a0a0a0;
	border-radius: 30px;
	margin-bottom: 80px;
	padding: 50px 80px 70px;
}
.area_reassurance h3 {
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.reassurance_container {
	background-color: #ffffff;
	border-radius: 30px;
	margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 45px 40px 45px 50px;
}
.reassurance_container.point_03 {
	margin-bottom: 0;
}
.reassurance_container .area_point {
	width: calc(14% - 20px);
	text-align: right;
	color: #999999;
}
.reassurance_container .area_point .point {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}
.reassurance_container .area_point .number {
	font-size: 75px;
	font-weight: 600;
	line-height: 0.8;
	position: relative;
}
.reassurance_container.point_01 .area_point .number {
	right: -13px;
}
.reassurance_container.point_02 .area_point .number {
}
.reassurance_container.point_03 .area_point .number {
	right: -4px;
}
.reassurance_container .area_txt {
	width: calc(86% - 20px);
	line-height: 1;
}
.reassurance_container.point_01 .area_txt .box_01 {
	font-size: 27px;
	font-weight: 500;
}
.reassurance_container.point_01 .area_txt .box_01 span {
	font-size: 14px;
}
.reassurance_container.point_01 .area_txt .box_02 {
	font-size: 63px;
	font-weight: bold;
    margin-bottom: 5px;
}
.reassurance_container.point_01 .area_txt .box_02 span.price {
	font-size: 127px;
	font-family: futura-pt;
    font-style: normal;
	font-weight: 600;
}
.reassurance_container.point_01 .area_txt .box_02 span.tax {
	font-size: 27px;
	font-weight: normal;
}
.reassurance_container.point_01 .area_txt .box_03 {
	font-size: 20px;
	font-weight: bold;
}
.reassurance_container.point_02,
.reassurance_container.point_03 {
	font-weight: bold;
}
.reassurance_container.point_02 .area_txt .box_01 {
	font-size: 42px;
	margin-bottom: 15px;
}
.reassurance_container.point_02 .area_txt .box_02 {
	font-size: 20px;
}
.reassurance_container.point_03 .area_txt .box_01 {
	font-size: 42px;
	margin-bottom: 15px;
}
.reassurance_container.point_03 .area_txt .box_02 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.reassurance_container.point_03 .area_txt .box_02 span {
	font-size: 14px;
}
.reassurance_container.point_03 .area_txt .box_03 {
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 1020px) {
	.reassurance_container {
		padding: 40px 25px 45px 35px;
	}
	.reassurance_container .area_point .number {
		font-size: 8vw;
	}
	.reassurance_container .area_point .point {
		font-size: 3vw;
	}
	.reassurance_container.point_01 .area_point .number {
		right: -9px;
	}
	.reassurance_container.point_02 .area_point .number {
		right: 3px;
	}
	.reassurance_container.point_03 .area_point .number {
		right: 2px;
	}
	.reassurance_container.point_01 .area_txt .box_01 {
		font-size: 2.7vw;
	}
	.reassurance_container.point_01 .area_txt .box_01 span {
		font-size: 1.5vw;
	}
	.reassurance_container.point_01 .area_txt .box_02 {
		font-size: 6vw;
	}
	.reassurance_container.point_01 .area_txt .box_02 span.price {
		font-size: 12vw;
	}
	.reassurance_container.point_01 .area_txt .box_02 span.tax {
		font-size: 2.7vw;
	}
	.reassurance_container.point_01 .area_txt .box_03 {
		font-size: 2vw;
	}
	.reassurance_container.point_02 .area_txt .box_01 {
		font-size: 3.7vw;
	}
	.reassurance_container.point_02 .area_txt .box_02 {
		font-size: 2vw;
	}
	.reassurance_container.point_03 .area_txt .box_01 {
		font-size: 3.7vw;
	}
	.reassurance_container.point_03 .area_txt .box_02 {
		font-size: 2vw;
	}
	.reassurance_container.point_03 .area_txt .box_02 span {
		font-size: 1.5vw;
	}
	.reassurance_container.point_03 .area_txt .box_03 {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 768px) {
    .wrap_logistics .area_ttl {
        padding: 90px 0 40px;
    }
	.area_logistics_service .area_sub_ttl .eng {
		font-size: 25px;
	}
	.wrap_logistics .area_ttl .eng {
		font-size: 18vw;
	}
	.service_list.clm_3 .service_list_inner {
		flex-wrap: wrap;
	}
	.service_list.clm_3 {
		padding-bottom: 10px;
	}
	.service_list.clm_3 .service_list_inner .box_service {
		width: 100%;
        max-width: 300px;
        margin: 0 auto 25px;
	}
	.service_list.clm_3 .service_list_inner .box_service .box_txt h4 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.service_list.clm_3 .service_list_inner .box_service .box_img {
		margin-bottom: 35px;
	}
	.logistics_achievements_list {
		display: block;
	}
	.logistics_achievements_list .box {
		margin: 0 auto 15px;
	}
	.area_logistics_achievements .area_sub_ttl .jp {
		font-size: 16px;
	}
	.area_logistics_achievements .area_sub_ttl {
		margin-bottom: 15px;
	}
	.arrow_btm {
		margin-bottom: 25px;
	}
	.area_logistics_achievements {
		padding-bottom: 45px;
	}
	.gmap {
		max-width: 400px;
		margin: 0 auto;
		position: relative;
		width: 90%;
		height: 0;
		padding-top: 60%;
	}
	.gmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.area_qa .accordion-header div {
		font-size: 14px;
	}
	.reassurance_container {
		display: block;
		padding: 30px 30px;
	}
	.reassurance_container .area_point {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	.reassurance_container .area_txt {
		width: 100%;
		text-align: center;
	}
	.area_reassurance {
		padding: 35px 20px 20px;
		margin-bottom: 35px;
	}
	.area_reassurance h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.reassurance_container.point_01 .area_point .number,
	.reassurance_container.point_02 .area_point .number,
	.reassurance_container.point_03 .area_point .number {
			font-size: 15vw;
			right: auto;
	}
    .reassurance_container.point_01 .area_txt .box_01 span {
        font-size: 3.5vw;
    }
    .reassurance_container.point_01 .area_txt .box_01 {
        font-size: 4vw;
        margin-bottom: 5px;
    }
    .reassurance_container .area_point .point {
        font-size: 5vw;
    }
    .reassurance_container.point_01 .area_txt .box_02 span.price {
        font-size: 15vw;
    }
	.reassurance_container.point_01 .area_txt .box_02 span.tax {
        font-size: 3.5vw;
    }
	.reassurance_container.point_01 .area_txt .box_03 {
        font-size: 3.5vw;
        text-align: left;
		line-height: 1.2;
    }
	.reassurance_container.point_02 .area_txt .box_02 {
        font-size: 3.2vw;
	}
	.reassurance_container.point_02 .area_txt .box_01 {
		font-size: 6vw;
		line-height: 1.2;
	}
	.reassurance_container.point_03 .area_txt .box_01 {
		font-size: 6vw;
	}
	.reassurance_container.point_03 .area_txt .box_02 {
		font-size: 4vw;
		text-align: left;
	}
	.reassurance_container.point_03 .area_txt .box_02 span {
        font-size: 3.5vw;
    }
    .reassurance_container.point_03 .area_txt .box_03 {
        font-size: 3.5vw;
        text-align: left;
		line-height: 1.5;
    }
}



/****** 冠婚葬儀 ******/
.wrap_ceremonial_occasions .area_ttl .eng {
}
.wrap_ceremonial_occasions .area_ttl .eng {
    color: rgba(0, 0, 0, 0);
    background-image: url(images/gradation_bg_ceremonial_occasions.png);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
    font-size: 14vw;
}
.service_bg_04_01 {
    border-radius: 30px;
    background-image: url(images/service_bg_04_01.png);
    background-size: cover;
    background-position: center;
}
.area_ceremonial_occasions_service .area_sub_ttl .eng {
    font-size: 71px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
    color: #cccccc;
}
.area_ceremonial_occasions_service .area_sub_ttl .jp {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}
.area_ceremonial_occasions_service {
	padding: 65px 0 0 0;
}
.wrap_ceremonial_occasions .area_ttl {
    padding: 85px 0 55px;
}
.wrap_ceremonial_occasions .area_service_outline {
	text-align: center;
	margin-bottom: 60px;
}
.wrap_ceremonial_occasions .area_service_outline h3 {
	background-color: #ebd7e5;
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 30px;
	font-weight: 500;
}
.wrap_ceremonial_occasions .area_service_outline p {
	line-height: 1.8;
}
.wrap_ceremonial_occasions .service_list.clm_3 .service_list_inner .box_service .box_txt h4 {
    font-size: 21px;
	min-height: 59px;
}
.wrap_ceremonial_occasions .service_list.clm_3 .service_list_inner .box_service .box_txt h4 span {
    font-size: 16px;
}
.wrap_ceremonial_occasions .service_bg_03_inner {
    padding: 40px 25px 30px;
}
.wrap_ceremonial_occasions .ttl_left .area_sub_ttl .eng {
	color: #1a1a1a;
}
.wrap_ceremonial_occasions .ttl_left {
    justify-content: flex-end;
}
.wrap_ceremonial_occasions .ttl_left .area_sub_ttl {
    width: calc(34% - 23px);
}
.ceremonial_occasions_ms {
	font-family: serif;
	font-weight: 900;
	font-style: normal;
	font-size: 23px;
	text-align: center;
	line-height: 1.6;
	background-color: #ebd7e5;
	padding: 50px 0;
}
.ceremonial_occasions_ms span {
	font-size: 30px;
}
.wrap_ceremonial_occasions .area_contact_us_tel,
.wrap_ceremonial_occasions .area_contact_us {
    background-color: #aaaed1;
    background-image: url(images/gradation_bg_ceremonial_occasions_02.png);
    background-size: cover;
    background-position: center;
}
.wrap_ceremonial_occasions .area_recruit_list .area_sub_ttl .eng {
    background-image: url(images/gradation_bg_ceremonial_occasions.png);
}

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

}

@media screen and (max-width: 768px) {
    .area_ceremonial_occasions_service .area_sub_ttl .eng {
        font-size: 35px;
    }
	.area_ceremonial_occasions_service .area_sub_ttl .jp {
		font-size: 12px;
	}
	.wrap_ceremonial_occasions .area_service_outline h3 {
		font-size: 18px;
		margin-bottom: 20px;
		padding: 15px 0;
	}
	.wrap_ceremonial_occasions .area_ttl {
		padding: 50px 0 25px;
	}
	.wrap_ceremonial_occasions .area_service_outline {
		margin-bottom: 30px;
	}
	.wrap_ceremonial_occasions .ttl_left .area_sub_ttl {
		width: 100%;
	}
	.wrap_ceremonial_occasions .recruit_list_container a .box .box_inner .box_img img {
			width: 89px;
	}
}

@media screen and (max-width: 500px) {
	.wrap_ceremonial_occasions .area_service_outline p {
		font-size: 3.5vw;
	}
	.ceremonial_occasions_ms {
		font-size: 4.5vw;
	}
	.ceremonial_occasions_ms span {
		font-size: 7vw;
	}
}



/****** 採用情報 ******/
.wrap_recruit .area_ttl .eng {
    color: rgba(0, 0, 0, 0);
    background-image: url("images/gradation_bg_recruit_01.png");
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
	font-size: 15vw;
}
.wrap_recruit .area_recruit_list {
    padding: 0;
}
.wrap_recruit .area_recruit_list .area_sub_ttl .eng {
	font-size: 50px;
    background-image: none;
	color: #b8b266;
	font-weight: 500;
    margin-bottom: 20px;
    padding-top: 70px;
}
.wrap_recruit .recruit_list_container a {
    display: block;
	border: none;
}
.wrap_recruit .recruit_list_container a .box {
    display: block;
    position: relative;
    padding-top: 0;
    height: auto;
}
.wrap_recruit .recruit_list_container a .box .box_inner {
    position: relative;
}
.wrap_recruit .recruit_list_container a .box .box_inner .box_img img {
    width: 100%;
}
.wrap_recruit .recruit_list_container a .box .box_inner p.rec_name {
    font-size: 20px;
    color: #ffffff;
	position: absolute;
    top: 33%;
    width: 100%;
}
.wrap_recruit .recruit_list_container a .box .box_inner .recruit_more {
    position: absolute;
    width: 100%;
    top: 67%;
    color: #ffffff;
}
.wrap_recruit .recruit_list_container a:hover {
	background-color: unset;
}
.wrap_recruit .recruit_list_container a .box .box_inner .box_img img {
	transition: 1s;
}
.wrap_recruit .recruit_list_container a:hover .box .box_inner .box_img img {
	opacity: .7;
}
.wrap_recruit .recruit_list_container a.preparation {

}
.wrap_recruit .recruit_list_container {
	align-items: stretch;
}
.wrap_recruit .recruit_list_container a.preparation .box .box_inner p {
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	top:49%;
	left:50%;
	transform: translate(-50%, -50%);
}
.wrap_recruit .area_contact_us_tel, .wrap_recruit .area_contact_us {
    background-color: #aaaed1;
    background-image: url(images/gradation_bg_recruit_02.png);
    background-size: cover;
    background-position: center;
}
.wrap_recruit .recruit_list_container a .box .box_inner .box_img {
	margin-bottom: 0;
}
.wrap_recruit #ceremonial_occasions {
    padding: 0 0 70px;
}

@media screen and (min-width: 769px) {
	.wrap_recruit .area_ttl {
		padding: 75px 0 0;
	}
	.wrap_recruit .area_ttl .eng {
		margin-bottom: 30px;
	}
}

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

@media screen and (max-width: 768px) {
	.wrap_recruit .area_ttl {
		padding: 50px 0 0;
	}
	.wrap_recruit .area_recruit_list .area_sub_ttl .eng {
		font-size: 35px;
		margin-bottom: 10px;
		padding-top: 30px;
	}
	.wrap_recruit #ceremonial_occasions {
		padding: 0 0 30px;
	}
}

@media screen and (max-width: 460px) {
	.wrap_recruit .area_ttl p {
        font-size: 3.5vw;
    }
}



/****** 採用情報詳細 ******/
.recruit_container {
	background-color: #f1f1f1;
	border-radius: 30px;
	padding: 30px 60px;
	margin-bottom: 45px;
}
.recruit_container h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.recruit_container .area_requirements {
	margin-bottom: 40px
}
.recruit_container .area_requirements .box {
	background-color: #ffffff;
	border-radius: 60px;
	margin-bottom: 10px;
	display: flex;
	padding: 15px 30px;
	align-items: center;
    justify-content: flex-start;
}
.recruit_container .area_requirements .box h4 {
	margin-right: 10%;
	width: 65px;
	text-align:justify;
	text-align-last:justify;
	font-weight: 500;
}
.recruit_container .area_requirements .box p {
	font-weight: 500;
	font-size: 14px;
	width: calc(100% - 140px);
}
.recruit_container .area_job_description .box {
	background-color: #ffffff;
	margin-bottom: 10px;
	display: flex;
    justify-content: flex-start;
	align-items: stretch;
	border-radius: 0;
	padding: 0;
}
.recruit_container .area_job_description .box h4 {
	background-color: #393939;
	padding: 15px; 
	display: flex;
    align-items: center;
	width: auto;
}
.recruit_container .area_job_description .box h4 span {
	width: 67px;
	text-align:justify;
	text-align-last:justify;
	font-weight: 500;
	color: #ffffff;
	display: inline-block;
}
.recruit_container .area_job_description .box.career h4 span {
	width: 185px;
}
.recruit_container .area_job_description .box p {
	font-weight: 500;
	padding: 15px 15px 15px 20px;
	width: calc(100% - 67px);
	font-size: 14px;
}
.recruit_container .area_job_description .box.career p {
	width: calc(100% - 185px);
}
.recruit_container .box_number{
    position:relative;
    width:45px;
    height:auto;
    background:#393939;
    text-align:center;
    color:#FFFFFF;
    font-size:18px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.recruit_container .box_number::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(57, 57, 57, 0);
    border-top-width:9px;
    border-bottom-width:10px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    border-top-color:#393939;
    top:100%;
    left:50%;
}
.recruit_container .arrow_none .box_number::after {
    content:none;
}
.area_frow .box_frow {
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
	margin-bottom: 15px;
	position: relative;
}
.area_frow .box_frow.with_comments {
	margin-bottom: 45px;
}
.area_frow .box_frow .comments {
	position: absolute;
	bottom: -28px;
	left: 60px;
}
.area_frow .box_frow .box_txt {
	background-color: #ffffff;
	padding: 15px;
	width: calc(100% - 45px);
}
.area_frow .box_frow .box_txt h4 {
	margin-bottom: 5px;
}
.recruit_container .recruit_sub_ttl {
    margin-bottom: 30px;
}
.recruit_container .area_txt_bgw .recruit_sub_ttl {
    margin-bottom: 0;
}
.recruit_container .recruit_sub_ttl h3 {
    margin-bottom: 5px;
}
.recruit_container .area_txt_bgw {
	border-radius: 60px;
	margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
	.single-recruit .area_ttl {
		padding: 150px 0 70px;
	}
	.single-recruit .area_ttl .eng {
		font-size: 15vw;
		margin-bottom: 30px;
	}
}

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

@media screen and (max-width: 768px) {
	.single-recruit .area_ttl .eng {
		font-size: 15vw;
	}
	.recruit_container {
		padding: 15px;
	}
	.recruit_container .area_requirements .box {
		padding: 20px 25px;
		align-items: flex-start;
	}
	.recruit_container .area_job_description .box p {
		padding: 10px 10px 10px 10px;
	}
	.recruit_container .area_job_description .box h4 {
		padding: 10px;
	}
	.recruit_container .area_job_description .box h4 span {
		width: 58px;
	}
	.recruit_container .area_job_description .box.career h4 span {
		width: 143px;
	}
	.recruit_container .area_requirements {
		margin-bottom: 20px;
	}
	.recruit_container h3 {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.recruit_container .recruit_sub_ttl {
		margin-bottom: 15px;
	}
	.recruit_container .area_requirements .box h4 {
		margin-right: 15px;
	}
	.recruit_container .area_requirements .box p {
		width: calc(100% - 80px);
	    font-weight: 400;
	}
}

@media screen and (max-width: 460px) {
	.area_frow .box_frow .comments {
		bottom: -43px;
	}
}



/****** プライバシーポリシー ******/
.privacypolicy_container {
	background-color: #f1f1f1;
    border-radius: 30px;
    margin-bottom: 45px;
	padding: 60px 60px;
}

@media screen and (max-width: 768px) {
	.privacypolicy_container {
		padding: 30px 20px;
	}
}



/****** 新着情報一覧******/
.news_list .news_list article {
	background-color: #fff;
    border-radius: 60px;
    margin-bottom: 15px;
}
.pnavi {
	text-align: center;
	padding: 45px 0 60px;
}
.pnavi a.page-numbers,
.pnavi span {
	font-size: 30px;
	font-family: futura-pt;
	font-style: normal;
	padding: 5px 0 5px 10px;
    color: #8f8f8f;
	transition: 0.5s;
}
.pnavi span.current {
	font-size: 40px;
	color: #1a1a1a;
    font-weight: 600;
}
.pnavi a.page-numbers.prev {
	font-size: 18px;
}
.pnavi a.page-numbers.next {
	font-size: 18px;
}
.pnavi a, .pnavi a:visited {
	font-size: 16px;
}
.pnavi a:hover {
	color: #1a1a1a;
}

@media screen and (max-width: 768px) {
	.pnavi {
		padding: 30px 0 60px;
	}
.pnavi span.current {
    font-size: 30px;
}
}



/****** 新着情報一覧******/
.news_single .area_ttl {
    padding: 160px 0 70px;
}
.news_single .news_container .inner {
	background-color: #ffffff;
	border-radius: 30px;
    padding: 60px;
    margin-bottom: 45px;
}
.news_single .news_container h2 {
	font-size: 24px;
}
.news_single .area_summary {
	margin-bottom: 30px;
}
.page-nav {
	display: flex;
    justify-content: space-between;
    padding: 0 15px 60px;
    flex-direction: row-reverse;
}
.news_single .day {
	color: #999999;
}

@media screen and (max-width: 768px) {
	.news_single .news_container .inner {
		padding: 30px 30px;
		margin-bottom: 30px;
	}
	.news_single .area_ttl {
		padding: 110px 0 30px;
	}
	.page-nav {
		padding: 0 15px 30px;
	}
}



