@charset "UTF-8";

/*
Theme Name: kyowab
Description: 共和防災設備株式会社
Version: 1.0
*/

/* General Settings
------------------------------------------ */

* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	/* scroll-behavior: smooth; */
}
body {
	position: relative;
	color: #242424;
	background: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
	padding-top: 80px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	margin: 0 0 1em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
}

dl, dt, dd, figure {
	margin: 0;
	padding: 0;
}
p {
	word-wrap: break-word;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a[href*="tel:"] {
	pointer-events: none;
}
.alignl {
	text-align: left;
}
.alignc {
	text-align: center;
}
.alignr {
	text-align: right;
}
/*-------------------------------------
 for block editor
 --------------------------------------*/
.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-button__link {
	border-radius: 0;
}
.wp-block-buttons .wp-block-button {
	display: block;
	margin: 0 auto 60px;
}
.wp-block-buttons .wp-block-button:last-child {
	margin-right: auto;
}

/*-------------------------------------
 common
--------------------------------------*/
.sp-nav {
	display: none;
}
.pc-mode {
	display: block;
}
.sp-mode {
	display: none;
}
.btn {
	max-width: 280px;
	width: 100%;
	height: 60px;
}
.btn a {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #0052a4;
	background-color: #0052a4;
	color: #FFF;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	border-radius: 30px;
}
.btn a::after {
	content: '';
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 7px;
	height: 12px;
	background: url(img/arrow1-w.svg) no-repeat center center;
	background-size: contain;
	transition: all .3s ease;
}
.btn a:hover {
	background-color: #FFF;
	color: #0052a4;
}
.btn a:hover::after {
	background: url(img/arrow1-blue.svg) no-repeat center center;
	background-size: contain;
}

/*------------------------ フェードインアニメーション */
.fadeinUp, .fadeinL, .fadeinR, .fadein {
	opacity: 0;
}
.fadeUp {
	animation: fadeUpAnime .5s forwards;
	opacity:0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
	transform: translateY( 150px );
  }
  to {
    opacity: 1;
	transform: translateY( 0 );
  }
}
.fadeLeft {
	animation: fadeLeftAnime .5s forwards;
	opacity:0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
	transform: translateX( -150px );
  }
  to {
    opacity: 1;
	transform: translateX( 0 );
  }
}
.fadeRight {
	animation: fadeRightAnime .5s forwards;
	opacity:0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
	transform: translateX(150px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
.fadein.fadeinn {
	animation: fadeInAnime .75s forwards;
	opacity:0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-------------------------------------
 header
--------------------------------------*/
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	opacity: 0;
}
header .logo {
	max-width: 650px;
	width: 100%;
	height: 100%;
	padding-left: 2.5%;
}
header .logo a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #242424;
}
header .logo img.grplogo {
	/* max-width: 243px; */
	/* max-width: 180px; */
	max-width: 150px;
	/* width: 100%; */
	margin-right: 5px;
}
header .logo img.comlogo {
	/* max-width: 44px; */
	/* max-width: 60px;
	width: 100%; */
	width: 4em;
	/* margin-left: 5px; */
	margin-right: .3em;
}
.gnav {
	width: calc( 100% - 2.5% - 650px );
	display: flex;
	justify-content: flex-end;
}
.gnav ul.main-menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
.gnav ul.main-menu li {
	margin-right: 1.5em;
}
.gnav ul.main-menu a {
	position: relative;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	color: #242424;
	padding: .2em 0;
}
.gnav ul.main-menu a:hover {
	color: #0052a4;
}
.gnav ul.main-menu a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #0052a4;
	transform: scale(0, 1);
	transition: all .3s ease;
}
.gnav ul.main-menu a:hover::after {
	transform: scale(1, 1);
}
.gnav ul.main-menu li.contact {
	max-width: 160px;
	width: 100%;
	/* height: 80px; */
	margin-right: 0;
}
.gnav ul.main-menu .contact a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 46px;
	border-radius: 23px 23px;
	background-color: #0052a4;
	color: #FFF;
}
.gnav ul.main-menu .contact a:hover {
	background-color: rgba(0,82,164,.6);
}
.gnav ul.main-menu .contact a:after {
	display: none;
}
.gnav .sns-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnav .sns-btn li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 48px;
}
.gnav .sns-btn li:last-child {
	justify-content: center;
	width: 60px;
}
.gnav .sns-btn li a {
	display: block;
	width: 36px;
	height: 36px;
}
.gnav .sns-btn li a img {
	transition: all .3s ease;
}
.gnav .sns-btn li a:hover img {
	opacity: .6;
}

/*　下に下がる動き　*/
header.DownMove{
	animation: DownAnime 1s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-80px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/*-------------------------------------
 footer
--------------------------------------*/
footer {
	background-color: #3d4147;
	color: #FFF;
}
#f-contact {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 430px;
	background-image: url(img/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 40px 3%;
}
#f-contact::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,82,164,.6);
	z-index: 1;
}
#f-contact h3 {
	position: relative;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	color: #FFF;
	margin-bottom: 50px;
	z-index: 2;
}
#f-contact .contact-btn {
	position: relative;
	max-width: 360px;
	width: 100%;
	height: 80px;
	margin: 0 auto 40px;
	z-index: 2;
}
#f-contact .contact-btn a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background-color: #FFF;
	color: #0052a4;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: .05em;
}
#f-contact .contact-btn a::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 20px;
	background: url(img/mail-blue.svg) no-repeat center center;
	background-size: contain;
	margin-right: .5em;
	transition: all .3s ease;
}
#f-contact .contact-btn a:hover {
	background-color: #0052a4;
	color: #FFF;
}
#f-contact .contact-btn a:hover::before {
	background: url(img/mail-w.svg) no-repeat center center;
	background-size: contain;
}
#f-contact .phone {
	position: relative;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	z-index: 2;
}
#f-contact .phone a {
	font-size: 3.6rem;
	letter-spacing: .05em;
	color: #FFF;
}
#f-contact .phone a::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 30px;
	background: url(img/icon-phone.svg) no-repeat center center;
	background-size: contain;
	margin-right: .5em;
}
#f-contact .phone p {
	margin: 0;
	color: #FFF;
}
#bnrs {
	width: 100%;
	padding: 60px 0 20px;
	background-color: #cad8e5;
}
#bnrs ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#bnrs ul li {
	width: 30%;
	height: 90px;
	margin-right: 5%;
	margin-bottom: 40px;
}
#bnrs ul li:nth-child(3n) {
	margin-right: 0;
}
#bnrs ul li a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background-color: #FFF;
}
#bnrs ul li a:hover {
	opacity: .6;
}
#f-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 70px;
	font-size: 1.5rem;
	line-height: 1.6;
}
#f-wrap .txt-blk {
	width: 43.5%;
}
#f-wrap .fnav {
	width: 55%;
}
#f-wrap h3 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	font-size: 3.0rem;
	line-height: 1;
	letter-spacing: normal;
}
#f-wrap h3 a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	align-items: center;
	/* padding-left: 50px; */
}
/* #f-wrap h3 a::before {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	background: url(img/f-logo.svg) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
} */
#f-wrap h3 a img {
	/* max-width: 44px; */
	/* max-width: 60px;
	width: 100%; */
	width: 4em;
	margin-right: 10px;
}
#f-wrap a {
	color: #FFF;
}
#f-wrap h3 a:hover {
	opacity: .8;
}
#f-wrap .fnav ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	flex-wrap: wrap;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
}
#f-wrap .fnav li {
	margin-left: 2em;
}
#f-wrap .fnav li:first-of-type {
	margin-left: 0;
}
#f-wrap .fnav a {
	position: relative;
	padding: .2em 0;
}
#f-wrap .fnav a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 1px;
	background-color: #FFF;
	transition: all .3s ease;
	z-index: 0;
}
#f-wrap .fnav a:hover::after {
	width: 100%;
}
.copy {
	font-size: 1.4rem;
	text-align: center;
	padding-bottom: 2em;
}
/*------------------------------------------
 top
--------------------------------------------*/

/*----------------------------------- mv */
#mv {
	position: relative;
	margin-bottom: 160px;
	opacity: 0;
	transition: all 1.5s;
	overflow: hidden;
}
#mv .cover1 {
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0052a4;
	opacity: 0;
	transform: scale(1, 0);
	transition: all .5s;
}
#mv .cover2 {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0052a4;
	opacity: 0;
	transform: scale(1, 0);
	transition: all .5s;
}
#mv .catch {
	position: absolute;
	top: 14%;
	width: 100%;
	font-size: 1.4vw;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px rgba(0,0,0,.35);
}
#mv.UpMove{
	opacity: 1;
}
#mv.UpMove .cover1 {
	opacity: 1;
	transform: scale(1, 1);
	animation: CoverOpen1 1s forwards;
}
#mv.UpMove .cover2 {
	opacity: 1;
	transform: scale(1, 1);
	animation: CoverOpen2 1s forwards;
}
@keyframes CoverOpen1 {
  from {
	transform-origin: right;
  	transform: scale(1, 1);
  }
  to {
  	transform: scale(0, 1);
  }
}
@keyframes CoverOpen2 {
  from {
  	transform-origin: left;
  	transform: scale(1, 1);
  }
  to {
  	transform: scale(0, 1);
  }
}
/* #mv {
	width: 100%;
	height: calc( 100vh - 80px );
	height: calc(var(--vh, 1vh) * 100 - 80px );
}*/
#mv .slide {
	width: 100%;
	height: calc( 100vh - 80px );
	height: calc(var(--vh, 1vh) * 100 - 80px );
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#top-policy,
#top-business {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
#top-policy .txt-blk {
	width: 50%;
	padding-left: 12.5%;
}
#top-policy figure {
	width: 47.5%;
}
#top-policy h3,
#top-business h3 {
	margin-bottom: 80px;
}
#top-policy h3 span,
#top-business h3 span {
	display: block;
}
#top-policy h3 .subttl,
#top-business h3 .subttl {
	display: inline-block;
	font-size: 6.5vw;
	line-height: 1.5;
	letter-spacing: .05em;
	background: -webkit-linear-gradient(0deg, #489cf0, #0052a4);
  	color: #0052a4;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
#top-policy h3 .mainttl,
#top-business h3 .mainttl {
	font-weight: 400;
	font-size: 2.4vw;
	line-height: 1.3;
	letter-spacing: .05em;
}
#top-policy .inner {
	margin-left: 6.6%;
}
#top-policy ol {
	counter-reset: num;
	margin-bottom: 50px;
}
#top-policy ol li {
	position: relative;
	padding-left: 1.8em;
	margin-bottom: 1.5em;
}
#top-policy ol li::before {
	counter-increment: num;
	content: counter(num, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	color: #0052a4;
}
#top-business {
	flex-direction: row-reverse;
	background: linear-gradient( 180deg, transparent 0%, transparent calc( 50% - 90px ),  #dbe7f6 calc( 50% - 90px ), #dbe7f6 100% );
	padding-bottom: 180px;
	margin-bottom: 0;	
}
#top-business .inner {
	margin-left: 5.3%;
}
#top-business .txt-blk {
	width: 47.5%;
	padding-right: 12.5%;
}
#top-business figure {
	width: 47.5%;
}
#top-business .btn {
	margin-top: 50px;
}
#top-recruit {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 700px;
	background-image: url(img/bg-recruit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-right: 10%;
	margin-bottom: 100px;
}
#top-recruit .txt-blk {
	/* width: 35%; */
	width: 38%;
	background-color: rgba(255,255,255,.3);
	border-radius: 20px;
	padding: 50px 2.5%;
}
#top-recruit h3,
#top-product h3 {
	margin-bottom: 40px;
}
#top-recruit h3 span,
#top-product h3 span {
	display: block;
	letter-spacing: .05em;
	line-height: 1.5;
}
#top-recruit h3 .mainttl,
#top-product h3 .mainttl {
	font-weight: 400;
	font-size: 4.8rem;
	letter-spacing: .05em;
}
#top-recruit h3 .subttl,
#top-product h3 .subttl {
	font-weight: 600;
	font-size: 2.0rem;
	color: #0052a4;
}
#top-recruit .btn,
#top-product .btn {
	margin-top: 40px;
}
#top-product {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto 100px;
}
#top-product > div {
	position: relative;
	width: 46.4%;
	margin-bottom: calc( 80px + 1.5em );
}
#top-product .content-blk {
	position: relative;
}
#top-product .content-blk a {
	position: relative;
	display: inline-block;
	color: #242424;
}
#top-product .content-blk a:hover {
	color: #0052a4;
}
#top-product figure {
	border-radius: 20px;
	overflow: hidden;
}
#top-product .content-blk a figure img {
	transform: scale(1);
	transition: all .3s ease;
}
#top-product .content-blk a:hover figure img {
	transform: scale(1.1);
}
#top-product dl {
	position: absolute;
	left: 0;
	/* top: calc( 100% - 46px ); */
	top: 87%;
	z-index: 1;
	max-width: 520px;
	width: 100%;
	background-color: #FFF;
	border-radius: 0 15px 0 0;
	padding: 1.2em 1.2em 0;
	letter-spacing: .05em;
}
#top-product dt {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.5;
	margin-bottom: .8em;
}
#top-news {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 120px;
}
#top-news h3 {
	text-align: center;
	margin-bottom: 40px;
}
#top-news h3 span {
	display: block;
	letter-spacing: .05em;
	line-height: 1.5;
}
#top-news h3 .mainttl {
	font-weight: 400;
	font-size: 4.8rem;
	letter-spacing: .05em;
}
#top-news h3 .subttl {
	font-weight: 600;
	font-size: 2.0rem;
	color: #0052a4;
}
#top-news li {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-bottom: 2px dotted #d4d4d4;
	padding: 1.3em 0;
}
#top-news li time {
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	color: #646464;
	width: 130px;
}
#top-news li p {
	width: calc( 100% - 130px );
	margin: 0;
}

/*------------------------------------------
 contents
--------------------------------------------*/
#page-title {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: column;
	width: 95%;
	min-height: 220px;
	background: linear-gradient(90deg, #0052a4, #489cf0);
	border-radius: 0 0 100px 0;
	padding-left: 10%;
}
#page-title h1 {
	position: relative;
	line-height: 1.5;
	color: #FFF;
	margin: 0;
}
#page-title h1::before {
	content: '';
	position: absolute;
	left: -50px;
	top: 0;
	display: block;
	width: 44px;
	height: 58px;
	background: url(img/bg-ptitle.svg) no-repeat center top;
	background-size: contain;
}
#page-title h1 span {
	display: block;
}
#page-title h1 .mainttl {
	font-weight: 600;
	font-size: 4.0rem;
	letter-spacing: .1em;
}
#page-title h1 .subttl {
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: .1em;
}
.breadcrumbs {
	width: 80%;
	margin: .5em auto 110px;
	font-size: 1.4rem;
}
.breadcrumbs ul li {
	position: relative;
	display: inline-block;
	margin-right: .5em;
}
.breadcrumbs ul li::after {
	content: '-';
	display: inline-block;
	margin-left: .5em;
}
.breadcrumbs ul li:last-child {
	margin-right: 0;
}
.breadcrumbs ul li:last-child::after {
	display: none;
}
.breadcrumbs a {
	color: #0052a4;
}
.main-wrap {
	max-width: 1400px;
	width: 80%;
	margin: 0 auto 120px;
}
.half-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.main-wrap.half-wrap {
	flex-direction: row-reverse;
}
.contents-wrap {
	width: 75.7%;
}
#product .contents-wrap,
.page .contents-wrap {
	width: 91.4%;
	margin: 0 auto;
}
.contents-wrap > section {
	margin-bottom: 80px;
}
.contents-wrap > section:last-of-type{
	margin-bottom: 0
}
figure.full {
	margin: 0 0 40px;
	text-align: center;
}
/*------------------------- sidenav */
.page-link {
	width: 18.6%;
}
.page-link ul li {
	border-bottom: 1px solid #d4d4d4;
}
.page-link ul li:first-child {
	border-top: 1px solid #d4d4d4;
}
.page-link a {
	position: relative;
	display: block;
	font-size: 1.5rem;
	letter-spacing: .025em;
	line-height: 1;
	padding: 1.2em 0;
	color: #646464;
}
.page-link a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 8px;
	height: 9px;
	background: url(img/arrow-down.svg) no-repeat center center;
	background-size: contain;
	transition: all .3s ease;
}
.page-link a:hover {
	color: #0052a4;
	font-weight: 700;
}
.page-link a:hover::after {
	background: url(img/arrow-down-blue.svg) no-repeat center center;
	background-size: contain;
}
.contents-wrap h2 {
	line-height: 1.5;
	margin-bottom: 50px;
}
.contents-wrap h2 span {
	display: block;
}
.contents-wrap h2 .mainttl {
	font-weight: 400;
	font-size: 3.6rem;
	letter-spacing: .05em;
}
.contents-wrap h2 .subttl {
	font-weight: 600;
	font-size: 1.8rem;
	color: #0052a4;
}
.contents-wrap h3 {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.5;
	padding-bottom: .2em;
	border-bottom: 1px solid #0052a4;
	margin-bottom: 30px;
}
.contents-wrap table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.contents-wrap th,
.contents-wrap td {
	padding: 1em;
	text-align: left;
	font-weight: 400;
}
.contents-wrap th {
	width: 20%;
	border-bottom: 1px solid #0052a4;
}
.contents-wrap td {
	width: 81%;
	border-bottom: 1px solid #d4d4d4;
}
.contents-wrap p a,
.contents-wrap table a {
	color: #0052a4;
	text-decoration: underline;
}
.contents-wrap p a:hover,
.contents-wrap table a:hover {
	text-decoration: none;
}
.contents-wrap ul li {
	position: relative;
	padding-left: 1em;
}
.contents-wrap ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .8em;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #0052a4;
}
/*------------------------------ about */
#about article section figure img {
	border-radius: 15px;
}
.sign {
	text-align: right;
	margin: 0 0 1em;
}
#philosophy p {
	font-size: 2.0rem;
}
#philosophy strong {
	color: #0052a4;
}
#privacy p {
	margin-bottom: 40px;
}
.photo-2col figure {
	width: 48.11%;
}
.gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 45.28%;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------ business */
#performance .half-wrap {
	flex-wrap: wrap;
}
#performance .half-wrap figure {
	width: 48.11%;
	margin-bottom: 20px;
}
#performance .half-wrap figure img,
#business2 figure img {
	border-radius: 15px;
}
#business2 .half-wrap {
	flex-direction: row-reverse;
	margin-bottom: 80px;
}
#business2 .half-wrap:nth-of-type(even) {
	flex-direction: row;
}
#business2 .half-wrap:last-of-type {
	margin-bottom: 0;
}
#business2 .txt-blk,
#business2 figure {
	width: 48.11%;
}
/*------------------------------ product */
/* #product2 .half-wrap {
	padding-top: 80px;
	margin-top: -80px;
} */
/* #product2 .half-wrap {
	scroll-margin-top: 80px;
} */
#product2 .half-wrap .txt-blk {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: column;
}
#product2 .txt-blk,
#product2 figure {
	width: 48.11%;
}
#product2 .half-wrap {
	flex-direction: row;
	margin-bottom: 80px;
}
#product2 .half-wrap:nth-of-type(even) {
	flex-direction: row-reverse;
}
#product2 .half-wrap:last-of-type {
	margin-bottom: 0;
}
.contents-wrap #product2 h3 {
	position: relative;
	font-size: 3.0rem;
	border-bottom: none;
	padding-bottom: 0;
	padding-left: .5em;
	margin-left: -.5em;
}
.contents-wrap #product2 h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: .4em;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #489cf0;
}
.contents-wrap #product2 h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: .4em;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #0052a4;
}
.contents-wrap #product2 .txt-blk {
	padding-left: 1.5rem;
}
#product2 figure img {
	border-radius: 15px;
}
#product3 .btn {
	margin: 80px auto 0;
}
.page .btn {
	margin: 0 auto;
}
/*------------------------------ recruit */
.recruit-wrap {
	margin-bottom: 80px;
}
.contents-wrap #interview li {
	padding: 0;
}
.contents-wrap #interview li::before {
	display: none;
}
.interview-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#recruit .interview-list li {
	width: 48.11%;
	margin-right: 3.78%;
	margin-bottom: 90px;
	padding: 0;
}
#recruit .interview-list li:nth-child(2n) {
	margin-right: 0;
}
.interview-list a {
	position: relative;
	display: block;
	color: #242424;
}
.interview-list a:hover {
	color: #0052a4;
}
.interview-list a dd {
	color: #0052a4;
}
.interview-list figure {
	border-radius: 15px;
	overflow: hidden;
}
.interview-list a img {
	text-align: center;
	border-radius: 15px;
	transition: all .3s ease;
}
.interview-list a:hover img {
	transform: scale(1.1);
}
.interview-list dl {
	position: absolute;
	left: 0;
	top: 87%;
	width: 90.2%;
	background-color: #FFF;
	border-radius: 0 15px 0 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	z-index: 1;
}
.interview-list dt {
	position: relative;
	font-size: 2.0rem;
	letter-spacing: .05em;
	padding: .75em 3% 0 2.5%;
}
.interview-list a dt::after {
	content: '';
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background: url(img/arrow2.svg) no-repeat center center;
	background-size: contain;
	transition: all .3s ease;
}
.interview-list a:hover dt::after {
	background: url(img/arrow2-w.svg) no-repeat center center;
	background-size: contain;
}
.interview-list dd {
	padding: .5em calc( 16px + 2.5% ) 0 2.5%;
}
/*------------------------------ interview */
.title-wrap,
.archive-wrap {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto 80px;
}
.title-wrap .half-wrap {
	flex-direction: row-reverse;
}
.title-wrap figure {
	width: 50%;
}
.title-wrap figure img {
	border-radius: 15px;
}
.title-wrap .txt-blk {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: column;
	width: 45.7%;
}
.title-wrap h2 {
	font-weight: 400;
	font-size: 4.0rem;
	line-height: 1.8;
	letter-spacing: .05em;
	border-bottom: 6px solid #489cf0;
	padding: 0 2% .3em;
	margin: 0;
}
.title-wrap h2 .subttl {
	display: block;
	font-weight: 600;
	font-size: 2.0rem;
	color: #0052a4;
}
.qa-wrap {
	width: 100%;
	padding: 80px 0;
	background-color: #dbe7f6;
	margin-bottom: 80px;
}
.qa-wrap .inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.qa-wrap h3 {
	/* display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: start;
	align-items: center; */
	position: relative;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: .05em;
	margin: 2em 0 1em;
	padding-left: 80px;
}
.qa-wrap h3:first-of-type {
	margin-top: 0;
}
.qa-wrap h3::before {
	content: 'Q';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #489cf0;
	border-radius: 50%;
	font-weight: 500;
	font-size: 3.6rem;
	color: #FFF;
	margin-right: 20px;
	padding-bottom: .1em;
	box-sizing: border-box;
}
.qa-wrap p {
	padding-left: 80px;
	margin: 0;
}
.archive-wrap {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto 80px;
}
.archive-wrap h3 {
	font-weight: 400;
	font-size: 3.0rem;
	letter-spacing: .05em;
	line-height: 1.5;
}
.archive-wrap h3 .subttl {
	font-weight: 600;
	font-size: 1.5rem;
	color: #0052a4;
	margin-left: 2em;
}
.archive-wrap .interview-list li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 90px;
}
.archive-wrap .interview-list li:nth-child(3n) {
	margin-right: 0
}
/*------------------------------------------
 contact
--------------------------------------------*/
input,
textarea {
	border: 1px solid #c2c2c2;
	padding: .5em;
	line-height: 1.6;
	border-radius: 5px;
}
.w100 {
	width: 100%;
}
.privacy-box {
	background-color:#dbe7f6;
	padding: 1.5em;
	text-align: center;
	width: 100%;
	margin: 60px auto;
	border-radius: 10px;
}
form .btns {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 50px;
}
form .btns input[type="submit"] {
	width: 250px;
	height: 65px;
	background-color:#0052a4;
	border: 1px solid #0052a4;
	color: #FFF;
	margin: 0 1em;
	transition: all .3s ease;
}
form .btns input[type="submit"]:hover {
	cursor: pointer;
	opacity: .8;
}
form .btns .back {
	width: 150px;
	height: 65px;
}
form .btns .back:hover {
	cursor: pointer;
}
.need {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: normal;
	background-color: #0052a4;
	color: #FFF;
	border-radius: 5px;
	padding: .3em .5em;
	margin-left: .5em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
}
.mwform-zip-field {
	display: inline-block;
	margin-bottom: 1em;
}
/*------------------------------------------
 responsive
--------------------------------------------*/
@media screen and (max-width: 1600px) {
	#top-recruit {
		height: 560px;
		padding-right: 5%;
	}
	#top-policy .txt-blk {
		padding-left: 7.5%;
	}
	#top-business .txt-blk {
		padding-right: 7.5%;
	}
	.main-wrap {
		width: 85%;
	}
}
@media screen and (max-width: 1500px) {
	#mv .slide {
		height: 44vw;
	}
	#top-recruit {
		padding-right: 3%;
	}
	#top-product,
	#f-wrap {
		width: 90%;
	}
	.main-wrap {
		width: 90%;
	}
	.title-wrap, 
	.archive-wrap {
		width: 90%;
	}
}
@media screen and (max-width: 1400px) {
	header .logo {
		max-width: 580px;
		padding-left: 2%;
	}
	header .logo a {
		font-size: 2.4rem;
		letter-spacing: .05em;
	}
	.gnav {
		width: calc( 100% - 2% - 580px );
	}
	#mv {
		margin-bottom: 140px;
	}
	#top-policy .txt-blk {
		padding-left: 3%;
	}
	#top-business .txt-blk {
		padding-right: 3%;
	}
	#page-title {
		padding-left: 5%;
	}
	.breadcrumbs {
		width: 90%;
	}
	.qa-wrap .inner {
		width: 90%;
	}
}	
@media screen and (max-width: 1300px) {
	header .logo {
		max-width: 540px;
		padding-left: 1.5%;
	}
	header .logo img.grplogo {
		/* max-width: 170px; */
		max-width: 140px;
	}
	header .logo img.comlogo {
		/* max-width: 36px; */
		/* max-width: 56px; */
	}
	header .logo a {
		font-size: 2.2rem;
	}
	.gnav {
		width: calc( 100% - 1.5% - 540px );
	}
	.gnav ul.main-menu li.contact {
		max-width: 140px;
	}
	#bnrs ul {
		width: 94%;
	}
	/* #f-wrap .txt-blk {
		width: 35%;
	}
	#f-wrap .fnav {
		width: 63%;
	} */
	#top-product dl {
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	.sp-nav {
		/*display: block;*/
		display: flex;
		justify-content: flex-end;
	}
	.gnav {
		display: none;
	}
	a[href^='tel:'] {
		pointer-events:initial;
	}
	header .logo {
		/* max-width: 500px; */
		max-width: unset;
		/* width: calc( 100% - 3% - 50px ); */
		width: calc( 100% - 3% - 150px );
		padding-left: 1.5%;
	}
	/* header .logo a {
		font-size: 2.2rem;
	} */
	header .logo img.grplogo {
		/* max-width: 160px; */
		max-width: 130px;
	}
	header .logo img.comlogo {
		/* max-width: 34px; */
		/* max-width: 52px; */
	}
	.sp-nav .sns-btn {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-right: 49px;
	}
	.sp-nav .sns-btn li {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 42px;
	}
	.sp-nav .sns-btn li a {
		display: block;
		width: 34px;
		height: 34px;
	}
	/*------------------------------ drawer */
	.drawer--right .drawer-hamburger {
		/* right: 1.5%; */
		right: 0;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		/* right: 1.5%; */
		right: 0;
	}
	.drawer-hamburger {
		width: 34px;
		height: 80px;
		padding: 0 .75rem;
	}
	.drawer-hamburger-icon, 
	.drawer-hamburger-icon:after, 
	.drawer-hamburger-icon:before {
		background-color: #0052a4;
	}
	.drawer-open .drawer-hamburger-icon:after, 
	.drawer-open .drawer-hamburger-icon:before {
		background-color: #FFF;
	}
	.drawer-hamburger-icon {
		margin-top: 0;
	}
	.drawer-nav {
		width: 100%;
		height: 100vh;
		padding: 80px 5%;
		background-color: #0052a4;
	}
	.drawer--right .drawer-nav {
		right: -100%;
	}
	.drawer-menu a {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-weight: 700;
		color: #FFF;
	}
	.drawer-menu li {
		padding: 1em 0;
		border-bottom: 1px solid #FFF;
	}
	#f-contact {
		background-image: url(img/bg-contact-sp.jpg);
	}
	#f-wrap h3 {
		font-size: 2.6rem;
	}
	#mv {
		margin-bottom: 120px;
	}
	#mv .slide {
		height: calc( 100vh - 80px );
		height: calc(var(--vh, 1vh) * 100 - 80px );
	}
	#mv .catch {
		top: 7%;
		font-size: 2.0vw;
	}
	#top-recruit h3 .mainttl, 
	#top-product h3 .mainttl,
	#top-news h3 .mainttl {
		font-size: 4.0rem;
	}
	#top-news {
		width: 94%;
	}
	#bnrs ul li {
		width: 32%;
		margin-right: 2%;
	}
	.breadcrumbs {
		width: 94%;
	}
	.main-wrap {
		width: 94%;
	}
	.title-wrap, 
	.archive-wrap,
	.qa-wrap .inner {
		width: 94%;
	}
	.archive-wrap .interview-list li {
		width: 48.11%;
		margin-right: 3.78%;
	}
	.archive-wrap .interview-list li:nth-child(3n) {
		margin-right: 3.78%;
	}
	.archive-wrap .interview-list li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 1100px) {
	header,	#mv, .fadeinUp, .fadeinL, .fadeinR {
		opacity: 1;
	}
	.fadeUp, .fadeLeft, .fadeRight {
		animation: unset;
		opacity: 1;
	}
	.cover1, .cover2 {
		display: none;
	}
	#bnrs ul li a {
		padding: 10px;
	}
	/* #f-wrap .txt-blk {
		width: 40%;
	}
	#f-wrap .fnav {
		width: 58%;
	} */
	#f-wrap .fnav li {
		margin-bottom: 1.5em;
	}
	#top-policy, #top-business{
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	#top-business {
		padding-bottom: 140px;
		margin-bottom: 0
	}
	#top-policy .txt-blk,
	#top-policy figure,
	#top-business .txt-blk,
	#top-business figure  {
		width: 100%;
	}
	#top-policy .txt-blk {
		margin-bottom: 40px;
		padding: 0 3%;
	}
	#top-policy figure,
	#top-business figure {
		text-align: center;
	}
	#top-business .txt-blk {
		margin-bottom: 40px;
		padding: 0 3%;
	}
	#top-policy h3, #top-business h3 {
		margin-bottom: 60px;
	}
	#top-recruit {
		background-image: url(img/bg-recruit-sp.jpg);
		margin-bottom: 80px;
	}
	#top-recruit .txt-blk {
		width: 44%;
	}
	#top-recruit h3, #top-product h3 {
		margin-bottom: 30px;
	}
	#top-recruit .btn, #top-product .btn {
		margin-top: 30px;
	}
	#top-product > div {
		margin-bottom: calc( 60px + 1.5em );
	}
	#top-news {
		margin-bottom: 100px;
	}
	#page-title {
		padding-left: 0;
	}
	#page-title h1 {
		margin-left: 60px;
	}
	#page-title h1 .mainttl {
		font-size: 3.6rem;
	}
	#page-title h1 .subttl {
		font-size: 1.6rem;
	}
	#page-title h1::before {
		left: -46px;
		width: 40px;
		height: 53px;
	}
	.breadcrumbs {
		margin-bottom: 80px;
	}
	.contents-wrap h2 {
		margin-bottom: 40px;
	}
	.contents-wrap h2 .mainttl {
		font-size: 3.0rem;
	}
	.contents-wrap h2 .subttl {
		font-size: 1.6rem;
	}
	.contents-wrap h3 {
		font-size: 2.2rem;
	}
	.contents-wrap > section {
		margin-bottom: 60px;
	}
	.contents-wrap th {
		width: 25%;
	}
	.contents-wrap td {
		width: 75%;
	}
	.main-wrap {
		margin-bottom: 80px;
	}
	.main-wrap.half-wrap {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.page-link,
	.contents-wrap {
		width: 100%;
	}
	#product .contents-wrap,
	.page .contents-wrap {
		width: 100%;
	}
	.page-link {
		margin-bottom: 60px;
	}
	.page-link ul {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.page-link ul li {
		width: 32%;
		display: inline-block;
		margin-right: 2%;
		border-top: 1px solid #d4d4d4;
		margin-bottom: 1em;
	}
	.page-link ul li:nth-child(3n) {
		margin-right: 0;
	}
	.page-link a {
		padding-right: 2em;
	}
	#performance .half-wrap,
	#business2 .half-wrap,
	#product2 .half-wrap {
		margin-bottom: 60px;
	}
	.contents-wrap #product2 h3 {
		font-size: 2.8rem;
	}
	.contents-wrap #product2 h3::before {
		top: .4em;
	}
	.contents-wrap #product2 h3::after {
		bottom: .4em;
	}
	.title-wrap h2 {
		font-size: 3.2rem;
	}
	.title-wrap h2 .subttl {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 1000px) {
	#f-wrap {
		flex-direction: column-reverse;
	}
	#f-wrap .txt-blk {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}
	#f-wrap .fnav {
		width: 100%;
		margin-bottom: 50px;
	}
	#f-wrap .fnav ul {
		-webkit-box-pack: center;
    	justify-content: center;
	}
	#f-wrap .fnav li {
		margin: 0 1em;
	}
	#f-wrap .fnav li:first-child {
		margin-left: 1em;
	}
	#top-recruit .txt-blk {
		position: absolute;
		left: 5%;
		bottom: 40px;
		width: 90%;
		padding: 30px 2.5%;
		background-color: rgba(255,255,255,.5);
	}
	
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 844px) {
	.pc-mode {
		display: none;
	}
	.sp-mode {
		display: block;
	}
	#bnrs ul li {
		width: 48%;
		margin-right: 4%;
	}
	#bnrs ul li:nth-child(3n) {
		margin-right: 4%;
	}
	#bnrs ul li:nth-child(2n) {
		margin-right: 0;
	}
	#f-wrap .fnav ul {
	    -webkit-box-pack: start;
    	justify-content: flex-start;
		flex-wrap: wrap;
	}
	#f-wrap .fnav li {
		margin: 0 1.5em 1em 0;
	}
	#f-wrap .fnav li:first-child {
		margin-left: 0;
	}
	#mv {
		margin-bottom: 100px;
	}
	#mv .slide {
		height: 133.3vw;
	}
	#top-policy h3 .subttl, #top-business h3 .subttl {
		font-size: 6.0rem;
	}
	#top-policy h3 .mainttl, #top-business h3 .mainttl {
		font-size: 2.8rem;
	}
	#top-recruit h3 .mainttl, #top-product h3 .mainttl, #top-news h3 .mainttl {
		font-size: 3.4rem;
	}
	#top-recruit h3 .subttl, #top-product h3 .subttl, #top-news h3 .subttl {
		font-size: 1.8rem;
	}
	#top-business {
		padding-bottom: 100px;
	}
	.contents-wrap th {
		width: 28%;
	}
	.contents-wrap td {
		width: 72%;
	}
}
@media screen and (max-width: 700px) {
	header .logo {
		/* max-width: unset; */
		width: calc( 100% - 3% - 34px - 1.5rem );
	}
	header .logo img.grplogo {
		max-width: unset;
		/* width: 30%; */
		width: 20%;
	}
	header .logo a {
		font-size: 2.0rem;
		letter-spacing: .05em;
	}
	#top-product > div {
		width: 100%;
	}
	#top-product > div.content-blk {
		margin-bottom: calc( 60px + 2em );
	}
	#top-product dt {
		margin-bottom: .5em;
	}
	#top-product dd {
		line-height: 1.6;
	}
	#top-news li {
		flex-wrap: wrap;
	}
	#top-news li time,
	#top-news li p {
		width: 100%;
	}
	#page-title {
		min-height: unset;
		height: 180px;
		border-radius: 0 0 50px 0;
	}
	.contents-wrap th,
	.contents-wrap td {
		display: block;
		width: 100%;
	}
	.contents-wrap th {
		border-bottom: unset;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-weight: 700;
		padding: 1em .5em 0;
	}
	.contents-wrap td {
		padding: 0 .5em 1em;
	}
	.page-link ul li { 
		width: 49%;
	}
	.page-link ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.page-link ul li:nth-child(2n) {
		margin-right: 0;
	}
	#performance .half-wrap,
	#business2 .half-wrap,
	#product2 .half-wrap,
	.half-wrap.photo-2col {
		flex-wrap: wrap;
	}
	#performance .half-wrap figure,
	#business2 .txt-blk,
	#business2 figure,
	#product2 .txt-blk,
	#product2 figure,
	.photo-2col figure {
		width: 100%;
	}
	#performance .half-wrap figure,
	#business2 figure,
	#product2 figure,
	.photo-2col figure {
		text-align: center;
	}
	#performance .half-wrap figure:first-of-type,
	.photo-2col figure:first-of-type {
		margin-bottom: 40px;
	}
	#product2 .half-wrap .txt-blk {
		display: block;
		padding-left: 0;
	}
	.contents-wrap #product2 h3 {
		margin-left: 0;
	}
	#recruit .interview-list li {
		margin-bottom: 120px;
	}
	.interview-list dt {
		font-size: 1.8rem;
	}
	.interview-list dd {
		font-size: 1.5rem;
	}
	.title-wrap .half-wrap {
		flex-wrap: wrap;
	}
	.title-wrap .txt-blk {
		width: 100%;
		margin-bottom: 40px;
	}
	.title-wrap figure {
		width: 100%;
		text-align: center;
	}
	.qa-wrap h3 {
		font-size: 2.2rem;
		padding-left: 68px;
	}
	.qa-wrap h3::before {
		width: 48px;
		height: 48px;
		font-size: 3.0rem;
	}
	.qa-wrap p {
		padding-left: 68px;
	}
	form .btns {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	form .btns .back {
		width: 100%;
		margin-top: 20px;
	}
	form .btns input[type="submit"] {
		width: 100%;
		margin: 0;
	}
	.mwform-radio-field.horizontal-item {
		display: block;
		line-height: 2.5;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	#mv .catch {
		font-size: 2.5vw;
	}
	#recruit .interview-list li {
		width: 100%;
		margin: 0 0 80px 0;
	}
	.archive-wrap .interview-list li {
		width: 100%;
		margin: 0 0 80px 0;
	}
	.archive-wrap .interview-list li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.btn,
	#f-contact .contact-btn {
		max-width: unset;
	}
	main {
		padding-top: 60px;
	}
	header {
		height: 60px;
	}
	header .logo a {
		/* font-size: 2.0rem; */
		font-size: 1.8rem;
		letter-spacing: normal;
	}
	header .logo img.grplogo {
		width: 20%;
	}
	header .logo img.comlogo {
		/* max-width: 30px; */
		/* max-width: 10%; */
		width: 2em;
	}
	.sp-nav .sns-btn li {
		width: 38px;
	}
	.sp-nav .sns-btn li a {
		width: 30px;
		height: 30px;
	}
	.drawer-hamburger {
		height: 60px;
	}
	#f-wrap h3 {
		font-size: 2.6rem;
	}
	/* #f-wrap h3 a::before {
		width: 36px;
		height: 36px;
	} */
	#f-wrap h3 a img {
		/* max-width: 36px; */
		/* max-width: 49px; */
	}
	#bnrs ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#bnrs ul li:nth-child(3n) {
		margin-right: 0;
	}
	#mv {
		margin-bottom: 80px;
	}
	#top-policy .inner,
	#top-business .inner {
		margin-left: 0;
	}
	#top-recruit {
		background-position: 15% top;
	}
	#page-title {
		width: 100%;
		height: 160px;
		border-radius: 0;
	}
	#page-title h1 {
		margin-left: 50px;
	}
	#page-title h1 .mainttl {
		font-size: 3.2rem;
	}
	#page-title h1::before {
		width: 36px;
		height: 48px;
	}
	.contents-wrap h2 .mainttl {
		font-size: 2.8rem;
	}
	.page-link ul li {
		width: 100%;
		margin: 0 0 0;
		border-top: unset;
	}
	.page-link ul li:first-child {
		border-top: 1px solid #d4d4d4;
	}
	.page-link ul li:nth-child(3n) {
		margin-right: 0;
	}
	.gmap {
		padding-top: 100%;
	}
	#philosophy p {
		font-size: 1.8rem;
	}
	/* #product2 .half-wrap {
		padding-top: 60px;
		margin-top: -60px;
	} */
	.interview-list dl {
		width: 94%;
	}
	.title-wrap h2 {
		font-size: 3.0rem;
	}
	.title-wrap h2 .subttl {
		font-size: 1.5rem;
	}
	.archive-wrap h3 .subttl {
		display: block;
		margin-left: 0;
	}
	.qa-wrap h3 {
		font-size: 2.0rem;
		padding-left: 50px;
	}
	.qa-wrap h3::before {
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		font-size: 2.4rem;
	}
	.qa-wrap p {
		padding-left: 50px;
	}
}
@media screen and (max-width: 430px) {
	/* header .logo a {
		font-size: 1.8rem;
		letter-spacing: normal;
	} */
	/* header .logo img.grplogo {
		width: 23%;
	}
	header .logo img.comlogo {
		width: 2.4em;
	} */
	header .logo a {
		font-size: 1.6rem;
	}
	.drawer-hamburger {
		width: 30px;
	}
	.sp-nav .sns-btn {
		margin-right: 45px;
	}
	.sp-nav .sns-btn li {
		width: 34px;
	}
	.sp-nav .sns-btn li a {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	#f-wrap h3 a img {
		width: 3em;
	}
}
@media screen and (max-width: 400px) {
	#top-policy h3 .subttl, #top-business h3 .subttl {
		font-size: 5.0rem;
	}
	#top-policy h3 .mainttl, #top-business h3 .mainttl {
		font-size: 2.4rem;
	}
	
	#f-wrap h3 a {
		-webkit-box-pack: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	#f-wrap h3 a img {
		width: 4em;
		margin-bottom: .5em;
	}
}
@media screen and (max-width: 350px) {
	header .logo {
		padding-left: 0;
	}
	header .logo a {
		font-size: 1.5rem;
	}
	/* header .logo img.comlogo {
		max-width: 20px;
	} */
	/* .sp-nav .sns-btn li a {
		width: 30px;
		height: 30px;
	} */
	#f-wrap h3 {
		font-size: 2.4rem;
	}
	#f-wrap h3 a img {
		/* max-width: 32px; */
		/* max-width: 44px; */
		margin-right: 5px;
	}
}
@media screen and (max-width: 320px) {
	header .logo a {
		font-size: 1.4rem;
	}
}