@charset "utf-8";

/* CSS Document */
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
}

#header .container-fluid {
  padding-right: 0;
}

#header .header-inq {
  background-color: #017dd0;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
  padding: 1em;
  transition: .3s;
}

#header .header-inq a {
  color: #fff;

}
#header .header-inq:hover{
  background-color: var(--color_hover_sky);
  opacity: 0.6;
}

#header .mobile-nav-toggle-wrap {
  background-color: #0198fd;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 4;
}

#header .mobile-nav-toggle {
  margin-right: 0;
  padding: 1rem;
}

.bi-list::before {
  color: #fff;
}

@media (max-width: 768px) {
  #header .header-inq {
    display: none;
  }
}

@media (max-width: 576px) {
  .header .logo img {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  #header .mobile-nav-toggle-wrap {
    background-color: #0198fd;
    height: 86px;
    width: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .header-inq {
    background-color: #017dd0;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px
  }
}

/*トップページ*/
/*説明会・イベント*/
.home-news h2{
  color: #fff;
  background-color: var(--primary-color);
  padding: 10px;
}
.home-news iframe{
  border: 1px solid #ccc;
  width: 100%;
  height: 500px;
}


.home-news i {
  color: var(--primary-color);
}
.home-news a:hover{
  transition: .3s;
  color: var(--primary-color);
}

.home-news .u-listall {
  font-size: 1.25em;
}
@media (max-width: 992px) {
  .home-news iframe{
    height: calc(100vw * 0.3);
  }
  .home-news h2.u-ttl{
    font-size: 2.2em;
  }
  .home-news .u-listall {
    font-size: 1em;
  }
}

@media (max-width: 768px) {

  .home-news .u-listall {
    font-size: 1em;
  }
  .home-news iframe{
    height: calc(100vw * 0.3);
  }
  .home-news h2.u-ttl{
    font-size: 1.6em;
  }
}

@media (max-width: 767px) {

  .home-news .u-listall {
    font-size: 0.85em;
  }
}

@media (max-width: 576px) {
  .home-news iframe{
    height: calc(100vw * 0.5);
  }
  .home-news h2.u-ttl{
    font-size: 1.25em;
  }
}

@media (min-width: 1200px) {
.home-news h2.u-ttl{
  font-size: 3em;
}
}

/*インターシップ*/
/*.alpha a:hover {
  opacity: 0.6;
  transition: 0.2s;
}*/

.wh {
  color: #fff;
}

.home-internship {
  background: url(../img/index/intership_bg.jpg) no-repeat center top;
  padding: 3em 1em;
}

.home-internship .title-wrap {
  background-color: var(--primary-color);
  color: #fff;
  max-width: 800px;
  width: 100%;
  height: 423px;
  outline: 1px solid rgb(255, 255, 255);
  /*outlineでドットの線を追加*/
  outline-offset: -15px;
  /*outline-offsetの値を-15pxにして内側に調整*/
  background: url(../img/index/internship_bg_r.png) no-repeat right bottom, url(../img/index/internship_bg_l.png) no-repeat left top, #0d6fb8;
}

.home-internship .title-wrap p {
  font-size: 1rem;
}

.home-internship .title-wrap .wh_btn a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.13em;
  padding: 1rem 3rem;
  font-weight: bold;
  background-color: var(--primary-color);
  transition: .3s;
}
.home-internship .title-wrap .wh_btn a:hover{
  background-color: var(--color_hover_sky);
}

@media (max-width: 992px) {
  .home-internship .title-wrap {
    width: 80%;
    height: calc(100vw * 0.4);
    padding: 1em;
    background-size: 20%, 20%;
  }
}

@media (max-width: 768px) {
  .home-internship .title-wrap {
    width: 590px;
    height: 310px;
  }
}

@media (max-width: 576px) {
  .home-internship .title-wrap {
    width: 90%;
    height: auto;
    outline-offset: -8px;
    /*outline-offsetの値を-15pxにして内側に調整*/
    padding: 1em;
  }

  .home-internship .title-wrap p {
    font-size: 0.85rem;
  }

  .home-internship h2.u-ttl {
    font-size: 1.25em;
    margin-bottom: 0;
  }

  .home-internship .title-wrap .wh_btn a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.5rem 2rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .home-internship .title-wrap p {
    font-size: 1.25em;
  }

  .home-internship .title-wrap .wh_btn a {
    font-size: 1.25em;
  }
}

/*お仕事紹介*/
.home-jobinfo {
  background: url(../img/index/process_bg.jpg) no-repeat center top;
  background-size: cover;
}

.home-jobinfo .jobinfo .photo {
  border-radius: 50vh;
}

.home-jobinfo .jobinfo p {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding-top: 1em;
}

.home-jobinfo .jobinfo .sh {
  display: none;
}
/**/
.home-jobinfo .Jobinfo{
  padding: 1.5em 1em;
  background-color: #f6f6f6;
  border: 1px solid #ededed;
  width: 93%;
  margin: 0 auto 1%;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
}
.home-jobinfo .Jobinfo h3{
  text-align: center;
  font-size: 1.5rem;
}
.home-jobinfo .Jobinfo .photo{
  text-align: center;
}
.home-jobinfo .Jobinfo .blue_btn a{
  font-size: 1.13em;
  padding: 0.5rem 1.5rem;
  background-color: #f6f6f6;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50vh;
  transition: .3s;
}
.home-jobinfo .Jobinfo .blue_btn a:hover{
  background-color: var(--primary-color);
color: #fff;


}


.home-jobinfo .Jobinfo .blue_btn i{
  padding-right: 5px;
}

@media (max-width: 1200px) {
  .home-jobinfo .jobinfo .photo {
    padding: 0 1em;
  }

  .home-jobinfo .jobinfo .photo img {
    max-width: 100%;
  }

  .home-jobinfo .jobinfo p {
    font-size: calc(1em + .5vw);
  }
}

@media (max-width: 992px) {
  .home-jobinfo .jobinfo .sh {
    display: block;
    font-size: calc(1em + .5vw);
    font-weight: bold;
    padding-bottom: 0.5em;
  }

  .home-jobinfo .jobinfo, .home-jobinfo .jobinfo-ya {
    text-align: center;
    display: inline-block;
  }

  .home-jobinfo .jobinfo p {
    display: none;
  }

  .sh-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .home-jobinfo .Jobinfo h3{
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .home-jobinfo .Jobinfo h3{
    font-size: 1rem;
  }
  .home-jobinfo .Jobinfo{
    padding: 0.5em;
    width: 90%;
  }
  .home-jobinfo .Jobinfo .blue_btn a{
    font-size: 0.85rem;
    padding: 0.3rem 1rem;
  }
}
@media (min-width: 1200px) {
  .home-jobinfo .Jobinfo .blue_btn a{
    font-size: 1.25em;
    padding: 0.5rem 1.5rem;
  }
}

@media (min-width: 1300px) {
  .home-jobinfo .Jobinfo h3{
    font-size: 1.85rem;
  }
}

h2.u-ttl {
  font-size: 2.5em;
}

h3.u-midashi span {
  background-color: var(--color_skyblue);
  display: inline-block;
  padding: 0.5rem 3rem;
  border-radius: 50vh;
  position: relative;
  max-width: 395px;
  width: 100%;
}

h3.u-midashi span::before, .common h2.u-midashi span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  position: absolute;
  top: calc(50% - 9px);
  left: -2rem;
  background-color: var(--color_skyblue);
}

h3.u-midashi span::after, .common h2.u-midashi span::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  position: absolute;
  top: calc(50% - 9px);
  right: -2rem;
  background-color: var(--color_skyblue);
}

.f24 {
  font-size: 1.25em;
}

@media (max-width: 768px) {
  h2.u-ttl {
    font-size: 2em;
  }

  .f24 {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  h2.u-ttl {
    font-size: 1.6rem;
  }

  h3.u-midashi span {
    font-size: 1.2rem;
    max-width: 280px;
  }
}

@media (min-width: 1200px) {
  h2.u-ttl {
    font-size: 3.125em;
  }

  .f24 {
    font-size: 1.5em;
  }

  h3.u-midashi span {
    font-size: 2.25rem;
  }
}

/*ムービー*/
.home-jobinfo .u-video{
  max-width: 1140px;
  width: 100%;
  padding-top: 56%;
  padding: 1em;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
  margin-left: auto;
  margin-right: auto;
}
.service-wrap .u-video {
  max-width: 890px;
  width: 100%;
  padding-top: 56%;
  padding: 1em;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
  margin-left: auto;
  margin-right: auto;
}

.home-jobinfo .u-video .m100,
.service-wrap .u-video .m100 {
  max-width: 100%;
  width: 100%;
}

.blue_btn a {
  display: inline-block;
  padding: 1rem 3rem;
  color: #fff;
  font-size: 1.2em;
  background-color: var(--primary-color);
  transition: .3s;
}
.blue_btn a:hover{
  background-color: var(--color_hover_sky);
}

@media (max-width: 768px) {
  .blue_btn a {
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .blue_btn a {
    font-size: 1.5em;
  }
}

/*プロジェクト紹介*/
.home-project .project_box {
  max-width: 560px;
  margin: 0 1rem;
}

.home-project .project_box h4 {
  font-size: 1.6em;
}

.home-project .project_box .photo img {
  border-radius: 15px;
}

.home-project .swiper-slide {
  display: flex;
  justify-content: center;

}

.home-project .project_box .disc {
  font-size: 1.25em;
}

.swiper-button-prev {
  margin-left: 4em;
}

.swiper-button-next {
  margin-right: 4em;
  z-index: 110;
}


@media (max-width: 1400px) {
  .home-project .project_box h4 {
    font-size: 1.2em;
  }

  .home-project .project_box .disc {
    font-size: 1.13em;
  }
}

@media (max-width: 1100px) {
  .home-project .project_box h4 {
    font-size: 1.13em;
  }
  .home-project .project_box .disc {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    margin-left: 2.5em;
  }

  .swiper-button-next {
    margin-right: 2.5em;
    z-index: 110;
  }
}

@media (max-width: 576px) {
  .home-project .project_box .disc {
    font-size: 1em;
  }
}

@media (min-width: 1800px) {
  .home-project .swiper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-project .project_box h4 {
    font-size: 2em;
  }

  .home-project .project_box .disc {
    font-size: 1.4em;
  }
}

/*先輩職員からのメッセージ*/
.home-message {
  background-color: #82d0fd;
}

.home-message .message_box,
.message-wrap.common .message_box {
  position: relative;
  /*width: 18%;*/
}

.home-message .message_box .disc,
.message-wrap.common .message_box .disc {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
}

.home-message .message_box .wh_box,
.message-wrap.common .message_box .wh_box {
  background-color: #fff;
  display: block;
  padding: 1rem;
  font-size: 1.25em;
}

.home-message .message_box .shozoku span,
.message-wrap.common .message_box .shozoku span {
  background-color: #ccc;
  font-size: 0.85em;
  color: #fff;
  display: inline-block;
  width: 50%;
  padding: 5px 0;
  text-align: center;
}

.home-message .message_box .shozoku.kosen span,
.message-wrap.common .message_box .shozoku.kosen span {
  background-color: #fe9a62;
}

.home-message .message_box .shozoku.daigaku span,
.message-wrap.common .message_box .shozoku.daigaku span {
  background-color: #37adfd;
}

.home-message .message_box .shozoku.keikensya span,
.message-wrap.common .message_box .shozoku.keikensya span {
  background-color: #ed695a;
}

.home-message .message_box .shozoku.kouko span,
.message-wrap.common .message_box .shozoku.kouko span {
  background-color: #82c95f;
}

.home-message .message_box .name span,
.message-wrap.common .message_box .name span {
  font-size: 1rem;
  display: inline-block;
  padding-left: 1rem;
  color: #82d0fd;
  font-family: serif;
}
.message-wrap .alpha a:hover{
  opacity: 0.6;
  transition: .3s;
}

@media (max-width: 992px) {
  .home-message .message_box {
    /*width: 31%;*/
  }

  .home-message .message_box .wh_box {
    font-size: 1.13em;
  }
}

@media (max-width: 840px) {
  .home-message .message_box .name span {
    display: block;
  }
}

@media (max-width: 768px) {
  .home-message .message_box .wh_box {
    font-size: 1em;
  }
}

@media (max-width: 640px) {
  .home-message .message_box {
    /*width: 200px;*/
  }
}

@media (max-width: 576px) {
  .home-message .message_box .shozoku span{
    font-size: 13px;
  }
  .home-message .message_box .wh_box {
    font-size: 0.85em;
  }
  .home-message .message_box .wh_box span{
    font-size: 0.9em;
    padding-left: 0;
  }
}

@media (max-width: 454px) {
  .home-message .message-wrap {
    flex-wrap: wrap;
  }

  .home-message .message_box {
    /*width: 300px;*/
  }

  .home-message .message_box.mb10 {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 1200px) {
  .home-message .message_box .wh_box {
    font-size: 1.5em;
  }
}

/*数字で見る港湾空港部*/
.home-data {
  background-color: var(--primary-color);
}

.home-data .data-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  width: 23%;
  margin:1% 0;
}
.home-data .data-box h4 {
  font-size: 1.2em;
}

.home-data .data-box .suji {
  color: var(--primary-color);
  font-size: 3.6em;
}

.home-data .data-box .suji span {
  font-size: 1.5rem;
}
.home-data .data-box .suji span.small {
  font-size: 2.5rem;
}
.home-data .data-box .condition {
  font-size: 0.75rem;
}

.wh_btn a {
  display: inline-block;
  padding: 1rem 3rem;
  color: var(--primary-color);
  font-size: 1.2em;
  background-color: #fff;
  transition: .3s;
}
.wh_btn a:hover{
  background-color: var(--color_hover_sky);
  color: #fff;
}

@media (max-width: 992px) {
  .home-data .data-box .data-ico img {
    height: 83px;
  }

  .home-data .data-box .suji {
    line-height: 1.1;
  }

  .home-data .data-box .suji span {
    display: block;
  }
}

@media (max-width: 768px) {
  .wh_btn a {
    font-size: 1em;
  }

  .home-data .data-box {
    width: 46%;
    margin: 2% 0;
  }

}
@media (max-width: 576px) {
/*
  .home-data .data-box {
    width: 46%;
    width: calc(100% / 2.1);
  }
*/
  .home-data .data-box .suji {
    font-size: 2.8em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .home-data .data-box h4 {
    font-size: 1.13em;
    min-height: 2.5em;
  }
}

@media (min-width: 1200px) {
  .home-data .data-box h4 {
    font-size: 1.5em;
  }

  .home-data .data-box .suji {
    font-size: 4.6em;
    font-size: 3.6em;
  }

  .home-data .data-box .suji span {
    font-size: 1.875rem;
  }

  .wh_btn a {
    font-size: 1.5em;
  }
}

/*よくある質問*/
.home-faq {
  background-color: #faf5ec;
}

.accordion-area {
  list-style: none;
  width: 96%;
  margin: 0 auto;
  padding-left: 0;
}

.accordion-area li {
  margin: 0;
}

/*アコーディオンタイトル*/
.faq_title,
.acc_title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.2em;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
  background-color: #fff;
  border: 1px solid #ccc;
}

.accordion-area .faq_bg,
.accordion-area .mv_bg {
  position: relative;
  display: inline-block;
}

.accordion-area .faq_bg::before,
.accordion-area .mv_bg::before  {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  top: calc(50% - 10px);
  left: -37px;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after,
.acc_title::before,
.acc_title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
  z-index: 5;
}

.faq_title::before,
.acc_title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.faq_title::after,
.acc_title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before,
.acc_title.close::before {
  transform: rotate(45deg);
}

.faq_title.close::after,
.acc_title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.a_box {
  display: none;
  /*はじめは非表示*/
  background: #f6f6f6;
  margin: 0 0 1em;
  padding: 3%;
  font-size: 1.25em;
}

@media (max-width: 768px) {
  .faq_title,
  .acc_title {
    font-size: 1.13em;
  }

  .a_box {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .faq_title,
  .acc_title {
    font-size: 1em;
  }
  .service-wrap .acc_title{
    font-size: 0.85rem;
  }

  .a_box
   {
    font-size: 0.9rem;
  }
}

@media (min-width: 1200px) {
  .faq_title,
  .acc_title {
    font-size: 1.5em;
  }
}

/*採用情報*/
.home-recruit .recruit-box {
  background-color: var(--primary-color);
  padding: 1em;
  border-radius: 15px;
  width: 31%;
  margin: 0 1%;
}

.home-recruit .recruit-box img {
  border-radius: 50vh;
}

.home-recruit .recruit-box .disc .wh_btn a {
  font-size: 1em;
  background-color: #fff;
  padding: 0.5rem 1rem;
  transition: .3s;
}
.home-recruit .recruit-box .disc .wh_btn a:hover{
  background-color: var(--color_hover_sky);
  color: #fff;
}

.home-recruit .blue_btn a {
  max-width: 325px;
  width: 100%;
}

.home-recruit .recruit-box h3 {
  font-size: 1.4rem;
}

@media (max-width: 992px) {
  .home-recruit .recruit-box h3 {
    font-size: 1.13rem;
  }
}

@media (max-width: 768px) {
  .home-recruit .recruit-box .disc .wh_btn a {
    font-size: 0.85rem;
    background-color: #fff;
    padding: 0.5rem 0.5rem;
  }

  .home-recruit .recruit-box {
    max-width: 350px;
    width: 100%;
    /*margin: 0 auto 0.5rem;*/
  }
}

@media (max-width: 767px) {
  .home-recruit .recruit-box {
    margin: 0 auto 1rem;
  }
}

@media (min-width: 1200px) {
  .home-recruit .recruit-box {
    padding: 2em;
  }

  .home-recruit .recruit-box h3 {
    font-size: 1.75rem;
  }

  .home-recruit .recruit-box .disc .wh_btn a {
    font-size: 1.25em;
    padding: 1rem 2rem;
  }
}

/*フッター*/
.footer .foot-bg {
  background-color: #f0f5f9;
  padding: 2em 0 1em;
}

.footer .foot-nav {
  margin: 0;
  padding: 0;
}

.footer .foot-nav li {
  list-style: none;
  font-size: 1.13em;
  margin: 1em 1.5em 1em;
}

.footer .add {
  /*padding-left: 2em;*/
}
.footer a:hover{
  transition: .3s;
  color:var(--primary-color);
}

/*採用ボタン*/

.u-side_btn {
  position: fixed;

  right: 0px;
  top: calc(100vw * 0.2);
  z-index: 9999;

  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.u-side_btn a{
  writing-mode: vertical-rl;
  transition: .3s;
  color: #fff;
  padding: 1rem;
  font-size: 1em;
  background: color-mix(in srgb, var(--primary-color), transparent 10%);
  display: block;
}
.u-side_btn a.job_disc{
  background: color-mix(in srgb, #0198fd, transparent 10%);
}
.u-side_btn a:hover{
  background-color: #00A29A;
  color: #fff;
}


@media (max-width: 992px) {
  .footer .foot-nav li {
    margin: 0.5em 1.5em 0.5em;
  }
}

@media (max-width: 768px) {
  .footer .copyright {
    font-size: 0.85rem;
  }

  .u-side_btn a {
    font-size: 0.85em;
    padding: 0.5rem;
  }
}
@media (max-width: 576px) {
  .footer .copyright {
  margin-bottom: 50px;
  }

  .u-side_btn {
    right:auto;
    top:auto;
  bottom: 0;
  display: flex;
  width: 100%;
  z-index: 100;
}
.u-side_btn div{
  width: 50%;
}
.u-side_btn a{
  writing-mode: horizontal-tb;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1em;
}
}

@media (min-width: 1200px) {
  .u-side_btn{
    position: fixed;
    font-size: 1.5em;
    right: 0px;
    top: 250px;
    z-index: 100;


  }
  .u-side_btn a {
    padding: 1rem;
    color: #fff;
    writing-mode: vertical-rl;

  }
}

/*メインビジュアル*/
.movie_blk {
  width: 100%;
  height: 900px;
  position: relative;
  background: url(../img/index/main01.jpg) no-repeat center top;
  background-size: cover;
}

.movie_blk video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.movie_blk .u-copy {
  position: absolute;
  font-size: 55px;
  font-weight: bold;
/*  top: 33%;*/
  bottom: 30%;
  left: 10%;
  z-index: 1;
}

.u-hero .u-copy span {
  background-color: #fff;
}

@media (max-width: 1300px) {
  .movie_blk .u-copy {
    left: 5%;
    bottom: 20%;
  }
}

@media (max-width: 1200px) {
  .movie_blk {
    height: calc(100vw * 0.5);
  }

  .movie_blk .u-copy {
    font-size: 3vw;
    font-weight: bold;
    left: 5%;
    bottom: 20%;
  }
}

@media (max-width: 992px) {
  .movie_blk .u-copy {
    font-size: 3vw;
    font-weight: bold;
    bottom: 20%;
  }
}

@media (max-width: 768px) {
  .movie_blk .u-copy {
    font-size: 3vw;
    font-weight: bold;
    left: 5%;
    bottom: 15%;
  }
}

@media (max-width: 576px) {
  .movie_blk {
    height: calc(100vw * 1);
  }

  .movie_blk .u-copy {
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    bottom: 15%;
  }

  .movie_blk .u-copy p {
    margin-bottom: 0;
  }
}

/*セカンドページ*/
#u-fv.u-fv {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#u-fv.u-fv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

/*#u-fv.u-fv.fv_message01::before{
  background-color: rgba(0, 0, 0, 0.3);
}*/
#u-fv .u-copy {
  color: #fff;
  position: relative;
  z-index: 10;
}

#u-fv h2 {
  font-size: 2.4em;
  color: #fff;
}

#u-fv.fv_intership {
  background: url(../img/internship/fv.jpg) no-repeat center top;
  background-size: cover;
}

#u-fv.fv_faq {
  background: url(../img/faq/fv.jpg) no-repeat center top;
  background-size: cover;
}

#u-fv.fv_message {
  background: url(../img/message/fv.jpg) no-repeat center center, #fff;
  background-size: cover;
}

#u-fv.fv_message01 {
  background: url(../img/message/staff01/fv_staff01.jpg) no-repeat center center, #fff;
  background-size: cover;
}
#u-fv.fv_message02 {
  background: url(../img/message/staff02/fv_staff02.jpg) no-repeat center center, #fff;
  background-size: cover;
}
#u-fv.fv_message03 {
  background: url(../img/message/staff03/fv_staff03.jpg) no-repeat center center, #fff;
  background-size: cover;
}
#u-fv.fv_message04 {
  background: url(../img/message/staff04/fv_staff04.jpg) no-repeat center center, #fff;
  background-size: cover;
}
#u-fv.fv_message05 {
  background: url(../img/message/staff05/fv_staff05.jpg) no-repeat center center, #fff;
  background-size: cover;
}
#u-fv.fv_message06 {
  background: url(../img/message/staff06/fv_staff06.jpg) no-repeat center center, #fff;
  background-size: cover;
}

#u-fv.fv_message07 {
  background: url(../img/message/staff07/fv_staff07.jpg) no-repeat center center, #fff;
  background-size: cover;
}

#u-fv.fv_message08 {
  background: url(../img/message/staff08/fv_staff08.jpg) no-repeat center center, #fff;
  background-size: cover;
}




#u-fv.fv_recruit {
  background: url(../img/recruit/fv.jpg) no-repeat center top;
  background-size: cover;
}

#u-fv.fv_data {
  background: url(../img/data/fv.jpg) no-repeat center top;
  background-size: cover;
}

#u-fv.fv_event {
  background: url(../img/event/fv.jpg) no-repeat center top;
  background-size: cover;
}

#u-fv.fv_service {
  background: url(../img/service/fv.jpg) no-repeat center top;
  background-size: cover;
}

#u-fv.fv_contact {
  background: url(../img/contact/fv.jpg) no-repeat center top;
  background-size: cover;
}

#u-fv.fv_common {
  background: url(../img/common/fv_common.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 768px) {
#u-fv.fv_message {
  background-position: right center;
  background-size: cover;
}
}

@media (max-width: 576px) {
  #u-fv.u-fv {
    width: 100%;
    height: calc(100vw * 0.5);
  }

  #u-fv h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  #u-fv.u-fv {
    width: 100%;
    height: 500px;
  }

  #u-fv h2 {
    font-size: 3em;
  }
}

/*インターシップ
------------------------------------------*/

.common h2.u-midashi span {
  background-color: var(--color_skyblue);
  display: inline-block;
  padding: 0.5rem 3rem;
  border-radius: 50vh;
  position: relative;
  font-size: 2.4rem;
}

.common .page_menu a {
  font-size: 1.13em;
  display: inline-block;
  color: #fff;
  padding: 0.5rem;
  width: 275px;
  text-align: center;
  position: relative;
}

.common .menu_btn {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #37adfd, #2353a3);
  width: 23%;
  margin: 0 1%;
  transition: 0.3s;
}

.common .menu_btn:hover {
  opacity: 0.6;
  background: linear-gradient(to left, #37adfd, #2353a3);
}

.common .page_menu a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  /*アイコンの種類*/
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
  /*左端からのアイコンまでの距離*/
  color: #fff;
  /*アイコン色*/
  font-weight: bold;
}

.common.recruit-wrap .page_menu a {
  padding: 1.5rem 1em;
}

.internship .read {
  font-size: 1.25em;
}

.internship .read h3 {
  font-size: 3rem;
}

.internship .read h3+p {
  font-size: 1.75rem;
  font-weight: bold;
  color: #111;
}

.internship .bg-blue span {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.758em;
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  text-align: center;
}

.internship .title-bg, .common .title-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.internship .title-bg img, .common .title-bg img {
  border-radius: 20px;
}

.internship .title-bg h2, .common .title-bg h2 {
  position: absolute;
  font-size: 2em;
}

.internship .title-bg h2 span,
.common .title-bg h2 span {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 5px 1em;
}

.internship .blue-en {
  width: 180px;
  height: 180px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 1.33em;
  text-align: center;
}

.internship .blue-en i {
  font-size: 1.2em;
  padding-top: 1rem;
}

.internship .point-box {
  width: 31%;
  margin: 0 1%;
}

.internship .point span {
  background-color: var(--color_skyblue);
  color: var(--primary-color);
  display: inline-block;
  padding: 2px 1em;
  border-radius: 50vh;
  font-weight: bold;
  font-size: 1.2em;
}

.internship .point-box .disc {
  background-color: #f6f6f6;
  padding: 1rem;
  border-radius: 15px;
}

.internship .point-box h3 {
  color: var(--primary-color);
  font-size: 1.5em;
}

.internship .point-box .disc p {
  font-size: 1em;
}

.internship h3.u-title {
  border-left: 10px solid #0d6fb8;
  padding-left: 10px;
}

.internship .bg-grey {
  background-color: #f6f6f6;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 50px;
}

.internship .add-box dl {
  font-size: 1.2em;
}

.internship .add-box dt {
  float: left;
  width: 7rem;
}

.internship h3.point_ttl {
  font-size: 2em;
  position: relative;
}

.internship h3.point_ttl::before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--primary-color);
  border-radius: 2px;
}

.internship .point-img.point .photo {
  width: 31%;
  margin: 0 1% 2%;
}

.internship .point-img.point .photo img{
  border-radius: 15px;
}

.internship .u-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0;
  font-size: 1.25em;
}

.internship .u-inner ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  color: var(--primary-color);
}

.internship .u-inner ul li {
  margin-bottom: 5px;
}

.internship .u-inner li a {
  color: var(--primary-color);
  text-decoration: underline;
  background: url(../img/internship/ico_pdf.png) no-repeat right top;
  padding-right: 1.5em;
  display: inline-block;
}
.internship .u-inner li a:hover{
  opacity: 0.6;
  transition: 0.3s;
  color: var(--color_hover_sky);
}

.internship .u-inner li:nth-child(3) a {
  background: none;
}

@media (max-width: 992px) {
  .common .page_menu a {
    font-size: 1rem;
  }

  .common h2.u-midashi span {
    font-size: 1.9rem;
  }

  .internship .read {
    font-size: 1em;
  }

  .internship .read h3 {
    font-size: 2.4rem;
  }

  .internship .read h3+p {
    font-size: 1.4rem;
  }

  .internship .bg-blue span {
    font-size: 1.4em;
  }

  .internship .title-bg h2 {
    font-size: 1.6em;
  }

  .internship .blue-en {
    width: 145px;
    height: 145px;
    font-size: 1.13em;
  }

  .internship .point span {
    font-size: 1em;
  }

  .internship .point-box h3 {
    font-size: 1.2em;
  }

  .internship h3.point_ttl {
    font-size: 1.6em;
  }

  .internship .u-inner {
    font-size: 1em;
  }

  .internship h3.u-title {
    font-size: 1.25em;
  }
}

@media (max-width: 768px) {
  .common h2.u-midashi span {
    font-size: 1.5rem;
  }

  .internship .bg-blue span {
    font-size: 1.13em;
  }

  .common .menu_btn {
    width: 48%;
    margin: 1% 1%;
  }
}

@media (max-width: 767px) {
  section.internship{
    padding-top: 40px;
  }

  .internship .point-box {
    width: 98%;
    margin: 1% 0 1em;
  }

  .common h2.u-midashi span {
    font-size: 1.25rem;
  }

  .internship .read h3 {
    font-size: 1.8rem;
  }

  .internship .read h3+p {
    font-size: 1.13rem;
  }

  .internship .title-bg h2,
  .common .title-bg h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 567px) {
  .common h2.u-midashi span {
    font-size: 1.13rem;
    padding: 0.5rem 1.5rem;
  }

  .internship h3.u-title {
    font-size: 1.13em;
  }

  .internship h3.point_ttl {
    font-size: 1.2em;
  }

  .internship .add-box dl {
    font-size: 1rem;
  }

  .internship .add-box dt {
    width: 5rem;
    float: none;
  }

  .internship .add-box dd {
    overflow-wrap: anywhere;
  }

  .internship .point-img .photo,
  .internship .point-img.point .photo {
    width: 48%;
    margin: 1%;
  }

  .internship .blue-en {
    width: 120px;
    height: 120px;
  }

  .common .page_menu a {
    font-size: 0.85rem;
  }

  .internship .u-inner {
    font-size: 0.95em;
  }
}

@media (min-width: 1200px) {
  .common h2.u-midashi span {
    font-size: 2.8rem;
  }

  .page_menu a {
    font-size: 1.37em;
  }

  .internship .title-bg h2 {
    font-size: 2.5em;
  }

  .internship .blue-en {
    font-size: 1.67em;
  }

  .internship .point span {
    font-size: 1.5em;
  }

  .internship .point-box h3 {
    font-size: 1.875em;
  }

  .internship .point-box .disc p {
    font-size: 1.25em;
  }

  .internship .add-box dl {
    font-size: 1.5em;
  }

  .internship .bg-grey {
    margin-bottom: 100px;
  }

  .internship h3.point_ttl {
    font-size: 2.5em;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--accent-color);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 9999;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*先輩職員インタビュー個人
--------------------------------------------------*/
.message-staff .stripe-bar,
.common .stripe-bar {
  width: 240px;
  height: 6px;
  background: linear-gradient(to right,
      #cbeafb 33.3%,
      #0d6fb8 33.3%, #0d6fb8 66.6%,
      #cbeafb 66.6%);
  margin: 1.5rem auto 60px;
}
.message-staff .container {
	max-width: 1000px;
}
.message-staff .u-video .m100 {
  max-width: 100%;
}

.message-staff p.disc {
  font-size: 1.25em;
/*  text-indent: 1em;*/
}

.message-staff .photo img,
.message-staff .prof-photo img {
  border-radius: 15px;
}
.message-staff .photo{
  max-width: 840px;
  margin: 0 auto;
}
.message-staff .photo figure{
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;

}

.message-staff .photo figure img.img-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.message-staff .profile {
  background-color: var(--color_skyblue);
  padding: 40px;
  border-radius: 15px;
}

.message-staff .profile .disc {
  padding-left: 50px;
}

.message-staff .profile h3 {
  border-left: 8px solid #0d6fb8;
  padding-left: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.message-staff .profile .specialist span {
  color: #fff;
  background-color: var(--primary-color);
  font-size: 1.25rem;
  display: inline-block;
  padding: 3px 1rem;
  border-radius: 50vh;
  margin-bottom: 0.5rem;
}

.message-staff .profile .name {
  font-size: 1.875rem;
  font-weight: bold;
}

.message-staff .profile .name span {
  display: block;
  font-size: 0.6em;
}

.message-staff .profile h4 {
  font-size: 1.37rem;
  display: inline-block;
  padding: 0 255px 0 20px;
  position: relative;
}

.message-staff .profile h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 250px;
  height: 1px;
  background-color: var(--primary-color);
}

.message-staff .profile h4::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
}

.message-staff .profile h4:after {
  right: 0;
}

.message-staff .profile h4:before {
  left: 0;
}

.message-staff .profile h4+p {
  font-size: 1.25rem;
  font-weight: bold;
}

/*
body {
	counter-reset: q-count;
}
*/
.interview-wrap {
	margin-bottom: 60px;
}

.interview-wrap h3 {
	display: flex;
	align-items: flex-start;
	color: #017dd0;
	padding: 10px 0;
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 1.5rem;
}

.interview-wrap h3::before {
	content: "Q";
	background-color: #017dd0;
	color: #fff;
	width: 1.8em;
	height: 1.8em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	font-weight: bold;
	flex-shrink: 0;
	font-size: 0.9em;

	margin-top: -0.1em;
	padding-bottom: 0.1em;
}

.interview-flex {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.interview-flex.is-reverse {
	flex-direction: row-reverse;
}
.interview-flex p {
	flex: 1;
	font-size: 1.25em;
}

.interview-flex .interview-photo {
	flex: 0 0 40%;
}
.interview-center-photo {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.interview-center-photo .interview-photo {
	width: 100%;
}
.interview-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.work-tools-wrap {
	border: 2px solid #017dd0;
	border-radius: 12px;
	padding: 40px 25px 30px;
	margin-top: 50px;
	position: relative;
	margin-bottom: 50px;
}

.work-tools-wrap h3 {
	position: absolute;
	top: -1.2rem;
	left: 20px;
	background-color: #fff;
	padding: 0 15px;
	color: #017dd0;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	margin: 0;
}

.work-tools-wrap h3::before {
	content: "";
	display: inline-block;
	background: url("../img/message/icon-tool.svg") no-repeat center/contain;
	width: 1.3em;
	height: 1.3em;
	margin-right: 12px;
	flex-shrink: 0;
	position: relative;
	top: -2px;
}

.work-tools-wrap p {
	margin: 0;
	font-size: 1.25em;
	line-height: 1.8;
	color: #333;
}

@media (max-width: 768px) {
	.interview-wrap {
		margin-bottom: 2em;
	}
	.interview-wrap h3 {
		font-size: 1.13em;
		margin-bottom: 1em;
	}
	.interview-flex {
		flex-direction: column;
	}
	.interview-flex p {
		font-size: 1em;
	}
	.interview-flex.is-reverse {
		flex-direction: column;
	}
	.interview-flex .interview-photo,
	.interview-center-photo .interview-photo {
		width: 100%;
	}
	.interview-center-photo {
		margin-top: 1em;
	}
	.work-tools-wrap {
		margin-bottom: 3em;
	}
	.work-tools-wrap h3 {
		font-size: 1.13em;
	}
	.work-tools-wrap p {
		font-size: 1em;
	}
}



@media (max-width: 992px) {
  .message-staff .profile {
    padding: 1rem;
  }

  .message-staff .profile .disc {
    padding-left: 2rem;
  }

  .message-staff .profile h3 {
    font-size: 1.6rem;
    padding-left: 10px;
  }

  .message-staff .profile .specialist span {
    font-size: 1.13rem;
  }

  .message-staff .profile .name {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .message-staff .profile h4 {
    font-size: 1.13rem;
  }

  .message-staff .profile h4+p {
    font-size: 1.13rem;
  }
}

@media (max-width: 768px) {
  .message-staff .stripe-bar {
    width: 180px;
    margin: 1rem auto 30px;
  }

  .message-staff p.disc {
    font-size: 1em;
  }

  .message-staff .profile .photo {
    width: 50%;
  }

  .message-staff .profile .disc {
    padding-left: 1rem;
  }

  .message-staff .profile h4 {
    padding: 0 105px 0 20px;
  }

  .message-staff .profile h4:after {
    width: 100px;
  }

  .message-staff .profile h4+p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .message-staff .profile .prof-photo {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }

  .message-staff .profile h3 {
    font-size: 1.25rem;
  }

  .message-staff .profile .specialist span {
    font-size: 1rem;
  }

  .message-staff .profile .name {
    font-size: 1.25em;
  }

  .message-staff .profile .name span, .message-staff .caption {
    font-size: 0.85rem;
  }
}

/*よくある質問と答え
--------------------------------------*/
.faq-wrap .u-lead{
  width: 96%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .faq-wrap.section {
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .faq-wrap.section {
    padding-top: 30px;
  }
}

/*採用情報　トップ
---------------------------------------*/
.recruit-wrap .banner {
  background-color: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  background: url(../img/recruit/arrow.png) no-repeat right 2em center, var(--primary-color);
  background-size: 50px;
  width: 80%;
  height: 160px;
  transition: .3s;
}

.recruit-wrap .banner.flow {
  background-color: #0198fd;
}

.recruit-wrap .banner:hover {
  background-color: var(--color_hover_sky);

}
.recruit-wrap .banner.flow:hover{
  background-color: var(--primary-color);
}

.recruit-wrap .banner a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

@media (max-width: 992px) {
  .recruit-wrap .banner {
    background-size: 40px;
    height: 125px;
  }

  .recruit-wrap .banner a {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .recruit-wrap .banner {
    background-size: 32px;
  }

  .recruit-wrap .banner a {
    font-size: 1.25em;
  }
}

@media (max-width: 576px) {
  .recruit-wrap .banner {
    background-size: 25px;
    width: 90%;
    height: 100px;
    background-position: right 1em center;
  }

  .recruit-wrap .banner a {
    font-size: 1.13em;
  }
}

@media (min-width: 1200px) {
  .recruit-wrap .banner {
    max-width: 1000px;
    height: 200px;
  }

  .recruit-wrap .banner a {
    font-size: 3em;
  }
}

/*サブメニュー*/
.submenu-wrap.common {
  position: relative;
  padding: 0;
}

.common .submenu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -86px;
  z-index: 100;
  width: 100%;
}

.common .submenu li {
  width: 25%;
}



.common .submenu a {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: flex;
  text-align: center;
  font-size: 1.13rem;
  align-items: center;
  justify-content: center;
}
.common .submenu a:hover{
  background-color:var(--primary-color);
  color:  #fff;
}

.common .submenu a.active {
  background-color: #fff;
}
.common .submenu a.active:hover{
  color: inherit;
}

@media (max-width: 860px) {
  .common .submenu {
    top: -80px;
  }

  .common .submenu a {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .u-event .submenu,
  .common .submenu {
    position: static;
    flex-wrap: wrap;
  }

  .u-event .submenu li,
  .common .submenu li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .u-event .submenu li:nth-child(even){
    border-left: none;
  }

  .u-event .submenu a,
  .common .submenu a {
    font-size: 0.85em;
    padding: 0.5rem;
    background-color: #f6f6f6;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .recruit-wrap.section {
    padding-top: 30px;
  }

  .common .submenu {
    position: static;
    flex-wrap: wrap;
  }

  .common .submenu li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .common .submenu li:nth-child(even){
    border-left: none;
  }

  .common .submenu a {
    font-size: 0.85em;
    padding: 0.5rem;
    background-color: #f6f6f6;
  }
}

@media (min-width: 1200px) {
  .common .submenu {
    top: -92px;
  }

  .common .submenu a {
    font-size: 1.25rem;
  }
}

/*採用情報ー大卒一般職
---------------------------------------*/
.recruit-wrap .info-box {
  display: inline-block;
  font-size: 1.3em;
  padding: 1em;
  margin: 0 auto 3rem;
  border: 10px solid var(--primary-color);
}

.recruit-wrap .info-box a {
  text-decoration: underline;
}

.recruit-wrap p i {
  color: var(--primary-color);
}

.recruit-wrap .event-box {
  width: 480px;
  height: 200px;
  border: 1px solid var(--primary-color);
  background: url(../img/recruit/arrow-blue.png)no-repeat right 1rem center;
}

.recruit-wrap .event-box .u-title {
  font-size: 1.75em;
  margin-bottom: 1rem;
}

.recruit-wrap .event-box .u-title .green {
  background-color: #32b16c;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  font-size: 0.9em;
  margin: 0 3px;
}

.recruit-wrap .event-box .u-title .orange {
  background-color: #ffa500;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  font-size: 0.9em;
  margin: 0 3px;
}

.recruit-wrap .event-box .info_btn a {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.25em;
  background: linear-gradient(to right, #37adfd, #2353a3);
  color: #fff;
}
.recruit-wrap .event-box .info_btn a:hover{
  opacity: 0.6;
  transition: .3s;
  background: linear-gradient(to left, #37adfd, #2353a3);
}

.recruit-wrap h3.u-sub-title{
border-left: 8px solid var(--primary-color);
padding-left: 10px;
}
.recruit-wrap h3.u-sub-title + p{
  font-size: 22px;
}

/*採用情報 社会人--------------------*/

.recruit-wrap.syakaijin .catch span{
    font-size: 3.5rem;
  display: inline-block;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  padding: 5px 1em 10px;
  font-size: 3rem;
  color: var(--primary-color);
  border-top: 3px solid var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}

.recruit-wrap.syakaijin .disc{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.recruit-wrap.syakaijin .disc .gray-box > p{
  position: relative;
  padding-left: calc(1em + 5px);
  margin-bottom: 0;
}
.recruit-wrap.syakaijin .disc .gray-box > p::before{
  font-family: "Font Awesome 5 Free";
    content: "\f111";
    position: absolute;
    left : 0;
    top : 1px;
    color: var(--primary-color);
    font-weight: bold;

}
.recruit-wrap.syakaijin .disc .gray-box{
  background-color: #f6f6f6;
  padding: 1em;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 15px;
}
.recruit-wrap.syakaijin .disc .indent-1{
  padding-left:1em;
  		text-indent:-1em;
}
.c-red{
  color: #ff3300;
}

.recruit-wrap.syakaijin .photo,
.recruit-wrap.daigaku .photo,
.recruit-wrap.kouko .photo{
  width: 18%;
  margin: 1%;
}
.recruit-wrap .en_blue{
  width: 200px;
  height: 200px;
  border-radius: 50vh;
  color: #fff;
  display: inline-block;
  background-color: var(--primary-color);
  position: relative;
}
.recruit-wrap .en_blue span{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :200px;
  text-align:center;
  font-size: 1.2em;

}
.recruit-wrap .en_blue a{
  color: #fff;
transition: 0.3s;
}
.recruit-wrap .en_blue:hover{
  background-color: var(--color_hover_sky);
  opacity: 0.6;
  transition: 0.3s;
}


@media (max-width: 1200px) {
  .recruit-wrap .event-box {
    width: 48%;
    margin: 0 1%;
  }
}

@media (max-width: 992px) {
  .recruit-wrap.common .menu_btn {
    width: 31%;
  }

  .common.recruit-wrap .page_menu a {
    padding: 1rem;
  }

  .recruit-wrap .event-box {
    height: auto;
    padding: 1rem;
    background-size: 25px;
  }

  .recruit-wrap .event-box .u-title {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }

  .recruit-wrap .event-box .info_btn a {
    font-size: 1.13rem;
  }
}

@media (max-width: 768px) {
  .recruit-wrap .info-box {
    font-size: 1.13em;
  }

  .recruit-wrap .event-box {
    background-position: right 0.5rem center;
    background-size: 20px;
  }

  .recruit-wrap .event-box .u-title {
    font-size: 1.25em;
  }

  .recruit-wrap .event-box .info_btn a {
    font-size: 1rem;
  }
  .recruit-wrap.syakaijin .catch span{
      font-size: 2.8rem;
    }
  .recruit-wrap.syakaijin .disc .gray-box{
    font-size: 1.13rem;
  }
  .recruit-wrap .en_blue{
    width: 160px;
    height: 160px;
  }
  .recruit-wrap .en_blue span{

    width :160px;
    text-align:center;
    font-size: 1.13em;

  }
    .recruit-wrap.syakaijin .qrimg{
      width: 160px;
    }
    .recruit-wrap.syakaijin .qrimg p{
      font-size: 0.85rem;
    }
}
@media (max-width: 767px) {
  .recruit-wrap.common .photo{
    width: 31%;
    margin: 1%;
  }
}

@media (max-width: 576px) {
  .recruit-wrap .info-box {
    width: 90%;
    text-align: left;
  }

  .recruit-wrap.common .menu_btn {
    width: 48%;
  }

  .recruit-wrap.common .title-bg h2 {
    font-size: 1.2em;
  }

  .recruit-wrap .info-box {
    font-size: 1em;
  }

  .recruit-wrap .event-box {
    width: 98%;
    margin: 0 1% 1rem;
  }
  .recruit-wrap.syakaijin .catch span{
      font-size: 2rem;
    }
    .recruit-wrap.syakaijin .disc .gray-box{
      font-size: 1rem;
    }
}

@media (min-width: 1200px) {
  .recruit-wrap .info-box {
    max-width: 550px;
    width: 100%;
    font-size: 1.6em;
    padding: 1em;
    margin: 0 auto 3rem;
    border: 10px solid var(--primary-color);
  }
  .recruit-wrap.syakaijin .catch span{
    font-size: 4.3em;
  }
  .recruit-wrap.syakaijin .disc .gray-box{
    font-size: 1.87rem;
  }
}

/*数字で見る港湾空港部
--------------------------------------------*/
.data-wrap.bg {
  background-color: #f6f6f6;
}
.data-wrap .data-box-full,
.data-wrap .data-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  width: 31.333%;
  margin: 0 1% 1.5rem;
}
.data-wrap .data-box-full {
  width: 100%;
}
.data-wrap .data-box-full .data-graph {
	width: 40%;
}
.data-wrap .data-box-full .data-graph p {
	font-size: 1rem;
	margin-bottom: 1em;
}
.data-wrap .data-box-full .data-map {
	width: 60%;
}
.data-wrap .data-box-full .data-map img {
	max-height: 250px;
}
.data-wrap .data-box h4 {
  font-size: 1.5em;
  font-weight: normal;
}

.data-wrap .data-box .suji {
  color: var(--primary-color);
  font-size: 4.6rem;
  font-size: 3.6rem;
  line-height: 1.2;
}

.data-wrap .data-box .suji span {
  font-size: 0.4em;
}
.data-wrap .data-box .suji p{
  font-size: 0.3em;
}

.data-wrap .data-box .disc {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: left;
}

.data-wrap .data-box .capt {
  font-size: 1rem;
}
.data-wrap .data-box .condition {
    font-size: 0.75rem;
}
.data-wrap .data-box .career-number .d-flex {
	gap: 30px;
}

@media (max-width: 992px) {
  .data-wrap .data-box .data-ico {
    /*height: 115px;*/
  }

  .data-wrap .data-box .data-ico img {
    max-height: 100%;
  }

  .data-wrap .data-box .suji {
    font-size: 3.6rem;
  }

.data-wrap .data-box-full {
  width: 100%;
}
.data-wrap .data-box-full .data-graph {
  width: 100%;
}
.data-wrap .data-box-full .data-map {
  width: 100%;
}
.data-wrap .data-box {
    width: 46%;
}

}

@media (max-width: 768px) {
  .data-wrap .data-box h4 {
    font-size: 1.25em;
  }

  .data-wrap .data-box .suji {
    font-size: 2.8rem;
  }

  .data-wrap .data-box .data-ico {
    /*height: 90px;*/
  }
}

@media (max-width: 576px) {
  .data-wrap .data-box {
    width: 48%;
    width: 98%;
    margin-bottom: 1rem;
  }

  .data-wrap .data-box h4 {
    font-size: 1.13em;
  }

  .data-wrap .data-box .disc {
    font-size: 0.85rem;
  }

  .data-wrap .data-box .data-ico img {
    max-height: none;
    max-width: 90%;
  }

}

@media (min-width: 768px) {
  .data-wrap .data-box .disc {
    font-size: 1.13em;
  }
}

/*先輩メッセージ一覧
-----------------------------------------*/

#message-wrap .d-flex{
	justify-content:space-between;
}

#message-wrap .d-flex::after{
	content:'';
	width: 30%;
	margin: 0 1%;
}

.message-wrap.common .message_box {
  width: 30%;
  margin: 0 1% 3rem;
}

.message-wrap.common .message_box .photo {
  box-shadow: 10px 10px #ccc;
}

@media (max-width: 992px) {
  .message-wrap.common .message_box .wh_box {
    font-size: 1.13em;
  }
}

@media (max-width: 768px) {
  .message-wrap.common .message_box .wh_box {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .message-wrap.common .message_box {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .message-wrap.common .message_box {
    width: 90%;
    margin: 0 auto 2rem;
  }
}


/*説明会・イベント
---------------------------------------------*/
.event-wrap .inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.event-wrap .type {
  list-style: none;
  padding: 0;
}

.event-wrap .type span {
  display: inline-block;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.25em;
  margin-right: 1rem;
  padding: 0 1em;
}

.event-wrap table.tb01 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.event-wrap table.tb01 th {
  width: 30%;
  background-color: #eeeeee;
  padding: 1em;
  font-size: 1.37rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}

.event-wrap table.tb01 td {
  width: 70%;
  padding: 1em;
  font-size: 1.37rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.event-wrap .blue_btn.event_btn a {
  border-radius: 50vh;
  font-size: 1.25rem;
  padding: 0.8rem 3rem;
  position: relative;
}

.event-wrap .blue_btn.event_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  right: 1rem;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 992px) {
  .event-wrap.common .menu_btn {
    width: 31%;
  }
}

@media (max-width: 768px) {

  .event-wrap table.tb01 td,
  .event-wrap table.tb01 th,
  .event-wrap .blue_btn.event_btn a,
  .event-wrap .type span {
    font-size: 1.13rem;
  }

  .event-wrap h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .event-wrap.common .menu_btn {
    width: 48%;
    height: 60px;
  }
}

@media (max-width: 576px) {

  .event-wrap table.tb01 td,
  .event-wrap table.tb01 th,
  .event-wrap .type span {
    font-size: 0.9rem;
  }

  .event-wrap table.tb01 td,
  .event-wrap table.tb01 th {
    padding: 0.5rem;
  }

  .event-wrap .blue_btn.event_btn a {
    padding: 0.4em 2em;
    font-size: 0.85rem;
  }

  .event-wrap .blue_btn.event_btn a::after {
    right: 10px;
  }

  .event-wrap h3 {
    font-size: 1rem;
  }
}

/*サイトマップ
------------------------------------*/
.sitemap-wrap .u-sitemap h3 {
  font-size: 1em;
  color: var(--default-color);
  border-left: 3px solid var(--primary-color);
  padding-left: 10px;
  padding-bottom: 3px;
  font-weight: normal;
}

.sitemap-wrap .u-sitemap ul {
  margin: 0;
  padding: 0;
}

.sitemap-wrap .u-sitemap ul li {
  list-style: none;
  font-size: 1em;
  margin-bottom: 0.5rem;
}

.sitemap-wrap .u-sitemap h3+ul li {
  margin-left: 1em;
  list-style: disc;
}

.sitemap-wrap .u-sitemap ul li a:hover {
  opacity: 0.6;
  transition: 0.2s;
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .sitemap-wrap .u-sitemap ul li {
    font-size: 1.25em;
  }

  .sitemap-wrap .u-sitemap h3 {
    font-size: 1.25em;
  }
}

/*プライバシーポリシー
----------------------------------------*/
.privacy-policy-wrap a {
  text-decoration: underline;
}
.privacy-policy-wrap a:hover{
  color: var(--color_hover_sky);
  transition: 0.3s;
}

.privacy-policy-wrap h5+p,
.privacy-policy-wrap h5+p+p {
  font-size: 1em;
}

.privacy-policy-wrap p {
  line-height: 1.8;
}

.privacy-policy-wrap h3 {
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

@media (max-width: 576px) {
  .privacy-policy-wrap h3 {
    font-size: 1.18em;
  }

  .privacy-policy-wrap h4 {
    font-size: 1.13em;
  }

  .privacy-policy-wrap h5 {
    font-size: 1em;
  }
}

@media (min-width: 768px) {

  .privacy-policy-wrap h5+p,
  .privacy-policy-wrap h5+p+p {
    font-size: 1.13em;
  }
}

/*お問い合わせ
----------------------------------*/
.contact-wrap .formTable.tb01 {
  width: 100%;
  margin-bottom: 2em;
}

.contact-wrap .formTable.tb01 tr {
  border-bottom: 1px solid #ccc;
}

.contact-wrap .formTable.tb01 th {
  text-align: left;
  padding: 1em;
  color: #333;
  font-size: 1rem;
}

.contact-wrap .formTable.tb01 td {
  padding: 1em;
}

.contact-wrap .formTable .hissu {
  font-weight: normal;
  color: red;
  font-size: 0.8em;
}

.contact-wrap input[type="text"], .contact-wrap input[type="email"], .contact-wrap textarea {
  padding: 0.8em;
  outline: none;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}

.contact-wrap input[type="text"]:focus, .contact-wrap input[type="email"]:focus,
.contact-wrap textarea:focus {
  box-shadow: 0 0 7px #3498db;
  border: 1px solid #3498db;
}

.contact-wrap h3 {
  border-left: 8px solid var(--primary-color);
  font-size: 1.75rem;
  padding-left: 15px;
}

.contact-wrap a {
  text-decoration: underline;
}
.contact-wrap a:hover{
  transition: .3s;
  color: var(--color_hover_sky);
}


.contact-wrap .gmap iframe{
  border-radius: 15px;
}

.contact-wrap input[type="submit"] {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 6px;
    background: #0198fd;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background-color .2s;
  }

  .contact-wrap input[type="reset"] {
      width: 150px;
      margin: 0 auto;
      padding: 20px;
      border-radius: 6px;
      background: #cccccc;
      color: #444;
      cursor: pointer;
      border: none;
      outline: none;
      transition: background-color .2s;
    }

    .contact-wrap input[type="submit"]:hover,
    .contact-wrap input[type="reset"]:hover{
      opacity: 0.6;
      transition: 0.2s;
    }

    .contact-wrap .blue_btn a{
      /*border-radius: 50vh;*/
      text-decoration: none;
      color: #fff;
      font-weight: bold;
    }

@media (max-width: 1200px) {

    .contact-wrap .gmap {
      width: 100%;
      position: relative;
      padding-top: 56.25%;
    }

    .contact-wrap .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
}

@media (max-width: 767px) {
  .contact-wrap .formTable.tb01 th {
    display: block;
  }

  .contact-wrap .formTable.tb01 td {
    display: block;
  }

  .contact-wrap input[type="text"], .contact-wrap input[type="email"], .contact-wrap textarea {
    width: 100%;
  }

  .contact-wrap h3 {
    font-size: 1.13rem;
  }

}

@media (min-width: 769px) {
  .contact-wrap .formTable.tb01 th {
    font-size: 1.25em;
  }
}

/*港湾空港部の仕事紹介
------------------------------------------------*/
.service-wrap .service-box{
  background-color: #f6f6f6;
  border: 1px solid #ededed;
  padding: 1rem;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 10%);
}
.service-wrap .service-box h3{
  font-size: 1.5rem;
  padding-bottom: 6px;
  border-bottom: 4px solid var(--color_skyblue);
  position: relative;
}
.service-wrap .service-box h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px var(--primary-color);
  bottom: -4px;
  width: 30%;
}

@media (max-width: 992px) {
  .service-wrap .service-box h3{
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .service-wrap h3.u-ttl{
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .service-wrap h3.u-ttl{
    font-size: 1.13rem;
  }
  .service-wrap .service-box h3{
    font-size: 1.13rem;
  }
}

@media (min-width: 1200px) {
  .service-wrap .service-box .disc{
    font-size: 1.25rem;
  }
  .service-wrap .service-box h3{
    font-size: 1.85rem;
  }
}

.swiper2 {
  pointer-events: none;

}
.swiper2 .swiper-wrapper {
	transition-timing-function: linear !important;

}

.swiper2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  pointer-events: auto !important; /* 強制的にイベントを有効化 */
}

.swiper2 .swiper-slide a:hover,
.swiper2 .swiper-slide img:hover{
  opacity: 0.6;
  transition: 0.2s;
}

/*パンくずリスト
-------------------------------------------*/
.breadcrumb_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb_wrap.u-event_nav,
.breadcrumb_wrap.u-recruit_nav{
  max-width: 1320px;
  margin: 0 auto;
}

.breadcrumb_wrap .breadcrumb{
  font-size: 0.8em;
  margin-bottom: 0;

}
.breadcrumb_wrap .breadcrumb a:hover{
  color: var(--primary-color);
}
.breadcrumb_wrap .breadcrumb-item.active{
  color: #444;
}
.breadcrumb_wrap.bg-gray{
  background-color: #f6f6f6;
}


@media (min-width: 768px) {
  .breadcrumb_wrap .breadcrumb{
    font-size: 0.93em;
  }
}
@media (max-width: 567px) {
.u-event .breadcrumb_wrap,
.u-recruit_nav.breadcrumb_wrap{
  border-bottom: 1px solid #ddd;
}
}
/*イベント詳細
----------------------------------------*/
.event-wrap.u-details .u-details-box{
  border: 5px solid #82d0fd;
  padding: 2em;
  font-size: 1.13em;
}

.event-wrap.u-details .u-details-box.jimu{
  border: 5px solid #82d0fd;
}


.event-wrap.u-details .u-details-box h3{
  border-left: 8px solid var(--primary-color);
  padding-left: 10px;
}
.event-wrap.u-details .u-details-box .tb-box{
  border: 1px solid #ccc;
  padding: 1em;
}
.event-wrap.u-details .u-details-box .tb-box .table th,
.event-wrap.u-details .u-details-box .tb-box .table td{
  padding: 1em 0;
}
.event-wrap.u-details .u-details-box h4 a{
  color: var(--primary-color);
}
.event-wrap.u-details .u-details-box h4 a:hover{
  color: var(--color_hover_sky);
}
.event-wrap.u-details .u-details-box .event_btn {
  width: 80%;
}
@media (max-width: 767px) {
  .event-wrap.u-details .u-details-box{
    padding: 1em;
    font-size: 1em;
  }
  .event-wrap.u-details .u-details-box h3{
    font-size: 1.2rem;
  }
  .event-wrap.u-details .u-details-box h4{
    font-size: 1.13rem;
  }
  .event-wrap.u-details .u-details-box .event_btn {
    width: 100%;
  }
  .event-wrap.u-details .u-details-box .table th,
    .event-wrap.u-details .u-details-box .table td{
    display: block;
  }
}

@media (min-width: 1200px) {
  .event-wrap.u-details .u-details-box{
    font-size: 1.25em;
    padding: 2em;
  }
}

.event-archive h3.u-title {
	border-left: 8px solid var(--primary-color);
	padding-left: 10px;
}
.event-archive-flex {
	width: 100%;
	display: flex;
	gap: 2em;
}
.event-archive-item {
	flex: 1;
	background-color: #f6f6f6;
	padding: 1rem;
	border-radius: 15px;
}
.event-archive-item h4 {
	margin-bottom: 0.5em;
	color: var(--primary-color);
	text-align: center;
}
.event-archive-item ul {
	display: flex;
	flex-direction: column;
	gap: 1em;
	width: 100%;
	margin: 0;
	padding: 0;
}
.event-archive-item ul li {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.event-archive-item ul li a {
	display: inline-block;
	color: #fff;
	background-color: var(--primary-color);
	margin: 0;
	padding: 0.5em 2em;
	font-size: 1.2em;
}
.event-archive-item ul li a:hover {
	background-color: var(--color_hover_sky);
}

@media (max-width: 1200px) {

	.event-archive-flex {
		flex-direction: column;
	}
	.event-archive-item h4 {
		text-align: left;
	}
	.event-archive-item ul {
		flex-direction: row;
	}
}

@media (max-width: 767px) {

	.event-archive-item h4 {
		font-size: 1rem;
		text-align: center;
	}
	.event-archive-item ul {
		flex-direction: column;
	}
	.event-archive-item ul li {
		justify-content: center;
	}
	.event-archive-item ul li a {
		font-size: 1rem;
	}
}

/*ニュース更新ページ
----------------------------------------*/
.news-wrap ul.newslist{
  margin: 0;
  padding: 0 1em;
  list-style: none;

}
  .news-wrap ul.newslist li{
    font-size: 20px;
    border-bottom: dotted 1px #ccc;
    padding: 1em 0 1em 0;
  }
  .news-wrap ul.newslist li p{
    margin-bottom: 0;
  }
  .news-wrap ul.newslist li a:hover{
    color: var(--primary-color);

  }

    .news-wrap ul.newslist li .ico{
      display: inline-block;

      font-size: 0.9em;
      padding: 0 5px;
      margin-right: 0.5em;
    }
    .news-wrap ul.newslist li .ico.daigaku{
      background-color: #37adfd;
    }
    .news-wrap ul.newslist li .ico.kouko{
      background-color: #82c95f;
    }
    .news-wrap ul.newslist li .ico.syakaijin{
      background-color: #ed695a;
    }
    .u-news-wrap ul.newslist li .ico.u-all{
      background-color: #ffa500;
    }
.news-wrap ul.newslist li .ico.gijutsu{
      background-color: #92f0fe;
}
.news-wrap ul.newslist li .ico.saiyo{
  background-color: #f7a6ff;
}
.news-wrap ul.newslist li .ico.event{
  background-color: #ffff6a;
}

.news-wrap ul.newslist li .ico.gyousei{
  background-color: #88fd47;
}
.news-wrap ul.newslist li .ico.kaiji{
    background-color: orange;
}




    @media (max-width: 768px) {
      .news-wrap ul.newslist li{
        font-size: 18px;
      }
    }
    @media (max-width: 767px) {
      .news-wrap ul.newslist li{
        font-size: 16px;
      }
    }
    @media (max-width: 576px) {
      .news-wrap ul.newslist li{
        padding: 0.5em 0 0.5em 0;
      }
    }

@media (min-width: 1200px) {
  .news-wrap ul.newslist li{
    font-size: 22px;
  }
}
