/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6,button{
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  color: #000;
  font-size: 1rem;
  letter-spacing: 0;
  /* ベース16px */
  line-height: 1.625;
  /* 16px → 26px 相当 */
}
html {
    scroll-behavior: smooth;
}

.en_reg{
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en_demi{
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.en_bold{
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.en_heavy{
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.bold{
  font-weight:600;
}

::selection {
  background:#FCF16E;
  color:#5B3568;
}

::-moz-selection {
  background:#FCF16E;
  color:#5B3568;
}

/* 標準状態 */
html.fs-normal {
  font-size: 100%;
}

/* 拡大状態（ここで125%にする） */
html.fs-large {
  font-size: 110%;
}


body {
  min-width: 1280px;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}
html{
  scroll-padding-top:122px;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  display: block;
  }
a img {
  border: none;
  border-style:none;
}

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

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


.sp_br{
  display: none;
}

a.text_hover{
  transition: opacity 0.2s ease;
}
a:hover.text_hover{
  opacity: 0.5;
}

.eye img{
  display:none;
}
.eye img.is-active{
  display:block; /* 1枚だけ表示 */
}


/*■■■■■■■■　Font　■■■■■■■■*/

#headerSentinel{
  height: 0;
}



header{
  padding: 40px 0;
  background: #FFF;
  position: relative;
}

header.is-fixed{
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;           
  animation: headerSlideDown .25s ease-out both;
}
@keyframes headerSlideDown{
  from{
    transform: translateY(-100%);
  }
  to{
    transform: translateY(0);
  }
}


header .wrap{
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
header h1{
  width: 410px;
}

header .menu{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
header .menu .c-fontsize{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
header .menu .c-fontsize .c-fontsize__label{
  margin-right: 10px;
}
header .menu .c-fontsize .c-fontsize__buttons button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 8px;
  margin-right: 5px;
  appearance: none;
  font-size: 1rem;
  line-height: 1.625;
  font-weight:300;
  color: #000;
  border: 1px solid #000;
}
header .menu .c-fontsize .c-fontsize__buttons{
  margin-right:20px;
}
header .menu .c-fontsize .c-fontsize__buttons button.is-current{
  background: #000;
  color: #FFF;
}
header .menu .btn_minkan a{
  font-size: 1rem;
  line-height:42px;
  padding:0 35px;
  color: #FFF;
  border-radius: 20px;
  display: block;
  background: linear-gradient(to right,#00affc,#0062fc);
}

header .nav_frag{
  width: 62px;
  height: 62px;
  position:absolute;
  top:30px;
  right:20px;
  z-index: 99;
  background: url("../images/nav_flag_bg.svg") no-repeat center;
  background-size: cover;
}
header .nav_frag .inner{
  width: 28px;
  height: 12px;
  position: relative;
  margin:25px auto;
}
header .nav_frag .inner span{
  width: 28px;
  height: 1px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  display: block;
  background: #00affc;
}
header .nav_frag.close .inner span{
  height: 0;
}
header .nav_frag .inner span:before,
header .nav_frag .inner span:after{
  content: "";
  width:28px;
  height: 1px;
  position: absolute;
  top:-6px;
  left:50%;
  transform: translate(-50%,0);
  display: block;
  background: #00affc;
  transition: 0.2s all ease;
}
header .nav_frag.close .inner span:before,
header .nav_frag.close .inner span:after{
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  top:50%;
  left:50%;
  display: block;
  background: #00affc;
  transition: 0.2s all ease;
}
header .nav_frag .inner span:before{
  top:6px;
  left:50%;
}
header .nav_frag.close .inner span:before{
  top:50%;
  left:50%;
  transform: translate(-50%,-50%) rotate(28deg);
}
header .nav_frag.close .inner span:after{
  top:50%;
  left:50%;
  transform: translate(-50%,-50%) rotate(-28deg);
}

.main_menu{
  display: none;
  opacity: 0;
  width:100%;
  height: calc(100% - 118px);
  background:#00affc;
  overflow: scroll;
  position: fixed;
  top:118px;
  left: 0;
  z-index: 9999;
}
.main_menu.is-open{
  opacity: 1;
}
/* 背面スクロール停止 */
body.is-menu-open{
  overflow: hidden;
}
.main_menu .inner{
  width:855px;
  margin: 0 auto;
  padding:100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_menu .inner .left,
.main_menu .inner .right{
  width:380px;
}
.main_menu .inner h2{
  background: #FFF;
  color:#00affc;
  font-size: 1.125rem;
  line-height:2.15;
  text-align: center;
  border-radius:20px;
  margin-bottom:30px;
}
.main_menu .inner h2 a{
  color:#00affc;

}
.main_menu .inner ul{
  margin-bottom:30px;
}
.main_menu .inner ul li{
  margin-bottom:20px;
  position: relative;
}
.main_menu .inner ul li a{
  color: #FFF;
  font-size: 1.25rem;
}
.main_menu .inner .sub_menu{
  padding-top: 25px;
  border-top: 1px solid #FFF;
}
.main_menu .inner .sub_menu a{
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.1;
  vertical-align: middle;
  margin-bottom: 20px;
}
.main_menu .inner .sub_menu a span{
  color: #FFF;
  font-size:0.75rem;
  line-height: 1.1;
  vertical-align: middle;
}


.common_bnr_list ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.common_bnr_list ul li{
  width:20%;
  height: 220px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #FFF;
}
#top .common_bnr_list ul li:nth-child(1),
#top .common_bnr_list ul li:nth-child(2),
#top .common_bnr_list ul li:nth-child(3){
  width:33.33333%;
  border-bottom: 1px solid #FFF;
}
#top .common_bnr_list ul li:nth-child(4),
#top .common_bnr_list ul li:nth-child(5){
  width:50%;
}
#top .common_bnr_list ul li:nth-child(1),
.common_bnr_list ul li:nth-child(2),
.common_bnr_list ul li:nth-child(3){
}
#top .common_bnr_list ul li:nth-child(1),
.common_bnr_list ul li:nth-child(2),
.common_bnr_list ul li:nth-child(4){
  border-right: 1px solid #FFF;
}
#top .common_bnr_list ul li:nth-child(3){
  border-right: 0;
}



.common_bnr_list ul li a{
  width: 100%;
  height: 100%;
  display:block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.common_bnr_list ul li:nth-child(5){
  border-right: 0;
}

.common_bnr_list ul li a{
  transition: all 0.2s ease;
}

.common_bnr_list ul li:nth-child(1) a{
  background:#008ce6 url(../images/com_ft_listbg01.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(1) a:hover{
  background:#007ec4 url(../images/com_ft_listbg01.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(2) a{
  background:#008ce6 url(../images/com_ft_listbg02.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(2) a:hover{
  background:#007ec4 url(../images/com_ft_listbg02.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(3) a{
  background:#008ce6 url(../images/com_ft_listbg03.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(3) a:hover{
  background:#007ec4 url(../images/com_ft_listbg03.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(4) a{
  background:#008ce6 url(../images/com_ft_listbg04.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(4) a:hover{
  background:#007ec4 url(../images/com_ft_listbg04.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(5) a{
  background:#008ce6 url(../images/com_ft_listbg05.svg) no-repeat center;
  background-size:190px;
}
.common_bnr_list ul li:nth-child(5) a:hover{
  background:#007ec4 url(../images/com_ft_listbg05.svg) no-repeat center;
  background-size:190px;
}

.common_bnr_list ul li a dl dt{
  font-size:1rem;
  color: #FFF;
  margin-bottom:10px;
}
.common_bnr_list ul li a dl dd{
  font-size:1.5rem;
  line-height: 1.4;
  color: #FFF;
}
.common_bnr_list ul li a dl dd span{
  font-size:1rem;
  line-height: 1.4;
  display: block;
}


footer{
  width: 100%;
  background:#ebebeb;
  padding: 30px 0;
}
footer .wrap{
  width:1000px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
footer .wrap .left{
  width:134px;
  position: absolute;
  top: 0;
  left: 0;
}
footer .wrap .right{
  width:100%;
  text-align: center;
}

footer .wrap .left h2 a{
  opacity:1;
  transition: all ease 0.2s ;
}
footer .wrap .left h2 a:hover{
  opacity:0.5;
}

footer .wrap .right dl dt{
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom:10px;
}
footer .wrap .right dl dd,
footer .wrap .right dl dd a{
  font-size:0.875rem;
  line-height: 1.6;
  margin-bottom:10px;
}
footer .wrap .right dl dd a{
  display: inline;
  font-size:0.875rem;
  line-height: 1.6;
  margin-bottom:10px;
  color: #000;
  text-decoration: none;
}
footer small{
  width:calc(100% - 60px);
  margin: 0 auto;
  font-size:0.75rem;
  line-height: 1.4;
  text-align: center;
  display: block;
  padding-top:30px;
  border-top: 1px solid #cccccc;
}


/*トップページ*/
#top .mv {
  height:calc(100vh - 122px);
  overflow: hidden;
  position: relative;
  min-height:600px;
}
#top .mv h2{
  width: 160px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%,95%);
  z-index:200;
}
#top .mv h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-55%);
  z-index:100;
}

/* Swiper本体も100%で伸ばす */
#top .mv_bg {
  height: 100%;
}

/* スライドを背景画像で全面表示 */
#top .mv_bg .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sig{
  width:580px;
  max-width: 100%;
  height: auto;
}

.sig-fill{
  fill: #00affc;
  opacity: 0;
  transition: opacity 1s ease;
}

/* 描画用（線） */
.sig-draw{
  fill: none;
  stroke: #00affc;
  stroke-width:1;          /* 太さは要調整（手書き感のコア） */
  stroke-linecap: round;
  stroke-linejoin: round;
}
#top .concept{
  background:#00affc;
  position: relative;
}
#top .concept .copy{
  width: 100%;
  height: 100vh;
  min-height: 750px;
  background: rgba(0,175,252,0.8);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition: opacity 1s ease, visibility 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transition-delay: 0.5s;
}
#top .concept .copy.is-show{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* concept内だけ fixed 風 */
#top .concept .copy.is-fixed{
  position: fixed;
  top:100px;
  left: 0;
  z-index: 500;
}
#top .concept .copy.is-bottom{
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

#top .concept .copy .wrap{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);

}
#top .concept .copy .wrap p{
  font-size: 1.6em;
  line-height:1.8;
  color:#FFF;
  text-align: center;
  margin-bottom: 30px;
}
#top .concept .copy .wrap h3{
  font-size: 2em;
  line-height:1.8;
  color:#FFF;
  text-align: center;
  margin-bottom: 30px;
}

#top .concept ul{
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 2%;
  gap:2%;
  justify-content:;
  position: relative;
}
#top .concept ul li{
  width:23.5%;
  margin-bottom:2%;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}
#top .concept ul li.is-in{
  opacity: 1;
  transform: translateY(0);
}
#top .syokusyu{
  padding: 120px 0;
  width: 1200px;
  margin: 0 auto;
}
#top .syokusyu h2{
  font-size: 2rem;
  text-align: center;
  margin-bottom:50px;
}
#top .syokusyu ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .syokusyu ul li{
  width:360px;
  height: 250px;
  position: relative;
}
#top .syokusyu ul li a{
  width:100%;
  height:100%;
  display: block;
}

#top .syokusyu ul li a:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 175, 252, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  transition: all 0.2s ease;
}
#top .syokusyu ul li a:hover:after{
  opacity:1;
}




#top .syokusyu ul li:nth-child(1){
  background: url(../images/top_syokusyu01_bg.webp) no-repeat center;
  background-size: 100%;
}
#top .syokusyu ul li:nth-child(2){
  background: url(../images/top_syokusyu02_bg.webp) no-repeat center;
  background-size: 100%;
}
#top .syokusyu ul li:nth-child(3){
  background: url(../images/top_syokusyu03_bg.webp) no-repeat center;
  background-size: 100%;
}
#top .syokusyu ul li div.btn{
  width: 320px;
  padding:20px 0;
  font-size: 1.15rem;
  border-radius:50px;
  text-indent: -32px;
  text-align: center;
  display: block;
  background: linear-gradient(to right,#00affc,#0062fc);
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 500;
}
#top .syokusyu ul li div.btn span{
  width: 32px;
  height: 32px;
  background: url(../images/btn_arrow.webp) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right:12px;
  transform: translate(0,-50%);
}
#top .jinzai{
  width: 1200px;
  margin: 0 auto;
}
#top .jinzai .title{
  background:#00affc;
  padding:50px 0;
  text-align: center;
}
#top .jinzai .title h2,
#top .jinzai .title h3{
  color: #FFF;
}
#top .jinzai .title h2{
  position: relative;
  padding: 0 25px;
  font-size:1.15rem;
  line-height: 30px;
  margin-bottom:10px;
  display: inline-block;
}
#top .jinzai .title h3{
  font-size: 2.5rem;
}
#top .jinzai .title h2:before{
  content: "";
  display: block;
  width: 13px;
  height: 30px;
  background: url(../images/top_jinzai_title_left.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top .jinzai .title h2:after{
  content: "";
  display: block;
  width: 13px;
  height: 30px;
  background: url(../images/top_jinzai_title_right.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#top .jinzai .inner{
  background: #ebf9ff;
  text-align: center;
  padding: 80px 0 100px;
}
#top .jinzai .inner h4{
  font-size: 2.5rem;
  line-height:1.6;
  margin-bottom: 20px;
  color: #00affc;
}
#top .jinzai .inner p{
  font-size:1.2rem;
  line-height: 2;
}
#top .jinzai .inner p.mgn_btm50{
  margin-bottom: 50px;
}
#top .nozokimi{
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

#top .nozokimi h2{
  font-size: 2.5rem;
  text-align: center;
  margin-bottom:80px;
}
#top .nozokimi ul li{
  display: flex;
  justify-content: space-between;
  position: relative;
}
#top .nozokimi ul li:nth-child(1){
  margin-bottom:100px;
}
#top .nozokimi ul li figure{
  width: 750px;
  position: absolute;
  top: 0;
  right: 0;
}
#top .nozokimi ul li:nth-child(2) figure{
  left: 0;
}
#top .nozokimi ul li:nth-child(2) .textbox{
  padding-left: 780px;

}
#top .nozokimi ul li .textbox h3 span{
  font-size:5rem;
  line-height:1;
  color: #00affc;
  display: block;
  margin-bottom: -25px;
}
#top .nozokimi ul li .textbox h3{
  font-size:2.1rem;
  margin-bottom:40px;
}
#top .nozokimi ul li .textbox p{
  font-size:1.4rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
#top .nozokimi ul li .textbox .btn{
  width: 260px;
  padding:20px 30px;
  font-size: 1rem;
  border-radius:50px;
  display: block;
  background: linear-gradient(to right,#00affc,#0062fc);
  color: #FFF;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
#top .nozokimi ul li .textbox .btn:hover{
  background: linear-gradient(to left,#00affc,#0062fc);

}




#top .nozokimi ul li .textbox .btn a{
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  color: #FFF;
}
#top .nozokimi ul li .textbox .btn span{
  width: 32px;
  height: 32px;
  background: url(../images/btn_arrow.webp) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translate(0,-50%);
}
#top .nozokimi figure.eye{
  width:150px;
  position: absolute;
  top:60px;
  left:100px;
}
#top .real_voice_bnr{
  margin-bottom: 100px;
}

#top .real_voice_bnr .btn{
  width:470px;
  padding:30px;
  border-radius:50px;
  display: block;
  background: linear-gradient(to right,#00affc,#0062fc);
  color: #FFF;
  position: relative;
  margin: 0 auto 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#top .real_voice_bnr .btn:hover{
  background: linear-gradient(to left,#00affc,#0062fc);

}


#top .real_voice_bnr .btn:before{
  content: "";
  width:50px;
  height:40px;
  background: url(../images/real_voice_icon.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  top:52%;
  left: 30px;
  transform: translateY(-50%);

}
#top .real_voice_bnr .btn a{
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  color: #FFF;
}
#top .real_voice_bnr .btn span{
  width: 32px;
  height: 32px;
  background: url(../images/btn_arrow.webp) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translate(0,-50%);
}

#top .real_voice_bnr p{
  font-size: 1.2rem;
  text-align: center;
  line-height:1.7;
}
/*知事挨拶・魅力*/
#greeting .mv{
  background:#00affc;
  padding:60px 0;
}
#greeting .mv h2{
  width:680px;
  margin: 0 auto;
}
#greeting .message{
  padding:60px 0;
}
#greeting .message .wrap{
  width: 1000px;
  margin: 0 auto;
}
#greeting .message .wrap h2{
  font-size:2rem;
  text-align: center;
  color:#00affc;
  margin-bottom: 50px;
}
#greeting .message .wrap .inner{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#greeting .message .wrap .inner .left{
  width:590px;
}
#greeting .message .wrap .inner .right{
  width:280px;
}
#greeting .message .wrap .inner .left h3{
  font-size:2em;
  line-height: 1.5;
  margin-bottom:30px;
}
#greeting .message .wrap .inner .left p{
  font-size:1em;
  line-height: 1.7;
}
#greeting .message .wrap .inner .right figure{
  margin-bottom: 15px;
}
#greeting .message .wrap .inner .right p{
  font-size: 1rem;
  line-height: 1.9;
}
#greeting .miryoku{
  background:#ebf9ff;
  padding:100px 0;
}
#greeting .miryoku h2{
  font-size:2rem;
  text-align: center;
  margin-bottom: 50px;
}
#greeting .miryoku article{
  width: 1000px;
  margin: 0 auto 50px;
  background: #FFF;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 10px;
}
#greeting .miryoku article .wrap{
  display: flex;
  justify-content: space-between;
}
#greeting .miryoku article.end .wrap{
  align-items: end;
}

#greeting .miryoku article:nth-child(2) .wrap .detail,
#greeting .miryoku article:nth-child(4) .wrap .detail{
  order: 2;
}
#greeting .miryoku article:nth-child(2) .wrap figure,
#greeting .miryoku article:nth-child(4) .wrap figure{

  order: 1;
}


#greeting .miryoku article .wrap .detail{
  width:430px;
}
#greeting .miryoku article .wrap figure{
  width:424px;
}

#greeting .miryoku article .wrap figure span{
  font-size: 0.75rem;
  padding-top:10px;
  display: block;

}

#greeting .miryoku article .wrap .detail h3{
  font-size:3rem;
  margin-bottom:40px;
  color:#00affc;
}
#greeting .miryoku article .wrap .detail h4{
  font-size:1.5rem;
  margin-bottom:30px;
}
#greeting .miryoku article .wrap .detail p{
  font-size: 1rem;
  line-height: 1.8;
}



/*知事挨拶・魅力*/
#gyousei .mv{
  background:#00affc;
  padding:60px 0 ;
}
#gyousei .mv h2{
  width:680px;
  margin: 0 auto;
}
#gyousei .mechanism{
  padding:60px 0;
}
#gyousei .mechanism .wrap{
  width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
#gyousei .mechanism .wrap .left{
  width:650px;
}
#gyousei .mechanism .wrap .right{
  width:300px;
}
#gyousei .mechanism .wrap .right .kengikai{
  width:160px;
  margin: 0 auto 30px;
}
#gyousei .mechanism .wrap .right .kengikai figure{
  width: 124px;
  border:3px solid #00affc;
  color: #00affc;
  font-size: 1.5rem;
  text-align: center;
  line-height: 124px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#gyousei .mechanism .wrap .right .kengikai dl dt{
  font-size: 1.2rem;
  margin-bottom:5px;
}
#gyousei .mechanism .wrap .right .kengikai dl dd{
  font-size: 0.875rem;
  line-height: 1.6;
}
#gyousei .mechanism .wrap .right ul li{
  margin-bottom:20px;
}
#gyousei .mechanism .wrap .right ul li h3{
  font-size: 1.15rem;
  line-height:36px;
  padding:0 15px;
  border:1px solid #000;
  margin-bottom: 15px;
  font-weight: 500;
}
#gyousei .mechanism .wrap .right ul li h4{
  font-size: 1.15rem;
  margin-bottom:5px;
  font-weight: 500;
}
#gyousei .mechanism .wrap .right ul li p{
  font-size:0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
#gyousei .mechanism p.cap{
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 50px;
}


#gyousei .btn{
  width:520px;
  margin: 0 auto;
}
#gyousei .btn a{
  font-size:1.15rem;
  line-height:68px;
  vertical-align: middle;
  box-sizing: border-box;
  border:1px solid #00affc;
  color: #00affc;
  text-align: center;
  position: relative;
  border-radius:40px;
  display: block;
}
#gyousei .btn a span{
  width:32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}


/*若手社員のリアルボイス*/
#real_voice .mv{
  background:#00affc;
  padding:60px 0 ;
}
#real_voice .mv h2{
  width:590px;
  margin: 0 auto;
}
#real_voice .kensyo{
  padding:60px 0;
  background: #e6e6e6;
}
#real_voice .kensyo .wrap{
  width:1000px;
  margin: 0 auto;
}
#real_voice .kensyo .wrap h3{
  font-size:1rem;
  text-align: center;
  margin-bottom:80px;
}
#real_voice .kensyo .wrap .title dl{
  display: flex;
  align-items: center;
  margin-bottom:50px;
}
#real_voice .kensyo .wrap .title dl dt{
  width:158px;
  margin-right: 20px;
}
#real_voice .kensyo .wrap .title dl dd{
  width:635px;
  line-height:76px;
  background:#00affc;
  border-radius:40px;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
}
#real_voice .kensyo .wrap ul li{
  margin-bottom:100px;
}
#real_voice .kensyo .wrap ul li .subtitle{
  margin-bottom: 30px;
  position: relative;
}
#real_voice .kensyo .wrap ul li .subtitle figure{
  width: 134px;
  height: 134px;
  position: absolute;
  bottom: 0;
}
#real_voice .kensyo .wrap ul li .subtitle figure.left{
  left: 0;
}
#real_voice .kensyo .wrap ul li .subtitle figure.right{
  right: 0;
}
#real_voice .kensyo .wrap ul li .subtitle h4{
  font-size: 2rem;
  color:#00affc;
  text-align: center;
}
#real_voice .kensyo .wrap ul li .subtitle p{
  text-align: center;
  margin-top:20px;
}
#real_voice .kensyo .wrap ul li .subtitle p span.cyusyaku{
  display:inline;
  font-size: 0.65rem;
}
#real_voice .kensyo .wrap ul li .subtitle p span{
  display: block;
  padding-top:10px;
  font-size: 0.875rem;
}
#real_voice .kensyo .wrap ul li .comment{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap:30px;
  margin-bottom: 50px;
}
#real_voice .kensyo .wrap ul li .comment .article-wrap{
  display: flex;
  align-items: center;
   justify-content: center;  /* 横方向も中央にしたい場合 */
  background: #FFF;
  border-radius:10px;
}
#real_voice .kensyo .wrap ul li .comment.one_cloumn .article-wrap{
  width: 100%;
}

#real_voice .kensyo .wrap ul li .comment article{
  padding:25px 35px;
  font-size:1rem;
  line-height: 1.7;
}
#real_voice .kensyo .wrap ul li .comment article strong{
  font-size:1.2rem;
  color:#00affc;
}
#real_voice .kensyo .wrap ul li .comment article{
  align-items: center;
  box-sizing: border-box;
}
#real_voice .kensyo .wrap ul li .comment.two_cloumn article{
  background: #FFF;
  border-radius:10px;
  width:485px;
  font-size:1rem;
  line-height: 1.7;
  align-items: center;
  box-sizing: border-box;
}
#real_voice .kensyo .wrap ul li .support{
  border: 1px solid #00affc;
  background: #cceffe;
}
#real_voice .kensyo .wrap ul li .support h4{
  background:#00affc;
  color: #FFF;
  padding: 20px 0;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
#real_voice .kensyo .wrap ul li .support h5{
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
}
#real_voice .kensyo .wrap ul li .support p{
  width:740px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 1rem;
  line-height: 1.7;
}
#real_voice .kensyo .wrap ul li .btn{
  width:470px;
  margin: 0 auto;
  position: relative;
}
#real_voice .kensyo .wrap ul li .btn a{
  background:#666666;
  width: 100%;
  display: block;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
  border-radius:40px;
}

#real_voice .kensyo .wrap ul li .btn a span{
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}


/*制度について*/
#system .mv{
  background:#00affc;
  padding:60px 0;
}
#system .mv h2{
  width:430px;
  margin: 0 auto;
}
#system .anchorlist{
  padding:60px 0;
}
#system .anchorlist ul{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .anchorlist ul li{
  width: 228px;
  margin-bottom: 20px;
}
#system .anchorlist ul li a{
  width: 100%;
  height:65px;
  display: block;
  border: #00affc 1px solid;
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
  color:#00affc;
  transition: all 0.2s ease;
}
#system .anchorlist ul li a:hover{
  color:#00affc;
  background: #ebf9ff;
}
#system .anchorlist ul li a span{
  width:32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right:15px;
  transform: translateY(-50%);
}
#system .kinmujikan{
  background:#e6e6e6;
  padding:80px;
}
#system .kinmujikan .wrap{
  width: 1000px;
  margin:0 auto ;
}
#system .kinmujikan .wrap h3{
  font-size: 2.5rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#system .kinmujikan .wrap h4{
  font-size:1.5rem;
  text-align: center;
  margin-bottom:50px;
}
#system .kinmujikan .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .kinmujikan .wrap .inner .left,
#system .kinmujikan .wrap .inner .right{
  width: 460px;
}
#system .kinmujikan .wrap .inner ul li{
  margin-bottom:30px;
  height:110px;
}
#system .kinmujikan .wrap .inner ul li:last-child{
  margin-bottom: 0;
}
#system .kinmujikan .wrap .inner .left ul li dl dt,
#system .kinmujikan .wrap .inner .right ul li dl dt{
  font-size:1.2rem;
  color:#00affc;
  margin-bottom: 10px;
}
#system .kinmujikan .wrap .inner .left ul li dl dd,
#system .kinmujikan .wrap .inner .right ul li dl dd{
  font-size:1rem;
  line-height: 1.7;
}
#system .kinmujikan .wrap .inner ul li dl dd span{
  font-size:0.75rem;
  line-height: 1.5;
  display: block;
  padding-top: 10px;
}

#system .fukurikousei{
  padding:80px;
}
#system .fukurikousei .wrap{
  width: 1000px;
  margin:0 auto ;
}
#system .fukurikousei .wrap h3{
  font-size: 2.5rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#system .fukurikousei .wrap h4{
  font-size:1.5rem;
  text-align: center;
  margin-bottom:50px;
}
#system .fukurikousei .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .fukurikousei .wrap .inner .left,
#system .fukurikousei .wrap .inner .right{
  width: 460px;
}
#system .fukurikousei .wrap .inner ul li{
  margin-bottom:30px;
  height:110px;
}
#system .fukurikousei .wrap .inner ul li:last-child{
  margin-bottom: 0;
}
#system .fukurikousei .wrap .inner .left ul li dl dt,
#system .fukurikousei .wrap .inner .right ul li dl dt{
  font-size:1.2rem;
  color:#00affc;
  margin-bottom: 10px;
}
#system .fukurikousei .wrap .inner .left ul li dl dd,
#system .fukurikousei .wrap .inner .right ul li dl dd{
  font-size:1rem;
  line-height: 1.7;
}
#system .fukurikousei .wrap .inner ul li dl dd span{
  font-size:0.75rem;
  line-height: 1.5;
  display: block;
  padding-top: 10px;
}
#system .fukurikousei .wrap .inner .btn{
  width: 100%;
}
#system .fukurikousei .wrap .inner .btn a{
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
  padding: 20px 0;
  text-align: center;
  color:#000;
  border: 1px solid #00affc;
  border-radius:50px;
  transition: all 0.2s ease;
}
#system .fukurikousei .wrap .inner .btn a:hover{
  color:#000;
  background: #ebf9ff;
}
#system .fukurikousei .wrap .inner .btn a span{
  width:32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}
#system .fukurikousei p.cap{
  font-size: 0.875rem;
  text-align: center;
}


#system .kyuyo{
  padding:80px;
  background:#e6e6e6;
}
#system .kyuyo .wrap{
  width: 1000px;
  margin:0 auto ;
}
#system .kyuyo .wrap h3{
  font-size: 2.5rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#system .kyuyo .wrap h4{
  font-size:1.5rem;
  color:#00affc;
  margin-bottom:20px;
}
#system .kyuyo .wrap p{
  font-size:1rem;
  line-height: 1.7;
  margin-bottom:50px;
}
#system .kyuyo .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .kyuyo .wrap .inner .left,
#system .kyuyo .wrap .inner .right{
  width: 460px;
}
#system .kyuyo .wrap .inner ul li{
  margin-bottom:30px;
}
#system .kyuyo .wrap .inner ul li:last-child{
  margin-bottom: 0;
}
#system .kyuyo .wrap .inner .left ul li dl dt,
#system .kyuyo .wrap .inner .right ul li dl dt{
  font-size:1.2rem;
  height:50px;
  color:#00affc;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#system .kyuyo .wrap .inner .left ul li dl dd,
#system .kyuyo .wrap .inner .right ul li dl dd{
  font-size:1rem;
  line-height: 1.7;
}
#system .kyuyo .wrap .inner .right ul li dl dt span{
  font-size:0.75rem;
  line-height: 1.5;
  color: #000;
  width:320px;
  padding-left:20px;
}
#system .kyuyo .wrap .inner ul li dl dd table{
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-spacing: 0;
  width: 100%;
  background: #FFF;
  margin-bottom: 15px;
}
#system .kyuyo .wrap .inner ul li dl dd table th,
#system .kyuyo .wrap .inner ul li dl dd table td{
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
  font-weight: 500;
}
#system .kyuyo .wrap .inner ul li dl dd table td{
  text-align: right;
}

#system .kyuyo .wrap .inner ul li dl dd table .blue{
  background:#00affc;
  color: #FFF;
  font-weight: 700;
}
#system .kyuyo .wrap .inner ul li dl dd table .mizuiro{
  background:#ebf9ff;
  color: #000;
}
#system .kyuyo .wrap .inner ul li dl dd ul li{
  font-size:0.75rem;
  line-height: 1.5;
  margin: 0;
  text-indent: -11px;
  padding-left: 11px;
}


#system .kosodate{
  padding:80px;
}
#system .kosodate .wrap{
  width: 1000px;
  margin:0 auto ;
}
#system .kosodate .wrap h3{
  font-size: 2.5rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#system .kosodate .wrap h4{
  font-size:1.5rem;
  color:#00affc;
  margin-bottom:20px;
  position: relative;
}
#system .kosodate .wrap h4 span{
  font-size:1rem;
  position: absolute;
  right: 0;
  bottom:-5px;
  color:#000;
}
#system .kosodate .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#system .kosodate .wrap .inner table{
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-spacing: 0;
  width: 100%;
  background: #FFF;
  margin-bottom: 15px;
}
#system .kosodate .wrap .inner table th,
#system .kosodate .wrap .inner table td{
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
  font-weight: 500;
}
#system .kosodate .wrap .inner table td{
  text-align: center;
}
#system .kosodate .wrap .inner table td.left{
  text-align:left;
}

#system .kosodate .wrap .inner table th{
  background:#00affc;
  color: #FFF;
  font-weight: 700;
}
#system .kosodate .wrap .inner table .mizuiro{
  background:#ebf9ff;
  color: #000;
}
#system .kosodate .wrap .inner ul.cap li{
  font-size:0.75rem;
  line-height: 1.5;
  margin: 0;
}


#system .haizoku{
  padding:80px;
  background:#e6e6e6;
}
#system .haizoku .wrap{
  width: 1000px;
  margin:0 auto ;
}
#system .haizoku .wrap h3{
  font-size: 2.5rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#system .haizoku .wrap h4{
  font-size:1.5rem;
  color:#00affc;
  margin-bottom:20px;
  position: relative;
}
#system .haizoku .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .haizoku .wrap .inner .left{
  width:436px;
}
#system .haizoku .wrap .inner .right{
  width:464px;
}
#system .haizoku .wrap .inner .left p{
  font-size: 1rem;
  line-height: 1.7;
}

#system .joseitoyo{
  padding:80px;
}
#system .joseitoyo .wrap{
  width: 1000px;
  margin:0 auto ;
}
#system .joseitoyo .wrap h3{
  font-size: 2.5rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#system .joseitoyo .wrap h4{
  font-size:1.5rem;
  color:#00affc;
  margin-bottom:20px;
  position: relative;
}
#system .joseitoyo p{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom:50px;
}
#system .joseitoyo .wrap h5{
  font-size:1.2rem;
  color:#00affc;
  margin-bottom: 15px;
}
#system .joseitoyo .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .joseitoyo .wrap .inner table{
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-spacing: 0;
  width: 100%;
  background: #FFF;
}
#system .joseitoyo .wrap .inner table th,
#system .joseitoyo .wrap .inner table td{
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
  font-weight: 500;
}
#system .joseitoyo .wrap .inner table td{
  text-align: center;
}
#system .joseitoyo .wrap .inner table td.left{
  text-align:left;
}

#system .joseitoyo .wrap .inner table th{
  background:#00affc;
  color: #FFF;
  font-weight: 700;
}
#system .joseitoyo .wrap .inner table .mizuiro{
  background:#ebf9ff;
  color: #000;
}




#system .kensyu{
  padding:80px;
  background:#e6e6e6;
}
#system .kensyu .wrap{
  width: 1000px;
  margin:0 auto ;
}
#system .kensyu .wrap h3{
  font-size: 2.5rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#system .kensyu .wrap h4{
  font-size:1.5rem;
  text-align: center;
  margin-bottom:40px;
  position: relative;
}
#system .kensyu p{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom:50px;
}
#system .kensyu .wrap h5{
  font-size:1.2rem;
  color:#00affc;
  margin-bottom: 15px;
}
#system .kensyu .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .kensyu .wrap .inner table{
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-spacing: 0;
  width: 100%;
  background: #FFF;
}
#system .kensyu .wrap .inner table th,
#system .kensyu .wrap .inner table td{
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
  font-weight: 500;
}
#system .kensyu .wrap .inner table td{
  text-align: center;
}
#system .kensyu .wrap .inner table td.left{
  text-align:left;
}

#system .kensyu .wrap .inner table th.short{
  width: 20%;
}
#system .kensyu .wrap .inner table th{
  background:#00affc;
  color: #FFF;
  font-weight: 700;
}
#system .kensyu .wrap .inner table .mizuiro{
  background:#ebf9ff;
  color: #000;
}



#system .hatarakiyasui{
  padding: 40px 0 80px;
  background:#00affc;
}
#system .hatarakiyasui h3{
  width:565px;
  margin: 0 auto 40px;
}
#system .hatarakiyasui .wrap{
  width: 1000px;
  margin:0 auto;
  background: #FFF;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
}
#system .hatarakiyasui .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .hatarakiyasui .wrap .inner ul li{
  margin-bottom:50px;
}
#system .hatarakiyasui .wrap .inner ul li:last-child{
  margin-bottom:0;
}

#system .hatarakiyasui .wrap .inner ul li h4{
  font-size:1.5rem;
  margin-bottom:20px;
  color:#00affc;
}
#system .hatarakiyasui .inner ul li p{
  font-size: 1rem;
  line-height: 1.7;
}
#system .hatarakiyasui .wrap .inner ul li .img_group{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
#system .hatarakiyasui .wrap .inner ul li .img_group .left,
#system .hatarakiyasui .wrap .inner ul li .img_group .right{
  width:47%;
}




/*民間企業等職務経験者向け*/
#minkan .mv{
  background:#00affc;
  padding:60px 0;
}
#minkan .mv h2{
  width:680px;
  margin: 0 auto;
}
#minkan .date{
  padding:40px 0 0;
  margin-bottom:50px;
}
#minkan .date .wrap{
  width:1000px;
  margin: 0 auto;
}
#minkan .date .wrap p{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 40px;
}
#minkan .date .wrap .inner{
  background:#f0faff;
  padding:40px 162px; 
}
#minkan .date .wrap .inner h3{
  font-size: 1.5rem;
  margin-bottom:30px;
  text-align: center;
}
#minkan .date .wrap .inner h4{
  font-size: 1.2rem;
  margin-bottom:30px;
  color:#00affc;
  text-align: center;
}
#minkan .date .wrap .inner h5{
  font-size: 1rem;
  margin-bottom:10px;
}
#minkan .date .wrap .inner .graph{
  width:675px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
} 
#minkan .date .wrap .inner .graph .left,
#minkan .date .wrap .inner .graph .right{
  width:320px;
} 
#minkan .career{
  width:1000px;
  margin: 0 auto 50px;
  background:#f0faff;
  padding:40px 0; 
}
#minkan .career .wrap{
  width:900px;
  margin: 0 auto;
}
#minkan .career .wrap h3{
  font-size: 1.5rem;
  margin-bottom:40px;
  text-align: center;
}
#minkan .career .wrap h4{
  font-size: 1.2rem;
  margin-bottom:20px;
  color:#00affc;
}
#minkan .career .wrap article{
  margin-bottom: 40px;
}
#minkan .career .wrap article:last-child{
  margin-bottom: 0;
}

#minkan .interview_list{
  width:1000px;
  margin: 0 auto;
  background:#f0faff;
  padding:40px 0; 
}
#minkan .interview_list .wrap{
  width:900px;
  margin: 0 auto;
}
#minkan .interview_list .wrap h3{
  font-size: 1.5rem;
  margin-bottom:40px;
  text-align: center;
}
#minkan .interview_list .wrap ul{
  width:900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#minkan .interview_list .wrap ul li{
  width:430px;
  height:240px;
  position: relative;
}
#minkan .interview_list .wrap ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#minkan .interview_list .wrap ul li a:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 175, 252, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  transition: all 0.2s ease;
}

#minkan .interview_list .wrap ul li a:hover:before{
  opacity:1;
}

#minkan .interview_list .wrap ul li:nth-child(1) a{
  background: url(/fukuoka_prefecture/fukuokasaiyo/minkan/images/minkan_intervew01_bg.webp) no-repeat center;
  background-size: cover;
}
#minkan .interview_list .wrap ul li:nth-child(2) a{
  background: url(/fukuoka_prefecture/fukuokasaiyo/minkan/images/minkan_intervew02_bg.webp) no-repeat center;
  background-size: cover;
}
#minkan .interview_list .wrap ul li a .title{
  position: relative;
  z-index: 500;
}
#minkan .interview_list .wrap ul li:nth-child(2) a .title h4{
  font-size:2rem;
  color:#FFF;
  text-align: center;
}
#minkan .interview_list .wrap ul li a .title h4{
  font-size:2rem;
  color:#000;
  text-align: center;
}
#minkan .interview_list .wrap ul li a .title h5{
  font-size:2.2rem;
  text-align: center;
  color:#00affc;
  margin-bottom: 10px;
}
#minkan .interview_list .wrap ul li a .title figure{
  width: 66px;
  margin: 0 auto;
}

#minkan .btn_area{
  width:470px;
  margin: 0 auto 100px;
  padding-top: 20px;
}
#minkan .btn_area .btn{
  margin-top: 30px;
}
#minkan .btn_area .btn a{
  width: 100%;
  line-height:70px;
  font-size: 1rem;
  color: #FFF;
  background:#00affc;
  position: relative;
  padding:0 20px;
  box-sizing: border-box;
  border-radius: 35px;
  text-align: center;
  transition: all 0.2s ease;
}
#minkan .btn_area .btn a:hover{
  background:#007ec4;
}
#minkan .btn_area .btn a span{
  width:32px;
  height: 32px;
  position: absolute;
  top:50%;
  right:20px;
  transform: translateY(-50%);
}



/*制度について*/
#info .mv{
  background:#00affc;
  padding:60px 0;
}
#info .mv h2{
  width:380px;
  margin: 0 auto;
}
#info .anchorlist{
  padding:60px 0;
}
#info .anchorlist ul{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#info .anchorlist ul li{
  width: 294px;
  margin-bottom: 20px;
}
#info .anchorlist ul li a{
  width: 100%;
  height:65px;
  display: block;
  border: #00affc 1px solid;
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
  color:#00affc;
  transition: all 0.2s ease;
}
#info .anchorlist ul li a:hover{
  color:#00affc;
  background: #ebf9ff;
}
#info .anchorlist ul li a span{
  width:32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right:15px;
  transform: translateY(-50%);
}
#info .jissi_yotei,
#info .minkankigyou_keikensya,
#info .gijutukei,
#info .siken_saiyo,
#info .mondai,
#info .jissi_kekka{
  padding:80px;
}

#info .jissi_yotei,
#info .gijutukei,
#info .mondai{
 background:#e6e6e6; 
}
#info .jissi_yotei .wrap,
#info .minkankigyou_keikensya .wrap,
#info .gijutukei .wrap,
#info .siken_saiyo .wrap,
#info .mondai .wrap,
#info .jissi_kekka .wrap{
  width: 1000px;
  margin:0 auto;
}
#info .jissi_yotei .wrap h3,
#info .minkankigyou_keikensya .wrap h3,
#info .gijutukei .wrap h3,
#info .siken_saiyo .wrap h3,
#info .mondai .wrap h3,
#info .jissi_kekka .wrap h3{
  font-size: 2.5rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#info .jissi_yotei .wrap p,
#info .minkankigyou_keikensya .wrap p,
#info .gijutukei .wrap p,
#info .siken_saiyo .wrap p,
#info .mondai .wrap p,
#info .jissi_kekka .wrap p{
  font-size:1rem;
  line-height: 1.7;
  text-align: left;
  margin-bottom:40px;
}
#info .jissi_yotei .wrap p a{
  color:#00affc;
  font-weight: 700;
  display: inline;
  transition: all ease 0.2s;
}
#info .jissi_yotei .wrap p a:hover{
  text-decoration: underline;
}
#info .jissi_yotei .wrap p span.cap,
#info .siken_saiyo .wrap p span.cap,
#info .mondai .wrap p span.cap{
  font-weight: 500;
  font-size:0.875rem;
  padding-top:10px;
  color: #000;
  display: block;
}
#info .siken_saiyo .wrap .flow{
  border: 2px solid #00affc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#info .siken_saiyo .wrap .flow .left,
#info .siken_saiyo .wrap .flow .right{
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}
#info .siken_saiyo .wrap .flow .right{
  background: #ebf9ff;
  padding:40px;
}
#info .siken_saiyo .wrap .flow .left h4{
  font-size: 1.2rem;
  color:#00affc;
  margin-bottom:30px;
}
#info .siken_saiyo .wrap .flow .right h4{
  font-size: 1.2rem;
  color:#00affc;
  margin-bottom:20px;
}
#info .siken_saiyo .wrap .flow .right p{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
#info .siken_saiyo .wrap .flow .left figure{
  width:370px;
  margin: 0 auto;
}

#info .btn{
  width:470px;
  margin: 0 auto;
  position: relative;
}
#info .btn a{
  background:#666666;
  width: 100%;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  padding: 15px 0;
  border-radius:40px;
  transition: all 0.2s ease;
}
#info .btn a:hover{
  background:#444;
}
#info .btn a small{
  font-size: 0.875rem;
  display: block;
}
#info .btn a span{
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}




/*ガイダンス・説明会*/
#guidance .mv{
  background:#00affc;
  padding:60px 0;
}
#guidance .mv h2{
  width:380px;
  margin: 0 auto;
}

#guidance .schedule{
  padding:60px 0;
  background:#e6e6e6;
}
#guidance .schedule .wrap{
  width:960px;
  margin: 0 auto;
}
#guidance .schedule .wrap p{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom:50px;
}


#guidance .schedule .btn{
  width:470px;
  margin: 0 auto 10px;
  position: relative;
}
#guidance .schedule .btn a{
  background:#FFF;
  border: #00affc 1px solid;
  width: 100%;
  color: #00affc;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  padding: 15px 0;
  border-radius:50px;
  transition: all 0.2s ease;
}
#guidance .schedule .btn a:hover{
  color:#00affc;
  background: #ebf9ff;
}
#guidance .schedule .btn a span{
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}
#guidance .schedule .wrap p.cap{
  font-size: 0.875rem;
  text-align: center;
}
#guidance .schedule .inner ul li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#guidance .schedule .inner ul li.long{
  width: 100%;
}
#guidance .schedule .inner ul li{
  background: #FFF;
  border-radius: 10px;
  padding:50px;
  position: relative;
  margin-bottom: 50px;
}
#guidance .schedule .inner ul li .left{
  width: 435px;
}
#guidance .schedule .inner ul li .right{
  width:400px;
}
#guidance .schedule .inner ul li h3{
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom:15px;
  color:#00affc;
}
#guidance .schedule .inner ul li p{
  font-size: 1rem;
  margin-bottom:0;
  line-height: 1.7;
}
#guidance .schedule .inner ul li figure.icon{
  width:96px;
  position: absolute;
  left:40px;
  top: -48px;
}

#guidance .schedule .inner ul li .right .btn{
  width:100%;
}
#guidance .schedule .inner ul li .right .btn a{
  background:#00affc;
  color: #FFF;
  border: none;
}
#guidance .schedule .inner ul li .right .btn a:hover{
  background:#007ec4;
  color: #FFF;
}




/*よくある質問*/
#faq .mv{
  background:#00affc;
  padding:60px 0;
}
#faq .mv h2{
  width:332px;
  margin: 0 auto;
}

#faq .faq_list{
  padding:60px 0;
  background:#e6e6e6;
}
#faq .faq_list .wrap{
  width:960px;
  margin: 0 auto;
}
#faq .faq_list .wrap ul li{
  background: #FFF;
  border-radius: 10px;
  margin-bottom:50px;
  padding:50px;
}
#faq .faq_list .wrap ul li dl dt{
  font-size:1.5rem;
  min-height: 50px;
  color: #00affc;
  margin-bottom: 30px;
  background: url(/fukuoka_prefecture/fukuokasaiyo/faq/images/faq_subtitle_q.svg) no-repeat top left;
  background-size: 48px;
  padding-left:80px;
  padding-top: 14px;
}
#faq .faq_list .wrap ul li dl dd{
  font-size:1rem;
  line-height: 1.7;
  color: #000;
  background: url(/fukuoka_prefecture/fukuokasaiyo/faq/images/faq_subtitle_a.svg) no-repeat top left;
  background-size: 48px;
  padding-left:80px;
}

/*よくある質問*/
#download .mv{
  background:#00affc;
  padding:60px 0;
}
#download .mv h2{
  width:332px;
  margin: 0 auto;
}

#download .download,
#download .movie{
  padding:60px 0;
}
#download .download .wrap,
#download .movie .wrap{
  width:960px;
  margin: 0 auto;
}
#download .download .wrap dl,
#download .movie .wrap dl{
  text-align: center;
}
#download .download .wrap dl dt,
#download .movie .wrap dl dt{
  font-size:2rem;
  color: #00affc;
  margin-bottom: 30px;
}
#download .download .wrap dl dd figure{
  width:284px;
  margin: 0 auto 30px;
  background: #EEE;
}
#download .movie .wrap dl dd figure{
  width:658px;
  margin: 0 auto 30px;
  background: #EEE;
}

#download .download .wrap dl dd .btn,
#download .movie .wrap dl dd .btn{
  width:470px;
  margin: 0 auto 10px;
  position: relative;
}
#download .download .wrap dl dd .btn a,
#download .movie .wrap dl dd .btn a{
  background:#FFF;
  border: #00affc 1px solid;
  width: 100%;
  color: #00affc;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  padding: 15px 0;
  border-radius:50px;
  transition: all 0.2s ease;
}
#download .download .wrap dl dd .btn a:hover,
#download .movie .wrap dl dd .btn a:hover{
  color:#00affc;
  background: #ebf9ff;
}
#download .download .wrap dl dd .btn a span,
#download .movie .wrap dl dd .btn a span{
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  right:15px;
  transform: translateY(-50%);
}











/*職種・仕事紹介一覧*/
#syokuin_list .mv{
  background:#00affc;
  padding:60px 0;
}
#syokuin_list .mv .wrap{
  width: 1000px;
  margin: 0 auto;
}
#syokuin_list .mv .wrap h2{
  width:420px;
  margin: 0 auto 40px;
}
#syokuin_list .mv .wrap h3{
  font-size:1.25rem;
  margin-bottom: 20px;
}
#syokuin_list .mv .wrap p{
  font-size:0.875rem;
  line-height: 1.5;
  text-indent: -13px;
  padding-left: 13px;
}

#syokuin_list .interview_list{
  background: #e5f7ff;
  padding:100px 0 0;
}
#syokuin_list .minkan_list{
  width: 1000px;
  margin: 0 auto;
  padding:100px 0 0;
}
#syokuin_list .minkan_list h2{
  font-size: 3.2rem;
  color: #00affc;
  margin-bottom: 50px;
  text-align: center;
}
#syokuin_list .interview_list ul,
#syokuin_list .minkan_list ul{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#syokuin_list .interview_list ul li,
#syokuin_list .minkan_list ul li{
  width:450px;
  margin-bottom: 100px;
}
#syokuin_list .interview_list ul li a,
#syokuin_list .minkan_list ul li a{
  display: block;
  color: #000;
}
#syokuin_list .interview_list ul li a .title,
#syokuin_list .minkan_list ul li a .title{
  display: flex;
  align-items:end;
  margin-bottom:20px;
}
#syokuin_list .interview_list ul li a .title dl,
#syokuin_list .minkan_list ul li a .title dl{
  padding-right: 30px;

}

#syokuin_list .interview_list ul li a .title dl dt,
#syokuin_list .minkan_list ul li a .title dl dt{
  font-size:4.2rem;
  color: #00affc;
}
#syokuin_list .interview_list ul li a .title dl dd,
#syokuin_list .minkan_list ul li a .title dl dd{
  font-size:2.3rem;
  color: #000;
  letter-spacing: 0;
  margin-top: -25px;
  padding-left:5px;
}
#syokuin_list .interview_list ul li a .title p,
#syokuin_list .minkan_list ul li a .title p{
  font-size: 0.875rem;
  line-height: 1.4;
}



/*職種・仕事紹介詳細*/

#syokusyu_syosai .cover{
  background:#00affc;
  padding:80px 0;
}
#syokusyu_syosai .cover .mv .wrap{
  width: 1000px;
  margin: 0 auto;
}
#syokusyu_syosai .cover .mv .wrap h1{
  width:376px;
  margin: 0 auto 80px;
}
#syokusyu_syosai .mv .title{
  display: flex;
  align-items: center;
  margin-bottom:10px;
}
#syokusyu_syosai .cover .mv .bg_image{
  position: relative;
}


#syokusyu_syosai .mv .title dl.icon{
  margin-right:50px;
}
#syokusyu_syosai .mv .title dl.icon dt{
  font-size:4.2rem;
  color: #FFF;
}
#syokusyu_syosai .mv .title dl.icon dd{
  font-size:2.3rem;
  color: #000;
  margin-top: -25px;
  padding-left:5px;
}
#syokusyu_syosai .mv .title h2{
  font-size:1.8rem;
  line-height:1.7;
}
#syokusyu_syosai .miryoku{
  width: 1000px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding:35px 45px;
  margin-bottom:50px;
}
#syokusyu_syosai .miryoku h3{
  font-size:1.5rem;
  text-align: center;
  margin-bottom:30px;
}
#syokusyu_syosai .miryoku p{
  font-size:1rem;
  line-height: 1.6;
  text-align: justify;
}
#syokusyu_syosai .sigoto_naiyo{
  width: 1000px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding:35px 45px;
  margin-bottom:100px;
	position: relative;
}
#syokusyu_syosai .sigoto_naiyo h3{
  font-size:1.5rem;
  text-align: center;
  margin-bottom:30px;
}
#syokusyu_syosai .sigoto_naiyo p{
  font-size:1rem;
  line-height: 1.6;
  text-align: justify;
}
#syokusyu_syosai .sigoto_naiyo ul li{
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#syokusyu_syosai .sigoto_naiyo ul li:last-child{
  padding-bottom:0;
  border-bottom:none;
  margin-bottom:0;
}

#syokusyu_syosai .sigoto_naiyo ul li dl{
  display: flex;
  flex-wrap: wrap;
  align-items: firstbaseline;
  margin-bottom:10px;
}
#syokusyu_syosai .sigoto_naiyo ul li dl dt{
  width: 100px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #00affc;
}
#syokusyu_syosai .sigoto_naiyo ul li dl dd{
  width:calc(100% - 100px);
  font-size:1rem;
  line-height: 1.7;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box{
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box h4{
  width:4.2em;
  margin-right:20px;
  background: #251e1c;
  color: #FFF;
  font-size:0.9rem;
  padding:8px 10px;
  border-radius: 5px;
  text-align: center;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner{
  width: calc(100% - 120px);
}


#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner dl{
  width:100%;
  margin-bottom:20px;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: space-between;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner dl dt.text{
  width:570px;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner dl dt h5{
  font-size:0.9rem;
  color: #000;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner dl dt h5.blue_color{
  color:#00affc;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner dl dd{
  width:200px;
}


#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.two_cloumn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.two_cloumn .left,
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.two_cloumn .right{
  width:380px;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.two_cloumn dl dt{
  width:230px;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.two_cloumn dl dt.long{
  width: 100%;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.two_cloumn dl dd{
  width:150px;
}


#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.three_cloumn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.three_cloumn .left,
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.three_cloumn .center,
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner.three_cloumn .right{
  width:250px;
}


/*-- 2026/01/08　追加分 --*/
#syokusyu_syosai .cap{
	font-size: 0.65rem;
    position: absolute;
    bottom: 17px;
    right: 30px;
}

#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box p{
  color: #000;
  font-size:1rem;
}

#syokusyu_syosai .career_img{
  width: 100%;
  background: #e5f7ff;
  padding:50px 0 50px;
  margin-bottom: 100px;
}
#syokusyu_syosai .career_img .wrap{
  width: 1000px;
  margin: 0 auto;  
}
#syokusyu_syosai .career_img .wrap h2{
  text-align: center;
  padding-bottom:30px;
}

#syokusyu_syosai .career_img .wrap .flow ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#syokusyu_syosai .career_img .wrap .flow li{
  background:#00affc;
  color: #FFF;
  border-radius:10px;
  width:135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#syokusyu_syosai .career_img .wrap .flow li:after{
  content: "";
  background: url(../images/shokushu_arrow.webp) no-repeat center;
  width:15px;
  height:23px;
  display: block;
  background-size: 15px;
  position: absolute;
  right:-27px;
  top: 50%;
  transform: translateY(-10px);
}
#syokusyu_syosai .career_img .wrap .flow li:last-child:after{
  display: none;
}


#syokusyu_syosai .career_img .wrap .flow li dl{
}
#syokusyu_syosai .career_img .wrap .flow li dl dt{
  font-size:1.5rem;
  text-align: center;
}
#syokusyu_syosai .career_img .wrap .flow li dl dd{
  font-size:1rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 10px;
}



#syokusyu_syosai .interview_list{
  width: 1000px;
  margin: 0 auto;
}
#syokusyu_syosai .interview_list h2{
  color: #FFF;
  font-size:1.5rem;
  text-align: center;
  margin-bottom:50px;
}

#syokusyu_syosai .interview_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
}
#syokusyu_syosai .interview_list ul li{
  width: 450px;
}
#syokusyu_syosai .interview_list ul li .title{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#syokusyu_syosai .interview_list ul li .title h3{
  font-size: 2rem;
  margin-right: 20px;
  color: #000;
}
#syokusyu_syosai .interview_list ul li .title dl dt,
#syokusyu_syosai .interview_list ul li .title dl dd{
  font-size:0.875rem;
  line-height: 1.5;
  margin-right: 20px;
  color: #000;
}

/*-- 2026/01/13 追加分 --*/
#syokuin_syosai .indention dl{
  display: flex;
  align-items: baseline;
}
#syokuin_syosai .indention dd{
  line-height: 1.5 !important;
  padding-bottom: 5px;
}



/*プロジェクト詳細*/

#project_syosai .mv .title{
  width: 1060px;
  margin:0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

#project_syosai .mv .title h1{
  width:57px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#project_syosai .mv .title dl{
  margin-right: 20px;
  margin-left: 120px;
}
#project_syosai .mv .title h2{
  width: 350px;
  margin-right: 20px;
  border-right: 1px solid #000;
  padding-right: 20px;
}

#project_syosai .mv .title dl dt,
#project_syosai .mv .title dl dd{
  color: #00affc;
  text-align: center;
}
#project_syosai .mv .title dl dt{
  font-size:4.8rem;
}
#project_syosai .mv .title dl dd{
  font-size:1.125rem;
}
#project_syosai .mv .title h2{
  font-size:1.875rem;
  line-height:1.4;
}
#project_syosai .mv .title h3{
  font-size:1.25rem;
  line-height:1.4;
}
#project_syosai .mv .title span.cap{
  font-size:0.75rem;
  position: absolute;
  bottom:-10px;
  right: 0;
}
#project_syosai .bg_image{
  position: relative;
}
#project_syosai .bg_image figure{
  width: 100%;
  height: 0;
  padding-bottom:41.8%;
  background-size: cover;
  z-index: 0;
}
#project_syosai .bg_image h3{
  position: absolute;
  bottom:120px;
  left: 50%;
  margin-left:-440px;
}
#project_syosai .bg_image h3 span{
  font-size:2.2rem;
  display: block;
  background: #FFF;
  color: #00affc;
  margin-bottom:10px;
  padding:8px 10px;
}
#project_syosai .snap{
  padding:25px 0 50px;
  background:#00affc;
  margin-bottom:100px;
}
#project_syosai .snap .title{
  background:url(../../project/images/project_syosai_subtitle.svg) no-repeat top left;
  background-size:230px;
  width:340px;
  margin: 0 auto 30px;
  position: relative;
  padding-top: 55px;
}
#project_syosai .snap .title h3{
  font-size:1.5rem;
  line-height: 1.4;
}
#project_syosai .snap .title figure{
  width:100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#project_syosai .snap .ticker-swiper{
  width: 100%;
  overflow: hidden;
}
#project_syosai .snap .ticker-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}
#project_syosai .snap .ticker-swiper .swiper-slide{
  width: auto;
  flex-shrink: 0;
}
#project_syosai .snap .ticker-swiper img{
  display: block;
  height:265px;
  width: auto;
}
#project_syosai .snap .ticker-swiper h4{
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 15px;
  overflow-wrap: break-word;

}
#project_syosai .interview_post{
  width: 800px;
  margin:0 auto ;
}
#project_syosai .interview_post h2{
  font-size:3.75rem;
  color: #00affc;
  margin-bottom:50px;
}
#project_syosai .interview_post article{
  margin-bottom: 50px;
}
#project_syosai .interview_post article.two_column{
  position: relative;
}
#project_syosai .interview_post article.two_column h3,
#project_syosai .interview_post article.two_column p{
  width:410px;
}
#project_syosai .interview_post article.two_column figure{
  width:568px;
  position: absolute;
  top: 0;
  left: 460px;
  padding: 0;
}

#project_syosai .interview_post article h3{
  font-size:1.375rem;
  line-height: 1.4;
  color: #00affc;
  margin-bottom:20px;
}
#project_syosai .interview_post article p{
  font-size:1.125rem;
  line-height: 1.7;
  color: #251e1c;
  text-align: justify;
}
#project_syosai .interview_post article figure{
  padding: 30px 0;
}


#project_syosai .interview_message{
  background:#00affc;
}
#project_syosai .interview_message .wrap{
  width: 800px;
  margin: 0 auto;
  padding:80px 0;
}
#project_syosai .interview_message .wrap h3{
  font-size:1.375rem;
  line-height: 1.4;
  color: #FFF;
  margin-bottom:20px;
}
#project_syosai .interview_message .wrap p{
  font-size:1.125rem;
  line-height: 1.7;
  color: #FFF;
  text-align: justify;
}
.interview_list_btn{
  background: #e5f7ff;
  padding: 80px 0;
}

.interview_list_btn .side_article_btn{
  width: 660px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 60px;
}
.interview_list_btn .side_article_btn .prev_btn,
.interview_list_btn .side_article_btn .next_btn{
  width: 300px;
}
.interview_list_btn .side_article_btn .prev_btn a,
.interview_list_btn .side_article_btn .next_btn a{
  font-size:1.5rem;
  vertical-align: middle;
  color: #FFF;
  padding: 20px 20px 13px;
  box-sizing: border-box;
}
.interview_list_btn .side_article_btn .prev_btn a span,
.interview_list_btn .side_article_btn .next_btn a span{
  font-size:3rem;
  vertical-align: middle;
  padding-left:20px;
  color: #FFF;
  padding-bottom:7px;
  display: inline-block;
}
.interview_list_btn .side_article_btn .prev_btn a{
  background:#00affc url(../../project/images/project_syosai_prev_btn.svg) no-repeat center left 20px;
  background-size:44px;
  padding-left:80px;
}
.interview_list_btn .side_article_btn .next_btn a{
  background:#00affc url(../../project/images/project_syosai_next_btn.svg) no-repeat center right 20px;
  background-size:44px;
  padding: 20px 20px 13px;
}

.interview_list_btn h4{
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 30px;
}

.interview_list_btn ul.syokusyu{
  width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}
.interview_list_btn ul.syokusyu li{
  margin-right: 10px;
  margin-bottom: 10px;
}
.interview_list_btn ul.syokusyu li:nth-child(5n){
  margin-right: 0;
}
.interview_list_btn ul.syokusyu li a{
  width: 192px;
  display: block;
  padding: 20px 0;
  background:#FFF;
  border:1px solid #00affc;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #00affc;
  text-align: center;
  position: relative;
}
.interview_list_btn ul.syokusyu li a span{
  width:45px;
  height:45px;
  background: linear-gradient(
    315deg,          /* 左下→右上方向の対角 */
    transparent 50%, /* ここまで透明 */
    #00affc 0        /* ここから塗り */
  );
  font-size:1.25rem;
  line-height:1.5;
  color:#FFF;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  text-indent:3px;
}

/* 線（stroke） */
.interview_list_btn ul.syokusyu li a span::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  /* 右上三角形の“線だけ”を擬似的に描く */
  background:
    /* 斜辺（対角線） */
    linear-gradient(315deg,
      transparent calc(50% - .5px),
      #00affc 0,
      #00affc calc(50% + .5px),
      transparent 0
    )
}



.interview_list_btn ul.minkan{
  width:394px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}
.interview_list_btn ul.minkan li{
  margin-right: 10px;
  margin-bottom: 10px;
}
.interview_list_btn ul.minkan li:nth-child(2n){
  margin-right: 0;
}
.interview_list_btn ul.minkan li a{
  width: 192px;
  display: block;
  padding: 20px 0;
  background:#00affc;
  border:1px solid #00affc;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #FFF;
  text-align: center;
  position: relative;
}
.interview_list_btn ul.minkan li a span{
  width:45px;
  height:45px;
  background: linear-gradient(
    315deg,          /* 左下→右上方向の対角 */
    transparent 50%, /* ここまで透明 */
    #FFF 0        /* ここから塗り */
  );
  font-size:1.25rem;
  line-height:1.5;
  color:#00affc;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  text-indent:3px;
}

/* 線（stroke） */
.interview_list_btn ul.minkan li a span::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  /* 右上三角形の“線だけ”を擬似的に描く */
  background:
    /* 斜辺（対角線） */
    linear-gradient(315deg,
      transparent calc(50% - .5px),
      #00affc 0,
      #00affc calc(50% + .5px),
      transparent 0
    )
}


/*職員インタビュー詳細*/

#syokusyu_syosai .mv .bg_image{
  position: relative;
}

#syokuin_syosai .mv .title{
  width: 1060px;
  margin:0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: firstbaseline;
  position: relative;
}

#syokuin_syosai .mv .title h1{
  width:57px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#syokuin_syosai .mv .title dl.icon{
  margin-right:50px;
  margin-left: 120px;
}
#syokuin_syosai .mv .title dl.icon dt{
  font-size:4.8rem;
  color: #00affc;
  text-align: center;
}
#syokuin_syosai .mv .title dl.icon dd{
  font-size:2.3rem;
  color: #000;
  margin-top: -25px;
}
#syokuin_syosai .mv .title h3{
  font-size:1rem;
  line-height:1.4;
  padding-right: 50px;
  margin-right: 30px;
}
#syokuin_syosai .mv .title ul.keireki{
  border-left: 1px solid #000;
  padding-left:20px;
}
#syokuin_syosai .mv .title ul.keireki li{
  margin-bottom: 10px;
}
#syokuin_syosai .mv .title ul.keireki li:last-child{
  margin-bottom: 0;

}
#syokuin_syosai .mv .title ul.keireki dl{
  display: flex;
  flex-wrap: wrap;
}
#syokuin_syosai .mv .title ul.keireki dl dt{
  width:150px;
}
#syokuin_syosai .mv .title ul.keireki dl dt,
#syokuin_syosai .mv .title ul.keireki dl dd{
  font-size:0.875rem;
}



#syokuin_syosai .mv .title span.cap{
  font-size:0.65rem;
  position: absolute;
  bottom:-18px;
  right: 0;
}

#syokuin_syosai .bg_image{
  position: relative;
}

#syokuin_syosai .bg_image figure{
  width: 100%;
  height: 0;
  padding-bottom:41.8%;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#syokuin_syosai .bg_image h3{
  position: absolute;
  bottom:120px;
  left: 50%;
  margin-left:-440px;
}
#syokuin_syosai .bg_image h3 span{
  font-size:2.2rem;
  display: table;
  background: #FFF;
  color: #00affc;
  margin-bottom:10px;
  padding:8px 10px;
}
#syokuin_syosai .snap{
  padding:25px 0 50px;
  background:#00affc;
  margin-bottom:100px;
}
#syokuin_syosai .snap .title{
  background:url(../../syokuin/images/syokuin_syosai_subtitle.svg) no-repeat top left;
  background-size:230px;
  width:340px;
  margin: 0 auto 30px;
  position: relative;
  padding-top: 55px;
}
#syokuin_syosai .snap .title h3{
  font-size:1.5rem;
  line-height: 1.4;
}
#syokuin_syosai .snap .title figure{
  width:100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#syokuin_syosai .snap .ticker-swiper{
  width: 100%;
  overflow: hidden;
}
#syokuin_syosai .snap .ticker-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}
#syokuin_syosai .snap .ticker-swiper .swiper-slide{
  width: auto;
  flex-shrink: 0;
}
#syokuin_syosai .snap .ticker-swiper img{
  display: block;
  height:265px;
  width: auto;
}
#syokuin_syosai .snap .ticker-swiper h4{
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 15px;
  overflow-wrap: break-word;

}
#syokuin_syosai .interview_post{
  width: 800px;
  margin:0 auto ;
}
#syokuin_syosai .interview_post h2{
  font-size:3.75rem;
  color: #00affc;
  margin-bottom:50px;
}
#syokuin_syosai .interview_post article{
  margin-bottom: 50px;
}
#syokuin_syosai .interview_post article.two_column{
  position: relative;
}
#syokuin_syosai .interview_post article.two_column h3,
#syokuin_syosai .interview_post article.two_column p{
  width:410px;
}
#syokuin_syosai .interview_post article.two_column figure{
  width:568px;
  position: absolute;
  top: 0;
  left: 460px;
  padding: 0;
}

#syokuin_syosai .interview_post article h3{
  font-size:1.375rem;
  line-height: 1.4;
  color: #00affc;
  margin-bottom:20px;
}
#syokuin_syosai .interview_post article p{
  font-size:1.125rem;
  line-height: 1.7;
  color: #251e1c;
  text-align: justify;
}
#syokuin_syosai .interview_post article figure{
  padding: 30px 0;
}

#syokuin_syosai .interview_schedule{
  padding-top:50px;
}
#syokuin_syosai .interview_schedule h2{
  font-size:3rem;
  line-height:0.7;
  color: #00affc;
  width:800px;
  margin: 0 auto;
}
#syokuin_syosai .interview_schedule .cover{
  background: #00affc;
}
#syokuin_syosai .interview_schedule .cover .inner{
  width:800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:50px 0;
}
#syokuin_syosai .interview_schedule .cover .inner .left{
  width:370px;
}
#syokuin_syosai .interview_schedule .cover .inner .right{
  width:370px;
}
#syokuin_syosai .interview_schedule .cover .inner h3{
  font-size:1.375rem;
  line-height: 1.4;
  color: #FFF;
  margin-bottom:20px;
}
#syokuin_syosai .interview_schedule .cover .inner .left ul li{
  border-bottom: 1px solid #FFF;
}

#syokuin_syosai .interview_schedule .cover .inner .left ul li dl{
  display: flex;
  flex-wrap: wrap;
}
#syokuin_syosai .interview_schedule .cover .inner .left ul li dl dt,
#syokuin_syosai .interview_schedule .cover .inner .left ul li dl dd{
  width: calc(100% - 4em - 20px);
  font-size:1rem;
  line-height:2.2;
  color: #FFF;
}
#syokuin_syosai .interview_schedule .cover .inner .left ul li dl dt{
  width:4em;
  text-align: right;
  margin-right:20px;
}
#syokuin_syosai .interview_schedule .cover .inner .right{
  padding-top:60px;
}

/*-- 2026/01/08 --*/
#syokuin_syosai .interview_schedule .text-left{
	padding-right: 1em;
    box-sizing: border-box;
}

#syokuin_syosai .interview_message .wrap{
  width: 800px;
  margin: 0 auto;
  padding:80px 0;
}
#syokuin_syosai .interview_message .wrap h3{
  font-size:1.375rem;
  line-height: 1.4;
  color: #00affc;
  margin-bottom:20px;
}
#syokuin_syosai .interview_message .wrap p{
  font-size:1.125rem;
  line-height: 1.7;
  color: #000;
  text-align: justify;
}


