@charset "UTF-8";
/*
Theme Name: beaks
Theme URI: https://beaks.co.jp
Description: Beaks Original Theme
Version: 1.0
Author: senbikai
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,h2 {
	font-family: "UD Shin Go Medium";
	color: #2c4198;
}
ul li{
	list-style: none;
}
p {
	font-size:16px;
	line-height:1.8em;
}
a {
	font-size:16px;
	line-height:1.8em;
	color:#c64452;
	text-decoration:none;
	transition: opacity 0.5s;
}
a:hover{
	opacity: 0.5;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
table th,table td{
	font-size: 16px;
}
img {
  	width: 100%;
  	height: auto;
}
body {
    margin: 0;
    background-color: #f1f1f1;
	font-family: "UD Shin Go Regular";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #464646;
}
/* -------------------------------------------------------------------------- */
/* header */
/* -------------------------------------------------------------------------- */
header{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(255, 255, 255, 0.8);
	z-index: 2;
}
header h1{
	padding-top: 10px;
	padding-left: 30px;
	width: 291px;
}
.hamburger-overlay {
	display: none;
}
.nav-overlay__list {
	display: flex;
	position: fixed;
	top: 25px;
	right: 180px;
}
.nav-overlay__link {
	color: #464646;
	font-size: 16px;
	margin-right: 40px;
}
.recruit_link{
	position: fixed;
	top: 0;
	right: 0;
	width: 180px;
	height: 80px;
	background-color: #2c4198;
	text-align: center;
	padding-top: 25px;
}
.recruit_link a{
	color: #fff;
}
.sp_menu{
	display: none;
}
/* -------------------------------------------------------------------------- */
/* index */
/* -------------------------------------------------------------------------- */
.video_wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video_wrap #video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.video_wrap #video.sp_mov {
  max-height: 100%;
}
.text-box {
  	position: absolute;
  	top: 65%;
	right: 10%;
}
.copy{
	width: 545px;
	margin-bottom: 10px;
}
h2.top_copy {
  	font-size: 30px;
	line-height:1.7em;
	letter-spacing: 0.075em;
  	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.top_sec01_wrap{
	overflow-y: hidden;
	background-image:url(images/hashira.png); /*背景画像を指定*/
	background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
	background-size:880px; /*背景画像のサイズ指定*/
	background-position:102% center; /*背景画像のサイズ指定*/
}
.top_sec01{
	margin: 80px auto 100px;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.top_sec01 img{
	width: 530px;
	margin-left: 40px;
}
.text_area{
	text-align: left;
}
h1.top-title{
	font-size: 38px;
	letter-spacing: 0.2em;
}
span.sub-title{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 7px;
	margin-bottom: 1.8em;
	color: rgba(44, 65, 152, 0.5);
}
span.number{
	font-family: "Roboto", sans-serif;
	font-size: 38px;
	color: #2c4198;
	margin-right: 15px;
	vertical-align: bottom;
}
span.number_2{
	margin-left: 1.5em;
}
span.number_3{
	margin-left: 3em;
}
span.number_4{
	margin-left: 4.5em;
}
h3.headline{
	font-size: 24px;
	line-height: 2.3em;
}
.button_link {
  	position: relative;
	margin-top: 35px;
  	display: inline-block;
  	padding: 0.5em 5em;
	min-width: 240px;
  	color: #2c4198;
  	transition: 0.3s;
	z-index: 1;
}
.button_link::after {
   	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	margin: auto;
	content: "";
	width: 30px;
	height: 4px;
	border-bottom: 1px solid #2c4198;
	border-right: 1px solid #2c4198;
	transform: skew(45deg);
}
.button_link:hover {
  	color: #fff;
}
.button_link:hover::after {
	border-bottom: 1px solid #fff;
  	border-right: 1px solid #fff;
}
.button_link::before {
  	position: absolute;
  	top: -1px;
  	left: 0;
  	z-index: -1;
  	width: 100%;
  	height: 100%;
  	content: '';
  	border: 1px solid  #2c4198;
	background: #fff;
  	transition: 0.3s;
  	transform: skewX(-20deg);
}
.button_link:hover::before {
  	background-color: #2c4198;
}
.top_sec02_wrap{
	background-image:url(images/haikei2.jpg); /*背景画像を指定*/
	background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
	background-size:cover; /*背景画像のサイズ指定*/
	background-position:top center; /*背景画像のサイズ指定*/
	min-height: 560px;
	position: relative;
}
.top_sec02{
	position: absolute;
	top: 50%;
	left: 10%;
}
h2.title2{
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
}
.top_sec02 p{
	color: #fff;
}
.top_sec03_wrap{
	background-image:url(images/anime.gif); /*背景画像を指定*/
	background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
	background-size:cover; /*背景画像のサイズ指定*/
	background-position:center; /*背景画像のサイズ指定*/
	min-height: 496px;
}
.top_sec03{
	text-align: center;
	padding-top: 64px;
}
.interview-title{
	width: 283px;
	margin-inline: auto;
	display: block;
}
.top_sec04_wrap{
	background:#fff;
	max-width: 1200px;
	padding: 50px;
	margin: 80px auto;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 12%);
}
.top_sec04{
	display: flex;
	justify-content: space-between;
}
.top_sec04_title{
	margin-right: 50px;
	min-width: 175px;
}
h1.main-title{
	font-size: 32px;
	letter-spacing: 0.2em;
}
ul.top-news{
	width: 100%;
}
ul.top-news p{
	margin-bottom: 30px;
}
ul.top-news li{
	margin-bottom: 32px;
	border-bottom: 1px solid #cccccc;
}
ul.top-news li:last-child{
	border-bottom: none;
}
p.post_date{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	color: #b9b9b9;
}
h1.post_title{
	font-size: 22px;
	font-family: "UD Shin Go Regular";
	margin-bottom: 12px;
}
/* -------------------------------------------------------------------------- */
/* サブページ共通 */
/* -------------------------------------------------------------------------- */
.center{
	display: block;
	margin-top: 20px;
	text-align: center;
}
.sub_top-text {
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.sub_top-text2 {
  	position: absolute;
  	top: 30%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;
}
#sub_container{
	width: 100%;
	overflow: hidden;
}
h1.sub_main-title-white{
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
h1.sub_main-title{
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-bottom: .6em;
}
span.sub_sub-title{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.6);
}
p.sub_copy{
	font-size: 18px;
	line-height: 2em;
}
.sub-contents{
	max-width: 1200px;
	margin: 0 auto 80px;
	text-align: center
}
.jump{
	margin: 40px auto 50px;
}
.jump a{
	color: #2c4198;
	font-size: 15px;
	margin: 0 40px;
}
.table_wrap{
	width: 100%;
	padding: 50px;
	border: 2px solid #2c4198;
}
h2.table-title{
	font-size: 32px;
	letter-spacing: 0.2em;
}
.sub_container2{
	margin: 130px auto 80px;
	text-align: center;
	max-width: 1200px;
}
.white_wrap{
	background:#fff;
	width: 100%;
	padding: 50px;
	margin: 40px auto 50px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 12%);
}
h3.sub_midashi{
	font-size: 22px;
	margin-bottom: 0.6em;
}
/* -------------------------------------------------------------------------- */
/* about */
/* -------------------------------------------------------------------------- */
.about-top{
	height: 500px;
	background:url(images/about-top.jpg) no-repeat center / cover;
	position: relative;
}
.about_text-top{
	position: relative;
	margin-bottom: 80px;
}
.background-text {
  	position: relative;
  	display: flex;
  	justify-content: center;
  	align-items: center;
	font-size: 38px;
	letter-spacing: 0.2em;
  	margin: 80px 0 3%;
}
.background-text::after {
  	content: 'FOUR STRENGTHS';
	font-family: "Roboto", sans-serif;
	letter-spacing: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	font-size: 9.3vw;
  	color: rgba(44, 65, 152, 0.12);
  	z-index: -1;
  	white-space: nowrap; /* テキストの折り返し防止 */
}
.aboutbox1{
	display: flex;
	align-items: center;
	margin-bottom: 5em;
}
.aboutbox1 img{
	margin-left: calc(50% - 50vw);
	width: 49%;
	padding-right: 3em;
}
.about_text{
	position: relative;
	text-align: justify;
}
.diamond-box{
	width: 260px;
	height: 260px;
	background-color: #fff;
	overflow: hidden;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: -143px;
  	right: -46px;
	z-index: -1;
}
.diamond-box .inner-box{
	width: 260px;
	height: 260px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.about_number{
	display: inline-block;
  	font-size: 150px;
	font-family: "Roboto", sans-serif;
  	color: rgba(44, 65, 152, 0.12);
}
.aboutbox2{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 5em;
}
.aboutbox2 img{
	margin-right: calc(50% - 50vw);
	width: 49%;
	padding-left: 3em;
}
.works-table {
    border: 2px solid #2c4198;
	width: 100%;
}
.works-table th{
   	background-color: #2c4198;
	padding: 10px;
    color: #fff;
	font-size: 24px;
	letter-spacing: 0.075em;
}
.works-table td {
    width: 50%;
	padding: .8em 1.5em;
	border-bottom: 1px solid #2c4198;
	border-right: 1px solid #2c4198;
	text-align: left;
}
.right{
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	margin-top: 5px;
}
/* -------------------------------------------------------------------------- */
/* company */
/* -------------------------------------------------------------------------- */
.company-top{
	height: 500px;
	background:url(images/company-top.jpg) no-repeat center / cover;
	position: relative;
}
.company-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}
.company-info div{
	width: 48.5%;
}
.map {
    position: relative;
    width: 100%;
    padding-top: 32.3%;
    height: 0;
}
.map iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
}
.message_wrap{
	background:#fff;
	width: 100%;
	padding: 50px;
	margin: 80px auto;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 12%);
	text-align: left;
}
.message{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}
img.president{
	width: 316px;
}
.message p{
	line-height: 2.4em;
	margin-right: 2.4em;
	text-align: justify;
}
.message-name{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2em;
}
img.nameimg{
	width: 200px;
	margin-left: 2.2em;
	margin-right: 1em;
}
.companytable {
	line-height: 1.5em;
}
.companytable tr {
	border-bottom: 1px solid #cccccc;
}
.companytable tr:last-child{
	border-bottom: none;
}
.companytable th {
	min-width: 200px;
	padding: 20px 15px;
	vertical-align: top;
}
.companytable td {
	padding: 20px 15px;
	vertical-align: top;
	text-align: left;
}
.company_tel a[href^="tel:"]{
	color: #464646;
	pointer-events: none;
}
.company_fax{
	color: #464646;
	pointer-events: none;
}
ol.license {
	list-style: disc;
	display: flex;
	flex-wrap: wrap;
	margin-left: 1em;
}
ol.license li {
  	margin-right: 3em;
  	white-space: nowrap;
}
 ol.license li::marker{
    color: #2c4198;
	 font-size: 1.5em;
}
.setsubi {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 80px;
	margin-bottom: 70px;
}
.setsubi_img{
	width: 48%;
}
.setsubi_info{
	width: 48%;
	text-align: left;
}
.setsubi_info h3{
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-top: -10px;
	margin-bottom: .6em;
	color: #2c4198;
}
.setsubi_info p{
}
.setsubitable {
	width: 100%;
	margin-top: 1em;
}
.setsubitable tr{
	border-bottom: 1px solid #cccccc;
}
.setsubitable th {
	padding: 15px 0px;
	text-align: left;
	width: 75%;
}
.setsubitable td {
	padding: 15px 0px 15px 15px;
	text-align: right;
}
.setsubi_mini{
	font-size: 13px;
	color: #969696;
}
/* -------------------------------------------------------------------------- */
/* recruit */
/* -------------------------------------------------------------------------- */
.recruit-top{
	height: 900px;
	background:url(images/recruit-top.jpg) no-repeat center / cover;
	position: relative;
}
.recruit_top-text {
	font-size: 38px;
	letter-spacing: 0.2em;
	margin-bottom: 0.6em;
}
.recruittable {
	margin-top: 1em;
	width: 100%;
	color: #2c4198;
	font-size: 18px;
}
.recruittable tr {
	border-bottom: 1px solid #2c4198;
}
.recruittable tr:last-child{
	border-bottom: none;
}
.recruittable th {
	min-width: 200px;
	padding: 20px 15px;
	vertical-align: top;
}
.recruittable td {
	padding: 20px 15px;
	vertical-align: top;
	text-align: left;
}
.flexbox{
	margin: 80px auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flexbox img{
	width: 520px;
	margin-left: 40px;
}
.imgbox {
  	display: flex;
  	justify-content: space-around; /* 均等配置 */
	gap:50px;
	margin-bottom: 80px;
}
.item {
}
.caption {
	font-size: 15px;
}
.interview_wrap{
	background: #2c4198;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding-top: 30px;
	padding-bottom: 90px;
}
.interview{
	margin: 80px auto 0;
	max-width: 1200px;
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
}
.staff{
	position: relative;
}
.staff img{
	max-width: 280px;
	border-radius: 20px;
	border: 2px solid #ff7d00;
}
.circle{
   width:100px;
   height:100px;
   border-radius:50%;
   background:#ff7d00;
	position: absolute;
	top: -35px;
	left: -38px;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
}
.circle p{
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
}
.staff_name{
	color: #ff7d00;
	font-family: "Roboto", sans-serif;
}
.interview_text{
	margin-left: 70px;
	width: 100%;
	text-align: left;
}
h3.voice{
	color: #fff;
	font-size: 28px;
	line-height: 1.7em;
	margin-top: -8px;
	margin-bottom: 15px;
}
table.qa{
	width: 100%;
	background-color: #fff;
}
table.qa tr{
	border-bottom: 1px solid #2c4198;
}
table.qa th{
	width: 200px;
	text-align: center;
	color: #2c4198;
	padding: 15px 20px;
}
table.qa td{
	padding: 15px 20px;
}
h2.recruit_copy{
	margin-top: 90px;
	font-size: 32px;
	letter-spacing: 0.2em;
}
/* -------------------------------------------------------------------------- */
/* contact */
/* -------------------------------------------------------------------------- */
table#contactTable {
	border-top: 1px solid #ccc;
	width: 100%;
	margin-top: 40px;
}
table#contactTable tr {
	border-bottom: 1px solid #ccc;
}
table#contactTable tr:last-child {
	border-bottom: none;
}
table#contactTable th {
	padding: 15px 20px;
	width: 35%;
	vertical-align: top;
}
table#contactTable td {
	padding: 15px 20px;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
}
table#contactTable td input[type="text"].p-postal-code, .p-postal-code2 {
  	width: 80px;
}
table#contactTable td input[type="text"],
table#contactTable td input[type="tel"],
table#contactTable td input[type="email"],
table#contactTable textarea,
table#contactTable select{
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
#submitbottan input[type=submit]{
	margin-top: 2em;
	text-align:center;
	width:270px;
	font-size: 20px;
	padding:0.5em 0;
	background:#2c4198;
	color: #fff;
	border-radius: 3px;
}
#submitbottan input[type=submit]:hover {
	opacity: 0.5;
}
.wpcf7-form-control.wpcf7-acceptance{
  	display: block;
	box-sizing: border-box;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-text{
	font-size:18px;
	box-sizing: border-box;
	width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	font-size:18px;
	box-sizing: border-box;
	width: 100%;
}
input[type="text"]::placeholder {
	color: #cccccc;
}
input[type="tel"]::placeholder {
	color: #cccccc;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #cccccc;
}
.sent #contactTable {
	display:none;
}
.Asterisk,
.AsteriskWithText {
	color: #E70500;
}
.recap{
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 20px;
}
.recap a{
	font-size: 12px;
	line-height: 1.5em;
	color:#464646;
	text-decoration:underline;
}
.contact_other{
	display: flex;
	justify-content: space-between;
	gap:50px;
}
.white_wrap2{
	background:#fff;
	width: 50%;
	padding: 50px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 12%);
	height: 425px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact_line{
}
.line_qr{
	width: 154px;
	margin: 24px auto;
}
.contact_tel{
	margin: 70px auto;
}
.contact_tel a[href^="tel:"]{
	pointer-events: none;
	font-family: "Roboto", sans-serif;
	font-size: 45px;
	letter-spacing: .05em;
	color: #464646;
}
.grecaptcha-badge { visibility: hidden; }
/* -------------------------------------------------------------------------- */
/* news */
/* -------------------------------------------------------------------------- */
.news_wrap{
	background:#fff;
	width: 800px;
	padding: 70px 50px;
	margin: 40px auto 50px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 12%);
	text-align: left;
}
.news_head{
	margin-left: 20px;
	margin-right: 20px;
}
.news_line{
	border-bottom: 1px solid #cccccc;
	margin-top: 35px;
	margin-bottom: 70px;
}
.news{
	margin-left: 20px;
	margin-right: 20px;
}
.news p{
	margin-bottom: 30px;
}
.news img{
	margin-bottom: 30px;
}
.news-list{
}
.news-list li{
	margin-bottom: 70px;
}
.news_title{
	font-size: 22px;
	color: #464646;
	margin-bottom: 20px;
}
.news_date{
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
	color: #b9b9b9;
}
.pnavi {
    text-align: center;
	padding-top: 50px;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 10px 18px;
    color: #464646;
}
.pagination a.page-numbers:hover {
    color: #FFF;
    background-color: #2c4198;
}
.pagination .current {
	border-bottom: 2px solid #2c4198;
	padding: 10px;
}
.pagination .prev,
.pagination .next {
	background: #2c4198;
    color: #fff;
    position: relative;
	padding: 10px 20px;
}
/* -------------------------------------------------------------------------- */
/* privacy */
/* -------------------------------------------------------------------------- */
.privacy{
	text-align:left;
}
.privacy h2{
	font-size:22px;
	color: #464646;
	border-bottom: 1px solid #969696;
	padding-bottom:0.3em;
	margin-top:42px;
	margin-bottom: 15px;
}
ol.privacy_number{
  	counter-reset: number;
	line-height: 2;
	margin-left: 2.5em;
}
ol.privacy_number li{
}
/* -------------------------------------------------------------------------- */
/* footer */
/* -------------------------------------------------------------------------- */
#footer{
	background: #2c4198;
	width: 100%;
	padding-top: 54px;
	padding-bottom: 50px;	
}
.footer_wrap{
	max-width: 1200px;
	margin-inline: auto;
}
.footer_menu_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_menu-left{
	display: flex;
}
.footer_logo{
	width: 52px;
	margin-right: 80px;
}
ul.footer_menu{
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	height: 72px;
	margin-top: 20px;
}
.footer_menu li a{
	font-size: 15px;
	margin-right: 40px;
	color: #fff;
}
.mini{
	font-size: 13px !important;
}
.sns{
	display: flex;
}
.insta{
	width: 29px;
	margin-right: 30px;
}
.line{
	width: 29px;
}
.footer_text{
	margin: 40px auto;
}
.footer_text p{
	font-size: 13px;
	color: #fff;
}
.copyright{
	font-size: 12px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	text-align: center;
}
hr.footer_line{
	margin: 10px auto;
	max-width: 1200px;
	border-bottom: 1px solid #fff;
}
.maintenance{
	margin: 130px auto 80px;
	text-align: center;
	max-width: 1200px;
}
.maintenance img{
	width: 125px;
	margin-bottom: 50px;
}
.coming{
	font-size: 64px;
	font-family: "Roboto", sans-serif;
}
.pc { display: inline-block !important; }
.sp { display: none !important; }
@media screen and (max-width: 1240px){
p {
	font-size:15px;
}
a {
	font-size:15px;
}
table th,table td{
	font-size: 15px;
}
header{
	height: 70px;
}
header h1{
	padding-top: 8px;
	padding-left: 20px;
	width: 254px;
}
.nav-overlay__list {
	top: 20px;
	right: 120px;
}
.nav-overlay__link {
	font-size: 15px;
	margin-right: 30px;
}
.recruit_link{
	width: 120px;
	height: 70px;
	padding-top: 20px;
}
.recruit_link a{
	font-size: 15px;
}
.top_sec01_wrap{
	background-size:704px; /*背景画像のサイズ指定*/
}
.top_sec01{
	width: 90%;
}
.top_sec01 img{
	width: 424px;
	margin-left: 30px;
}
h1.top-title{
	font-size: 30px;
}
span.number{
	font-size: 30px;
}
span.number_2{
	margin-left: 0em;
}
span.number_3{
	margin-left: 0em;
}
span.number_4{
	margin-left: 0em;
}
h3.headline{
	font-size: 20px;
}
.button_link {
  	padding: 0.4em 4em;
	margin-top: 30px;
	min-width: auto;
}
.button_link::after {
	width: 24px;
}
.top_sec02_wrap{
	background-image:url(images/haikei2-2.jpg); /*背景画像を指定*/
	min-height: 450px;
}
h2.title2{
	font-size: 24px;
	margin-bottom: 8px;
}
.top_sec03_wrap{
	min-height: 350px;
}
.top_sec03{
	padding-top: 40px;
}
.interview-title{
	width: 225px;
}
.top_sec04_wrap{
	width: 90%;
}
.top_sec04_title{
	min-width: 150px;
}
h1.main-title{
	font-size: 26px;
}
h2.table-title{
	font-size: 26px;
}
.footer_wrap{
	max-width: 90%;
}
h1.sub_main-title-white{
	font-size: 30px;
}
h1.sub_main-title{
	font-size: 26px;
}
p.sub_copy{
	font-size: 16px;
}
.sub-contents{
	max-width: 90%;
}
.sub_container2{
	width: 90%;
}
.sub_top-text2 {
  	top: 37%;
}
.about-top{
	height: 380px;
}
.background-text {
	font-size: 30px;
}
.works-table td {
	padding: .8em 1.2em;
}
.setsubi_info h3{
	font-size: 26px;
}
.setsubitable th {
	width: 68%;
}
.recruit-top{
	height: 660px;
}
.recruit_top-text {
	font-size: 26px;
}
h2.recruit_copy{
	font-size: 26px;
}
.interview{
	max-width: 90%;
}
table#contactTable th {
	width: 25%;
}
table#contactTable td {
	font-size: 16px;
}
.white_wrap2{
	height: auto;
	padding: 30px;
}
.line_qr{
	width: 124px;
	margin: 24px auto;
}
.contact_tel{
	margin: 55px auto;
}
.contact_tel a[href^="tel:"]{
	font-size: 32px;
}
.privacy h2{
	font-size:18px;
}
ol.privacy_number{
	font-size: 15px;
}
}
@media screen and (max-width: 900px){
.hamburger-overlay {
	display: block;
	position: fixed;
  	top: 20px;
  	right: 10px;
  	z-index: 1000;
  	width: 52px;
  	height: 52px;
  	border: none;
  	background: transparent;
  	cursor: pointer;
}
.hamburger-overlay__line {
	position: absolute;
	left: 0px;
	width: 32px;
	height: 2px;
	background-color: #2c4198;
	transition: all .6s;
}
.hamburger-overlay__line:nth-of-type(1) { top: 6px; }
.hamburger-overlay__line:nth-of-type(2) { top: 15px; }
.hamburger-overlay__line:nth-of-type(3) { top: 24px; }
.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(44, 65, 152, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-overlay__content {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -38%);
  width: 100%;
  text-align: center;
}
.nav-overlay__list {
	display: block;
  	margin: 0;
 	padding: 0;
	position: static;
}
.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
.nav-overlay__link {
	display: inline-block;
	padding: 11px;
	color: #fff;
	font-size: 17px;
	transition: color .3s;
	margin-right: 0;
}
.nav-overlay__link:hover {
  color: #4a90e2;
}
.recruit_link{
	position: relative;
	display: inline-block;
	background-color: #fff;	
	height: auto;
	width: auto;
	padding: 0.4em 1.8em;
	margin-top: 20px;
}
.recruit_link a{
	color: #2c4198;
	font-size: 16px;
}
.sp_menu{
	display: flex;
	margin-top: 44px;
	justify-content: center;
}
.sp_menu a{
	font-size: 15px;
	color: #fff;
	margin-right: 30px;
}
span.sub-title{
	font-size: 12px;
}
span.sub_sub-title{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
}
.company_tel a[href^="tel:"]{
	pointer-events: initial;
}
.recruit-top{
	height: 500px;
}
.line_qr{
	width: 108px;
}
.contact_tel{
	margin: 50px auto;
}
.contact_tel a[href^="tel:"]{
	font-size: 30px;
	pointer-events: auto;
}
.news_wrap{
	width: 90%;
	padding: 50px;
}
.news-list li{
	margin-bottom: 50px;
}
}
@media screen and (max-width: 768px){
.pc { display: none !important; }
.sp { display: inline-block !important; }
p {
	font-size:14px;
}
a {
	font-size:14px;
}
table th,table td{
	font-size: 14px;
}
header{
	height: 60px;
}
header h1{
	padding-top: 6px;
	padding-left: 10px;
	width: 216px;
}
.hamburger-overlay {
  	top: 15px;
  	right: 5px;
}
.video_wrap {
    height: 100vh;
}
.text-box {
	width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.copy{
	width: 320px;
}
h2.top_copy {
  	font-size: 18px;
}
.top_sec01_wrap{
	background-size:616px;
	background-position: -10% -50%;
}
.top_sec01{
	margin: 56px auto;
	display: block;
}
.top_sec01 img{
	width: 100%;
	margin-left: 0px;
	margin-top: 40px;
}
.text_area{
	text-align: left;
}
h1.top-title{
	font-size: 26px;
}
span.number{
	font-size: 26px;
}
h3.headline{
	font-size: 16px;
}
.button_link {
	margin-top: 28px;
	width: 100%;
	text-align: center;
}
.top_sec02_wrap{
	background-image:url(images/haikei2_sp.jpg); /*背景画像を指定*/
	min-height: 463px;
}
.top_sec02{
	top: 45%;
	left: 20px;
	right: 20px;
}
h2.title2{
	font-size: 22px;
}
.top_sec03_wrap{
	background-image:url(images/interview_sp.gif);
	min-height: 365px;
}
.top_sec03{
	padding: 40px 20px;
}
.interview-title{
	width: 193px;
}
.top_sec04_wrap{
	width: 90%;
	padding: 30px;
	margin: 40px auto;
}
.top_sec04{
	display: block;
}
h1.main-title{
	font-size: 22px;
}
ul.top-news li{
	margin-bottom: 22px;
}
h1.post_title{
	font-size: 16px;
}
.news_date{
	font-size: 12px;
}
.news_title{
	font-size: 16px;
	margin-bottom: 10px;
}
.center{
	margin-top: 0px;
}
.sub_top-text2 {
  	top: 48%;
  	left: 50%;
}
.sub_container2{
	margin: 90px auto 50px;
}
#footer{
	padding-top: 40px;
	padding-bottom: 30px;	
}
.footer_menu_wrap{
	display: block;
}
.footer_menu-left{
	align-items: flex-start;
}
.footer_logo{
	width: 45px;
	margin-right: 50px;
}
ul.footer_menu{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.footer_menu li{
	margin-bottom: 8px;
}
.footer_menu li a{
	font-size: 13px;
	margin-right: 0px;
}
.sns{
	margin-left: 102px;
}
.insta{
	width: 29px;
	margin-right: 30px;
}
.line{
	width: 29px;
}
.footer_text{
	margin: 30px auto;
}
.copyright{
	font-size: 10px;
}
h1.sub_main-title-white{
	font-size: 22px;
}
h1.sub_main-title{
	font-size: 22px;
	margin-bottom: .42em;
}
p.sub_copy{
	font-size: 14px;
}
.sub-contents{
	margin: 0 auto 50px;
}
.jump{
	margin: 28px auto;
}
.jump a{
	font-size: 13px;
	margin: 0 28px;
}
.table_wrap{
	padding: 30px 25px;
	border: 1px solid #2c4198;
}
h2.table-title{
	font-size: 20px;
}
h3.sub_midashi{
	font-size: 16px;
}
.about-top{
	background:url(images/about-top_sp.jpg) no-repeat center / cover;
	height: 280px;
}
.about_text-top{
	margin-bottom: 50px;
}
.background-text {
	font-size: 26px;
	margin: 50px 0 3%;
}
.background-text::after {
	white-space: normal;
	font-size: 13vw;
}
.aboutbox1{
	display: block;
	margin-bottom: 3.5em;
}
.aboutbox1 img{
	margin-left: calc(50% - 60vw);
	width: 95%;
	padding-right: 0;
	margin-bottom: 15px;
}
.about_text{
	position: relative;
	text-align: justify;
}
.diamond-box{
	width: 182px;
	height: 182px;
	top: -43px;
}
.diamond-box .inner-box{
	width: 182px;
	height: 182px;
}
.about_number{
  	font-size: 105px;
}
.aboutbox2{
	display: block;
	margin-bottom: 3.5em;
}
.aboutbox2 img{
	margin-right: calc(50% - 60vw);
	width: 95%;
	padding-left: 0;
	margin-bottom: 15px;
}
.works-table {
    border: none;
}
.works-table th{
	font-size: 17px;
}
.works-table td {
    width: 100%;
	display: block;
	border-left: 1px solid #2c4198;
	font-size: 14px;
}
.right{
	font-size: 12px;
}
.company-top{
	height: 280px;
	background:url(images/company-top_sp.jpg) no-repeat center / cover;
}
.company-info{
	display: block;
	margin-top: 40px;
}
.company-info div{
	width: 100%;
	margin-bottom: 15px;
}
.map {
    position: relative;
    padding-top: 70%;
}
.message_wrap{
	padding: 30px;
	margin: 50px auto;
	text-align: center;
}
.message{
	display: block;
}
img.president{
	width: 100%;
	margin-bottom: 15px;
}
.message p{
	line-height: 2em;
	margin-right: 0;
}
img.nameimg{
	width: 140px;
}
.companytable {
	line-height: 1.5em;
	margin-top: 10px;
}
.companytable tr {
	border-bottom: none;
}
.companytable th {
	display: block;
	width: 100%;
	padding: 14px 0px;
	background-color: #dadeed;
}
.companytable td {
	display: block;
	width: 100%;
	padding: 14px 0px;
}
.setsubi {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.setsubi_img{
	width: 100%;
}
.setsubi_info{
	width: 100%;
}
.setsubi_info h3{
	font-size: 22px;
	margin-top: 15px;
}
.setsubitable th {
	display: block;
	width: 100%;
}
.setsubitable td {
	display: block;
	width: 100%;
	padding: 0px 15px 15px 15px;
}
.recruit-top{
	height: 380px;
	background:url(images/recruit-top_sp.jpg) no-repeat center / cover;
}
.recruit_top-text {
	font-size: 22px;
}
.recruittable {
	font-size: 16px;
}
.recruittable tr {
	border-bottom: none;
}
.recruittable th {
	width: 100%;
	display: block;
	padding: 14px 0px;
	background-color: #dadeed;
}
.recruittable td {
	width: 100%;
	display: block;
	padding: 14px 0px;
	text-align: center;
}
.flexbox{
	margin: 50px auto 30px;
	display: block;
}
.flexbox img{
	width: 100%;
	margin-left: 0px;
	margin-top: 15px;
}
.imgbox {
  	display: flex;
  	justify-content: space-between; /* 均等配置 */
	gap:0px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.item {
	width: 47%;
	margin-bottom: 20px;
}
.caption {
	font-size: 13px;
}
.interview_wrap{
	padding-top: 20px;
	padding-bottom: 10px;
}
.interview{
	margin: 0px auto 50px;
	display: block;
}
.staff{
	margin-bottom: 25px;
}
.staff img{
	max-width: 60%;
}
.circle{
	left: 30px;
	top: -20px;
}
.circle p{
	font-size: 16px;
}
.interview_text{
	margin: 0 auto;
}
h3.voice{
	font-size: 20px;
}
table.qa tr{
	border-bottom: none;
	}
table.qa th{
	display: block;
	width: 100%;
	padding: 14px;
	border-bottom: none;
	background-color: #dadeed;
}
table.qa td{
	display: block;
	width: 100%;
	padding: 14px;
}
h2.recruit_copy{
	margin-top: 50px;
	font-size: 22px;
}
table#contactTable {
	border-top: none;
	margin-top: 30px;
}
table#contactTable tr {
	border-bottom: none;
}
table#contactTable th {
	display: block;
	padding: 14px 0px;
	width: 100%;
	background-color: #f1f1f1;
}
table#contactTable td {
	display: block;
	width: 100%;
	padding: 14px 0px;
	font-size: 14px;
}
#submitbottan input[type=submit]{
	width:100%;
	font-size: 16px;
	margin-top: .5em;
}
input.wpcf7-form-control.wpcf7-text{
	font-size:14px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	font-size:14px;
}
.contact_other{
	display: block;
}
.white_wrap{
	padding: 30px;
}
.white_wrap2{
	width: 100%;
	margin-top: 30px;
}
.news_wrap{
	width: 100%;
	padding: 30px 20px;
	margin: 30px auto;
}
.news-list li{
	margin-bottom: 30px;
}
.news_line{
	margin-top: 24px;
	margin-bottom: 49px;
}
.privacy h2{
	font-size:15px;
	margin-top:30px;
}
ol.privacy_number{
	font-size: 14px;
}
}