@charset "UTF-8";

html {
  font-size: 62.5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 0;
}
a {
  color: #000;
  outline: 0;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  color: #065fff;
  outline: 0;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a[href^="tel:"] {
  cursor: default;
}
img,
img.img-fluid {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.container-100p {
  width: 100%;
  margin: 0 auto;
}
.row:before,
.row:after {
  width: 0;
}
.row.no-margin {
  margin-right: 0;
  margin-left: 0;
}
.row.flex {
  display: flex;
  flex-wrap: wrap;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.flex-center {
  display: flex;
  align-items: center;
}
ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
h1 {
  margin: 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}
.fixed-top {
  z-index: 99;
}
dt {
  font-weight: 600;
}

/* ------------------------------------------------------------------
[Preloader]
------------------------------------------------------------------- */
/*
Copyright（c）2021 by Ash Thornton（https://codepen.io/ashthornton/pen/ZmxaWv）
Released under the MIT license
https://opensource.org/licenses/mit-license.php
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
#loader .grey,
#loader .white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#loader .grey {
  z-index: 2;
  background: linear-gradient(180deg, rgba(14, 59, 115, 1), rgba(0, 0, 0, 1));
}
#loader .white {
  z-index: 1;
  background-color: #fff;
}
#loader .text-wrap {
  overflow: hidden;
}
#loader .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  z-index: 3;
}
#loader .text-wrap span {
  display: inline-block;
  color: #fff;
}
#wrapper {
  display: block;
  width: 100%;
}

@media (max-width: 499px) {
  #loader .text-wrap .text img {
    display: inline-block;
    width: 180px;
  }
}

/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
#mainNav {
  background-color: rgba(14, 59, 115, 1);
}
.navbar {
  padding: 0.5rem 2rem;
}
#mainNav .navbar-brand {
  padding: 0.1rem 0;
}
#mainNav .navbar-nav {
  padding-top: 5px;
  padding-bottom: 5px;
}
#mainNav .nav-link {
  padding: 1rem 1rem;
}
#mainNav .nav-link a {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
}
#mainNav .navbar-nav > li.nav-item > a {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 499px) {
  #mainNav .nav-link {
    padding: 0.3rem 1rem;
  }
}
@media (min-width: 749px) {
  #mainNav .nav-link {
    padding: 1rem 1rem;
    color: #fff;
  }
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #fff;
  border: 1px solid #fff;
}

@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
    padding-top: 1px;
    padding-bottom: 1px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
  }
  .container {
    max-width: 100%;
  }
  .navbar {
    height: auto;
    padding: 0 20px;
  }
  #mainNav .navbar-brand {
    padding: 0.9rem 0;
  }
  #mainNav .navbar-nav.navbarRecruit {
    display: none;
  }
  #mainNav .nav-link {
    padding: 1rem 0.5rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .navbar-expand-lg > .container-100p {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg {
    display: flex;
  }
  #mainNav .navbar-brand {
    padding: 0.75rem 0;
  }
  #mainNav .navbar-brand img {
    display: block;
  }
  #mainNav .nav-link {
    position: relative;
    color: #fff;
    padding: 1.5rem 0;
    margin: 1rem 1rem;
    transition: all 0.4s ease-out;
  }
  #mainNav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #fff;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  #mainNav .nav-link:hover {
    color: #fff;
  }
  #mainNav .nav-link:hover:before,
  #mainNav .nav-link:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mainNav .nav-link.gnav-contact {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    color: #fff;
    background: rgba(14, 59, 115, 1);
    transition: all 0.4s ease-out;
  }
  #mainNav .nav-link.gnav-contact::before {
    content: "";
    display: none;
  }
  #mainNav .nav-link.gnav-contact:hover {
    color: #fff;
    background: linear-gradient(180deg, #c6001c, #a31b20);
  }
  #mainNav.navbar-shrink {
    background-color: rgba(14, 59, 115, 0.9);
    transition: all 1s ease-out;
  }
  #mainNav.navbar-shrink .navbar-nav.navbarRecruit {
    display: flex;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    display: block;
  }
  #mainNav.navbar-shrink .nav-link {
    position: relative;
    color: #f5f5f5;
    padding: 1.5rem 0;
    margin: 1rem 1rem;
    transition: all 0.4s ease-out;
    border-bottom: 0rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #fff;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link:hover:before,
  #mainNav.navbar-shrink .nav-link:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mainNav.navbar-shrink .nav-link.gnav-contact {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    color: #fff;
    background: rgba(159, 0, 52, 1);
    transition: all 0.4s ease-out;
  }
  #mainNav.navbar-shrink .nav-link.gnav-contact::before {
    content: "";
    display: none;
  }
  #mainNav.navbar-shrink .nav-link.gnav-contact:hover {
    color: #fff;
    background: linear-gradient(180deg, #666666, #121212);
  }
  #mainNav.navbar-shrink.recruit-header {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 1s ease-out;
  }
  #mainNav.navbar-shrink.recruit-header .navbar-nav.navbarRecruit {
    display: flex;
  }
  #mainNav.navbar-shrink.recruit-header .navbar-brand img {
    display: block;
  }
  #mainNav.navbar-shrink.recruit-header .nav-link {
    position: relative;
    color: #000;
    padding: 1.5rem 0;
    margin: 1rem 1rem;
    transition: all 0.4s ease-out;
    border-bottom: 0rem solid transparent;
  }
  #mainNav.navbar-shrink.recruit-header .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #a4c8f3;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  #mainNav.navbar-shrink.recruit-header .nav-link:hover {
    color: #000;
  }
  #mainNav.navbar-shrink.recruit-header .nav-link:hover:before,
  #mainNav.navbar-shrink.recruit-header .nav-link:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mainNav.navbar-shrink.recruit-header .nav-link.gnav-contact {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    color: #fff;
    background: rgba(159, 0, 52, 1);
    transition: all 0.4s ease-out;
  }
  #mainNav.navbar-shrink.recruit-header .nav-link.gnav-contact::before {
    content: "";
    display: none;
  }
  #mainNav.navbar-shrink.recruit-header .nav-link.gnav-contact:hover {
    color: #fff;
    background: linear-gradient(180deg, #666666, #121212);
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 0 30px;
  }
  #mainNav .nav-link {
    margin: 1rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 1rem;
  }

  #mainNav.navbar-shrink.recruit-header .nav-link {
    margin: 1rem 1rem;
  }
}
@media (min-width: 1300px) {
  .navbar {
    padding: 0 2%;
  }
  #mainNav .nav-link {
    margin: 1rem 2rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 2rem;
  }
  #mainNav.navbar-shrink.recruit-header .nav-link {
    margin: 1rem 2rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.6rem;
    transition: all 0.4s ease-out;
  }
}
@media (min-width: 1380px) {
  .navbar {
    padding: 0 2%;
  }
}
@media (min-width: 1680px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #mainNav .nav-link {
    margin: 1rem 3rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 3rem;
  }
  #mainNav.navbar-shrink.recruit-header .nav-link {
    margin: 1rem 3rem;
  }
}

/*--------------------------------------
[Home Nav Logo]
*/
.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-wrap {
  width: 200px;
  padding: 0;
}
.company-name {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 7px 0 0;
}
#mainNav .company-name.logoRecruit {
  color: #000;
}
#mainNav.navbar-shrink .company-name.logoRecruit {
  color: #000;
}

@media (max-width: 1200px) {
  .logo-wrap {
    width: 170px;
  }
}
@media (max-width: 990px) {
  .logo-wrap {
    width: 140px;
  }
  .company-name {
    font-size: 1.4rem;
    padding: 4px 0 0;
  }
  #mainNav .company-name.logoRecruit {
    color: #fff;
  }
  #mainNav.navbar-shrink .company-name.logoRecruit {
    color: #fff;
  }
}

/*--------------------------------------
[Home Nav Dropdown]
*/
.dropdown:hover {
  background-color: #fff;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  clear: both;
  font-size: 1.5rem;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.mega-menu > a {
  position: relative;
}
.mlr-ddmenu {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem;
  margin: 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}
.dropdown-menu.dl-text {
  top: 90%;
}
.mega-dropdown {
  position: static;
}
.dropdown-menu.tex-dropdown-menu.show {
  width: 100%;
  margin: 0;
}
.dropdown-menu.mega-dropdown-menu.show {
  width: 100%;
  margin: 0;
}
.dropdown-item {
  padding: 1rem;
  margin: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(14, 59, 115, 1);
}

.megadropdown-imgwrap {
  display: none;
}
.megadropdown-imgwrap img {
  display: none;
}

.dropdown-menu .dropdown-header-title {
  display: block;
  margin: 0;
  padding: 1rem 1rem 1rem 2rem;
}
.dropdown-menu .dropdown-header-title a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.dropdown-menu .dropdown-header-title a:hover {
  color: #50aad8;
}

@media (min-width: 992px) {
  .megadropdown-imgwrap {
    display: block;
    width: 70%;
    text-align: center;
    margin: 10px auto;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .megadropdown-imgwrap img {
    display: block;
  }
  .dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
  }

  .dropdown-menu .dropdown-header-title {
    padding: 2rem 1rem 1rem 5rem;
  }
  .dropdown-menu .dropdown-header-title a {
    font-size: 1.8rem;
  }
  .mlr-ddmenu {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .mlr-ddmenu.full {
    width: 80%;
    border-right: solid 1px #ccc;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.38em;
    vertical-align: center;
    content: "";
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    transform: rotate(-0deg);
    transition: 0.5s;
  }
  .show .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: 0.5s;
  }
  #mainNav .nav-link.dropdown-item-group {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.1rem 1rem;
    margin: 0;
  }
  #mainNav .nav-link.dropdown-item-group a {
    display: block;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #666;
    margin: 0;
    padding: 5px 0;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav .nav-link.dropdown-item-group a:hover {
    color: #50aad8;
  }
  #mainNav .nav-link.dropdown-item {
    padding: 1rem;
    margin: 0;
  }
  #mainNav .nav-link.dropdown-item.firstlist {
    display: none;
  }
  #mainNav .nav-link.dropdown-item a {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin: 0;
    padding: 5px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav .nav-link.dropdown-item a br {
    display: block;
  }
  #mainNav .nav-link.dropdown-item a:hover {
    color: #fff;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav .nav-link.dropdown-item:hover {
    background-color: #0e3b73;
  }
  .dropdown-menu .dropdown-header-title {
    margin: 10px 0;
    padding: 0;
  }
  .dropdown-menu .dropdown-header-title a {
    font-size: 1.6rem;
  }
  #mainNav.recruit-header .nav-link.dropdown-item-group {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.1rem 1rem;
    margin: 0;
  }
  #mainNav.recruit-header .nav-link.dropdown-item-group a {
    display: block;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #666;
    margin: 0;
    padding: 5px 0;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav.recruit-header .nav-link.dropdown-item-group a:hover {
    color: #50aad8;
  }
  #mainNav.recruit-header .nav-link.dropdown-item {
    padding: 1rem;
    margin: 0;
  }
  #mainNav.recruit-header .nav-link.dropdown-item.firstlist {
    display: none;
  }
  #mainNav.recruit-header .nav-link.dropdown-item a {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin: 0;
    padding: 5px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav.recruit-header .nav-link.dropdown-item a br {
    display: block;
  }
  #mainNav.recruit-header .nav-link.dropdown-item a:hover {
    color: #fff;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav.recruit-header .nav-link.dropdown-item:hover {
    background-color: #a4c8f3;
  }
}
@media (min-width: 1200px) {
  #mainNav .nav-link.dropdown-item a {
    font-size: 1vw;
  }
  #mainNav .nav-link.dropdown-item-group a {
    font-size: 1vw;
  }
  #mainNav.recruit-header .nav-link.dropdown-item a {
    font-size: 1vw;
  }
  #mainNav.recruit-header .nav-link.dropdown-item-group a {
    font-size: 1vw;
  }
  .home-megadropdown-imgwrap {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    overflow: hidden;
  }
  .home-megadropdown-imgwrap img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    overflow: hidden;
  }
  .home-megadropdown-imgwrap img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@media (min-width: 1480px) {
  #mainNav .nav-link.dropdown-item a {
    font-size: 0.8vw;
  }
  #mainNav .nav-link.dropdown-item-group {
    padding: 0.5rem 1rem;
  }
  #mainNav .nav-link.dropdown-item-group a {
    font-size: 0.8vw;
  }
  #mainNav.recruit-header .nav-link.dropdown-item a {
    font-size: 0.8vw;
  }
  #mainNav.recruit-header .nav-link.dropdown-item-group {
    padding: 0.5rem 1rem;
  }
  #mainNav.recruit-header .nav-link.dropdown-item-group a {
    font-size: 0.8vw;
  }
}

/*------------------------------------------------------------------
[Home Hero Section]
*/
#hero {
  position: fixed;
  width: 100.05%;
  height: 100vh;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  z-index: -1;
}
#hero video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

@media (max-width: 499px) {
  #hero {
    position: relative;
    height: 30vh;
    margin-top: 60px;
  }
}

/*------------------------------------------
[Home Hero Copy]
*/
.home-copy-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
}
.home-copy-wrap {
  position: absolute;
  bottom: 18%;
  left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30vh;
  margin: 0;
  padding: 0;
}
.home-copy-title {
  display: block;
  font-size: 3.6vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  color: #f5f5f5;
  text-shadow: 2px 2px 3px #000;
  margin: 0;
  padding: 0 0 5% 10px;
}
.home-copy-subtitle {
  display: block;
  font-size: 5.4vw;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  color: #f5f5f5;
  text-shadow: 3px 3px 5px #000;
  margin: 0;
  padding: 0 0 10% 0;
}

@media (max-width: 1200px) {
  .home-diagonal-content {
    left: -11%;
  }
}
@media (max-width: 990px) {
  .home-diagonal-content {
    left: -20%;
    width: 45%;
  }
  .home-copy-wrap {
    top: 30%;
    left: 12%;
    display: block;
    height: auto;
  }
  .home-copy-title {
    font-size: 7.2vw;
    letter-spacing: 4px;
    padding: 0 0 4%;
  }
  .home-copy-subtitle {
    font-size: 10.8vw;
    letter-spacing: 1px;
    padding: 0;
  }
}
@media (max-width: 749px) {
  .home-copy-title {
    font-size: 3.6rem;
    letter-spacing: 2px;
    padding: 0 0 4%;
  }
  .home-copy-subtitle {
    font-size: 4.8rem;
    letter-spacing: 0;
  }
}
@media (max-width: 499px) {
  .home-copy-section {
    display: block;
    height: auto;
    padding: 40px 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(14, 59, 115, 1));
  }
  .home-copy-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
  .home-copy-title {
    font-size: 4.8vw;
  }
  .home-copy-subtitle {
    font-size: 7.2vw;
  }
}

/*------------------------------------------------------------------
[Home Company Section]
*/
.home-company-section {
  margin: 0;
  padding: 7% 10% 5%;
  background-color: #fff;
}
.home-company-greeting-title-wrap {
  padding: 0 5% 8%;
}
.home-company-greeting-title {
  display: block;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0 0 2%;
}
.home-company-greeting-lead {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0 0 5%;
}
.home-company-greeting-lead br {
  display: none;
}
.home-company-greeting-text {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0 0 30px;
}
.home-company-greeting-name {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #000;
  text-align: right;
  margin: 0;
  padding: 0 20px;
}
.home-company-greeting-name span {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 20px 0 0;
}
.home-company-greeting-img-wrap {
  display: block;
  padding: 10%;
}

@media (max-width: 1200px) {
  .home-company-section {
    padding: 7% 5% 5%;
  }
}
@media (max-width: 990px) {
  .home-company-greeting-title-wrap {
    padding: 0 8%;
  }
}
@media (max-width: 499px) {
  .home-company-section {
    padding: 40px 5% 20px;
  }
  .home-company-greeting-title-wrap {
    padding: 0 5%;
  }
  .home-company-greeting-title {
    font-size: 6vw;
    text-align: center;
    padding: 0 0 4%;
  }
  .home-company-greeting-lead {
    font-size: 4.8vw;
    text-align: center;
    padding: 0 0 30px;
  }
  .home-company-greeting-lead br {
    display: block;
  }
  .home-company-greeting-img-wrap {
    padding: 10% 5%;
  }
  .home-company-greeting-text {
    font-size: 1.5rem;
  }
  .home-company-greeting-name {
    font-size: 1.8rem;
  }
}

/* Btn Home Greeting
 * --------------------------------------- */
.linkbutton-greeting {
  display: block;
  position: relative;
  width: 90%;
  height: 40px;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0 20px;
  background: transparent;
  line-height: 35px;
  border: solid 1px #111;
}
.linkbutton-greeting::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #111;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-greeting:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-greeting .text {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-greeting:hover .text {
  color: #fff;
}
.linkbutton-greeting .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #111;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-greeting:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}
@media (max-width: 499px) {
  .linkbutton-greeting {
    height: auto;
    padding: 13px 20px 15px;
    line-height: 1;
  }
}

/*------------------------------------------------------------------
[Home About Left]
*/
.home-product-area-left {
  position: relative;
  display: flex;
  background-color: #fff;
  overflow: hidden;
}
.home-product-area-wrapper {
  display: flex;
  height: 100%;
}
.home-product-area-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 50px);
  margin: 25px 0;
  padding: 0 0 0 6%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 2;
}
.home-product-area-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15%;
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(14, 59, 115, 1));
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.home-product-area-left .title-wrap {
  position: relative;
  text-align: left;
  margin-bottom: 4%;
  z-index: 1;
}
.home-product-area-left .title-wrap > h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 1%;
}
.home-product-area-left .title-wrap > h3 {
  display: inline-block;
  font-size: 2vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  margin: 0;
  padding: 8px 0 0;
}
.home-product-area-left .title-wrap > h3 br {
  display: none;
}

/* Home About image
 * --------------------------------------- */
.home-img-wrap {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.home-img-wrap a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}
.home-img-wrap a img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media (max-width: 1680px) {
  .home-product-area-left .title-wrap {
    margin-bottom: 4%;
  }
}
@media (max-width: 1480px) {
  .home-product-area-wrap {
    height: calc(100% - 30px);
    margin: 15px 0;
  }
  .home-product-area-left .title-wrap {
    margin-bottom: 4%;
  }
}
@media (max-width: 1200px) {
  .home-product-area-wrap {
    height: calc(100% - 30px);
    margin: 15px 0;
  }
  .home-product-area-left .title-wrap > h3 {
    font-size: 2.4vw;
    letter-spacing: 2px;
  }
}
@media (max-width: 990px) {
  .home-product-area-wrapper {
    display: block;
    height: auto;
  }
  .home-product-area-wrap {
    padding: 8% 6%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(14, 59, 115, 1));
  }
  .home-product-area-wrap::before {
    display: none;
  }
  .home-product-area-left .title-wrap > h3 {
    font-size: 3rem;
  }
}
@media (max-width: 499px) {
  .home-product-area-wrap {
    padding: 10% 8% 12%;
    margin: 10px 0;
  }
  .home-product-area-left .title-wrap {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .home-product-area-left .title-wrap > h2 {
    margin-bottom: 5%;
  }
  .home-product-area-left .title-wrap > h3 {
    display: block;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
    padding: 6px 0;
  }
  .home-product-area-left .title-wrap > h3 br {
    display: block;
  }
}

/*------------------------------------------------------------------
[Home About Right]
*/
.home-product-area-right {
  position: relative;
  display: flex;
  background-color: #fff;
  overflow: hidden;
}
.pt-20 {
  padding-top: 25px;
}
.pb-20 {
  padding-bottom: 25px;
}
.home-product-area-wrapper-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  height: 100%;
}
.home-product-area-wrap-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 50px);
  margin: 25px 0;
  padding: 0 6% 0 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 2;
}
.home-product-area-wrap-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  display: block;
  background: linear-gradient(90deg, rgba(14, 59, 115, 1), rgba(0, 0, 0, 1));
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.home-product-area-right .title-wrap {
  position: relative;
  text-align: right;
  margin-bottom: 4%;
  z-index: 1;
}
.home-product-area-right .title-wrap > h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 1%;
}
.home-product-area-right .title-wrap > h3 {
  display: inline-block;
  font-size: 2vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  margin: 0;
  padding: 8px 0 0;
}

@media (max-width: 1680px) {
  .home-product-area-right .title-wrap {
    margin-bottom: 4%;
  }
}
@media (max-width: 1480px) {
  .pt-20 {
    padding-top: 15px;
  }
  .home-product-area-wrap-right {
    height: calc(100% - 30px);
    margin: 15px 0;
  }
  .home-product-area-right .title-wrap {
    margin-bottom: 4%;
  }
}
@media (max-width: 1200px) {
  .home-product-area-wrap-right {
    height: calc(100% - 30px);
    margin: 15px 0;
  }
  .home-product-area-right .title-wrap > h2 span {
    font-size: 3rem;
  }
  .home-product-area-right .title-wrap > h3 {
    font-size: 2.4vw;
    letter-spacing: 2px;
  }
}
@media (max-width: 990px) {
  .pt-20 {
    padding-top: 0;
  }
  .home-product-area-wrapper-right {
    display: block;
    height: auto;
  }
  .home-product-area-wrap-right {
    padding: 8% 6%;
    background: linear-gradient(90deg, rgba(14, 59, 115, 1), rgba(0, 0, 0, 1));
  }
  .home-product-area-wrap-right::before {
    display: none;
  }
  .home-product-area-right .title-wrap > h3 {
    font-size: 3rem;
  }
  .home-product-area-right .text-wrap {
    margin-bottom: 5%;
  }
  .home-product-area-right .title-wrap > h3.first {
    font-size: 3rem;
  }
}
@media (max-width: 499px) {
  .home-product-area-wrap-right {
    padding: 10% 8% 12%;
    margin: 10px 0;
  }
  .home-product-area-right .title-wrap {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .home-product-area-right .title-wrap > h2 {
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  .home-product-area-right .title-wrap > h3 {
    display: block;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
    padding: 6px 0;
  }
  .home-product-area-right .title-wrap > h3 br {
    display: block;
  }
  .home-product-area-right .title-wrap > h3.first {
    font-size: 2rem;
  }
}

/* Btn Home About Left
 * --------------------------------------- */
.linkbutton {
  display: block;
  position: relative;
  width: 160px;
  height: 40px;
  text-align: left;
  margin: 0;
  padding: 0 20px;
  background: transparent;
  line-height: 37px;
  border: solid 1px #fff;
}
.linkbutton::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton .text {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton:hover .text {
  color: #000;
}
.linkbutton .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton:hover .arrow {
  border-color: transparent transparent transparent #000;
  right: 25px;
}

@media (max-width: 1480px) {
  .linkbutton {
    width: 140px;
    padding: 0 10px;
  }
}
@media (max-width: 499px) {
  .linkbutton {
    margin: 0 auto;
  }
}

/* Btn Home About Right
 * --------------------------------------- */
.linkbutton-right {
  display: block;
  position: relative;
  width: 160px;
  height: 40px;
  text-align: left;
  margin: 0 0 0 auto;
  padding: 0 20px;
  background: ransparent;
  line-height: 37px;
  border: solid 1px #fff;
}
.linkbutton-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-right:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-right .text {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-right:hover .text {
  color: #000;
}
.linkbutton-right .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-right:hover .arrow {
  border-color: transparent transparent transparent #000;
  right: 25px;
}

@media (max-width: 1480px) {
  .linkbutton-right {
    width: 140px;
    padding: 0 10px;
  }
}
@media (max-width: 499px) {
  .linkbutton-right {
    height: auto;
    padding: 11px 10px 13px;
    line-height: 1;
    margin: 0 auto;
  }
}

/*!------------------------------------------------------------------
[Home Recruit Header Footer]
*/
.home-recruit-header {
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
  background-color: #fff;
  border-bottom: solid 10px #a4c8f3;
}
.home-recruit-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: solid 10px #a4c8f3;
}

/*!------------------------------------------------------------------
[Home Recruit]
*/
.home-recruit-area {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background-color: #fff;
  overflow: hidden;
}

.home-recruit-copy-wrapper {
  margin-left: 6%;
  margin-right: 6%;
}
.home-recruit-title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 5px;
  color: #111;
  margin-bottom: 30px;
}
.home-recruit-copy {
  display: block;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  color: #adadad;
  margin: 0;
  padding: 0 0 40px;
}
.home-recruit-lead-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  padding: 0 0 40px;
}

.home-recruit-right-en-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.home-recruit-right-en-wrap {
  display: block;
  font-size: 9.6vw;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  line-height: 1;
  text-align: right;
  color: #f5f5f5;
  margin: 0;
  padding: 0;
}
.home-recruit-contens-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
}
.home-recruit-btn-imgwrap {
  position: relative;
  margin: 20px;
  padding: 0;
  overflow: hidden;
}
.home-recruit-btn-imgwrap a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}
.home-recruit-btn-imgwrap a img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media (max-width: 1680px) {
  .home-recruit-lead-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 1480px) {
  .home-recruit-lead-text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) {
  .home-recruit-title {
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .home-recruit-title {
    font-size: 1.6rem;
    text-align: center;
  }
  .home-recruit-copy {
    font-size: 6vw;
    text-align: center;
    padding: 0 0 30px;
  }
  .home-recruit-lead-text {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 0 20px;
  }
  .home-recruit-right-en-wrap {
    font-size: 18vw;
    text-align: center;
  }
  .home-recruit-btn-imgwrap {
    margin: 10px;
  }
  .home-recruit-right-en-wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .home-recruit-area {
    padding: 40px 0 30px;
  }
  .home-recruit-copy-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
  .home-recruit-copy {
    font-size: 5.4vw;
  }
  .home-recruit-lead-text {
    font-size: 1.5rem;
    text-align: left;
  }
  .home-recruit-lead-text br {
    display: none;
  }
  .home-recruit-right-en-wrapper {
    padding-bottom: 40px;
  }
  .home-recruit-right-en-wrap {
    font-size: 15vw;
    color: #e3e3e3;
  }
  .home-recruit-btn-imgwrap {
    margin: 5px 5px 0 5px;
  }
}

/* Btn Home Recruit
 * --------------------------------------- */
.home-recruit-btn-wrap {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: block;
  width: 50%;
  text-align: left;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.linkbutton-home-recruit {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  text-align: left;
  margin: 0;
  padding: 0 30px;
  background: rgba(1, 157, 50, 1);
  line-height: 55px;
}
.linkbutton-home-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-home-recruit:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-home-recruit .text {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-home-recruit:hover .text {
  color: rgba(1, 157, 50, 1);
}
.linkbutton-home-recruit .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-home-recruit:hover .arrow {
  border-color: transparent transparent transparent rgba(1, 157, 50, 1);
  right: 25px;
}

@media (max-width: 1680px) {
  .linkbutton-home-recruit .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1480px) {
  .linkbutton-home-recruit {
    height: 50px;
    padding: 0 20px;
    line-height: 45px;
  }
  .linkbutton-home-recruit .text {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .home-recruit-btn-wrap {
    bottom: 10px;
    left: 10px;
    width: 70%;
  }
  .linkbutton-home-recruit {
    height: 40px;
    line-height: 35px;
  }
}
@media (max-width: 990px) {
  .home-recruit-btn-wrap {
    bottom: 15px;
    left: 10%;
    right: 10%;
    width: 80%;
  }
}
@media (max-width: 499px) {
  .home-recruit-btn-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .linkbutton-home-recruit {
    padding: 0 10px;
  }
}

/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */
.footer-area {
  display: block;
  width: 100%;
  padding: 150px 3% 100px 5%;
  background: linear-gradient(180deg, rgba(14, 59, 115, 1), rgba(0, 0, 0, 1));
}
.footer-contents-wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.footer-name-wrap {
  display: block;
  text-align: left;
  margin: 0 20% 0 0;
  padding: 0;
}
.footer-logo-wrap {
  display: block;
  width: 240px;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0;
}
.footer-logo-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.footer-address {
  display: block;
  width: 240px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 20px;
}
.footer-address span.footer-gmap {
  display: block;
  margin: 0;
  padding: 5px 0 0;
}
.footer-address span.footer-gmap a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  padding: 0;
}
.footer-address span.footer-gmap a i {
  font-size: 1.6rem;
}
.footer-address span.footer-gmap a:hover {
  color: rgba(1, 157, 50, 1);
}
.footer-tel-wrap {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 0 0 5px;
  text-align: center;
}
.footer-tel-wrap a {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 0 8px;
}
.footer-tel-wrap a span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.footer-tel-wrap a:hover {
  color: #fff;
}
.footer-iso-wrap {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
}
.footer-menu-foot {
  display: block;
  width: 240px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer-menu-foot li {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.footer-menu-foot li a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer-menu-foot li a i {
  font-size: 1.8rem;
  color: #fff;
}
.footer-menu-foot li a:hover,
.footer-menu-foot li a:focus {
  color: rgba(1, 157, 50, 1);
  text-decoration: none;
}

/*!---------------------------------------
[Home Footer Menu]
*/
.footer-menu-wrap {
  width: 100%;
  height: auto;
  text-align: left;
  margin: 1% 0 0;
  padding: 0;
}
.footer-menu-title {
  display: block;
  width: 90%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 0.8;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0 0 10px;
  border-bottom: solid 1px #c7c7c7;
}
.footer-menu-title span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.footer-menu-wrap .footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 60px;
}
.footer-menu-wrap .footer-menu li {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-menu-wrap .footer-menu li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin: 0 auto;
  padding: 5px 0;
}
.footer-menu-wrap .footer-menu li a:hover,
.footer-menu-wrap .footer-menu li a:focus {
  color: rgba(1, 157, 50, 1);
  text-decoration: none;
}

.footer-copyright {
  padding: 3rem 0;
  background-color: #000;
}
.footer-copyright .copyright {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 1480px) {
  .footer-menu-title {
    font-size: 1rem;
  }
  .footer-menu-title span {
    font-size: 2rem;
  }
  .footer-menu-wrap .footer-menu li a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .footer-area {
    padding: 80px 2% 0 4%;
  }
  .footer-name-wrap {
    display: block;
    width: 200px;
    margin: 0;
    padding: 0;
  }
  .footer-logo-wrap {
    width: 100%;
  }
  .footer-address {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .footer-address span.footer-gmap a {
    font-size: 1rem;
  }
  .footer-tel-wrap {
    width: 100%;
  }
  .footer-tel-wrap a {
    font-size: 1.8vw;
  }
  .footer-iso-wrap {
    width: 100%;
    margin: 20px 0 30px;
  }
}
@media (max-width: 990px) {
  .footer-name-wrap {
    width: 300px;
    margin: 0 auto 70px;
  }
  .footer-tel-wrap a {
    font-size: 2.4rem;
  }
  .footer-tel-wrap a span {
    font-size: 1.6rem;
  }
  .footer-iso-wrap img {
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .footer-area {
    padding: 60px 8% 0 8%;
  }
  .footer-name-wrap {
    margin: 0 auto 50px;
  }
  .footer-logo-wrap {
    width: 250px;
  }
  .footer-logo-text {
    font-size: 1.5rem;
  }
  .footer-tel-wrap a {
    font-size: 2rem;
  }
  .footer-tel-wrap a span {
    font-size: 1.4rem;
  }
  .footer-menu-wrap .footer-menu li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-copyright {
    padding: 1rem 0 5rem;
  }
  .footer-copyright .copyright {
    font-size: 1rem;
  }
  .footer-menu-title {
    font-size: 1.2rem;
  }
  .footer-menu-title span {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  .footer-menu-wrap .footer-menu li a {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
Scroll UP
------------------------------------------------------------------- */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 0px;
  right: 0;
  z-index: 9999;
}
.scroll-up a {
  display: block;
  height: 40px;
  width: 42px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  opacity: 1;
  background-color: #fff;
}
.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #fff;
  background-color: rgba(1, 157, 50, 1);
}

@media (max-width: 990px) {
  .scroll-up {
    right: 0;
  }
  .scroll-up a {
    height: 40px;
    width: 42px;
    line-height: 40px;
    font-size: 16px;
    border-right: solid 0px #fff;
  }
}
@media (max-width: 749px) {
  .scroll-up a {
    height: 30px;
    width: 32px;
    line-height: 30px;
    font-size: 20px;
  }
}

/* ------------------------------------------------------------------
Second Hero
------------------------------------------------------------------- */
#second-hero {
  position: fixed;
  width: 100%;
  height: 80vh;
  background-color: #fff;
  padding: 0;
  z-index: -1;
}
.second-hero-overwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 59, 115, 0.5);
  z-index: 1;
}
#second-hero.service {
  background-image: url(../img/second-hero-01-service.jpg);
  background-position: center center;
  background-size: cover;
}
#second-hero.process {
  background-image: url(../img/second-hero-02-process.jpg);
  background-position: center center;
  background-size: cover;
}
#second-hero.product {
  background-image: url(../img/second-hero-03-product.jpg);
  background-position: center center;
  background-size: cover;
}
#second-hero.company {
  background-image: url(../img/second-hero-04-company.jpg);
  background-position: center center;
  background-size: cover;
}
#second-hero.contact {
  background-image: url(../img/second-hero-05-contact.jpg);
  background-position: center center;
  background-size: cover;
}

@media (max-width: 499px) {
  #second-hero.service {
    background-position: 60% top;
  }
}

.second-copy-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  padding: 0;
}
.second-diagonal-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(14, 59, 115, 0.9));
  padding: 0;
}
.second-copy-wrap {
  position: absolute;
  top: 0;
  left: 7.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin: 0;
  padding: 0 0 5%;
}
.second-copy-title-en {
  display: block;
  font-size: 3vw;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #f5f5f5;
  text-shadow: 2px 2px 3px #000000;
  margin: 0;
  padding: 0;
}
.second-copy-title-en span {
  display: block;
  font-size: 1.1vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5vw;
  text-shadow: 2px 2px 3px #000000;
  padding: 10px 0 40px;
}
.second-copy-lead {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #f5f5f5;
  text-shadow: 2px 2px 3px #000000;
  margin: 0;
  padding: 0;
}
.second-subtitle-area-wrapper {
  position: relative;
  display: flex;
  background-color: #fff;
  overflow: hidden;
}
.second-subtitle-area-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding-left: 7.5%;
  padding-right: 0;
  padding-top: 3%;
  padding-bottom: 3%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(14, 59, 115, 1));
}
.second-subtitle-area-wrap .title-wrap {
  position: relative;
  text-align: left;
  margin-bottom: 2%;
  z-index: 1;
}
.second-subtitle-area-wrap .title-wrap > h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 1%;
}
.second-subtitle-area-wrap .title-wrap > h2.subtitle {
  display: inline-block;
  font-size: 2vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  margin: 0;
  padding: 8px 0 0;
}
.second-subtitle-area-wrap .title-wrap-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media (max-width: 1480px) {
  .second-copy-title-en {
    font-size: 4.8vw;
  }
  .second-copy-title-en span {
    font-size: 1.8vw;
    padding: 10px 0 30px;
  }
  .second-subtitle-area-wrap .title-wrap > h2.subtitle {
    font-size: 2.4vw;
  }
}
@media (max-width: 1200px) {
  .second-copy-title-en {
    font-size: 6vw;
  }
  .second-copy-title-en span {
    font-size: 2.4vw;
    padding: 10px 0 20px;
  }
}
@media (max-width: 990px) {
  .second-copy-title-en {
    font-size: 7.2vw;
  }
  .second-copy-title-en span {
    font-size: 3vw;
  }
  .second-subtitle-area-wrap .title-wrap > h2 {
    font-size: 1.8rem;
  }
  .second-subtitle-area-wrap .title-wrap > h2.subtitle {
    font-size: 3.6vw;
  }
}
@media (max-width: 749px) {
  .second-copy-lead {
    display: none;
  }
}
@media (max-width: 499px) {
  #second-hero {
    height: 40vh;
    margin-top: 55px;
  }
  .second-copy-section {
    height: 40vh;
  }
  .second-copy-wrap {
    left: 10%;
    width: 80%;
    padding: 0 0 10%;
  }
  .second-copy-title-en {
    font-size: 9.6vw;
    text-align: center;
  }
  .second-copy-title-en span {
    font-size: 1.6rem;
    letter-spacing: 1vw;
    text-align: center;
  }
  .second-copy-lead br {
    display: none;
  }
  .second-subtitle-area-wrap .title-wrap {
    margin-bottom: 20px;
  }
  .second-subtitle-area-wrap {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .second-subtitle-area-wrap .title-wrap > h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .second-subtitle-area-wrap .title-wrap > h2.subtitle {
    display: block;
    font-size: 6vw;
    text-align: center;
  }
  .second-subtitle-area-wrap .title-wrap-text {
    font-size: 1.5rem;
  }
  .second-subtitle-area-wrap .title-wrap-text br {
    display: none;
  }
}

/* ------------------------------------------------------------------
Second Service.html
------------------------------------------------------------------- */
.service-about-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 7% 50px;
  background-color: #fff;
  overflow: hidden;
}
.service-about-process-wrap {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 60px;
  padding: 20px 10px;
  background-color: rgba(14, 59, 115, 1);
}
.service-about-imgwrap {
  padding-left: 10px;
  padding-right: 10px;
}
.service-about-textwrap {
  font-size: 1.6vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.service-about-arrow {
  position: absolute;
  top: 30%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0 0 0 -50px;
  padding: 5px;
  background-color: rgba(14, 59, 115, 1);
  z-index: 2;
}
.service-about-contents-text {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 15px 0;
  background-color: #000;
}
.service-about-right-wrap {
  padding-left: 5%;
  padding-right: 0;
}
.service-about-section-title {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: left;
  color: #000;
  margin: 0 0 30px;
  padding: 10px 30px;
  background-color: #e3e3e3;
  border-left: solid 10px rgba(14, 59, 115, 1); /*左線*/
  border-bottom: solid 3px #a3a3a3; /*下線*/
}
.service-about-section-title span {
  font-size: 1vw;
}
.service-about-section-title br {
  display: none;
}

.service-about-contents-section-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  background-color: #f5f5f5;
}
.service-about-contents-section-wrap-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  background-color: #f5f5f5;
}
.service-about02-contents-section-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  background-color: #f5f5f5;
}
.service-about02-contents-section-wrap-reverse {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  background-color: #f5f5f5;
}

.service-about-section-number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 5px;
  background-color: #000;
  z-index: 2;
}
.service-about-contents-section-subwrap {
  padding-left: 60px;
  padding-right: 60px;
}
.service-about-section-subtitle {
  display: block;
  font-size: 2vw;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: left;
  color: #000;
  margin: 0 0 15px;
  padding: 20px 0 20px;
  border-bottom: solid 1px #000;
}
.service-about-section-subtext {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0 0 20px;
}
.service-about-section-footwrap {
  margin: 100px 0 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f5f5f5;
}
.service-about-section-foottext {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  text-align: center;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
}

@media (max-width: 1480px) {
  .service-about-section-number {
    width: 40px;
    height: 40px;
    font-size: 3rem;
  }
  .service-about-section-title {
    font-size: 1.6vw;
  }
}
@media (max-width: 1200px) {
  .service-about-section-title {
    font-size: 2.4vw;
  }
}
@media (max-width: 990px) {
  .service-about-area {
    padding: 40px 5% 10px;
    background-color: #fff;
    overflow: hidden;
  }
  .service-about-contents-text {
    font-size: 3.6vw;
  }
  .service-about-arrow {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .service-about-textwrap {
    font-size: 3vw;
    line-height: 1.5;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .service-about-section-title {
    font-size: 3vw;
  }
  .service-about-section-title span {
    font-size: 2vw;
  }
  .service-about-contents-section-subwrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .service-about-section-subtitle {
    font-size: 3vw;
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 30px 0 20px;
  }
  .service-about-section-subtext {
    font-size: 1.5rem;
    padding: 0 0 30px;
  }
  .service-about-section-footwrap {
    margin: 20px 0 30px;
  }
  .service-about-section-foottext {
    font-size: 2.4vw;
    line-height: 1.5;
  }
}
@media (max-width: 499px) {
  .service-about-contents-text {
    font-size: 4.8vw;
  }
  .service-about-textwrap {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
  }
  .service-about-section-title {
    font-size: 4.8vw;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .service-about-section-title br {
    display: block;
  }
  .service-about-section-title span {
    font-size: 3.6vw;
  }
  .service-about-process-wrap {
    margin-bottom: 30px;
  }
  .service-about-section-subtitle {
    font-size: 4.8vw;
  }
  .service-about-section-foottext {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* Btn Service About
 * --------------------------------------- */
.linkbutton-service-about {
  display: block;
  position: relative;
  width: 330px;
  height: 50px;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0 20px;
  background: transparent;
  line-height: 45px;
  border: solid 1px #111;
}
.linkbutton-service-about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #111;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-service-about:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-service-about .text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-service-about:hover .text {
  color: #fff;
}
.linkbutton-service-about .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #111;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-service-about:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}
@media (max-width: 499px) {
  .linkbutton-service-about {
    width: 100%;
    height: auto;
    padding: 11px 20px 13px;
    line-height: 1;
  }
  .linkbutton-service-about .text {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/* ------------------------------------------------------------------
Second Process.html
------------------------------------------------------------------- */
.second-contents-process-wrapper {
  background-color: #fff;
}
.second-contents-process-lead-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 20px;
  padding-left: 0;
  padding-right: 6%;
  padding-top: 3%;
  padding-bottom: 3%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(14, 59, 115, 1));
}
.second-contents-process-lead-wrap .head-lead-wrap > h2 {
  font-size: 2vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 10px;
  text-align: right;
  color: #fff;
  margin: 0 0 2%;
  padding: 0;
}
.second-contents-process-lead-wrap .head-lead-wrap > .lead-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
  color: #fff;
  margin: 0;
  padding: 0;
}
.second-contents-process-wrap {
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 20px;
}
.second-process-img-wrap {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
.second-process-img-wrap .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 30px;
  background-color: rgba(250, 250, 250, 0.8);
  border-left: solid 10px rgba(14, 59, 115, 1);
  z-index: 2;
}
.second-process-img-wrap .title-wrap > h2 {
  font-size: 1.4vw;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0;
}
.second-process-img-wrap .title-wrap > h2 span {
  display: inline-block;
  font-size: 1.8vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 0 0 0 20px;
}
.second-process-movie-wrap {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 5px;
}
.second-process-movie-wrap video {
  width: 100%;
  margin: 0;
  padding: 0;
}
.second-subcontents-process-imgwrap video {
  width: 100%;
  margin: 0;
  padding: 0;
}
.second-process-movie-wrap .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 30px;
  background-color: rgba(250, 250, 250, 0.8);
  border-left: solid 10px rgba(14, 59, 115, 1);
  z-index: 2;
}
.second-process-movie-wrap .title-wrap > h2 {
  font-size: 1.4vw;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0;
}
.second-process-movie-wrap .title-wrap > h2 span {
  display: inline-block;
  font-size: 1.8vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 0 0 0 20px;
}
.second-process-movie-wrap .title-wrap > h2 span br {
  display: none;
}
.second-subcontents-process-wrapper {
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.second-subcontents-process-wrap {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.second-subcontents-process-wrap .title-wrap {
  display: block;
  margin: 0 40px;
  padding: 0;
}
.second-subcontents-process-wrap .title-wrap > .title-wrap-subtitle {
  display: block;
  font-size: 2vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 50px 0;
}
.second-subcontents-process-wrap .title-wrap > .title-wrap-subtitle span {
  font-size: 1.2vw;
}
.second-subcontents-process-wrap .title-wrap > .title-wrap-lead {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 20px 0 20px;
}
.second-subcontents-process-wrap .title-wrap > .title-wrap-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0 0 30px;
}
.second-subcontents-process-wrap .title-wrap > h4.title-wrap-pickup {
  display: block;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 8px 20px;
  background-color: #000;
}
.second-subcontents-process-wrap .title-wrap > h4.title-wrap-pickup span {
  font-family: "Noto Sans JP", sans-serif;
}
.second-subcontents-process-wrap .title-wrap > p.title-wrap-pickuptext {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  margin: 0;
  padding: 15px;
  border: solid 1px #000;
}
.second-contents-process-menu-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 100px;
}
nav.process {
  position: -webkit-sticky; /*Safari*/
  position: sticky;
  top: 120px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
nav.process ul {
  list-style: none;
}
nav.process ul li {
  width: 100%;
  margin: 0 0 8px;
}
nav.process ul li a.side__link {
  display: block;
  font-size: 1vw;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 10px 30px;
  background-color: #e3e3e3;
  border-left: solid 10px rgba(14, 59, 115, 1);
}
nav.process ul li a.side__link span {
  display: inline-block;
  font-size: 1vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 0 0 0 20px;
}
nav.process ul li a.side__link:hover {
  color: #fff;
  background-color: rgba(14, 59, 115, 1);
}

nav.process ul li a.side__link.is-active {
  color: #fff;
  background-color: rgba(14, 59, 115, 1);
}

@media (max-width: 1480px) {
  .second-contents-process-lead-wrap .head-lead-wrap > h2 {
    font-size: 2.4vw;
  }
  nav.process ul li a.side__link span {
    font-size: 1.2vw;
  }
}
@media (max-width: 1200px) {
  .second-process-movie-wrap .title-wrap > h2 span {
    font-size: 2.4vw;
  }
  .second-subcontents-process-wrap .title-wrap > .title-wrap-lead {
    font-size: 1.8vw;
    line-height: 1.4;
  }
}
@media (max-width: 990px) {
  .second-contents-process-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .second-contents-process-lead-wrap {
    padding-left: 7.5%;
    padding-right: 0;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .second-contents-process-lead-wrap .head-lead-wrap > h2 {
    font-size: 3.6vw;
    text-align: left;
  }
  .second-contents-process-lead-wrap .head-lead-wrap > .lead-text {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
  }
  .second-contents-process-menu-wrap {
    display: none;
  }
  .second-subcontents-process-wrap .title-wrap {
    margin: 0;
  }
  .second-process-img-wrap .title-wrap > h2 {
    font-size: 3vw;
  }
  .second-process-img-wrap .title-wrap > h2 span {
    font-size: 3vw;
  }
  .second-subcontents-process-wrap .title-wrap > .title-wrap-lead {
    font-size: 3vw;
    padding: 20px 0 10px;
  }
  .second-process-movie-wrap .title-wrap > h2 {
    font-size: 3vw;
  }
  .second-process-movie-wrap .title-wrap > h2 span {
    font-size: 3vw;
  }
}
@media (max-width: 749px) {
  .second-contents-process-lead-wrap {
    padding-right: 7.5%;
  }
}
@media (max-width: 499px) {
  .second-contents-process-lead-wrap {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
  }
  .second-contents-process-lead-wrap .head-lead-wrap > h2 {
    font-size: 6vw;
    margin: 0 0 20px;
    text-align: center;
  }
  .second-contents-process-lead-wrap .head-lead-wrap > .lead-text {
    font-size: 1.5rem;
  }
  .second-contents-process-lead-wrap .head-lead-wrap > .lead-text br {
    display: none;
  }
  .second-process-img-wrap .title-wrap {
    position: relative;
    top: auto;
    left: auto;
    padding: 15px 20px;
    background-color: #f0f0f0;
  }
  .second-process-img-wrap .title-wrap > h2 {
    font-size: 1.5rem;
  }
  .second-process-img-wrap .title-wrap > h2 span {
    font-size: 4.8vw;
  }
  .second-process-img-wrap {
    margin-bottom: 0;
  }
  .second-subcontents-process-wrap .title-wrap > .title-wrap-lead {
    font-size: 4vw;
    text-align: center;
    padding: 10px 0 10px;
  }
  .second-subcontents-process-wrap .title-wrap > .title-wrap-text {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0 0 20px;
  }
  .second-subcontents-process-imgwrap {
    margin-bottom: 0px;
  }
  .second-process-movie-wrap .title-wrap {
    position: relative;
    top: auto;
    left: auto;
    padding: 15px 20px;
    background-color: #f0f0f0;
  }
  .second-process-movie-wrap .title-wrap > h2 {
    font-size: 1.5rem;
  }
  .second-process-movie-wrap .title-wrap > h2 span {
    font-size: 4.8vw;
  }
  .second-process-movie-wrap .title-wrap > h2 span.sp {
    display: block;
    font-size: 7.2vw;
    padding: 5px 0 0 0;
  }
  .second-process-movie-wrap .title-wrap > h2 span.sp span {
    font-size: 4.8vw;
    padding: 0;
  }
  .second-process-movie-wrap .title-wrap > h2 span br {
    display: block;
  }
  .second-process-movie-wrap {
    margin-bottom: 0;
  }
  .second-subcontents-process-wrap .title-wrap > h4.title-wrap-pickup {
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 0;
  }
}

/* ------------------------------------------------------------------
Second Product.html
------------------------------------------------------------------- */
.second-product-list-left-wrapper {
  padding-left: 0;
  padding-right: 30px;
}
.second-product-list-right-wrapper {
  padding-left: 30px;
  padding-right: 0;
}
.second-product-list-item-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
}
.second-product-list-img-wrap {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 990px) {
  .second-product-list-left-wrapper {
    padding-right: 0px;
  }
  .second-product-list-right-wrapper {
    padding-left: 0px;
  }
}

/* Btn Product Pdf
 * --------------------------------------- */
.linkbutton-product-pdf {
  display: block;
  position: relative;
  width: 300px;
  height: 50px;
  text-align: left;
  margin: 20px auto;
  padding: 0 50px;
  background: transparent;
  line-height: 48px;
  border: solid 1px #111;
}
.linkbutton-product-pdf::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #111;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-product-pdf:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-product-pdf .icon {
  position: absolute;
  left: 20px;
  top: 0;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 3rem;
  color: rgba(159, 0, 52, 1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-product-pdf:hover .icon {
  color: #fff;
}
.linkbutton-product-pdf .text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-product-pdf:hover .text {
  color: #fff;
}
.linkbutton-product-pdf .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #111;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-product-pdf:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}
@media (max-width: 499px) {
  .linkbutton-product-pdf {
    height: auto;
    padding: 15px 50px 17px;
    line-height: 1;
  }
}

/* Size Table
 * --------------------------------------- */
.product-size-table-section-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
}
.table-head-caution {
  display: none;
}
.table-head-unit {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
  text-align: right;
  margin: 0;
  padding: 0 10px;
}
#table-equipment {
  width: 100%;
  margin: 10px 0;
}
#table-equipment th,
#table-equipment td {
  font-size: 1vw;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #000;
  border-collapse: collapse;
}
#table-equipment th {
  font-weight: 600;
  line-height: 1.4;
  background-color: #ddf1fc;
}
#table-equipment th.fixed {
  width: 20%;
}
#table-equipment th.fixed span {
  display: block;
  font-size: 0.8vw;
  padding: 10px 0 0 0;
}
#table-equipment th.size {
  width: 10%;
}
#table-equipment td {
  width: 10%;
  text-align: left;
  padding: 10px 0 10px 3%;
}
#table-equipment td span {
  display: block;
  padding-left: 5.5%;
}
#table-equipment .head {
  text-align: right;
  padding: 10px 5% 10px 0;
  background-color: #ddf1fc;
}

.second-product-list-tableimg-wrap {
  display: none;
}

dl.item-paylist {
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
}
dl.item-paylist dt {
  float: left;
  width: 25px;
  font-size: 1.6rem;
  color: #000;
  text-align: left;
  line-height: 1.4;
  padding: 2px 0;
  margin: 0;
}
dl.item-paylist dd {
  margin-left: 25px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  color: #000;
  padding: 2px 0;
}
dl.item-arealist {
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
dl.item-arealist dt {
  float: left;
  width: 150px;
  font-size: 1.8rem;
  color: #000;
  text-align: left;
  padding: 5px 0;
  margin: 0;
}
dl.item-arealist dd {
  margin-left: 150px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  padding: 5px 0;
}
#table-equipment02 {
  width: 100%;
  margin: 10px 0;
}
#table-equipment02 td,
#table-equipment02 th {
  font-size: 1vw;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #000;
  border-collapse: collapse;
}
#table-equipment02 th {
  font-weight: 600;
  line-height: 1.4;
  background-color: #ddf1fc;
}
#table-equipment02 th.fixed {
  width: 20%;
}
#table-equipment02 th.size {
  width: 13.333%;
}
#table-equipment02 td {
  width: 13.333%;
  text-align: left;
  padding: 10px 0 10px 4%;
}
.product-inspection-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 20px 10px;
}
.product-inspection-list-img-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1480px) {
  #table-equipment th.fixed span {
    font-size: 1vw;
  }
}

@media (max-width: 1200px) {
  #table-equipment th,
  #table-equipment td {
    width: auto;
    font-size: 1.4vw;
  }
  #table-equipment th.fixed span {
    font-size: 1.2vw;
  }
  #table-equipment th br,
  #table-equipment td br {
    display: block;
  }
  #table-equipment th.fixed {
    width: 25%;
  }

  #table-equipment02 th,
  #table-equipment02 td {
    width: auto;
    font-size: 1.4vw;
  }
  #table-equipment02 th br,
  #table-equipment02 td br {
    display: block;
  }
  #table-equipment02 th.fixed {
    width: 25%;
  }
  #table-equipment02 td {
    padding: 10px 0 10px 2%;
  }
  #table-equipment02 th.size {
    width: 10%;
  }
}

@media (max-width: 990px) {
  .table-head-caution {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    padding: 0 10px 10px;
  }
  #table-equipment th,
  #table-equipment td {
    width: auto;
    font-size: 1.6rem;
  }
  #table-equipment th br,
  #table-equipment td br {
    display: block;
  }
  #table-equipment th.fixed {
    width: auto;
    padding: 10px 20px;
  }
  #table-equipment th.fixed span {
    font-size: 1.4rem;
  }

  #table-equipment th.size {
    width: auto;
  }
  #table-equipment td {
    width: auto;
    padding: 10px 20px;
  }

  #table-equipment02 th,
  #table-equipment02 td {
    width: auto;
    font-size: 1.6rem;
  }
  #table-equipment02 th br,
  #table-equipment02 td br {
    display: block;
  }
  #table-equipment02 th.fixed {
    width: auto;
    padding: 10px 20px;
  }

  #table-equipment02 th.size {
    width: auto;
    padding: 10px 20px;
  }
  #table-equipment02 td {
    width: auto;
    padding: 10px 20px;
  }
}
/* table */
@media only screen and (max-width: 990px) {
  #table-equipment {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table-equipment .fixed {
    position: sticky;
    left: 0;
  }
  #table-equipment .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  #table-equipment02 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table-equipment02 .fixed {
    position: sticky;
    left: 0;
    width: auto;
  }
  #table-equipment02 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media (max-width: 499px) {
  .second-product-list-img-wrap {
    padding-right: 0px;
  }
  .product-list-item-imgwrap {
    text-align: center;
    padding: 10px;
  }
  .product-list-item-imgwrap img {
    margin: 0 auto;
  }
  .product-inspection-text {
    font-size: 1.5rem;
    padding: 20px 0;
  }
  .product-size-table-section-wrap {
    margin-bottom: 0;
  }
  dl.item-paylist dt {
    width: 20px;
    font-size: 1.5rem;
  }
  dl.item-paylist dd {
    margin-left: 20px;
    font-size: 1.5rem;
  }
  .table-head-caution {
    text-align: center;
    padding: 0 0 20px;
  }
  #table-equipment th.fixed span {
    font-size: 1.2rem;
  }
  #table-equipment {
    display: none;
  }
  #table-equipment02 {
    display: none;
  }
  .second-product-list-tableimg-wrap {
    display: block;
    padding: 10px 0;
  }
}

.home-qanda-content-wrapper {
  margin: 0;
  padding: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #000;
}
/*アコーディオンタイトル*/
.accordion-area section .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  padding: 2% 3% 2% 70px;
  transition: all 0.5s ease;
}
.accordion-area section .title:hover {
  color: #023c82;
}
.accordion-area section .title span {
  display: block;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 0 0 10px;
  color: #023c82;
}
/*アイコンの＋と×*/
.accordion-area section .title::before,
.accordion-area section .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
}
.accordion-area section .title::before {
  top: 48%;
  left: 30px;
  transform: rotate(0deg);
}
.accordion-area section .title::after {
  top: 48%;
  left: 30px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area section .title.closed::before {
  transform: rotate(45deg);
}
.accordion-area section .title.closed::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-area section .box {
  display: none;
  /*はじめは非表示*/
  background: #fff;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
.accordion-area section .box p {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0;
}
.accordion-area section .box p span {
  display: block;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #c61a22;
  padding: 0 0 10px;
}
.accordion-area section .box p img.spimg {
  display: none;
}

@media (max-width: 1480px) {
  .home-qanda-content-section {
    padding: 8% 5% 8%;
  }
}
@media (max-width: 1200px) {
  .accordion-area section .title {
    font-size: 1.8rem;
  }
  .accordion-area section .box p img.pcimg {
    display: none;
  }
  .accordion-area section .box p img.spimg {
    display: block;
  }
}
@media (max-width: 990px) {
  .home-qanda-content-section {
    padding: 100px 10% 90px;
  }
  .accordion-area section .title:hover {
    color: #111;
  }
}
@media (max-width: 499px) {
  .home-qanda-content-section {
    padding: 50px 7%;
  }
  .home-qanda-content-wrapper {
    margin: 0;
  }
  .home-qanda-title {
    margin: 0 0 20px;
  }
  .home-qanda-title-wrapper {
    margin: 0;
  }
  .accordion-area section .box {
    padding: 5%;
  }
  .accordion-area section .box p {
    line-height: 1.5;
    letter-spacing: 0;
  }
  .accordion-area section .title span {
    font-size: 1.8rem;
  }
  .accordion-area section .box p span {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------------------------
Second Company.html
------------------------------------------------------------------- */
.second-company-greeting-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 80px 7% 20px;
  background-color: #fff;
  overflow: hidden;
}
.second-subtitle-company-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding-top: 3%;
  padding-bottom: 3%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(14, 59, 115, 1));
}
.second-subtitle-company-wrap .title-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 1%;
  z-index: 1;
}
.second-subtitle-company-wrap .title-wrap > h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 1%;
}
.second-subtitle-company-wrap .title-wrap > h2.subtitle {
  display: inline-block;
  font-size: 2vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  margin: 0;
  padding: 8px 0 0;
}

.company-motto-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2%;
  padding-bottom: 2%;
}
.company-motto-onetext {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin: 0;
  padding: 0;
}
.company-motto-text {
  display: flex;
  align-items: center;
  font-size: 2vw;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0 0 0 20px;
}
.company-motto-foottext {
  display: block;
  font-size: 1.8vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 40px 20px;
}
.company-motto-foottext br {
  display: none;
}
.second-company-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10% 2%;
  margin: 0;
  background-color: #fff;
}

@media (max-width: 1480px) {
  .second-subtitle-company-wrap .title-wrap > h2.subtitle {
    font-size: 2.4vw;
  }
  .company-motto-text {
    font-size: 1.8vw;
  }
}
@media (max-width: 990px) {
  .second-subtitle-company-wrap .title-wrap > h2 {
    font-size: 1.8rem;
  }
  .second-subtitle-company-wrap .title-wrap > h2.subtitle {
    font-size: 3.6vw;
  }
  .second-company-greeting-area {
    padding: 50px 5% 0;
  }
  .company-motto-onetext {
    display: block;
    font-size: 12vw;
    text-align: center;
    margin: 0;
    padding: 10px;
  }
  .company-motto-text {
    display: block;
    font-size: 3.6vw;
    text-align: center;
    margin: 0;
    padding: 0 0 20px;
  }
  .company-motto-foottext {
    font-size: 4vw;
    padding: 20px 0 40px;
  }
}
@media (max-width: 499px) {
  .second-subtitle-company-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .second-subtitle-company-wrap .title-wrap {
    margin-bottom: 0;
  }
  .second-subtitle-company-wrap .title-wrap > h2 {
    font-size: 1.5rem;
  }
  .second-subtitle-company-wrap .title-wrap > h2.subtitle {
    font-size: 6vw;
    letter-spacing: 1px;
  }
  .company-motto-onetext {
    display: block;
    font-size: 12vw;
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
  }
  .company-motto-text {
    display: flex;
    font-size: 4.8vw;
    padding: 0 0 5px 20px;
    text-align: left;
  }
  .company-motto-foottext {
    font-size: 4.8vw;
    line-height: 1.4;
    padding: 20px 0 40px;
  }
  .company-motto-foottext br {
    display: block;
  }
}

/*!----------------------------------
[Table Overview]
*/
table.overvew {
  width: 90%;
  margin: 80px auto;
  border-collapse: separate;
  border-spacing: 20px 0;
}
table.overvew th {
  width: 20%;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #000;
  vertical-align: middle;
  text-align: center;
  padding: 1.5em 1em;
  border-bottom: solid 1px #000;
}
table.overvew th.first {
  border-top: solid 1px #000;
}
table.overvew th span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0px;
}
table.overvew td {
  width: 75%;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.6;
  padding: 1.5em 1em;
  border-bottom: solid 1px #000;
}
table.overvew td.first {
  border-top: solid 1px #000;
}
table.overvew td br.ofc {
  display: none;
}
table.overvew td a {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
  padding: 5px 0 0;
}
table.overvew td a:hover {
  color: #005000;
}
table.overvew td a.tel {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  padding: 0;
}
table.overvew td a.address-gm {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
  padding: 10px 0 15px;
}
table.overvew td a.address-gm:hover {
  color: #005000;
}
.office-gmap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.office-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.office-gmap-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  padding: 30px 0 10px;
  margin: 0;
}
.office-gmap-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  padding: 20px 0 0;
  margin: 0;
}
dl.overvew-content-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
dl.overvew-content-wrap dt {
  float: left;
  width: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.4;
  padding: 0 0 5px;
  margin: 0;
}
dl.overvew-content-wrap dd {
  margin-left: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #000;
  padding: 0 0 5px;
}
dl.overvew-content-wrap dd span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 0 10px;
}
dl.overvew-content-wrap02 {
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}
dl.overvew-content-wrap02 dt {
  float: left;
  width: 50px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.4;
  padding: 0 0 0px;
  margin: 0;
}
dl.overvew-content-wrap02 dd {
  margin-left: 50px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #000;
  padding: 0 0 0px;
}
dl.overvew-content-wrap02 dd span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 0 10px;
}
.overvew-iso-wrap {
  display: block;
  width: 400px;
  margin: 0 0 0 0;
  padding: 0;
}

@media (max-width: 1480px) {
  table.overvew {
    width: 100%;
  }
  table.overvew th {
    font-size: 1.6rem;
    padding: 1.5em 1em;
  }
  table.overvew td {
    font-size: 1.6rem;
    padding: 1.5em 1em;
  }
  table.overvew td a {
    font-size: 1.6rem;
    padding: 5px 0 0;
  }
  table.overvew td a.tel {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  table.overvew td a.address-gm {
    font-size: 1.2rem;
    padding: 10px 0 15px;
  }
  dl.overvew-content-wrap dt {
    font-size: 1.6rem;
    padding: 5px 0;
  }
  dl.overvew-content-wrap dd {
    font-size: 1.6rem;
    padding: 5px 0;
  }
  dl.overvew-content-wrap dd span {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
  dl.overvew-content-wrap02 dt {
    font-size: 1.6rem;
    padding: 0;
  }
  dl.overvew-content-wrap02 dd {
    font-size: 1.6rem;
    padding: 0;
  }
  dl.overvew-content-wrap02 dd span {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
  .office-gmap-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  table.overvew {
    width: 100%;
  }
}
@media (max-width: 990px) {
  table.overvew {
    width: 100%;
    margin: 50px auto;
  }
  table.overvew th {
    padding: 1.5em 0em;
  }
  table.overvew th span {
    font-size: 1.4rem;
  }
  table.overvew td br.ofc {
    display: block;
  }
  table.overvew td span.ten {
    display: none;
  }
  dl.overvew-content-wrap dt {
    padding: 5px 0;
  }
  dl.overvew-content-wrap dd {
    padding: 5px 0;
  }
  dl.overvew-content-wrap02 dt {
    padding: 5px 0;
  }
  dl.overvew-content-wrap02 dd {
    padding: 5px 0;
  }
}
@media (max-width: 749px) {
  table.overvew td a.address-gm {
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
  table.overvew {
    width: 100%;
    border-spacing: 0px 0;
  }
  table.overvew th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    padding: 1em 0.4em 0.4em;
    border-bottom: none;
  }
  table.overvew th br {
    display: none;
  }
  table.overvew td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 0.5em 1em;
  }
  table.overvew td.first {
    border-top: none;
  }
  table.overvew td span {
    display: block;
  }
  table.overvew td a.tel {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  table.overvew td a.address-gm {
    font-size: 1.2rem;
    padding: 10px 0 15px;
  }
  dl.overvew-content-wrap dt {
    font-size: 1.4rem;
    font-weight: 600;
  }
  dl.overvew-content-wrap dd {
    font-size: 1.4rem;
    font-weight: 600;
  }
  dl.overvew-content-wrap02 dt {
    font-size: 1.4rem;
    font-weight: 600;
  }
  dl.overvew-content-wrap02 dd {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .office-gmap-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .overvew-iso-wrap {
    width: 100%;
  }
}

.company-office-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.company-office-title {
  display: block;
  font-size: 1.1vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: left;
  color: #000;
  margin: 0 0 20px;
  padding: 10px 20px;
  background-color: #e3e3e3;
  border-left: solid 10px rgba(14, 59, 115, 1);
  border-bottom: solid 3px #a3a3a3;
}

.company-office-title span {
  font-size: 0.8vw;
}
.company-office-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.company-access-box {
  margin-left: 0;
  margin-right: 0;
}
.company-address {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0 0 10px;
}
.company-address br.br {
  display: none;
}
.company-tel-wrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
}
.company-tel-wrap a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0;
}
.company-tel-wrap a span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.company-tel-wrap a:hover {
  color: #000;
}
.company-telnone-wrap {
  display: block;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0;
}
.company-urlnone-wrap {
  display: block;
  width: 100%;
  height: 29px;
  margin: 0;
  padding: 0;
}
.company-number {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0 0 5px;
}
.company-url-wrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
}
.company-url-wrap a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0;
}
.company-url-wrap a:hover {
  color: #000;
}
dl.company-address-wrap {
  width: 100%;
  padding: 0;
  margin: 10px 0 15px;
}
dl.company-address-wrap dt {
  float: left;
  width: 22px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.4;
  padding: 0 0 5px;
  margin: 0;
}
dl.company-address-wrap dd {
  margin-left: 22px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  color: #000;
  padding: 0 0 5px;
}
dl.company-address-wrap dt.second {
  float: left;
  width: 22px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.4;
  padding: 0 0 5px;
  margin: 0;
}
dl.company-address-wrap dd.second {
  margin-left: 22px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  color: #000;
  padding: 0 0 5px;
}
.company-office-gmap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.company-office-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
span.company-gmap-text {
  display: block;
  margin: 0;
  padding: 10px 0 0;
}
span.company-gmap-text a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  padding: 0;
}
span.company-gmap-text a i {
  font-size: 1.8rem;
}
span.footer-gmap a:hover {
  color: #000;
}

@media (max-width: 1480px) {
  .company-office-title {
    font-size: 1.4vw;
  }
  .company-address br.br {
    display: block;
  }
}
@media (max-width: 1200px) {
  .company-office-title {
    font-size: 1.8vw;
  }
  .company-tel-wrap.sp {
    display: none;
  }
  .company-url-wrap.sp {
    display: none;
  }
  .company-office-wrap br.tbsp {
    display: none;
  }
}
@media (max-width: 990px) {
  .company-office-title {
    font-size: 2.4vw;
  }
  .company-telnone-wrap {
    display: none;
  }
  .company-urlnone-wrap {
    display: none;
  }
  dl.company-address-wrap dt.ws {
    display: none;
  }
  dl.company-address-wrap dd.ws {
    display: none;
  }
  dl.company-address-wrap dt.second {
    display: none;
  }
  dl.company-address-wrap dd.second {
    display: none;
  }
}
@media (max-width: 499px) {
  .company-office-title {
    position: relative;
    cursor: pointer;
  }

  /*アイコンの＋と×*/
  .company-office-title::before,
  .company-office-title::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background-color: #333;
  }
  .company-office-title::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
  }
  .company-office-title::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
  }
  /*　closeというクラスがついたら形状変化　*/
  .company-office-title.closebtn::before {
    transform: rotate(45deg);
  }

  .company-office-title.closebtn::after {
    transform: rotate(-45deg);
  }

  /*アコーディオンで現れるエリア*/
  .company-access-box {
    display: none; /*はじめは非表示*/
  }
  .company-office-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .company-office-title {
    font-size: 4.4vw;
  }
  .company-address {
    font-size: 1.5rem;
  }
  .company-tel-wrap a {
    font-size: 1.5rem;
  }
  dl.company-address-wrap dt {
    width: 20px;
    font-size: 1.5rem;
  }
  dl.company-address-wrap dd {
    margin-left: 20px;
    font-size: 1.5rem;
  }
}

/* ------------------------------------------------------------------
contact/
------------------------------------------------------------------- */
.second-contacts-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 80px 10% 40px;
  margin: 0;
  background-color: #fff;
}
.second-contacts-form-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10% 100px;
  margin: 0;
  background-color: #fff;
}
.contacts-office-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.contacts-office-wrap {
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.contacts-office-title {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  color: #000;
  margin: 0 0 20px;
  padding: 10px 20px;
  background-color: #e3e3e3;
  border-left: solid 10px rgba(14, 59, 115, 1);
  border-bottom: solid 3px #a3a3a3;
}
.contacts-tel-wrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  text-align: center;
}
.contacts-tel-wrap a {
  width: 100%;
  font-size: 2vw;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0;
}
.contacts-tel-wrap a span.fax {
  font-size: 1.2vw;
}
.contacts-tel-s-teltime {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 6px 0 0;
  text-align: center;
}

.contacts-mail-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0 0 60px;
}
.second-contacts-list-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 7% 15%;
  margin: 0;
  background-color: #fff;
}
p.contacts-txt-title {
  display: block;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 60px;
  margin: 0;
  text-align: center;
}
p.contacts-txt-title br {
  display: none;
}
p.contacts-txt-titles {
  display: block;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: center;
}
p.contacts-txt-title-name {
  display: block;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
}
p.contacts-txt-title-address {
  display: block;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 0 10px;
  margin: 0;
  text-align: center;
}
.contact-01-wrap {
  width: 80%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #fff;
}
.item-office-name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1;
  color: #222;
  margin: 0;
  padding: 0 0 10px 10px;
  text-align: center;
}
.item-contacts-l {
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #023c82;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
.item-contacts-l a {
  font-size: 4.8vw;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #023c82;
}
.item-contacts-l-teltime {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  color: #222;
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
}
.item-contacts-r {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  color: #222;
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
}

@media (max-width: 1480px) {
  p.contacts-txt-title {
    font-size: 1.8rem;
  }
  p.contacts-address {
    font-size: 1.4rem;
  }
  .item-contacts-l {
    font-size: 6vw;
  }
  .item-contacts-l a {
    font-size: 6vw;
  }
  .item-contacts-l-teltime {
    font-size: 1.2vw;
  }
}
@media (max-width: 1300px) {
  h2.contact-detail-text {
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 40px 0 0;
  }
}
@media (max-width: 1200px) {
  p.contacts-txt-title {
    font-size: 1.6rem;
  }
  h2.contact-detail-text {
    padding: 30px 0 0;
  }
  .item-contacts-l {
    font-size: 7.2vw;
  }
  .item-contacts-l a {
    font-size: 7.2vw;
  }
  .item-contacts-l-teltime {
    font-size: 2vw;
    padding: 0 0 60px;
  }
  p.contacts-txt-titles {
    font-size: 1.6rem;
  }
}
@media (max-width: 990px) {
  p.contacts-txt-title {
    font-size: 1.8rem;
    padding: 0 0 40px;
  }
  p.contacts-txt-title br {
    display: block;
  }
  .item-contacts-l-teltime {
    font-size: 1.4rem;
    padding: 0 0 40px;
  }
  p.contacts-txt-titles {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 0 0 20px;
  }
  .contact-txt001 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media (max-width: 749px) {
  h2.contact-detail-text {
    font-size: 1.5rem;
  }
  .contact-title01-main {
    width: 220px;
    font-size: 2rem;
    letter-spacing: 10px;
    padding: 10px 0;
  }
  .contact-lead {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 0 10% 50px;
  }
  p.contacts-txt-titles br {
    display: none;
  }
  .contacts-mail-text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
    padding: 20px 0 40px;
  }
  .contacts-mail-text br {
    display: none;
  }
}
@media (max-width: 499px) {
  .second-contacts-list-section {
    padding: 40px 9%;
  }
  h2.contact-detail-text {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 20px 15px 0;
    text-align: left;
  }
  h2.contact-detail-text br {
    display: none;
  }
  .contact-lead {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0;
    text-align: left;
  }
  .contact-lead br {
    display: none;
  }
  p.contacts-txt-titles {
    font-size: 1.6rem;
    letter-spacing: 0px;
    padding: 0 0 40px;
    text-align: left;
  }
  .item-office-name {
    font-size: 1.8rem;
    letter-spacing: 8px;
    padding: 0 0 5px 8px;
  }
  .item-contacts-l a {
    font-size: 3.4rem;
  }
  .item-contacts-l {
    font-size: 3.6rem;
    padding: 0 0 5px;
    text-align: center;
  }
  .item-contacts-l i {
    font-size: 3.6rem;
  }
  .item-contacts-l-teltime {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0 0 30px;
  }
  .item-contacts-r {
    font-size: 2.4rem;
    padding: 0 0 20px;
    text-align: center;
  }
  p.contacts-txt-title br {
    display: none;
  }
  p.contacts-txt-title-name {
    font-size: 1.6rem;
  }
  p.contacts-txt-title-address {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  p.contacts-txt-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 0 30px;
    text-align: left;
  }
  p.contacts-txt-title br {
    display: none;
  }
  p.contacts-txt-titles {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 0 20px;
    text-align: left;
  }
  p.contacts-txt-titles br {
    display: none;
  }
  p.contacts-address {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
  p.contacts-address span {
    font-size: 15px;
    padding: 0 0 10px 0;
  }
  dl.item-contacts {
    width: 100%;
    padding: 30px 0;
  }
  dl.item-contacts dd {
    font-size: 2.4rem;
  }
}
@media (max-width: 350px) {
  dl.item-contacts dt {
    width: 40px;
    font-size: 2.4rem;
  }
  dl.item-contacts dd {
    margin-left: 40px;
    font-size: 2.4rem;
  }
  p.contacts-address {
    font-size: 1.2rem;
  }
}

/* --------------------------------------
	section-contact
----------------------------------------*/
.contact-inner {
  width: 90%;
  font-size: 1.8rem;
  color: #000;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  padding: 50px 0 0;
}
/* txt */
.tell {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.tell span.num {
  font-size: 4.8rem;
  font-weight: 600;
}
.tell span.time {
  font-size: 1.6rem;
}
.contact-txt001 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-txt001 br {
  display: none;
}
.contact-txt01 {
  margin-bottom: 2em;
}
.contact-txt02 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2em;
}
.contact-txt02 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1em;
}
.contact-txt03 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}
em {
  color: #a40000;
  font-style: normal;
}
em02 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #212121;
  font-style: normal;
}

/* --------------------------------------
	itemBlock
----------------------------------------*/
.itemBlock {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 1.6rem;
}
.itemBlock .title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.itemBlock p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
}
.itemBlock label {
  cursor: pointer;
  display: block;
}
.itemBlock label:after {
  content: "";
  clear: both;
  display: block;
}
.itemBlock label input {
  float: left;
  font-size: 1.8rem;
}
.itemBlock label input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
}
.itemBlock label p {
  float: left;
  padding: 0 0 0 4px;
  margin: 0;
  width: calc(100% - 24px);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

/* --------------------------------------
	contentsBlock
----------------------------------------*/
.contentsBlock {
  margin-bottom: 30px;
}
.contentsBlock .title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.contentsBlock .title span {
  font-size: 1.8rem;
}

/* --------------------------------------
	addressBlock
----------------------------------------*/
.addressBlock {
  font-size: 1.6rem;
}
.addressBlock .title {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
.addressBlock p {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
}
.addressBlock p span {
  font-size: 1.4rem;
  font-weight: 400;
}
.addressBlock input {
  margin-bottom: 30px;
}

/* --------------------------------------
	privacyBlock
----------------------------------------*/
.privacyBlock {
  line-height: 2;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
.privacyBlock .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.privacyBlock label {
  cursor: pointer;
  display: block;
}
.privacyBlock label:after {
  content: "";
  clear: both;
  display: block;
}
.privacyBlock label input {
  float: left;
  font-size: 1.6rem;
}
.privacyBlock label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
}
.privacyBlock p {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 0 10px 10px;
}
.privacyBlock label p,
.wpcf7-list-item-label {
  display: block;
  float: left;
  padding: 0 0 0 4px !important;
  margin: 0 !important;
  font-size: 1.8rem;
  line-height: 1.2;
}
.privacyBlock a {
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 400;
  color: #5c5e5d;
}
.privacyBlock a:hover {
  text-decoration: none;
}
.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-radio {
  display: block;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.itemBlock > .title > label {
  display: inline-block !important;
  font-weight: 600;
  font-size: 2rem;
}

#wpcf7cpcnf table tr:first-child th p::before {
  content: "お問い合わせ項目";
}

/* --------------------------------------
	form
----------------------------------------*/
.form-control-w20p {
  display: inline-block;
  width: 10em;
  height: 34px;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #003366;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control-w20p:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.addressBlock input[type="text"],
.addressBlock input[type="email"] {
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 10px;
  color: #222;
  display: inline-block;
  border-color: #333;
}
.contentsBlock textarea {
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 10px;
  color: #222;
  display: inline-block;
  height: 8em;
  border-color: #333;
  border-radius: 4px;
}
.itemBlock select {
  height: 38px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 6px 6px 10px 6px;
  margin-right: 10px;
  color: #222;
  display: inline-block;
  border-color: #333;
}
.itemBlock label {
  font-weight: normal;
  color: #222;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
.itemBlock label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
}

/* --------------------------------------
	Left Side  dl.contact-use-w
----------------------------------------*/
dl.contact-use-w {
  width: 100%;
  padding: 0;
  margin: 0;
}
dl.contact-use-w dt {
  float: left;
  width: 20px;
  font-size: 1.8rem;
  color: #222;
  text-align: left;
  line-height: 1.2;
  padding: 0 0 10px 0;
  margin: 0;
}
dl.contact-use-w dd {
  margin-left: 24px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  text-align: left;
  line-height: 1.2;
  padding: 0 0 10px 0;
}

/* --------------------------------------
	Left Side  tel
----------------------------------------*/
.tell p.num {
  font-size: 6rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.tell p.time {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.tell p.tel-txt {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px 0 20px 0;
  margin: 0;
}
a.telcall {
  display: none;
}

/* --------------------------------------
	confirmBlock
----------------------------------------*/
.confirmBlock {
  text-align: center;
  line-height: 1;
}
.confirmBlock ul.submit {
  width: 100%;
  font-size: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-padding-start: 0px;
}
.confirmBlock ul.submit li {
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 15px 15px 15px;
}
.confirmBlock ul.submit li button.reset {
  background-color: #c9c9c9;
  border-radius: 8px;
  color: #434343;
  border: none;
  text-decoration: none;
  padding: 15px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.confirmBlock ul.submit li button.reset:hover {
  background-color: #222;
  color: #fff;
  cursor: pointer;
}
.confirmBlock ul.submit li button.confirm,
.confirmBlock ul.submit li input[type="submit"] {
  min-width: 288px;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 30px 80px;
  background-color: #c81323;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: text-bottom;
}
.confirmBlock ul.submit li button.confirm:hover,
.confirmBlock ul.submit li input[type="submit"]:hover {
  background-color: #023c82;
  color: #fff;
  border: none;
  cursor: pointer;
}

.confirmBlock ul.submit li [disabled] {
  cursor: default !important;
  color: #999 !important;
  opacity: 1 !important;
  background-color: #ccc !important;
}

.confirmBlock ul.submit li {
  position: relative;
}
.confirmBlock ul.submit li::before {
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 1.8rem;
  z-index: 5;
  color: #fff;
}

.wpcf7cp-btns {
  text-align: center;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  min-width: 288px;
  text-align: center;
  display: inline-block;
  background-color: #c9c9c9;
  border-radius: 8px;
  color: #434343;
  border: none;
  text-decoration: none;
  padding: 15px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 15px 15px !important;
}
.confirmBlock .wpcf7cp-cfm-edit-btn:hover {
  background-color: #222;
  color: #fff;
  cursor: pointer;
}
.wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  min-width: 288px;
  text-align: center;
  display: inline-block;
  background-color: #c81323;
  border-radius: 8px;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 15px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 15px 15px !important;
}
.confirmBlock .wpcf7cp-cfm-submit-btn:hover {
  background-color: #023c82;
  cursor: pointer;
}

#wpcf7cpcnf table {
  width: 100%;
}
#wpcf7cpcnf th {
  width: 340px;
  padding: 5px 10px;
  background: #eee;
  border-bottom: solid 1px #ddd;
}
#wpcf7cpcnf th p {
  margin: 0;
}
#wpcf7cpcnf td {
  padding: 5px 10px;
  border-bottom: solid 1px #ddd;
}
#wpcf7cpcnf td p {
  margin: 0;
}
@media (max-width: 900px) {
  #wpcf7cpcnf table,
  #wpcf7cpcnf tbody,
  #wpcf7cpcnf tr,
  #wpcf7cpcnf th,
  #wpcf7cpcnf td {
    display: block;
    width: 100%;
  }
  #wpcf7cpcnf th {
    border-bottom: none;
  }
  #wpcf7cpcnf td {
    padding: 15px 10px;
  }
}

@media (max-width: 1480px) {
  .itemBlock .title {
    font-size: 2rem;
  }
  .contentsBlock .title {
    font-size: 2rem;
  }
  .addressBlock .title {
    font-size: 2rem;
  }
}
@media (max-width: 1300px) {
  .headline-inline .headline-contact01 {
    font-size: 1.6rem;
  }
  .headline-inline .headline-contact02 {
    font-size: 1.6rem;
  }
  .itemBlock .title {
    font-size: 1.6rem;
  }
  .itemBlock > .title > label {
    font-size: 1.6rem;
  }
  .contentsBlock .title {
    font-size: 1.6rem;
  }
  .contentsBlock .title span {
    font-size: 1.6rem;
  }
  .addressBlock .title {
    font-size: 1.6rem;
  }
  .privacyBlock .title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .contact-inner {
    width: 100%;
    padding: 5% 0 0;
  }
  .contact-txt001 {
    font-size: 1.6rem;
  }
  .tell p.num {
    font-size: 4.9rem;
  }
  .tell p.time {
    font-size: 1.4rem;
  }
  .tell p.tel-txt {
    font-size: 1.4rem;
  }
  .contact-txt02 {
    font-size: 1.4rem;
  }
}
@media (max-width: 990px) {
  .contact-inner {
    font-size: 1.4rem;
    padding: 5% 0 0;
  }
  .contact-txt001 {
    font-size: 1.5rem;
  }
  .headline-inline .headline-contact01 {
    font-size: 2rem;
    text-align: center;
  }
  .headline-inline .headline-contact02 {
    font-size: 2rem;
    text-align: center;
  }
  .tell {
    margin-bottom: 2em;
  }
  .tell span.num {
    font-size: 3.2rem;
  }
  .tell span.time {
    font-size: 1.4rem;
  }
  .contact-txt01 {
    margin-bottom: 1em;
  }
  .contact-txt02 {
    font-size: 1.4rem;
  }
  .contact-txt02 span {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .itemBlock .title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .itemBlock > .title > label {
    font-size: 2rem;
  }
  .contentsBlock {
    font-size: 1.6rem;
  }
  .contentsBlock .title span {
    font-size: 1.3rem;
  }
  .privacyBlock {
    margin-bottom: 20px;
  }
  .addressBlock .title {
    font-size: 2rem;
  }
  .privacyBlock .title {
    font-size: 2rem;
  }
  .privacyBlock {
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .privacyBlock label {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .contact-inner .tell p.num {
    font-size: 3.6rem;
  }
  .confirmBlock ul.submit {
    margin-top: 50px;
    padding-bottom: 2%;
  }
}
@media (max-width: 740px) {
  .headline-inline .headline-contact01 {
    font-size: 1.7rem;
    text-align: left;
  }
  .headline-inline .headline-contact02 {
    font-size: 1.7rem;
    text-align: left;
  }
  .addressBlock {
    margin-bottom: 15px;
  }
  .addressBlock p {
    margin-bottom: 5px;
  }
  .addressBlock input {
    margin-bottom: 15px;
  }
  .addressBlock .title {
    margin-bottom: 20px;
  }
  .addressBlock span {
    font-size: 1rem;
  }
  .contentsBlock .title {
    font-size: 2rem;
  }
  .privacyBlock .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 680px) {
  /* SP */
  a.telcall {
    display: block;
  }
}
@media (max-width: 499px) {
  /* SP */
  .contact-inner {
    padding: 5% 0 0;
  }
  .contact-txt001 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .contact-txt001 br {
    display: block;
  }
  .contact-txt03 {
    font-size: 1.4rem;
  }
  #staff.bussiness-about-company {
    padding-top: 80px;
    margin-top: -80px;
  }
  .headline-inline .headline-contact01 {
    font-size: 1.5rem;
    padding: 10px 50px 10px 0;
  }
  .headline-inline .headline-contact02 {
    font-size: 1.5rem;
  }
  .itemBlock {
    font-size: 1.4rem;
  }

  .itemBlock p {
    font-size: 1.5rem;
  }
  .itemBlock .title {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 0px;
  }
  .itemBlock > .title > label {
    font-size: 1.7rem;
  }
  .itemBlock select {
    font-size: 1.3rem !important;
  }
  .contentsBlock {
    font-size: 1.5rem;
  }
  .contentsBlock .title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .contentsBlock .title span {
    font-size: 1.5rem;
  }
  .addressBlock .title {
    font-size: 1.7rem;
  }
  .addressBlock span.age {
    display: block;
    font-size: 1.2rem;
  }
  .privacyBlock {
    margin-bottom: 50px;
  }
  .privacyBlock .title {
    font-size: 1.7rem;
  }
  .addressBlock p {
    font-size: 1.5rem;
  }
  .itemBlock label p {
    font-size: 1.5rem;
  }
  .privacyBlock p {
    font-size: 1.5rem;
  }
  .privacyBlock label p,
  .wpcf7-list-item-label {
    font-size: 1.5rem;
  }
  .tell p.time {
    font-size: 1.2rem;
  }
  .tell p.tel-txt {
    font-size: 1.2rem;
  }
  .contact-txt02 {
    font-size: 1.2rem;
  }
  .form-control-w20p {
    width: 6em;
    margin-right: 0px !important;
  }
}
@media (max-width: 360px) {
  .headline-inline .headline-contact01 {
    font-size: 1.5rem;
    padding: 10px 60px 10px 0;
  }
  .contact-inner .tell p.num {
    font-size: 3rem;
  }
  .tell p.time {
    font-size: 1.2rem;
  }
  .tell p.tel-txt {
    font-size: 1.2rem;
  }
  .contact-txt02 {
    font-size: 1.2rem;
  }
  .contents01 .titleBlock p.read {
    font-size: 1.6rem;
  }
  .business-service-2x h5 {
    margin: 0 0 10px;
  }
  .business-service-2x p {
    font-size: 1rem;
  }
  .contents02 .titleBlock02 p.read {
    font-size: 1.6rem;
  }
  .about-company-left h2.about-copy {
    font-size: 1.6rem;
  }
  .about-company-left h2.recruit-copy {
    font-size: 1.8rem;
  }
}

/*!------------------------------------------------------------------
[Contact Us ]  confirm.html  確認画面
*/
.contact-inner .conbox-head {
  width: 100%;
  margin: 20px auto 80px;
  text-align: center;
}
.contact-inner .conbox-head p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
  text-align: center;
  margin: 0;
}

@media (max-width: 1200px) {
  .contact-inner .conbox-head {
    width: 100%;
  }
  .contact-inner .conbox-head p {
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
  .contact-inner .conbox-head p {
    font-size: 1.5rem;
    text-align: left;
  }
  .contact-inner .conbox-head p br {
    display: none;
  }
}

.contact-inner .conbox01 {
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}

/* --------------------------------------
	conbox01 table
----------------------------------------*/
.contact-inner .conbox01 table {
  width: 100%;
  font-size: 18px;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.contact-inner .conbox01 table th {
  width: 35%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  color: #222;
}
.contact-inner .conbox01 table th.pt20 {
  padding-top: 20px;
}
.contact-inner .conbox01 table th span {
  margin-left: 25px;
}
.contact-inner .conbox01 table th span.ml0 {
  margin-left: 0px;
}
.contact-inner .conbox01 table th span span {
  margin-left: 0px;
}
.contact-inner .conbox01 table td {
  width: 60%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  text-align: left;
  color: #222;
}
.contact-inner .conbox01 table th.conend,
.contact-inner .conbox01 table td.conend {
  padding-top: 50px;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.contact-inner .conbox01 table td span {
  font-size: 1.4rem;
}
.contact-inner .conbox01 table td.pt20 {
  padding-top: 20px;
}
.contact-inner .conbox01 table td.pb20 {
  padding-bottom: 20px;
}
.contact-inner .conbox01 table td.pt30 {
  padding-top: 30px;
}
.contact-inner .conbox01 table td.pt35 {
  padding-top: 35px;
}
.contact-inner .conbox01 table td.pt45 {
  padding-top: 45px;
}

/* --------------------------------------
	conbox01 table  submit
----------------------------------------*/
.contact-inner .conbox01 table th ul.submit {
  width: 30%;
  font-size: 0;
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin: 60px auto 0;
}
.contact-inner .conbox01 table th ul.submit li {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.contact-inner .conbox01 table th ul.submit li button.reset {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 25px;
  font-size: 1.8rem;
  background-color: #ccc;
  color: #212121;
  border: 0px outset buttonface;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-inner .conbox01 table th ul.submit li button.reset:hover {
  background-color: #999;
  color: #222;
  cursor: pointer;
}
.contact-inner .conbox01 table th ul.submit li button.confirm {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 25px;
  font-size: 1.8rem;
  background-color: #009fd5;
  color: #fff;
  border: 0px outset buttonface;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-inner .conbox01 table th ul.submit li button.confirm:hover {
  background-color: #d71d3b;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1200px) {
  /* SP */
  .contact-inner .conbox01 {
    width: 90%;
    margin: 0 auto;
  }
  .contact-inner .conbox01 table th {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .contact-inner .conbox01 table td {
    display: block;
    width: 100%;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .contact-inner .conbox01 table th ul.submit {
    -webkit-padding-start: 0px;
  }
  .contact-inner .conbox01 table th ul.submit li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
  .contact-inner .conbox01 table th ul.submit li button.reset {
    width: 100%;
  }
  .contact-inner .conbox01 table th ul.submit li button.confirm {
    width: 100%;
  }
}
@media (max-width: 990px) {
  /* SP */
  .contact-inner .conbox01 table th ul.submit {
    width: 50%;
  }
}
@media (max-width: 499px) {
  /* SP */
  .contact-inner .conbox01 table th ul.submit {
    width: 100%;
    margin: 30px auto 0;
  }
}

/*!------------------------------------------------------------------
[Privacy Policy ]
*/
.privacyBlock iframe {
  width: 100%;
  height: 250px;
  margin: 0 0 10px;
  border-width: 0px;
  border-radius: 0.25rem;
  overflow: hidden;
}
.privacy-title-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background-color: #f5f5f5;
}
.privacy-inner-title {
  display: block;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #222;
  text-align: center;
  margin: 0;
  padding: 0;
}
.privacy-inner-title span {
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 10px 0 0;
}
.privacy-inner-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 40px 0 50px;
  margin: 0;
  background-color: #f5f5f5;
}
.privacy-inner {
  margin: 0;
  padding: 0;
  text-align: left;
}
.privacy-title-text {
  font-size: 1.6rem;
  padding: 0 0 30px;
}
.privacy-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #222;
  margin: 0;
  padding: 0 0 15px;
}
.privacy-title-right {
  font-size: 1.5rem;
  font-weight: 400;
  color: #222;
  text-align: right;
  margin: 0;
  padding: 0;
}
.privacy-txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  margin: 0;
  padding: 0 0 40px;
}
.privacy-txt02 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #222;
  margin: 0;
  padding: 0 0 20px;
}
.privacy-txt-last {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #222;
  margin: 0;
  padding: 0 0 50px;
}
dl.item-privacy-lines {
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0 0 50px;
}
dl.item-privacy-lines dt {
  float: left;
  width: 30px;
  font-size: 1.6rem;
  color: #222;
  text-align: left;
  line-height: 1.4;
  padding: 4px 0;
  margin: 0;
}
dl.item-privacy-lines dd {
  margin-left: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 4px 0;
}

@media (max-width: 499px) {
  .privacy-inner-title {
    font-size: 2.4rem;
  }
  .privacy-inner-title span {
    font-size: 1.5rem;
  }
  .privacy-inner-section {
    padding: 0 25px 0 30px;
  }
  .privacy-title {
    font-size: 1.5rem;
    padding: 0 0 30px;
  }
  .privacy-subtitle {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .privacy-txt {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------------------------------
recruit.html
------------------------------------------------------------------- */
#canvas-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  z-index: -1;
}
canvas#canvas-container {
  position: fixed;
  top: -15%;
  bottom: -15%;
  left: -15%;
  right: -15%;
  width: 130%;
  height: 130%;
  background-color: #fff;
  z-index: 0;
}
#hero-recruit {
  width: 100%;
  height: 100vh;
  padding: 0 10px;
  overflow: hidden;
}

/*------------------------------------------
[Recruit Hero Copy]
*/
.recruit-copy-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 0 0 5%;
}
.recruit-copy-title {
  display: inline-block;
  font-size: 3.2vw;
  font-weight: 900;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
  color: #333;
  margin: 0;
  padding: 10px;
}
.recruit-copy-title span {
  display: inline-block;
  margin: 0 0 15px;
  padding: 12px 10px 4px;
  background-color: #fff;
  border: solid 4px #333;
  border-radius: 10px;
}
.recruit-copy-title span.cbg1 {
  background-color: #a4c8f3;
}
.recruit-copy-title span.cbg2 {
  background-color: #ffe589;
}
.recruit-copy-title span.cbg3 {
  background-color: #b9e8d4;
}
.recruit-copy-title span.cbg4 {
  background-color: #fcddf3;
}
.recruit-copy-title br.br {
  display: none;
}
.slide-vertical-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.slide-vertical-wrap ul li {
  list-style: none;
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}

/*-- Display animation -------------------------------- */
.display-animation > * {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.display-animation > .animated {
  -webkit-animation: display 1s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  -ms-animation: display 1s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  -o-animation: display 1s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: display 1s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.no-js .display-animation > * {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@keyframes display {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes display {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes display {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes display {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes display {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*------------------------------------------
[Recruit Message]
*/
.recruit-message-section {
  margin: 0;
  padding: 6% 10%;
  background-color: transparent;
}
.recruit-message-text {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}

/*------------------------------------------
[Recruit Footer Menu]
*/
.recruit-footer-menu-section {
  margin: 0 0 10%;
  padding: 0;
  background-color: transparent;
}
.recruit-footer-menu-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}
.recruit-footer-menu-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 3% 3% 2% 3%;
  border-radius: 20px;
  background-color: #f0f0f0;
}
.recruit-footer-menu-btn-imgwrap {
  position: relative;
  margin: 20px 20px 10px 20px;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.recruit-footer-menu-btn-imgwrap a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}
.recruit-footer-menu-btn-imgwrap a img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.recruit-footer-menu-title {
  position: absolute;
  top: -2px;
  left: -2px;
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #0e3b73;
  margin: 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 0px 0px 20px 0px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 1;
}
.recruit-footer-menu-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  padding: 0 6px 0 0;
}
.recruit-footer-menu-text {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #0e3b73;
  text-align: right;
  margin: 0;
  padding: 0 40px 30px 0;
}

@media (max-width: 1480px) {
  .recruit-footer-menu-inner-wrap {
    padding: 1.5% 1% 1.5% 1%;
    border-radius: 16px;
  }
  .recruit-footer-menu-btn-imgwrap {
    margin: 10px 10px 8px 10px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .recruit-copy-title {
    padding: 8px;
  }
  .slide-vertical-wrap ul li {
    margin: 8px;
    border-radius: 12px;
  }
  .recruit-footer-menu-title {
    font-size: 1.3rem;
    padding: 10px;
    border-radius: 0px 0px 12px 0px;
  }
  .recruit-footer-menu-title span {
    font-size: 1rem;
    padding: 0 4px 0 0;
  }
}
@media (max-width: 1200px) {
  .recruit-footer-menu-title {
    font-size: 1.1rem;
    border-radius: 0px 0px 10px 0px;
  }
}
@media (max-width: 990px) {
  .recruit-copy-section {
    padding: 0;
  }
  .slide-vertical-wrap {
    display: none;
  }
  .recruit-copy-title {
    font-size: 6.4vw;
  }
  .recruit-message-section {
    padding: 4% 5% 8%;
  }
  .recruit-message-text {
    font-size: 1.8rem;
  }
  .recruit-footer-menu-inner-wrap {
    padding: 1.5% 1.5% 2% 1.5%;
  }
  .recruit-footer-menu-btn-imgwrap {
    margin: 10px 10px 5px 10px;
  }
  .recruit-footer-menu-title {
    font-size: 1.6rem;
    border-radius: 0px 0px 8px 0px;
  }
  .recruit-footer-menu-title span {
    font-size: 1.2rem;
  }
}
@media (max-width: 749px) {
  #hero-recruit {
    padding: 5% 10px 0;
  }
}
@media (max-width: 499px) {
  .recruit-copy-title {
    font-size: 12vw;
  }
  .recruit-copy-title span {
    margin: 0 0 20px;
    padding: 8px 6px 2px;
    border-radius: 8px;
  }
  .recruit-copy-title br.br {
    display: block;
  }
  .recruit-message-text {
    font-size: 1.6rem;
    text-align: left;
  }
  .recruit-message-section {
    padding: 4% 8% 10%;
  }
  .recruit-message-text br {
    display: none;
  }
  .recruit-footer-menu-inner-wrap {
    padding: 5px 5px 5px 5px;
  }
  .recruit-footer-menu-btn-imgwrap {
    margin: 5px 5px 5px 5px;
  }
  .recruit-footer-menu-title {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    font-size: 3.4vw;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    border-radius: 0px 0px 10px 10px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .recruit-footer-menu-title span {
    font-size: 1.2rem;
    padding: 5px 0 0;
  }
}

/* ------------------------------------------------------------------
recruit-work.html
------------------------------------------------------------------- */
#hero-second-recruit {
  position: relative;
  width: 100%;
  height: 63vh;
  margin: 0 0 4%;
  padding: 0;
  background-color: #fff;
}
.slide-beside-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.slide-beside-wrap ul li {
  position: relative;
  width: 18%;
  list-style: none;
  margin: 10px 1% 50px;
  padding: 0 0 25px;
}
.slide-beside-wrap ul li:nth-child(even) {
  margin: 50px 1% 10px;
}
.slide-beside-wrap ul li img {
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.slide-beside-wrap ul li .list_icon {
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
}
.slide-beside-wrap ul li .list_icon.bg01 {
  background-color: #ffe589;
}
.slide-beside-wrap ul li .list_icon.bg02 {
  background-color: #b9e8d4;
}
.slide-beside-wrap ul li .list_icon.bg03 {
  background-color: #fcddf3;
}
.slide-beside-wrap ul li .list_icon.bg04 {
  background-color: #a4c8f3;
}
.slide-beside-wrap ul li .list_icon.bg05 {
  background-color: #eae8f2;
}
.slide-beside-wrap ul li .list_icon.bg06 {
  background-color: #d8f1f2;
}
section.recruit-work-title-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 5%;
  padding: 0 10%;
  background-color: #fff;
}
.recruit-second-title-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
span.line-center {
  display: block;
  width: 150px;
  height: 12px;
  margin: 0 auto 4%;
  padding: 0;
  background-color: #a4c8f3;
}
.recruit-second-copy-title {
  display: block;
  font-size: 6vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0 auto 5%;
  padding: 0;
}
.recruit-second-copy-title span {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 0 0;
}
.recruit-second-copy-title span.line {
  display: block;
  width: 150px;
  height: 12px;
  margin: 5% auto 0;
  padding: 0;
  background-color: #a4c8f3;
  border: none;
  border-radius: 0;
}
.recruit-work-second-text {
  display: block;
  width: 900px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3;
  text-align: left;
  color: #666;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1200px) {
  #hero-second-recruit {
    height: 50vh;
    margin: 4% 0 4%;
  }
  .recruit-second-copy-title span {
    font-size: 2vw;
  }
}
@media (max-width: 990px) {
  #hero-second-recruit {
    height: 47vh;
    margin: 80px 0 4%;
  }
  .slide-beside-wrap ul li {
    width: 31.333%;
  }
  .recruit-second-copy-title {
    font-size: 7.2vw;
  }
  .recruit-second-copy-title span {
    font-size: 3vw;
  }
}
@media (max-width: 749px) {
  #hero-second-recruit {
    height: auto;
    margin: 80px 0 4%;
  }
  .slide-beside-wrap ul li {
    width: 48%;
  }
}
@media (max-width: 499px) {
  #hero-second-recruit {
    margin: 80px 0 50px;
  }
  .slide-beside-wrap ul li .list_icon {
    left: -20px;
    width: 40px;
    height: 40px;
  }
  section.recruit-work-title-section {
    margin: 0 0 50px;
    padding: 0 8%;
    background-color: #fff;
  }
  span.line-center {
    display: block;
    width: 150px;
    height: 10px;
    margin: 0 auto 30px;
  }
  .recruit-second-copy-title {
    font-size: 9.6vw;
  }
  .recruit-second-copy-title span {
    font-size: 1.6rem;
  }
}

/*!------------------------------------------------------------------
[Recruit Second Title]
*/
section.recruit-work-secondtitle-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 5%;
  padding: 0 10%;
  background-color: #fff;
}
.recruit-work-second-title {
  display: block;
  font-size: 3vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0 auto;
  padding: 0;
}
.recruit-work-second-title br {
  display: none;
}
.recruit-work-second-title span.text {
  display: block;
  font-size: 1.2vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 15px 0 0;
}
.recruit-work-second-title span.line {
  display: block;
  width: 150px;
  height: 12px;
  margin: 5% auto 0;
  padding: 0;
  background-color: #a4c8f3;
}

.recruit-work-second-title-ja {
  display: block;
  font-size: 2vw;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
  text-align: center;
  color: #000;
  margin: 0 auto;
  padding: 0;
}
.recruit-work-second-title-ja br {
  display: none;
}
.recruit-work-second-title-ja span {
  display: inline-block;
  margin: 0;
  padding: 0.5%;
  border: solid 2px #000;
  border-radius: 6px;
}
.recruit-work-second-title-ja span.line {
  display: block;
  width: 150px;
  height: 12px;
  margin: 5% auto 0;
  padding: 0;
  background-color: #a4c8f3;
  border: none;
  border-radius: 0;
}
.recruit-work-second-lead-ja {
  display: block;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #0e3b73;
  margin: 0 auto 3%;
  padding: 0;
}
.recruit-work-second-lead-ja span {
  font-size: 3.6vw;
}
.recruit-work-second-lead-title {
  display: block;
  width: 400px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #0e3b73;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  background-color: #f0f0f0;
}
.recruit-work-second-lead-text {
  display: block;
  width: 50%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #0e3b73;
  margin: -30px auto 0;
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #f0f0f0;
}
.recruit-work-second-lead-text span {
  font-size: 3rem;
  font-weight: 600;
}
section.recruit-work-flow-first-section {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto 7%;
  padding: 0;
  background-color: #fff;
}
.recruit-work-flow-first-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 4% 10%;
  border-radius: 20px;
  background-color: #fff;
  border: solid 10px #0e3b73;
}
.col-sm-7 {
  position: relative;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  padding-left: 0;
  padding-right: 0;
}
.recruit-work-flow-arrow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  color: #ccc;
  padding-top: 8%;
}
.flow__items {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  padding: 5% 8%;
  text-align: center;
  background-color: #000;
  border: solid 4px #000;
  border-radius: 10px;
}
.flow__items.white-bg {
  background-color: #fff;
  border: solid 4px #0e3b73;
}
.recruit-work-flow-balloon-wrap {
  position: absolute;
  bottom: -140px;
  left: 50%;
  margin-left: -120px;
}
.recruit-work-flow-balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 240px;
  max-width: 100%;
  color: #0e3b73;
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  background-color: #a4c8f3;
  border-radius: 10px;
}
.recruit-work-flow-balloon1:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #a4c8f3;
}
.recruit-work-flow-balloon1 p {
  margin: 0;
  padding: 0;
}
.recruit-works-flow-numbers {
  display: block;
  font-size: 3.6vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 0.9;
  margin: 0 auto;
  padding: 0;
}
.recruit-works-flow-numbers span {
  display: block;
  font-size: 1.6vw;
  padding: 5px 0 0;
}
.recruit-works-flow-numbers.white-bg {
  color: #0e3b73;
}
a .flow__items__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 240px;
  margin: 0 auto;
  padding: 0px 20px 30px 20px;
  border-radius: 10px;
  background-color: #f0f0f0;
  border: solid 4px #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a .flow__items__title:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
a .flow__items__title .lh1 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1vw;
  color: #000;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
a .flow__items__title .lh12 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #000;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
a .flow__items__title .arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 10px;
  background-color: #000;
}

a .flow__items__titles {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 240px;
  margin: 0 auto;
  padding: 0px 20px 40px 20px;
  border-radius: 10px;
  background-color: #e8f1fc;
  border: solid 4px #0e3b73;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a .flow__items__titles:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
a .flow__items__titles .lh12 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #0e3b73;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
a .flow__items__titles .arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 10px;
  background-color: #0e3b73;
}
.flow__items__texts {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1vw;
  color: #000;
  text-align: center;
  margin: 5% 0 0;
  padding: 0;
}
.flow__items__texts br {
  display: none;
}

@media (max-width: 1480px) {
  .recruit-work-second-title-ja {
    font-size: 2.4vw;
  }
  .recruit-work-second-lead-text {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .flow__items {
    width: 90px;
    height: 90px;
  }
  a .flow__items__title {
    width: 90px;
    height: 240px;
  }
  a .flow__items__titles {
    width: 90px;
    height: 240px;
  }
  a .flow__items__title .lh1 {
    font-size: 2rem;
  }
  a .flow__items__title .lh12 {
    font-size: 2rem;
  }
  a .flow__items__titles .lh12 {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  .recruit-work-flow-balloon-wrap {
    bottom: -120px;
    margin-left: -100px;
  }
  .recruit-work-flow-balloon1 {
    min-width: 200px;
    font-size: 3rem;
  }
  .flow__items__texts {
    font-size: 2vw;
    line-height: 1.4;
    letter-spacing: 0.1vw;
    margin: 8% 0 0;
  }
  .flow__items__texts br {
    display: block;
  }
}
@media (max-width: 990px) {
  section.recruit-work-secondtitle-section {
    padding: 0 8%;
  }
  .recruit-work-second-title-ja {
    font-size: 4.8vw;
  }
  .recruit-work-second-title-ja br {
    display: block;
  }
  .recruit-work-second-title-ja span {
    margin: 0 0 10px;
  }
  .recruit-work-second-title-ja span.tbsp {
    display: none;
  }
  .recruit-work-second-lead-ja {
    font-size: 3vw;
    margin: 0 auto 5%;
  }
  .recruit-work-second-lead-ja span {
    font-size: 4.8vw;
  }
  .recruit-work-second-lead-text {
    font-size: 1.6rem;
  }
  .recruit-work-flow-first-wrapper {
    padding: 4% 5%;
  }
  .col-sm-7 {
    position: relative;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0 1%;
    padding-left: 0;
    padding-right: 0;
  }
  .recruit-work-flow-arrow-wrap {
    display: none;
  }
  .flow__items {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  .recruit-works-flow-numbers span {
    font-size: 2.4vw;
  }
  .recruit-works-flow-numbers {
    font-size: 4.8vw;
  }
  a .flow__items__title {
    width: 100px;
    height: 220px;
  }
  a .flow__items__titles {
    width: 100px;
    height: 220px;
  }
  a .flow__items__titles .lh12 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  a .flow__items__title .lh1 {
    font-size: 2.4rem;
  }
  a .flow__items__title .lh12 {
    font-size: 2.4rem;
  }
  .flow__items__texts {
    font-size: 2.6vw;
    margin: 10% 0 0;
  }
}
@media (max-width: 499px) {
  section.recruit-work-secondtitle-section {
    margin: 0 0 50px;
  }
  .recruit-work-second-title-ja {
    font-size: 6vw;
    margin: 30px auto 0;
  }
  .recruit-work-second-title-ja span {
    padding: 1%;
    border-radius: 5px;
  }
  .recruit-work-second-lead-title {
    width: 84%;
    font-size: 5.4vw;
    margin: 0 auto 10px;
    padding: 20px 0;
    border-radius: 10px;
  }
  .recruit-work-second-lead-ja {
    font-size: 5.4vw;
    margin: 0 auto 30px;
    line-height: 1.5;
  }
  .recruit-work-second-lead-ja span {
    display: block;
    font-size: 8.4vw;
  }
  .recruit-work-second-lead-text {
    width: 84%;
    font-size: 1.5rem;
    letter-spacing: 0px;
    padding: 20px;
    margin: 0 auto;
  }
  .recruit-work-second-lead-text span {
    font-size: 4.8vw;
  }

  section.recruit-work-flow-first-section {
    width: 90%;
    margin: 0 auto 40px;
  }
  .recruit-work-flow-first-wrapper {
    padding: 20px 8px;
    border-radius: 10px;
    border: solid 4px #0e3b73;
  }
  .flow__items {
    width: 70px;
    height: 70px;
    padding: 0;
  }
  .recruit-works-flow-numbers {
    font-size: 8.4vw;
  }
  .recruit-works-flow-numbers span {
    font-size: 3.6vw;
    padding: 0 0 5px;
  }
  a .flow__items__title {
    width: 76px;
    height: 220px;
  }
  a .flow__items__titles {
    width: 76px;
    height: 220px;
  }
  a .flow__items__titles .lh12 {
    font-size: 1.7rem;
    line-height: 1.1;
    letter-spacing: 0;
  }
  a .flow__items__title .lh1 {
    font-size: 1.7rem;
    line-height: 1.1;
  }
  a .flow__items__title .lh12 {
    font-size: 1.7rem;
    line-height: 1.1;
  }
  .flow__items__texts {
    font-size: 1.5rem;
    text-align: left;
    margin: 60px 0 10px;
  }
  .flow__items__texts br {
    display: none;
  }
  .recruit-work-flow-balloon-wrap {
    bottom: -90px;
    margin-left: -90px;
  }
  .recruit-work-flow-balloon1 {
    min-width: 180px;
    font-size: 2.4rem;
  }
}
@media (max-width: 361px) {
  a .flow__items__title {
    width: 70px;
  }
  a .flow__items__titles {
    width: 70px;
  }
  a .flow__items__title .lh12 {
    font-size: 1.6rem;
    line-height: 1;
  }
}

/*!------------------------------------------------------------------
[Recruit Work Flow]
*/
section.recruit-work-flow-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 10%;
  padding: 0;
  background-color: #fff;
}
.recruit-works-flow-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 2% 10%;
  margin: 0 0 8px;
  background-color: #f0f0f0;
}
.recruit-works-flow-container-t {
  position: relative;
  display: block;
  width: 100%;
  padding: 4% 10%;
  margin: 0 0 8px;
  background-color: #e8f1fc;
}
.recruit-works-flow-section-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2px;
}
.flow__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 5% 8%;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
}
.recruit-works-flow-number {
  display: block;
  font-size: 4.4vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 0.9;
  margin: 0 auto;
  padding: 0;
}
.recruit-works-flow-number span {
  display: block;
  font-size: 1.8vw;
  padding: 5px 0 0;
}
.recruit-works-flow-subtitle {
  display: block;
  font-size: 1.8vw;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin: 0 auto;
  padding: 5% 0 20px 20px;
}
.recruit-works-flow-subtitle-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.recruit-works-flow-subtitles {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0 0 0 20px;
}
.recruit-works-flow-subtitle-text {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  color: #666;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0 0 4% 20px;
}
.flow__item-w {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 5% 8%;
  text-align: center;
  background-color: #fff;
  border: solid 4px #0e3b73;
  border-radius: 20px;
}
.recruit-works-flow-number-w {
  display: block;
  font-size: 4.4vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #0e3b73;
  line-height: 0.9;
  margin: 0 auto;
  padding: 0;
}
.recruit-works-flow-number-w span {
  display: block;
  font-size: 1.8vw;
  padding: 5px 0 0;
}
.recruit-work-flow-balloon-wraps {
  position: absolute;
  bottom: -125px;
  left: 50%;
  margin-left: -110px;
}
.recruit-work-flow-balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 220px;
  max-width: 100%;
  color: #0e3b73;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  background-color: #a4c8f3;
  border-radius: 10px;
}
.recruit-work-flow-balloon2:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #a4c8f3;
}
.recruit-work-flow-balloon2 p {
  margin: 0;
  padding: 0;
}
.recruit-works-flow-subtitle-w {
  display: block;
  font-size: 2vw;
  font-weight: 600;
  color: #0e3b73;
  line-height: 1;
  margin: 0 auto;
  padding: 5% 0 20px 20px;
}
.recruit-works-flow-subtitle-text-w {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  color: #0e3b73;
  line-height: 1.4;
  margin: 0 auto;
  padding: 5% 20px 20px 20px;
}
.recruit-works-flow-subtitle-b {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin: 0 auto;
  padding: 5% 0 20px 20px;
}
.recruit-works-flow-subtitle-text-b {
  display: block;
  font-size: 1.2vw;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  margin: 0 auto;
  padding: 5% 0 20px 20px;
}
.recruit-works-flow-photo-wraps {
  position: relative;
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .flow__item {
    width: 110px;
    height: 110px;
    border-radius: 10px;
  }
  .flow__item-w {
    width: 110px;
    height: 110px;
    border-radius: 10px;
  }
  .recruit-works-flow-photo-wraps {
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .recruit-works-flow-subtitle {
    font-size: 2.4vw;
  }
  .recruit-works-flow-subtitle-text {
    width: 90%;
    font-size: 1.6rem;
    margin: 0;
  }
  .recruit-works-flow-subtitle-w {
    font-size: 2.4vw;
  }
  .recruit-works-flow-subtitle-text-w {
    font-size: 1.6rem;
  }
  .recruit-work-flow-balloon-wraps {
    bottom: -110px;
    margin-left: -80px;
  }
  .recruit-work-flow-balloon2 {
    min-width: 160px;
    font-size: 2.4rem;
  }
}
@media (max-width: 990px) {
  .recruit-works-flow-container {
    padding: 8% 10%;
  }
  .flow__item {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
  }
  .recruit-works-flow-number {
    font-size: 4.8vw;
  }
  .recruit-works-flow-number span {
    font-size: 2.4vw;
  }
  .recruit-works-flow-subtitle {
    font-size: 3rem;
    text-align: center;
    padding: 5% 0 20px 0;
  }
  .recruit-works-flow-subtitle-text {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    padding: 0 0 4% 0;
  }
  .recruit-works-flow-container-t {
    padding: 8% 10%;
  }
  .flow__item-w {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
  }
  .recruit-works-flow-number-w {
    font-size: 4.8vw;
  }
  .recruit-works-flow-number-w span {
    font-size: 2.4vw;
  }
  .recruit-works-flow-subtitle-w {
    font-size: 3rem;
    text-align: center;
    padding: 15% 0 0 0;
  }
  .recruit-works-flow-subtitle-text-w {
    font-size: 1.8rem;
  }
}
@media (max-width: 499px) {
  .recruit-works-flow-container {
    padding: 40px 8%;
  }
  section.recruit-work-flow-section {
    margin: 0 0 40px;
  }
  .flow__item {
    width: 90px;
    height: 90px;
  }
  .flow__item-w {
    width: 90px;
    height: 90px;
  }
  .recruit-works-flow-number {
    font-size: 12vw;
  }
  .recruit-works-flow-number span {
    font-size: 4vw;
    padding: 0 0 5px;
  }
  .recruit-works-flow-subtitle {
    font-size: 2rem;
    padding: 30px 0 20px;
  }
  .recruit-works-flow-subtitle-text {
    font-size: 1.5rem;
  }
  .recruit-works-flow-container-t {
    padding: 40px 8%;
  }
  .recruit-works-flow-number-w {
    font-size: 12vw;
  }
  .recruit-works-flow-number-w span {
    font-size: 4.8vw;
    padding: 0 0 5px;
  }
  .recruit-works-flow-subtitle-w {
    font-size: 2rem;
    text-align: center;
    padding: 90px 0 0;
  }
  .recruit-works-flow-subtitle-text-w {
    font-size: 1.5rem;
    padding: 20px 0 20px;
  }
  .recruit-works-flow-photo-wraps {
    margin: 5px 5px;
  }
}

/*!------------------------------------------------------------------
[Recruit Work Flow Btn]
*/
.recruit-works-flow-btn-text-wraps-w {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1;
  color: #0e3b73;
  margin: 0;
  padding: 30px 0 30px 20px;
  border-radius: 10px;
  overflow: hidden;
}
.linkbutton-recruit-works-w {
  display: block;
  position: relative;
  width: 330px;
  height: 60px;
  text-align: left;
  margin: 0 0 0 20px;
  padding: 0 20px;
  background: #ebe7e1;
  line-height: 50px;
  border: solid 4px #0e3b73;
  border-radius: 10px;
}
.linkbutton-recruit-works-w::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #0e3b73;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-recruit-works-w:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-recruit-works-w .text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0e3b73;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-recruit-works-w:hover .text {
  color: #fff;
}
.linkbutton-recruit-works-w .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #0e3b73;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-recruit-works-w:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 1200px) {
  .recruit-works-flow-btn-text-wraps-w {
    font-size: 1.6rem;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 990px) {
  .recruit-works-flow-btn-text-wraps-w {
    font-size: 3vw;
    text-align: center;
    padding: 20px 0 20px;
  }
  .linkbutton-recruit-works-w {
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 499px) {
  .recruit-works-flow-btn-text-wraps-w {
    font-size: 4.4vw;
    text-align: center;
    padding: 20px 0 20px;
  }
  .linkbutton-recruit-works-w {
    width: 100%;
    height: auto;
    padding: 15px 10px 17px;
    line-height: 1;
  }
  .linkbutton-recruit-works-w .text {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

/*!------------------------------------------------------------------
[Recruit Work Features]
*/
.recruit-works-features-wrap {
  padding-top: 0;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
}
.recruit-works-features-item-wrapper {
  margin-left: 0px;
  margin-right: 0px;
  padding: 4% 5%;
  background-color: #e8f1fc;
  border-radius: 20px;
}
.recruit-works-features-item-wrap01 {
  padding-left: 20px;
  padding-right: 20px;
}
.recruit-works-features-item-wrap02 {
  padding-left: 20px;
  padding-right: 20px;
}
.recruit-works-features-item-wrap03 {
  padding-left: 20px;
  padding-right: 20px;
}
.features__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto 10%;
  padding: 5% 8%;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: solid 4px #0e3b73;
}
.recruit-works-features-number {
  display: block;
  font-size: 4.4vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #0e3b73;
  line-height: 1;
  margin: 0 auto 4%;
  padding: 0;
}
.recruit-works-features-number span {
  display: block;
  font-size: 1vw;
  padding: 5px 0 0;
}
.recruit-works-features-number span.program {
  font-size: 1vw;
}

.recruit-works-features-photo-wraps {
  margin: 0 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
.recruit-works-features-subtitle {
  display: block;
  font-size: 1.4vw;
  font-weight: 900;
  color: #0e3b73;
  line-height: 1;
  text-align: center;
  margin: 0 0 5%;
  padding: 20px 0 15px;
  background-color: #fff;
  border-radius: 10px;
}
.recruit-works-features-subtext {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  color: #0e3b73;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
}
section.recruit-work-locally-section {
  width: 100%;
  height: auto;
  margin: 0 0 6%;
  padding: 0;
}
.recruit-works-locally-text {
  display: block;
  font-size: 1.1vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1vw;
  text-align: center;
  margin: 0 auto;
  padding: 5% 0;
  background-color: #0e3b73;
}
.recruit-works-locally-text span {
  display: block;
  font-size: 1.6vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 0 0 20px;
}

@media (max-width: 1480px) {
  .features__item {
    width: 110px;
    height: 110px;
    border-radius: 10px;
  }
  .recruit-works-features-photo-wraps {
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .recruit-works-features-item-wrapper {
    padding: 20px 10px;
  }
  .recruit-works-features-item-wrap01 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recruit-works-features-item-wrap02 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recruit-works-features-item-wrap03 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recruit-works-features-subtitle {
    font-size: 1.6vw;
  }
  .recruit-works-features-subtext {
    font-size: 1.5rem;
  }
  .recruit-works-features-number span.program {
    font-size: 1.1vw;
  }
  .recruit-works-features-number {
    font-size: 4.4vw;
  }
}
@media (max-width: 990px) {
  .recruit-works-features-item-wrapper {
    padding: 8% 20px;
  }
  .recruit-works-features-item-wrap01 {
    margin-bottom: 10%;
  }
  .features__item {
    width: 100px;
    height: 100px;
    margin: 0 auto 4%;
    padding: 0;
  }
  .recruit-works-features-number {
    font-size: 4.8vw;
  }
  .recruit-works-features-number span {
    font-size: 1.8vw;
  }
  .recruit-works-features-subtitle {
    font-size: 3.6vw;
  }
  .recruit-works-features-subtext {
    font-size: 3vw;
  }
  .recruit-works-features-item-wrap02 {
    margin-bottom: 10%;
  }
}
@media (max-width: 499px) {
  .recruit-works-features-wrap {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .recruit-works-features-item-wrapper {
    padding: 40px 8% 50px;
    margin: 0 0 10%;
  }
  .recruit-works-features-item-wrap01 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .features__item {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
  }
  .recruit-works-features-number {
    font-size: 9.6vw;
  }
  .recruit-works-features-number span {
    font-size: 2.8vw;
  }
  .recruit-works-features-subtitle {
    font-size: 4.4vw;
  }
  .recruit-works-features-subtext {
    font-size: 1.6rem;
  }
  .recruit-works-features-item-wrap02 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .recruit-works-features-item-wrap03 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------------------------------------------------------
recruit-culture.html
------------------------------------------------------------------- */
section.recruit-culture-talk-section {
  width: 100%;
  height: auto;
  margin: 0 0 10%;
  padding: 0 11%;
  background-color: #fff;
}
.recruit-culture-talk-subtitle {
  display: block;
  font-size: 1.6vw;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-align: center;
  margin: 0 0 5%;
  padding: 0;
}
.recruit-culture-talk-wrapper {
  position: relative;
  padding-top: 10%;
  padding-bottom: 14%;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 20px;
  background-color: #f0f0f0;
}
.recruit-culture-talk-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  background-color: #000;
  border-radius: 20px 20px 0 0;
}
.recruit-culture-talk-header-left {
  display: flex;
  font-size: 2vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.recruit-culture-talk-header-center {
  padding-left: 0;
  padding-right: 0;
}
.recruit-culture-talk-header-center p {
  display: flex;
  justify-content: center;
  font-size: 1.4vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px 0 0;
}
.recruit-culture-talk-header-center p br {
  display: none;
}
.recruit-culture-talk-header-right {
  display: flex;
  justify-content: flex-end;
  font-size: 2vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.recruit-culture-talk-header-right i {
  padding-left: 5%;
}
.recruit-culture-talk-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px 20px;
  background-color: #000;
  border-radius: 0 0 20px 20px;
}
.recruit-culture-talk-footer-left {
  display: flex;
  font-size: 2vw;
  font-weight: 600;
  color: #fff;
  padding: 10px 0 0;
  line-height: 1;
}
.recruit-culture-talk-footer-right {
  display: flex;
  justify-content: flex-end;
  font-size: 2vw;
  font-weight: 600;
  color: #fff;
  padding: 10px 0 0;
  line-height: 1;
}
.recruit-culture-talk-footer-right1 {
  display: flex;
}
.recruit-culture-talk-footer-right2 {
  display: inline-block;
  font-size: 1.5vw;
  font-weight: 500;
  color: #000;
  padding: 10px 20px;
  line-height: 1;
  background-color: #a4c8f3;
  border-radius: 10px;
}
.recruit-culture-talk-footer-center {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.2vw;
  font-weight: 500;
  color: #000;
  line-height: 1;
  padding: 10px 20px;
  text-align: left;
  background-color: #fff;
  border-radius: 25px;
}
.recruit-culture-talk-footer-center-icon {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 2vw;
  font-weight: 500;
  color: #000;
  line-height: 1;
}
.balloon-top {
  position: relative;
  width: calc(100% - 280px);
  padding: 20px;
  border-radius: 10px;
  font-size: 1.2vw;
  font-weight: 600;
  color: #000;
  background-color: #a4c8f3;
  margin-top: 180px;
  margin-bottom: 4%;
  margin-left: 140px;
  text-align: center;
}
.balloon-top .icon {
  position: absolute;
  left: calc(50% - 60px);
  top: -170px;
  display: block;
  width: 120px;
  border-radius: 20px;
  overflow: hidden;
}
.balloon-top .icon img {
  border-radius: 20px;
  overflow: hidden;
}
.balloon-top .icon span {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 10px 0 0;
}
.balloon-top::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -15px;
  margin-left: -15px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #a4c8f3;
}
.balloon-wrap1 {
  display: flex;
  flex-direction: row;
  height: 170px;
}
.balloon1 {
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.2vw;
  font-weight: 500;
  color: #000;
  background-color: #a4c8f3;
  margin-bottom: 90px;
  margin-left: 140px;
}
.balloon1 .icon {
  position: absolute;
  left: -140px;
  top: -20px;
  display: block;
  width: 120px;
  border-radius: 20px;
  overflow: hidden;
}
.balloon1 .icon img {
  border-radius: 20px;
  overflow: hidden;
}
.balloon1 .icon span {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 10px 0 0;
}
.balloon1::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  border-right: 15px solid #a4c8f3;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon-wrap2 {
  display: flex;
  flex-direction: row-reverse;
}
.balloon2 {
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.2vw;
  font-weight: 500;
  color: #000;
  background-color: #a4c8f3;
  margin-bottom: 4%;
  margin-right: 140px;
  margin-left: 140px;
  text-align: right;
}
.balloon2 .icon {
  position: absolute;
  right: -140px;
  top: -20px;
  display: block;
  width: 120px;
}
.balloon2 .icon img {
  border-radius: 20px;
  overflow: hidden;
}
.balloon2 .icon span {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 10px 0 0;
}
.balloon2::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #a4c8f3;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon-wrap2w {
  display: flex;
  flex-direction: row-reverse;
}
.balloon2w {
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.2vw;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  margin-bottom: 4%;
  margin-right: 140px;
  margin-left: 140px;
  text-align: right;
}
.balloon2w .icon {
  position: absolute;
  right: -140px;
  top: -20px;
  display: block;
  width: 120px;
}
.balloon2w .icon img {
  border-radius: 20px;
  overflow: hidden;
}
.balloon2w .icon span {
  display: block;
  font-size: 1vw;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 10px 0 0;
}
.balloon2w::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 50%;
  margin-top: -15px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media (max-width: 1480px) {
  .balloon1 {
    font-size: 1.4vw;
    line-height: 1.4;
    margin-bottom: 100px;
  }
  .balloon2 {
    font-size: 1.4vw;
    line-height: 1.4;
  }
  .balloon2w {
    font-size: 1.4vw;
    line-height: 1.4;
  }
  .recruit-culture-talk-footer-center {
    font-size: 1.4vw;
  }
}
@media (max-width: 1200px) {
  .recruit-culture-talk-header-center p {
    font-size: 1.8vw;
  }
  .balloon1 {
    font-size: 1.6vw;
  }
  .balloon2 {
    font-size: 1.6vw;
  }
  .balloon2w {
    font-size: 1.6vw;
  }
  .recruit-culture-talk-footer-center {
    font-size: 1.6vw;
  }
  .balloon2w .icon span {
    font-size: 1.5vw;
  }
  .balloon1 .icon span {
    font-size: 1.5vw;
  }
}
@media (max-width: 990px) {
  section.recruit-culture-talk-section {
    padding: 0 10%;
  }
  .recruit-culture-talk-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  .recruit-culture-talk-subtitle {
    font-size: 3vw;
  }
  .recruit-culture-talk-header-center p {
    font-size: 2.2vw;
    margin-bottom: 0;
  }
  .balloon2w {
    font-size: 1.8rem;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 100px;
    margin-right: 140px;
    margin-left: auto;
  }
  .balloon2w .icon span {
    font-size: 1.6rem;
  }
  .balloon-wrap1 {
    height: auto;
  }
  .balloon1 {
    font-size: 1.8rem;
    height: auto;
  }
  .balloon1 .icon span {
    font-size: 1.6rem;
  }
}
@media (max-width: 499px) {
  .recruit-culture-talk-subtitle {
    font-size: 3.4vw;
    line-height: 1.4;
  }
  .recruit-culture-talk-header {
    border-radius: 10px 10px 0 0;
  }
  .recruit-culture-talk-header-center p {
    font-size: 4vw;
    line-height: 1.4;
    padding: 0;
  }
  .recruit-culture-talk-header-center p br {
    display: block;
  }
  .recruit-culture-talk-header-left {
    font-size: 6vw;
  }
  .recruit-culture-talk-header-right {
    font-size: 6vw;
  }
  .recruit-culture-talk-header-right i.la-battery-full,
  .recruit-culture-talk-header-right i.la-angle-down,
  .recruit-culture-talk-header-right i.la-bars {
    display: none;
  }
  .recruit-culture-talk-footer {
    padding: 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  .recruit-culture-talk-footer-left {
    display: none;
  }
  .recruit-culture-talk-footer-right {
    display: none;
  }
  .recruit-culture-talk-header-center {
    padding-left: 20px;
  }
  .recruit-culture-talk-footer-right2 {
    font-size: 3.2vw;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .recruit-culture-talk-wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  section.recruit-culture-talk-section {
    padding: 0 8%;
    margin: 0 0 40px;
  }
  .balloon-wrap1 {
    min-height: 130px;
  }
  .balloon-wrap2w {
    height: 150px;
  }
  .balloon2w .icon {
    right: -100px;
    top: 0px;
    width: 80px;
  }
  .balloon2w .icon img {
    border-radius: 8px;
  }
  .balloon2w {
    font-size: 1.5rem;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: auto;
    margin-right: 100px;
  }
  .balloon1 .icon {
    left: -100px;
    top: 0;
    display: block;
    width: 80px;
    border-radius: 8px;
  }
  .balloon1 {
    font-size: 1.5rem;
    height: auto;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: 100px;
  }
  .balloon1 .icon span {
    font-size: 1.3rem;
  }
  .balloon1 .icon img {
    border-radius: 8px;
  }
}

.recruit-culture-programs-item-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}
.recruit-culture-programs-wrapper {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.recruit-culture-programs-contents-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding: 5%;
  background-color: #f0f0f0;
  border-radius: 20px;
}
.programs__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 5% 8%;
  text-align: center;
  background-color: #fff;
  border: solid 4px #0e3b73;
  border-radius: 20px;
}
.recruit-culture-programs-subtitle-wrap {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.recruit-culture-programs-subtitle {
  display: block;
  font-size: 2vw;
  font-weight: 600;
  color: #0e3b73;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0;
}
.recruit-culture-programs-subtitle span {
  display: inline-block;
  font-size: 1.1vw;
  padding: 0;
}
.recruit-culture-programs-subtitle span.s-text {
  font-size: 1.1vw;
  padding: 0 0 0 10px;
  font-weight: 500;
  color: #333;
}
.recruit-culture-programs-photo-wraps {
  margin: 5% 0 5%;
  border-radius: 20px;
  overflow: hidden;
}
.recruit-culture-programs-subtitleh4 {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-align: center;
  margin: 0 auto 5%;
  padding: 0;
}
.recruit-culture-programs-subtext {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 5%;
  padding: 0;
}
.recruit-culture-programs-subtexts {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  text-align: center;
  margin: 5% 0;
  padding: 0;
}

@media (max-width: 1480px) {
  .programs__item {
    width: 110px;
    height: 110px;
    border-radius: 10px;
  }
  .recruit-culture-programs-subtitleh4 {
    font-size: 1.6vw;
  }
  .recruit-culture-programs-subtext {
    font-size: 1.1vw;
    line-height: 1.5;
  }
  .recruit-culture-programs-subtexts {
    font-size: 1.1vw;
    line-height: 1.5;
  }
  .recruit-culture-programs-subtexts.n03 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .programs__item {
    width: 90px;
    height: 90px;
    border-radius: 10px;
  }
  .recruit-culture-programs-photo-wraps {
    border-radius: 10px;
  }
  .recruit-culture-programs-subtext {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
  }
  .recruit-culture-programs-subtext br {
    display: none;
  }
  .recruit-culture-programs-subtexts {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
  }
  .recruit-culture-programs-subtexts br {
    display: none;
  }
}
@media (max-width: 990px) {
  .recruit-culture-programs-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .programs__item {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .recruit-works-features-number span.program {
    font-size: 1.6vw;
  }
  .recruit-works-features-number {
    font-size: 7.2vw;
  }
  .recruit-culture-programs-subtitle-wrap {
    display: block;
    margin: 30px 0 20px;
  }
  .recruit-culture-programs-subtitle {
    font-size: 3.6vw;
    text-align: center;
  }
  .recruit-culture-programs-subtitle span {
    font-size: 2.4vw;
  }
  .recruit-culture-programs-subtitle span.s-text {
    display: block;
    font-size: 2.4vw;
    padding: 10px 0 0;
  }
  .recruit-culture-programs-photo-wraps {
    margin: 0 0 30px;
    border-radius: 10px;
  }
  .recruit-culture-programs-subtitleh4 {
    font-size: 3vw;
    margin: 0 0 30px;
  }
  .recruit-culture-programs-subtext {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
  .recruit-culture-programs-subtexts {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
}
@media (max-width: 499px) {
  .recruit-culture-programs-item-wrapper {
    margin-left: 8%;
    margin-right: 8%;
  }
  .recruit-culture-programs-contents-wrap {
    padding: 30px 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
  }
  .programs__item {
    width: 90px;
    height: 90px;
  }
  .recruit-works-features-number span.program {
    font-size: 2.4vw;
  }
  .recruit-works-features-number {
    font-size: 10.8vw;
  }
  .recruit-culture-programs-subtitle-wrap {
    margin: 25px 0 20px;
  }
  .recruit-culture-programs-subtitle {
    font-size: 5.4vw;
  }
  .recruit-culture-programs-subtitleh4 {
    font-size: 6vw;
    margin: 0 0 20px;
  }
  .recruit-culture-programs-subtitle span {
    display: block;
    font-size: 4.8vw;
    padding: 10px 0 0;
  }
  .recruit-culture-programs-subtitle span.s-text {
    font-size: 4vw;
  }
  .recruit-culture-programs-subtext {
    font-size: 1.5rem;
  }
  .recruit-culture-programs-subtexts {
    font-size: 1.5rem;
  }
}

/* Btn Recruit Culture
 * --------------------------------------- */
.linkbutton-recruit-culture {
  display: block;
  position: relative;
  width: 330px;
  height: 50px;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0 20px;
  background: transparent;
  line-height: 45px;
  border: solid 2px #0e3b73;
  border-radius: 10px;
}
.linkbutton-recruit-culture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #0e3b73;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-recruit-culture:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-recruit-culture .text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0e3b73;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-recruit-culture:hover .text {
  color: #fff;
}
.linkbutton-recruit-culture .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #0e3b73;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-recruit-culture:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 499px) {
  .linkbutton-recruit-culture {
    width: 100%;
    height: auto;
    padding: 15px 10px 17px;
    line-height: 1;
  }
  .linkbutton-recruit-culture .text {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .linkbutton-recruit-culture .arrow {
    right: 8px;
  }
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}
.modaal-container {
  max-width: 800px;
  border-radius: 20px;
  overflow: hidden;
}
.modaal-contents-wrap {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.modaal-img-wrap {
  display: block;
  margin: 0 0 30px;
  border-radius: 10px;
  overflow: hidden;
}
.modaal-text-title {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0e3b73;
  line-height: 1;
  margin: 0 0 30px;
  padding: 15px 30px;
  background-color: #a4c8f3;
  border-radius: 10px;
}
.modaal-text-contents-wrap {
  display: block;
  margin: 0 0 30px;
  padding: 30px;
  border-left: solid 2px #a4c8f3;
}
.modaal-text-contents-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 0;
}
.modaal-text-contents-text {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #666;
  margin: 0;
  padding: 0;
}

@media (max-width: 1680px) {
  .modaal-container {
    max-width: 700px;
  }
}
@media (max-width: 1480px) {
  .modaal-container {
    max-width: 600px;
  }
  .modaal-text-contents-title {
    font-size: 1.6rem;
  }
  .modaal-text-contents-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .modaal-text-contents-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 499px) {
  .modaal-text-title {
    font-size: 4.8vw;
    padding: 15px 15px;
  }
  .modaal-text-contents-wrap {
    margin: 0 0 20px;
    padding: 10px 20px;
  }
  .modaal-text-contents-title {
    font-size: 1.6rem;
  }
  .modaal-text-contents-text {
    font-size: 1.5rem;
  }
}

section.recruit-culture-it-section {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto 10%;
  padding: 4%;
  background-color: #fff;
  border: solid 5px #000;
}
.recruit-culture-it-wraps-left {
  overflow: hidden;
}
.recruit-culture-it-right-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.recruit-culture-it-wraps-right {
  display: block;
  margin: 0;
  padding: 0 0 0 10%;
}
.recruit-culture-it-subtitle {
  display: block;
  font-size: 3vw;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
.recruit-culture-it-text {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  padding: 5% 10px;
}
.recruit-culture-it-subtitles {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin: 0 auto 15px;
  padding: 10px 0;
  background-color: #000;
  border: solid 2px #000;
}
.recruit-culture-it-subtitles span {
  font-family: "Roboto", sans-serif;
}
.recruit-culture-it-subtext {
  font-size: 1vw;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  padding: 5% 4%;
  border: solid 2px #000;
}

.colddrawnbar__round_wrap {
  position: absolute;
  top: -80px;
  right: -60px;
}
.colddrawnbar__round {
  width: 250px;
  height: 250px;
}
.colddrawnbar__round--circle {
  height: auto;
  width: 100%;
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1480px) {
  .colddrawnbar__round {
    width: 200px;
    height: 200px;
  }
  .recruit-culture-it-text {
    font-size: 1.2vw;
    line-height: 1.6;
  }
}
@media (max-width: 1200px) {
  .colddrawnbar__round_wrap {
    top: -100px;
    left: 20px;
    right: auto;
  }
  .recruit-culture-it-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 990px) {
  .recruit-culture-it-wraps-right {
    padding: 20px 0 0 0;
  }
  .recruit-culture-it-subtitle {
    font-size: 4.8vw;
  }
  .recruit-culture-it-text {
    font-size: 1.8rem;
    padding: 20px 10px;
  }
  .recruit-culture-it-subtitles {
    font-size: 3vw;
  }
}
@media (max-width: 499px) {
  section.recruit-culture-it-section {
    margin: 0 auto 40px;
  }
  .colddrawnbar__round_wrap {
    display: none;
  }
  .recruit-culture-it-subtitle {
    font-size: 5.4vw;
  }
  .recruit-culture-it-text {
    font-size: 1.5rem;
  }
  .recruit-culture-it-subtitles {
    font-size: 4vw;
  }
  .recruit-culture-it-subtitles span {
    display: block;
    padding: 0 0 5px;
  }
}

/*!------------------------------------------------------------------
[Recruit Culture It Btn]
*/
.linkbutton-culture-it-w {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
  line-height: 50px;
  border: solid 4px #000;
}
.linkbutton-culture-it-w::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-culture-it-w:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-culture-it-w .text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-culture-it-w:hover .text {
  color: #fff;
}
.linkbutton-culture-it-w .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-culture-it-w:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 499px) {
  .linkbutton-culture-it-w {
    width: 100%;
    height: auto;
    padding: 15px 10px 17px;
    line-height: 1;
  }
  .linkbutton-culture-it-w .text {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.recruit-culture-gallery-section {
  padding: 2.5% 20%;
  margin: 0 0 10%;
  background-color: #e8f1fc;
}
.tab {
  display: flex;
  justify-content: center;
}
.tab li {
  position: relative;
  width: 20%;
}
.tab li a {
  display: block;
  font-size: 1.1vw;
  font-weight: 600;
  text-align: center;
  color: #000;
  background: #ddd;
  margin: 0 4px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.tab li.active a {
  color: #0e3b73;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 20px 0 20px;
}
.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border-radius: 0 0 20px 20px;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #ddd;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #ddd;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #ddd;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(#ddd, 0.2);
}

.l-section {
  border-top: 0px solid #eee;
}

[class*="swiper"]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #a4c8f3;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 1480px) {
  .recruit-culture-gallery-section {
    padding: 2.5% 15%;
  }
  .tab li a {
    font-size: 1.3vw;
    padding: 10px 10px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 4.8rem;
    height: 4.8rem;
  }
  .area {
    padding: 20px 0;
  }
}
@media (max-width: 1300px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.6rem;
    height: 3.6rem;
  }
  .tab li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .recruit-culture-gallery-section {
    padding: 2.5% 10%;
  }
  .tab li a {
    font-size: 1.5rem;
    padding: 10px 10px;
  }
}
@media (max-width: 990px) {
  .recruit-culture-gallery-section {
    padding: 30px 5%;
  }
  .area.is-active {
    border-radius: 0 0 10px 10px;
  }
  .tab li a {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
@media (max-width: 749px) {
  .tab li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 499px) {
  .tab {
    height: 120px;
  }
  .tab li {
    width: 20%;
    height: 120px;
  }
  .tab li a {
    font-size: 1.6rem;
    height: 120px;
    padding: 10px 18px;
    border-radius: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .tab li.active a {
    border-radius: 6px 6px 0 0;
  }
}

.gallery01,
.gallery02,
.gallery03,
.gallery04,
.gallery05 {
  overflow: hidden;
}
.gallery01 .swiper,
.gallery02 .swiper,
.gallery03 .swiper,
.gallery04 .swiper,
.gallery05 .swiper {
  max-width: 60%;
  margin: auto;
}
.gallery01 .swiper-main,
.gallery02 .swiper-main,
.gallery03 .swiper-main,
.gallery04 .swiper-main,
.gallery05 .swiper-main {
  overflow: visible;
}
.gallery01 .swiper-thumb,
.gallery02 .swiper-thumb,
.gallery03 .swiper-thumb,
.gallery04 .swiper-thumb,
.gallery05 .swiper-thumb {
  padding-top: 8px;
}
.gallery01 .swiper-fade .swiper-slide,
.gallery02 .swiper-fade .swiper-slide,
.gallery03 .swiper-fade .swiper-slide,
.gallery04 .swiper-fade .swiper-slide,
.gallery05 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.gallery01 .swiper-fade .swiper-slide-active,
.gallery02 .swiper-fade .swiper-slide-active,
.gallery03 .swiper-fade .swiper-slide-active,
.gallery04 .swiper-fade .swiper-slide-active,
.gallery05 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.gallery01 .swiper-controller,
.gallery02 .swiper-controller,
.gallery03 .swiper-controller,
.gallery04 .swiper-controller,
.gallery05 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.gallery01 .swiper-button-prev,
.gallery01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gallery02 .swiper-button-prev,
.gallery02 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gallery03 .swiper-button-prev,
.gallery03 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gallery04 .swiper-button-prev,
.gallery04 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gallery05 .swiper-button-prev,
.gallery05 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gallery01 .swiper-button-prev,
.gallery02 .swiper-button-prev,
.gallery03 .swiper-button-prev,
.gallery04 .swiper-button-prev,
.gallery05 .swiper-button-prev {
  right: calc(100% + 3.2rem);
}
.gallery01 .swiper-button-next,
.gallery02 .swiper-button-next,
.gallery03 .swiper-button-next,
.gallery04 .swiper-button-next,
.gallery05 .swiper-button-next {
  left: calc(100% + 3.2rem);
}
.gallery01 .swiper-scrollbar,
.gallery02 .swiper-scrollbar,
.gallery03 .swiper-scrollbar,
.gallery04 .swiper-scrollbar,
.gallery05 .swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
}
.gallery01 .swiper-scrollbar::after,
.gallery02 .swiper-scrollbar::after,
.gallery03 .swiper-scrollbar::after,
.gallery04 .swiper-scrollbar::after,
.gallery05 .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}
.gallery01 .swiper-scrollbar-drag,
.gallery02 .swiper-scrollbar-drag,
.gallery03 .swiper-scrollbar-drag,
.gallery04 .swiper-scrollbar-drag,
.gallery05 .swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  background-color: #a4c8f3;
  background-clip: content-box;
}
.gallery01 .swiper-scrollbar-drag:active,
.gallery02 .swiper-scrollbar-drag:active,
.gallery03 .swiper-scrollbar-drag:active,
.gallery04 .swiper-scrollbar-drag:active,
.gallery05 .swiper-scrollbar-drag:active {
  background-color: var(--color-theme-darken);
}
.gallery01 .slide,
.gallery02 .slide,
.gallery03 .slide,
.gallery04 .slide,
.gallery05 .slide {
  display: block;
  overflow: hidden;
}
.gallery01 .slide-media,
.gallery02 .slide-media,
.gallery03 .slide-media,
.gallery04 .slide-media,
.gallery05 .slide-media {
  padding-top: 62.5%;
  border-radius: 10px;
}
.gallery01 .slide-media img,
.gallery02 .slide-media img,
.gallery03 .slide-media img,
.gallery04 .slide-media img,
.gallery05 .slide-media img {
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery01 .slide-title,
.gallery02 .slide-title,
.gallery03 .slide-title,
.gallery04 .slide-title,
.gallery05 .slide-title {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center;
}
.gallery01 .thumb-media,
.gallery02 .thumb-media,
.gallery03 .thumb-media,
.gallery04 .thumb-media,
.gallery05 .thumb-media {
  padding-top: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
}
.gallery01 .thumb-media img,
.gallery02 .thumb-media img,
.gallery03 .thumb-media img,
.gallery04 .thumb-media img,
.gallery05 .thumb-media img {
  height: calc(100% + 8px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.gallery01 .swiper-slide-thumb-active,
.gallery02 .swiper-slide-thumb-active,
.gallery03 .swiper-slide-thumb-active,
.gallery04 .swiper-slide-thumb-active,
.gallery05 .swiper-slide-thumb-active {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.3;
}
.gallery01 .swiper-slide-thumb-active .thumb-media,
.gallery02 .swiper-slide-thumb-active .thumb-media,
.gallery03 .swiper-slide-thumb-active .thumb-media,
.gallery04 .swiper-slide-thumb-active .thumb-media,
.gallery05 .swiper-slide-thumb-active .thumb-media {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.gallery01 .swiper-slide-thumb-active .thumb-media img,
.gallery02 .swiper-slide-thumb-active .thumb-media img,
.gallery03 .swiper-slide-thumb-active .thumb-media img,
.gallery04 .swiper-slide-thumb-active .thumb-media img,
.gallery05 .swiper-slide-thumb-active .thumb-media img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1480px) {
  .gallery01 .slide-title,
  .gallery02 .slide-title,
  .gallery03 .slide-title,
  .gallery04 .slide-title,
  .gallery05 .slide-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .gallery01 .slide-title,
  .gallery02 .slide-title,
  .gallery03 .slide-title,
  .gallery04 .slide-title,
  .gallery05 .slide-title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 2rem;
  }
  .pc {
    display: none !important;
  }
  .gallery01 .swiper,
  .gallery02 .swiper,
  .gallery03 .swiper,
  .gallery04 .swiper,
  .gallery05 .swiper {
    max-width: 90%;
    margin: auto;
  }
  .gallery01 .swiper-button-prev::before,
  .gallery01 .swiper-button-next::before {
    background-color: rgba(0, 156, 209, 0.75);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .gallery01 .swiper-button-prev::after,
  .gallery01 .swiper-button-next::after {
    border-color: #fff;
  }
  .gallery02 .swiper-button-prev::before,
  .gallery02 .swiper-button-next::before {
    background-color: rgba(0, 156, 209, 0.75);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .gallery02 .swiper-button-prev::after,
  .gallery02 .swiper-button-next::after {
    border-color: #fff;
  }
  .gallery03 .swiper-button-prev::before,
  .gallery03 .swiper-button-next::before {
    background-color: rgba(0, 156, 209, 0.75);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .gallery03 .swiper-button-prev::after,
  .gallery03 .swiper-button-next::after {
    border-color: #fff;
  }
  .gallery04 .swiper-button-prev::before,
  .gallery04 .swiper-button-next::before {
    background-color: rgba(0, 156, 209, 0.75);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .gallery04 .swiper-button-prev::after,
  .gallery04 .swiper-button-next::after {
    border-color: #fff;
  }
  .gallery05 .swiper-button-prev::before,
  .gallery05 .swiper-button-next::before {
    background-color: rgba(0, 156, 209, 0.75);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .gallery05 .swiper-button-prev::after,
  .gallery05 .swiper-button-next::after {
    border-color: #fff;
  }
  .gallery01 .swiper-button-prev,
  .gallery02 .swiper-button-prev,
  .gallery03 .swiper-button-prev,
  .gallery04 .swiper-button-prev,
  .gallery05 .swiper-button-prev {
    right: calc(100% - 1.8rem);
  }
  .gallery01 .swiper-button-next,
  .gallery02 .swiper-button-next,
  .gallery03 .swiper-button-next,
  .gallery04 .swiper-button-next,
  .gallery05 .swiper-button-next {
    left: calc(100% - 1.8rem);
  }
}
@media only screen and (max-width: 599px) {
  section.company-photo-section {
    width: 92%;
    margin: 0 auto 10%;
  }
  .l-inner {
    padding: 0 0rem;
  }
  .pc-tab {
    display: none !important;
  }
  .gallery01 .swiper-button-prev,
  .gallery02 .swiper-button-prev,
  .gallery03 .swiper-button-prev,
  .gallery04 .swiper-button-prev,
  .gallery05 .swiper-button-prev {
    right: calc(100% - 2.4rem);
  }
  .gallery01 .swiper-button-next,
  .gallery02 .swiper-button-next,
  .gallery03 .swiper-button-next,
  .gallery04 .swiper-button-next,
  .gallery05 .swiper-button-next {
    left: calc(100% - 2.4rem);
  }
  .gallery01 .slide-title,
  .gallery02 .slide-title,
  .gallery03 .slide-title,
  .gallery04 .slide-title,
  .gallery05 .slide-title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .gallery01 .swiper-scrollbar-drag:hover,
  .gallery02 .swiper-scrollbar-drag:hover,
  .gallery03 .swiper-scrollbar-drag:hover,
  .gallery04 .swiper-scrollbar-drag:hover,
  .gallery05 .swiper-scrollbar-drag:hover {
    background-color: var(--color-theme-darken);
  }
  .gallery01 .thumb-media:hover,
  .gallery02 .thumb-media:hover,
  .gallery03 .thumb-media:hover,
  .gallery04 .thumb-media:hover,
  .gallery05 .thumb-media:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .gallery01 .thumb-media:hover img,
  .gallery02 .thumb-media:hover img,
  .gallery03 .thumb-media:hover img,
  .gallery04 .thumb-media:hover img,
  .gallery05 .thumb-media:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
recruit-member.html
------------------------------------------------------------------- */
.recruit-member-occupation-wrap {
  padding-top: 0;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
}
.recruit-member-occupation-title {
  display: block;
  width: 300px;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #e8f1fc;
  border-radius: 20px 20px 0 0;
}
.recruit-member-occupation-title.second {
  width: 700px;
  font-size: 3rem;
  background-color: #e0f5eb;
}
.recruit-member-occupation-text {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin: 0 auto;
  padding: 10px 0;
}
.recruit-member-occupation-text br {
  display: none;
}
.recruit-member-occupation-subtitle {
  display: block;
  width: 300px;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #000;
  margin: 0 auto;
  padding: 10px 0;
}
.recruit-member-occupation-item-wrapper {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
  padding: 20px;
  background-color: #e8f1fc;
  border-radius: 20px;
}
.recruit-member-occupation-item-wrapper.bg02 {
  margin-bottom: 0px;
  background-color: #e0f5eb;
}
.recruit-member-occupation-items-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.recruit-member-occupation-items-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 20px;
}
.recruit-member-occupation-items-outerwrap {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.recruit-member-occupation-items-innerwrap {
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.recruit-member-occupation-items-innerwrap.bg01 {
  background-color: #ffc6ce;
}
.recruit-member-occupation-items-innerwrap.bg02 {
  background-color: #fee8cc;
}
.recruit-member-occupation-items-innerwrap.bg03 {
  background-color: #fff7bc;
}
.recruit-member-occupation-items-innerwrap.bg04 {
  background-color: #e0f4d6;
}
.recruit-member-occupation-items-innerwrap.bg05 {
  background-color: #d8f1f2;
}
.recruit-member-occupation-items-innerwrap.bg06 {
  background-color: #cce8fe;
}
.recruit-member-occupation-items-innerwrap.bg07 {
  background-color: #f5dff5;
}
.features__occupation__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6vw;
  color: #000;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.recruit-member-occupation-subtitles {
  display: block;
  font-size: 1.1vw;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px 0 10px;
  background-color: #fff;
  border-radius: 10px;
}
.recruit-member-occupation-subtexts {
  display: block;
  font-size: 0.9vw;
  font-weight: 500;
  color: #000;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 1480px) {
  .recruit-member-occupation-subtitle {
    font-size: 1.8vw;
  }
  .recruit-member-occupation-subtitles {
    font-size: 1.3vw;
  }
  .recruit-member-occupation-subtexts {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .recruit-member-occupation-subtitle {
    width: 100%;
    font-size: 2vw;
  }
  .recruit-member-occupation-title {
    font-size: 3rem;
    border-radius: 10px 10px 0 0;
  }
  .recruit-member-occupation-item-wrapper {
    border-radius: 10px;
  }
  .recruit-member-occupation-items-wrap {
    border-radius: 10px;
  }
  .recruit-member-occupation-subtitles {
    font-size: 1.8rem;
    border-radius: 6px;
  }
  .recruit-member-occupation-subtexts {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .recruit-member-occupation-items-innerwrap.bg03 {
    height: 100%;
  }
  .recruit-member-occupation-items-innerwrap.bg05 {
    height: 100%;
  }
}
@media (max-width: 990px) {
  .recruit-member-occupation-title.second {
    width: 90%;
  }
  .features__occupation__item {
    font-size: 12vw;
  }
  .recruit-member-occupation-subtexts {
    font-size: 1.6rem;
  }
  .recruit-member-occupation-subtitle {
    width: 100%;
    font-size: 2.4rem;
  }
}
@media (max-width: 749px) {
  .recruit-member-occupation-title {
    width: 90%;
    font-size: 2.4rem;
  }
  .recruit-member-occupation-title.second {
    width: 90%;
    font-size: 2.4rem;
  }
}
@media (max-width: 499px) {
  .recruit-member-occupation-title {
    width: 90%;
    font-size: 2rem;
  }
  .recruit-member-occupation-title.second {
    width: 90%;
    font-size: 2rem;
  }
  .recruit-member-occupation-item-wrapper {
    margin-bottom: 50px;
    padding: 10px;
  }
  .recruit-member-occupation-items-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .recruit-member-occupation-items-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .recruit-member-occupation-items-innerwrap {
    height: 100%;
  }
  .recruit-member-occupation-items-outerwrap {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .recruit-member-occupation-subtitle {
    font-size: 2rem;
  }
  .features__occupation__item {
    font-size: 9.6rem;
  }
  .recruit-member-occupation-text {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 10px;
  }
  .recruit-member-occupation-text br {
    display: block;
  }
  .recruit-member-occupation-wrap {
    padding-bottom: 40px;
  }
  .recruit-member-occupation-subtitles {
    font-size: 1.6rem;
  }
  .recruit-member-occupation-subtexts {
    font-size: 1.5rem;
  }
}

/* Recruit Member Interview
 * --------------------------------------- */
section.recruit-member-interview-secondtitle-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 13%;
  padding: 0 10%;
  background-color: #fff;
}
.recruit-member-interview-section {
  padding: 5% 5%;
  margin: 0 0 10%;
  background-color: #e8f1fc;
}
.tab02 {
  display: flex;
  justify-content: center;
}
.tab02 li {
  position: relative;
  width: 16.666666%;
  height: 70px;
}
.tab02 li a {
  display: block;
  height: 70px;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #000;
  background: #ddd;
  margin: 0 4px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.tab02 li.bottom a {
  border-radius: 0 0 10px 10px;
}
.tab02 li a span {
  display: block;
  font-size: 0.9vw;
  padding: 0 0 8px;
}
.tab02 li.active a {
  color: #0e3b73;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.tab02 li.bottom.active a {
  color: #0e3b73;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.tab02 li .member {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 20%;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tab02 li.active .member {
  padding: 0 5%;
}
.area02 {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 80px 0 0;
}
.area02.is-active {
  display: block;
  width: 100%;
  height: auto;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border-radius: 20px;
  overflow: hidden;
}

@keyframes displayAnime-member {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.rec-staff-header-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.rec-staff-header-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 10% 0 20%;
}
.rec-staff-header-title {
  display: block;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #dedede;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.rec-staff-header-name {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
}
.rec-staff-header-position {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.rec-staff-header-photo-wrap {
  display: block;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.rec-staff-contents-wrapper01 {
  flex-direction: row-reverse;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.rec-staff-contents-wrapper001 {
  flex-direction: row-reverse;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.rec-staff-contents-wrapper02 {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.rec-staff-text-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
}
.rec-staff-text-question {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px;
  padding-left: 85px;
}
.rec-staff-text-question::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #a4c8f3;
  border: #a4c8f3 4px solid;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rec-staff-text-answer {
  position: relative;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding-left: 85px;
}
.rec-staff-text-answer::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #ffc6ce;
  border: #ffc6ce 4px solid;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rec-staff-photo-wrap {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.schedule-member {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 80px 80px 50px 80px;
  margin: 0;
}
.schedule-title {
  line-height: 1.45;
  font-weight: 600;
  font-size: 2.6rem;
  color: #a4c8f3;
  margin-bottom: 35px;
  padding: 0;
  text-align: center;
}
.schedule-wrap {
  display: flex;
  justify-content: space-around;
}
.schedule {
  width: 80px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 10px 20px;
  margin: 0 0 15px 0;
}
.schedule > .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.schedule > .head > .time-table {
  display: block;
  font-size: 36px;
  font-family: "Micro 5 Charted", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ff9f8a;
  margin: 20px 0;
}
.schedule > .head > .time-title {
  display: block;
  width: 20px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.schedule > .head > .time-title .s-title {
  font-size: 16px;
}
.slider-s1 {
  width: 94%;
  margin: 0 auto;
}
.slider-s1 img {
  width: 50vw;
  height: auto;
}
.slider-s1 .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  opacity: 0.25;
  border-radius: 20px;
  overflow: hidden;
}
.slider-s1 .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.slider-s2 {
  width: 94%;
  margin: 0 auto;
}
.slider-s2 img {
  width: 50vw;
  height: auto;
}
.slider-s2 .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  opacity: 0.25;
  border-radius: 20px;
  overflow: hidden;
}
.slider-s2 .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.slider-s3 {
  width: 94%;
  margin: 0 auto;
}
.slider-s3 img {
  width: 50vw;
  height: auto;
}
.slider-s3 .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  opacity: 0.25;
  border-radius: 20px;
  overflow: hidden;
}
.slider-s3 .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.slider-s4 {
  width: 94%;
  margin: 0 auto;
}
.slider-s4 img {
  width: 50vw;
  height: auto;
}
.slider-s4 .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  opacity: 0.25;
  border-radius: 20px;
  overflow: hidden;
}
.slider-s4 .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.recruit-culture-gallery-text {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  color: #0e3b73;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #000; /*矢印の色*/
  border-right: 4px solid #000; /*矢印の色*/
  height: 20px;
  width: 20px;
  z-index: 999;
}
.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 5%;
  transform: rotate(-135deg);
}
.slick-next {
  /*次へ矢印の位置と形状*/
  right: 5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 10px !important;
  height: 10px !important;
  display: block;
  border-radius: 50%;
  padding: 0 !important;
  background: #ccc; /*ドットボタンの色*/
  border: none !important;
}
.slick-dots .slick-active button {
  background: #000; /*ドットボタンの現在地表示の色*/
}

@media (max-width: 1480px) {
  .tab02 li {
    height: 60px;
  }
  .tab02 li a {
    display: block;
    height: 60px;
    font-size: 1.2vw;
    padding: 10px 10px;
  }
  .tab02 li .member {
    bottom: 60px;
  }
  .schedule-member {
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
  }
  .schedule {
    border-radius: 6px;
  }
  .schedule-title {
    margin-bottom: 25px;
  }
  .rec-staff-contents-wrapper01 {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .rec-staff-contents-wrapper001 {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .rec-staff-contents-wrapper02 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .rec-staff-text-question {
    font-size: 1.5vw;
  }
  .rec-staff-text-answer {
    font-size: 1.6rem;
  }
  .rec-staff-text-wrap {
    padding: 0 8%;
  }
  .rec-staff-header-photo-wrap {
    border-radius: 10px 0 0 10px;
  }
  .rec-staff-photo-wrap {
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .tab02 li a {
    font-size: 1.5vw;
  }
  .tab02 li a span {
    font-size: 1.2vw;
  }
  .rec-staff-header-title {
    font-size: 2vw;
  }
  .rec-staff-header-title br {
    display: none;
  }
  .rec-staff-text-question {
    font-size: 2vw;
  }
  .rec-staff-text-question br {
    display: none;
  }
  .schedule {
    width: 70px;
  }
  .schedule > .head > .time-table {
    font-size: 30px;
  }
  .schedule > .head > .time-title {
    width: 26px;
  }
}
@media (max-width: 990px) {
  .area02.is-active {
    border-radius: 10px;
  }
  .tab02 li {
    width: 18%;
    height: 50px;
  }
  .tab02 li a {
    display: block;
    height: 50px;
    font-size: 2vw;
    padding: 6px 0px;
  }
  .tab02 li a span {
    font-size: 1.5vw;
    padding: 0 0 5px;
  }
  .tab02 li .member {
    bottom: 50px;
  }
  .rec-staff-contents-wrapper01 {
    padding-bottom: 20px;
  }
  .rec-staff-contents-wrapper001 {
    padding-bottom: 40px;
  }
  .rec-staff-header-wrap {
    display: block;
    height: auto;
    padding: 0 10% 10% 10%;
  }
  .rec-staff-header-title {
    font-size: 3.8vw;
  }
  .rec-staff-header-name {
    font-size: 2.4rem;
  }
  .rec-staff-header-position {
    font-size: 1.8rem;
  }
  .rec-staff-contents-wrapper02 {
    padding-bottom: 10px;
  }
  .rec-staff-header-photo-wrap {
    border-radius: 0;
  }
  .rec-staff-text-wrap {
    padding: 0 0 10%;
  }
  .rec-staff-text-question {
    font-size: 2.4rem;
  }
  .rec-staff-text-answer {
    font-size: 1.8rem;
  }
  .schedule-wrap {
    display: block;
  }
  .schedule-member {
    padding: 20px 20px 20px 20px;
  }
  .schedule {
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 10px;
  }
  .schedule > .head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  .schedule > .head > .time-table {
    display: block;
    width: 100px;
    font-size: 36px;
    margin: 0;
  }
  .schedule > .head > .time-title {
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
    font-size: 20px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 499px) {
  .recruit-member-interview-section {
    margin: 80px 0 10%;
  }
  .rec-staff-header-wrapper {
    margin-bottom: 0;
  }
  .tab02 li {
    width: 18%;
    height: 100px;
  }
  .tab02 li .member {
    bottom: 100px;
  }
  .tab02 li a {
    height: 100px;
    font-size: 1.6rem;
    padding: 15px 8px 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    border-radius: 6px 6px 0 0;
  }
  .tab02 li.bottom a {
    border-radius: 0 0 6px 6px;
  }
  .tab02 li a span {
    font-size: 1.2rem;
    padding: 0 0 0 8px;
  }
  .area02 {
    padding: 30px 0 0;
  }
  .rec-staff-header-wrap {
    padding: 0 5% 10% 5%;
  }
  .rec-staff-header-title {
    font-size: 4.8vw;
  }
  .rec-staff-header-name {
    font-size: 1.8rem;
  }
  .rec-staff-header-position {
    font-size: 1.5rem;
  }
  .rec-staff-text-question {
    font-size: 1.7rem;
    height: auto;
    min-height: 60px;
  }
  .rec-staff-text-answer {
    font-size: 1.5rem;
  }
  .rec-staff-contents-wrapper01 {
    padding-bottom: 0px;
  }
  .rec-staff-contents-wrapper001 {
    padding-bottom: 0px;
  }
  .rec-staff-contents-wrapper02 {
    padding-bottom: 0px;
  }
  .schedule-member {
    padding: 20px 15px 20px 15px;
  }
  .schedule-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .schedule {
    padding: 10px 10px;
  }
  .schedule > .head > .time-table {
    width: 70px;
    font-size: 30px;
  }
  .schedule > .head > .time-title {
    width: calc(100% - 70px);
    font-size: 15px;
  }
}

/* ------------------------------------------------------------------
recruit-message.html
------------------------------------------------------------------- */
.recruit-message-second-text {
  display: block;
  width: 80%;
  font-size: 1.8vw;
  font-weight: 600;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 2.2;
  text-align: center;
  color: #666;
  margin: 30px auto 50px;
  padding: 0;
}
.recruit-message-second-text span {
  font-size: 2.4vw;
  font-weight: 800;
}
.recruit-message-second-text02 {
  display: block;
  width: 80%;
  font-size: 1.8vw;
  font-weight: 600;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 2.2;
  text-align: center;
  color: #666;
  margin: 30px auto 0;
  padding: 0;
}
.recruit-message-second-subtitle {
  display: block;
  font-size: 1.8vw;
  font-weight: 900;
  color: #0e3b73;
  line-height: 1;
  text-align: center;
  margin: 20px 0 5%;
  padding: 0;
}
.recruit-message-second-subcontitle {
  display: block;
  font-size: 1.4vw;
  font-weight: 900;
  color: #0e3b73;
  line-height: 1;
  text-align: center;
  margin: 0 0 7%;
  padding: 20px 0 15px;
  background-color: #fff;
  border-radius: 10px;
}
.recruit-message-second-subcontext {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  color: #0e3b73;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 0 10%;
}

@media (max-width: 1480px) {
  .recruit-message-second-text {
    width: 90%;
    font-size: 2.4vw;
  }
  .recruit-message-second-text span {
    font-size: 2.8vw;
  }
  .recruit-message-second-text02 {
    width: 90%;
    font-size: 2.4vw;
  }
  .recruit-message-second-subtitle {
    font-size: 2.4vw;
  }
  .recruit-message-second-subcontitle {
    font-size: 1.5vw;
    margin: 0 0 15px;
  }
  .recruit-message-second-subcontext {
    font-size: 1.6rem;
    padding: 0 5% 20px;
  }
}
@media (max-width: 1200px) {
  .recruit-message-second-subcontitle {
    font-size: 1.7vw;
  }
  .recruit-message-second-subcontext {
    font-size: 1.5rem;
  }
}
@media (max-width: 990px) {
  .recruit-message-second-text {
    width: 96%;
    font-size: 3.2vw;
  }
  .recruit-message-second-text span {
    font-size: 3.8vw;
  }
  .recruit-message-second-subtitle {
    font-size: 3.6vw;
  }
  .recruit-message-second-subcontitle {
    font-size: 3.6vw;
  }
  .recruit-message-second-subcontext {
    font-size: 1.6rem;
    text-align: center;
  }
  .recruit-message-second-text02 {
    width: 80%;
    font-size: 2.4vw;
    line-height: 1.8;
  }
}
@media (max-width: 499px) {
  .recruit-message-second-text {
    width: 80%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
  }
  .recruit-message-second-text span {
    font-size: 1.6rem;
  }
  .recruit-message-second-subtitle {
    font-size: 4.8vw;
  }
  .recruit-message-second-subcontitle {
    font-size: 4.4vw;
  }
  .recruit-message-second-subcontext {
    font-size: 1.5rem;
    text-align: left;
  }
  .recruit-message-second-text br.br {
    display: none;
  }
  .recruit-message-second-text span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .recruit-message-second-text02 {
    width: 84%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
  }
  .recruit-message-second-text02 br {
    display: none;
  }
  .recruit-message-second-text02 br.br {
    display: none;
  }
}

/* ------------------------------------------------------------------
recruit-entry/
------------------------------------------------------------------- */
section.recruit-entry-list-section {
  width: 100%;
  height: auto;
  margin: 0 0 5%;
  padding: 0 11%;
  background-color: #fff;
}
.recruit-entry-list-wrapper {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 20px;
  background-color: #f0f0f0;
  border-radius: 20px;
}
.recruit-entry-list-header-wpap {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.recruit-entry-list-header {
  display: block;
  font-size: 1.6vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #0e3b73;
  line-height: 1;
  margin: 0;
}
.recruit-entry-list-header span {
  display: block;
  font-size: 1.4vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5vw;
  padding: 10px 0 0;
}

/*!------------------------------------------------------------------
[Recruit Entry List Btn]
*/
.recruit-entry-list-wrap {
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.linkbutton-recruit-entry-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  text-align: center;
  margin: 10px 0;
  padding: 0 20px;
  background: #fff;
  line-height: 68px;
  border-radius: 10px;
  overflow: hidden;
}
.linkbutton-recruit-entry-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #0e3b73;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkbutton-recruit-entry-btn:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-recruit-entry-btn .text {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  color: #0e3b73;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-recruit-entry-btn:hover .text {
  color: #fff;
}
.linkbutton-recruit-entry-btn .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #0e3b73;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-recruit-entry-btn:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 1480px) {
  section.recruit-entry-list-section {
    padding: 0 8%;
  }
  .recruit-entry-list-header {
    font-size: 2vw;
  }
  .recruit-entry-list-header span {
    font-size: 1.6vw;
  }
  .linkbutton-recruit-entry-btn .text {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  section.recruit-entry-list-section {
    padding: 0 6%;
  }
  .recruit-entry-list-header {
    font-size: 2.4vw;
  }
  .recruit-entry-list-header span {
    font-size: 2vw;
  }
  .linkbutton-recruit-entry-btn {
    height: 60px;
    line-height: 58px;
  }
}
@media (max-width: 990px) {
  .recruit-entry-list-header-wpap {
    justify-content: center;
    margin-bottom: 30px;
  }
  .recruit-entry-list-header {
    font-size: 2.4rem;
    text-align: center;
  }
  .recruit-entry-list-header span {
    font-size: 2.4rem;
  }
}
@media (max-width: 499px) {
  .recruit-entry-list-wrapper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
  }
  .recruit-entry-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .recruit-entry-list-header-wpap {
    margin-bottom: 20px;
  }
  .linkbutton-recruit-entry-btn {
    height: auto;
    padding: 15px 10px 17px;
    line-height: 1;
    font-weight: 500;
  }
  .linkbutton-recruit-entry-btn .text {
    font-size: 1.6rem;
  }
  .recruit-entry-list-header span {
    font-size: 2rem;
  }
}

/* ------------------------------------------------------------------
recruit-entry-single.html
------------------------------------------------------------------- */
section.recruit-entry-single-title-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 5% 0 5%;
  padding: 0;
  background-color: #fff;
}
.recruit-entry-single-subtitle-wrapper {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
}
.recruit-entry-single-subtitle-wrap-left {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-right: solid 1px #ccc;
}
.recruit-entry-single-subtitle-wrap-right {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.recruit-entry-single-subtitle {
  font-size: 1.8vw;
  font-weight: 500;
  padding: 0;
  color: #666;
}
.recruit-entry-single-sublead-wrap {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-top: solid 1px #ccc;
}
.recruit-entry-single-sublead {
  font-size: 1.4vw;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 10px 20px 0;
  color: #666;
}

/*!----------------------------------
[Table Entry]
*/
table.entry {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
table.entry th {
  width: 30%;
  font-size: 2rem;
  font-weight: 600;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
  padding: 2em;
  border-bottom: solid 1px #ccc;
}
table.entry th.last {
  border-bottom: none;
}
table.entry td {
  width: 70%;
  text-align: left;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 400;
  color: #666;
  letter-spacing: 1px;
  line-height: 2;
  padding: 2em;
  border-bottom: solid 1px #ccc;
}
table.entry td.last {
  border-bottom: none;
}

@media (max-width: 1480px) {
  table.entry {
    width: 100%;
  }
  table.entry th {
    font-size: 1.8rem;
  }
  table.entry td {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .recruit-entry-single-subtitle {
    font-size: 2.4vw;
  }
  .recruit-entry-single-sublead {
    font-size: 1.8vw;
  }
  table.entry {
    width: 100%;
  }
}
@media (max-width: 990px) {
  section.recruit-entry-single-title-section {
    margin: 120px 0 40px;
    padding: 0;
    background-color: #fff;
  }
  .recruit-entry-single-subtitle {
    font-size: 3vw;
  }
  .recruit-entry-single-sublead {
    font-size: 1.6rem;
  }
  table.entry {
    width: 100%;
    margin: 0 auto;
  }
  table.entry th {
    display: block;
    width: calc(100% - 3em);
    font-size: 2rem;
    text-align: center;
    padding: 1.5em 0;
    margin: 0 1.5em 1.5em;
  }
  table.entry td {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 2em 2em;
  }
}
@media (max-width: 499px) {
  .recruit-entry-single-subtitle-wrap-left {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: none;
  }
  .recruit-entry-single-subtitle-wrap-right {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .recruit-entry-single-subtitle {
    font-size: 2rem;
    margin-bottom: 0;
  }
  table.entry th {
    font-size: 2rem;
  }
  table.entry td {
    font-size: 1.6rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center !important;
}
.wpcf7-spinner {
  position: absolute;
  left: calc(50% - 12px);
  bottom: -30px;
  margin: 0 !important;
}
