@charset "UTF-8";
@charset "UTF-8";
/*
 Theme Name: Voicyテーマ
 Description 消さないでください
 Theme URI: 
 Author: K2022
 Author URI: 
 Version: 
 License: あ
 License URI: 
*/
/* =============================================================================================================================================
															【PC】
============================================================================================================================================= */

/* #################### COMMON_PAGE ################################################################################ */

/* clearfix */
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.cf{
	display: inline-block;
} 
* html .cf{
	height: 1%;
}
.cf{
	display:block;
}

.left {
	float: left;
}
.right {
	float: right;
}
.fv_text{
	width: 75vW;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13vw;
    margin: auto;
}

span.anchor {
	position: absolute;
    top: -100px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.hide_pc {
    display: none;
}

a {
    word-break: break-all;
	text-decoration: none;
}

.btn {
	background-color: #FF8700;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border-radius: 50px;
	box-sizing: border-box;
	/* display: inline-block; */
	letter-spacing: .1em;
	line-height: 1.0;
	margin-right: 20px;
}

.btn_pc{
	display: block;
}
.btn_sp{
	display: none;
}

/* a.btn.hover_slide:hover{
	transform:scale(1.2,1.2);
} */
a.btn {
	position: relative;
	transition-duration: .4s;
	width: auto;
    background-color: transparent;
    padding-left: 10px;
	z-index: 1;
}
a.btn #text{
	z-index: 1;
}
/* .btn:hover {
	transform: scale(1.1);
} */

a.btn::after {
	right: 1.5em;
	margin-left: 1.0em;
	display: inline-block;
}

.arrow::after {
	content: '>';
	display: inline-block;
	margin-left: 1.0em;
}

.arrow_b::after,
.arrow_w::after {
	transition: all .3s;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: -5px;
}
.arrow_b::after {
	content: url("images/img_arrow_b.png");
}
.arrow_w::after {
	content: url("images/img_arrow_w.png");
}
.arrow_b:hover::after,
.arrow_w:hover::after {
	margin-left: 25px;
}


/* hover */
.hover {
	transition: all .3s;
}
.hover:hover {
	opacity: .7;
}

a figure {
	overflow: hidden;
} 
a figure img {
	transition: all .3s;
} 
a:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale();
} 

.hover_slide {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hover_big_span{
	color: #FFF;
	font-size: 20px;
}
 .hover_big{
	    /*波紋の基点とするためrelativeを指定*/
		position: relative;
		/*リンクの形状*/
	  display:inline-block;
	  /* margin:0 10px 20px 10px; */
		text-decoration: none;
		color: #333;
		outline: none;
}

a.btn.hover_big::before {
	position: absolute;
    transition: .5s;
    content: '';
	color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
	top:0px;
    bottom: 0px;
	left: 0px;
    background: #FF8700;
    border-radius: 50%;
    z-index: -1;
	animation: .5s circleanime3 forwards;

}
a.btn.hover_big:hover::before {
	content: '';
    position: absolute;
	line-height: 60px;
    left: -10px;
    top: -10px;
    bottom: 10px;
	right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
    animation: .5s circleanime2 forwards;

}



@keyframes circleanime2{
	0%{
	  transform: scale(0);
	}
	100%{
	  transform:scale(1.9);
	  opacity:1;
	}
  }
  @keyframes circleanime3{
	0%{
		transform:scale(2);
		opacity:1;
	  }
	100%{
	  transform: scale(1);
	  opacity: 1;
	}

  }
  



.hover_slide::before {
	position: absolute;
	transition: .5s;
	content: '';
	width: 0;
	bottom: 0;
	background: #FF8700;
	height: 120%;
	left: -10%;
	-webkit-transform: skewX(15deg);
		  transform: skewX(15deg);
	z-index: -1;
}
.apply .hover_slide::before {
	position: absolute;
	transition: .5s;
	content: '';
	width: 0;
	bottom: 0;
	background: #000;
	height: 120%;
	left: -10%;
	-webkit-transform: skewX(15deg);
		  transform: skewX(15deg);
	z-index: -1;
}
.cat .hover_slide::before,
.entry_ul .hover_slide::before
 {
	position: absolute;
	transition: .5s;
	content: '';
	width: 0;
	bottom: 0;
	background: #000;
	height: 120%;
	left: -10%;
	-webkit-transform: skewX(15deg);
		  transform: skewX(15deg);
	z-index: -1;
}
body.career #nav nav ul li a:hover,
body.career #entry nav ul li a:hover
{
color: #FFF;
}

.hover_slide:hover::before {
	left: -10%;
	width: 120%;
}
.hover_slide.orange::before {
	background: #FF5800;
}
.hover_slide.orange:hover {
	color: #FFF!important;
}
.hover_slide.white::before {
	background: #FFF;
}
.hover_slide.white:hover {
	color: #000!important;
}



/* fadein up */
.fadein {
	transition: .5s;
	opacity: 0;
}
.fadein.on {
	opacity: 1.0;
}
.fadein-up {
	transition: .5s;
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.fadein-up.on {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.fadein-right {
	transition: .5s;
	opacity: 0;
	transform: translate(-60px,0); 
	-webkit-transform: translate(-60px,0); 
}
.fadein-right.on {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.fadein-zoom-out {
	transition: .5s;
	opacity: 0;
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}
.fadein-zoom-out.on {
	opacity: 1.0;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.slide_text {
	position: relative;
	display: inline-block;
}
.slide_text b {
/*	transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1) .5s;*/
	/* transition: .7s cubic-bezier(1,0,.1,1) .6s; */
	/* transform: translate(-100%,0);  */
	/* -webkit-transform: translate(-100%,0); */
	display: inline-block;
	/* background-color: #FFF; */
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.slide_text::before {
/*	transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);*/
	/* transition: .7s cubic-bezier(1,0,.1,1); */
	transform: translate(-100%,0); 
	-webkit-transform: translate(-100%,0);
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* background-color: #FF8700; */
	color: #FFF;
	box-sizing: border-box;
	z-index: 0;
}
.slide_text.on b,
.slide_text.on::before {
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


.play-button {
	width: 100px;
	height: 100px;
    cursor: pointer;
    background-image: url("/images/btn_voice.png");
    background-size: contain;
}
.clicked {
    background-image: url(../img/play_button.svg);
}


.bold,
body.single main article > section h1:not(:first-of-type),
body.single main article > section h2,
body.single main article > section h3,
body.single main article > section h4,
body.single main article > section ul,
body.archive nav.pagination {
	font-family: "游ゴシック", YuGothic, 'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
}


body {
    width: 100%;
	min-width: 1020px;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	font-family:"游ゴシック", YuGothic,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "メイリオ", "Meiryo", sans-serif;
	position: relative;
	z-index: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* padding-top: 100px; */
}

main {
	min-height: 200px;
	min-width: 1050px;
	margin: 0 auto;
	overflow: hidden;


}
.wrap {
	/* width: 980px; */
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

b, strong {
	font-weight: normal;
    font-size: 14px;
}

.title {
	font-family:'Oswald', sans-serif;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: .1em;
}
.title span {
/*	font-family:'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro";
	color: #000;
	font-size: 12px;
	margin-top: 15px;
	font-weight: 100;
	margin-left: 20px;
	vertical-align: super;
}

.voice {
	max-width: 100px;
	max-height: 100px;
}
body.home .voice {
	position: fixed;
	right: 35px;
	bottom: 35px;
}

/* ==================== HEADER ==================== */
header.pc {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 10;
}
header.pc-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
	background-color:transparent; 
}
body.home header.pc {
	/* display: none; */
}
header.pc nav .logo {
	width: 100px;
	display: inline-block;
	margin: 10px 0 0 35px;
}
header.pc-top nav .logo {
	width: 100px;
	display: inline-block;
	margin: 20px 0 0 35px;
}
header.pc nav ul {
	float: right;
	list-style: none;
}
header.pc-top nav ul {
	float: right;
	margin-right: 20px;
	list-style: none;
}
header.pc nav ul li {
	float: left;
	margin-right: 1em;
}
header.pc-top nav ul li {
	float: left;
	margin-right: 1em;
}
header.pc nav ul li a {
	display: inline-block;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding: 1.75em 0.5em 0;
    height: 60px;
	box-sizing: border-box;
	position: relative;
}
header.pc-top nav ul li a {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2.5em .5em 0;
	height: 100px;
	box-sizing: border-box;
	position: relative;
}
header.pc:not(.clone) nav ul li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #FF8700;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header.pc:not(.clone) nav ul li a:hover::after {
	left: 0;
	width: 100%;
}
header.pc nav ul li a span,
header.pc nav ul li a b {
	display: block;
}
header.pc nav ul li a span {
	margin-bottom: 10px;
}
header.pc nav ul li a b {
	color: #FF8700;
	font-size: 10px;
}
/* ==================== /HEADER ==================== */


/* ==================== FOOTER ==================== */
.footer_box {
	width: 1020px;
	margin: 0 auto;
}
footer .contact {
	/* background-color: #FFF8E6; */
	width: 1020px;
	margin: 0 auto;
	color: #333;
	height: 320px;
	/* text-align: center; */
	padding: 45px 0 0;
	box-sizing: border-box;
	
}

.footer_title{
	display: flex;
}

footer .contact .contact_box{
	display: flex;
}
footer .contact .contact_box_title{
	display: flex;
}

.contact_box_title p{
	/* margin-left: 30px; */
}
footer .contact .contact_box_title p{
width: 50%;
}
footer .contact p {
	font-size: 14px;
	margin-bottom: 20px;
}
footer .contact h2 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 35px;
}
footer .contact h2 + p {
	margin-bottom: 35px;
}
footer .contact a {
	width: 320px;
	padding: 2em 3em;
	background-color: #000;
	border-radius: 0;
	width: 50%;
	top:-25px;
}

.contact_box_title{
	display: flex;
}

footer #footer {
	/* text-align: center; */
	padding: 100px 0 42px;
	background-color: #212121;
}
footer #footer a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
}
footer #footer img.logo {
	display: inline-block;
	width: 200px;
	margin-bottom: 100px;
}
footer #footer h2 {
	color: #FFF;
	letter-spacing: .1em;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 21px;
}

.link_img{
	margin-right: 20px;
}

.footer_text{
	width: 64%;
}
footer #footer ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}
footer #footer ul.menu {
	margin-bottom: 14px;
	font-size: 14px;
}
footer #footer ul.menu li {
	margin: 0 .7em;
}
footer #footer ul.menu li:first-child {
	margin: 0 .7em 0 0;
}
footer #footer ul.menu li a {
	font-weight: normal;
	color: #fff;
	transition: all .3s;
}
footer #footer ul.menu li a:hover {
	color: #FF8700;
}
footer #footer ul.sns {
	margin-bottom: 40px;
}
footer #footer ul.sns li {
	/* margin: 0 .4em; */
}
footer #footer ul.sns li a {
	display: inline-block;
	/* background: #FF8700; */
	color: #FFF;
	font-size: 10px;
	height: 3.5em;
	line-height: 3.5em;
	/* padding: 0 2em; */
	border-radius: 1.75em;
	width: 35px;
}
footer #footer ul.sns li a i {
	display: inline-block;
	font-size: 21px;
	vertical-align: middle;
	margin: 0 0.4em;
}
footer #footer .sns_box {
	display: flex;
	width: 100%;
}
footer #footer .sns_box div {
	width: 60%;
	padding-top: 25px;
}
footer #footer ul.link {
	margin-bottom: 30px;
	font-size: 10px;
}
footer #footer ul.link li::before {
	content: '|';
	padding: 0 1.5em;
	display: inline-block;
	color: #FFF;
}
footer #footer ul.link li:first-child::before {
	display: none;
}
footer #footer ul.link li a:hover {
	text-decoration: underline;
}
footer #footer p.address {
	font-size: 10px;
	line-height: 1.7;
	margin-bottom: 30px;
}
footer #footer p.address a {
	text-decoration: underline;
	display: inline-block;
	margin-left: 1em;
}
footer #footer p.address a:hover {
	text-decoration: none;
}
footer #footer p#copyright {
	font-size: 10px;
	color: #fff;
	width: 50%;
	padding-top: 40px;
    text-align: end;
}

.footer_menu_box{
	width: 45%;
}

/* ==================== /FOOTER ==================== */
.top_fv{
	/* position: absolute; */
}


.breadcrumbs {
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	line-height: 40px;
	height: 40px;
	position: relative;
	font-weight: bold;
	padding-left: 2%;
}
.breadcrumbs a {
	color: #fff;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a#to_top {
	background-color: #3C3C3C;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 75px;
	height: 40px;
	text-align: center;
	transition: all .5s;
	border: 0;
    border-radius: 0;
}
.breadcrumbs a#to_top::before {
	content: '>';
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	transform: rotate(-90deg);
}
.breadcrumbs a#to_top:hover {
	text-decoration: none;
	background-color: #000;
}


body #headline {
	height: 350px;
}
body #headline h1 {
	padding-top: 115px;
	margin-left: 75px;
	position: relative;
	z-index: 2;
	font-size: 12px;
	font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body #headline h1 span{
	margin-left: 0;
	position: relative;
	z-index: 2;
	font-size: 40px;
	line-height: 70px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 5px;
}
body #headline {
	height: 350px;
	position: relative;
}
body #headline::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 75%;
	width: calc(100% - 400px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}


body #voicy_journal {
	width: 700px;
	height: 250px;
	border: solid 5px #FF8700;
	box-sizing: border-box;
	margin: 0 auto 125px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 3px 0 6px 0 rgba(0,0,0,.16);
}
body #voicy_journal a {
	color: #333;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: .1em;
	position: relative;
	display: block;
	padding: 40px 0 0;
	height: 100%;
	box-sizing: border-box;
}
body #voicy_journal a::after {
	content: '>';
	color: #FF8700;
	font-size: 30px;
	line-height: 1.0;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -.5em;
}
body #voicy_journal a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 2em;
	width: 370px;
}
/* #################### /COMMON_PAGE ################################################################################ */



/* #################### INDEX ################################################################################ */
body.home main {
}

/* ==================== #top ==================== */
body.home main > #top {
	height: 54vw;
	position: relative;
	overflow: hidden;
}
body.home main > #top .top_fv {
	min-width: 100%; 
	min-height: 101%;/* hack for IE11*/
	width: auto;
	height: auto;
	/* position: absolute; */
	/* top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */
}
body.home main > #top #main_slide {
	display: none;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
body.home main > #top #main_slide div,
body.home main > #top #main_slide .img figure {
	height: 730px;
}
body.home main > #top #main_slide .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
body.home main > #top #main_slide .img figure {
	display: block;
	background-size: cover;
	background-position: center;
	transition: all 5s;
	transform: scale(1.0);
	opacity: .0;
}
body.home main > #top #main_slide .slick-active .img figure {
	transform: scale(1.1);
	opacity: 1.0;
}
body.home main > #top #main_slide .img#slide_img1 figure {
	background-image: url("images/bg_header_service.png");
	z-index: 1;
}
body.home main > #top #main_slide .img#slide_img2 figure {
	background-image: url("images/bg_header_news.png");
}
body.home main > #top #main_slide .img#slide_img3 figure {
	background-image: url("images/bg_header_company.png");
}
body.home main > #top #main_slide .img#slide_img4 figure {
	background-image: url("images/bg_header_career.png");
}
body.home main > #top .text {
    padding: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    bottom: 50px;
  
}
.link_img_box img{
	height: 50px;
}

body.home main > #top .text h1 {
	font-size: 38px;
	margin-bottom: 16px;
}
body.home main > #top .text h1 span {
	/* margin-bottom: 16px; */
	color: #fff;
}
body.home main > #top .text h1 span b {
	/* padding: 0 .2em; */
	line-height: 1.4;
	/* letter-spacing: .1em; */
	font-size: 8vw;
	font-weight: bold;
	/* margin-left: 55px; */
}
body.home main > #top .text p {
	font-size: 13px; 
    position: absolute;
    bottom: 50px;
    left: 20vw;
    width: 60vw;
    /* right: 0; */
    margin: auto;
}
body.home main > #top .text p span b {
	font-weight: bold;
    /* padding: 0 0.7em; */
    line-height: 1.7;
    letter-spacing: .1em;
    margin-bottom: 170px;
    color: #fff;
    font-size: 1.5vw;
}
/* ==================== #top_bn ==================== */
body.home main > #top_bn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* margin-bottom: 110px; */
	/* padding-top: 70px; */
}
body.home main > #top_bn > div {
	width: 225px;
}
body.home main > #top_bn > div a {
	color: #333;
	line-height: 1.7;
}
body.home main > #top_bn > div a figure {
	margin-bottom: 20px;
}
body.home main > #top_bn > div a figure img {
	display: block;
	height: 150px;
	margin: 0 auto;
}
body.home main > #top_bn > div a p {
	font-size: 10px;
	word-break: break-word;
	overflow-wrap: break-word;
}
/* ==================== #about ==================== */
body.home main > #about {
	/* margin-bottom: 120px; */
}
/* body.home main > #about {
	height: 450px;
	display: block;
	position: absolute;
	width: 200%;
	background-color: #FFF;
	margin-left: 260px;
	z-index: 0;
} */

body.home main > #about > dl {
	width: 100%;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 100px;
}

body.home main > #about > dl dt {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

.bold_pc{
	display: block;
}
.bold_sp{
	display: none;
}
body.home main > #about > div {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding-top: 55px;
	height: 450px;
	box-sizing: border-box;
}
body.home main > #about > div dl {
	width: 50%;
	letter-spacing: .1em;
}
body.home main > #about > div dl.right {
	position: absolute;
	top: 55px;
	right: 0;
}
body.home main > #about > div dl dt {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin-bottom: 30px;
	margin-right: 60px;
	font-weight: normal;
}

body.home main > #about > div dl dd {
	font-size: 30px;
	line-height: 1.7;
	margin-bottom: 50px;

}
body.home main > #about > div p a {
	width: auto;
    background-color: transparent;
	padding-left: 10px;
}
/* ==================== #service ==================== */
body.home main > #service {
	margin-bottom: 230px;
	color: #000;
}
body.home main > #service h2,
body.home main > #service > p {
	width: 1020px;
	margin: 0 auto;
}
body.home main > #service h2 {
	margin-bottom: 35px;
	font-size: 40px;
	margin-top: 90px;
}
body.home main > #service > p {
	font-size: 14px;
	line-height: 2.6;
	margin-bottom: 150px;
	/* text-align: center; */
}
/* body.home main > #service > p.service_btn{
	font-size: 14px;
	line-height: 2.6;
	margin-bottom: 150px;
	text-align: center;
	margin-top: -50px;
	text-align: left;
    margin-left: 50vw;
} */
body.home main > #service > div {
	/* background-color: #FAFAFA; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* padding: 0 40px; */
	/* height: 340px; */
	position: relative;
	width: 1020px;
}
body.home main > #service > div > div {
	width: 45%;
	position: relative;
	top: -100px;
	left: 0;
	right: 0;
	margin-bottom: 50px;
}
body.home main > #service > div > div:nth-child(4),
body.home main > #service > div > div:nth-child(5) {
	margin-bottom: -50px;
}


body.home main > #service > div > div:first-child {
width: 100%;
margin-bottom: 50px;
}
body.home main > #service > div > div img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
body.home main > #service > div > div h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
}
body.home main > #service > div > div p {
	font-size: 14px;
	line-height: 1.7;
}
body.home main > #service > div > p {
	position: relative;
	bottom: 75px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 220px;
}

.service_btn{
	text-align: center;
}
/* ==================== #career ==================== */
body.home main > #career {
	position: relative;
	margin-bottom: 150px;
}
body.home main > #career {
}
body.home main > #career::before {
	content: '';
	height: 400px;
	display: block;
	position: absolute;
	right: -150%;
	top:-25px;
	width: 200%;
	background-color: #FAFAFA;
	margin-right: 350px;
	z-index: 0;
}
body.home main > #career > h2 {
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: 45px;
	font-size: 40px;
}
body.home main > #career > div {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding-top: 55px;
	height: 400px;
	box-sizing: border-box;
}
body.home main > #career > div img {
	width: 420px;
	display: block;
	float: left;
	margin-top: -160px;
}
body.home main > #career > div p {
	float: right;
	/* margin-right: -40px; */
	width: 460px;
	line-height: 2.2;
	margin-bottom: 50px;
}
body.home main > #career > div p a {
	/* width: 200px; */

	
}
/* ==================== #news ==================== */
body.home main > #news {
	background-color: #FAFAFA;
}
body.home main > #news .news_box {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	padding: 80px 0;
	padding-bottom: 0;
}
body.home main > #news div h2 {
	/* position: absolute;
	top: -50px;
	left: 0;
	right: 0; */
	font-size: 40px;
	width: 50%;
	margin-bottom: 80px;
}
.selvice_link_1,
.selvice_link_2,
.selvice_link_3{
	color: #000;
}
.selvice_link_1:hover,
.selvice_link_2:hover,
.selvice_link_3:hover{
	text-decoration: underline;
}
body.home main > #news div .news_title {
	display: flex;
}
body.home main > #news div .news_title p{
	width: 50%;
	text-align: end;
}
body.home main > #news article.news ul.cat {
	margin-bottom: 40px;
	display: none;
}
body.home main > #news article.news ul.news {
	/* margin-bottom: 55px; */
	display: flex;
}
body.home main > #news > div > p {
	text-align: center;
}
body.home main > #news > div > p a {
	width: 220px;
}
body.home main > #news .ui-tabs-active a {
	color: #FF5800;
}
/* #################### /INDEX ################################################################################ */


/* #################### NEWS ################################################################################ */
/* ==================== ARCHIVE ==================== */
body.archive #headline {
	margin-bottom: 80px;
	margin-top: 100px;
}
body.archive #headline::after {
	background-image: url("images/news_1.jpg");
}
body.archive article {
	width: 1020px;
	margin: 0 auto;
}
article.news ul.cat {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
article.news ul.year {
	padding-top: 20px;
	border-top: solid 1px #000000;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 65px;
	position: relative;
}
article.news ul.year::after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	margin-top: -21px;
	width: 3.5%;
	/* border-top: solid 1px #ff5800; */
}
article.news ul.cat li,
article.news ul.year li{
	margin-right: 3em;
}
article.news ul.cat li a,
article.news ul.year li a {
	display: inline-block;
	font-size: 12px;
	color: #727272;
	font-weight: bold;
}
article.news ul.cat li a:hover,
article.news ul.year li a:hover,
article.news ul li.current-cat a {
	color: #FF5800;
}
body.archive nav.pagination a.page-numbers:hover, body.archive nav.pagination .page-numbers.current, body.archive nav.pagination .page-numbers.prev{
	color: #fff !important;
    width: 25px;
    height: 24px;
    background-color: #000;
    border-radius: 50%;
	transition: none;
}

body.archive nav.pagination .page-numbers.next{
	color: #000 !important;
}

article.news ul.news {
	/* margin-bottom: 80px; */
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
article.news ul.news li {
	/* border-bottom: solid 1px #D6D6D6; */
	width: 320px;
    margin-bottom: 66px;
}
article.news ul.news li:last-child {
margin-right: 0;
}
article.news ul.news li a {
	display: inline-block;
	color: #000;
	font-size: 12px;
	/* padding: 1.5em 0; */
	width: 320px;
}
span.thumbnail {
	width: 320px;
	height: 168px;
}
span.thumbnail img{
	width: 320px;
	height: 168px;
	margin-bottom: 10px;
}
article.news ul.news li a span {
	display: inline-block;
}
article.news ul.news li a .date {
	width: 6em;
	font-size: 11px;
}
article.news ul.news li a .cat {
	/* border: solid 2px #727272; */
	color: #FA8700;
	font-size: 10px;
	font-weight: bold;
	/* min-width: 120px; */
	text-align: center;
	padding: .9em 1em;
	border-radius: 1.9em;
	box-sizing: border-box;
	margin-right: 2em;
	font-size: 11px;
}
article.news ul.news li a .cat.info {
	border-color: #FFA000;
	color: #FFA000;
}
article.news ul.news li a .cat.press-release {
	border-color: #025461;
	color: #FFA000;

}
article.news ul.news li a .cat.media {
	border-color: #FF8700;
	color: #FF8700;
}
article.news ul.news li a .ttl {
	width: 320px;
	line-height: 2.2;
	vertical-align: top;
	line-height: 1.5;
    font-size: 14px;
/*	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 620px;
*/}
article.news ul.news li a:hover .ttl {
	text-decoration: underline;
}

body.archive nav.pagination {
	margin-bottom: 100px;
	text-align: center;
}
body.archive nav.pagination {
	font-size: 20px;
}
body.archive nav.pagination .page-numbers {
	padding: 0.4em;
	display: inline-block;
	width: 25px;
	transition: none;
	font-weight: bold;
	line-height: 22px;
}
body.archive nav.pagination a.page-numbers,
body.archive nav.pagination .page-numbers.dots {
	color: #000;
}
body.archive nav.pagination a.page-numbers:hover,
body.archive nav.pagination .page-numbers.current,
body.archive nav.pagination .page-numbers.prev,
body.archive nav.pagination .page-numbers.next {
	color: #FF5800;
}
body.archive nav.pagination a.prev,
body.archive nav.pagination a.next {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	padding-top: 7px;
}

/* ==================== SINGLE ==================== */
body.single {
}
body.single main {
	padding: 80px 0 0;
}
body.single main h1 {
	margin-bottom: 90px;
}
body.single main article > section {
	/* width: 800px; */
	margin: 0 auto 100px;
	font-size: 12px;
	line-height: 2.2;
	/* margin-top: 100px; */
}
body.single main article > section h1 {
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 20px;
	width: 800px;
	margin: 0 auto;
	font-weight: bold;
	margin-bottom: 30px;
}
.single_title_box{
	width: 100%;
	background-color: #FAFAFA;
	margin-bottom: 50px;
	padding: 82px 0;
}

.single_text_box{
	width: 800px;
	margin: 0 auto;
}
body.single main article > section h2 {
	font-size: 24px;
	border-bottom: solid 2px #CCC;
	position: relative;
	margin-bottom: 1em;
}
body.single main article > section h2::after {
	content: '';
	position: absolute;
	border-bottom: solid 2px #000;
	width: 40px;
	left: 0;
	bottom: -2px;
}
body.single main article > section h3 {
	font-size: 20px;
	padding-left: 1em;
	background-color: #FAFAFA;
	margin-bottom: 1em;
}
body.single main article > section h4 {
	font-size: 16px;
	padding-left: 1em;
	line-height: 1.2;
	border-left: solid 2px #000;
	margin-bottom: 1.5em;
}
body.single main article > section blockquote {
	background-color: #FAFAFA;
	font-size: 14px;
	padding: 2em 3em;
	box-sizing: border-box;
	font-style: italic;
	margin-bottom: 3em;
	color: #838383;
	position: relative;
    word-break: break-word;
}
body.single main article > section blockquote::before {
	content: '“';
	position: absolute;
	top: 0.3em;
	left: 0.2em;
	line-height: 1.0;
	color: #CCC;
	font-size: 40px;
}
body.single main article > section blockquote::after {
	content: '”';
	position: absolute;
	right: 0.5em;
	bottom: -0.2em;	
	line-height: 1.0;
	color: #CCC;
	font-size: 40px;
}
body.single main article > section blockquote p {
	margin-bottom: 0;
}
body.single main article > section iframe {
	margin-bottom: 2em;
}
body.single main article > section > ul:not([class]) {
	margin-bottom: 3em;
}
body.single main article > section > ul:not([class]) li {
	font-size: 12px;
	line-height: 1.5;
}
body.single main article > section > ul:not([class]) li::before {
	content: '・';
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.3em;
	font-size: 20px;
	color: #FF8700;
}
body.single main article > section p.info {
	font-size: 12px;
	margin-bottom: 40px;
	width: 800px;
	margin: 0 auto;
}
body.single main article > section p.info .date {
	display: inline-block;
	margin-right: 1em;
}
/*
body.single main article > section p.info .date::after {
	content: '|';
	display: inline-block;
	margin-left: 1em;
}
*/
body.single main article > section p.info .cat {
	font-weight: bold;
}
body.single main article > section p.info a {
	color: #FF5800;
}
body.single main article > section p.info a:hover {
	text-decoration: underline;
}
body.single main article > section p {
	margin-bottom: 3em;
	font-size: 15px;
}
body.single main article > section em {
	font-style: italic;
}
body.single main article > section strong {
	font-weight: bold;
}
body.single main article > section img {
	width: 100%;
	height: auto;
}
body.single main article > section a:not(.ssbp-btn):not(.cat) {
	color: #000;
	text-decoration: none;
	background: linear-gradient(transparent 50%, #000 50%);
	background-position: 0 8%;
	background-size: auto 200%;
	padding: 0.3em 0;
	transition: all .3s;
}
body.single main article > section a:not(.ssbp-btn):not(.cat):hover {
	color: #FFF;
	background-position: 0 100%;
}
body.single #related {
	background-color: #FAFAFA;
}
body.single #related article {
	width: 1020px;
	margin: 0 auto;
	padding: 40px 0 50px;
	position: relative;
}
body.single #related article h2 {
	font-weight: bold;
	font-size: 40px;
	letter-spacing: .1em;	
	/* position: absolute;
	top: -40px; */
	margin-bottom: 42px;
	width: 50%;
}
body.single #related article h2 span {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	/* display: block; */
	margin-top: 15px;
}
body.single #related article ul.news {
	margin-bottom: 0;
}
/* #################### /NEWS ################################################################################ */


/* #################### CAREER ARCHIVE ################################################################################ */
.career.wrap {
	width: 1020px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.career.wrap > section {
	width: 605px;
	padding-bottom: 5em;
}
.back_box{
	width: 100%;
	line-height: 52px;
	background-color: #FAFAFA;
	margin-top: 80px;
	margin-bottom: 94px;
}
.back{
	display: block;
	width: 1020px;
	margin: 0 auto;
	color: #000;
}
.career.wrap > section a.back {
	color: #000;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 12px;
    margin-bottom: 3.8em;
    display: inline-block;
	width: 1020px;
	margin: 0 auto;
	margin-top: 60px;

	
}
.career > section .title {
    margin-bottom: 50px;
	/* margin-top: 80px; */
	font-size: 12px;
}
.career > section .title span {
    display: inline-block;
	margin-top: 0;
    vertical-align: middle;
    margin-right: 0.8em;
	font-size: 40px;
	margin-left: 0;
}
.career.wrap > section ul.tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
.career.wrap > section ul.tags li a {
	display: inline-block;
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	border-radius: 3px;
	font-size: 14px;
    padding: 0.9em 2em;
    margin: 0 1em 1em 0;
	transition: all .3s;
}
.career.wrap > section ul.tags li.on a,
.career.wrap > section ul.tags li a:hover {
	background-color: #FF8700;
	/* color: #FF8700; */
}

.career.wrap > section ul.posts li {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.career.wrap > section ul.posts li img {
    display: block;
	width: 220px;
    height: 116px;
    object-fit: cover;
}
.career.wrap > section ul.posts li div {
	width: 360px;
}
.career.wrap > section ul.posts li div .date {
	display: block;
	font-size: 11px;
	margin-bottom: 1.5em;
}
.career.wrap > section ul.posts li div .ttl {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .7em;
	line-height: 1.8;
	color: #000;
}
.career.wrap > section ul.posts li div .ttl:hover {
	text-decoration: underline;
}
.career.wrap > section ul.posts li div a.tag {
	display: inline-block;
	color: #FF8700;
	/* border: solid 1px #FF8700; */
	border-radius: 2em;
	font-size: 11px;
    padding: 0.5em 2em;
    margin: 0 1em 1em 0;
	transition: all .3s;
	padding-left: 0;
}
.career.wrap > section ul.posts li div a.tag:hover {
	background-color: #FF8700;
	color: #FFF;
}

.career.wrap > aside {
	width: 340px;
	/* margin-top: 150px; */
}
.career.wrap > aside > section {
	margin-bottom: 3em;
	background-color: #FAFAFA;
	padding: 20px;
	position: relative;
    /* margin-top: 3em; */
}
.career.wrap > aside > section > h2,
.career.wrap > aside > section > p {
	/* text-align: center; */
}
.career.wrap > aside > section > h2 {
	/* position: absolute; */
    top: -35px;
    left: 30px;
    right: 0;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: normal
}
.career.wrap > aside > section > h2 span {
	font-size: 12px;
	margin-left: 0%;
	line-height: 36px;
	font-weight: bold;
}
.career.wrap > aside > section > p {
	position: relative;
	/* bottom: -20px; */
	padding-bottom: 10px;
	padding-top: 20px;
	
}
.career.wrap > aside > section > p a {
    font-size: 12px;
    /* padding: 1.2em 2.6em; */
	/* margin-bottom: 30px; */
}
.career.wrap > aside > section > ul li {
	padding-bottom: 2em;
	border-bottom: dotted 1px #838383;
	margin-bottom: 1.5em;
}
.career.wrap > aside > section > ul li:last-child {
	border-bottom: none;
	margin-bottom: -1em;
}
.career.wrap > aside > section > ul li {
	display: flex;
	justify-content: space-between;
}
.career.wrap > aside > section > ul li a {
	color: #000;
}
.career.wrap > aside > section > ul li a figure {
    width: 120px;
}
.career.wrap > aside > section > ul li a img {
	display: block;
    width: 120px;
    height: 63px;
    object-fit: cover;
}
.career.wrap > aside > section > ul li div {
    width: 160px;
	line-height: 1.4;
}
.career.wrap > aside > section > ul li div .date {
	font-size: 9px;
	margin-bottom: 1em;
    display: inline-block;
    line-height: 1.6;
    vertical-align: top;
}
.career.wrap > aside > section > ul li div .tag {
	margin-bottom: .5em;
}
.career.wrap > aside > section > ul li div p span:first-of-type {
	margin-left: -.3em;
}
.career.wrap > aside > section > ul li div p span::before {
	content: '|';
	font-size: 9px;
    display: inline-block;
	padding: 0 .5em;
}
.career.wrap > aside > section > ul li div .tag:hover {
	text-decoration: underline;
}
.career.wrap > aside > section > ul li div a h3 {
	font-size: 11px;
	font-weight: bold;
	transition: all .3s;
}
.career.wrap > aside > section > ul li  div a:hover h3 {
    color: #FF8700;
}

/* #################### /CAREER ARCHIVE ################################################################################ */

/* #################### CAREER SINGLE ################################################################################ */
body.single-career main {
    padding: 0;
}
body.single-career main a.back:hover {
	text-decoration: underline;
}
body.single-career main article > section p.info {
    margin-bottom: 1em;
}
body.single-career main article > section p.info .date {
    margin-right: 2em;
}
body.single-career main article > section p.info a.cat {
	display: inline-block;
	color: #FF8700;
	/* border: solid 1px #FF8700; */
	border-radius: 2em;
	font-size: 11px;
    padding: 0.5em 2em;
    margin: 0 1em 1em 0;
	transition: all .3s;
	line-height: 1.0;
}
body.single-career main article > section p.info a.cat:hover {
	background-color: #FF8700;
	color: #FFF;
	text-decoration: none;
}
body.single-career main article > section h1 {
	font-size: 22px;
	font-weight: bold;
    margin-block: 1.5em;
	margin-top: 0;
	width: 100%;
}
body.single-career main article > section h1 + img {
    margin-bottom: 3em;
}
body.single-career main .career:first-child {
	border-bottom: solid 1px #CCC;
}
body.single-career main .career:last-child {
	padding-top: 60px;
}
body.single-career main .career:last-child h2 {
	width: 1020px;
	margin: 0 auto 5em;
}
body.single-career main .career .list {
    margin-bottom: 0;
}
body.single-career main .career .list::after {
    bottom: 40px;
}
body.single-career main .career .list p:last-child {
	width: 900px;
	margin: 5em auto 2em;
}
body.single-career main .career .list p:last-child a {
	color: #000;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .1em;
}
body.single-career main .career .bottom {
	text-align: center;
}
body.single-career main .career .bottom p.apply {
	margin-bottom: 3.5em;
}
body.single-career main .career .bottom p.apply .btn {
	background-color: #FA8700;
    font-size: 14px;
    width: 400px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 3px;
    display: block;
	padding-left: 10px;
}
body.single-career main .career .bottom p.apply .btn::after {
	display: none;
}
body.single-career main .career .bottom ul.sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.single-career main .career .bottom ul.sns li {
	margin:  0 1em;
}
body.single-career main .career .bottom ul.sns li a {
	background-color: #000;
    color: #FFF;
    padding: .5em;
    border-radius: 2em;
    font-size: 1.2em;
    width: 1em;
    height: 1em;
    display: inline-block;
    text-align: center;
    line-height: 1em;
}

/* #################### /CAREER SINGLE ################################################################################ */


/* #################### INTERVIEW ################################################################################ */
/* ==================== SINGLE ==================== */
body.single-interview main {
	padding: 0;
}
body.single-interview main > section {
	margin: 0 auto 120px;
}
body.single-interview main > section > div {
	line-height: 2.3;
}
body.single-interview main > section > div h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 2em;
}
body.single-interview main > section > div p {
	font-size: 14px;
}
body.single-interview main > section.top {
	min-width: 1050px;
	padding: 0 0 0 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	background-size: 66.66%;
	background-repeat: no-repeat;
	background-position: 90% 0;
	height: 57vw;
}
body.single-interview main > section.top > h1 {
	margin-bottom: auto;
}
body.single-interview main > section.top > h1 span {
}
body.single-interview main > section.top > h2 {
	font-size: 24px;
	margin-bottom: auto;
	overflow: hidden;
}
body.single-interview main > section.top > h2 span.slide_text {
	margin-bottom: 10px;
}
body.single-interview main > section.top > h2 span.slide_text b,
body.single-interview main > section.top > h2 span.slide_text.on b {
	background-color: transparent;
	color: #FFF;
	font-weight: bold;
	padding: 0 .2em;
	line-height: 2.0;
	letter-spacing: .1em;
}
body.single-interview main > section.top > h3 {
	margin-top: auto;
	margin-bottom: 3vw;
}
body.single-interview main > section.top > h3 span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	color: #000;
}
body.single-interview main > section.top > h3 small {
	display: block;
	font-size: 10px;
	color: #333;
}
/*
body.single-interview main > section.top > div.img {
	float: right;
	z-index: 0;
	width: 66.66%;
	height: 0;
	padding-top: 57%;
}
*/
body.single-interview main > section.top > p {
	width: 220px;
	font-size: 12px;
	line-height: 2.0;
	margin-bottom: -.5em;
}

body.single-interview main > section.type1 > div {
	width: 600px;
	margin: 0 auto;
}
body.single-interview main > section.type2 > div {
	width: 100%;
	height: 0;
	padding-top: 42.857%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
body.single-interview main > section > div.img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
body.single-interview main > section.type2 > div.img {
	width: 100%;
	height: 0;
	padding-top: 42.857%;
}
body.single-interview main > section.type3 > div,
body.single-interview main > section.type4 > div {
	width: 50%;
	float: left;
}
body.single-interview main > section.type3 > div.text,
body.single-interview main > section.type4 > div.text {
	box-sizing: border-box;
	padding: 30px 70px;
}
body.single-interview main > section.type3 > div.img,
body.single-interview main > section.type4 > div.img {
	height: 0;
	padding-top: 47.6%;
}
body.single-interview main > section.type4 > div.img {
	float: right;
}
body.single-interview main #back_to_interview {
	text-align: center;
	margin-bottom: 100px;
}
body.single-interview main #back_to_interview a.btn {
	padding-left: 4em;
}
body.single-interview main #back_to_interview a.btn::after {
	content: '<';
	right: unset;
	left: 2.5em;
	position: absolute;
	margin-right: 1em;
	margin-left: 0;
}
/* #################### /INTERVIEW ################################################################################ */


/* #################### PAGE ################################################################################ */
/* ==================== COMPANY ==================== */
body.company #headline {
	margin-bottom: 175px;
	margin-top: 60px;
}
body.company #headline::after {
	background-image: url("images/company_1.jpg");
}
body.company #what {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.company #what .what_box{
	width: 1020px;
	display: flex;
	margin: 0 auto;
}
body.company #what > .what_box div {
	width: 50%;
	height: 185px;
	/* background-color: #FFF8E6; */
	box-sizing: border-box;
	position: relative;
	/* text-align: center; */
	display: flex;
	margin-bottom: 90px;
}
body.company #what > div h2 {
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
}
body.company #what > div p {
	font-size: 28px;
	line-height: 2.0;
	font-weight: bold;
	align-self: center;
	width: 100%;
}

#what div p{
	background-color: #FFF;
}
#what p{
	background-color: #FAFAFA;

}
body.company #what > p {
	width: 100%;
	font-size: 20px;
	line-height: 2.7;
	font-weight: bold;
	padding: 100px 150px;
	/* text-align: center; */
}

body.company #message {
	margin-bottom: 120px;
}
body.company #message .bg {
	height: 500px;
	width: 100%;
	background-image: url("images/company_6.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
body.company #message article {
	width: 850px;
	margin: -100px 0 0 -230px;
	position: relative;
	left: 35%;
}
body.company #message article::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	/* background-color: #FFF8E6; */
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 0;
}
body.company #message article div {
	background-color: #FAFAFA;
	width: 850px;
	padding: 55px 60px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
body.company #message article div h2 {
	margin-bottom: 65px;
}
body.company #message article div h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 40px;
}
body.company #message article div p {
	font-size: 14px;
	line-height: 2.2;
	margin-bottom: 50px;
}
body.company #message article div p.name {
	margin-bottom: 0;
}
body.company #message article div p.name * {
	display: block;
	line-height: 1.0;
	letter-spacing: .1em;
}
body.company #message article div p.name em {
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}
body.company #message article div p.name strong {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
body.company #message article div p.name small {
	font-size: 10px;
}
body.company #message article div .voice {
	position: absolute;
	right: 60px;
	bottom: 50px;
}

body.company #profile {
	background-color: #FAFAFA;
	/* background: linear-gradient(180deg, #FAFAFA 1000px, #FFF 1000px); */
	position: relative;
}
body.company #profile h2 {
	width: 800px;
	margin: 0 auto;
	/* position: absolute; */
	padding-top: 100px;
	top: 100px;
	left: 0;
	right: 0;
}
body.company #profile > div {
	width: 800px;
	margin: 0 auto;
	padding: 120px 0 160px;
	background-color: #FAFAFA;
}
body.company #profile > div dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: .1em;
}
body.company #profile > div dt {
	width: 150px;
	padding: 3.0em 0;
	color: #000;
	border-bottom: solid 1px #000;
	text-align: center;
}
body.company #profile > div dt:first-of-type {
	border-top: solid 1px #000;
}
body.company #profile > div dd {
	width: 650px;
	padding: 3.0em 0;
	border-bottom: solid 1px #C4C4C4;
}
body.company #profile > div dd:first-of-type {
	border-top: solid 1px #C4C4C4;
}
body.company #profile > div #gmap {
	margin-bottom: 30px;
}
body.company #profile > div p {
	font-size: 14px;
	line-height: 1.7;
}

body.company #cp {
	background-color: #FFF8E6;
	position: relative;
}
body.company #cp h2 {
	width: 900px;
	margin: 0 auto;
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
}
body.company #cp h2 span {
	line-height: 1.5;
}
body.company #cp > div {
	width: 925px;
	margin: 0 auto;
	padding: 140px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
body.company #cp > div > div {
	width: 160px;
	margin: 0 12.5px 25px;
}
body.company #cp > div > div img {
	width: 100%;
}
/* ==================== SERVICE ==================== */
body.service #headline {
	margin-bottom: 85px;
	margin-top: 60px;
}
body.service #headline::after {
	background-image: url("images/service_1.jpg");
}

.service_top{
	background-color: #fafafa;
}
body.service #top {
	/* background-color: #FFF8E6; */
	padding: 100px 0;
	box-sizing: border-box;
	width: 1020px;
	margin: 0 auto 60px;
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-between;
	letter-spacing: .1em;
	align-items: center;
	
}
body.service #top h2 {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 30px;
}
body.service #top h2 em {
	display: block;
	/* color: #FF8700; */
}
body.service #top p {
	width: 649px;
	line-height: 2.3;
	font-size: 18px;
}

body.service .biz {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
body.service .biz > h2 {
	width: 100%;
	/* text-align: center; */
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 50px auto;
	width: 1020px;
}
body.service #biz3 > h2 {
	width: 100%;
	/* text-align: center; */
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 50px auto;
	width: 1020px;
	margin-top: 100px;
}
/*
body.service .biz#biz1 > h2 {
	background-color: #FF8700;
}
body.service .biz#biz2 > h2 {
	background-color: #025461;
}
body.service .biz#biz3 > h2 {
	background-color: #ED5C35;
}
*/

#biz3{
	background-color: #FAFAFA;
	margin-top: 150px;
}
body.service .biz > h2 + p {
	width: 100%;
	font-size: 14px;
	line-height: 2.2;
	margin: 0 auto;
	margin-bottom: 60px;
	/* text-align: center; */
	width: 1020px;
    margin-bottom: 207px;
}
body.service .biz > div {
	background-color: #FAFAFA;
	padding: 40px;
	padding-bottom: 0;
	box-sizing: border-box;
	width: 100%;
    margin: 0 auto;
	/* margin-bottom: 50px; */
	padding-left: 0;
	padding-right: 0;
}

body.service .biz >.service_content_box{
	width: 1020px;
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
    margin-top: 100px;
    padding-top: 0;
    justify-content: inherit;
}
.half {
	width: 45%;
	background-color: #fff;
	margin-bottom: 100px;
}

.half:last-child {
	margin-right: 0;
}
body.service .biz .half p{
	width: 100%;
	height: 50px;
}
body.service .biz > div > img {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	width: 1020px;
    margin: 0 auto;
}
body.service #biz1.biz > div > img {
	margin-top: -207px;
	
}

body.service .biz > div h3 {
	font-size: 20px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 30px;
}

.pc_title{
	display: block;
}
.sp_title{
	display: none;
}


body.service .biz > div p {
	font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 30px;
    /* width: 1020px; */
}
.sv-main{
    width: 1020px;
}
body.service .biz > div ul {
	display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 1020px;
	justify-content: space-between;
	border-radius: 3px;
}
body.service .biz > div ul li {
	margin-right: 40px;
    width: 490px;
    background-color: #333333;
    text-align: center;
    /* padding: 20px 20px; */
    line-height: 60px;
	border-radius: 3%;
}
body.service .biz > div ul li:last-child{
	margin-right: 0;
	
}


body.service .biz > div ul li a{
    background-color: #333333;
	border-radius: 3px;
    font-size: 14px;
    text-align: center;
    /* padding: 20px 30px; */
    width: 490px;
    line-height: 40px;
    display: block;
    margin-right: 0;


}

body.service .biz > div div a{
	background-color: #333333;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    padding: 20px 30px;
    width: 100%;
    display: block;

}
body.service .biz > div div a.btn_b{
	background-color: #AAA;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    padding: 20px 30px;
    width: 100%;
    display: block;

}

.sv_br{
	display: block;
	line-height: 14px;
}
body.service .biz > div p:last-child {
	margin-bottom: 70px;
	/* margin-left: 40%; */
	margin-top: 70px;
}
body.service .biz > div p:last-child img{
	height: 40px;
}

body.service .biz .biz3_box p{
	font-size: 18px;
    line-height: 2.5;
}
body.service .biz > div p:last-child a {
	display: inline-block;
	margin-right: 1em;
}

body.service #biz4 {
	text-align: center;
	width: 900px;
	margin: 100px auto 140px;
}
body.service #biz4 h2 {
	margin-bottom: 90px;
}
body.service #biz4 a {
	display: block;
}
body.service #biz4 img {
	width: 100%;
}
/* ==================== CAREER ==================== */
body.career #headline {
	margin-bottom: 75px;
	margin-top: 60px;
}
body.career #headline::after {
	background-image: url("images/career_1.jpg");
}
body.career #nav {
	/* background-color: #FFF8E6; */
	padding: 2.5em 0 1.5em;
	margin-bottom: 70px;
}
body.career #nav h2 {
	/* text-align: center; */
	font-weight: bold;
	width: 1020px;
    margin: 0 auto;
    margin-bottom: 2.5em;
}
body.career #nav nav {
	width: 1020px;
	margin: 0 auto;
}
body.career #nav nav ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
body.career #nav nav ul li{
	margin-right: 33px;
	margin-bottom: 20px;
}
body.career #nav nav ul li:nth-of-type(4) {
	margin-right: 0;
}
body.career #nav nav ul li a {
	width: 230px;
	position: relative;
	font-size: 14px;
    padding: 1.2em 1em;
	background-color: #fff;
    border: 1px solid #000;
    border-radius:3px;
    color: #000;
	display: block;
	margin-right: 0;
}


.smooth{
	/* width: 130px; */
	background-color: #fff;
    border: 1px solid #000;
    border-radius: 5%;
    color: #000;
}
body.career #nav nav ul li a::after {
	transform: rotate(90deg);
	position: absolute;
	right: 2em;
}
.career .list {
    margin-bottom: 50px;
	position: relative;
}
#member,
#culture,
#description{
	background-color: #FFF;
	padding-bottom: 50px;
	margin-bottom: 0;
}

#media{
	background-color: #FAFAFA;
	padding: 50px 0;
}
#media div{
	margin-bottom: 10px;
}

#media h2{
	width: 1020px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.topic_box{
background-color: #FAFAFA;
}
.career .list::after {
	content: '';
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	bottom: 25px;
	/* background-color: #FAFAFA; */
	z-index: -1;
}

.title_box{
	display: flex;
	width: 1020px;
	margin: 0 auto;
	padding-top: 50px;
    margin-bottom: 40px;
}
body.career .list h2 {
	text-align: left;
	width: 70%;
    /* margin-bottom: 2.5em; */
}

.title_box p{
	width: 30%;
    text-align: end;
	line-height: normal;
	z-index: 10;
}

body.career .list > p:last-child {
	text-align: center;
}
.career .list article.posts {
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.career .list article.posts::after {
	content: '';
	display: block;
	width: 320px;
}
.career .list article.posts > div {
	width: 320px;
}
.career .list article.posts > div figure {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	margin-bottom: 10px;
}
.career .list article.posts > div img {
	width: 320px;
    height: 168px;
    object-fit: cover;
    display: block;
}
.career .list article.posts > div a.tag {
	display: inline-block;
	color: #FF8700;
	/* border: solid 1px #FF8700; */
	border-radius: 2em;
	font-size: 11px;
    /* padding: 0.5em 2em 0.5em 0; */
    /* margin: 0 1em 1em 0; */
	margin-bottom: 10px;
	transition: all .3s;
}
.career .list article.posts > div a.tag:hover {
	/* background-color: #FF8700; */
	/* color: #FFF; */
}
.career .list article.posts > div a h3 {
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
	color: #000;
    /* margin-top: .5em; */
	transition: all .3s;
}
.career .list article.posts > div a:hover h3 {
	text-decoration:underline;
	text-decoration-color:#000 ;
}

body.career #message {
	width: 800px;
	margin: 0 auto 115px;
	padding: 100px;
	background-color: #FFF8E6;
	box-sizing: border-box;
	color: #333;
	position: relative;
}
body.career #message h2 {
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	text-align: center;
}
body.career #message h3 {
	font-size: 24px;
	line-height: 2.0;
	font-weight: bold;
	margin-bottom: 50px;
}
body.career #message h3 em {
	color: #FF8700;
	display: block;
}
body.career #message ul {
	margin-bottom: 30px;
}
body.career #message ul li {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.0;
	margin-left: 1em;
	text-indent: -0.5em;
}
body.career #message ul li::before {
	content: '-';
	display: inline-block;
	margin-right: 0.5em;
}
body.career #message p {
	font-size: 16px;
	line-height: 2.0;
}
body.career #message p em {
	font-size: 18px;
	font-weight: bold;
}

body.career #mind {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto 110px;
}
body.career #mind h2 {
	width: 100%;
	margin-bottom: 50px;
}
body.career #mind p {
	width: 390px;
	background-color: #FFF8E6;
	padding: 45px 0;
	margin-bottom: 15px;
	font-weight: bold;
}
body.career #mind p span {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}
body.career #mind p em {
	display: block;
	font-size: 14px;
	color: #FF8700;
}

body.career #about {
	background-color: #FAFAFA;

}

.about_box {
	text-align: center;
	width: 1020px;
	margin: 0 auto 70px;
	padding-bottom: 100px;
}
.about_box_div{
	width: 910px;
	margin: 0 auto;
}
body.career #about h2 {
	margin-bottom: 90px;
    padding-top: 100px;
    text-align: left;

}
body.career #about .lead {
	line-height: 0;
	margin-bottom: 2em;
	font-weight: bold;
	text-align: left;
	display: flex;
	font-size: 20px;
	width: 110px;
}
body.career #about .lead::before {
	content: '';
	flex-grow: 1;/* 余白を分け与える */
	height: 3px;
	background: #FF8700;
	margin-right: 10px;
}
body.career #about .g-slide {
	position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
	margin-bottom: 60px;
}
body.career #about .g-slide iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.career #interview h2 {
	text-align: center;
	margin-bottom: 90px;
}
body.career #interview article {
	width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.career #interview article::before {
	content:"";
	display: block;
	width: 290px;
	order: 1;
}
body.career #interview article::after {
	content:"";
	display: block;
	width: 290px;
}
body.career #interview article section {
	width: 290px;
	margin-bottom: 10px;
}
body.career #interview article section figure {
	font-size: 0;
}
body.career #interview article section figure img {
	width: 100%;
}
body.career #interview article section div {
	width: 270px;
	padding: 20px;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
	top: -40px;
	letter-spacing: .1em;
	min-height: 50%;
	display: flex;
	flex-direction: column;
}
body.career #interview article section div p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
	letter-spacing: 0;
	line-break: anywhere;
}
body.career #interview article section div h3 {
	margin-top: auto;
}
body.career #interview article section div h3 * {
	display: block;
}
body.career #interview article section div h3 em {
	font-size: 12px;
	color: #FF8700;
	font-weight: bold;
	margin-bottom: 15px;
}
body.career #interview article section div h3 strong {
	font-size: 24px;
	margin-bottom: 15px;
}
body.career #interview article section div h3 small {
	font-size: 10px;
	margin-bottom: 15px;
}
body.career #interview article section div a {
	font-size: 10px;
	color: #FF8700;
	font-weight: bold;
	text-decoration: underline;
}
body.career #interview article section div a::after {
	content: '>';
	display: inline-block;
	margin-left: .5em;
}

body.career #gallery {
	position: relative;
	background: #FFF;
	padding: 0 0 90px;
}
body.career #gallery h2 {
	text-align: left;
	width: 1020px;
	margin: 0 auto;
	margin-bottom: 50px;
}
body.career #gallery .gallery .slick-slide > div {
	margin: 0 25px 0;
/*	width: 600px;
*/}
body.career #gallery figure {
}
body.career #gallery figure img {
	height: 450px;
/*	width: 100%;
*/}
body.career .slick-next,
body.career .slick-prev {
	z-index: 2;
	display: inline-block;
	width: 50px;
	height: 70px;
	background-color: #FFF;
    opacity: 0.7;
}
body.career .slick-next {
	right: 0;
}
body.career .slick-prev {
	left: 0;
}
body.career .slick-next::before,
body.career .slick-prev::before {
	color:  #000;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
}
body.career .slick-next::before {
	content: "\f105";
}
body.career .slick-prev::before {
	content: "\f104";
}
body.career .slick-dots {
	bottom: -75px;
}
body.career .slick-dots li {
	margin: 0 10px;
}
body.career .slick-dots li button:before {
	font-size: 16px;
}
body.career .slick-dots li.slick-active button:before,
body.career .slick-dots li:hover button:before{
	opacity: 1.0;
	color: #000;
}


/*
body.career #culture {
	position: relative;
	background-color: #FFF8E6;
	padding: 100px 0 180px;
	margin-bottom: 120px;
}
body.career #culture h2 {
	text-align: center;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
}
body.career #culture .culture {
	width: 900px;
	margin: 0 auto;
}
body.career #culture .culture .slick-slide > div {
	width: 225px;
	border-left: solid 1px #FFF8E6;
	border-right: solid 1px #FFF8E6;
	text-align: center;
	background-color: #FFF;
	padding: 45px 0 0;
	height: 280px;
	box-sizing: border-box;
}
body.career #culture .culture .slick-slide > div img {
	margin: 0 auto 35px;
	height: 60px;
	width: auto;
}
body.career #culture .culture .slick-slide > div dl {
	padding: 0 20px;
	letter-spacing: .1em;
}
body.career #culture .culture .slick-slide > div dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
body.career #culture .culture .slick-slide > div dl dd {
	font-size: 12px;
	color: #FF8700;
	text-align: left;
	line-height: 1.7;
}
body.career #culture .slick-next {
	right: -80px;
}
body.career #culture .slick-prev {
	left: -80px;
}
*/

body.career #entry {
	position: relative;
	background-color: #FAFAFA;
	padding: 50px 0;
}
body.career #entry h2 {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	/* position: absolute;
	top: -45px;
	left: 0;
	right: 0; */
	padding-bottom: 40px;
}
body.career #entry nav {
	width: 1020px;
	margin: 0 auto 70px;
}
body.career #entry nav ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}
body.career #entry nav ul li {
	margin-right: 20px;
	margin-bottom: 20px;
}
body.career #entry nav ul li:nth-child(4){
	margin-right: 0s;

}
body.career #entry nav ul li a {
	font-size: 14px;
	padding: 1em 1.5em;
	text-align: center;
	display: inline-block;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	/* margin: 0 10px; */
	letter-spacing: .1em;
	position: relative;
}
/* body.career #entry nav ul li a::after {
	content: '＞';
	transform: rotate(90deg);
	font-size: 10px;
	line-height: 1.5em;
	position: absolute;
	right: 1.5em;
} */
body.career #entry dl {
	width: 1020px;
	margin: 0 auto 70px;
	background-color: #FFF;
	padding: 50px;
	border-radius: 10px;
	box-sizing: border-box;
}

body.career #entry dl dt {
	float: left;
	width: 36%;
	border-bottom: solid 1px #000;
	color: #000;
	font-weight: bold;
	padding:  1.7em 0;
	font-size: 16px;
}
body.career #entry dl dd {
	float: right;
	width: 64%;
	border-top: solid 1px #C4C4C4;
	box-sizing: border-box;
}
body.career #entry dl dd:first-of-type {
	margin-top: 70px;

}

/* body.career #entry dl dd{
	display: block;
	margin-top: 70px;
} */

body.career #entry dl dd:last-child {
	border-bottom: solid 1px #C4C4C4;
}
body.career #entry dl dd a {
	display: inline-block;
	color: #333;
	width: 100%;
	padding: 2em 0 2em 150px;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
}
body.career #entry dl dd a:hover {
	color: #FF8700;
}
body.career #entry dl dd a::after {
    content: "→";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    color: #FFF;
    background-color: #FF8700;
    border-radius: 50%;
    position: absolute;
    top: 0.8em;
    right: 0;
	font-size: 20px;
    padding: 10px;

}
/* ==================== Q & A ==================== */
body.qa {
}
body.qa main > section {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 50px;
}
body.qa main > section h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF8700;
}
body.qa main > section h1 span {
	display: block;
	font-size: 35px;
	color: #FF8700;
	margin: 15px 0 90px;
	letter-spacing: .1em;
}
body.qa main > section dl {
	display: flex;
	flex-wrap: wrap;
}
body.qa main > section dl dt {
	width: 300px;
	background-color: #FF8700;
	color: #FFF;
	font-weight: bold;
	padding: 30px 20px 30px 70px;
}
body.qa main > section dl dd {
	width: 600px;
	border: solid 2px #FF8700;
	padding: 30px 20px 30px 70px;
}
body.qa main > section dl dt,
body.qa main > section dl dd {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 60px;
	line-height: 1.7;
	letter-spacing: .1em;
}
body.qa main > section dl dt::before,
body.qa main > section dl dd::before {
	position: absolute;
	top: 30px;
	left: 30px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.0;
	display: inline-block;
	height: 2em;
	width: 2em;
	text-align: center;
	background-color: #FFF;
	color: #FF8700;
	text-indent: .1em;
	border-radius: 50%;
}
body.qa main > section dl dt::before {
	content: 'Q';
}
body.qa main > section dl dd::before {
	background-color: #FF8700;
	color: #FFF;
	content: 'A';
	left: 25px;
}
/* ==================== PRIVACY POLICY ==================== */
body.privacy-policy main > section {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 50px;
}
body.privacy-policy main h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF8700;
}
body.privacy-policy main h1 span {
	display: block;
	font-size: 35px;
	color: #FF8700;
	margin: 15px 0 90px;
	letter-spacing: .1em;
}
body.privacy-policy main h1 + p {
	font-size: 12px;
	line-height: 2.0;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 60px;
}
body.privacy-policy main dl {
	letter-spacing: .1em;
}
body.privacy-policy main dl dt {
	color: #FF8700;
	font-size: 16px;
	padding: 1.5em 1.5em;
	background-color: #FFF8E6;
	font-weight: bold;
	margin-bottom: 30px;
}
body.privacy-policy main dl dd {
	font-size: 12px;
	line-height: 2.0;
	margin: 0 0 50px 50px;
}
body.privacy-policy main dl dd a {
	color: #FF5800;
	text-decoration: underline;
}

/* ==================== SECURITY ==================== */
body.security main {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 50px;
}
body.security main h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF8700;
}
body.security main h1 span {
	display: block;
	font-size: 35px;
	color: #FF8700;
	margin: 15px 0 60px;
	letter-spacing: .1em;
}
body.security main p {
	width: 800px;
	margin: 0 auto 50px;
	font-size: 12px;
	line-height: 2.0;
	letter-spacing: .1em;
}

/* ==================== 404 ==================== */
body.error404 {
	background-color: #F1F1F1;
}
body.error404 main {
	padding: 105px 0 260px;
}
body.error404 main h1 {
	margin-bottom: 80px;
}
body.error404 main h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
body.error404 main p {
	font-size: 12px;
	line-height: 2.0;
	margin-bottom: 60px;
}
body.error404 main a {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	background-color: #FF8700;
	color: #FFF;
	text-align: center;
	padding: 1.5em 5em;
}
.footer_text .link_img img{
	height: 46px;
}

#event-sp ,
#member-sp ,
#business-team-sp,
#culture-sp,
#environment-sp ,
#description-sp,
#media-sp{
	display: none;
}

	#event,
	#member,
	#business-team,
	#culture,
	#environment,
	#description,
	#media{
		display: block;
	}
	

/* #################### /PAGE ################################################################################ */








/* =============================================================================================================================================
															【SMARTPHONE】
============================================================================================================================================= */
@media screen and (max-width : 735px) {
	.hide_sp {
		display: none!important;
	}
	.hide_pc {
		display: inherit!important;
	}
	.pc-top {
		display: none;
	}
	
	body {
		padding-top: 3.2rem;
		font-size: 4vw;
	}
	
	.btn {
		min-width: 50vw;
		font-size: 4vw;
	}
	a.btn{
		padding-left: 0;
	}
	
	/* drawer */
	.drawer-navbar {
		z-index: 999;
		height: auto;
	}
/*	.drawer-navbar,
	.drawer-navbar .drawer-nav,
	.drawer-navbar .drawer-menu-item {
		height: auto;
		line-height: inherit;
	}
*/
	
	.drawer--navbarTopGutter {
		padding-top: 3.2rem;
	}
	.drawer-navbar-header {
		height: 3.2rem;
		text-align: left;
		padding: 0 3%;
		border-bottom: none!important;
	}
	.drawer-navbar .drawer-navbar-header {
		background-color: #000;
	}
	.drawer-navbar .drawer-brand {
		width: 20vw;
		line-height: 3.2rem;
		padding: 0;
	}
	.drawer-navbar .drawer-brand img {
		width: 100%;
    	vertical-align: middle;
    	padding-bottom: 5%;
	}
	.drawer-hamburger {
		padding: 10px .75rem 10px;
	}
	.drawer-hamburger-icon {
		margin-top: 15px;
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
		height: 2px;
    	background-color: #FF8700;
	}
	.drawer-hamburger-icon:before {
		top: -8px;
	}
	.drawer-hamburger-icon:after {
		top: 8px;
	}
	.drawer-navbar #menu_text {
		margin-top: 10px;
		display: inline-block;
		font-size: 0.5rem;
		font-weight: bold;
	}
	.drawer-open .drawer-hamburger {
		padding-bottom: 2rem;
	}
	.drawer-open .drawer-hamburger-icon {
		margin-top: 15px;
	}
	.drawer-open #menu_text {
		display: none;
	}
	.drawer-nav {
		width: 100%;
/*		background-color: #000;*/
		padding: 0;
	}
	.drawer--right .drawer-nav {
		right: -100%;
		padding-top: 3.2rem;
	}
	.drawer-navbar .drawer-menu li {
		border-bottom: none;
	}
	.drawer-navbar .drawer-menu li a img {
		width: 86%;
		margin: 2% auto 4%;
		display: block;
	}
	.drawer-navbar .drawer-menu li a:nth-child(4) img {
		margin: 2% auto 8%;
	}
	.drawer-navbar .drawer-menu li.sns {
		border-bottom: none;
		text-align: center;
	}

	.drawer-menu {
		padding: 5% 0;
	}
	.drawer-menu-item {
		color: #FF8700;
		text-align: center;
		font-size: 20px;
		letter-spacing: 0.1em;
		padding: 4% 0;
    	font-weight: bold;
	}
	.drawer-menu-item:hover {
		color: inherit;
		text-decoration: none;
	}
	.drawer-menu-item span {
		display: block;
		font-size: 6vw;
		margin-bottom: 4vw;
		color: #333;
	}
	.drawer-menu-item b {
		display: block;
		font-size: 4vw;
	}
	.drawer-navbar .drawer-menu li.sns .drawer-menu-item {
		display: inline-block;
		font-size: 2rem;
		margin: 0 2%;
	}

	span.anchor {
		top: -3.2rem;
	}
	img {
		max-width: 100%;
		margin-right: 0px;
	}
	.top_fv img {
		width: 100%;
		object-fit: cover;
		height: 60vh;
	}
	

	.wrap {
		width: auto;
	}
	
	body,
	main {
		min-width: inherit;
	}
	main {
/*		overflow: auto;*/
	}
	
	body.home .voice {
		display: none;
/*
		position: fixed;
		top: 680px;
		right: 35px;
*/
	}
	
	.title {
		font-size: 6vw;
		margin-left: 5%;
		margin-bottom: 30px;
	}
	#message .title span {
    font-size: 12px;
    margin-top: 5vw;
    }
	
	body #headline {
		height: 40vw;
		margin-left: 0;
	}
	body.career #about h2{
		padding-top: 30px;
		margin-left: 0;
		margin-bottom: 50px;
	}


	body #headline::after {
		width: 100%;
		background-size: cover;
	}
	body #headline h1 {
		padding-top: 45%;
		margin-left: 5%;
		color: #000;
	}
	.career.wrap > aside > section > h2{
		margin-left: 0;
	}
	
	
	body.home main > #top.top_fv {
		height: 100vw;
	}
	body.home main > #top {
		height: 60vh;
		/* left: 85%; */
	}
	body.home main > #top .text h1 span b {
		/* padding: 0 0.2em; */
		line-height: 1.4;
		/* letter-spacing: .1em; */
		font-size: 9vw;
		/* /* margin-left: 55px; */
	}
	body.home main > #top .text p span b{
		font-size: 2.5vw;
	}
	
	body.home main > #top .text {
		padding: 0;
		bottom: 20px;
		left: 20px;
	}
	body.home main > #top .text h1 {
		font-size: 5vw;
		margin-bottom: 3%;
		overflow: hidden;
	}
	body.home main > #top .text p {
		font-size: 3.5vw;
		overflow: hidden;
		left: 0;
		right: 0;
		bottom: 20px;
		width: auto;
	}

	.link_img_box img{
		height: 40px;
		width: 135px;
	}
	body.home main > #top_bn {
		/* padding: 10% 5%; */
		margin-bottom: 0;
	}
	body.home main > #top_bn > div {
		width: 48%;
		margin-bottom: 10%;
		font-size: 3vw;
	}
	body.home main > #top_bn > div a figure {
		margin-bottom: 10%;
	}
	body.home main > #top_bn > div a figure img {
		height: 29vw;
	}
	
	body.home main > #about {
		/* background-color: #FFF8E6; */
		padding: 5%;
		margin-bottom: 10%;
	}

	body.home main > #about > dl dt{
		font-size: 6vw;
		line-height: 30px;
	}

	.bold_pc{
		display: none;
	}
	.bold_sp{
		display: block;
	}

	body.home main > #about > dl{
		margin-top: 50px;
	}
	body.home main > #about::before {
		display: none;
	}
	body.home main > #about > div {
		width: auto;
		padding: 10% 0;
		height: auto;
	}
	body.home main > #about > div dl {
		width: 100%;
	}
	body.home main > #about > div dl.right {
		position: static;
	}
	body.home main > #about > div dl dt {
		font-size: 4vw;
		margin-bottom: 5%;
		margin-right: 0;
	}
	body.home main > #about > div dl dd {
		font-size: 6vw;
		margin-bottom: 15%;
	}
	body.home main > #about > div p {
		text-align: center;
		margin: 50px 0;
	}
	body.home main > #about > div p a {
		width: auto;
	}
	
	body.home main > #service {
		margin-bottom: 5%;
		padding: 5%;
	}
	
	body.home main > #service h2,
	body.home main > #service > p {
		width: auto;
	}
	body.home main > #service h2 {
		margin-bottom: 10%;
		margin-top: 60px;
	}
	body.home main > #service > p {
		font-size: 4vw;
		margin-bottom: 10%;
		line-height: 30px;
	}

	body.home main > #service > p.service_btn{
		margin-top: 0;
		text-align: left;
		padding-left: 0;
	
	}
	body.home main > #service > div {
		height: auto;
		width: auto;
	}
	body.home main > #service > div > div {
		width: auto;
		position: static;
		margin-bottom: 40px;
	}
	body.home main > #service > div > div img {
		margin-bottom: 10px;
	}
	body.home main > #service > div > div h3 {
		font-size: 4.7vw;
		margin-bottom: 10px;
	}
	body.home main > #service > div > p {
		position: static;
		width: auto;
	}
	
	body.home main > #career {
		background-color: #FAFAFA;
		padding: 5%;
		margin-bottom: 0;
	}
	body.home main > #career::before {
		display: none;
	}
	body.home main > #career > div {
		width: auto;
		padding-top: 20%;
		height: auto;
	}
	body.home main > #career > div img {
		float: none;
		margin: 0 auto 10%;;
	}
	body.home main > #career > h2 {
		left: 0;
		top: 0em;
		margin-left: 5%;
		padding-top: 20px;
	}
	body.home main > #career > div p {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 10%;
	}
	body.home main > #news div .news_title {
		display: block;
		padding:0;
	}
	body.home main > #news div .news_title p {
		width: 50%;
		text-align: left;
	}
	
	body.home main > #career > div p:last-child {
		text-align: left;
	
	}
	body.home main > #news div {
		width: auto;
		padding: 0% 3%;
	}

	body.home main > #news{
		padding-bottom: 50px;
	}
	body.home main > #news div h2 {
		position: static;
		margin-bottom: 5%;
		width: auto;
		margin-left: 0%;
	}
	body.home main > #news > div > p {
		margin-bottom: 10%;
	}
	body.home main > #news article.news ul.cat {
		margin-bottom: 10%;
	}
	
	
	body.company #headline {
		margin-bottom: 30%;
		margin-top: 0;
	}

	body.company #what > .what_box div{
		height: auto;
		width: 100%;
		padding-bottom: 0px;
		margin-bottom: 75px;
	}
	body.company #what {
	    width: 100%;
		margin: 0 auto 15%;
		padding: 0;
		display: block;
	}
	body.company #what > div {
		width: 48%;
		height: 30vw;
		margin-bottom: 5%;
		padding-left: 5%;
	}
	body.company #what > div p {
		font-size: 4vw;
		margin-left: 0;
		/* margin-top: 20px; */
	}
	body.company #what .what_box{
		padding-top: 65px;
		display: block;
		width: auto;
		height: auto;
		margin: 0;
	}
	body.company #what > div h2 {
		top: -2em;
		font-size: 6vw;
		margin-left: 0;
	}
	body.company #what > div h2 span {
		font-size: 3vw;
	}
	body.company #what > p {
		font-size: 3.5vw;
		text-align: left;
		padding: 5% ;
		width: auto;
		margin-top: -35px;
		line-height: 30px;
	}
	body.company #message {
		margin-bottom: 20%;
	}
	body.company #message .bg {
		height: 50vw;
	}
	body.company #message article {
		width: 90%;
		margin: -10% 5% 0;
		position: static;
	}
	body.company #message article div {
		width: auto;
		padding: 10% 5%;
	}
	body.company #message article div p.name strong{
		font-size: 18px;
	}
	body.company #message article::after {
		display: none;
	}
	body.company #message article div h2 {
		margin-bottom: 10%;
		margin-left: 0;
	}
	body.company #message article div h3 {
		font-size: 6vw;
		line-height: 1.7;
		margin-bottom: 10%;
	}
	body.company #message article div p {
		font-size: 3.5vw;
		margin-bottom: 10%;
		
	}
	body.company #message article div .voice {
		position: static;
		margin: 10% 0;
	}
	body.company #profile h2 {
		width: 90%;
	}
	body.company #profile > div {
		width: auto;
		padding: 20% 5% 30%;
	}
	body.company #profile > div dl {
		margin-bottom: 10%;
		font-size: 3.5vw;
	}
	body.company #profile > div dt {
		width: 20vw;
		padding: 2em 0;
	}
	body.company #profile > div dd {
		width: 65vw;
		padding: 2em 0;
		padding-left: 8px;
	}
	body.company #profile > div #gmap iframe {
		width: 100%;
	}
	body.company #cp h2 {
		width: 90%;
	}
	body.company #cp > div {
		width: auto;
		padding: 20% 5% 10%;
		justify-content: space-between;
	}
	
	body.company #cp > div::after {
		content: '';
		display: block;
		width: 28vw;
		margin: 0 0 3vw;
	}
	body.company #cp > div > div {
		width: 28vw;
		margin: 0 0 3vw;
	}

	
	body.service #headline {
		margin-bottom: 30%;
		margin-top: 0;
	}
	body.service #top {
		padding: 5%;
		width: 100%;
		margin: 0 auto 10%
	}
	body.service #top h2 {
		font-size: 5.8vw;
		margin-bottom: 5%;
	}
	body.service #top p {
		font-size: 4vw;
		width: 100%;
	}
	body.service .biz {
		margin-bottom: 10%;
	}
	#biz3{
		margin-top: 50px;

	}
	body.service .biz > h2 {
		font-size: 5vw;
		margin-bottom: 15px;
		margin-left: 5%;
		margin-top: 10px;
	}
	body.service .biz > h2 + p {
		font-size: 4vw;
		margin-bottom: 15px;
		text-align: left;
		padding: 0 5%;
		line-height: 1.5;
	}
	body.service .biz >.service_content_box{
		display: block;
		margin-top: 0;
		width: 100%;
	}
	.half{
		width: 100%;
		margin-right: 0;
		margin-top: 40px;
		margin-bottom: 0;
	}
	.half:first-child{
		margin-top: 0;
	}
	body.service .biz > div div a{
		max-width: 100%;
		width:100%;
	}
	body.service .biz > div {
		padding: 5%;
		margin-bottom: 10%;
	}
	body.service .biz > div > img {
		margin-bottom: 10%;
	}
	body.service #biz1.biz > div > img{
		margin-top: 0;
	}
	body.service .biz > div h3 {
		font-size: 4vw;
		margin: 10px 0;
	}
	body.service .biz .half p{
		margin-bottom: 10px;
		height: auto;
	}
	body.service .biz > div p {
		font-size: 3.5vw;
		margin-bottom: 10%;
		width: 100%;
	}
	body.service .biz > div ul {
		margin-bottom: 5%;
		margin-right: 0;
		display: block;
		width: 100%;
	}
	body.service .biz > div ul li {
		margin: 0 0 7% 0;
		width: 100%;
	}
	body.service .biz > div ul li a {
		width: 100%;
	}
	body.service .biz > div p:last-child {
		margin-bottom: 5%;
		display: flex;
		/* justify-content: space-between; */
		width: 100%;
	}
	body.service .biz > div p:last-child a {
		margin-right: 0;
	}
	body.service .biz > div.half > img {
		margin-bottom: 10%;
		width: 35%;
		float: left;
	}
	body.service .biz > div.half h3 {
		font-size: 4vw;
		margin-bottom: 3%;
		width: 60%;
		float: right;
	}
	body.service .biz > div.half p {
		font-size: 3vw;
		margin-bottom: 5%;
		width: 60%;
		line-height: 2;
		float: right;
	}
	body.service .biz > div.half > a:last-child {
		clear: both;		
	}
	body.service #biz4 {
		width: auto;
		margin: 0 auto 15%;
	}
	body.service #biz4 h2 {
		margin-bottom: 10%;
	}
	body.service #biz4 img {
		width: 90%;
	}

	body.career #headline {
		margin-bottom: 30%;
		margin-top: 0;
	}
	body.career .title span {
		font-size: 3vw;
		vertical-align: middle;
	}
	body.career #message {
		width: 90%;
		margin: 0 auto 10%;
		padding: 10% 5%;
	}
	body.career #message h2 {
		top: -3.5em;
	}
	body.career #message h3 {
		font-size: 6vw;
		margin-bottom: 10%;
	}
	body.career #message ul {
		margin-bottom: 10%;
		
	}
	body.career #message ul li {
		font-size: 4vw;
	}
	body.career #message p {
		font-size: 4vw;
	}
	body.career #mind {
		width: auto;
		margin: 0 auto 10%;
		padding: 0 5%;
	}
	body.career #mind p {
		width: 100%;
		padding: 6% 3%;
		margin-bottom: 5%;
		box-sizing: border-box;
		line-height: 1.4;
	}
	body.career #mind p span {
		font-size: 6vw;
		margin-bottom: 5%;
	}
	body.career #about {
		width: auto;
		padding: 0 5%;
	}
	body.career #nav nav {
		width: auto;
	}
	body.career #nav{
		margin-bottom: 0;
	}
	body.career #nav nav ul {
		padding: 0 5vw;
		justify-content: space-between;
	}
	.career .list article.posts > div a h3{
		margin-top: 10px;
		white-space: break-spaces;
		display: flex;
		flex-wrap: wrap;
		width: 90vw;
	}
	body.career #nav nav ul li:nth-child(even){
		padding: 0;

	}
	body.career #nav nav ul li a {
		width: 40vw;
		min-width: auto;
		position: relative;
		font-size: 3vw;
		padding: 0.9em 1em;
	}
	body.career #nav nav ul li a::after {
		right: 1em;
	}
	span.thumbnail img{
		width:100%;
		height: auto;
	}
	span.thumbnail{
		width: 100%;
		height: auto;
	}
	.career .list {
		margin-bottom: 0vw;
	}
	
	.career .list article.posts {
		width: auto;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.career .list article.posts > div {
		width: 90vw;
		margin: 0 5vw;
	    margin-bottom: 10vw;
		display: inline-block;
		font-size: 48px;
		color: #fff;
		
		
	}
	.career .list article.posts > div img {
		width: 90vw;
		height: 47.25vw;
	}
	body.career #interview h2 {
		margin-bottom: 15%;
	}
	body.career #interview article {
		width: auto!important;
		margin: 0 auto;
		padding: 0 5%;
	}
	body.career #interview article section {
		width: 100%;
		margin-bottom: 0;
	}
	body.career #interview article section div {
		width: 80vw;
		padding: 5%;
		top: -12vw;
		min-height: auto;
	}
	body.career #interview article section div p {
		font-size: 4vw;
		margin-bottom: 10%;
	}
	body.career #interview article section div h3 em {
		font-size: 3vw;
		margin-bottom: 5%;
	}
	body.career #interview article section div h3 strong {
		font-size: 7vw;
		margin-bottom: 5%;
	}
	body.career #interview article section div h3 small {
		font-size: 2.5vw;
		margin-bottom: 10%;
	}
	body.career #interview article section div a {
		font-size: 3vw;
	}
	body.career #gallery {
		/* background: linear-gradient(180deg, #FFF8E6 75vw, #FFF 75vw); */
		padding: 5%;
		margin: 10% auto;
	}
	body.career #gallery h2 {
		top: -3.5em;
	}
	body.career #gallery .gallery .slick-slide > div {
		width: 100vw;
	}
	body.career #gallery figure img {
		height: 60vw;
		margin: 0 auto;
	}
/*
	body.career #culture {
		padding: 15% 0 25%;
		margin-bottom: 40%;
	}
	body.career #culture h2 {
		top: -3.5em;
	}
	body.career #culture .culture {
		width: auto;
	}
	body.career .slick-dots {
		bottom: -20%;
	}
	body.career .slick-dots li {
		margin: 0 1vw;
	}
	body.career #culture .culture .slick-slide > div {
		width: 50vw;
		padding: 10% 0 0;
		height: 70vw;
	}
	body.career #culture .culture .slick-slide > div img {
		margin: 0 auto 10%;
		width: 20vw;
	}
	body.career #culture .culture .slick-slide > div dl dt {
		font-size: 4vw;
		margin-bottom: 15%;
	}
	body.career #culture .slick-next {
		right: 0;
	}
	body.career #culture .slick-prev {
		left: 0;
	}
*/
.about_box{
	width: auto;
	padding-bottom: 10px;
    margin-bottom: 0;
}
.about_box_div{
	width: auto;
}
body.career #nav h2{
	width: auto;
	padding-left: 5%;
}

	body.career #entry {
		padding: 15% 5%;
	}
	body.career #entry h2 {
		top: -3.5em;
	}
	body.career #entry nav {
		width: auto;
		margin-bottom: 5%;
	}
	body.career #entry nav ul {
	}
	body.career #entry nav ul li {
		width: 100%;
		margin-bottom: 0;
		margin-right: 0;
	}
	body.career #entry nav ul li a {
		display: block;
		font-size: 3vw;
		margin: 0 auto 5%;
		width: 90%;
		box-sizing: border-box;
		text-align: left;
	}
	body.career #entry dl {
		width: auto;
		margin: 0;
		padding: 15% 5%;
		border-radius: 10px;
	}
	body.career #entry dl dt {
		float: none;
		width: auto;
		padding: 2em 0;
	}
	body.career #entry dl dd {
		float: none;
		width: auto;
		margin-top: 0;
	}
	body.career #entry dl dd:first-of-type{
		margin-top: 0;
	}
	body.career #entry dl dd a {
		padding: 2em;
	}
	body.career #entry dl dd a::after {
		font-size: 4vw;
		top: 1.4em;
		right: 2vw;
	}
	
	.career.wrap {
		width: 100%;
		display: block;
	}
	.career.wrap > section {
		width: auto;
		padding: 0 5vw;
	}
	.career.wrap > section a.back {
		font-size: 3vw;
		margin-bottom: 0;
		padding: 0;
		margin: 7vw 0 10vw;
	}
	.career.wrap > section ul.posts li figure {
		width: 30vw;
	}
	.career.wrap > section ul.posts li img {
		width: 30vw;
		height: 15.75vw;
	}
	.career.wrap > section ul.posts li div {
		width: 56vw;
	}
	.career.wrap > section ul.posts li div .date {
		font-size: 2.5vw;
		margin-bottom: 1em;
	}
	.career.wrap > section ul.posts li div a.tag,
	body.single-career main article > section p.info a.cat {
		font-size: 2.5vw;
		padding: 0.5em 1.5em;
	}
	.career.wrap > aside {
		width: auto;
		margin-top: 30vw;
		padding: 0 5vw;
	}
	.career.wrap > aside > section {
		margin-bottom: 10vw;
		background-color: #FAFAFA;
		padding: 10vw 5vw 5vw;
		position: relative;
		margin-top: 3em;
	}
	.career.wrap > aside > section > h2 span {
		font-size: 18px;
	}
	.career.wrap > aside > section > ul li a figure {
		width: 30vw;
	}
	.career.wrap > aside > section > ul li a img {
		width: 30vw;
		height: 15.66vw;
	}
	.career.wrap > aside > section > ul li div {
		width: 46vw;
	}
	.career.wrap > aside > section > ul li div a h3 {
		font-size: 3vw;
	}
	.career.wrap > aside > section > ul li div .date {
		font-size: 2.5vw;
	}
	body.single-career main article > section {
		margin-bottom: 0;
		padding: 0!important;
	}
	body.single-career main article > section h1 {
		font-size: 5vw;
	}
	body.single-career main .career .bottom {
		margin: 0 0 30vw;
	}
	body.single-career main .career .list p:last-child {
		width: auto;
		margin: 2em auto 2em;
		padding: 0 5vw;
	}
	body.single-career main .career:last-child h2 {
		width: auto;
		margin: 0 auto 5em;
		padding: 0 5vw;
	}
	
	body.security main,
	body.privacy-policy main > section,
	body.qa main > section {
		width: auto;
		padding: 10% 5%;
	}
	body.security main h1,
	body.privacy-policy main h1,
	body.qa main > section h1 {
		font-size: 3vw;
		margin-bottom: 10%;
	}
	body.security main h1 span,
	body.privacy-policy main h1 span,
	body.qa main > section h1 span {
		font-size: 8vw;
		margin: 4vw 0 5%;
	}
	body.security main p,
	body.privacy-policy main h1 + p {
		width: auto;
		margin: 0 auto 10%;
		font-size: 3vw;
	}
	body.privacy-policy main dl dt {
		font-size: 3.5vw;
		margin-bottom: 10%;
	}
	body.privacy-policy main dl dd {
		font-size: 3vw;
		margin: 0 0 10vw 10vw;
	}
	body.qa main > section dl dt {
		width: auto;
		padding: 7vw 5vw 7vw 20vw;
		margin-bottom: 0;
	}
	body.qa main > section dl dd {
		width: auto;
		padding: 7vw 5vw 7vw 20vw;
		margin-bottom: 15%;
	}
	body.qa main > section dl dt::before,
	body.qa main > section dl dd::before {
		top: 7vw;
		left: 7vw;
	}

	
	body.error404 main {
		padding: 15% 3%;
	}
	body.error404 main h1 {
		margin-bottom: 15%;
	}
	body.error404 main h2 {
		font-size: 5vw;
		font-weight: bold;
		margin-bottom: 10%;
	}
	body.error404 main p {
		font-size: 3.5vw;
		margin-bottom: 15%;
	}
	body.error404 main a {
		font-size: 5vw;
		width: 100%;
		box-sizing: border-box;
	}
	

	
	body.archive #headline {
		margin-bottom: 30%;
		margin-top: 0;
	}
	body.archive article {
		width: auto;
		padding: 0 5%;
	}
	
	article.news ul.cat {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 5%;
	}
	article.news ul.cat li {
		margin: 3% 3% 3% 0;
	}
	article.news ul.year li {
		margin: 3% 6% 3% 0;
	}
	article.news ul.cat li:first-child {
		width: 100%;
	}
	article.news ul.year {
		padding-top: 0%;
		margin-bottom: 10%;
	}
	article.news ul.news {
		margin-bottom: 5%;
	}
	body.home main > #news article.news ul.news{
		display: block;
		width: fit-content;
		padding: 0%;
	}
	article.news ul.news li a {
		font-size: 3.5vw;
		vertical-align: super;
		width: auto;
	}
	article.news ul.news li a .date {
		width: 7em;
		font-size: 11px;
	}
	article.news ul.news li a .ttl {
		width: auto;
	}
	article.news ul.news li a .cat {
		font-size: 2.5vw;
		min-width: 30vw;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: left;
		font-size: 11px;
		padding: 0;
	}
	body.archive nav.pagination {
		margin-bottom: 20%;
	}
	body #voicy_journal {
		width: 90%;
		height: auto;
		margin: 0 auto 20%;
	}
	body #voicy_journal a {
		font-size: 3.2vw;
		padding: 10%;
	}
	body #voicy_journal a img {
		margin-bottom: 2em;
		width: 90%;
	}
	body #voicy_journal a::after {
		font-size: 8vw;
		top: 50%;
		right: 3%;
	}
	
	
	body.single main {
		padding: 0;
	}
	body.single main article > section {
		width: auto;
		margin: 0 auto 20%;
		font-size: 4vw;

	}
	.single_title_box {
		width: auto;
		background-color: #FAFAFA;
		margin-bottom: 50px;
		padding: 5%;
	}

	.single_text_box {
		width: auto;
		margin: 0;
		padding: 0 5%;
	}
	body.single main article > section h1{
		width: auto;
		margin-bottom: 20px;
		font-size: 5vw;
	}
	body.single main article > section h3{
		font-size: 4vw;
		line-height: 28px;
		padding: 1em;

	}
	body.single #related article {
		width: auto;
		padding: 5%;
	}
	body.single #related article h2 {
		font-size: 6vw;
		top: -3em;
		width: auto;
	}
	body.single #related article h2 span {
		font-size: 3vw;
		margin-top: .5em;
	}
	.title_box{
		width: auto;
		padding-top: 50px;
		margin-bottom: 0px;
	}
	
	body.single-interview main > section {
		margin: 0 auto 10%;
	}
	body.single-interview main > section.top {
		min-width: auto;
		padding: 5% 8%;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 0 15vw;
		height: auto;
		margin-bottom: 15%;
	}
	body.single-interview main > section.top > h1 {
		margin-bottom: 78vw;
	}
	body.single-interview main > section.top > h2 {
		font-size: 4.5vw;
		margin-bottom: 10%;
	}
	body.single-interview main > section.top > h3 {
		margin-bottom: 5vw;
	}
	body.single-interview main > section.top > h3 span {
		font-size: 5vw;
	}
	body.single-interview main > section.top > h3 small {
		font-size: 3vw;
	}
	body.single-interview main > section.top > p {
		width: auto;
		font-size: 3.8vw;
	}
	body.single-interview main > section.type1 > div {
		width: auto;
		padding: 8%;
	}
	body.single-interview main > section.type3 > div,
	body.single-interview main > section.type4 > div {
		width: auto;
		float: none;
	}
	body.single-interview main > section.type3 > div.img,
	body.single-interview main > section.type4 > div.img {
		float: none;
		padding-top: 95.2%;
	}
	body.single-interview main > section.type3 > div.text,
	body.single-interview main > section.type4 > div.text {
		padding: 8%;
	}
	body.single-interview main > section > div h2 {
		font-size: 4vw;
	}
	body.single-interview main > section > div p {
		font-size: 3.5vw;
	}
	
/*
	article.news > ul li {
		margin-bottom: 5%;
		min-width: auto;
	}
	article.news > ul li a .ttl {
		padding: 2% 0;
    	margin-bottom: 3%;
		white-space: inherit;
		line-height: 1.7;
	}
	article.news > ul li a span {
		font-size: 3.5vw;
		width: auto!important;
	}
	article.news > ul li a .cat {
		font-size: 3vw;
		min-width: 15vw;
		margin: 0 3%;
		line-height: 7vw;
	}
	article.works > section > div a h2 {
		font-size: 3vw;
    	left: 0;
    	max-width: 100%;	
	}
	body.archive main {
	}
	body.archive main h1 {
		margin-bottom: 8%;
	}
	body.archive main nav {
		margin-bottom: 8%;
	}
	body.archive main nav ul li {
		margin-right: 1em;
		margin-bottom: 0;
		line-height: 1.7;
		min-width: auto;
	}
	body.archive main nav ul li a {
		font-size: 4vw;
		text-decoration: underline;
	}
	body.archive nav.pagination {
		margin: 10% 0 0;
		font-size: 5vw;
	}
	body.archive nav.pagination a.prev,
	body.archive nav.pagination a.next {
		font-size: 5vw;
	}
	
	body.single main {
		padding: 15% 5%;
	}
	body.single article > section {
		width: auto;
		font-size: 3.5vw;
	}
	body.single article > section h1 {
		font-size: 5vw;
		margin-bottom: 10%;
		line-height: 1.5;
	}
*/
	

	
	
	.breadcrumbs {
		font-size: 3vw;
		line-height: 12vw;
		height: 12vw;
		padding-right: 12vw;
		padding-left: 5%;
		box-sizing: border-box;
	}
	.breadcrumbs > div {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.breadcrumbs a#to_top {
		font-size: 6vw;
		width: 12vw;
		height: 12vw;
		line-height: 12vw;
	}

	.footer_title{
		display: block;
	}
	
	footer .contact a {
		width: auto;
		padding: 2em 6em;
		margin-right: 0;
		text-align: center;
		display: block;
	}
	footer .contact {
		height: auto;
		padding: 15% 5%;
		width: auto;
		/* display: flex; */
	}

	footer .contact .contact_box_title {
		display: block;
	}
	footer .contact .contact_box_title p{
		width: 100%;
		line-height: 1.5em;
	}
	footer .contact p {
		font-size: 4vw;
		margin-bottom: 25%;
		width: 100%;
	}
	footer .contact h2 {
		font-size: 10vw;
		margin-bottom: 10%;
		margin-left: 0;
	}
	footer .contact h2 + p {
		margin-bottom: 10%;
		line-height: 1.7;
	}
	footer #footer {
		padding: 15% 5% 5%;
		text-align: center;
	}
	.footer_text {
		width: 100%;
	}
	.footer_menu_box{
		width: 100%;
		margin: 50px 0;

	}
	footer #footer h2 {
		font-size: 5vw;
		margin-bottom: 15%;
	}
	footer #footer img.logo {
		width: 50%;
		margin-bottom: 10%;
	}
	footer #footer ul.menu {
		margin-bottom: 5%;
		text-align: center;
        margin: 0 auto;
		display: block;
	}
	footer #footer ul.menu li:first-child {
		margin: 0 5% 10%;;
	}
	footer #footer ul.menu li {
		margin: 0 5% 10%;
	}
	footer #footer ul.sns li {
		margin: 0 1% 10%;
	}
	footer #footer ul.sns {
		margin-bottom: 5%;
	}
	footer #footer ul.sns li a {
		font-size: 2.2vw;
		padding: 0;
	}
	footer #footer ul.link {
		margin-bottom: 10%;
		font-size: 3vw;
		display: flex;
		justify-content: center;
	}
	footer #footer p.address {
		font-size: 3vw;
		margin-bottom: 10%;
	}
	
	.btn_pc{
		display: none;
	}
	.btn_sp{
		display: block;
		text-align: left;
		
	}
	body.career .list > p:last-child{
		text-align: left;
		padding-bottom: 35px;
	}

	.topic_box .btn_sp{
		margin-left: 12%;
		padding-bottom: 20px;
		margin-top: 55px;
	}
	#news .btn_sp{
		display: block;
		text-align: left;
		margin-left: 5%;
	}
	body.single-career main .career .bottom p.apply .btn{
		width: auto;
	}
	#member, #culture, #description{
		padding-bottom: 0px;
	}
	.back_box{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.back{
		margin-left: 5%;
		color: #000;
	}

	article.news ul.news li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		/* padding: 10px 30px; */
		text-align: left;

	}
	.career .list article.posts > div figure{
		margin-bottom: 10px;
	}
	.career .list article.posts > div a.tag{
		padding: 0;
		margin-bottom: 0;
	}
	body.career .list h2{
		width: 100%;
		letter-spacing: 1px;
		color: #000;
	}
	#media h2{
		width: 100%;
		margin-left: 5%;
	}

	body.home main > #news .news_box{
		width: auto;
		padding: 82px 5%;
		padding-bottom: 10px;
	}

	footer .contact .contact_box{
		display: block;

	}
	article.news ul.year::after{
		margin-top: -1px;
	}
	body.career #nav nav ul li{
		margin-right: 0vw;
	}
	body.career #nav nav ul li:nth-child(even){
		margin-right: 0;

	}
	#media{
		padding: 50px 0;
	}
	body.home main > #top .text {
		padding: 0;
		bottom: 20px;
		left: 0px;
		
	}
	.footer_box{
		width: auto;
	}
	.footer_text p{
		text-align: end;
	}

	.career > section .title span{
		font-size: 6vw;
	}	
	a.btn.hover_big{
		padding-left: 15vw;

	}
	body.company #message article div p.name em {
		color: #000;
		font-weight: normal;
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	body.single main article > section h2 {
		padding-bottom: 20px;
		line-height: 35px;
		margin-bottom: 1em;
	}
	body.archive nav.pagination .page-numbers{
		width: auto;
	}
	a.btn.hover_big:hover::before {
		content: '';
		position: absolute;
		line-height: 60px;
		left: 0px;
		top: 0px;
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		opacity: 1;
		animation: 0s circleanime forwards;
	}
	.text .fv_text{
		width: 90%;
		display: block;
		margin: 0 auto;
		margin-bottom: 15vh;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.link_img_box .app_btn{
		height: 40px;
		width: 109px;
	}
	.link_img_box .gp_btn{
		height: 40px;
		width: 136px;
	}
	body.career .slick-next::before{
		font-size: 40px;
		line-height: 40px;
		margin-left: 5px;
	}
	body.career .slick-prev::before{
		font-size: 40px;
		line-height: 40px;
		margin-right: 5px;
	}
	body.career .slick-next{
		z-index: 2;
		width: 40px;
		height: 40px;
		/* background-color: #FFF; */
		/* opacity: 0.6; */
		border-radius: 50px;
		box-shadow: 0 5px 25px 0 rgb(0 0 0 / 50%);
		margin-right: -10px;
    }
	body.career .slick-prev {
		z-index: 2;
		width: 40px;
		height: 40px;
		/* background-color: #FFF; */
		/* opacity: 0.6; */
		border-radius: 50px;
		box-shadow: 0 5px 25px 0 rgb(0 0 0 / 50%);
		margin-left: -10px;
    }

	.slick-next, .slick-prev{
		top:90px;
	}
	
	a.btn.hover_big::before {
    position: absolute;
    transition: .5s;
    content: '';
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    bottom: 0px;
    left: 0vw;
    background: #FF8700;
    border-radius: 50%;
    z-index: -1;
    animation: .5s circleanime3 forwards;
	margin-left: 46px;
   }
   .career.wrap > aside > section > p a{
	font-size: 15px;
   }
   body.home main > #service > div > div .ss_1{
	object-fit: cover;
    height: 57.5vw;
   }
   .pc_title{
	display: none;
   }
   .sp_title{
    	display: block;
    }
    body.home main > #service > div > div:nth-child(4),
    body.home main > #service > div > div:nth-child(5) {
    	margin-bottom: 50px;
    }

	#event-sp,
	#member-sp,
	#business-team-sp,
	#culture-sp,
	#environment-sp,
	#description-sp,
	#media-sp{
		display: block;
		width: 90vw;
		margin: 0 5vw;
		margin-bottom: 10vw;
		display: inline-block;
		font-size: 48px;
		color: #fff;
	}

	#event-sp figure,
	#member-sp figure,
	#business-team-sp figure,
	#culture-sp figure,
	#environment-sp figure,
	#description-sp figure,
	#media-sp figure{
		margin-bottom: 10px;
	}

	#event-sp img,
	#member-sp img,
	#business-team-sp img,
	#culture-sp img,
	#environment-sp img,
	#description-sp img,
	#media-sp img{
		width: 90vw;
		height: 47.25vw;
		object-fit: contain;
	}
	#event-sp a.tag,
	#member-sp a.tag,
	#business-team-sp a.tag,
	#culture-sp a.tag,
	#environment-sp a.tag,
	#description-sp a.tag,
	#media-sp a.tag{
		display: block;
		color: #FF8700;
		/* border: solid 1px #FF8700; */
		border-radius: 2em;
		font-size: 11px;
		/* padding: 0.5em 2em 0.5em 0; */
		/* margin: 0 1em 1em 0; */
		margin-bottom: 10px;
		transition: all .3s;
	}
	#event-sp h3,
	#member-sp h3,
	#business-team-sp h3,
	#culture-sp h3,
	#environment-sp h3,
	#description-sp h3,
	#media-sp h3{
		margin-top: 10px;
		white-space: break-spaces;
		display: flex;
		flex-wrap: wrap;
		width: 90vw;
		font-size: 14px;
		line-height: 1.8;
		font-weight: bold;
		color: #000;
		/* margin-top: 0.5em; */
		transition: all .3s;
	}

	#event,#member,
	#business-team,
	#culture,
	#environment,
	#description,
	#media{
		display: none;
	}

	.media_time{
		margin-top: 40px;
	}
	.more_detail{
		width: 100vw !important;
	}
	
}
	
