/* 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;
  /* ベース16px */
  line-height: 1.625;
  /* 16px → 26px 相当 */
}
html {
    scroll-behavior: smooth;
}
.bold{
  font-weight:600;
}

.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;
}

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

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

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

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


html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}
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;
  }
}


.pc_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　■■■■■■■■*/

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

header.is-fixed{
  padding:20px 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: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  align-items:center;
}

header h1{
  width:160px;
  height:21px;
  margin-right: 10px;
}

header .menu{
  display: flex;
  flex-wrap:wrap;
}
header .menu .c-fontsize{
  display: none;
}
header .menu .btn_minkan{

  position:absolute;
  top:10px;
  right:65px;
}
header .menu .btn_minkan a{
  font-size:0.75rem;
  line-height: 1.3;
  text-align: center;
  padding:5px 15px;
  color: #FFF;
  border-radius: 20px;
  display: block;
  background: linear-gradient(to right,#00affc,#0062fc);
}

header .nav_frag{
  width:42px;
  height:42px;
  position:absolute;
  top:10px;
  right:10px;
  z-index: 99;
  background: url("../images/nav_flag_bg.svg") no-repeat center;
  background-size: cover;
}
header .nav_frag .inner{
  width:20px;
  height: 12px;
  position: relative;
  margin:15px auto;
}
header .nav_frag .inner span{
  width:20px;
  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: 20px;
  height: 1px;
  position: absolute;
  top:-6px;
  left:50%;
  transform: translate(-50%,0);
  display: block;
  background: #00affc;
}
header .nav_frag.close .inner span:before,
header .nav_frag.close .inner span:after{
  content: "";
  width: 20px;
  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%;
  transform: translate(-50%,0);
}
header .nav_frag .inner span:after{
  top:-6px;
  left:50%;
  transform: translate(-50%,0);
}
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% - 61px);
  background:#00affc;
  overflow: scroll;
  position: fixed;
  top: 61px;
  left: 0;
  z-index: 9999;
}
.main_menu.is-open{
  opacity: 1;
}
/* 背面スクロール停止 */
body.is-menu-open{
  overflow: hidden;
}
.main_menu .inner{
  width:90%;
  margin: 0 auto;
  padding:30px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_menu .inner .left,
.main_menu .inner .right{
  width:100%;
}
.main_menu .inner h2{
  background: #FFF;
  color:#00affc;
  font-size:0.875rem;
  line-height:2.5;
  text-align: center;
  border-radius:20px;
  margin-bottom:20px;
}
.main_menu .inner ul{
  margin-bottom:20px;
}
.main_menu .inner ul li{
  margin-bottom:15px;
  position: relative;
  padding-left:15px;
}
.main_menu .inner ul li:before{
  content: "・";
  color: #FFF;
  position: absolute;
  top:0;
  left: 0;
  font-size:0.875rem;
  line-height:1;
  font-weight:700;

}
.main_menu .inner ul li a{
  color: #FFF;
  font-size:0.875rem;
  line-height:1;
}
.main_menu .inner .sub_menu{
  padding-top: 25px;
  border-top: 1px solid #FFF;
}
.main_menu .inner .sub_menu a{
  color: #FFF;
  font-size:0.875rem;
  line-height:1;
  vertical-align: middle;
  margin-bottom:15px;
}
.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{
  height:120px;
  text-align: center;
  box-sizing: border-box;
}
.common_bnr_list ul li:nth-child(1),
.common_bnr_list ul li:nth-child(2),
.common_bnr_list ul li:nth-child(3){
  width:33.33333%;
}
.common_bnr_list ul li:nth-child(4),
.common_bnr_list ul li:nth-child(5){
  width:50%;
}
.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(1),
.common_bnr_list ul li:nth-child(2),
.common_bnr_list ul li:nth-child(3){
  border-bottom: 1px solid #FFF;
}
.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;
}

.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:90px;
}
.common_bnr_list ul li:nth-child(2) a{
  background:#008ce6 url(../images/com_ft_listbg02.svg) no-repeat center;
  background-size:90px;
}
.common_bnr_list ul li:nth-child(3) a{
  background:#008ce6 url(../images/com_ft_listbg03.svg) no-repeat center;
  background-size:90px;
}
.common_bnr_list ul li:nth-child(4) a{
  background:#008ce6 url(../images/com_ft_listbg04.svg) no-repeat center;
  background-size:90px;
}
.common_bnr_list ul li:nth-child(5) a{
  background:#008ce6 url(../images/com_ft_listbg05.svg) no-repeat center;
  background-size:90px;
}

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


footer{
  width: 100%;
  background:#ebebeb;
  padding:40px 0 30px;
}
footer .wrap{
  width:90%;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
footer .wrap .left{
  width:120px;
  margin: 0 auto 30px;
  transform: translateX(-10px);
}
footer .wrap .right{
  width:100%;
  text-align: center;
}
footer .wrap .right dl dt{
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom:10px;
}
footer .wrap .right dl dd,
footer .wrap .right dl dd a{
  font-size:0.75rem;
  line-height: 1.6;
  margin-bottom:10px;
}
footer .wrap .right dl dd a{
  display: inline;
  font-size:0.75rem;
  line-height: 1.6;
  margin-bottom:10px;
  color: #000;
  text-decoration: none;
}
footer small{
  width:calc(100% - 60px);
  margin: 0 auto;
  font-size:0.625rem;
  line-height: 1.4;
  text-align: center;
  display: block;
  padding-top:20px;
  border-top: 1px solid #cccccc;
}



/*トップページ*/
#top .mv {
  height:300px;
  overflow: hidden;
  position: relative;
}
#top .mv h2{
  width:60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-5%);
  z-index:200;
}
#top .mv h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-60%);
  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:260px;
  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;
  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.2s;
}
#top .concept .copy.is-show{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

#top .concept .copy .wrap{
  position: absolute;
  top:50%;
  left:0;
  transform: translate(0,-50%);
  text-align: center;
  width: 100%;

}
#top .concept .copy .wrap p{
  font-size:0.875rem;
  line-height:1.8;
  color:#FFF;
  text-align: center;
  margin-bottom:20px;
}
#top .concept .copy .wrap h3{
  font-size: 1.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% 2% 0%;
  gap:2%;
  justify-content: space-between;
  position: relative;
}
#top .concept ul li{
  width:49%;
  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);
}


.close_btn{
  font-size:0.875rem;
  line-height:2;
  border-radius:5px;
  border: 1px solid #FFF;
  width:180px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}

#top .syokusyu{
  padding:50px 0;
  width: 90;
  margin: 0 auto;
}
#top .syokusyu h2{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom:20px;
}
#top .syokusyu ul{
  width:90%;
  margin:0 auto;
}
#top .syokusyu ul li{
  width:100%;
  height: 0;
  padding-bottom: 69.4444%;
  position: relative;
  margin-bottom: 20px;
}
#top .syokusyu ul li:last-child{
  margin-bottom: 0;
}
#top .syokusyu ul li a{
  width:100%;
  height:100%;
  display: block;
}
#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: 260px;
  padding:20px 0;
  font-size: 1rem;
  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%);
}
#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 .title{
  background:#00affc;
  padding:30px 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:1rem;
  line-height: 30px;
  margin-bottom:10px;
  display: inline-block;
}
#top .jinzai .title h3{
  font-size: 2.2rem;
}
#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:30px 0 50px;
}
#top .jinzai .inner h4{
  font-size:1.5rem;
  line-height:1.6;
  margin-bottom:10px;
  color: #00affc;
}
#top .jinzai .inner p{
  font-size:0.875rem;
  line-height: 2;
}
#top .jinzai .inner p.mgn_btm50{
  margin-bottom:20px;
}
#top .nozokimi{
  width: 90%;
  margin: 0 auto;
  padding:50px 0;
  position: relative;
}
#top .nozokimi h2{
  font-size: 1.3rem;
  text-align: center;
  text-indent:50px;
  margin-bottom:30px;
}
#top .nozokimi ul li{
}
#top .nozokimi ul li:nth-child(1){
  margin-bottom:30px;
}
#top .nozokimi ul li .textbox h3 span{
  font-size:3rem;
  line-height:1;
  color: #00affc;
  display: block;
  margin-bottom: -15px;
  text-align: center;
}
#top .nozokimi ul li .textbox h3{
  font-size:1.5rem;
  margin-bottom:20px;
  text-align: center;
}
#top .nozokimi ul li figure{
  width: 100%;
  margin-bottom: 20px;
}
#top .nozokimi ul li .textbox p{
  font-size:0.875rem;
  line-height: 1.7;
  margin-bottom:20px;
  text-align: center;
}
#top .nozokimi ul li .textbox .btn{
  width: 200px;
  padding:20px 30px;
  font-size: 1rem;
  border-radius:50px;
  display: block;
  background: linear-gradient(to right,#00affc,#0062fc);
  color: #FFF;
  position: relative;
  margin: 0 auto;
}
#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:60px;
  position: absolute;
  top:35px;
  left:10px;
}
#top .real_voice_bnr{
  margin-bottom: 1px;
  background:#00affc;
  padding:30px 0;
}

#top .real_voice_bnr .btn{
  width:100%;
  display: block;
  color: #FFF;
  position: relative;
  margin: 0 auto 20px;
}
#top .real_voice_bnr .btn:before{
  content: "";
  width:40px;
  height:30px;
  background: url(../images/real_voice_icon.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  top:52%;
  left:20px;
  transform: translateY(-50%);

}
#top .real_voice_bnr .btn a{
  font-size: 1.3rem;
  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:0.875rem;
  text-align: center;
  line-height:1.7;
}


/*知事挨拶・魅力*/
#greeting .mv{
  background:#00affc;
  padding:30px 0;
}
#greeting .mv h2{
  width:200px;
  margin: 0 auto;
}
#greeting .message{
  padding:50px 0;
}
#greeting .message .wrap{
  width: 90%;
  margin: 0 auto;
}
#greeting .message .wrap h2{
  font-size:1.5rem;
  text-align: center;
  color:#00affc;
  margin-bottom:30px;
}
#greeting .message .wrap .inner .left{
  width:100%;
  margin-bottom:20px;
}
#greeting .message .wrap .inner .right{
  width:280px;
  margin: 0 auto;
}
#greeting .message .wrap .inner .left h3{
  font-size:1.3rem;
  line-height: 1.5;
  margin-bottom:20px;
}
#greeting .message .wrap .inner .left p{
  font-size:0.875em;
  line-height: 1.7;
}
#greeting .message .wrap .inner .right figure{
  margin-bottom: 15px;
}
#greeting .message .wrap .inner .right p{
  font-size: 0.875rem;
  line-height: 1.9;
}
#greeting .miryoku{
  background:#ebf9ff;
  padding:50px 0 30px;
}
#greeting .miryoku h2{
  font-size:1.5rem;
  text-align: center;
  margin-bottom:20px;
}
#greeting .miryoku article{
  width: 90%;
  margin: 0 auto 30px;
  background: #FFF;
  box-sizing: border-box;
  padding:30px;
  border-radius: 10px;
}
#greeting .miryoku article.end{
  margin-bottom: 0;
}
#greeting .miryoku article .wrap{
}
#greeting .miryoku article .wrap .detail{
  width:100%;
  margin-bottom: 20px;
}
#greeting .miryoku article .wrap figure{
  width:100%;
}
#greeting .miryoku article .wrap figure span{
  font-size: 0.65rem;
  padding-top:5px;
  display: block;

}
#greeting .miryoku article .wrap .detail h3{
  font-size:2.4rem;
  margin-bottom:30px;
  color:#00affc;
  text-align: center;
}
#greeting .miryoku article .wrap .detail h4{
  font-size:1rem;
  margin-bottom:20px;
}
#greeting .miryoku article .wrap .detail p{
  font-size: 0.875rem;
  line-height: 1.8;
}



/*知事挨拶・魅力*/
#gyousei .mv{
  background:#00affc;
  padding:30px 0;
}
#gyousei .mv h2{
  width:310px;
  margin: 0 auto;
}
#gyousei .mechanism{
  padding:30px 0;
}
#gyousei .mechanism .wrap{
  width: 90%;
  margin: 0 auto 30px;
}
#gyousei .mechanism .wrap .left{
  width:100%;
  margin-bottom: 30px;
}
#gyousei .mechanism .wrap .right{
  width:80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#gyousei .mechanism .wrap .right .kengikai{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  order: 2;
}
#gyousei .mechanism .wrap .right .kengikai figure{
  width: 100px;
  border:3px solid #00affc;
  color: #00affc;
  font-size: 1.3rem;
  text-align: center;
  line-height: 100px;
  margin-right: 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.75rem;
  line-height: 1.6;
}

#gyousei .mechanism .wrap .right ul{
  order: 1;
}

#gyousei .mechanism .wrap .right ul li{
  margin-bottom:20px;
}
#gyousei .mechanism .wrap .right ul li h3{
  font-size: 1rem;
  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: 1rem;
  margin-bottom:10px;
  font-weight: 500;
}
#gyousei .mechanism .wrap .right ul li p{
  font-size:0.75rem;
  line-height: 1.6;
  font-weight: 500;
}
#gyousei .mechanism p.cap{
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 50px;
}


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


/*若手社員のリアルボイス*/
#real_voice .mv{
  background:#00affc;
  padding:30px 0 ;
}
#real_voice .mv h2{
  width:330px;
  margin: 0 auto;
}
#real_voice .kensyo{
  padding:20px 0;
  background: #e6e6e6;
}
#real_voice .kensyo .wrap{
  width:90%;
  margin: 0 auto;
}
#real_voice .kensyo .wrap h3{
  font-size:1rem;
  line-height: 1.7;
  margin-bottom:30px;
}
#real_voice .kensyo .wrap .title dl{
  margin-bottom:40px;
}
#real_voice .kensyo .wrap .title dl dt{
  width:120px;
  margin: 0 auto 10px;
}
#real_voice .kensyo .wrap .title dl dd{
  width:100%;
  line-height:50px;
  background:#00affc;
  border-radius:25px;
  color: #FFF;
  text-align: center;
  font-size:1.2rem;
}
#real_voice .kensyo .wrap ul li{
  margin-bottom:50px;
}
#real_voice .kensyo .wrap ul li .subtitle{
  margin-bottom:20px;
  position: relative;
}
#real_voice .kensyo .wrap ul li .subtitle figure{
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right:20px;
}
#real_voice .kensyo .wrap ul li:nth-child(4) .subtitle figure.right{
  display: none;
}
#real_voice .kensyo .wrap ul li .subtitle h4{
  font-size:1.8rem;
  line-height:1.3;
  color:#00affc;
  }
#real_voice .kensyo .wrap ul li .subtitle p{
  font-size:0.875rem;
  line-height:1.3;
  width:60%;
  text-align:left;
  margin-top:20px;
}
#real_voice .kensyo .wrap ul li .subtitle p span.cyusyaku{
  display:inline;
  font-size: 0.5rem;
}
#real_voice .kensyo .wrap ul li .subtitle p span{
  display: block;
  padding-top:10px;
  font-size: 0.75rem;
  line-height: 1.5;
}
#real_voice .kensyo .wrap ul li .comment{
}
#real_voice .kensyo .wrap ul li .comment .article-wrap{
  display: flex;
  align-items: center;
   justify-content: center;  /* 横方向も中央にしたい場合 */
  background: #FFF;
  border-radius:10px;
  margin-bottom:20px;
}
#real_voice .kensyo .wrap ul li .comment.one_cloumn .article-wrap{
  width: 100%;
}

#real_voice .kensyo .wrap ul li .comment article{
  padding:20px 25px;
  font-size:0.875rem;
  line-height: 1.7;
}
#real_voice .kensyo .wrap ul li .comment article strong{
  font-size:1.1rem;
  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:100%;
  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:1.5rem;
  text-align: center;
  margin-bottom:20px;
}
#real_voice .kensyo .wrap ul li .support h5{
  font-size: 1rem;
  text-align: center;
  margin-bottom:10px;
}
#real_voice .kensyo .wrap ul li .support p{
  width:90%;
  margin: 0 auto;
  padding-bottom:20px;
  font-size: 1rem;
  line-height: 1.7;
}
#real_voice .kensyo .wrap ul li .btn{
  width:100%;
  margin: 0 auto;
  position: relative;
}
#real_voice .kensyo .wrap ul li .btn a{
  background:#666666;
  width: 100%;
  display: block;
  color: #FFF;
  font-size: 1rem;
  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:30px 0;
}
#system .mv h2{
  width:262px;
  margin: 0 auto;
}
#system .anchorlist{
  padding:30px 0;
}
#system .anchorlist ul{
  width:85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .anchorlist ul li{
  width:48.5%;
  margin-bottom:3%;
}
#system .anchorlist ul li:nth-child(7),
#system .anchorlist ul li:nth-child(8){
  margin-bottom:0;
}
#system .anchorlist ul li a{
  width: 100%;
  height:50px;
  display: block;
  border: #00affc 1px solid;
  padding:20px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  font-size:0.875rem;
  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:20px;
  height:20px;
  position: absolute;
  top: 50%;
  right:10px;
  transform: translateY(-50%);
}
#system .kinmujikan{
  background:#e6e6e6;
  padding:50px 0;
}
#system .kinmujikan .wrap{
  width: 90%;
  margin:0 auto ;
}
#system .kinmujikan .wrap h3{
  font-size: 1.8rem;
  color:#00affc;
  text-align: center;
  margin-bottom:20px;
}
#system .kinmujikan .wrap h4{
  font-size:1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom:30px;
}
#system .kinmujikan .wrap .inner{
}
#system .kinmujikan .wrap .inner .left,
#system .kinmujikan .wrap .inner .right{
  width: 100%;
}
#system .kinmujikan .wrap .inner ul li{
  margin-bottom:20px;
}
#system .kinmujikan .wrap .inner .right 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:1rem;
  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:0.875rem;
  line-height: 1.5;
}
#system .kinmujikan .wrap .inner ul li dl dd span{
  font-size:0.65rem;
  line-height: 1.5;
  display: block;
  padding-top:5px;
}

#system .fukurikousei{
  padding:50px 0;
}
#system .fukurikousei .wrap{
  width: 90%;
  margin:0 auto ;
}
#system .fukurikousei .wrap h3{
  font-size: 1.8rem;
  color:#00affc;
  text-align: center;
  margin-bottom:20px;
}
#system .fukurikousei .wrap h4{
  font-size:1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom:30px;
}
#system .fukurikousei .wrap .inner{
}
#system .fukurikousei .wrap .inner .left,
#system .fukurikousei .wrap .inner .right{
  width: 100%;
}
#system .fukurikousei .wrap .inner ul{
  margin-bottom: 30px;
}
#system .fukurikousei .wrap .inner ul li{
  margin-bottom:20px;
}
#system .fukurikousei .wrap .inner .right 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:1rem;
  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:0.875rem;
  line-height: 1.7;
}
#system .fukurikousei .wrap .inner ul li dl dd span{
  font-size:0.65rem;
  line-height: 1.5;
  display: block;
  padding-top: 10px;
}
#system .fukurikousei .wrap .inner .btn{
  width: 100%;
  margin-bottom: 20px;
}
#system .fukurikousei .wrap .inner .btn a{
  width: 100%;
  font-size:0.875rem;
  line-height: 1.6;
  position: relative;
  padding:10px 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:30px;
  height:30px;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}
#system .fukurikousei p.cap{
  font-size: 0.65rem;
  text-align: center;
}


#system .kyuyo{
  padding:50px 0;
  background:#e6e6e6;
}
#system .kyuyo .wrap{
  width:90%;
  margin:0 auto ;
}
#system .kyuyo .wrap h3{
  font-size: 1.8rem;
  color:#00affc;
  text-align: center;
  margin-bottom:30px;
}
#system .kyuyo .wrap h4{
  font-size:1.2rem;
  color:#00affc;
  margin-bottom:15px;
}
#system .kyuyo .wrap p{
  font-size:0.875rem;
  line-height: 1.7;
  margin-bottom:20px;
}
#system .kyuyo .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#system .kyuyo .wrap .inner .left,
#system .kyuyo .wrap .inner .right{
  width: 100%;
}
#system .kyuyo .wrap .inner .left{
  margin-bottom: 30px;
}
#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:1rem;
  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.65rem;
  line-height: 1.5;
  color: #000;
  width:calc(100% - 115px);
  padding-left:15px;
}
#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:0.875rem;
  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.65rem;
  line-height: 1.5;
  margin: 0;
  text-indent: -11px;
  padding-left: 11px;
}


#system .kosodate{
  padding:50px 0;
}
#system .kosodate .wrap{
  width:90%;
  margin:0 auto ;
}
#system .kosodate .wrap h3{
  font-size: 1.8rem;
  color:#00affc;
  text-align: center;
  margin-bottom:20px;
}
#system .kosodate .wrap h4{
  font-size:1rem;
  color:#00affc;
  margin-bottom:10px;
  position: relative;
}
#system .kosodate .wrap h4 span{
  font-size:0.65rem;
  position: absolute;
  right: 0;
  bottom:0;
  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: 0.875rem;
  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{
  width:180px;
  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:50px 0;
  background:#e6e6e6;
}
#system .haizoku .wrap{
  width:90%;
  margin:0 auto ;
}
#system .haizoku .wrap h3{
  font-size: 1.8rem;
  color:#00affc;
  text-align: center;
  margin-bottom:40px;
}
#system .haizoku .wrap h4{
  font-size:1.2rem;
  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:100%;
  margin-bottom: 30px;
}
#system .haizoku .wrap .inner .right{
  width:100%;
}
#system .haizoku .wrap .inner .left p{
  font-size:0.875rem;
  line-height: 1.7;
}

#system .joseitoyo{
  padding:50px 0;
}
#system .joseitoyo .wrap{
  width:90%;
  margin:0 auto ;
}
#system .joseitoyo .wrap h3{
  font-size: 1.8rem;
  color:#00affc;
  text-align: center;
  margin-bottom:30px;
}
#system .joseitoyo .wrap h4{
  font-size:1.2rem;
  color:#00affc;
  margin-bottom:20px;
  position: relative;
}
#system .joseitoyo p{
  font-size:0.875rem;
  line-height: 1.7;
  margin-bottom:30px;
}
#system .joseitoyo .wrap h5{
  font-size:1rem;
  line-height: 1.5;
  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: 0.75rem;
  line-height: 1.5;
  padding:5px 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:50px 0;
  background:#e6e6e6;
}
#system .kensyu .wrap{
  width:90%;
  margin:0 auto ;
}
#system .kensyu .wrap h3{
  font-size: 1.8rem;
  color:#00affc;
  text-align: center;
  margin-bottom:20px;
}
#system .kensyu .wrap h4{
  font-size:1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom:30px;
  position: relative;
}
#system .kensyu p{
  font-size:0.875rem;
  line-height: 1.7;
  margin-bottom:50px;
}
#system .kensyu .wrap h5{
  font-size:1rem;
  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: 0.875rem;
  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:60px;
}
#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: 30px 0 50px;
  background:#00affc;
}
#system .hatarakiyasui h3{
  width:230px;
  margin: 0 auto 30px;
}
#system .hatarakiyasui .wrap{
  width:90%;
  margin:0 auto;
  background: #FFF;
  border-radius: 10px;
  padding:30px;
  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:30px;
}
#system .hatarakiyasui .wrap .inner ul li:last-child{
  margin-bottom:0;
}

#system .hatarakiyasui .wrap .inner ul li h4{
  font-size:1.2rem;
  margin-bottom:20px;
  color:#00affc;
}
#system .hatarakiyasui .inner ul li p{
  font-size:0.875rem;
  line-height: 1.7;
}

#system .hatarakiyasui .wrap .inner ul li .img_group .left,
#system .hatarakiyasui .wrap .inner ul li .img_group .right{
  padding-top: 20px;
}




/*民間企業等職務経験者向け*/
#minkan .mv{
  background:#00affc;
  padding:30px 0;
}
#minkan .mv h2{
  width:240px;
  margin: 0 auto;
}
#minkan .date{
  padding:20px 0 0;
}
#minkan .date .wrap{
  width:100%;
  margin: 0 auto;
}
#minkan .date .wrap p{
  width:90%;
  margin: 0 auto;
  font-size:0.875rem;
  line-height: 1.7;
  margin-bottom:20px;
}
#minkan .date .wrap .inner{
  background:#f0faff;
  padding:30px 10%; 
}
#minkan .date .wrap .inner h3{
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom:20px;
  text-align: center;
}
#minkan .date .wrap .inner h4{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom:20px;
  color:#00affc;
  text-align: center;
}
#minkan .date .wrap .inner h5{
  font-size: 0.875rem;
  margin-bottom:10px;
}
#minkan .date .wrap .inner .graph{
  width:100%;
  margin: 0 auto 30px;
} 
#minkan .date .wrap .inner .graph .left,
#minkan .date .wrap .inner .graph .right{
  width:100%;
} 
#minkan .date .wrap .inner .graph .left{
  margin-bottom: 20px;
}
#minkan .career{
  width:100%;
  margin: 0 auto;
  background:#f0faff;
  padding:40px 0; 
}
#minkan .career .wrap{
  width:100%;
}
#minkan .career .wrap h3{
  font-size: 1rem;
  margin-bottom:40px;
  text-align: center;
}
#minkan .career .wrap h4{
  font-size:0.875rem;
  margin-bottom:20px;
  color:#00affc;
  padding: 0 30px;
}
#minkan .career .wrap article{
  margin-bottom: 40px;
}

#minkan .career .wrap article.hidden figure{
  overflow-x: scroll;
  width: 100%;
  margin: 0 auto;
}
#minkan .career .wrap article.hidden figure img{
  width:900px;
  padding: 0 30px;
}

#minkan .career .wrap article figure{
  width:calc(100% - 60px);
  margin:  0 30px;
}
#minkan .career .wrap article:last-child{
  margin-bottom: 0;
}

#minkan .interview_list{
  width:100%;
  margin: 0 auto;
  background:#f0faff;
  padding:40px 0; 
}
#minkan .interview_list .wrap{
  width:90%;
  margin: 0 auto;
}
#minkan .interview_list .wrap h3{
  font-size: 1.5rem;
  margin-bottom:40px;
  text-align: center;
}
#minkan .interview_list .wrap ul{
  width:90%;
  margin: 0 auto;
}
#minkan .interview_list .wrap ul li{
  width:100%;
  height:200px;
  position: relative;
}
#minkan .interview_list .wrap ul li:first-child{
  margin-bottom: 20px;
}
#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(../../minkan/images/minkan_intervew01_bg.webp) no-repeat center;
  background-size: cover;
}
#minkan .interview_list .wrap ul li:nth-child(2) a{
  background: url(../../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:1.5rem;
  color:#FFF;
  text-align: center;
}
#minkan .interview_list .wrap ul li a .title h4{
  font-size:1.5rem;
  color:#000;
  text-align: center;
}
#minkan .interview_list .wrap ul li a .title h5{
  font-size:1.5rem;
  text-align: center;
  color:#00affc;
  margin-bottom: 10px;
}
#minkan .interview_list .wrap ul li a .title figure{
  width: 50px;
  margin: 0 auto;
}

#minkan .btn_area{
  width:85%;
  margin: 0 auto 50px;
  padding-top: 20px;
}
#minkan .btn_area .btn{
  margin-top:10px;
}
#minkan .btn_area .btn a{
  width: 100%;
  line-height:60px;
  font-size:0.875rem;
  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 span{
  width:20px;
  height: 20px;
  position: absolute;
  top:50%;
  right:20px;
  transform: translateY(-50%);
}


/*制度について*/
#info .mv{
  background:#00affc;
  padding:30px 0;
}
#info .mv h2{
  width:232px;
  margin: 0 auto;
}

#info .anchorlist{
  padding:30px 0;
}
#info .anchorlist ul{
  width:85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#info .anchorlist ul li{
  width:48.5%;
  margin-bottom:3%;
}
#info .anchorlist ul li:nth-child(5),
#info .anchorlist ul li:nth-child(6){
  margin-bottom:0;
}
#info .anchorlist ul li a{
  width: 100%;
  height:50px;
  display: block;
  border: #00affc 1px solid;
  padding:20px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  font-size:0.875rem;
  line-height: 1.2;
  color:#00affc;
  transition: all 0.2s ease;
}
#info .anchorlist ul li a span{
  width:20px;
  height:20px;
  position: absolute;
  top: 50%;
  right:10px;
  transform: translateY(-50%);
}
#info .jissi_yotei,
#info .minkankigyou_keikensya,
#info .gijutukei,
#info .siken_saiyo,
#info .mondai,
#info .jissi_kekka{
  padding:30px 0;
}

#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: 90%;
  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:1.5rem;
  line-height: 1.5;
  color:#00affc;
  text-align: center;
  margin-bottom:15px;
}
#info .jissi_yotei .wrap p{
  font-size:0.875rem;
  line-height: 1.7;
  text-align: left;
}
#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:0.875rem;
  line-height: 1.7;
  text-align: left;
  margin-bottom:40px;
}
#info .jissi_yotei .wrap p a{
  color:#00affc;
  font-weight: 700;
  display: inline;
  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;
}
#info .siken_saiyo .wrap .flow .left,
#info .siken_saiyo .wrap .flow .right{
  width:100%;
  padding:30px;
  box-sizing: border-box;
}
#info .siken_saiyo .wrap .flow .right{
  background: #ebf9ff;
  padding:30px;
}
#info .siken_saiyo .wrap .flow .left h4{
  font-size: 1rem;
  color:#00affc;
  margin-bottom:15px;
}
#info .siken_saiyo .wrap .flow .right h4{
  font-size: 1rem;
  line-height: 1.5;
  color:#00affc;
  margin-bottom:15px;
}
#info .siken_saiyo .wrap .flow .right p{
  font-size:0.875rem;
  line-height: 1.7;
  margin-bottom: 0;
}
#info .siken_saiyo .wrap .flow .left figure{
  width:100%;
  margin: 0 auto;
}

#info .btn{
  width:100%;
  margin: 0 auto;
  position: relative;
}
#info .btn a{
  background:#666666;
  width: 100%;
  color: #FFF;
  font-size:0.875rem;
  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.65rem;
  display: block;
}
#info .btn a span{
  width:20px;
  height:20px;
  display: block;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}




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

#guidance .schedule{
  padding:30px 0;
  background:#e6e6e6;
}
#guidance .schedule .wrap{
  width:90%;
  margin: 0 auto;
}
#guidance .schedule .wrap p{
  font-size:0.875rem;
  line-height: 1.7;
  margin-bottom:20px;
}


#guidance .schedule .btn{
  width:100%;
  margin: 0 auto 10px;
  position: relative;
}
#guidance .schedule .btn a{
  background:#FFF;
  border: #00affc 1px solid;
  width: 100%;
  color: #00affc;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0;
  border-radius:50px;
  transition: all 0.2s ease;
}
#guidance .schedule .btn a:hover{
  color:#00affc;
  background: #ebf9ff;
}
#guidance .schedule .btn a span{
  width:26px;
  height:26px;
  display: block;
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}
#guidance .schedule .wrap p.cap{
  font-size: 0.65rem;
  text-align: center;
  margin-bottom:50px;
}
#guidance .schedule .inner ul li{
  width: 100%;
}
#guidance .schedule .inner ul li.long{
  width: 100%;
}
#guidance .schedule .inner ul li{
  background: #FFF;
  border-radius: 10px;
  padding:20px;
  position: relative;
  margin-bottom:30px;
  box-sizing: border-box;
}
#guidance .schedule .inner ul li:last-child{
  margin-bottom: 0;
}
#guidance .schedule .inner ul li .left{
  width: 100%;
  margin-bottom: 20px;
}
#guidance .schedule .inner ul li .right{
  width:100%;
}
#guidance .schedule .inner ul li h3{
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom:10px;
  color:#00affc;
}
#guidance .schedule .inner ul li p{
  font-size:0.75rem;
  margin-bottom:0;
  line-height: 1.7;
}
#guidance .schedule .inner ul li figure.icon{
  width:50px;
  position: absolute;
  left:20px;
  top: -30px;
}

#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:30px 0;
}
#faq .mv h2{
  width:196px;
  margin: 0 auto;
}

#faq .faq_list{
  padding:30px 0;
  background:#e6e6e6;
}
#faq .faq_list .wrap{
  width:90%;
  margin: 0 auto;
}
#faq .faq_list .wrap ul li{
  background: #FFF;
  border-radius: 10px;
  margin-bottom:30px;
  padding:30px;
  box-sizing: border-box;
}
#faq .faq_list .wrap ul li dl dt{
  font-size:1.4rem;
  line-height: 1.7;
  color: #00affc;
  margin-bottom: 30px;
  background: url(/fukuoka_prefecture/fukuokasaiyo/faq/images/faq_subtitle_q.svg) no-repeat top center;
  background-size: 48px;
  padding-top:70px;
}
#faq .faq_list .wrap ul li dl dd{
  font-size:0.875rem;
  line-height: 1.7;
  color: #000;
  background: url(/fukuoka_prefecture/fukuokasaiyo/faq/images/faq_subtitle_a.svg) no-repeat top center;
  background-size: 48px;
  padding-top:70px;
}


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

#download .download,
#download .movie{
  padding:30px 0;
}
#download .download .wrap,
#download .movie .wrap{
  width:90%;
  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:1.5rem;
  line-height:1.7;
  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:320px;
  margin: 0 auto 30px;
  background: #EEE;
}

#download .download .wrap dl dd .btn,
#download .movie .wrap dl dd .btn{
  width:80%;
  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:0.875rem;
  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:20px;
  height:20px;
  display: block;
  position: absolute;
  top: 50%;
  right:15px;
  transform: translateY(-50%);
}



/*職種・仕事紹介一覧*/
#syokuin_list .mv{
  background:#00affc;
  padding:30px 0;
}
#syokuin_list .mv .wrap{
  width: 90%;
  margin: 0 auto;
}
#syokuin_list .mv .wrap h2{
  width:258px;
  margin: 0 auto 25px;
}
#syokuin_list .mv .wrap h3{
  font-size:1rem;
  line-height: 1.5;
  margin-bottom:15px;
}
#syokuin_list .mv .wrap p{
  font-size:0.75rem;
  line-height: 1.5;
  text-indent: -12px;
  padding-left: 12px;
}

#syokuin_list .interview_list{
  background: #e5f7ff;
  padding:30px 0 0;
}
#syokuin_list .minkan_list{
  width: 90%;
  margin: 0 auto;
  padding:50px 0 0;
}
#syokuin_list .minkan_list h2{
  font-size:1.8rem;
  color: #00affc;
  margin-bottom:30px;
  text-align: center;
}
#syokuin_list .interview_list ul,
#syokuin_list .minkan_list ul{
  width: 90%;
  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:100%;
  margin-bottom:30px;
}
#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:4rem;
  color: #00affc;
}
#syokuin_list .interview_list ul li a .title dl dd,
#syokuin_list .minkan_list ul li a .title dl dd{
  font-size:1.8rem;
  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:50px 0;
}
#syokusyu_syosai .cover .mv .wrap{
  width:90%;
  margin: 0 auto;
}
#syokusyu_syosai .cover .mv .wrap h1{
  width:230px;
  margin: 0 auto 30px;
}
#syokusyu_syosai .mv .title{
  display: flex;
  align-items: firstbaseline;
  margin-bottom:10px;
}
#syokusyu_syosai .mv .title dl.icon{
  margin-right:20px;
}
#syokusyu_syosai .mv .title dl.icon dt{
  font-size:4rem;
  color: #FFF;
}
#syokusyu_syosai .mv .title dl.icon dd{
  font-size:1.8rem;
  color: #000;
  margin-top: -20px;
  padding-left:5px;
  white-space: nowrap;
}
#syokusyu_syosai .mv .title h2{
  font-size:1.3rem;
  line-height:1.5;
}

#syokusyu_syosai .miryoku{
  width:90%;
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding:30px 25px;
  margin-bottom:30px;
}
#syokusyu_syosai .miryoku h3{
  font-size:1.1rem;
  margin-bottom:20px;
  text-align: center;
}
#syokusyu_syosai .miryoku p{
  font-size:0.875rem;
  line-height: 1.6;
  text-align: justify;
}
#syokusyu_syosai .sigoto_naiyo{
  width:90%;
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding:25px 35px;
  margin-bottom:50px;
}
#syokusyu_syosai .sigoto_naiyo h3{
  font-size:1.1rem;
  text-align: center;
  margin-bottom:30px;
}
#syokusyu_syosai .sigoto_naiyo p{
  font-size:0.875rem;
  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{
  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{
  font-size:0.875rem;
  line-height: 1.7;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box{
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box h4{
  background: #251e1c;
  color: #FFF;
  font-size:0.9rem;
  padding:8px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner{
  width:100%;
}

#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner dl{
  width:100%;
  margin-bottom:20px;
}
#syokusyu_syosai .sigoto_naiyo ul li .naiyo_box .inner dl dt.text{
  width:100%;
}
#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;
  margin: 0 auto;
  padding-top: 20px;
}

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

/*-- 2026/01/08　追加分 --*/
#syokusyu_syosai .cap{
	padding-top: 20px;
    font-size: 0.625rem;
    width: 100%;
    display: block;
    text-align: left;
}

#syokusyu_syosai .career_img{
  width: 100%;
  background: #e5f7ff;
  padding:30px 0 30px;
  margin-bottom:50px;
}
#syokusyu_syosai .career_img .wrap{
}
#syokusyu_syosai .career_img .wrap h2{
  font-size: 1.25rem;
  text-align: center;
  padding-bottom:30px;
}
#syokusyu_syosai .career_img .wrap .flow{
  overflow-x: scroll;
}


#syokusyu_syosai .career_img .wrap .flow ul{
  width: 1000px; 
  padding: 0 20px;
  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:90%;
  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: space-between;
}
#syokusyu_syosai .interview_list ul li{
  width: 100%;
  margin-bottom: 30px;
}
#syokusyu_syosai .interview_list ul li:last-child{
  margin-bottom: 0;
}
#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;
}



/*プロジェクト詳細*/
#project_syosai .mv{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

#project_syosai .bg_image{
  order: 1;
  width: 100%;
}

#project_syosai .bg_image figure{
  width: 100%;
  height:250px;
  background-size: cover;
  background-position: center;
}
#project_syosai .bg_image h3{
  padding: 25px 25px 10px;
}
#project_syosai .bg_image h3 span{
  font-size:1.5rem;
  line-height: 1.5;
  display: block;
  color: #00affc;
}

#project_syosai .mv .title{
  order: 2;
  width: 90%;
  margin:0 auto 20px;
}

#project_syosai .mv .title h1{
  width: 28px;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 100;
}
#project_syosai .mv .title dl{
  margin-bottom: 20px;
  width: 94px;
}
#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{
  width: 100%;
}
#project_syosai .mv .title h2{
  font-size:1.875rem;
  line-height:1.4;
  margin-bottom: 10px;
}
#project_syosai .mv .title h3{
  font-size:1rem;
  line-height:1.4;
  margin-bottom: 20px;
}
#project_syosai .mv .title h3 br{
  display: none;
}
#project_syosai .mv .title span.cap{
  font-size:0.625rem;
  width: 100%;
  display: block;
  text-align: right;
}
#project_syosai .snap{
  padding:25px 0 30px;
  background:#00affc;
  margin-bottom:50px;
}
#project_syosai .snap .title{
  background:url(../../project/images/project_syosai_subtitle.svg) no-repeat top left;
  background-size:184px;
  width:250px;
  margin: 0 auto 30px;
  position: relative;
  padding-top: 55px;
}
#project_syosai .snap .title h3{
  font-size:1.1rem;
  line-height: 1.4;
}
#project_syosai .snap .title figure{
  width:80px;
  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:220px;
  width: auto;
}
#project_syosai .snap .ticker-swiper h4{
  width: 100%;
  font-size:0.625rem;
  line-height: 1.4;
  margin-top: 10px;
  overflow-wrap: break-word;

}
#project_syosai .interview_post{
  width: 90%;
  margin:0 auto ;
}
#project_syosai .interview_post h2{
  font-size:2.5rem;
  color: #00affc;
  margin-bottom:30px;
}
#project_syosai .interview_post article{
  margin-bottom:40px;
}
#project_syosai .interview_post article.two_column h3,
#project_syosai .interview_post article.two_column p{
  width:100%;
}

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


#project_syosai .interview_message{
  background:#00affc;
}
#project_syosai .interview_message .wrap{
  width: 90%;
  margin: 0 auto;
  padding:30px 0;
}
#project_syosai .interview_message .wrap h3{
  font-size:1.125rem;
  line-height: 1.5;
  color: #FFF;
  margin-bottom:10px;
}
#project_syosai .interview_message .wrap p{
  font-size:0.875rem;
  line-height: 1.7;
  color: #FFF;
  text-align: justify;
}
.interview_list_btn{
  background: #e5f7ff;
  padding:50px 0 30px;
}

.interview_list_btn .side_article_btn{
  width:300px;
  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: 10px 20px 3px;
  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;
}

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

.interview_list_btn ul.syokusyu{
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
}
.interview_list_btn ul.syokusyu li{
  width:47%;
  margin-right:3%;
  margin-bottom: 10px;
}
.interview_list_btn ul.syokusyu li:nth-child(2n){
  margin-right: 0;
}
.interview_list_btn ul.syokusyu li a{
  width:100%;
  display: block;
  padding: 20px 0;
  background:#FFF;
  border:1px solid #00affc;
  box-sizing: border-box;
  font-size: 1.25rem;
  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:90%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
}
.interview_list_btn ul.minkan li{
  width:47%;
  margin-right:3%;
  margin-bottom: 10px;
}
.interview_list_btn ul.minkan li:nth-child(2n){
  margin-right: 0;
}
.interview_list_btn ul.minkan li a{
  width:100%;
  display: block;
  padding: 20px 0;
  background:#00affc;
  border:1px solid #00affc;
  box-sizing: border-box;
  font-size:1.25rem;
  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
    )
}




/*職員インタビュー詳細*/
#syokuin_syosai .mv{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

#syokuin_syosai .bg_image{
  order: 1;
  width: 100%;
}

#syokuin_syosai .bg_image figure{
  width: 100%;
  height:250px;
  background-size: cover;
  background-position: center;
}
#syokuin_syosai .bg_image h3{
  padding: 25px 25px 10px;
}
#syokuin_syosai .bg_image h3 span{
  font-size:1.5rem;
  line-height: 1.5;
  display: block;
  color: #00affc;
}

#syokuin_syosai .mv .title{
  order: 2;
  width: 90%;
  margin:0 auto 20px;
}

#syokuin_syosai .mv .title h1{
  width: 28px;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 100;
}
#syokuin_syosai .mv .title dl.icon{
  margin-bottom: 20px;
  width:100%;
}
#syokuin_syosai .mv .title dl.icon dt{
  font-size:4.8rem;
  color: #00affc;
  text-align: left;
}
#syokuin_syosai .mv .title dl.icon dd{
  font-size:2.3rem;
  color: #000;
  margin-top: -25px;
}
#syokuin_syosai .mv .title h3{
  width: 100%;
  font-size:1rem;
  line-height:1.4;
  margin-bottom:20px;
}
#syokuin_syosai .mv .title h3 br{
  display: none;
}
#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:130px;
}#syokuin_syosai .mv .title ul.keireki dl dd{
  width: calc(100% - 130px);
}
#syokuin_syosai .mv .title ul.keireki dl dt,
#syokuin_syosai .mv .title ul.keireki dl dd{
  font-size:0.75rem;
}
#syokuin_syosai .mv .title span.cap{
  padding-top: 30px;
  font-size:0.625rem;
  width: 100%;
  display: block;
  text-align: right;
}
#syokuin_syosai .snap{
  padding:25px 0 30px;
  background:#00affc;
  margin-bottom:50px;
}
#syokuin_syosai .snap .title{
  background:url(../../project/images/project_syosai_subtitle.svg) no-repeat top left;
  background-size:184px;
  width:250px;
  margin: 0 auto 30px;
  position: relative;
  padding-top: 55px;
}
#syokuin_syosai .snap .title h3{
  font-size:1.1rem;
  line-height: 1.4;
}
#syokuin_syosai .snap .title figure{
  width:80px;
  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:220px;
  width: auto;
}
#syokuin_syosai .snap .ticker-swiper h4{
  width: 100%;
  font-size:0.625rem;
  line-height: 1.4;
  margin-top: 10px;
  overflow-wrap: break-word;

}
#syokuin_syosai .interview_post{
  width: 90%;
  margin:0 auto ;
}
#syokuin_syosai .interview_post h2{
  font-size:2.5rem;
  color: #00affc;
  margin-bottom:30px;
}
#syokuin_syosai .interview_post article{
  margin-bottom:40px;
}
#syokuin_syosai .interview_post article.two_column h3,
#syokuin_syosai .interview_post article.two_column p{
  width:100%;
}

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

#syokuin_syosai .interview_schedule{
  padding-top:30px;
}
#syokuin_syosai .interview_schedule h2{
  font-size:3rem;
  line-height:0.7;
  color: #00affc;
  width:90%;
  margin: 0 auto;
}
#syokuin_syosai .interview_schedule .cover{
  background: #00affc;
}
#syokuin_syosai .interview_schedule .cover .inner{
  width:90%;
  margin: 0 auto;
  padding:30px 0;
}
#syokuin_syosai .interview_schedule .cover .inner .left{
  margin-bottom:40px;
}
#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{
  width: 100%;
  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{
  font-size:0.875rem;
  line-height:2.2;
  color: #FFF;
}
#syokuin_syosai .interview_schedule .cover .inner .left ul li dl dt{
  width:55px;
  text-align: right;
  margin-right:20px;
}
#syokuin_syosai .interview_schedule .cover .inner .left ul li dl dd{
  width:calc(100% - 75px);
}

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

#syokuin_syosai .interview_message .wrap{
  width: 90%;
  margin: 0 auto;
  padding:30px 0;
}
#syokuin_syosai .interview_message .wrap h3{
  font-size:1.125rem;
  line-height: 1.5;
  color: #00affc;
  margin-bottom:10px;
}
#syokuin_syosai .interview_message .wrap p{
  font-size:0.875rem;
  line-height: 1.7;
  color: #000;
  text-align: justify;
}

#syokuin_syosai .indention dl{
  display: flex;
  align-items: baseline;
}
#syokuin_syosai .indention dd{
  line-height: 1.5 !important;
  padding-bottom: 5px;
}
