/*
Theme Name: lohas
Description: ロハスファーム Template
Author: 管理人
*/

html {
    scroll-behavior: smooth;
}

body{
	
	font-size:15px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.11em;
    font-feature-settings: "palt";
}
.in,
.inw{
    margin: auto;
}
.inw{
    max-width: 1200px;
    width: 95%;
}
ul,li{
    list-style: none;
}
a{
    display: inline-block;
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
}
img{
    display: inline-block;
    clear: both;
    max-width: 100%
}
.Ari{
    font-family: "arial", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.tate{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings:normal;
}
:root{
    --p_color : #e4839f;
    --l_color : #fbe8e6;
    --g_color :#8dc21f;
}

/*ブタのアニメーション---------------*/
.buta{
	animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/*もっと見るボタン---------------*/
.link_button{
    margin-top: 3em;
    text-align: center;
}
.link_button .link_text{
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 0.5em 2.5em;
}
.link_button .link_text i::before{
    width: 2em;
    height: 0.5em;
}
.link_button .link_text i{
    line-height: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}


/*ヘッダー--------------------------------------*/
header{
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
#header{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.hed_nav .menu > li:has(.sub-menu) > a{
	padding-right: 1.5em;
	position:relative;
}
.hed_nav .menu > li:has(.sub-menu) > a::before{
	content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0.5em;
    width: 0.6em;
    height: 0.6em;
    border-bottom: 2px solid #c3c4c7;
    border-right: 2px solid #c3c4c7;
    transform: rotate(45deg);
}

/*フッター--------------------------------------*/

footer{
    margin-top: 100px;
    text-align: center;
    padding-bottom: 20px;
}
footer .foot_nav{
    margin-top: 30px;
}
.foot_nav .sub-menu{
    display: none;
}
.foot_nav .menu{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.foot_nav .menu li{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: -1px;
}
.foot_nav .menu li a{
    padding: 0.2em 1em;
}
.foot_c{
    font-size: 13px;
    margin-top: 2em;
}
.foot_c p{
    margin: 0;
}

/*ホーム-------------------------------------*/

.home_content{
    margin-top: 90px;
}
.home_content p{
    margin-bottom: 0;
}

/*メインビジュアル*/
.mv_box{
    position: relative;
}
.mv_img{
    /*background-image: url(images/mv_img.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vw;
    max-height: calc(100vh - 100px);
	overflow: hidden;
}
.mv_img video{
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.mv_text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: end;
    align-items: end;
    font-size: 25px;
    margin-bottom: 6em;
}
.mv_logo{
    position: absolute;
    bottom: -1px;
    left: 0;
    text-align: center;
    width: 100%;
}

/*メインビジュアルした*/
.home_01 .in{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.home01_img{
    text-align: center;
}
.home01_text{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0.5em;
}
.home01_text p{
    font-size: 32px;
    margin-bottom: 0;
    
}
.home01_text p + p{
    margin-right: 0.7em;
}
.home01_text p > span{
    display: inline-block;
    padding-right: 0.3em;
	position:relative;
}
.home01_text p > span::before{
	content:"";
	display:block;
	position:absolute;
	right: 0;
	top:0;
	width:1px;
	height:0;
	background-color:#000;
	transition:1s;
}
.home01_text.show p > span::before{
	height:100%;
}
.home01_text p .p_color{
    color: var(--p_color);
}

/*ホームお知らせ---------*/

.home02_taitl{
    font-size: 42px;
    text-align: center;
    margin-bottom: 1em;
}


/*home03〜home_05共通*/
.flex_text{
    line-height: 2em;
}
.flex_text span,
.home_taitl span{
    color: var(--p_color);
}

.home_taitl{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.2em;
	position:relative;
	z-index: 1;
	transition: 1s;
    transform: translateY(-1em);
    opacity: 0;
}
.home_taitl.show{
	transform: translateY(0em);
    opacity: 1;
}
.home_taitl span{
    font-size: 1.5em;
}

.home_flex{
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.home_flex::before,
.home_flex::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}
.home_flex::before{
    width: 1px;
    background-color: #000;
    top: 14px;
	height:0;
	transition:1s;
}
.home_flex.show::before{
	height:100%;
}
.home_flex::after{
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
}
.flex_l,
.flex_r{
    width: 50%;
    padding: 0 50px;
	position:relative;
}
.flex_l{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex_r {
    padding-right: 100px;
}

/*ホーム豚肉へのこだわり*/
.home_03{
    padding: 30px 0 50px;
	position:relative;
	transition:1s;
}
.home_03.show{
	background-color: #fff3c3;
}
.home03_img{
    text-align: center;
    margin-bottom: 30px;
}
.home03_button{
    margin-top: 60px;
}
.home03_button a{
    color: #fff;
    text-align: center;
    min-width: 12em;
    border-radius: 5px;
    padding: 0.2em;
    font-weight: 700;
}
.home03_button a span{
    font-size: 11px;
    font-size: 0.734em;
}
.housin a{
    background-color: var(--p_color);
}
.stage{
    margin-top: 10px;
}
.stage a{
    background-color:var(--g_color);
}

/*ホーム私たちの取組*/
.home04_img{
    text-align: center;
    margin-bottom: 23px;
}
/*ホームロハスファームについて*/
.home_05{
    transition:1s;
    padding: 50px 0;
	position:relative;
}
.home_05.show{
	background-color: #eca8bc;
}
.home_05 .flex_text,
.home_05 .home_taitl span{
	color:#fff;
}
.home_03 .link_button,
.home_05 .link_button{
	position: relative;
    z-index: 1;
}


/*下層ページ---------------------------------------*/

/*下層ページヘッダー*/

.contenthed_taitl h2{
    font-size: 40px;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 1.3;
}
.contenthed_taitl span{
    font-size: 1.5em;
    color: var(--p_color);
}
.contenthed_img{
    position: relative;
    z-index: -1;
}
.contenthed_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hed_text{
	
}

/*見出し*/
h2{
    font-size: 41px;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
h3{

}
h4{
    font-size: 22px;
    text-align: center;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
h5{
	font-size: 20px;
    margin-bottom: 0.5em;
    line-height: 1.5;
	border-bottom:1px solid ;
}
h6{
    color: var(--p_color);
    font-size: 1em;
}




/*お知らせ*/
/*お知らせ一覧*/

.news_list li + li{
    margin-top: 1em;
}
.news_list li a{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.news_list li .news_data,
.news_list li .news_cat{
    width: 11em;
}
.news_list li .news_cat span{
    display: inline-block;
    margin-right: 0.5em;
}
.news_list .news_taitl{
    width: calc(100% - 22em);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#sidebar .inw,
.lowernews_list .inw{
    background-color: #f7f7f7;
    border-radius: 5px;
   
}
#sidebar .inw{
    padding: 0 90px;
}
.lowernews_list .inw{
    padding: 70px 90px;
}
.lowernews_list{
    margin-top: 40px;
}
#sidebar .widget-title{
    display: none;
}
.lowernews_list{
    font-size: 0.8em;
}
.lowernews_list .news_list li .news_data{
    text-decoration: none;
    width: 9em;
}
.lowernews_list li:not(:nth-last-child(1)){
    border-bottom: 2px dotted #e6e6e7;
    background-position: 0 bottom;
    background-repeat: repeat-x;
}
.lowernews_list .news_list li + li{
    margin-top: 0;
}
.lowernews_list a{
    padding: 2em 1em;
    -webkit-align-items: center;
    align-items: center;
}
.news_cat span {
    width: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    padding: 0.5em 0;
    border-radius: 3px;
}
.lowernews_list .news_list .news_taitl{
    -webkit-line-clamp: 2;
    font-size: 1.2em;
}
/*ページナビ----*/
.pagination{
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px;
}
.pagination :is(a,span){
    font-size: 0.875rem;
    border-radius: 5px;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    
}
.pagination :is(span),
.pagination a:hover{
    background-color: #333;
    color: #fff;
}

/*詳細ページ---------------*/

.basebox img{
    display: block;
}
.basebox img.alignleft{
    float: left;
}
.basebox img.aligncenter{
    margin: auto;
}
.basebox img.alignright{
    float: right;
}
.basebox :is(td, th){
    padding: revert-layer;
}
.basebox :is(ul,ol){
    list-style: auto;
}
.basebox :is(li){
    list-style: inherit;
}
.news_itemtaitl{
    margin-bottom: 60px;
}
.news_itemtaim{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.8em;
}
.news_itemtaim .news_cat span{
    background-color: #e6e6e7;
}
.news_itembox .basebox{
    background-color: #f7f7f7;
    padding: 50px;
    border-radius: 5px;
    margin-bottom: 50px;
}
.news_itembox .news_itemimg{}

.content_nav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
}
.content_nav ul :is(a,span){
    display: inline-block;
    width: 3em;
    height: 3em;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0.5em;
}
.content_nav ul span{
    opacity: 0.1;
}
.content_botn
/*固定ページ-----------------------------*/

.p_box{
    scroll-margin-top: 100px;
}

.p_box + .p_box{
    margin-top: 100px;
}
.text_box + .text_box{
    margin-top: 45px;
}
.pink{
    color: var(--p_color);
}
.green{
    color: var(--g_color);
}

/*ロハスファームについて*/
.about_box{
    margin-top: 100px;
}
.about_01{
    background-color: #f0f0f0;
    padding: 40px 54px;
	background-image: url(images/about01_img.png);
    background-position: center right;
    background-repeat: no-repeat;
}
.thema_text{
    text-align: center;
    font-size: 23px;
    margin-bottom: 1em;
}
.thema_text b{
    padding: 0.2em 0.5em;
    border: 1px solid #000;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}
.thema_text b::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    bottom: -5px;
    right: -5px;
}
.about01_taitl{
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
	transition:1s;
	opacity:0;
	transform: translateX(-2em);
}
.about01_taitl.show{
	opacity:1;
	transform: translateX(0);
}
.about01_01text{
    text-align: center;
}
.about01_02text{
    line-height: 1.8em;
}
.about_02{
    background-color: #fff3c3;
    padding: 50px 97px;
    line-height: 1.8em;
}
.about02_img{
    margin-bottom: 60px;
}
.about_02 h6{
    text-align: center;
}
.about02_list li{
    padding-left: 1.2em;
    position: relative;
}
.about02_list li::before{
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    left: 0;
    top: 0.4em;
    border-radius: 50%;
    background-color: var(--p_color);
}
.about03_img ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap:1%;
}
.Company_Name{
    margin-bottom: 30px;
}
.about03_table table{
	width:100%;
}
.about03_table th{
    font-weight: 400;
    white-space: nowrap;
    vertical-align: top;
	padding-right: 0.5em !important;
}
.about03_table th::before{
    content: "・";
    display: inline-block;
}
.about03_table td::before{
    content: "：";
    display: inline-block;
	    position: absolute;
    left: -0.2em;
}
.about03_table td.no_comma::before{
	display:none
}
.about03_table :is(th,td){
    padding: 21px 0;
    border-bottom: 1px solid #000;
}
.about03_table td{
	padding-left:0.5em;
	position: relative;
}

/*取組---------------*/
.torikumi_00h{
	color: var(--p_color);
    font-size: 22px;
    line-height: 1.3;
    border-left: 5px solid;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
	font-weight:600;
}
.torikumi_00h span{
	display:inline-block;
	font-size:1rem;
	color:#000;
	margin-left: 1em;
}
.torikumi_00h p{
	margin-bottom:0;
}
.torikumi{
	position: relative;
    padding: 95px 0;
	background-image:url(images/torikumi_img.png), url('images/torikumi_miz.png');
	background-repeat:no-repeat, no-repeat;
	background-size:35%,100%;
	background-position:top right, bottom center;
	padding-bottom: 21%;
}
.torikumi::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 65%, rgba(240, 240, 240, 1) 100%);
	z-index:-1;
}
.torikumi_h{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
	font-size:33px;
	& h2{
		font-size:1em;
	}
	& .torikumi_himg{
		width:470px;
	}
}
.torikumi_h p b{
    display: inline-block;
    background-color: var(--p_color);
    color: #fff;
    padding: 0 3em;
}
.torikumi_list ul li{
	border-bottom-left-radius: 1em;
	border-left:1px solid var(--p_color);
	border-bottom:1px solid var(--p_color);
	padding-left:2em;
}
.torikumi_list ul li + li{
    margin-top: 45px;
}
.torikumiimg ul{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
    grid-gap: 1em 5rem;
}
.torikumiimg img{
	width:100%;
}
.torikumiimg .link_button{
	text-align:left;
	margin-top:10px;
}
.torikumiimg .link_button .link_text{
	background-color: var(--p_color);
    padding: 0.2em 0.6em;
    font-size: 1.13em;
	width:100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.torikumiimg .link_button .link_text i{
	    margin-bottom: 0;
    font-size: 1.2em;
    vertical-align: text-bottom;
}
.torikumiimg .link_button .link_text i::before {
    width: 1em;
    height: 1em;
}
/*こだわり---------------*/
body:has(.kodawari_01) .content_hed{
	margin-bottom:0;
}
.kodawari{
    
}

.kodawari_01,
.kodawari_02{
    padding: 55px 0;
}
.kodawari_02{
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 47%;
}
.kodawari_01{
    background-color:var(--l_color);
}
.kodawari_02{
    background-color: #ebf3d8;
    background-image: url(images/kodawari_02.png);
}
.kodawari_h{
    font-size: 25px;
    letter-spacing: 0.1em;
	overflow:hidden;
}
.kodawari_h p + p{
    margin-right: 0.8em;
}
.kodawari_h p span{
    display: inline-block;
    padding-right: 0.2em;
	position:relative;
}
.kodawari_h p span::before{
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:1px;
	height: 100%;
	transform: translateY(-100%);
}
.kodawari02_imglist{
	display: -webkit-flex;
    display: flex;
	margin-top: -3%;
	overflow:hidden;
}
.kodawari02_imglist span{
	opacity:0;
	transform: translateY(-100%);
}
.kodawari_h.show p span::before,
.show .kodawari02_imglist span{
	animation: textanimation 1s forwards;
}
.kodawari_h.show p:nth-child(1) span::before,
.show .kodawari02_imglist span:nth-child(1){
    animation-delay: 0.2s;
}
.kodawari_h.show p:nth-child(2) span::before,
.show .kodawari02_imglist span:nth-child(2) {
     animation-delay: 0.4s;
}
.kodawari_h.show p:nth-child(3) span::before,
.show .kodawari02_imglist span:nth-child(3) {
    animation-delay: 0.6s;
}
.kodawari_h.show p:nth-child(4) span::before,
.show .kodawari02_imglist span:nth-child(4) {
    animation-delay: 0.8s;
}
.kodawari_h.show p:nth-child(5) span::before,
.show .kodawari02_imglist span:nth-child(5) {
    animation-delay: 1s;
}
.kodawari_h.show p:nth-child(6) span::before,
.show .kodawari02_imglist span:nth-child(6) {
    animation-delay: 1.2s;
}
.kodawari_h.show p:nth-child(7) span::before,
.show .kodawari02_imglist span:nth-child(7) {
    animation-delay: 1.4s;
}
.kodawari_01 .kodawari_h span::before{
    background-color: var(--p_color);
} 
.kodawari_02 .kodawari_h span::before{
    background-color: var(--g_color);
}

@keyframes textanimation {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
		opacity:1;
    }
}
.kodawari_h.show p span::before{
	
}
.kodawari01_01{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	gap:50px;
	margin-bottom:20px;
}
.kodawari01_01 .kodawari_h {
	width: 25%;
}
.kodawari01_01img{
	width: 68%;
}
.kodawari_bh{
    text-align: center;
    margin-bottom: 20px;
}
.kodawari_bh p{
    display: inline-block;
    min-width: 290px;
    padding: 0.2em;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-bottom:0;
    line-height: 1.5;
}
.kodawari_bh p span{
    font-size: 19px;
}
.kodawari_01 .kodawari_bh p{
    background-color: var(--p_color);
}
.kodawari_02 .kodawari_bh p{
    background-color: var(--g_color);
}
.kodawari01_img,
.kodawari02_img{
    text-align: center;
    margin-bottom: 35px;
}
.kodawari01_img{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.kodawari01_imgbox{
	background-image:url(images/kodawari01_imgbox.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: 100%;
}
.kodawari01_imgbox ul li{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.kodawari01_imgbox ul li span{
	opacity:0;
}

.kodawari01_imgbox ul li:nth-child(1) span:nth-child(1){
    animation-delay: 0.2s;
}
.kodawari01_imgbox ul li:nth-child(2) span:nth-child(1){
    animation-delay: 0.4s;
}
.kodawari01_imgbox ul li:nth-child(3) span:nth-child(1){
    animation-delay: 0.6s;
}
.kodawari01_imgbox ul li:nth-child(3) span:nth-child(2){
    animation-delay: 0.8s;
}
.kodawari01_imgbox ul li:nth-child(2) span:nth-child(2){
    animation-delay:1s;
}
.kodawari01_imgbox ul li:nth-child(1) span:nth-child(2){
    animation-delay: 1.2s;
}
.kodawari01_imgbox.show ul span {
    animation: kodawari01 1.5s forwards;
}
@keyframes kodawari01 {
    0% {
        opacity:0;
    }

    100% {
		opacity:1;
    }
}

/*採用情報----------*/
/*一覧*/
body:has(.interview) .content_hed{
	margin-bottom:0;
}
.interview_01,
.interview_content{
	background-color:#dcffff;
	padding:70px 0;
}
.interview01_hed{
	background-color: #fff;
    font-size: 32px;
    color: #cc9966;
    line-height: 1.5em;
    border-radius: 20px;
    padding: 50px;
    font-weight: 600;
	margin-bottom:120px;
}
.interviewlist_hed{
	text-align:center;
	font-weight:600;
	font-size:46px;
	margin-bottom:0.9em;
}
.interviewlist_hed span{
	display:inline-block;
	position:relative;
	padding:0 0.4em;
	line-height:1;
}
.interviewlist_hed span::before,
.interviewlist_hed span::after{
	content:"";
	display:block;
	position:absolute;
	width:1px;
	height:1em;
	bottom:0;
	background-color:#000;
}
.interviewlist_hed span::before{
	left: 0;
    transform: rotateZ(-23deg);
}
.interviewlist_hed span::after{
	right: 0;
    transform: rotateZ(23deg);
}
.interview_list li+ li{
	margin-top:115px;
}
.interviewlist_data{
	position:relative;
	padding-bottom:20px;
	margin-bottom:10px;
}
.interviewlist_data::before{
	content:"";
	display:block;
	width:0;
	height:1px;
	background-color:#000;
	position:absolute;
	bottom:0;
	transition:1s;
}
.interview_list li:nth-child(2n+1) .interviewlist_data::before{
	right:0
}
.interview_list li:nth-child(2n+2) .interviewlist_data::before{
	left:0;
}
.interview_textbox.show .interviewlist_data::before{
	width:100%;
}
.interviewlist_no{
	font-size: 70px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-bottom: 0.3em;
	transition:1s;
	opacity:0;
}
.interview_textbox.show .interviewlist_no{
	opacity:1;
}
.interview_datas {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: flex-end;
    align-items: flex-end;
	flex-wrap:wrap;
	color:#3fdee0;
	font-weight:600;
	gap:1em;
	line-height: 1;
}
.interview_name{
	font-size:28px;
}
.interview .interview02_mapbox {
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 30px 5%;
}
.interview02_map{
	margin:20px 0;
}
.interview02_map iframe{
	width:100%;
}
.interview03_box{
	background-color:#f0f0f0;
	border-radius: 20px;
	padding: 50px 5%;
}
.interview03_box{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: flex-end;
    align-items: flex-end;
	flex-wrap:wrap;
	gap:30px;
}
.interview03_text .Beb{
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 0.1em;
}
.interview03_text p{
	margin-bottom:0;
}
.interview03_link a{
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 26px;
    padding: 0.5em 1em;
    font-weight: 600;
	
}
.interview_contentimg,
.interview_vdeo{
	position:relative;
	z-index: 1;
}
.interview_hed_content{
	padding-top:40px;
	position:relative;
	margin-bottom: 35%;
}
.interview_hed_content::before{
	content:"";
	display:block;
	position:absolute;
	background-color:#3fdee0;
	border-radius:50%;
	width: 73%;
    padding-top: 73%;
    left: -15%;
    top: -51%;
}
.interview_hed_textbox{
	color: #fff;
	position:relative;
}
.job_no{
	font-size:50px;
	font-size: 3.34em;
	line-height:1;
	font-weight:600;
    opacity: 0.3;
	margin-bottom: 0.4em;
}
.interview_vdeo{
    aspect-ratio: 16 / 9;
}
.interview_vdeo iframe{
	width: 100%;
    height: 100%;
}
.interview_box li{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 355px), 1fr));
	grid-gap: 2rem;
}
.interview_box li + li{
	margin-top:100px;
}
.interview_boximg{
	text-align:center;
}
.interview_foot li{
	background-color:#fff;
	padding: 30px;
	display: -webkit-flex;
    display: flex;
}
.interview_foot :is(.job_person,.interview_name){
	color:#3fdee0;
}
.interview_footimg > div{
	padding-top: 63%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.interview_foot .link_button + .link_button{
	margin-top:2em;
}
.interview_foot .link_button a{
	width:100%;
}
.interview_foot .splide__arrows button{
	position: absolute;
    z-index: 1;
    padding: 10px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}
.interview_foot .splide__arrows svg{
	fill: #fff;
}
.interview_foot .splide__arrow--prev{
	left:-55px;
	transform: rotate(-180deg);
}
.interview_foot .splide__arrow--next{
	right:-55px
}

/*お問い合わせ------------*/

.contectfom{
    margin: auto;
}
.contectfomw{
    margin-top: 1em;
    
}
.foomhedkom span{
    color: #ca750d;
}
.contectfomw table{
    width: 100%;
}
.contectfomw th span{
    color: #ca750d;
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
}

.contectfomw td :is(.name,.mail,.taitl,.wpcf7-validates-as-required ) {
    width: 100%;
}
.contectfomw :is(input, textarea ) {
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    background: #f1f1f1;
    color: #6c6c6c;
    letter-spacing: .1em;
}
.contectfomw td p{
    font-size: 0.8em;
    margin-bottom: 10px;
    line-height: 1.45;
}
.contct_botm{
    text-align: center;
    margin-top: 30px;
}
.contct_botm input{
    border: none;
    padding: 10px 40px;
    background-color: #808080;
    color: #fff;
}

/*ファイテンの技術*/
body:has(.fainthin){
	& .content_hed{
		& .in{
			display:none;
		}
	}
}
.fainthin{
	& h3{
		font-size: 1.5em;
        color: #fff;
        background-color: #3fdee0;
        padding: 0.3em 1em;
        border-radius: 2em;
        margin-bottom: 0.8em;
	}
	h5{
		border-bottom:0;
		color:#3fdee0;
	}
	& p + p{
		margin-top:2em;
	}
	& .fainthin_02-02img ul,
	.fainthin_02-05content ul{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
		grid-gap: 1rem;
		text-align: center;
	}
}









