@charset "UTF-8";
/*
theme Name: 安本運送
Author: kurumi.inc
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #000;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
main {
  flex: 1;
}
figure {
  margin: 0 !important;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}
img {
  vertical-align: top;
  width: 100%;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #333333;
}
::-webkit-selection {
  color: #fff;
  background: #333333;
}
::-moz-selection {
  color: #fff;
  background: #333333;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1000-width {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-100-padding {
  padding: 100px 0;
}
.upper-120-padding {
  padding: 120px 0 0;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: block !important;
}
.common-title__wrap {
  text-align: center;
  margin-bottom: 80px;
}
.common-title__wrap span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-size: 100px;
  color: #ffd31bdb;
  text-shadow: 0 3px 6px #fff, 0 0 0 #000;
  margin-bottom: 24px;
  display: block;
}
.common-title__wrap h2 {
  font-size: 25px;
  font-weight: 700;
  background: linear-gradient(180deg, #0C419A 0%, #67B3DE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-title__wrap._blue span {
  text-shadow: 0 3px 6px #B2DDF6, 0 0 0 #000;
}
.common-title__wrap._blue h2 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.common-title__wrap._gray span {
  text-shadow: 0 3px 6px #DCDCDC, 0 0 0 #000;
}
.common-title__wrap._sky span {
  text-shadow: 0 3px 6px #67b3de, 0 0 0 #000;
}
.common-title__wrap._sky h2 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.main-u-page {
  margin-top: 120px;
}
#outset, #interview, #staff, #about, #service, #message, #recruit, #company, #contact {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 941px) {
  #outset, #interview, #staff, #about, #service, #message, #recruit, #company, #contact {
    padding-top: 80px;
    margin-top: -80px;
  }
  .main-u-page {
    margin-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .common-120-padding {
    padding: 80px 0;
  }
  .upper-120-padding {
    padding: 80px 0 0;
  }
  .common-100-padding {
    padding: 80px 0;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
    line-height: 1.5;
  }
  .common-title__wrap {
    margin-bottom: 46px;
  }
  .common-title__wrap span {
    font-size: 60px;
    margin-bottom: 16px;
  }
  .common-title__wrap h2 {
    font-size: 16px;
  }
}
/* メニュー
* --------------------------------------- */
.global-nav__pc .dropmenu {
  display: flex;
  align-items: center;
  gap: 0 46px;
}
.global-nav__pc .dropmenu li.parentmenu {
  cursor: pointer;
  padding: 22px 0;
  font-size: 17px;
  align-items: center;
  position: relative;
}
.global-nav__pc .dropmenu li a {
  display: block;
  text-align: center;
  font-size: 17px;
  padding: 17px 0;
}
.global-nav__pc .dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100px;
  right: 50%;
  margin: 0;
  background-color: #ffffffd6;
  width: 335px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}
.global-nav__pc .dropmenu li.parentmenu:hover ul {
  padding: 0 25px 25px;
}
.global-nav__pc .dropmenu li ul li {
  width: 100%;
}
.global-nav__pc .dropmenu li ul li a {
  margin: 0;
  text-align: center;
  font-size: 17px;
  padding: 15px 0 0 0;
}
.global-nav__pc .dropmenu li ul li:nth-last-child(1) {
  padding-bottom: 0
}
.global-nav__pc li span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  color: #0C419A;
  text-transform: uppercase;
}
.global-nav__pc {
  position: fixed;
  top: 20px;
  z-index: 100;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 1px 6px #67b3de9c;
}
#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .4s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: auto;
}
.dropmenu li .icon {
  display: block;
  margin: 0 auto;
}
.nav-outer-block {
  display: flex;
  padding-left: 10px;
}
.header-logo__wrap a {
  width: 270px;
}
.global-nav__sp {
  display: none;
}
.global-contect__wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  height: 100px;
  padding: 0 40px;
}
.global-nav__pc .dropmenu li ul li a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  background-image: url("../img/icon-next.svg");
  background-repeat: no-repeat;
}
.global-nav__pc .dropmenu .global-nav__contact a {
  background-color: #FFD31C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 253px;
  padding: 13px 0;
  box-sizing: border-box;
  font-weight: 500;
  gap: 0 10px;
  border-radius: 5px
}
.global-nav__pc .dropmenu .global-nav__contact a ._icon {
  width: 30px;
  height: 22px;
}
@media screen and (max-width: 1500px) {
  .global-contect__wrap {
    padding: 0 20px;
  }
  .global-nav__pc .dropmenu {
    gap: 0 24px;
    padding-left: 15px;
  }
  .global-nav__pc .dropmenu .global-nav__contact a {
    gap: 0 6px;
    width: 150px;
    font-size: 14px;
  }
  .global-nav__pc .dropmenu .global-nav__contact a ._icon {
    width: 20px;
    height: 14px;
  }
  .header-logo__wrap a {
    width: 200px;
  }
  .global-nav__pc .dropmenu li a {
    font-size: 15px;
  }
  .global-nav__pc li span {
    font-size: 11px;
  }
  .global-nav__pc .dropmenu li.parentmenu {
    padding: 25px 0;
  }
  .global-nav__pc .dropmenu li.parentmenu {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .global-nav__contact {
    display: none
  }
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    display: block;
    height: 80px;
  }
  .gnav-items__wrap {
    margin: 0;
    max-width: 100%;
  }
  .global-nav__list {
    padding: 0 0 200px
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .global-nav__list > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
  }
  .global-nav__list > li a {
    display: block;
    padding: 20px;
    transition: 0.3s;
    border-bottom: solid 1px #C5C5C5;
    line-height: 1;
    font-size: 16px;
    color: #000;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 20px;
    transition: 0.3s;
    border-bottom: solid 1px #C5C5C5;
    color: #000;
  }
  .btn_hamburger {
    width: 65px;
    background: #fff;
    cursor: pointer;
    z-index: 1000000;
    margin-left: auto;
    padding: 15px 0;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: solid 2px #0C419A;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .btn_hamburger span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    transition: 0.3s;
    background: #0C419A;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 35%;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .btn_hamburger span:nth-of-type(3) {
    top: 65%;
  }
  .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background: #0C419A;
  }
  .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .js-sub-btn {
    width: 100%;
    height: 58px;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .js-sub-btn img {
    width: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    border-bottom: none;
    padding: 20px;
    background-color: #A4B8D9;
    border-bottom: solid 1px #fff;
  }
  .header-logo__wrap {
    position: fixed;
    top: 28px;
    left: 20px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .target._last ul li:nth-last-child(1) {
    border-bottom: solid 1px #22152E;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
  .header-logo__wrap a {
    width: 210px;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  position: relative;
}
.keyvisual-video__wrap {
  position: relative;
  padding-bottom: 80vh;
  height: 0;
  overflow: hidden;
}
.fv--movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}
.keyvisual-image__wrap {
  max-width: 551px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    margin-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .fv--movie {
    position: static;
  }
  .keyvisual-video__wrap {
    padding-bottom: 0;
    height: 100%;
  }
  .keyvisual-image__wrap {
    max-width: 550px;
    margin: 15px auto 0;
    position: static;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 426px) {
  .keyvisual-image__wrap {
    max-width: 220px;
  }
}
/* 冒頭
* --------------------------------------- */
.outset-area__group {
  padding: 100px 0;
  background-color: #fff;
  background-image: url("../img/outset-bgi.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
.outset-title__wrap {
  max-width: 1130px;
  margin: 0 auto 65px;
}
.outset-text__wrap {
  color: #0C419A;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px
}
.outset-youtube__wrap ._movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.outset-youtube__wrap ._movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .outset-title__wrap {
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .outset-text__wrap {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 60px;
  }
  .outset-area__group {
    padding: 24px 0 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 426px) {
  .outset-title__wrap {
    max-width: 270px;
  }
  .outset-text__wrap {
    margin-bottom: 46px;
  }
}
/* 対談
* --------------------------------------- */
.interview-area__group {
  background-color: #fff;
  background-image: url("../img/blue-bgi_top.png"), url("../img/blue-bgi_bottom.png");
  background-position: top left, bottom right;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
}
.interview-title__wrap {
  margin-bottom: 80px;
}
.interview-text__wrap {
  color: #67B3DE;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .interview-title__wrap {
    max-width: 400px;
    margin: 0 auto 60px;
  }
  .interview-text__wrap {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 426px) {
  .interview-title__wrap {
    max-width: 260px;
    margin: 0 auto 32px;
  }
}
/* モーダル
* --------------------------------------- */
.common-modal__open {
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}
.common-modal__wrap {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}
.common-modal__window {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1200px;
  background: #5479b8;
  z-index: 1;
  height: 80%;
  overflow-y: scroll;
}
.common-modal__content {}
.common_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #5479b8;
}
.common_modal_close {
  z-index: 300;
  border: solid 1.5px #fff;
  padding: 10px 0;
  border-radius: 100px;
  max-width: 237px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.common_modal_close:hover {
  opacity: .8;
  transition: all .5s;
}
.is_open, .is_open {
  overflow: hidden;
}
.common-modal__wrap.is_open {
  animation: common-modal__wrap_open .5s ease forwards;
}
.common-modal__wrap.is_open .common-modal__window {
  animation: common-modal__window_open .5s ease forwards;
}
.common-modal__wrap.is_close {
  animation: common-modal__wrap_close .5s ease forwards;
}
.common-modal__wrap.is_close .common-modal__window {
  animation: common-modal__window_close .5s ease forwards;
}
@keyframes common-modal__wrap_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}
@keyframes common-modal__window_open {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes common-modal__wrap_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes common-modal__window_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
@media screen and (max-width: 789px) {}
/* スタッフ紹介
* --------------------------------------- */
.staff-text__wrap {
  text-align: center;
  font-weight: 800;
  font-size: 64px;
  line-height: 1.5;
  margin-bottom: 60px;
}
.staff-image__wrap {
  max-width: 1080px;
  margin: 0 auto 46px;
}
.staff-title__wrap {
  text-align: center;
  margin-bottom: 80px;
}
.staff-title__wrap span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 110px;
  color: #fff;
  text-shadow: 0 3px 6px #000;
  margin-bottom: 24px;
  display: block;
}
.staff-title__wrap p {
  font-size: 40px;
  font-weight: 700;
  color: #FFD31B;
}
.staff-archive__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
}
.staff-archive__box {
  width: 32%;
  position: relative;
  padding-top: 90px;
}
.staff-archive__inner {
  background-color: #fff;
  padding-top: 192px;
  box-shadow: 0 1px 6px #0000009c;
  border-radius: 10px;
  min-height: 600px;
}
.staff-archive__box ._image {
  position: absolute;
  top: 0;
}
.staff-archive__inner h2 {
  background-color: #0C419A;
  text-align: center;
  color: #FFD31B;
  font-size: 26px;
  font-weight: 600;
  padding: 0 5px;
}
.staff-archive__inner h2 b {
  color: #fff;
}
.employee-faq__wrap {
  padding: 20px 20px 40px;
}
.employee-faq__box {
  margin-bottom: 8px;
}
.employee-faq__box h3 {
  color: #0C419A;
  font-size: 24px;
  font-weight: 700;
}
.staff-archive__wrap {
  margin-bottom: 80px;
}
.modal-btn__wrap {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 941px) {
  .staff-archive__box {
    width: 48%;
    padding-top: 114px;
  }
}
@media screen and (max-width: 769px) {
  .staff-archive__box {
    width: 100%;
    padding-top: 114px;
  }
  .staff-archive__box ._image {
    width: 100%;
  }
  .staff-archive__block {
    max-width: 300px;
    margin: 0 auto;
    gap: 32px 0;
  }
  .staff-archive__inner {
    padding-top: 107px;
    min-height: auto;
  }
  .employee-faq__box h3 {
    font-size: 18px;
  }
  .staff-archive__inner h2 {
    font-size: 21px;
    padding: 5px;
  }
  .employee-faq__wrap {
    padding: 20px;
  }
  .staff-title__wrap span {
    font-size: 40px;
    text-shadow: 0 3px 6px #000000a3;
    margin-bottom: 24px;
  }
  .staff-title__wrap p {
    font-size: 21px;
  }
  .staff-title__wrap {
    margin-bottom: 46px;
  }
  .staff-archive__wrap {
    margin-bottom: 46px;
  }
  .staff-text__wrap {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 32px;
  }
  .staff-image__wrap {
    margin: 0 auto 24px;
  }
  .modal-btn__wrap {
    max-width: 400px;
  }
}
/* 安本運送について
* --------------------------------------- */
.about-area__group {
  background-color: #fff;
  background-image: url("../img/sky-bgi_top.png"), url("../img/sky-bgi_bottom.png");
  background-position: top left, bottom right;
  background-size: 1200px auto, 1200px auto;
  background-repeat: no-repeat, no-repeat;
}
.about-items__block {
  display: flex;
  justify-content: space-between;
  max-width: 1720px;
  margin-left: auto;
  gap: 32px 0;
}
.about-items__block:nth-child(1) {
  margin-bottom: 100px;
  padding-left: 30px;
}
.about-items__block:nth-child(2) {
  margin-right: 30px;
}
.about-items__block._reverse {
  margin-right: auto;
  margin-left: 0;
}
.about-items__text h3 {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 3px #0C419A;
  padding-right: 50px
}
.about-items__text p {
  padding-right: 50px
}
.about-items__text h3 b {
  color: #67B3DE;
}
.about-items__text {
  width: 40%;
}
.about-items__image {
  width: 60%;
}
.about-items__block._reverse .about-items__text h3, .about-items__block._reverse .about-items__text p {
  padding-left: 50px;
  padding-right: 0;
}
.about-items__block:nth-child(1) .about-items__image img {
  border-radius: 20px 0 0 20px;
}
.about-items__block:nth-child(2) .about-items__image img {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 941px) {
  .about-items__image {
    width: 40%;
  }
  .about-items__text {
    width: 60%;
  }
  .about-items__text h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 769px) {
  .about-items__block:nth-child(1) {
    margin-bottom: 60px;
    margin-left: 0;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .about-items__image {
    width: 95%;
    margin-left: auto;
  }
  .about-items__text {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .about-items__text h3 {
    font-size: 24px;
    padding-right: 0;
  }
  .about-items__text p {
    padding-right: 0;
  }
  .about-area__group {
    background-size: 400px auto, 400px auto;
  }
  .about-items__block._reverse {
    flex-direction: column;
  }
  .about-items__block._reverse .about-items__image {
    margin-left: 0;
    margin-right: auto;
  }
  .about-items__block._reverse .about-items__text h3, .about-items__block._reverse .about-items__text p {
    padding-left: 0;
    padding-right: 0;
  }
}
/* サービス紹介
* --------------------------------------- */
.service-area__group {
  background-color: #B2DDF6;
}
.service-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 46px;
}
.service-items__box {
  width: 31%;
  background-color: #fff;
  box-shadow: 0 1px 6px #0000004f;
  border-radius: 20px;
  padding: 16px 32px 32px;
}
.service-items__box span {
  display: block;
  text-align: center;
  color: #FFD31B;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.service-items__box h3 {
  color: #0C419A;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.service-note__wrap {
  background-color: #fff;
  box-shadow: 0 1px 6px #0000004f;
  border-radius: 20px;
  padding: 50px;
}
.service-note__wrap p {
  color: #0C419A;
  font-size: 26px;
  font-weight: 700;
  padding-left: 130px;
  position: relative;
  margin-bottom: 16px;
}
.service-note__wrap p::before {
  content: "対応地域";
  color: #0C419A;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.service-note__wrap span {
  font-size: 30px;
  font-weight: 700;
  color: #FFD31B;
  display: block;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .service-items__box {
    width: 100%;
    padding: 24px 32px;
  }
  .service-note__wrap p::before {
    position: static;
  }
  .service-note__wrap p {
    font-size: 18px;
    padding-left: 0;
  }
  .service-note__wrap p::before {
    position: static;
    width: 100%;
    display: block;
    font-size: 18px;
  }
  .service-note__wrap span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: left;
  }
  .service-note__wrap {
    padding: 30px 20px;
  }
  .service-items__block {
    gap: 16px 0;
    margin-bottom: 32px;
  }
  .service-items__box h3 {
    font-size: 18px;
  }
  .service-items__box span {
    font-size: 24px;
  }
}
/* メッセージ
* --------------------------------------- */
.message-area__group {
  background-color: #fff;
  background-image: url(../img/blue-bgi_top.png), url(../img/blue-bgi_bottom.png);
  background-position: top left, bottom right;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
}
.message-items__wrap h3 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.message-items__wrap h3 b {
  color: #67B3DE;
}
.message-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.message-items__video {
  width: 47%
}
.message-items__text {
  width: 50%
}
.message-items__text p {
  line-height: 1.5;
}
.message-items__text span {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0 5px;
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.message-items__text span b {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.message-items__video ._movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.message-items__video ._movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.message-items__text p {
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  .message-items__wrap h3 {
    font-size: 24px;
    max-width: 250px;
    margin: 0 auto 32px;
  }
  .message-items__video {
    width: 100%
  }
  .message-items__text {
    width: 100%
  }
}
/* 採用情報
* --------------------------------------- */
.recruit-area__group {
  background: linear-gradient(180deg, #fff 0%, #fff 70%, #B2D9EE 70%, #B2D9EE 100%);
}
.recruit-text__wrap h3 {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.6;
}
.recruit-text__wrap h3 b {
  color: #67B3DE;
}
.recruit-slider__wrap img {
  padding: 0 30px
}
.recruit-slider__wrap {
  margin-bottom: 60px;
}
.recruit-table__box table {
  width: 100%;
}
.recruit-table__box table tr:nth-child(1) {
  padding-top: 0;
}
.recruit-table__box table tr {
  display: block;
  border-bottom: solid 1px #EBEBEB;
  padding: 16px 0;
}
.recruit-table__box table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
}
.overview-table__box table tr td {
  box-sizing: border-box;
  font-size: 18px;
}
.recruit-deta__inner {
  background-color: #fff;
  box-shadow: 0 1px 6px #0000004f;
  border-radius: 20px;
  padding: 60px 20px;
}
.recruit-table__box {
  max-width: 1100px;
  margin: 0 auto;
}
.recruit-table__box h3 {
  color: #0C419A;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 32px;
}
@media screen and (max-width: 769px) {
  .recruit-text__wrap h3 {
    font-size: 21px;
    margin-bottom: 46px;
  }
  .recruit-slider__wrap img {
    padding: 0 10px
  }
  .recruit-deta__inner {
    padding: 40px 20px;
  }
  .recruit-table__box h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .recruit-table__box table tr {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    font-size: 14px;
  }
  .recruit-table__box table tr th {
    font-size: 16px;
    width: 100%;
  }
  .recruit-table__box table tr td {
    font-size: 14px;
  }
}
/* 会社概要
* --------------------------------------- */
.company-area__group {
  background-color: #DCDCDC;
}
.company-items__wrap {
  max-width: 850px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 1px 6px #0000004f;
  border-radius: 20px;
  padding: 60px 20px;
}
.company-table__box {
  max-width: 750px;
  margin: 0 auto;
}
.company-table__box table {
  width: 100%;
}
.company-table__box table tr:nth-child(1) {
  padding-top: 0;
}
.company-table__box table tr {
  display: block;
  border-bottom: solid 1px #EBEBEB;
  padding: 16px 0;
}
.company-table__box table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
}
.company-table__box table tr td {
  box-sizing: border-box;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .company-table__box table tr {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
  }
  .company-table__box table tr td {
    font-size: 14px;
  }
  .company-table__box table tr th {
    font-size: 16px;
    width: 100%;
  }
  .company-items__wrap {
    padding: 40px 20px;
  }
}
/* お問い合わせ
* --------------------------------------- */
.contact-area__group {
  background-color: #67B3DE;
}
.contact-items__inner {
  background-color: #fff;
  box-shadow: 0 2px 10px #00000047;
  border-radius: 20px;
  padding: 80px 0;
}
.contact-items__text {
  margin-bottom: 60px;
  font-weight: 500;
}
.contact-items__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
}
.pry-radio {
  margin-top: 20px;
}
.pry-radio label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-size: 16px;
}
.pry-radio label a {
  line-height: 1.2;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
}
.checkbox span {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0 14px 0 0;
  padding: 0;
  min-height: 1px;
  border: 0;
  border-radius: 0;
  font-size: 0;
}
.checkbox span::before {
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  content: "";
  color: #F2F2F2;
  font-size: 13px;
  background-color: #fff;
  line-height: 1;
  border-radius: 3px;
}
.checkbox input[type=checkbox]:checked ~ span::before {
  content: "";
  color: #fff;
  font-size: 14px;
  background: #67B3DE;
  background-size: 10px;
}
#privacy-error, #terms-error {
  position: absolute;
  top: 26px;
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}
.has-error .checkbox span::before {
  border: solid 1px #D30001;
}
.contact-text__wrap span {
  color: #D30000;
}
.form-tbl * {
  font-size: 18px;
  vertical-align: top;
  font-weight: normal;
}
.form-tbl p {
  font-size: 15px;
  margin-top: 15px;
  border-top: solid 1px #503F29;
  padding-top: 15px;
  margin-bottom: 15px;
}
.title-select {
  width: 400px;
}
.form-file {
  width: 100%;
}
.required {
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  margin-left: 8px;
  background-color: #C35151;
  color: #fff;
  border-radius: 100px;
  padding: 4px 10px;
}
#agree-error {
  position: absolute;
  top: 20px;
}
.has-error .validation-block {
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}
.btn {
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn01 .btn {
  background-color: #67B3DE;
  width: 120px;
  margin-left: 20px;
  margin-left: 15px;
  color: #fff;
}
.modal-dialog {
  margin: 10% auto 0;
  max-width: 600px;
  width: calc(100% - 40px);
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #3958A7;
  color: #fff;
  border: 2px solid #3958A7;
}
.btn-success {
  background: #67B3DE;
  color: #fff;
  max-width: 250px;
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 12px 0;
  border-radius: 100px;
  font-weight: 500;
  border: solid 1px #67B3DE;
  width: 100%;
  margin: 30px auto 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #fff;
  color: #67B3DE;
  border: solid 1px #67B3DE;
  opacity: 1;
}
.form-control {
  box-shadow: none;
  border: 1px solid #CECECE;
  background: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
  width: 100%;
  padding: 0 15px;
  color: #333;
}
textarea.form-control {
  height: 200px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #333;
}
.form-control.textarea {
  padding: 15px;
}
.active:after, dt.active:after {
  margin-top: 3px;
}
.btn-o:active:hover, .btn-o:active:focus, .btn-o:active.focus, .btn-o.active:hover, .btn-o.active:focus, .btn-o.active.focus, .open > .btn-o.dropdown-toggle:hover, .open > .btn-o.dropdown-toggle:focus, .open > .btn-o.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-green:active:hover, .btn-green:active:focus, .btn-green:active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus, .open > .btn-green.dropdown-toggle:hover, .open > .btn-green.dropdown-toggle:focus, .open > .btn-green.dropdown-toggle.focus {
  background-color: #3de578;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #000;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.contact-container textarea {
  height: 180px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-end;
}
.btn-default {
  width: 80px;
  margin: 0;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
  margin: 0 auto;
}
.contact-items__wrap._line {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: dashed 1px #AEAEB0;
}
.contact-items__area {
  background-color: #fff;
  border-radius: 30px;
}
.contact-area__group .common-tab__contents.show {
  padding: 0;
}
.contact-items__area form {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 80px 0;
}
.cp_ipradio ul {
  display: flex;
  flex-wrap: wrap;
}
.cp_ipradio .list_item {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.cp_ipradio label {
  position: relative;
  margin: 0 0.5rem;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.cp_ipradio .option-input {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.cp_ipradio .option-input:before, .cp_ipradio .option-input:after {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1.5px solid #333333;
  border-radius: 6px;
  background: #ffffff;
}
.cp_ipradio .option-input:after {
  z-index: 0;
  top: -3px;
  border: none;
}
.cp_ipradio .option-input:checked:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #000;
}
.contact-items__editor ._text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .contact-items__area form {
    padding: 32px 0;
  }
  .contact-items__area {
    border-radius: 20px;
  }
  .contact-items__title {
    font-size: 16px;
  }
  .required {
    font-size: 12px;
  }
  .pry-radio label a {
    font-size: 14px;
  }
  .checkbox span::before {
    top: 3px;
  }
  .form-control {
    font-size: 14px;
  }
  .form-control {
    height: 45px;
  }
}
@media screen and (max-width: 426px) {
  .btn-default {
    width: 60px;
    padding: 6px 0;
  }
  .btn01 .btn {
    margin-left: 8px;
    width: 100px;
    padding: 6px 0;
  }
  .modal-footer {
    padding: 10px 15px;
  }
  .btn-success {
    max-width: 250px;
    padding: 15px 0;
  }
  .contact-items__text {
    margin-bottom: 24px;
  }
  .contact-items__inner {
    padding: 60px 0;
  }
}
/* タブ
* --------------------------------------- */
.common-tab__wrap .common-tab__links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.common-tab__btn {
  width: 48%;
  padding: 13px 0;
  list-style: none;
  cursor: pointer;
  color: #0C419A;
  background: #FFFFFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  filter: drop-shadow(0 10px 0 #0C419A);
  border-radius: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.common-tab__btn:hover {
  opacity: .8;
}
.common-tab__btn.show {
  background-color: #FFD31B;
  font-weight: 600;
  position: relative;
}
.common-tab__contents {
  display: none;
}
.common-tab__contents.show {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .common-tab__btn {
    width: 49%;
    padding: 20px 10px;
    font-size: 17px;
    filter: drop-shadow(0 5px 0 #0C419A);
    border-radius: 4px;
  }
  .common-tab__contents.show {
    padding: 0;
  }
  .step-items__wrap h2 {
    text-align: center;
    font-size: 24px;
  }
  .common-tab__wrap ul {
    margin-bottom: 40px;
  }
  .common-tab__wrap .common-tab__links {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 426px) {
  .common-tab__btn {
    padding: 11px 5px;
    font-size: 13px;
  }
}
/* フッター
* --------------------------------------- */
.footer-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  padding: 80px 0;
}
.footer-items__logo {
  width: 23%;
}
.footer-items__content {
  width: 60%;
}
.footer-items__content ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
.footer-items__content ul li span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  color: #0C419A;
  text-transform: uppercase;
}
.footer-items__content ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
}
.footer-items__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.footer-items__contact ._contact a {
  background-color: #FFD31C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 253px;
  padding: 13px 0;
  box-sizing: border-box;
  font-weight: 500;
  gap: 0 10px;
  border-radius: 5px;
}
.footer-items__contact ._contact a ._icon {
  width: 30px;
  height: 22px;
}
.footer-items__contact ._sns {
  width: 60px;
  height: 60px;
}
.footer-area__group ._copy {
  background-color: #0C419A;
  padding: 15px 10px;
}
.footer-area__group ._copy a {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .footer-items__content {
    width: 74%;
  }
}
@media screen and (max-width: 941px) {
  .footer-items__content {
    width: 100%;
  }
  .footer-items__logo {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  .footer-items__content ul {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 24px 0;
  }
  .footer-items__contact {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 769px) {
  .footer-items__contact ._contact a {
    width: 145px;
    ;
    gap: 0 5px;
  }
  .footer-items__contact ._sns {
    width: 50px;
    height: 50px;
  }
  .footer-items__block {
    padding: 60px 0 32px;
  }
}
@media screen and (max-width: 426px) {
  .footer-items__contact ._contact a ._icon {
    width: 24px;
    height: 20px;
  }
  .footer-items__contact {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px 0;
    justify-content: space-between;
  }
}
/* 
* --------------------------------------- */
.smartphone-fixd__wrap, .smartphone-fixd__block {
  display: none
}
.desktop-fixd__wrap {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 999;
  width: 60px;
}
.desktop-fixd__block {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.desktop-fixd__box {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 941px) {
  .smartphone-fixd__wrap, .smartphone-fixd__block {
    display: block
  }
  .smartphone-fixd__wrap {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #ffffffe6;
    box-shadow: 0 1px 6px #0000004a;
    z-index: 999;
  }
  .smartphone-fixd__block {
    display: flex;
    max-width: 425px;
    margin: 0 auto;
    padding: 10px 15px;
    gap: 0 10px;
    justify-content: center;
  }
  .desktop-fixd__wrap, .desktop-fixd__block {
    display: none
  }
  .smartphone-fixd__block ._contact a {
    background-color: #FFD31C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    padding: 13px 0;
    box-sizing: border-box;
    font-weight: 500;
    gap: 0 10px;
    border-radius: 5px;
  }
  .smartphone-fixd__block ._contact a ._icon {
    width: 24px;
    height: 22px;
  }
  .smartphone-fixd__block ._sns {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 321px) {
  .smartphone-fixd__block ._contact a ._icon {
    width: 21px;
    height: 15px;
  }
  .smartphone-fixd__block ._contact a {
    padding: 10px 10px;
    width: 140px;
    gap: 0 4px;
  }
  .smartphone-fixd__block {
    gap: 0;
    justify-content: space-between;
  }
  .smartphone-fixd__block ._sns {
    width: 45px;
    height: 45px;
  }
}
/* 詳細ページ
* --------------------------------------- */
.common-page__group h1 {
  color: #67B3DE;
  text-align: center;
  margin-bottom: 80px;
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .common-page__group h1 {
    margin-bottom: 46px;
    font-size: 28px;
  }
}