@charset "UTF-8";

/*ページ内リンクずれ
---------------------------------------------------------------------------*/
html {
scroll-padding-top: 200px;
}

/*google-maps
---------------------------------------------------------------------------*/
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*hr
---------------------------------------------------------------------------*/
hr {
border-width: 1px 0 0 0; /* 太さ */
border-style: dotted; /* 線種 */
border-color: #3F3F3F; /* 線色 */
height: 1px; /* 高さ */
max-width: 100%;
clear:both;
margin: 4% 0px;
}

/*title
---------------------------------------------------------------------------*/
#title {
display: flex;
align-items: flex-end;
flex-wrap: nowrap;
margin: 0;
padding: 0;
width: 100%;
height: 200px;
text-align: left;
overflow: hidden;
position:relative
}
#title:before {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(16 9 100 / .5);
content: "";
}

#title .inner {
z-index:2;
max-width: 100%;
width:100%;
}
#title .inner .full {
background: #fff;
margin-left: calc(50% - 50vw);
padding:0 calc(50vw - 50%);
width: 250px;
clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
#title .inner h2 {
font-size: 150%;
line-height: 1.4;
font-weight:bold;
display: inline-block;
padding: 10px 0 0 12%;
color: #100964;
box-sizing:border-box;
text-transform:uppercase;
}
#title .inner h2 span {
display: block;
font-size: 40%
}

@media screen and (min-width: 768px) {
#title{
height: 400px
}
#title .inner{
margin: 0 auto;
}
#title .inner .full {
width: 400px;
}
#title .inner h2 {
font-size: 200%;
line-height: 1.3;
padding: 15px 0 0 12%;
}
}
@media screen and (min-width: 1024px) {
#title .inner{
width: 1000px;
}
#title .inner .full {
width: 300px;
}
#title .inner h2 {
font-size: 250%;
padding: 25px 0 0 0
}
}

.t_other {
background: url(../img/page/t_other.jpg) bottom / cover no-repeat;
}
.t_info {
background: url(../img/page/t_info.jpg) bottom / cover no-repeat;
}
.t_contact,
.t_privacy{
background: url(../img/page/t_contact.jpg) bottom / cover no-repeat;
}
.t_mission {
background: url(../img/page/t_mission.jpg) bottom / cover no-repeat;
}
.t_creation {
background: url(../img/page/t_creation.jpg) bottom / cover no-repeat;
}
.t_innovation {
background: url(../img/page/t_innovation.jpg) bottom / cover no-repeat;
}
.t_recruit,
.t_interview01,
.t_interview02,
.t_interview03{
background: url(../img/page/t_recruit.jpg) bottom / cover no-repeat;
}


/*tex
---------------------------------------------------------------------------*/
.tex {
width: 100%;
line-height: 2em;
text-align:justify;
text-justify:inter-ideograph;
overflow: hidden;
padding: 50px 0
}

.tex_archive {
width: 100%;
line-height: 2em;
text-align:justify;
text-justify:inter-ideograph;
overflow: hidden;
padding: 10% 0;
}
.parallax-bg .tex {
width: 100%;
line-height: 2.2em;
text-align:justify;
text-justify:inter-ideograph;
overflow: hidden;
padding: 100px 0;
font-size: 100%;
color: #fff;
}

.tex img {
border: 0;
max-width: 100%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.tex p{
margin: 0;
padding: 0;
}
.tex img a {
border: 0;
}
.tex a:hover img {
opacity: 0.6;
transition: 0.5s;
}
.tex a {
text-decoration: underline;
text-decoration-style:solid;
text-decoration-color:#ccc;
}
@media screen and (min-width:1024px) {
.tex {
padding: 60px 0
}
.tex_archive {
padding: 5% 0
}
.parallax-bg .tex {
width: 860px;
margin: 0 auto;
line-height: 2.5em;
}
}

/* 等分
---------------------------------------------------------------------------*/
.boxA:after,
.box_btn:after,
.box_waku_mitumori:after,
.side_flex:after{
content: "";
display: block;
clear: both}

.box_lr_btn{
margin: 0 auto;
width: 600px
}
.box_l{float: left;width: 47%;}
.box_r{float: right;width: 47%;}
@media screen and (min-width: 768px) {
.box2{float: left;width: 47%;}
.box3{float: right;width: 47%;}
.boxB{float: left;width: 60%;}
.boxC{float: right;width: 35%;}
}
@media (max-width:767px){
.box2,.boxB,.box_r{margin-bottom: 5%
}
.box_lr_btn{
width: 100%
}
}

/*PC･スマホ 表示・非表示 採用
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {.sp_a{display: none !important;}}
@media screen and (max-width: 767px) {.pc_a{display: none !important;}}

/* ボックス*/
.box_nuri {
padding: 2em 2em;
margin: 2em 0;
background: #f5f5f5;/*背景色*/
}
.box_nuri p,
.box_waku p{
margin: 0; 
padding: 0;
}
.box_waku,
.side_flex{
padding: 2em;
margin: 2em 0;
border: 1px solid #100964;
}
.box_waku:after,
.box_nuri:after{
content: "";
display: block;
clear: both}

/* 横並び*/
.side_img img{
width: 100%;
height:auto;
}
.side_text {
margin: 20px 0
}
.side_text h3 {
font-size: 1.1em;
margin: 0 0 10px;
color:#100964;
}
.side_text h4 {
font-size: 80%;
margin: 0 0 10px;
color:#100964;
font-weight: normal;
line-height: .5
}
@media screen and (min-width: 768px) {
.side_flex {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.side_img {
width: 35%;
margin: 0 3% 0 0;
} 
.side_text {
width: 60%;
margin: 0
}
.side_text h3 {
font-size: 1.3em;
margin: 0 0 5px;
}

.box_nuri {
padding: 3em;
}
}

/*見出し
---------------------------------------------------------------------------*/
h2.midasi{
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 2em
}
h2.midasi::before {
	content: "";
	width: 2px;
	height: 40px;
	margin: 0 auto 10px;
	display: block;
	background: #333;
}

h3.midasi-t {
font-size: 1.5em;
margin-bottom: .5em;
line-height: 1.5;
color:#100964;
}
h3.midasi {
padding: .7em 3em .7em .7em;
background: #100964;
font-weight: normal;
font-size: 1.3em;
color: white;
line-height: 1.3;
z-index:-1;
box-sizing:border-box;
margin-bottom: 1em;
clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

h3.midasi_syasen {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #100964;
		text-align: center;
		line-height: 1.4;
}
h3.midasi_syasen::before,
h3.midasi_syasen::after {
    width: 3px;
    height: 40px;
    background-color: #100964;
    content: '';
}
h3.midasi_syasen::before {
    transform: rotate(-35deg);
    margin-right: 20px;
}
h3.midasi_syasen::after {
    transform: rotate(35deg);
    margin-left: 20px;
}

h4.midasi {
font-weight: normal;
padding-bottom: 2%;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 20px;
clear: both;
border-bottom: solid 1px #333;
}

h5.midasi {
color: #100964;
font-size: 1.1em;
line-height: 1.1em;
font-weight: normal;
margin-bottom: 5px;
padding: .5em .7em;
border-left: 3px solid #100964;
}


@media screen and (min-width:768px) {
.parallax-bg .tex h2,
h2.midasi{
font-size: 2em;
}
h3.midasi-t {font-size: 2em;}
h3.midasi{
font-size: 1.6em;line-height: 1.6em;
padding: .8em 5em .8em .8em;
clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
h3.midasi_syasen{font-size: 1.4em}
h4.midasi{font-size: 1.4em;line-height: 1.6em;}
h5.midasi{font-size: 1.3em;line-height: 1.5em;}
}


/* ---------------------------------------------------------------------------------------------

　 table /comにある

--------------------------------------------------------------------------------------------- */
/* 入力確認のチェックボックスを大きく */
form .wpcf7-acceptance input[type="checkbox"] {
transform: scale(2.0);
margin-right: 0.5em;
}
/* CF7チェックボックスを縦並びに */
.wpcf7-checkbox .wpcf7-list-item {
margin-top:5px;
display: block;
}
/* CF7ラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
margin-top:5px;
display: block;
}

.font-s {
font-size: 80%
}

/*　申し込みフォーム
---------------------------------------------------- */
.cf7__list {
display: flex;
flex-wrap: wrap;
margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
margin-top: 30px;
}

.cf7__list dt {
width: 35%;
padding-top: 15px;
}

.cf7__list dd {
width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
margin-right: 15px;
padding: 6px 14px;
color: #fff;
font-size: 12px;
vertical-align: 1px;
}

.cf7__required {
background: #e50012;
}

.cf7__optional {
background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
width: 100%;
padding: 15px 20px;
background: #F4F4F4;
box-sizing: border-box;
border: 1px solid #F4F4F4;
outline: none;
font-size: 100%;
}

.cf7__list dd textarea {
font-size: 100%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.cf7__list dd input[type="text"]:focus,
.cf7__list dd input[type="tel"]:focus,
.cf7__list dd input[type="email"]:focus,
.cf7__list dd textarea:focus {
background: #FFE4E1;
border: 1px solid #e50012;
outline: 0;
}


/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
display: block;
padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
display: block;
margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
position: relative;
width: 18px;
height: 18px;
margin-right: 8px;
border: 1px solid #bcbcbc;
vertical-align: -3px;
cursor: pointer;
-webkit-appearance: none;
 -moz-appearance: none;
appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
border: 1px solid #000;
background: #000;
}

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

/* ラジオボタン */
input[type="radio"] {
border-radius: 50%;
}

input[type="radio"]:checked:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 9px;
height: 9px;
border-radius: 50%;
background: #000;
content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
width: 40%;
margin: 0 auto;
text-align: center;
}

.cf7__button input[type="submit"] {
width: 100%;
height: 60px;
background: #000;
color: #fff;
transition: opacity .6s;
outline: none;
}

.cf7__button input[type="submit"]:hover {
opacity: .6;
background-color:#ffffff;
border: 2px solid #000;
color:#000;
}

/* ajax-loader */
.wpcf7-spinner {
vertical-align: middle;
}
.wpcf7-spinner {
display: none!important;
}
@media screen and (max-width: 767px) {

.cf7__list dt {
width: 100%;
margin-bottom: 15px;
padding-top: 0;
}

.cf7__list dd {
width: 100%;
}

.cf7__list dd:nth-of-type(n + 2) {
margin-top: 0;
}

.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
padding: 15px 0 0;
}

/* 送信ボタン */
.cf7__button input[type="submit"] {
width: 180px;
height: 56px;
}

}


/*pagination
---------------------------------------------------------------------------*/
.pagination {
clear: both;
padding: 20px 0;
position: relative;
font-size: 12px;
line-height: 12px;
text-align: center;
margin-bottom:3%
}
.pagination-box {
display: inline-block;
}
.pagination span, .pagination a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 8px 10px 8px 10px;
text-decoration: none;
width: auto;
color: #fff;
background: #c5c5c5;
}
.pagination a:hover {
color: #666;
background: #848484;
}
.pagination .current {
padding: 8px 10px 8px 10px;
background: #848484;
color: #fff;
}
.page_box {
float: left;
width: 100%;
margin-top:20px
}

@media screen and (min-width: 768px) {
.pagination {
font-size: 14px;
line-height: 14px;
}
.pagination span, .pagination a {
padding: 10px 15px 10px 15px;
}
.pagination .current {
padding: 10px 15px 10px 15px;
}}

/* editボタン
---------------------------------------------------- */
.postmetadata{
margin: 10px 0;
width:100%;
clear:both;
}
.edit-link{
width:100%;
clear:both;
}
a.post-edit-link {
display: inline-block;
padding: 0 1.6em;
font-size: 0.8em;
color: #fff;
text-decoration: none;
user-select: none;
background: #999;
transition: 0.2s ease;
}
a.post-edit-link:hover {
opacity: .6;
color: #fff;
}
.edit-link:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}


/*ギャラリー
---------------------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.gallery br {display: none;} 
.gallery-item { /** 画像共通のスタイル **/
float: left;
margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
text-align: center;
}
.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}
.gallery-caption,
.wp-caption-text { /** キャプション **/
color: #222;
font-size: 14px;
margin: 0 0 10px;
text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
width: 23%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
width: 18%;
margin: 0 1%;
}

@media (max-width:767px){
/* 640px以下用の記述 */
.gallery-columns-2 .gallery-item {
width: 100%;
margin-right: 0;
}
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
width: 48%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item {
width: 31.33333%;
margin: 0 1%;
}
}


/*キャプション
---------------------------------------------------------------------------*/
figure {
background-color: #fff;
padding: 5px;
display: table;
overflow: hidden;
}

figure img {
width:100%;
max-width: 100%;
height: auto;
}

figcaption {
display: table-caption;
caption-side: bottom;
background: #fff;
}
@media only screen and (max-width:60em) {
figure {
text-align:center;
clear:both;
overflow:hidden;
padding:0;
margin:0 auto
}
figure .alignright img,
figure .alignleft img{float:none;}
}



/*arvhive
/* ------------------------------------- */
/* category-news */
.info_box1{
margin-top: 50px;
}
.info_box a {
display: flex;
flex-wrap:wrap;
text-decoration: none;
width: 100%;
padding: 15px 0;
border-bottom: #b5b5b5 1px solid;
transition : all 0.5s ease 0s;
}
.info_box a p {
margin: 3px 0 0 0;
min-width: 90px;
font-size: 85%;
font-weight: normal;
padding:0;
}
.info_box a h5 {
text-decoration: none;
font-weight: normal;
font-size: 100%;
line-height: 1.6;
padding:5px 0;
width: 100%;
}
.info_box a:hover {
 background-color: rgba(255 255 255 / .5);
 cursor: pointer;
}
.info_box span,
.cat_info{
width:100px;height:20px;float:left;margin:3px 20px 0 0;z-index:9999;
padding: 1px 0;
text-align: center;
font-size: 75%;
background: #e2e2dd;
line-height: 20px;
}

@media screen and (min-width: 1024px) {
.info_box a {
flex-wrap: nowrap;
}
}
@media screen and (max-width: 1023px) {
.info_box::after {
content: '';
width: 100%;
}
.info_box:nth-child(n+2) {
order: 1;
}
}

.i_date{
margin: 0 10px 0 0;
font-size: 85%;
min-width: 100px;
}
.i_text{
margin: 0;
text-decoration: none;
font-weight: normal;
font-size: 100%;
line-height: 150%;
color: #555;
padding:5px 0;
width: 100%;
}

/* single_news.php */
.entry_news{
margin-top: 5%
}
.i_title{
color: #3F3F3F;
font-size: 150%;
font-weight:400;
line-height: 150%;
margin: 4% 0 30px 0;
padding: 0;
}
/* footer線 */
.i_text_box{
border-bottom: #f5f5f5 solid 1px;
margin: 0 0 30px 0;
padding: 0 0 30px 0;
}

/* single_works.php */
.i_text_box_none{
margin: 10px 0 10px 0;
padding: 10px 0 10px 0;
width: 100%
}
li.widget{
list-style-type: none;
}

@media screen and (min-width:768px) {
/* single_news.php */
.entry_news{
margin-top: 2%
}
.i_title{
font-size: 170%;
line-height: 170%;
margin: 4% 0 30px 0;
}
}

/* 次へ　戻る　前へ
---------------------------------------------------- */
.kiji_link{
display: flex;
align-items: flex-end;
height: 150px;
width: 350px;
margin: 0 auto
}
.kiji_link>div{
width: calc(100% / 3);
text-align: center;
vertical-align: middle;
}
.kiji_link a{
text-decoration: none;
color: #333;
font-size: 1em;
}
.kiji_link a:hover{
opacity: 0.6;
transition: 0.5s;
}


/*btn_BOX
---------------------------------------------------------------------------*/
.btn_page a{
margin-top: 10px;
padding: 0;
display: block;
justify-content: center;
width: 100%;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}


/* back edit
---------------------------------------------------- */
.i_back{
max-width: 100%;
font-size:80%;
margin:10px 0;
}
.i_back a {
text-decoration: none;
}
.i_back a:visited {
text-decoration: underline;
}
.i_back a:hover {
text-decoration: underline;
}
.edit{
width:100%;
font-size:80%;
clear:both;
}
.toukounone {
width:100%;
font-size:80%;
clear:both;
height:20px
}


/* ボタン　お知らせ一覧に戻る　single
---------------------------------------------------- */
.back_btn {
margin: 5% 0;
padding: 0;
width:100%;
box-sizing:border-box;
}
.back_btn_box {
margin: 20px auto 0 auto;
padding: 0;
width:100%;
box-sizing:border-box;
}
.back_btn a,
.back_btn_box a{
margin:0 auto;
}
.back_btn a:after,
.back_btn_box a:after{
content: "";
clear: both;
display: block;
}
a.btn {
display:block;
padding: 1em 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
color: #848484;
border: solid 1px #848484;
border-radius: 100vh;
}
a.btn:hover{
text-decoration: none;
}
@media screen and (min-width:768px) {
.back_btn a{
width:250px;
}
.back_btn_box a{
width:300px;
}
}

/*ページメニュー
---------------------------------------------------------------------------*/
.page-menu{
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style:none;
max-width: 100%;
margin-bottom: 50px;
}
.page-menu li a{
text-decoration: none;
color: #100964;
display: block;
padding: .9em 0;
}
.page-menu li a:hover {
opacity: 0.8;
transition: 0.8s;
color: #fff;
background: #100964;
}
.page-menu li{
height: auto;
font-size: 1em;
text-align: center;
border: 1px solid #100964;
margin-bottom: 3px;
}

@media screen and (min-width:1024px) {
.page-menu li{
width: calc((100% - 40px) / 4);
margin-right: 10px;
}
.page-menu li:nth-child(4n) {
margin-right: 0;
}
}
@media screen and (max-width:1023px) {
.page-menu li{
width: calc((100% - 20px) / 2);
margin-right: 10px;
margin-bottom: 10px;
}
.page-menu li:nth-child(2n) {
margin-right: 0;
}
}


/*list
---------------------------------------------------------------------------*/
.list-normal {
 list-style:none;
 column-count: 1;
}

.list-normal li:before {
content:  ""; /* 空の要素作成 */
width:  7px;   /* 幅指定 */
height:  7px;  /* 高さ指定 */
display:  inline-block; /* インラインブロックにする */
background-color: #100964;  /* 背景色指定 */
border-radius:  50%;/* 要素を丸くする */
position:  relative;/* 位置調整 */
top: -1px;  /* 位置調整 */
margin-right: 10px;  /* 余白指定 */
}
@media screen and (min-width:768px) {
.list-normal {
 column-count: 2;
}
}


/*list
---------------------------------------------------------------------------*/
.grid3 div{
margin-bottom: 40px;
padding: 0 14%
}
.grid3 h3 {
font-size: 1.1em;
margin:10px 0;
color:#100964;
text-align: center
}
.grid3 img {
height: auto
}
@media screen and (min-width:768px) {
.grid3 div{
margin-bottom: 0;
padding: 0
}
.grid3 {
display: grid; 
grid-auto-rows: 1fr; 
grid-template-columns: 1fr 1fr 1fr; 
gap: 0 40px; 
}
.grid3 h3 {
font-size: 1.3em;
margin:20px 0;
}
.grid3 img {
width: 100%;
}
}


/*　CREATION　ロボテックが選ばれる理由
---------------------------------------------------- */
/*固定する背景*/

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	}
/*各背景の画像*/
.img-bg-01 {
  background-image: url('../img/page/point_01.jpg');
}
.img-bg-02 {
  background-image: url('../img/page/point_02.jpg');
}
.img-bg-03 {
  background-image: url('../img/page/point_03.jpg');
}
.img-bg-04 {
  background-image: url('../img/page/mission_01.jpg');
}
.img-bg-05 {
  background-image: url('../img/page/innovation_01.jpg');
}
.img-bg-06 {
  background-image: url('../img/page/innovation_02.jpg');
}
.img-bg-07 {
  background-image: url('../img/page/innovation_03.jpg');
}

.img-bg-01,
.img-bg-02,
.img-bg-03,
.img-bg-04,
.img-bg-05,
.img-bg-06,
.img-bg-07{
position: relative;
z-index: -2
}

.img-bg-01::before,
.img-bg-02::before,
.img-bg-03::before,
.img-bg-04::before,
.img-bg-05::before,
.img-bg-06::before,
.img-bg-07::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(16 9 100 / .5);
		z-index: -1
}

.parallax-bg .tex h2,
h2.midasi_rec{
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 3em;color: #fff
}
.parallax-bg .tex h2::before,
h2.midasi_rec::before{
	content: "";
	width: 2px;
	height: 40px;
	background: #fff;
	margin: 0 auto 10px;
	display: block;
}
.parallax-bg .tex h3{
font-size: 1.5em;
line-height: 1.5;
margin-bottom: 1em;
font-weight: bold
}
.parallax-bg .tex h3.number-01 {
font-family: 'Noto Serif JP', serif;
  font-size: 1.2em;
  line-height: 1.1;
  bottom: 1rem;
	 padding: 0 0 1.5rem 0;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;	
	background:linear-gradient(transparent 98%, #fff 2%);
	width: 60px;
}
.parallax-bg .tex h3.number-01 span{
font-size: 50px;
}
.parallax-bg .tex h3.number-01:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}


.parallax-bg .tex h4{
font-size: 1.5em;
margin-bottom: 1em;
line-height: 2;
font-weight: normal
}

.center {
  text-align: center;
}
.text_center {
  text-align: left;
	font-weight: normal;
	line-height: 2.2;
	padding-top: 20px;
	font-size: 100%
}
.text_mission_cemter {
  text-align: left;
	font-weight: bold;
	line-height: 2.2;
	padding-top: 20px;
	font-size: 100%
}

@media screen and (min-width:768px) {
.parallax-bg .tex h2,
h2.midasi_rec{
	font-size: 2em;
}
.parallax-bg .tex h3{
font-size: 2em;
}
.parallax-bg .tex h3.number-01 {
font-size: 1.7em;
width: 90px;
}
.parallax-bg .tex h3.number-01 span{
font-size: 80px;
}
.parallax-bg .tex h4{
font-size: 2em;
}
.text_center,
.text_mission_cemter{
  text-align: center;
	font-size: 110%;
	line-height: 2.5;
}
.parallax-bg .tex p{
font-size: 120%
}
}


/*　会社概要
---------------------------------------------------- */
.mission {
overflow: hidden;
width: 100%;
box-sizing: border-box;
font-family: 'Noto Serif JP', serif;
}
.image_mission {
margin: 0 auto
}

.image_mission img{
width: 100%;
display: block;
margin: 50px auto;
}

@media screen and (min-width:768px) {
.image_mission img{
 width: 40%;
}
}


/*　製品紹介
---------------------------------------------------- */
h3.i_001::before{
    content: ""; /* ← 空っぽのコンテンツを用意しておく */
    display: inline-block; /* ← 行頭に表示させるならinline-block */
    background-image: url('../img/page/i_003.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
		margin-right: 20px
}
h3.i_002::before{
    content: ""; /* ← 空っぽのコンテンツを用意しておく */
    display: inline-block; /* ← 行頭に表示させるならinline-block */
    background-image: url('../img/page/i_002.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
		margin-right: 20px
}
h3.i_003::before{
    content: ""; /* ← 空っぽのコンテンツを用意しておく */
    display: inline-block; /* ← 行頭に表示させるならinline-block */
    background-image: url('../img/page/i_001.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
		margin-right: 20px
}


/*　先輩インタビュー（comにもある）
---------------------------------------------------- */
.bg {
background: #100964;
}
.senpai_box {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.senpai_box .box_new {
    padding:0 ;
    box-sizing: content-box;
}
.rec_box_tex {
padding:15px 0;
text-decoration: none;
text-align: left;
color: #fff
}
.rec_box_tex h5 {
font-weight: bold;
font-size: 1.1em;
line-height: 1.6;
clear: both;
text-align: left;
}
.senpai_box .box_new a {
text-decoration: none;
}

@media screen and (min-width: 768px) {
.senpai_box .box_new {
    width: 32%;
}
.senpai_box:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
}


/*read-more　ボタン
---------------------------------------------------------------------------*/
.btn{
margin-top: 30px;
}
.more_b a{
text-decoration: none
}
.more_b a:hover {
text-decoration: none
}


/*interviewページ
---------------------------------------------------------------------------*/
.interview_img{
min-width: 100%;
min-height:100%;
}

.interview_img img {
width: 100%;
height: 750px;
object-fit: cover;
object-position: top
}

.interview_name{
padding: 0 1.5em;
border-left: 2px solid #100964;
}
.interview_name_01{
font-weight: bold;
font-size: 1.8em
}
.interview_name_02{
font-weight: normal;
font-size: 1.1em
}

.interview_midasi {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
	color: #100964;
	font-size: 1.1em;
	padding-bottom: 10px;
	font-weight: bold;
}
.interview_midasi::before {
  background-color: #100964; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
	margin-right: 15px; /* 文字との余白 */
}

@media screen and (max-width: 767px) {
.interview_img img {
height: 400px;
}
.interview_name_01{
font-size: 1.6em
}
.interview_midasi,
.interview_name_02{
font-size: 1em;
}
}

@media screen and (min-width: 1024px) {
.interview .tex {
width: 860px;
margin: 0 auto;
}
}

/* ---------------------------------------------------------------------------------------------

　 採用　チェック

--------------------------------------------------------------------------------------------- */
.check-r-box {
margin: 20px auto 10px;
}

.check-r-box ul {
list-style: none;
padding: 0;
display: grid;
grid-template-columns: auto;
justify-content: center;
list-style-position: inside;
}
.check-r-box li {
  display: flex;
  align-items: center;
  gap: 8px; 
  margin-bottom: 5px;
	font-size:1em;
	font-weight: bold;
}
.check-r-box li:before{
font-family:"Font Awesome 5 Free";
content:"\f14a";
font-weight:bold;
color:#100964;
margin-right:3px;
}
@media screen and (min-width: 768px) {
.check-r-box li {
font-size:1.4em;
line-height: 1.8
}
}
