/*--------------------------------------------------------
Top-page
--------------------------------------------------------*/


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

@media screen and (max-width: 767px) {
	#header {
		display: none;
	}
	.menu-trigger {
		display: block;
	}
	.header-logo--sp {
		display: block;
		width: 180px;
		position: absolute;
		z-index: 100;
	}
	.header-logo--sp img {
		width: 100%;
	}
	.container--footer {
		padding: 31px 20px 22px;
	}
	.footer-company {
		width: 100%;
	}
	.footer-company__name {
		margin-left: 0;
	}
	.footer-company__address {
		margin-left: 0;
	}
	.footer-company__tel {
		margin-left: 0;
	}
	.footer-company__sns {
		margin-left: 0;
		margin-top: 1em;
	}
	.copy--sp {
		display: block;
		font-size: calc( 12px * 0.8);
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.footer-company__name {
		font-size: calc( 15px * 0.8);
	}
	.footer-company__address {
		font-size: calc( 13px * 0.8);
	}
	.footer-company__sns {
		font-size: calc( 16px * 0.8);
	}
	.sns__facebook img {
		width: calc( 14px * 0.8);
		height: calc( 25px * 0.8);
	}
	.sns__youtube img {
		width: calc( 29px * 0.8);
		height: calc( 20px * 0.8);
		margin-top: 4px;
	}
	.footer-lists__item {
		font-size: calc( 15px * 0.8);
	}
	.footer-list__item {
		font-size: calc( 14px );
	}
}

@media screen and (max-width: 767px) {
	#message {
		padding: 40px 0;
	}
	.container--message {
		padding: 0 20px;
	}
	.message__title {
		font-size: calc(48px * 0.8);
		margin-bottom: 2px;
	}
	.message__subtitle {
		font-size: calc(18px * 0.8);
	}
	.message__text {
		font-size: calc(19px * 0.8);
	}
	#service {
		padding: 40px 0 57px 0;
	}
	.service__visual {
		height: 270px;
	}
	.container--service {
		padding: 0 20px;
	}
	.service-top__wrapper {
		padding: 0 0 100px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.service-top__wrapper:before {
		top: -25px;
	}
	.service-top__title {
		font-size: calc(48px * 0.8);
		margin-bottom: 2px;
	}
	.service-top__subtitle {
		font-size: calc(18px * 0.8);
	}
	.service-top__text {
		font-size: calc(16px * 0.8);
		margin-top: 1em;
	}
	.service__wrapper__image {
		width: calc(100% - 20px);
	}
	.service-top__text {
		padding-right: 20px;
	}
	.service--left {
		padding: 360px 20px 30px 20px;
	}
	.service--right {
		padding: 360px 20px 30px 20px;
	}
	.service__subtitle {
		font-size: calc(20px * 0.8);
		margin-bottom: 15px;
	}
	.service__title {
		font-size: calc(26px * 0.8);
		margin-bottom: 15px;
	}
	.service__text {
		font-size: calc(16px * 0.8);
		margin-bottom: 20px;
	}
	.more {
		font-size: calc(18px * 0.8);
	}
	/*
	#recruit {
	margin-bottom: 30px;
}
	*/
	.recruit-left {
		padding: 30px 0 0 20px;
	}
	.recruit-left__title {
		font-size: calc(48px * 0.8);
		margin-bottom: 2px;
	}
	.recruit-left__subtitle {
		font-size: calc(18px * 0.8);
	}
	.recruit-image.image--left {
		margin-top: -55px;
	}
	.recruit-right {
		padding: 30px 20px 25px 20px;
	}
	.recruit-right__text {
		font-size: calc(16px * 0.8);
	}
	#company {
		padding: 30px 0 0;
	}
	.company__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.company__wrapper__background {
		top: 30px;
	}
	.company-image {
		width: calc(100% - 20px);
		margin-bottom: 0;
		padding: 15px 0 0 20px;
	}
	.company-image__title {
		font-size: calc(48px * 0.8);
		margin-bottom: 2px;
	}
	.company-image__subtitle {
		font-size: calc(18px * 0.8);
	}
	.management-image {
		width: calc(100% - 20px);
		margin-top: 0;
		margin-left: auto;
		padding: 15px 20px 0 0;
		text-align: right;
	}
	.management-image__title {
		font-size: calc(48px * 0.8);
		margin-bottom: 4px;
	}
	.management-image__subtitle {
		font-size: calc(18px * 0.8);
	}
	#news {
		padding: 25px 0 40px;
		/*height: 590px;*/
	}
	.container--news {
		padding: 0 20px;
	}
	.news-left__title {
		font-size: calc(48px * 0.8);
		margin-bottom: 2px;
	}
	.news-left__subtitle {
		font-size: calc(18px * 0.8);
	}
	.tab {
		font-size: calc(16px * 0.8);
		padding: 10px 16px;
	}
	.news-topic__item {
		width: 110px;
	}
	.news-topic__item__category {
		font-size: calc(13px * 0.8);
	}
	.news-topic__date {
		font-size: calc(16px * 0.8);
		padding: 9px 0 3px;
	}
	.news-topic__title {
		font-size: calc(16px * 0.8);
	}
}

/*--------------------------------------------------------
Sub-page Common
--------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.section .container {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 559px) {
	.section .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section.page__title .section__title {
		font-size: calc(80px * 0.8);
	}
	.section__title .recruit-data__title {
		font-size: calc(48px * 0.8);
		margin-bottom: 2px;
	}
	.section__title p {
		font-size: calc(18px * 0.8);
	}
}

/*--------------------------------------------------------
Sub-page Company
--------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.company__message .message-content__image {
		width: 100%;
	}
	.company__message .message-content__text{
		padding-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.sub-page {
		margin-top: 0;
	}
	.company__message, .company__officer, .company__outline, .company__access {
		padding: 70px 0 0;
	}
	.company__officer .officer-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.company__officer .officer-list .officer-list__item {
		width: 100%;
		margin-bottom: 70px;
	}
	.company__officer .officer-list .officer-list__item:last-child {
		margin-bottom: 0;
	}
	.table__outline tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.table__outline th {
		border-bottom: none;
		width: 100%;
	}
	.table__outline td {
		border-top: none;
		padding-top: 0;
	}
	.company__access .access-content__address {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.access-content__address .access-content__address__item:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.company__group-company .group-company-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.group-company-list .group-company-list__item {
		width: 100%;
		margin-bottom: 50px;
	}
}

/*--------------------------------------------------------
Sub-page Contact
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.section.contact__form {
		padding: 70px 0 120px;
	}
	.contact-form tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.contact-form th {
		border-bottom: none;
		width: 100%;
	}
	.contact-form td {
		border-top: none;
		padding-top: 0;
		padding-left: 0;
	}
	.contact-form td input {
		width: 100%;
	}
}

/*--------------------------------------------------------
Sub-page Recruit Common
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.recruit__subnavi {
		display: none;
	}
	.sub-page.recruit {
		padding-top: 0;
	}
	.recruit-top__cta .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cta-content .cta-content__item .title {
		font-size: calc(48px * 0.8);
	}
}

@media screen and (max-width: 480px) {
	.recruit-top__cta .cta-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cta-content .cta-content__item {
		width: 100%;
		margin-bottom: 40px;
	}
	.cta-content .cta-content__item .title {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------
Sub-page Recruit-Top
--------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.recruit-top__data {
		padding: 60px 0;
		margin-bottom: 30px;
	}

	@media screen and (max-width: 767px) {
		.recruit-top__title, .recruit-top__value, .recruit-top__data, .recruit-top__interview {
			padding: 70px 0 0;
		}
		.recruit-top__data {
			padding: 30px 0 60px 0;
			margin-bottom: 0;
		}
		.recruit-top__title .section__title h2 {
			font-size: calc(80px * 0.8);
			margin-bottom: calc(80px * 0.8);
		}
		.recruit-top__title .section__title .recruit-data__title {
			font-size: calc(48px * 0.8);
			margin-bottom: 2px;
		}
		.recruit-top__title .section__title .section__lead1 {
			font-size: calc(56px * 0.8);
			margin-bottom: calc(30px * 0.8);
		}
		.recruit-top__title .section__title .section__lead2 {
			font-size: calc(34px * 0.8);
		}
		.recruit-top__value .value-content .value-content__text p {
			font-size: calc(20px * 0.8);
		}
		.value-content {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.recruit-top__value .value-content .value-content__text {
			width: 100%;
		}
		.recruit-top__value .value-content .value-content__image {
			width: 100%;
		}
		.recruit-top__data .data-content .data-content__item {
			width: 100%;
		}
		.recruit-top__data .data-content .data-content__item:last-child {
			margin-bottom: 0;
		}
		.interview-content .interview-content__item {
			width: 100%;
		}
		/*.interview-content .interview-content__item.even {
		margin-top: 0;
	}*/
		.interview-content .interview-content__item:nth-child(even) {
			margin-top: 0;
		}
		.interview-content .interview-content__item .interview-content__item__text {
			right: -15px;
		}
	}

	@media screen and (max-width: 359px) {
		.interview-content__item__text .name {
			font-size: calc(24px * 0.8);
		}
		.interview-content__item__text .text {
			font-size: calc(16px * 0.8);
		}
	}

	/*--------------------------------------------------------
	Sub-page Recruit_Interview
	--------------------------------------------------------*/
	@media screen and (max-width: 1000px) {
		.recruit-interview__text .container {
			width: calc(100% - 30px);
		}
		.interview-list .interview-list__item {
			width: 47%;
		}
		.interview-list .interview-list__item {
			margin-right: 6%;
		}
		.interview-list .interview-list__item:nth-child(3n) {
			margin-right: 6%;
		}
		.interview-list .interview-list__item:nth-child(2n) {
			margin-right: 0;
		}
		.recruit-top__cta .container {
			width: calc(100% - 30px);
		}
	}

	@media screen and (max-width: 768px) {
		.recruit-interview__hero {
			background-position: top right 40%;
		}
	}

	@media screen and (max-width: 767px) {
		.recruit-interview__hero {
			height: calc(560px * 0.5);
		}
		.recruit-interview__hero .section__title {
			margin: 0;
		}
		.recruit-interview__hero .section__title h2 {
			/*font-size: calc(56px * 0.65);*/
			font-size: calc(56px * 0.35);
			margin-bottom: calc(80px * 0.25);
			max-width: 65%;
		}
		.recruit-interview__hero .section__title .jobtitle {
			/*font-size: calc(18px * 0.8);*/
			font-size: calc(18px * 0.7);
			/*margin-bottom: calc(20px * 0.5);*/
			margin-bottom: 0;
		}
		.recruit-interview__hero .section__title .name {
			/*font-size: calc(28px * 0.8);*/
			font-size: calc(28px * 0.7);
		}
		.recruit-interview__text, .recruit-interview__interview, .recruit-top__cta {
			padding: 0;
		}
		.recruit-interview__text .container--bg {
			padding: 40px 15px;
		}
		.recruit-interview__text .text-content__block {
			margin-bottom: calc(80px * 0.5);
		}
		.interview-list .interview-list__item:nth-last-child(-n+2) {
			margin-bottom: 0;
		}
	}

	@media screen and (max-width: 480px) {
		.recruit-interview__hero {
			padding: 20px 0;
			/*padding: 30px 0 60px;*/
			margin-top:50px;
		}
		.recruit-interview__hero .section__title h2 {
			/*max-width: 80%;*/
			max-width: 70%;
		}
		.interview-list .interview-list__item {
			width: 100%;
			margin-right: 0;
		}
		.interview-list .interview-list__item {
			margin-right: 0;
		}
		.interview-list .interview-list__item:nth-child(3n) {
			margin-right: 0;
		}
		.interview-list .interview-list__item:nth-last-child(-n+2) {
			margin-bottom: 40px;
		}
		.interview-list .interview-list__item:last-child {
			margin-bottom: 0;
		}
	}

	/*--------------------------------------------------------
	Sub-page Recruit_Entry / Recruit_Requirement
	--------------------------------------------------------*/
	@media screen and (max-width: 1000px) {
		.recruit-requirement .container {
			width: calc(100% - 30px);
		}
	}

	@media screen and (max-width: 767px) {
		.recruit-requirement .container {
			width: calc(100% - 30px);
		}
		.section.recruit-requirement {
			padding: 70px 0 0;
		}
		.recruit-requirement .container--bg {
			padding: 40px 15px;
		}
		.button__secondary {
			width: 100%;
		}
		.table__requirement tr {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.table__requirement th {
			border-bottom: none;
			width: 100%;
		}
		.table__requirement td {
			border-top: none;
			padding-top: 0;
			padding-left: 0;
		}
	}

	@media screen and (max-width: 559px) {
		.section__title--requirements h2 {
			font-size: calc(36px * 0.8);
		}
	}

	@media screen and (max-width: 359px) {
		.section__title--requirements h2 {
			font-size: calc(36px * 0.6);
		}
	}

	/*--------------------------------------------------------
	Sub-page News_Archive / News_Detail
	--------------------------------------------------------*/
	@media screen and (max-width: 1000px) {
		.news-page-inner {
			width: 100%;
		}
	}

	@media screen and (max-width: 767px) {
		.news-archive-tab__item {
			font-size: calc(18px * 0.8);
		}
		.news-archive-topic {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.news-archive-topic__title {
			margin-bottom: 2px;
			width: 100%;
		}
		.news-archive-topic__category {
			margin-right: calc(40px * 0.25);
		}
		.news-archive-topic__date {
			margin-right: 0;
		}
		.news-detail__title {
			font-size: calc(30px * 0.8);
		}
		.section--news-archive {
			padding: 70px 0 110px;
		}
		.section--news-detail {
			padding: 70px 0 120px;
		}
	}

	@media screen and (max-width: 359px) {
		.news-archive-tab__item {
			font-size: calc(18px * 0.75);
		}
	}

	/*--------------------------------------------------------
	Page Nation
	--------------------------------------------------------*/
	@media screen and (max-width: 559px) {
		.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
			width: 32px;
			height: 32px;
		}
		.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi .larger, .wp-pagenavi .smaller {
			margin: 0 4px;
		}
		.wp-pagenavi .previouspostslink:before {
			width: 7px;
			height: 7px;
			left: 13px;
			top: 13px;
		}
		.wp-pagenavi .nextpostslink:after {
			width: 7px;
			height: 7px;
			right: 13px;
			top: 13px;
		}
	}

	/*--------------------------------------------------------
	Anchor
	--------------------------------------------------------*/
	@media screen and (max-width: 767px) {
		#message-anchor,
		#officer-anchor,
		#outline-anchor,
		#access-anchor,
		#group-company-anchor,
		#service-anchor {
			padding-top: 70px;
			margin-top: -70px;
		}
	}

	/*--------------------------------------------------------
	Scroll
	--------------------------------------------------------*/
	@media screen and (max-width: 1024px) {
		.scroll {
			display: none;
		}
	}
	/* 
	@media screen and (max-width: 559px) {
	.scroll {
	width: 80px;
	bottom: 44px;
	left: 50%;
}
	.scroll__text {
	font-size: 10px;
	margin-bottom: 8px;
}
	.scroll__line {
	height: 8px;
}
	.scroll__line:before {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background-color: #01a353;
}
	.scroll__line:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 6px;
}
	@-webkit-keyframes scroll {
	0% {
	margin-left: 6px;
	opacity: 1;
}
	100% {
	margin-left: calc(100% - 9px);
	opacity: 0;
}
}
	@keyframes scroll {
	0% {
	margin-left: 6px;
	opacity: 1;
}
	100% {
	margin-left: calc(100% - 9px);
	opacity: 0;
}
}
} */

	/*--------------------------------------------------------
	追記
	--------------------------------------------------------*/
	@media screen and (min-width: 1700px) {
		#main-visual {
			height: 100vh;
		}
		.container--main-visual {
			height: 100vh;
		}
		.main-visual__wrapper {
			padding-top: 0;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
		}
	}

	@media screen and (max-width: 959px) {
		.interview-content .interview-content__item {
			width: 45.5%;
			margin-right: 0;
		}
	}

	@media screen and (max-width: 767px) {
		.interview-content .interview-content__item {
			width: 100%;
		}
	}


	/* NEW追記 */

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

		section .container {
			padding:15px;
			max-width: 100%;
		}
		.section__title h2 img{
			max-height: 24px;
		}
		.top {
			font-size: 15px;
			line-height: 2em;
		}
		.main-visual__title{
			margin: 100px auto 50px;
		}
		.main-visual__subtitle{
			padding-bottom: 30px;
		}
		#story{
			padding: 30px 0;
		}
		#story .story_box .story_left,
		#story .story_box .story_right{
			width: 100%;
			max-width: 100%;
			padding: 0;
			font-size: 14px;
			list-style: 2.4em;
		}
		#story .story_box .story_left .story_first{
			margin-bottom: 30px;
		}
		#story .container::before {
			background: none;
		}
		#story .story_box .story_right img{
			margin-bottom: 30px;
			max-width: 80%;
		}
		#story .container{

		}
		.message_box ul li{
			width: 100%;
		}
		#member{
			min-width: auto;
			padding-bottom: 50px;
			background-size: cover;
		}
		.member_box ul li{
			width: 48%;
		}
		.member_box ul li img{
			height: 200px;
		}
		.service_box dl{
			margin-bottom: 50px;
		}
		.mvv_box div{
			background: none;
			width: 100%;
			height: auto;
			padding: 30px;
			background-color: #fff;
			font-size: 15px;
			inset 1px 1px 4px rgba(0,0,0,0.3)
		}
		.mvv_box .vision_box dl dt{
			width: 100%;
			margin-bottom: 30px;
		}
		.mvv_box .vision_box dl dd{
			width: 100%;
		}
		.value_box ul li{
			width: 48%;
		}
		.mission_box dl img{
			max-height: 20px;
		}
		.logo_box{
			padding: 20px;
		}
		.logo_box p.logo_text{
			font-size: 15px;
			list-style: 2.5rem;
		}
		#logo .logo_box .logo_left{
			max-width: 100%;
		}
		#logo .logo_box .logo_right{
			width: 100%;
			margin-bottom: 30px;
		}
		footer{
			margin-top: 300px;
			background-repeat: repeat;
		}
		.footer__arrow {
			width: 88px;
			height: auto;
			top: -100px;
		}
		.footer-left,
		.footer-right{
			width: 100%;
			max-width: 100%;
		}
		.footer-company{
			margin-top: 80px;
		}
		.footer-lists{
			width: 100%;
		}
		.section.page__title{
			padding:30px 0;
		}
		#member-visual{
			background-size:100%;
			background-position:center 80px;
			top:0;
			height:350px;
			margin-bottom:-100px;	
		}
		#member-visual .section__title{
			top:76px;
		}
		#member-visual .section__title img{
			max-height:30px;
		}
		.footer-right .footer-list__item{
			border-bottom:1px solid #fff;
		}
		.section--bg{
			padding:30px 15px;
			margin: 30px 15px;
		}
	}

