@charset "UTF-8";

#header h1 img{
	filter: invert(100%);
}

#kv{
	margin: 60px auto 30px;
	padding: 0 0 0 0;
	position:relative;
	height: 100px;
	min-width: auto;
	background-color:rgba(0,0,0,0.05);
}

#kv_inner{
	margin: 0 0px ;
	padding: 0 0 0 0;
	height: 100px;
	min-width: auto;
	position:relative;
display: flex;
align-items:center;
justify-content:center;
}


h2.h2_tit{
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	font-weight: 700;
	font-style: normal;
font-size: 24px;
letter-spacing: 0.1em;
line-height: 1.5;
color: #383837;
}

h2.h2_tit small{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
display:block;
font-weight: normal;
font-size: 15px;
letter-spacing: 0.04em;
line-height: 1.5;
text-align: center;
color: #383837;

display:none;
}



h2.h2_style{
	margin: 0 auto 10px;
	padding: 0 0 0;
	position: relative;

font-family: "Noto Sans JP";
font-weight: bold;
font-size: 15px;
letter-spacing: 0.05em;
line-height: 29px;
text-align:justify;
color: #585858;
}

h2.h2_style span{
	margin: 0 0 0;
	padding: 0 0 0 20px;
	position: relative;;
font-family: Poppins;
font-weight: 500;
font-size: 18px;
letter-spacing: 0.1em;
line-height: 38px;
text-align:justify;
color: #585858;

}

#document{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;

}



.greeting_area{
	min-width: auto;
	margin: 0 auto 50px;
	padding: 40px 0 30px;
	position:relative;
	text-align:center;
	background-color:#F2F2F2;
}


.greeting_block{
	margin: 0 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
display: flex;
align-items:flex-start;
justify-content:flex-start;
flex-wrap:wrap;

}

.greeting_block h2.h2_style{
order:1;
	width: 100%;
margin: 0 0 10px;
text-align:left !important;
}
.greeting_p{
	width: 300px;
	margin: 0 auto 0;
	padding: 0 0 0;
	position: relative;
text-align: right;
	order:4;
}

.greeting_p img{
	margin-bottom: 0px;
	width:100%;
	height:auto;
}

.greeting_p small{
	width: auto;
	margin: 0 0;
	padding: 0 0 0;
	position: relative;
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 14px;
letter-spacing: 0.03em;
line-height: 34px;
text-align:justify;
color: #585858;

}

.greeting_p strong{
	width: auto;
	margin: 0 0;
	padding: 0 0 0 15px;
	position: relative;
font-family: "Noto Sans JP";
font-weight: 500;
font-size: 20px;
letter-spacing: 0.05em;
line-height: 43px;
text-align:justify;
color: #585858;

}

.greeting_txt{
	width: 300px;
	margin: 0 auto 30px;
	padding: 0 0 0;
	position: relative;
font-family: "Noto Sans JP";
font-weight: 400;
font-size: 14px;
letter-spacing: 0.0;
line-height: 1.8;
text-align:justify;
color: #383837;
order:3;
}


.greeting_tit{
	width: 300px;
	margin: 0 auto 20px;
	padding: 0 0 0;
	position: relative;
font-family: "Noto Sans JP";
font-weight: 500;
font-size: 20px;
line-height: 1.8;
text-align:justify;
color: #383837;
order:2;
}





.profile_area{
	width: auto;
	margin: 0 20px 80px;
	padding: 0 0;
	position:relative;
	text-align:center;
}


.profile_area h4{
	margin: 30px 0 10px 0;
	padding: 5px 40px 5px 15px;
	position:relative;
font-weight: 500;
font-size: 15px;
line-height: 1.7;
text-align:justify;
color: #585858;
border-left:2px solid #585858;
cursor: pointer;
}

.profile_area h4:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ddd;
}

.profile_area .profile_txt{
	margin: 0 0 30px 15px;
	padding: 0 0;
	position:relative;
}

.profile_area .profile_txt p{
	margin: 0 0 0 0;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 13px;
line-height: 1.7;
text-align:justify;
color: #585858;

}

ul.profile_p{
	margin: 30px auto 40px;
	padding: 0 0 0;
	position:relative;
	display: flex;
	justify-content:space-between;
}

ul.profile_p li{
	margin: 0;
	padding: 0 0 0;
	position:relative;
font-weight: normal;
font-size: 11px;
letter-spacing: 0.03em;
line-height: 1.5;
text-align: center;
color: #585858;
width:45%;
}
ul.profile_p li img{
margin-bottom:5px;
width:100%;
height:auto;
}



.ac_icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.ac_icon {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.ac_icon::before, .ac_icon::after {
  display: flex;
  content: '';
  background-color: #999;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.ac_icon::before {
  width: 100%;
  height: 2px;
}
.ac_icon::after {
  width: 2px;
  height: 100%;
}

.profile_area h4.open .ac_icon_box {
  transform: translateY(-50%) rotate(-180deg);
}
.profile_area h4.open .ac_icon::after {
  content: none;
}
.profile_area h4.open + .ac_content {
  display: block;
}
.profile_area h4.open:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0px;
  content: '';
  background: #ddd;
}



.outline_area{
	margin: 0 20px 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.outline_box{
	max-width: auto;
	min-width: auto;
	margin: 0px -20px 40px;
	padding: 30px 30px 20px;
	position:relative;
	text-align:center;
	background-color:#f4f4f4;

}

table.table_outline{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:330px;
}

table.table_outline th{
	margin: 0 0;
	padding: 0 0 15px 0;
	position:relative;
font-weight: 600;
font-size: 13px;
letter-spacing: 0.03em;
line-height: 1.7;
text-align:justify;
color: #585858;
vertical-align:top;
white-space:nowrap;
width:100px;
}
table.table_outline td{
	margin: 0 0;
	padding: 0 0 15px;
	position:relative;
font-weight: 400;
font-size: 13px;
letter-spacing: 0.03em;
line-height: 1.7;
text-align:justify;
color: #585858;
}
table.table_outline th iframe{
height:200px;
}

.btn_staff{
	margin: 0 auto;
	padding: 0 0 0;
	position:relative;
	text-align: center;
}

.btn_staff a{
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	background-color:#949494;

font-family: "Noto Sans JP";
font-weight: 500;
font-size: 16px;
letter-spacing: 0.03em;
line-height: 34px;
text-align: center;
color: #fff;
display:block;
width:300px;
}

.btn_staff a span{
font-family: Poppins;
font-weight: 600;
font-size: 17px;
letter-spacing: 0.1em;
line-height: 20px;
text-align: center;
color: #fff;
display:block;
margin-bottom:5px;
}
.work_area{
	max-width: auto;
	min-width: auto;
	margin: 0 20px 70px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.work_map{
	margin: 0 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.work_map img{
	width:100%;
	height:auto;
}



.recruit_area{
	margin: 0 20px 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.recruit_p{
	margin: 0 auto 15px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.recruit_p img{
	width:100%;
	height:auto;
}

.recruit_area h4{
	margin: 0 auto 15px;
	padding: 0 0;
	position:relative;
font-weight: 600;
font-size: 18px;
letter-spacing: 0.05em;
line-height: 1.8;
text-align: center;
color: #585858;
}
.recruit_area h3{
	margin: 40px auto 20px;
	padding: 0 0;
	position:relative;
font-weight: 600;
font-size: 20px;
letter-spacing: 0.05em;
line-height: 1.8;
text-align: center;
color: #585858;
}

.recruit_area p{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;

font-family: "Noto Sans JP";
font-weight: normal;
font-size: 14px;
letter-spacing: 0.03em;
line-height: 1.6;
text-align:justify;
color: #585858;
}


.btn_block{
	margin: 0 auto;
	padding: 0 0 0;
	position:relative;
	text-align: center;
}

.btn_block a{
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	background-color:#585858;

font-weight: normal;
font-size: 12px;
line-height: 22px;
text-align: center;
color: #fff;
display:inline-block;
width:auto;
}
.btn_block a img{
vertical-align:middle;
filter: brightness(2);
padding-left:30px;
transition-duration: .2s;
}

/*　アニメーションSP
====================================================*/

/*　共通　※wow.jsでタイミング指定　*/

@keyframes fadeIn01 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadein01 {
    animation-name: fadeIn01;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}

@keyframes fadeInUp02 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadein_up02 {
    animation-name: fadeInUp02;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}

@keyframes fadeInRight02 {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadein_right02 {
    animation-name: fadeInRight02;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}





/*　個別　*/
@keyframes fadeInUp01 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.h2_kv01 {
    animation-name: fadeInUp01;
    animation-duration: 0.4s; /* アニメーションの所要時間 */
    animation-delay: 0.4s; /* アニメーション開始までの遅延時間 */
    animation-fill-mode: backwards; /* 遅延時間中の要素のスタイルをどう扱うか */
    animation-timing-function: ease-out; /* タイミング関数をease-outに設定 */
}
.h2_kv02 {
    animation-name: fadeInUp01;
    animation-duration: 0.4s;
    animation-delay: 0.9s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}

@keyframes fadeInRight01 {
    from {
        opacity: 0;
        transform: translateX(6px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.h3_kv {
    animation-name: fadeInUp01;
    animation-duration: 0.4s;
    animation-delay: 1.5s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}



