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

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

#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
  }
}

/*トップページ*/
/*説明会・イベント*/
.tab-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.tab-4>label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: .7em 1em .5em;
  background-color: #fff;
  color: inherit;
  font-size: 1.13em;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  display: flex;
  border-bottom: 4px solid #ccc;
}

.tab-4>label span {
  font-size: 0.8em;
  display: block;
}

.tab-4>label:hover {
  opacity: .6;
  transition: 0.2s;
}

.tab-4 input {
  display: none;
}

.tab-4>div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}

.tab-4 label:has(:checked) {
  border-bottom: 4px solid #2589d0;
  color: #2589d0;
}

.tab-4 label:has(:checked)+div {
  display: block;
}

.tab-4 .event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-4 .event-list li {
  font-size: 1em;
  margin-bottom: 1em;
}

.tab-4 .event-list li:last-child {
  margin-bottom: 0;
}

.tab-4 .event-list li .event_category {
  color: #0d6fb8;
  display: inline-block;
  border: 1px solid #0d6fb8;
  font-size: 0.8em;
  padding: 0 1em;
  border-radius: 50vh;
  margin: 0 0.5em;
}

.tab-4 .event-list li a {
  color: inherit;
}

.tab-4 .event-list li a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.tab-4.tab-wrap {
  border-bottom: 4px solid #ccc;
}

.home-news i {
  color: var(--primary-color);
}

.home-news ._listall {
  font-size: 1.25em;
}

@media (max-width: 768px) {
  .tab-4>label {
    font-size: 1em;
  }

  .home-news ._listall {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .sh-ev-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }

  .tab-4.tab-wrap {
    width: 740px;
  }

  .tab-4 {
    max-width: none;
  }

  .tab-4>label {
    font-size: 0.85em;
  }

  .tab-4 .event-list li {
    font-size: 0.85em;
  }

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

@media (min-width: 1200px) {
  .tab-4>label {
    font-size: 1.5em;
  }

  .tab-4 .event-list li {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
}

/*インターシップ*/
.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: inherit;
}

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

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

@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 対応 */
  }
}

h2._ttl {
  font-size: 2.5em;
}

h3._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._midashi span::before, .common h2._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._midashi span::after, .common h2._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._ttl {
    font-size: 2em;
  }

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

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

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

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

  .f24 {
    font-size: 1.5em;
  }

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

/*ムービー*/
.home-jobinfo ._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 ._video .m100 {
  max-width: 100%;
}

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

@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: 1200px) {
  .home-project .project_box h4 {
    font-size: 1.25em;
  }

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

@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: 1300px) {
  .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.5em;
  }
}

/*先輩職員からのメッセージ*/
.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;
}

@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: 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: 0 1%;
}

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

.wh_btn a {
  display: inline-block;
  padding: 1rem 3rem;
  color: var(--primary-color);
  font-size: 1.2em;
  background-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;
  }
}

@media (max-width: 576px) {
  .home-data .data-box {
    width: 46%;
  }

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

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

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

  .home-data .data-box .suji {
    font-size: 4.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 {
  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 {
  position: relative;
  display: inline-block;
}

.accordion-area .faq_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 {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
  z-index: 5;
}

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

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

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

.faq_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 {
    font-size: 1.13em;
  }

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

@media (max-width: 576px) {
  .faq_title {
    font-size: 1em;
  }

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

@media (min-width: 1200px) {
  .faq_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;
}

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

/*採用ボタン*/
.saiyo_btn a {
  position: fixed;
  font-size: 1em;
  right: 0px;
  top: calc(100vw * 0.2);
  z-index: 100;
  background: color-mix(in srgb, var(--primary-color), transparent 10%);
  padding: 1rem;
  color: #fff;
  writing-mode: vertical-rl;
}

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

  .saiyo_btn a {
    font-size: 0.85em;
    padding: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .saiyo_btn a {
    position: fixed;
    font-size: 1.5em;
    right: 0px;
    top: 250px;
    z-index: 100;
    background: color-mix(in srgb, var(--primary-color), transparent 10%);
    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 ._copy {
  position: absolute;
  font-size: 55px;
  font-weight: bold;
  top: 33%;
  left: 10%;
  z-index: 1;
}

._hero ._copy span {
  background-color: #fff;
}

@media (max-width: 1300px) {
  .movie_blk ._copy {
    left: 5%;
  }
}

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

  .movie_blk ._copy {
    font-size: 44px;
    font-weight: bold;
    left: 5%;
  }
}

@media (max-width: 992px) {
  .movie_blk ._copy {
    font-size: 35px;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .movie_blk ._copy {
    font-size: 28px;
    font-weight: bold;
    left: 5%;
  }
}

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

  .movie_blk ._copy {
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
  }

  .movie_blk ._copy p {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

#_fv.fv_message09 {
  background: url(../img/message/staff09/fv_staff09.jpg) no-repeat center center, #fff;
  background-size: cover;
}


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

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

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

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

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

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

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

  #_fv h2 {
    font-size: 1.5em;
  }
}

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

  #_fv h2 {
    font-size: 3em;
  }
}

/*インターシップ
------------------------------------------*/
.common h2._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%;
}

.common .menu_btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.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._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.point2 .photo {
  width: 31%;
  margin: 0 1%;
}

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

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

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

.internship ._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 ._inner li:nth-child(3) a {
  background: none;
}

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

  .common h2._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 ._inner {
    font-size: 1em;
  }

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

@media (max-width: 768px) {
  .common h2._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) {
  .internship .point-box {
    width: 98%;
    margin: 1% 0 1em;
  }

  .common h2._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._midashi span {
    font-size: 1.13rem;
    padding: 0.5rem 1.5rem;
  }

  .internship h3._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.point2 .photo {
    width: 50%;
    margin: 0;
  }

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

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

  .internship ._inner {
    font-size: 0.95em;
  }
}

@media (min-width: 1200px) {
  .common h2._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: 10px;
  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 {
  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 ._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;
}





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

/*よくある質問と答え
--------------------------------------*/
@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;
}

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

.recruit-wrap .banner:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.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.active {
  background-color: #fff;
}

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

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

@media (max-width: 767px) {
  ._event .submenu {
    position: static;
    flex-wrap: wrap;
  }

  ._event .submenu li {
    width: 50%;
  }

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

  .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 ._title {
  font-size: 1.75em;
  margin-bottom: 1rem;
}

.recruit-wrap .event-box ._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 ._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;
}

@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 ._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 ._title {
    font-size: 1.25em;
  }

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

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

@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);
  }
}

/*数字で見る港湾空港部
--------------------------------------------*/
.data-wrap.bg {
  background-color: #f6f6f6;
}

.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 h4 {
  font-size: 1.5em;
  font-weight: normal;
}

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

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

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

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

@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%;
    margin-bottom: 1rem;
  }

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

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

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

/*先輩メッセージ一覧
-----------------------------------------*/
.message-wrap.common .message_box {
  box-shadow: 10px 10px #ccc;
  width: 31%;
  margin: 0 1% 2rem;
}

@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 ._sitemap h3 {
  font-size: 1.13em;
  border-left: 8px solid var(--primary-color);
  padding-left: 10px;
  padding-bottom: 3px;
}

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

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

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

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

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

  .sitemap-wrap ._sitemap h3 {
    font-size: 1.5em;
  }
}

/*プライバシーポリシー
----------------------------------------*/
.privacy-policy-wrap a {
  text-decoration: underline;
}

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

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