@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap);
@import url(//fonts.googleapis.com/css?family=Roboto&display=swap);
@import url(//fonts.googleapis.com/css?family=Lato&display=swap);
.slideLeftIn,
[data-animate="slideLeftIn"].is-animate {
  animation: slideLeftIn 1.8s 0.5s cubic-bezier(0.23, 1, 0.32, 1) 1 normal forwards;
}
@keyframes slideLeftIn {
  0% {
    visibility: visible;
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
    visibility: visible;
  }
}
.slideRightIn,
[data-animate="slideRightIn"].is-animate {
  animation: slideRightIn 1.8s 0.5s cubic-bezier(0.23, 1, 0.32, 1) 1 normal forwards;
}
@keyframes slideRightIn {
  0% {
    visibility: visible;
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
    visibility: visible;
  }
}
.slideDownIn,
[data-animate="item-circle"].is-animate img,
[data-animate="slideDownIn"].is-animate {
  animation: slideDownIn 0.6s 0s cubic-bezier(0.23, 1, 0.32, 1) 1 normal forwards;
}
@keyframes slideDownIn {
  0% {
    transform: scaleY(1.2) translate(0, -30px);
    transform-origin: top center;
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(0, 0px);
    opacity: 1;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 3.466666666666666vw;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 415px) {
  body {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  img {
    width: auto;
  }
}
a {
  color: #000;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
sup {
  font-size: 75.5%;
  position: relative;
  top: -0.1em;
  vertical-align: top;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  outline: none;
}
button,
input[type="image"],
input[type="submit"],
label[for],
select {
  cursor: pointer;
}
button,
input[type="submit"] {
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
}
select::-ms-expand {
  display: none;
}
main {
  background: #d8f5f6;
  display: block;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 133px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main {
    padding-top: 103px;
  }
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) main {
    padding-top: 78px;
  }
}
/* ================================
 * accordion
 * ================================*/
[data-accordion] [data-accordion-el="button"] {
  cursor: pointer;
}
[data-accordion] [data-accordion-el="contents"] {
  overflow: hidden;
  height: 0;
  transition: height 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (min-width: 768px) {
  .js-accordion-sp [data-accordion-el="button"] {
    pointer-events: none;
  }
}
[data-animate="wood"] {
  opacity: 0;
  filter: blur(8px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-animate="wood"].is-animate {
  transition: filter 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s linear;
  opacity: 1;
  filter: blur(0);
}
[data-animate="fadeIn"] {
  opacity: 0;
}
[data-animate="fadeIn"].is-animate {
  transition: opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
[data-animate="fadeUpIn"] {
  opacity: 0;
  transform: translateY(40px);
}
[data-animate="fadeUpIn"].is-animate {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  transform: translateY(0);
}
[data-animate="item-circle"] {
  opacity: 0;
  transform: translateY(40px);
}
[data-animate="item-circle"] img {
  opacity: 0;
  backface-visibility: hidden;
}
[data-animate="item-circle"].is-animate {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-animate="item-circle"].is-animate img {
  animation-delay: 0.5s;
}
@media only screen and (min-width: 768px) {
  [data-animate="item-circle"].is-animate img {
    animation-delay: 0.8s;
  }
}
[data-animate="facilities"] > .inner {
  opacity: 0;
  transform: translateY(30px);
}
@media only screen and (min-width: 768px) {
  [data-animate="facilities"] > .inner {
    transform: translateY(50px);
  }
}
[data-animate="facilities"] .box-primary::before {
  transform: rotate(135deg) scaleX(0);
}
[data-animate="facilities"] .box-primary::after {
  transform: rotate(45deg) scaleX(0);
}
[data-animate="facilities"] .box-primary .box-inner::before {
  transform: rotate(-135deg) scaleX(0);
}
[data-animate="facilities"] .box-primary .box-inner::after {
  transform: rotate(-45deg) scaleX(0);
}
[data-animate="facilities"] .heading,
[data-animate="facilities"] .text-lead {
  opacity: 0;
  transform: translateY(20px);
}
[data-animate="facilities"] .item {
  opacity: 0;
}
[data-animate="facilities"].is-animate > .inner {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s;
}
[data-animate="facilities"].is-animate .box-primary::before,
[data-animate="facilities"].is-animate .box-primary::after {
  transition: transform 0.4s 0.7s;
}
[data-animate="facilities"].is-animate .box-primary::before {
  transform: rotate(135deg) scaleX(1);
}
[data-animate="facilities"].is-animate .box-primary::after {
  transform: rotate(45deg) scaleX(1);
}
[data-animate="facilities"].is-animate .box-primary .box-inner::before,
[data-animate="facilities"].is-animate .box-primary .box-inner::after {
  transition: transform 0.4s 0.7s;
}
[data-animate="facilities"].is-animate .box-primary .box-inner::before {
  transform: rotate(-135deg) scaleX(1);
}
[data-animate="facilities"].is-animate .box-primary .box-inner::after {
  transform: rotate(-45deg) scaleX(1);
}
[data-animate="facilities"].is-animate .heading,
[data-animate="facilities"].is-animate .text-lead {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s;
}
[data-animate="facilities"].is-animate .text-lead {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-animate="facilities"].is-animate .item {
  opacity: 1;
  transition: opacity 1.5s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-animate="recruit"] > .inner {
  opacity: 0;
  transform: translateY(30px);
}
@media only screen and (min-width: 768px) {
  [data-animate="recruit"] > .inner {
    transform: translateY(50px);
  }
}
[data-animate="recruit"] .box-primary::before {
  transform: rotate(135deg) scaleX(0);
}
[data-animate="recruit"] .box-primary::after {
  transform: rotate(45deg) scaleX(0);
}
[data-animate="recruit"] .box-primary .box-inner::before {
  transform: rotate(-135deg) scaleX(0);
}
[data-animate="recruit"] .box-primary .box-inner::after {
  transform: rotate(-45deg) scaleX(0);
}
[data-animate="recruit"] .heading,
[data-animate="recruit"] .text-lead,
[data-animate="recruit"] .recruit-link {
  opacity: 0;
  transform: translateY(20px);
}
[data-animate="recruit"].is-animate > .inner {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s;
}
[data-animate="recruit"].is-animate .box-primary::before,
[data-animate="recruit"].is-animate .box-primary::after {
  transition: transform 0.4s 1.2s;
}
[data-animate="recruit"].is-animate .box-primary::before {
  transform: rotate(135deg) scaleX(1);
}
[data-animate="recruit"].is-animate .box-primary::after {
  transform: rotate(45deg) scaleX(1);
}
[data-animate="recruit"].is-animate .box-primary .box-inner::before,
[data-animate="recruit"].is-animate .box-primary .box-inner::after {
  transition: transform 0.4s 1.2s;
}
[data-animate="recruit"].is-animate .box-primary .box-inner::before {
  transform: rotate(-135deg) scaleX(1);
}
[data-animate="recruit"].is-animate .box-primary .box-inner::after {
  transform: rotate(-45deg) scaleX(1);
}
[data-animate="recruit"].is-animate .heading,
[data-animate="recruit"].is-animate .text-lead,
[data-animate="recruit"].is-animate .recruit-link {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s;
}
[data-animate="recruit"].is-animate .text-lead {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-animate="recruit"].is-animate .recruit-link {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-animate="box"] {
  opacity: 0;
  transform: translateY(40px);
}
[data-animate="box"].is-animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-animate="slideDownIn"] {
  opacity: 0;
}
[data-animate="slideDownIn"].is-animate {
  animation-delay: 0.5s;
}
[data-animate="slideLeftIn"] {
  visibility: hidden;
}
[data-animate="slideRightIn"] {
  visibility: hidden;
}
.breadcrumb {
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin: 18px 0 0 2px;
  }
}
.breadcrumb-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-list {
    width: 82.15384615384616%;
  }
}
.breadcrumb-list-item {
  font-size: 3.2vw;
  line-height: 1.416666666666667;
  color: #000;
  position: relative;
}
@media (min-width: 415px) {
  .breadcrumb-list-item {
    font-size: 1.2rem;
  }
}
.breadcrumb-list-item:not(:first-child) {
  margin-left: 2px;
  padding-left: 9px;
}
.breadcrumb-list-item:not(:first-child)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: ">";
  display: block;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-list-item {
    font-size: 1.2rem;
    line-height: 1.833333333333333;
  }
}
.breadcrumb-list-item a {
  color: #1c5a9b;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-list-item a {
    transition: color 0.5s;
  }
  .breadcrumb-list-item a:hover {
    color: #609ad7;
  }
}
.button-back-to-top {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  right: 27px;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 5;
}
.button-back-to-top .button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.button-back-to-top img {
  width: 24px;
}
@media only screen and (max-width: 767px) {
  .button-back-to-top {
    right: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .button-back-to-top.static {
    margin: 30px 15px 30px auto;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.button-primary {
  font-size: 4vw;
  line-height: 1;
  border: 2px solid #1c5a9b;
  box-sizing: border-box;
  color: #1c5a9b;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 60px 22px;
  position: relative;
  text-align: center;
}
@media (min-width: 415px) {
  .button-primary {
    font-size: 1.5rem;
  }
}
.button-primary .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  border: 2px solid #1c5a9b;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
}
.button-primary .icon::before {
  border-right: 2px solid #1c5a9b;
  border-top: 2px solid #1c5a9b;
  content: "";
  display: inline-block;
  font-size: 0;
  position: relative;
  left: -1px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(0px, 0px);
}
@media only screen and (min-width: 768px) {
  .button-primary {
    font-size: 1.6rem;
    line-height: 1;
    padding: 20px 60px;
    transition: all 0.3s;
  }
  .button-primary .label {
    margin-left: -30px;
  }
  .button-primary .icon {
    right: 10px;
    transition: all 0.2s ease-in-out;
  }
  .button-primary .icon::before {
    transition: all 0.3s;
  }
  .button-primary:hover {
    border-color: #609ad7;
    color: #609ad7;
  }
  .button-primary:hover .icon {
    border-color: #609ad7;
    transform: translateX(5px);
  }
  .button-primary:hover .icon::before {
    border-color: #609ad7;
  }
}
.button-statement.button-primary {
  width: 76vw;
}
@media only screen and (max-width: 767px) {
  .button-statement.button-primary {
    font-size: 4vw;
    line-height: 1.8;
    padding: 15px 15px 17px;
  }
}
.button-statement.button-primary .icon-external {
  background: url("../../img/common/icon-external-2.png?hash=17236eb0425f8998c96139afdda0c860") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 3.2vw;
  bottom: 0;
  display: inline-block;
  margin: auto 0;
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 768px) {
  .button-statement.button-primary {
    width: 520px;
  }
  .button-statement.button-primary .icon-external {
    right: 23px;
    width: 14px;
    height: 14px;
    transition: opacity 0.3s;
  }
  .button-statement.button-primary:hover .icon-external {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .button-statement.button-primary {
    font-size: 1.5rem;
  }
}
.button-secondary {
  font-size: 3.733333333333334vw;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 20px;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 14px 7px;
  position: relative;
  text-align: center;
}
@media (min-width: 415px) {
  .button-secondary {
    font-size: 1.4rem;
  }
}
.button-secondary .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  box-sizing: border-box;
  font-size: 0;
  margin: auto 0;
}
.button-secondary .icon::before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: inline-block;
  font-size: 0;
  position: relative;
  left: -1px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(0px, 0px);
}
@media only screen and (min-width: 768px) {
  .button-secondary {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .button-secondary {
    padding: 7px 14px 5px;
  }
}
.button-submit {
  padding: 28px 60px;
}
.button-submit input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
.button-tertiary {
  font-size: 3.733333333333334vw;
  line-height: 1;
  background: #1c5a9b;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto;
  padding: 7px 35px 9px;
  position: relative;
  text-align: center;
}
@media (min-width: 415px) {
  .button-tertiary {
    font-size: 1.4rem;
  }
}
.button-tertiary .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  box-sizing: border-box;
  font-size: 0;
  margin: auto 0;
}
.button-tertiary .icon::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: inline-block;
  font-size: 0;
  position: relative;
  left: -1px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(0px, 0px);
}
@media only screen and (min-width: 768px) {
  .button-tertiary {
    font-size: 1.4rem;
    line-height: 1;
    padding: 7px 49px 9px;
  }
}

.button-pink {
  font-size: 4vw;
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 60px 22px;
  position: relative;
  text-align: center;
  background: #ff8f7e;
  border-radius: 100px;
}
@media (min-width: 415px) {
  .button-pink {
    font-size: 1.5rem;
  }
}
.button-pink .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.button-pink .icon::before {
  content: "";
  display: inline-block;
  font-size: 0;
  position: relative;
  left: -1px;
  width: 100%;
  height: 100%;
  background: url("../../img/common/pink-button-arrow.png") no-repeat center center / contain;
}
@media only screen and (min-width: 768px) {
  .button-pink {
    font-size: 1.6rem;
    line-height: 1;
    padding: 20px 60px;
    transition: all 0.3s;
  }
  .button-pink .label {
    margin-left: -30px;
  }
  .button-pink .icon {
    right: 15px;
    transition: all 0.2s ease-in-out;
  }
  .button-pink .icon::before {
    transition: all 0.3s;
  }
  .button-pink:hover {
    opacity: 0.7;
  }
  .button-pink:hover .icon {
    border-color: #609ad7;
    transform: translateX(5px);
  }
  .button-pink:hover .icon::before {
    border-color: #609ad7;
  }
}
.step-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 46px;
  position: relative;
}
.step-list::before {
  position: absolute;
  top: 3.733333333333334vw;
  right: 0;
  left: 0;
  background: #fff;
  content: "";
  display: block;
  margin: 0 auto;
  width: 59.73333333333334vw;
  height: 2px;
}
@media only screen and (min-width: 768px) {
  .step-list {
    margin-bottom: 76px;
    width: 312px;
  }
  .step-list::before {
    width: 100%;
    height: 5px;
    top: 16px;
  }
}
.step-list-item {
  position: relative;
}
.step-list-item:not(:first-child) {
  margin-left: 17.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .step-list-item:not(:first-child) {
    margin-left: 102px;
  }
}
.step-list-item .number,
.step-list-item .text {
  display: block;
  font-weight: 500;
  text-align: center;
}
.step-list-item .number {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 3.733333333333334vw;
  line-height: 1;
  letter-spacing: 0.08em;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #aeaeae;
  font-weight: 500;
  margin: 0 auto 5px;
  padding: 0 0 2px 1px;
  width: 8vw;
  height: 8vw;
}
@media (min-width: 415px) {
  .step-list-item .number {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .step-list-item .number {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.08em;
    width: 36px;
    height: 36px;
  }
}
.step-list-item .text {
  font-size: 2.933333333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  pointer-events: none;
}
@media (min-width: 415px) {
  .step-list-item .text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .step-list-item .text {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
    bottom: -17px;
  }
}
.step-list-item:nth-child(1) .number {
  padding-left: 2px;
}
.step-list-item.located .number,
.step-list-item.finish .number {
  background: #1c5a9b;
  border: 2px solid #fff;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .step-list-item.located .number,
  .step-list-item.finish .number {
    border-width: 3px;
  }
}
.step-list-item.located .text,
.step-list-item.finish .text {
  color: #1c5a9b;
}
.contact-form {
  position: relative;
}
.contact-form-inner {
  position: relative;
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 19px 4vw 45px;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner {
    max-width: 840px;
    padding: 18px 60px 90px;
    width: 64.61538461538461%;
  }
}
.contact-form-inner .text-required {
  font-size: 2.933333333333333vw;
  line-height: 1;
  color: #d90038;
  font-weight: 500;
  padding-left: 6px;
  position: relative;
  left: 4vw;
}
@media (min-width: 415px) {
  .contact-form-inner .text-required {
    font-size: 1.1rem;
  }
}
.contact-form-inner .text-required::before {
  font-size: 2.933333333333333vw;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  color: #d90038;
  content: "*";
  display: block;
  margin: auto 0;
  vertical-align: middle;
}
@media (min-width: 415px) {
  .contact-form-inner .text-required::before {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .text-required {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
    left: -40px;
    margin-bottom: 55px;
    padding-left: 8px;
  }
  .contact-form-inner .text-required::before {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.contact-form-inner .item {
  position: relative;
}
.contact-form-inner .item:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .item:not(:first-child) {
    margin-top: 24px;
  }
}
.contact-form-inner .item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-form-inner .item-inner {
    padding: 0 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .item-inner {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.contact-form-inner .key,
.contact-form-inner .value {
  display: block;
}
.contact-form-inner .key {
  font-size: 3.733333333333334vw;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 14px;
  position: relative;
}
@media (min-width: 415px) {
  .contact-form-inner .key {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .key {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin: 0;
    max-width: 286px;
    width: 39.72222222222222%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-form-inner .key {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
.contact-form-inner .value {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .value {
    max-width: 434px;
    width: 60.27777777777777%;
  }
}
.contact-form-inner .required::before {
  position: absolute;
  top: 0;
  right: -0.7em;
  color: #d90038;
  content: "*";
  display: block;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .required::before {
    font-size: 1.9rem;
    line-height: 1;
    right: 0;
  }
}
.contact-form-inner .text-error,
.mw_wp_form .error {
  color: #d90038 !important;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact-form-inner .text-error,
  .mw_wp_form .error {
    font-size: 2.933333333333333vw !important;
    line-height: 1;
    position: absolute;
    bottom: -1.3em;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .text-error,
  .mw_wp_form .error {
    font-size: 1.2rem !important;
    line-height: 1;
    letter-spacing: 0.08em;
    position: absolute;
    top: -1.2em;
    left: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .contact-form-inner .text-error,
  .mw_wp_form .error {
    font-size: 1.1rem !important;
  }
}
.contact-form-inner .item.error .text-error,
.mw_wp_form .error {
  display: block;
}
.contact-form-inner .select-box {
  background: #f2f2f2;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
.contact-form-inner .select-box::before {
  border-right: 1.5px solid #aeaeae;
  border-top: 1.5px solid #aeaeae;
  content: "";
  display: inline-block;
  font-size: 0;
  position: relative;
  left: -1px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translate(0px, 0px);
}
.contact-form-inner .select-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  content: "";
  left: auto;
  margin: auto 0;
  pointer-events: none;
  transform: rotate(135deg) translateY(1px);
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .select-box {
    width: calc(100% - 15px);
  }
  .contact-form-inner .select-box::before {
    right: 15px;
  }
}
.contact-form-inner .select-box .select {
  padding: 4vw 30px 4vw 15px;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .select-box .select {
    padding: 15px 42px 15px 20px;
  }
}
.contact-form-inner .select-box .select.disabled {
  color: #aeaeae;
}
.contact-form-inner .error .select-box {
  padding: 0 !important;
}
.contact-form-inner .input,
.contact-form-inner .textarea,
.contact-form-inner .select {
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}
.contact-form-inner .input::-webkit-input-placeholder,
.contact-form-inner .textarea::-webkit-input-placeholder,
.contact-form-inner .select::-webkit-input-placeholder {
  color: #aeaeae;
  padding-top: 0.2em;
}
.contact-form-inner .input:-ms-input-placeholder,
.contact-form-inner .textarea:-ms-input-placeholder,
.contact-form-inner .select:-ms-input-placeholder {
  color: #aeaeae;
}
.contact-form-inner .input:-webkit-autofill,
.contact-form-inner .textarea:-webkit-autofill,
.contact-form-inner .select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset;
}
.contact-form-inner .input::-ms-clear,
.contact-form-inner .textarea::-ms-clear,
.contact-form-inner .select::-ms-clear {
  display: none;
}
.contact-form-inner .input::placeholder,
.contact-form-inner .textarea::placeholder,
.contact-form-inner .select::placeholder {
  color: #aeaeae;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-form-inner .input::placeholder,
  .contact-form-inner .textarea::placeholder,
  .contact-form-inner .select::placeholder {
    font-size: 3.733333333333334vw;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .input::placeholder,
  .contact-form-inner .textarea::placeholder,
  .contact-form-inner .select::placeholder {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-form-inner .input::placeholder,
  .contact-form-inner .textarea::placeholder,
  .contact-form-inner .select::placeholder {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .contact-form-inner .input::placeholder,
  .contact-form-inner .textarea::placeholder,
  .contact-form-inner .select::placeholder {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-inner .input,
  .contact-form-inner .textarea,
  .contact-form-inner .select {
    font-size: 3.733333333333334vw;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .input,
  .contact-form-inner .textarea,
  .contact-form-inner .select {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-form-inner .input,
  .contact-form-inner .textarea,
  .contact-form-inner .select {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .contact-form-inner .input,
  .contact-form-inner .textarea,
  .contact-form-inner .select {
    font-size: 1.4rem;
  }
}
.contact-form-inner .input,
.contact-form-inner .textarea {
  color: #000;
  padding: 3.466666666666666vw 40px 3.466666666666666vw 15px;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .input[type="text"],
  .contact-form-inner .input[type="tel"],
  .contact-form-inner .input[type="email"] {
    line-height: 20px;
    padding: 11px 42px 11px 20px;
    width: calc(100% - 15px);
  }
}
.contact-form-inner .textarea {
  line-height: 1.357142857142857;
  box-sizing: border-box;
  height: 225px;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .textarea {
    height: 210px;
    padding: 14px 20px;
    width: calc(100% - 15px);
  }
}
.contact-form-inner .item-select-box {
  padding-bottom: 41px;
}
.contact-form-inner .item-select-box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d7d7d7;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .item-select-box {
    padding-bottom: 42px;
  }
  .contact-form-inner .item-select-box.item-select-box2 {
    margin-bottom: 43px;
  }
  .contact-form-inner .item-select-box::before {
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.contact-form-inner .item-comment {
  padding-top: 41px;
}
.contact-form-inner .item-comment::before {
  position: absolute;
  top: 0;
  left: -15px;
  background: #d7d7d7;
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 2px;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .item-comment {
    margin-top: 42px !important;
    padding: 42px 0;
  }
  .contact-form-inner .item-comment::before {
    left: 0;
    width: 100%;
    height: 1px;
  }
  .contact-form-inner .item-comment::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d7d7d7;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
  .contact-form-inner .item-comment .item-inner {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .contact-form-inner .item-comment .item-inner .key {
    margin-top: 16px;
  }
}
.contact-form-inner .success.item-comment .value::after {
  bottom: auto;
  top: 12px;
}
.contact-form-inner .error .input,
.contact-form-inner .error .textarea,
.contact-form-inner .error .select-box {
  background: #ffeff2;
  border: 1px solid #d90038;
  color: #d90038;
  padding: 3.2vw 15px;
}
.contact-form-inner .error .input::-webkit-input-placeholder,
.contact-form-inner .error .textarea::-webkit-input-placeholder,
.contact-form-inner .error .select-box::-webkit-input-placeholder {
  color: #d90038;
}
.contact-form-inner .error .input:-ms-input-placeholder,
.contact-form-inner .error .textarea:-ms-input-placeholder,
.contact-form-inner .error .select-box:-ms-input-placeholder {
  color: #d90038;
}
.contact-form-inner .error .input::placeholder,
.contact-form-inner .error .textarea::placeholder,
.contact-form-inner .error .select-box::placeholder {
  color: #d90038;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .error .input,
  .contact-form-inner .error .textarea,
  .contact-form-inner .error .select-box {
    border-width: 2px;
    padding: 9px 42px 9px 20px;
  }
}
.contact-form-inner .error select {
  background: #ffeff2;
}
.contact-form-inner .submit {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .submit {
    margin-top: 90px;
  }
}
.contact-form-inner .button-primary {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-form-inner .button-primary {
    border-color: #000;
    color: #000;
    max-width: 300px;
    width: 41.66666666666667%;
    min-width: 220px;
  }
  .contact-form-inner .button-primary .label {
    margin-left: 0;
  }
  .contact-form-inner .button-primary .icon {
    border-color: #000;
  }
  .contact-form-inner .button-primary .icon::before {
    border-color: #000;
  }
}
.contact-confirmation .contact-form-inner,
.mw_wp_form_confirm .contact-form-inner {
  padding: 14px 4vw 45px;
}
@media only screen and (min-width: 768px) {
  .contact-confirmation .contact-form-inner,
  .mw_wp_form_confirm .contact-form-inner {
    padding: 47px 60px 90px;
  }
}
.contact-confirmation .contact-form-inner .item:not(:first-child),
.mw_wp_form_confirm .contact-form-inner .item:not(:first-child) {
  margin-top: 55px;
}
@media only screen and (min-width: 768px) {
  .contact-confirmation .contact-form-inner .item:not(:first-child),
  .mw_wp_form_confirm .contact-form-inner .item:not(:first-child) {
    margin-top: 52px;
  }
}
.contact-confirmation .contact-form-inner .item .key,
.mw_wp_form_confirm .contact-form-inner .item .key,
.contact-confirmation .contact-form-inner .item .value,
.mw_wp_form_confirm .contact-form-inner .item .value {
  font-size: 3.733333333333334vw;
  line-height: 1;
}
@media (min-width: 415px) {
  .contact-confirmation .contact-form-inner .item .key,
  .mw_wp_form_confirm .contact-form-inner .item .key,
  .contact-confirmation .contact-form-inner .item .value,
  .mw_wp_form_confirm .contact-form-inner .item .value {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-confirmation .contact-form-inner .item .key,
  .mw_wp_form_confirm .contact-form-inner .item .key,
  .contact-confirmation .contact-form-inner .item .value,
  .mw_wp_form_confirm .contact-form-inner .item .value {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-confirmation .contact-form-inner .item .key,
  .mw_wp_form_confirm .contact-form-inner .item .key,
  .contact-confirmation .contact-form-inner .item .value,
  .mw_wp_form_confirm .contact-form-inner .item .value {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .contact-confirmation .contact-form-inner .item .key,
  .mw_wp_form_confirm .contact-form-inner .item .key {
    margin-bottom: 30px;
  }
}
.contact-confirmation .contact-form-inner .item .value,
.mw_wp_form_confirm .contact-form-inner .item .value {
  font-weight: 500;
}
.contact-confirmation .contact-form-inner .item-select-box,
.mw_wp_form_confirm .contact-form-inner .item-select-box {
  margin-bottom: -16px;
  padding-bottom: 57px;
}
@media only screen and (min-width: 768px) {
  .contact-confirmation .contact-form-inner .item-select-box,
  .mw_wp_form_confirm .contact-form-inner .item-select-box {
    margin-bottom: 59px;
    padding-bottom: 58px;
  }
}
.contact-confirmation .contact-form-inner .item-comment,
.mw_wp_form_confirm .contact-form-inner .item-comment {
  padding-top: 41px;
}
.contact-confirmation .contact-form-inner .item-comment .value,
.mw_wp_form_confirm .contact-form-inner .item-comment .value {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .contact-confirmation .contact-form-inner .item-comment,
  .mw_wp_form_confirm .contact-form-inner .item-comment {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .contact-confirmation .contact-form-inner .item-comment,
  .mw_wp_form_confirm .contact-form-inner .item-comment {
    margin-top: 62px !important;
    padding: 42px 0 72px;
  }
  .contact-confirmation .contact-form-inner .item-comment .value,
  .mw_wp_form_confirm .contact-form-inner .item-comment .value {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 11px;
  }
}
.contact-confirmation .submit,
.mw_wp_form_confirm .submit {
  margin-top: 55px;
}
@media only screen and (min-width: 768px) {
  .contact-confirmation .submit,
  .mw_wp_form_confirm .submit {
    margin-top: 90px;
  }
}
.contact-confirmation .buttons,
.mw_wp_form_confirm .buttons {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-confirmation .buttons,
  .mw_wp_form_confirm .buttons {
    margin: 0 4vw;
  }
}
.contact-confirmation .back,
.mw_wp_form_confirm .back {
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .contact-confirmation .back,
  .mw_wp_form_confirm .back {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.contact-confirmation .back .button,
.mw_wp_form_confirm .back .button {
  font-size: 3.733333333333334vw;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #1c5a9b;
  font-weight: 500;
}
@media (min-width: 415px) {
  .contact-confirmation .back .button,
  .mw_wp_form_confirm .back .button {
    font-size: 1.4rem;
  }
}
.contact-confirmation .back .button .icon-arrow,
.mw_wp_form_confirm .back .button .icon-arrow {
  border-color: #1c5a9b;
  margin-right: 11px;
  position: relative;
  top: 1px;
  transform: rotate(180deg);
}
.contact-confirmation .back .button .icon-arrow::before,
.mw_wp_form_confirm .back .button .icon-arrow::before {
  border-color: #1c5a9b;
}
@media only screen and (min-width: 768px) {
  .contact-confirmation .back .button,
  .mw_wp_form_confirm .back .button {
    font-size: 1.4rem;
    line-height: 1;
    transition: color 0.5s;
  }
  .contact-confirmation .back .button .icon-arrow,
  .mw_wp_form_confirm .back .button .icon-arrow {
    margin-right: 7px;
    transition: border 0.5s;
  }
  .contact-confirmation .back .button .icon-arrow::before,
  .mw_wp_form_confirm .back .button .icon-arrow::before {
    transition: border 0.5s;
  }
  .contact-confirmation .back .button:hover,
  .mw_wp_form_confirm .back .button:hover {
    color: #609ad7;
  }
  .contact-confirmation .back .button:hover .icon-arrow,
  .mw_wp_form_confirm .back .button:hover .icon-arrow {
    border-color: #609ad7;
  }
  .contact-confirmation .back .button:hover .icon-arrow::before,
  .mw_wp_form_confirm .back .button:hover .icon-arrow::before {
    border-color: #609ad7;
  }
}
.mw_wp_form_input .contact-form .conf-hide {
  display: inherit;
}
.mw_wp_form_input .contact-form .conf-show {
  display: none !important;
}
.mw_wp_form_input .contact-form .key .conf-hide {
  display: inline-block;
}
.mw_wp_form_confirm .contact-form .text-required {
  display: none;
}
.mw_wp_form_confirm .contact-form .required::before {
  display: none;
}
.mw_wp_form_confirm .contact-form .select-box {
  background: none;
}
.mw_wp_form_confirm .contact-form .select-box::before {
  display: none;
}
.mw_wp_form_confirm .contact-form .conf-hide {
  display: none !important;
}
.mw_wp_form_confirm .contact-form .conf-show {
  display: inherit;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .contact-confirmation .back .button .icon-arrow {
    top: 0;
  }
}
@-moz-document url-prefix() {
  .contact-form-inner .input::placeholder {
    font-size: 1.4rem;
    line-height: 1.285714285714286;
    letter-spacing: 0.08em;
  }
}
.hero-content {
  color: #000;
  position: relative;
}
.hero-heading {
  font-weight: bold;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.bg-pink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -34.89%;
  margin: auto 0;
  width: 50%;
  height: 200vh;
}
.bg-pink::before {
  background: #ffe5ea;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skewX(21deg);
}
@media only screen and (max-width: 767px) {
  .bg-pink {
    left: -53.8%;
  }
}
.bg-gray {
  position: absolute;
  top: 0;
  left: 50%;
  border-color: transparent #f2f2f2 transparent transparent;
  border-style: solid;
  border-width: 0 1608px 438px 0;
  margin-left: -27.384615384615387%;
  width: 0px;
  height: 0px;
}
@media only screen and (max-width: 767px) {
  .bg-gray {
    top: -8px;
  }
}
.bg-blue {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d8f5f6;
  margin: 0 auto;
  width: 100%;
  height: 68px;
}
.bg-blue::before {
  position: absolute;
  top: 0;
  left: 0;
  border-color: transparent transparent #d8f5f6 transparent;
  border-style: solid;
  border-width: 0 0 456px 2500px;
  content: "";
  display: block;
  transform: translateY(-100%);
}
.bg-dot-container {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}
.bg-dot {
  position: absolute;
  top: -15.5%;
  left: 115.38461538461537%;
  width: 873px;
  height: 873px;
}
.bg-dot::before {
  background: url("../../img/common/bg-dot-1.png?hash=b064608f4e61500e2e4c2956126a9c6e") left top repeat;
  background-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(22deg);
}
@media only screen and (min-width: 768px) {
  .bg-dot {
    left: 93.3076923076923%;
    top: -1.5%;
  }
  .bg-dot::before {
    background: url("../../img/common/pc/bg-dot-1.png?hash=d376da9f85b29341fe42f02d54d92c9a") left top repeat;
  }
}
@media only screen and (min-width: 768px) {
  .hover-opacity {
    transition: opacity 0.5s;
  }
  .hover-opacity:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 768px) {
  .hover-zoom .img {
    overflow: hidden;
  }
  .hover-zoom .img img {
    backface-visibility: hidden;
    display: inline-block;
    transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .hover-zoom:hover img {
    transform: scale(1.1);
  }
}
.list-primary {
  border-bottom: 1px solid #b5cdce;
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) {
  .list-primary {
    position: relative;
    width: 78.65168539325843%;
    margin-right: auto;
    margin-left: auto;
    max-width: 840px;
  }
}
.list-primary .item {
  font-size: 3.733333333333334vw;
  line-height: 1.928571428571429;
  border-top: 1px solid #b5cdce;
  padding: 8px 0;
}
@media (min-width: 415px) {
  .list-primary .item {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .list-primary .item {
    font-size: 1.4rem;
    line-height: 1.714285714285714;
    padding: 13px 0;
  }
}
.list-primary .item a {
  color: #1c5a9b;
  transition: color 0.5s;
}
.list-primary .item a:hover {
  color: #609ad7;
}
.modal-block {
  display: none;
}
.js-modal-loaded [data-modal-el="button"],
.js-modal-loaded [data-modal-el="youtube"] {
  cursor: pointer;
}
.js-modal-loaded .js-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 1010;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.js-modal-loaded .js-modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.js-modal-loaded .js-modal::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: spin 0.3s linear infinite;
  border: 3px solid transparent;
  border-radius: 24px;
  border-right-color: #e8e8e8;
  border-top-color: #e8e8e8;
  content: "";
  margin: auto;
  opacity: 0;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}
.js-modal-loaded .js-modal .movie-container {
  width: 100%;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.js-modal-loaded .js-modal .movie-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.js-modal-loaded .js-modal .movie-container > * {
  position: absolute;
}
.js-modal-loaded .js-modal .movie-container .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js-modal-loaded .js-modal .modal-container {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.js-modal-loaded .js-modal .modal-container::before,
.js-modal-loaded .js-modal .modal-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
}
.js-modal-loaded .js-modal .modal-contents img {
  max-width: 100%;
}
.js-modal-loaded .js-modal .modal-arrows {
  position: absolute;
  top: 50%;
  height: 50px;
  transform: translateY(-50%);
  width: 100%;
}
.js-modal-loaded .js-modal .modal-arrows .prev,
.js-modal-loaded .js-modal .modal-arrows .next {
  position: absolute;
  top: 0;
  color: transparent;
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
}
.js-modal-loaded .js-modal .modal-arrows .prev::before,
.js-modal-loaded .js-modal .modal-arrows .next::before {
  position: absolute;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  content: "";
  margin-top: -25px;
  width: 20px;
  height: 20px;
}
.js-modal-loaded .js-modal .modal-arrows .prev {
  left: 0;
}
.js-modal-loaded .js-modal .modal-arrows .prev::before {
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  left: 20px;
  transform: rotate(-45deg);
}
.js-modal-loaded .js-modal .modal-arrows .next {
  right: 0;
}
.js-modal-loaded .js-modal .modal-arrows .next::before {
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  right: 20px;
  transform: rotate(45deg);
}
.js-modal-loaded .js-modal-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 1009;
}
.is-modal-loading .js-modal::after {
  opacity: 1;
  transition-duration: 0s;
}
.button-close {
  position: absolute;
  top: 49px;
  right: 5px;
  width: 36px;
  height: 36px;
}
.section-news {
  margin-bottom: 73px;
  margin-top: -30px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-news {
    margin-bottom: 59px;
    margin-top: -100px;
    padding-top: 100px;
  }
}
.section-news .heading {
  margin-bottom: 29px;
  font-size: 6.133333333333333vw;
  line-height: 1;
}
@media (min-width: 415px) {
  .section-news .heading {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-news .heading {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.section-news .news-list {
  border-bottom: 1px solid #b5cdce;
}
@media only screen and (min-width: 768px) {
  .section-news .news-list {
    position: relative;
    width: 78.65168539325843%;
    margin-right: auto;
    margin-left: auto;
    max-width: 840px;
  }
}
.section-news .news-list .item {
  border-top: 1px solid #b5cdce;
}
.section-news .news-list .item a {
  color: #1c5a9b;
}
.section-news .news-list .item .item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 13px 0;
}
@media only screen and (min-width: 768px) {
  .section-news .news-list .item .item-inner {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 0;
  }
}
.section-news .news-list .item .item-inner .date,
.section-news .news-list .item .item-inner .text {
  transition: all 0.5s;
}
.section-news .news-list .item .item-inner .date {
  font-size: 3.2vw;
  line-height: 1;
  color: #000;
}
@media (min-width: 415px) {
  .section-news .news-list .item .item-inner .date {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-news .news-list .item .item-inner .date {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .section-news .news-list .item .item-inner .date {
    margin-bottom: 9px;
  }
}
.section-news .news-list .item .item-inner .text {
  font-size: 3.733333333333334vw;
  line-height: 1.5;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
}
@media (min-width: 415px) {
  .section-news .news-list .item .item-inner .text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-news .news-list .item .item-inner .text {
    font-size: 1.4rem;
    line-height: 1.714285714285714;
    margin-left: 18px;
  }
}
.section-news .news-list .item a:hover .date {
  opacity: 0.6;
}
.section-news .news-list .item a:hover .text {
  color: #609ad7;
}
h2.heading,
h3.heading,
h4.heading,
h5.heading,
h6.heading {
  font-weight: bold;
  text-align: center;
}
.bg-dot-left,
.bg-dot-right {
  width: 873px;
  height: 873px;
}
.bg-dot-left::before,
.bg-dot-right::before {
  background: url("../../img/common/bg-dot-1.png?hash=b064608f4e61500e2e4c2956126a9c6e") left top repeat;
  background-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .bg-dot-left::before,
  .bg-dot-right::before {
    background: url("../../img/common/pc/bg-dot-1.png?hash=d376da9f85b29341fe42f02d54d92c9a") left top repeat;
  }
}
.bg-dot-left {
  left: auto;
  top: auto;
}
.bg-dot-left::before {
  transform: rotate(-22deg);
}
.bg-dot-right::before {
  transform: rotate(22deg);
}
.bg-woods {
  background: url("../../img/common/bg-woods-1.png?hash=53bc9bdd6569f2bbe019b8103b3ed715") center top no-repeat;
  background-size: cover;
  width: 31px;
  height: 31px;
}
@media only screen and (min-width: 768px) {
  .bg-woods {
    background: url("../../img/common/pc/bg-woods-1.png?hash=3f9b10570c8f52a741e0ff50427d6c9b") center top no-repeat;
    background-size: cover;
    width: 45px;
    height: 46px;
  }
}
.box-primary {
  background: #fff;
  background: -webkit-linear-gradient(315deg, transparent 20px, #fff 0) top left,
    -webkit-linear-gradient(225deg, transparent 20px, #fff 0) top right,
    -webkit-linear-gradient(135deg, transparent 20px, #fff 0) bottom right,
    -webkit-linear-gradient(45deg, transparent 20px, #fff 0) bottom left;
  background: -moz-linear-gradient(315deg, transparent 20px, #fff 0) top left,
    -moz-linear-gradient(225deg, transparent 20px, #fff 0) top right,
    -moz-linear-gradient(135deg, transparent 20px, #fff 0) bottom right,
    -moz-linear-gradient(45deg, transparent 20px, #fff 0) bottom left;
  background: -o-linear-gradient(315deg, transparent 20px, #fff 0) top left,
    -o-linear-gradient(225deg, transparent 20px, #fff 0) top right,
    -o-linear-gradient(135deg, transparent 20px, #fff 0) bottom right,
    -o-linear-gradient(45deg, transparent 20px, #fff 0) bottom left;
  background: -ms-linear-gradient(315deg, transparent 20px, #fff 0) top left,
    -ms-linear-gradient(225deg, transparent 20px, #fff 0) top right,
    -ms-linear-gradient(135deg, transparent 20px, #fff 0) bottom right,
    -ms-linear-gradient(45deg, transparent 20px, #fff 0) bottom left;
  background: linear-gradient(135deg, transparent 20px, #fff 0) top left,
    linear-gradient(225deg, transparent 20px, #fff 0) top right,
    linear-gradient(315deg, transparent 20px, #fff 0) bottom right,
    linear-gradient(45deg, transparent 20px, #fff 0) bottom left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  position: relative;
}
.box-primary::before,
.box-inner::before,
.box-primary::after,
.box-inner::after {
  background: #000;
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .box-primary::before,
  .box-inner::before,
  .box-primary::after,
  .box-inner::after {
    width: 70px;
    height: 1px;
  }
}
.box-primary::before {
  position: absolute;
  top: 14px;
  left: -14px;
  transform: rotate(135deg);
}
.box-primary::after {
  position: absolute;
  top: 14px;
  right: -14px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .box-primary::before {
    position: absolute;
    top: 15px;
    left: -21px;
    transform: rotate(135deg);
  }
  .box-primary::after {
    position: absolute;
    top: 15px;
    right: -21px;
    transform: rotate(45deg);
  }
}
.box-primary .box-inner::before {
  position: absolute;
  bottom: 14px;
  left: -15px;
  transform: rotate(-135deg);
}
.box-primary .box-inner::after {
  position: absolute;
  bottom: 14px;
  right: -15px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .box-primary .box-inner::before {
    position: absolute;
    bottom: 15px;
    left: -22px;
    transform: rotate(-135deg);
  }
  .box-primary .box-inner::after {
    position: absolute;
    bottom: 15px;
    right: -22px;
    transform: rotate(-45deg);
  }
}
.box-primary .box-body::before,
.box-primary .box-body::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  display: block;
  margin: auto;
}
.box-primary .box-body::before {
  width: 100%;
  height: 1px;
}
.box-primary .box-body::after {
  width: 1px;
  height: 100%;
}
.box-primary .box-content {
  position: relative;
  z-index: 2;
}
.bottom-img {
  background: url("../../img/common/img-1.jpg?hash=515e377ce5d1cfe528718517bd9548fe") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 41.86666666666667vw;
}
.icon-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0;
  width: 15px;
  height: 15px;
}
.icon-arrow::before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: inline-block;
  font-size: 0;
  position: relative;
  left: -1px;
  width: 3px;
  height: 3px;
  transform: rotate(45deg) translate(0px, 0px);
}
.icon-arrow.blue {
  border-color: #1c5a9b;
}
.icon-arrow.blue::before {
  border-color: #1c5a9b;
}
.icon-plus {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: inline-block;
  font-size: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.icon-plus::before,
.icon-plus::after {
  background: #000;
  content: "";
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
.icon-plus::before {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 14px;
  height: 2px;
}
.icon-plus::after {
  position: absolute;
  top: 3px;
  left: 9px;
  width: 2px;
  height: 14px;
}
.is-accordion-opened .icon-plus::before {
  transform: rotate(180deg);
}
.is-accordion-opened .icon-plus::after {
  transform: rotate(450deg);
}
.icon-external {
  background: url("../../img/common/icon-external-1.png?hash=5c8a899ebd66783b676a739bd9e4409b") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 3.2vw;
  bottom: 0;
  display: inline-block;
  margin: auto 0;
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 768px) {
  .icon-external {
    right: 13px;
    width: 14px;
    height: 14px;
  }
}
.icon-clock {
  background: url("../../img/common/icon-clock-1.png?hash=1caccc56ab651493cdbbf2999079cede") center top no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .icon-clock {
    width: 24px;
    height: 24px;
  }
}
.icon-download {
  background: url("../../img/common/icon-download-1.png?hash=08774acadcafc54440409cd9e212a3f7") center top no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 20px;
  height: 18px;
}
@media only screen and (min-width: 768px) {
  .icon-download {
    width: 20px;
    height: 18px;
  }
}
.entry-box {
  background: #f4b339;
  padding: 45px 30px;
}
@media only screen and (min-width: 768px) {
  .entry-box {
    padding: 30px 0;
  }
  .entry-box .button-primary {
    width: 300px;
  }
  .entry-box .button-primary .icon {
    right: 15px;
  }
}
.sticky-container {
  position: relative;
  top: 0;
  margin: 0;
  width: 100%;
}
.sticky-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
}
@media only screen and (min-width: 768px) {
  .sticky-inner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .header > div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background 0.4s;
  }
  .header > div.header-fixed {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #eee;
  }
}
.sticky-inner.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.recruit-nav {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #eee;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1001;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .recruit-nav {
    background: #3a75b2;
    box-shadow: 3px 4px 5px 0px rgb(3 0 0 / 25%);
    border-bottom: none;
    background: #1c5a9b;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    width: 92vw;
    z-index: 1001;
  }
}
.recruit-nav a {
  color: #000000;
}
.recruit-nav .recruit-nav-head {
  font-size: 3.733333333333334vw;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 415px) {
  .recruit-nav .recruit-nav-head {
    font-size: 1.4rem;
  }
}
.recruit-nav .recruit-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  width: 50px;
  height: 55px;
  z-index: 10;
}
.recruit-nav .recruit-menu-button .line {
  position: absolute;
  right: 0;
  left: 0;
  background: #5f8dbd;
  display: block;
  font-size: 0;
  margin: 0 auto;
  width: 21px;
  height: 1px;
  transition: all 0.3s;
}
.recruit-nav .recruit-menu-button .line:nth-child(1) {
  top: 21px;
}
.recruit-nav .recruit-menu-button .line:nth-child(2) {
  top: 26px;
}
.recruit-nav .recruit-menu-button .line:nth-child(3) {
  top: 31px;
}
.recruit-nav .recruit-nav-body {
  margin: 0 auto;
  max-width: 1500px;
  width: 88%;
}
@media only screen and (max-width: 767px) {
  .recruit-nav .recruit-nav-body {
    display: none;
    width: 100%;
  }
}
.recruit-nav .recruit-nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .recruit-nav .recruit-nav-list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 12vw;
  }
}
.recruit-nav .recruit-nav-list .nav-list-item {
  font-size: 3.733333333333334vw;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 415px) {
  .recruit-nav .recruit-nav-list .nav-list-item {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit-nav .recruit-nav-list .nav-list-item {
    font-size: 1.5rem;
    line-height: 1;
    width: 12%;
  }
  .recruit-nav .recruit-nav-list .nav-list-item:nth-of-type(3) {
    width: 15%;
  }
  .recruit-nav .recruit-nav-list .nav-list-item:nth-of-type(6) {
    width: 16%;
  }
  .recruit-nav .recruit-nav-list .nav-list-item:nth-of-type(9) {
    width: 10%;
  }
  .recruit-nav .recruit-nav-list .nav-list-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    content: "";
    display: block;
    margin: auto 0;
    width: 1px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .recruit-nav .recruit-nav-list .nav-list-item {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.recruit-nav .recruit-nav-list .button {
  display: block;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .recruit-nav .recruit-nav-list .button.active {
    color: #1c5a9b;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-nav .recruit-nav-list .button {
    border-top: 1px solid #5f8dbd;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit-nav .recruit-nav-list .button {
    padding: 31px 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit-nav .recruit-nav-list .nav-list-item:nth-child(1) {
    position: relative;
  }
  .recruit-nav .recruit-nav-list .nav-list-item:nth-child(1)::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-nav .recruit-nav-list .nav-list-item:nth-child(n + 6) {
    margin: 0 -12vw;
  }
  .recruit-nav .recruit-nav-list .nav-list-item:nth-child(n + 6) .button {
    margin: 0 12vw;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-nav .recruit-nav-list .located.nav-list-item .button::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #5f8cbd;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    content: "";
    display: block;
    margin: auto 0;
    width: 0px;
    height: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit-nav .recruit-nav-list .located.nav-list-item .button::before {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    content: "";
    display: block;
    margin: 0 auto;
    width: 0px;
    height: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-nav .recruit-nav-list .located.nav-list-item:nth-child(n + 6) .button::before {
    left: 11.733333333333333vw;
  }
}
.recruit-nav-overlay {
  background: rgba(0, 0, 0, 0.85);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
}
@media only screen and (max-width: 767px) {
  .is-recruit-menu-opened .menu-button {
    z-index: 1001;
  }
  .is-recruit-menu-opened .sticky-inner {
    z-index: 100000 !important;
  }
}
.is-recruit-menu-opened .recruit-nav-overlay {
  display: block;
}
.is-recruit-menu-opened .recruit-nav {
  background: #3a75b2;
}
.is-recruit-menu-opened .recruit-menu-button .line {
  width: 21px;
}
.is-recruit-menu-opened .recruit-menu-button .line:nth-child(1) {
  transform: translate(-2px, 5px) rotate(135deg);
}
.is-recruit-menu-opened .recruit-menu-button .line:nth-child(2) {
  opacity: 0;
}
.is-recruit-menu-opened .recruit-menu-button .line:nth-child(3) {
  transform: translate(-2px, -5px) rotate(-135deg);
}
body:not(.page-top) .section-recruit-new-bottom {
  position: relative;
}
body:not(.page-top) .section-recruit-new-bottom .bg {
  background: url("../../img/common/bg-recruit-1.jpg?hash=f2f5a6c6275c55dcd823074655b18453") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 63.46666666666667vw;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-recruit-new-bottom .bg {
    background: url("../../img/common/pc/bg-recruit-1.jpg?hash=732f634de034bd686169fd5c1c9d17c5") center center
      no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  body:not(.page-top) .section-recruit .bg {
    background-attachment: scroll;
  }
}
body:not(.page-top) .section-recruit .box {
  position: relative;
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  box-sizing: border-box;
  margin-top: -12.266666666666666vw;
  padding: 43px 7.733333333333333vw 45px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-recruit .box {
    max-width: 840px;
    width: 78.65168539325843%;
    margin-top: -140px;
    padding: 44px 40px 48px;
  }
}
body:not(.page-top) .section-recruit .box .recruit-heading {
  font-size: 6.133333333333333vw;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 17px;
}
@media (min-width: 415px) {
  body:not(.page-top) .section-recruit .box .recruit-heading {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-recruit .box .recruit-heading {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 26px;
  }
}
body:not(.page-top) .section-recruit .box .text {
  font-size: 3.733333333333334vw;
  line-height: 1.571428571428571;
  margin-bottom: 25px;
}
@media (min-width: 415px) {
  body:not(.page-top) .section-recruit .box .text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-recruit .box .text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-recruit .box .button-primary {
    width: 300px;
  }
}
body:not(.page-top) .section-recruit .box .button-primary .icon {
  right: 12px;
}
body:not(.page-top) .section-recruit .box .img-web-interview {
  position: absolute;
  top: -18.4vw;
  right: -1.866666666666667vw;
  width: 36vw;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-recruit .box .img-web-interview {
    position: absolute;
    top: -30px;
    right: -30px;
    max-width: 200px;
    width: 23.809523809523807%;
  }
}
.page-shisetsu .sticky-container {
  position: relative;
  top: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-shisetsu .sticky-container .bg-woods {
    position: absolute;
    right: 0;
    top: 842px;
    left: 0;
    margin: 0 auto;
  }
}
.page-shisetsu .sticky-inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-shisetsu .sticky-inner {
    padding: 30px 0;
    max-width: 198px;
  }
}
.page-shisetsu .sticky-inner.is-sticky {
  position: fixed;
  top: 0;
  left: auto;
  width: 92vw;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .page-shisetsu .sticky-inner.is-sticky {
    width: 15.230769230769232%;
  }
}
.page-shisetsu .sticky-inner.is-bottom-sticky {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
.page-shisetsu .shisetsu-nav {
  box-shadow: 3px 4px 5px 0px rgba(3, 0, 0, 0.25);
  position: relative;
  width: 100%;
  background: #1c5a9b;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  .page-shisetsu .is-sticky .shisetsu-nav {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .page-shisetsu .shisetsu-nav {
    border-radius: 6px;
    width: 100%;
  }
}
.page-shisetsu .shisetsu-nav a {
  color: #fff;
}
.page-shisetsu .shisetsu-nav .shisetsu-nav-head {
  font-size: 3.733333333333334vw;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 415px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-head {
    font-size: 1.4rem;
  }
}
.page-shisetsu .shisetsu-nav .shisetsu-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  width: 50px;
  height: 55px;
  z-index: 10;
}
.page-shisetsu .shisetsu-nav .shisetsu-menu-button .line {
  position: absolute;
  right: 0;
  left: 0;
  background: #5f8dbd;
  display: block;
  font-size: 0;
  margin: 0 auto;
  width: 21px;
  height: 1px;
  transition: all 0.3s;
}
.page-shisetsu .shisetsu-nav .shisetsu-menu-button .line:nth-child(1) {
  top: 21px;
}
.page-shisetsu .shisetsu-nav .shisetsu-menu-button .line:nth-child(2) {
  top: 26px;
}
.page-shisetsu .shisetsu-nav .shisetsu-menu-button .line:nth-child(3) {
  top: 31px;
}
@media only screen and (max-width: 767px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-body {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list {
    padding: 0 12vw;
  }
}
.page-shisetsu .shisetsu-nav .shisetsu-nav-list .nav-list-item {
  font-size: 3.733333333333334vw;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
}
@media (min-width: 415px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .nav-list-item {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .nav-list-item {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .nav-list-item {
    font-size: 1.333333333333333vw;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) and (min-width: 415px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .nav-list-item {
    font-size: 0.5rem;
  }
}
.page-shisetsu .shisetsu-nav .shisetsu-nav-list .button {
  display: block;
  text-align: center;
  border-top: 1px solid #5f8dbd;
}
@media only screen and (max-width: 767px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .button {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .button {
    padding: 20px 0;
    margin: 0 15.151515151515152%;
  }
}
@media only screen and (max-width: 767px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .located.nav-list-item .button::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #5f8cbd;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    content: "";
    display: block;
    margin: auto 0;
    width: 0px;
    height: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .located.nav-list-item .button {
    position: relative;
  }
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .located.nav-list-item .button::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    content: "";
    display: block;
    margin: auto 0;
    width: 0px;
    height: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .page-shisetsu .shisetsu-nav .shisetsu-nav-list .nav-list-item:nth-child(1) .button {
    border-top: none;
  }
}
.page-shisetsu .shisetsu-nav-overlay {
  background: rgba(0, 0, 0, 0.85);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.is-recruit-menu-opened .page-shisetsu .shisetsu-nav-overlay {
  display: block;
}
.is-recruit-menu-opened .page-shisetsu .shisetsu-menu-button .line {
  width: 21px;
}
.is-recruit-menu-opened .page-shisetsu .shisetsu-menu-button .line:nth-child(1) {
  transform: translate(-2px, 5px) rotate(135deg);
}
.is-recruit-menu-opened .page-shisetsu .shisetsu-menu-button .line:nth-child(2) {
  opacity: 0;
}
.is-recruit-menu-opened .page-shisetsu .shisetsu-menu-button .line:nth-child(3) {
  transform: translate(-2px, -5px) rotate(-135deg);
}
.section-statement {
  margin-bottom: 63px;
  margin-top: -30px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-statement {
    margin-bottom: 136px;
    margin-top: -100px;
    padding-top: 100px;
  }
}
.section-statement .heading {
  font-size: 6.133333333333333vw;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 415px) {
  .section-statement .heading {
    font-size: 2.3rem;
  }
}
.section-statement .heading .small {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .section-statement .heading {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.section-statement .statement-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .section-statement .statement-links {
    position: relative;
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
}
.section-statement .statement-links .item {
  font-size: 3.733333333333334vw;
  line-height: 1.5;
}
@media (min-width: 415px) {
  .section-statement .statement-links .item {
    font-size: 1.4rem;
  }
}
.section-statement .statement-links .item:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) {
  .section-statement .statement-links .item {
    font-size: 1.4rem;
    line-height: 1.714285714285714;
  }
  .section-statement .statement-links .item:not(:first-child) {
    margin-left: 28px;
  }
}
.section-statement .statement-links .item .item-inner {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #1c5a9b;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  transition: color 0.5s ease-in-out;
}
.section-statement .statement-links .item .item-inner .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #1c5a9b;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px;
  transition: border 0.5s ease-in-out;
}
.section-statement .statement-links .item .item-inner .icon::before {
  border-right: 2px solid #1c5a9b;
  border-top: 2px solid #1c5a9b;
  content: "";
  display: inline-block;
  font-size: 0;
  position: relative;
  left: -1px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(0px, 0px);
}
.section-statement .statement-links .item .item-inner .icon::before {
  width: 3px;
  height: 3px;
  transition: border 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .section-statement .statement-links .item .item-inner .icon {
    margin: 0 6px 0 0;
  }
}
.section-statement .statement-links .item .item-inner:hover {
  color: #609ad7;
}
.section-statement .statement-links .item .item-inner:hover .icon {
  border-color: #609ad7;
}
.section-statement .statement-links .item .item-inner:hover .icon::before {
  border-color: #609ad7;
}
.section-statement .button-statement.button-primary {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .section-statement .button-statement.button-primary {
    margin-bottom: 60px;
  }
}
.js-tab [data-tab-el="pane"] {
  display: none;
}
.js-tab [data-tab-el="pane"].is-selected {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  img.sp {
    display: inline;
  }
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  img.pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-underline {
  text-decoration: underline;
}
.vertical-top {
  vertical-align: top;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-bottom {
  vertical-align: bottom;
}
.second-line-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.inner {
  position: relative;
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .inner {
    max-width: 1068px;
    width: 82.15384615384616%;
  }
}
html.is-locked {
  overflow: hidden;
}
html.is-locked body {
  overflow: hidden;
  overflow-y: scroll;
}
html.is-locked .header {
  overflow-y: scroll;
}
html.is-locked .scrollable.is-activate {
  overflow-y: scroll !important;
}
.ruby-sinyukai {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ruby-sinyukai::before {
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: -13px;
  left: 0;
  content: "しんゆうかい";
  display: block;
}
@media (min-width: 415px) {
  .ruby-sinyukai::before {
    font-size: 0.9rem;
  }
}
.footer {
  background: #f2f2f2;
}
.footer .inner {
  width: 84vw;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer .inner {
    width: 100%;
  }
}
.footer-nav {
  background: #fff;
  padding: 22px 0 45px;
}
@media only screen and (min-width: 768px) {
  .footer-nav {
    padding: 60px 0 85px 0;
  }
}
.footer-nav .button {
  color: #1c5a9b;
}
.footer-nav .nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer-nav .nav-list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer-nav .nav-list .nav-list-item {
  font-size: 4.266666666666667vw;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
@media (min-width: 415px) {
  .footer-nav .nav-list .nav-list-item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav .nav-list .nav-list-item:not(:first-child) {
    border-top: 1px solid #d7d7d7;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .nav-list .nav-list-item {
    font-size: 1.5rem;
    line-height: 1;
    width: 20%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-nav .nav-list .nav-list-item {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.footer-nav .nav-list .nav-list-item .nav-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .footer-nav .nav-list .nav-list-item .nav-button {
    padding: 22px 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .nav-list .nav-list-item .nav-button {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-nav .nav-list .nav-list-item .nav-button {
    margin-left: 9px;
  }
}
.footer-nav .nav-list .nav-list-item .icon-arrow {
  margin-right: 9px;
}
@media only screen and (min-width: 768px) {
  .footer-nav .nav-list .nav-list-item:not(:first-child) {
    border-left: 1px solid #d7d7d7;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .nav-list .nav-list-item:first-child .nav-button {
    margin-left: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .nav-list .nav-list-item:last-child {
    border-left: none;
    margin-top: 62px;
    width: 100%;
  }
}
.footer-nav .nav-list .nav-list-item:last-child .nav-button {
  margin-left: 2px;
}
.footer-nav .subnav-list {
  font-size: 3.733333333333334vw;
  line-height: 1;
  margin: 0 0 22px 7.199999999999999vw;
  font-weight: 400;
}
@media (min-width: 415px) {
  .footer-nav .subnav-list {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .subnav-list {
    font-size: 1.2rem;
    line-height: 1.833333333333333;
    margin: 22px 0 0 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-nav .subnav-list {
    font-size: 1rem;
    line-height: 2;
    margin: 22px 0 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav .subnav-list .subnav-list-item:not(:first-child) {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .subnav-list .subnav-list-item:not(:first-child) {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .facilities-col:nth-child(1) {
    max-width: 768px;
    width: 71.91011235955057%;
  }
  .footer-nav .facilities .facilities-col:nth-child(2) {
    max-width: 300px;
    width: 28.08988764044944%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav .facilities .area {
    border-top: 1px solid #d7d7d7;
    margin: 0 0 0 6.666666666666667vw;
  }
}
.footer-nav .facilities .area .area-head {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area .area-head {
    cursor: default;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav .facilities .area .area-head .subheading {
    font-size: 3.466666666666666vw;
    line-height: 1;
    padding: 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area .area-head .subheading {
    font-size: 1.3rem;
    line-height: 1;
    margin: 42px 0 0 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .footer-nav .facilities .area .area-head .subheading {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav .facilities .area .area-body {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav .facilities .area .area-body .subnav-list {
    font-size: 3.733333333333334vw;
    line-height: 1.571428571428571;
    margin: 2px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area .area-body .subnav-list {
    font-size: 1.3rem;
    line-height: 1.769230769230769;
    margin: 12px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-nav .facilities .area .area-body .subnav-list {
    font-size: 1rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav .facilities .area .area-body .subnav-list .subnav-list-item {
    margin: 0 0 14px 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area .area-body .subnav-list .subnav-list-item:not(:first-child) {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .footer-nav .facilities .area .area-body .subnav-list {
    font-size: 1.4rem;
  }
}
.footer-nav .facilities .area .area-body-inner {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area .area-body-inner {
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area-tokyo .area-head .subheading {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area-tokyo .area-body .area-body-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area-tokyo .area-body .subnav-list {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area-tokyo .area-body .subnav-list:not(:first-child) {
    margin-left: 15.625%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-nav .facilities .area-tokyo .area-body .subnav-list:not(:first-child) {
    margin-left: 5.859375%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area-fukuoka,
  .footer-nav .facilities .area-aichi,
  .footer-nav .facilities .area-hyogo {
    margin-top: -2px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .facilities .area-fukuoka .area-head .subheading,
  .footer-nav .facilities .area-aichi .area-head .subheading,
  .footer-nav .facilities .area-hyogo .area-head .subheading {
    margin-top: 28px;
  }
}
.footer-address {
  border-bottom: 1px solid #d7d7d7;
  padding: 45px 0 45px 0;
}
@media only screen and (min-width: 768px) {
  .footer-address {
    padding: 31px 0 29px 0;
  }
}
.footer-address .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-address .footer-logo {
  margin: 0 auto 38px;
  width: 133px;
}
@media only screen and (min-width: 768px) {
  .footer-address .footer-logo {
    margin: 0 0 0 10.674157303370785%;
    width: 134px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-address .footer-logo {
    margin: 0 0 0 5.337078651685393%;
  }
}
.footer-address .address {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer-address .address {
    font-size: 3.733333333333334vw;
    line-height: 1.928571428571429;
    margin: 0 auto;
    text-align: center;
  }
  .footer-address .address a {
    color: #1c5a9b;
  }
}
@media only screen and (min-width: 768px) {
  .footer-address .address {
    font-size: 1.3rem;
    line-height: 1.538461538461539;
    margin: 0 0 0 5.243445692883896%;
  }
  .footer-address .address a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .footer-address .address {
    font-size: 1.4rem;
  }
}
.footer-address .sns-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 21px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-address .sns-list {
    margin: 8px 0 0 2px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.footer-address .sns-list .item:not(:first-child) {
  margin-left: 45px;
}
@media only screen and (min-width: 768px) {
  .footer-address .sns-list .item:not(:first-child) {
    margin-left: 18px;
  }
  .footer-address .sns-list .item .button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer-address .sns-list .item .button {
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .footer-address .sns-list .icon-sns {
    margin-right: 7px;
  }
}
.footer-address .sns-list .icon-instagram {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-address .sns-list .icon-instagram {
    width: 20px;
    height: 20px;
  }
}
.footer-address .sns-list .icon-facebook {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .footer-address .sns-list .icon-facebook {
    width: 20px;
    height: 20px;
  }
}
.footer-address .link {
  margin: 22px auto 0;
}
@media only screen and (min-width: 768px) {
  .footer-address .link {
    margin: 15px 10.674157303370785% 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-address .link {
    margin: 15px 5.337078651685393% 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-address .link .button-primary {
    margin: 0 auto;
    width: 76vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer-address .link .button-primary {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-address .link .button-primary {
    width: 200px;
  }
}
.footer-copyright {
  font-size: 2.666666666666667vw;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
  padding-bottom: 64px;
}
@media (min-width: 415px) {
  .footer-copyright {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 24px 0 20px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header {
    z-index: 10000;
  }
}
.header-container {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .header-container {
    height: 133px;
  }
  .header-container.is-sticky {
    position: fixed !important;
    top: 0;
    height: auto;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .header-container {
    height: 103px;
  }
}
.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .header-inner {
    position: relative;
    width: 82.15384615384616%;
    margin-right: auto;
    margin-left: auto;
  }
}
.header-logo {
  position: absolute;
  top: 11.5px;
  left: 12.5px;
  font-size: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .header-logo {
    position: absolute;
    top: 22px;
    left: 1px;
  }
}
.header-logo .img {
  background: url("../../img/common/logo-1.png?hash=95c1ca9d8e05b50cec5d6c57f690ca1b") center top no-repeat;
  background-size: cover;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 146px;
  height: 36.5px;
}
@media only screen and (min-width: 768px) {
  .header-logo .img {
    width: 268px;
    height: 67px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-logo .img {
    width: 168px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-button {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    width: 67px;
    height: 60px;
    z-index: 1003;
  }
  .menu-button .text {
    background: url("../../img/common/menu-text-1.png?hash=4e76c47caa51f2643569728e2a464a2e") center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 14.5px;
    right: 0;
    left: 0;
    display: block;
    font-size: 0;
    margin: 0 auto;
    width: 25px;
    height: 7px;
    transition: opacity 0.2s;
  }
  .menu-button .line {
    position: absolute;
    right: 0;
    left: 0;
    background: #1c5a9b;
    display: block;
    font-size: 0;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    transition: all 0.3s;
  }
  .menu-button .line:nth-child(1) {
    top: 27px;
  }
  .menu-button .line:nth-child(2) {
    top: 35px;
  }
  .menu-button .line:nth-child(3) {
    top: 43px;
  }
  .is-menu-opened .menu-button .text {
    opacity: 0;
  }
  .is-menu-opened .menu-button .line {
    width: 30px;
  }
  .is-menu-opened .menu-button .line:nth-child(1) {
    transform: translate(-2px, 2px) rotate(135deg);
  }
  .is-menu-opened .menu-button .line:nth-child(2) {
    opacity: 0;
  }
  .is-menu-opened .menu-button .line:nth-child(3) {
    transform: translate(-2px, -14px) rotate(-135deg);
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    z-index: 1002;
    -webkit-overflow-scrolling: touch;
  }
  .nav .nav-inner {
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 60px 12vw 127px;
    position: relative;
    width: 100%;
  }
  .nav .nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .nav .nav-bg .bg-pink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -55.5%;
    margin: auto 0;
    width: 50%;
    height: 200vh;
  }
  .nav .nav-bg .bg-pink::before {
    background: #ffe5ea;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: skewX(21deg);
  }
  .nav .nav-bg .bg-gray {
    position: absolute;
    top: -1%;
    left: 50%;
    border-color: transparent #f2f2f2 transparent transparent;
    border-style: solid;
    border-width: 0 1608px 438px 0;
    margin-left: -27.384615384615387%;
    width: 0px;
    height: 0px;
  }
  .nav .nav-bg .bg-blue {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d8f5f6;
    margin: 0 auto;
    width: 100%;
    height: 85px;
  }
  .nav .nav-bg .bg-blue::before {
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent transparent #d8f5f6 transparent;
    border-style: solid;
    border-width: 0 0 456px 2500px;
    content: "";
    display: block;
    transform: translateY(-100%);
  }
  .nav .nav-bg .bg-woods {
    position: absolute;
    bottom: 19.466666666666665vw;
    left: 3.733333333333334vw;
  }
  .nav .nav-logo {
    position: absolute;
    top: 10px;
    left: 11px;
    width: 146px;
  }
  .nav .nav-list {
    border-bottom: 1px solid #b5cdce;
    margin-top: 46px;
    position: relative;
    text-align: center;
  }
  .nav .nav-list-item {
    font-size: 4.533333333333333vw;
    line-height: 1;
    letter-spacing: 0.2em;
    border-top: 1px solid #b5cdce;
    color: #fff;
    font-weight: 500;
  }
  .nav .nav-list-item a {
    color: #000;
    display: block;
    padding: 21px 0;
  }
  .nav .banner-list {
    margin-top: 33px;
    position: relative;
  }
  .nav .banner-list .banner-list-item:not(:first-child) {
    margin-top: 33px;
  }
  .is-menu-opened .nav {
    display: block;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .nav .nav-list-item {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .nav,
  .nav-inner,
  .nav-list,
  .nav-list-item {
    height: 100%;
  }
  .nav {
    box-sizing: border-box;
    margin: 0 -3px 0 auto;
    position: relative;
    top: -1px;
  }
  .nav .nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav .nav-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    position: relative;
    margin: 0 1px;
  }
  .nav .nav-list-item a {
    padding: 10px 15px 10px 19px;
    transition: color 0.3s;
  }
  .nav .nav-list-item a:hover {
    color: #1c5a9b;
  }
  .nav .nav-list-item:not(:first-child)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #1c5a9b;
    content: "";
    display: block;
    margin: auto 0;
    width: 1px;
    height: 10px;
  }
  .nav .nav-list-item:last-child a {
    padding: 10px 0 10px 20px;
  }
  .nav .nav-list-item.located a {
    color: #1c5a9b;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .nav .nav-list-item {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  .nav .nav-list-item a {
    padding: 10px 10px 10px;
  }
  .nav .nav-list-item a:last-child {
    padding: 10px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .header-container {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #eee;
    height: 77px;
    position: relative;
    z-index: 10000;
  }
  body:not(.page-top) .header-container .header-logo {
    top: 18px;
  }
  body:not(.page-top) .header-container .header-logo .img {
    width: 168px;
    height: 42px;
  }
  body:not(.page-top) .header-container .nav {
    top: 4px;
  }
  body:not(.page-top) .header-container .nav .nav-list .nav-list-item:not(:first-child)::before {
    transform: translateY(2px);
  }
}
@media only screen and (min-width: 768px) {
  .is-sticky.header-container {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #eee;
    height: 77px;
    z-index: 1000;
  }
  .is-sticky.header-container .header-logo {
    top: 18px;
  }
  .is-sticky.header-container .header-logo .img {
    width: 168px;
    height: 42px;
  }
  .is-sticky.header-container .nav {
    top: 4px;
  }
  .is-sticky.header-container .nav .nav-list .nav-list-item:not(:first-child)::before {
    transform: translateY(2px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .bg-pink {
    left: -52.8%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .bg-gray {
    top: -8px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 415px) {
  .nav-list-item {
    font-size: 1.7rem;
  }
}
/*# sourceMappingURL=style.css.map */

.nav-fixed {
  position: fixed;
  z-index: 10000;
}
.nav-fixed ul {
  display: flex;
  align-items: center;
}
.nav-fixed ul li {
  flex: 1;
  position: relative;
  z-index: 10000;
}
.nav-fixed ul li a {
  background: #f4b338;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 15px 5px;
}

.nav-fixed ul li a:hover {
  opacity: 0.8;
}
.nav-fixed ul li:nth-child(even) a {
  background: #ff6a53;
}

@media only screen and (max-width: 767px) {
  .nav-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .nav-fixed {
    position: fixed;
    top: 133px;
    right: 0;
    bottom: 0;
  }
  .nav-fixed ul {
    flex-direction: column;
    display: inline-block;
    margin-left: auto;
  }
  .nav-fixed ul li {
    margin-bottom: 10px;
  }

  .nav-fixed ul li a {
    font-size: 16px;

    display: flex;
    justify-content: center;
    padding: 15px 15px 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .nav-fixed ul li a span {
    position: relative;
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 1rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .nav-fixed ul li a span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: url("../../img/common/search-icon.png") no-repeat center center / contain;
  }
  .nav-fixed ul li:nth-child(2) a span::before {
    background: url("../../img/common/binder-icon.png") no-repeat center center / contain;
  }
  .nav-fixed ul li:nth-child(3) a span::before {
    background: url("../../img/common/school-icon.png") no-repeat center center / contain;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 767px) {
  .nav-fixed {
    top: 100px;
  }
  .nav-fixed ul li a {
    padding: 15px 5px 5px;
  }
}

.main .section-recruit-new-bottom .recruit-link {
  margin-top: 45px;
  background: #fff;
  border: solid 3px #ff8f7e;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  box-shadow: 5px 5px 0 #afdfdf;
}
/* body:not(.page-rinen) .section-recruit-new-bottom .recruit-link {
margin-top: -140px;
} */
@media only screen and (min-width: 500px) {
  .main .section-recruit-new-bottom .recruit-link {
    margin-top: 120px;
  }
  .page-about .section-recruit-new-bottom .recruit-link {
    margin-top: 210px;
  }
}

.main .section-recruit-new-bottom .recruit-link-flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .main .section-recruit-new-bottom .recruit-link-flex {
    margin-bottom: 20px;
  }
}

.main .section-recruit-new-bottom .recruit-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 20%;
  top: 0;
  background: url("../../img/rinen/rinen-bk.png") no-repeat center bottom / contain;
}
@media only screen and (max-width: 768px) {
  .main .section-recruit-new-bottom .recruit-link::before {
    left: 5%;
    width: 50%;
    background-position: center center;
  }
}

.main .section-recruit-new-bottom .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  width: 300px;
  height: 300px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 300px;
  border: solid 3px #ff8f7e;
  background: #fff;
}
.main .section-recruit-new-bottom .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  z-index: 12;
}
@media only screen and (max-width: 400px) {
  .main .section-recruit-new-bottom .inner:before {
    width: 250px;
    height: 250px;
    top: -25px;
  }
  .main .section-recruit-new-bottom .inner:after {
    width: 145px;
  }
}

.main .section-recruit-new-bottom .recruit-link-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.main .section-recruit-new-bottom .recruit-link-center p {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .main .section-recruit-new-bottom .recruit-link-center p {
    font-size: 1.4rem;
  }
}
.main .section-recruit-new-bottom .recruit-link-center h3 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .main .section-recruit-new-bottom .recruit-link-center h3 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}
.main .section-recruit-new-bottom .recruit-link-center h3 span {
  display: block;
  color: #ff8f7e;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .main .section-recruit-new-bottom .recruit-link-center h3 span {
    margin-bottom: 5px;
  }
  .main .section-recruit-new-bottom .recruit-link-center p {
    margin-bottom: 0;
  }
}
.main .section-recruit-new-bottom .recruit-link a {
  display: inline-block;
}
.main .section-recruit-new-bottom .recruit-link a:hover {
  opacity: 1;
  background: #ffd1cb;
}

.main .section-recruit-new-bottom .recruit-link .recruit-link-button {
  margin-bottom: -50px;
}

.main .section-recruit-new-bottom .recruit-link-left {
  display: flex;
  align-items: center;
  width: 23%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.main .section-recruit-new-bottom .recruit-link-left img,
.main .section-recruit-new-bottom .recruit-link-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .main .section-recruit-new-bottom .recruit-link-left {
    flex: 1;
    margin-right: 10px;
  }
}
.main .section-recruit-new-bottom .recruit-link-center {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .main .section-recruit-new-bottom .recruit-link-center {
    margin-bottom: 10px;
  }
}
.main .section-recruit-new-bottom .recruit-link-right {
  width: 23%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main .section-recruit-new-bottom .recruit-link-right {
    flex: 1;
    margin-left: 10px;
  }
}
.main .section-recruit-new-bottom .button-primary {
  width: 76vw;
}
@media only screen and (min-width: 768px) {
  .main .section-recruit-new-bottom .recruit-link-center-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main .section-recruit-new-bottom .recruit-link-center-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .js-linkage-school + .error,
  .js-linkage-school2 + .error {
    top: -8rem;
  }
}

.button-tiktok {
  position: relative;
  padding-left: 28px;
}

.button-tiktok::after {
  background: url(../../img/common/tiktok.png) center / cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  height: 24px;
  width: 24px;
}

@media only screen and (max-width: 767px) {
  .button-tiktok::after {
    top: 33%;
    height: 36px;
    width: 36px;
  }
}

.button-facebook {
  position: relative;
  padding-left: 28px;
}

.button-facebook::after {
  background: url(../../img/common/facebook.png) center / contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  height: 23px;
  width: 23px;
}

@media only screen and (max-width: 767px) {
  .button-facebook::after {
    top: 33%;
    height: 33px;
    width: 33px;
  }
}

.button-twitter {
  position: relative;
  padding-left: 28px;
}

.button-twitter::after {
  background: url(../../img/common/twitter.png) center / cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  height: 27px;
  width: 27px;
}

@media only screen and (max-width: 767px) {
  .button-twitter::after {
    top: 33%;
    height: 40px;
    width: 40px;
  }
}

.web-interview-banner-5 {
  margin-bottom: 30px;
  position: relative;
}

.web-interview-banner-5.m-lmb {
  margin-bottom: 105px;
}

.web-interview-banner-5 a {
  display: block;
  transition: opacity 0.5s;
}

.web-interview-banner-5 a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .web-interview-banner-5 {
    margin: 0 auto 30px;
    width: 88vw;
  }
  .web-interview-banner-5.m-lmb {
    margin: 0 auto 50px;
  }
}

.nav-list-item-lg {
  padding-right: 10px;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .nav-list-item-lg .subnav-list {
    margin-left: 3vw;
  }
}

/* 20240522追加 */
/* cta */
.l-cta {
  margin-bottom: 100px;
}
.l-cta__box {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 1068px;
  background-color: #FFFFFF;
  border: 5px solid #FF8F7E;
  border-radius: 10px;
  padding: 50px 0;
  text-align: center;
}
.l-cta__box::before,
.l-cta__box::after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-cta__box::before {
  background-image: url(../../img/common/bg-cta01.png);
  width: 118px;
  height: 88px;
  bottom: 0;
  left: 0;
}
.l-cta__box::after {
  background-image: url(../../img/common/bg-cta02.png);
  width: 105px;
  height: 102px;
  right: 0;
  top: 20px;
}
.l-cta__box .heading {
  color: #000000;
  margin-bottom: 16px;
  font-size: 3rem;
}
.l-cta__box .text-lead {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
}
.l-cta__box-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 20px;
  position: relative;
  z-index: 3;
}
.l-cta__box-btn {
  /* width: 354px; */
  width: 300px;
}
.l-cta__box-btn .lead {
  margin-bottom: 6px;
  font-size: clamp(12px, 0.787878788vw, 13px);
  letter-spacing: -0.045em;
  font-weight: 700;
}
.l-cta__box-btn.form a {
  background-color: #F4B338;
} 
.l-cta__box-btn.line a {
  background-color: #06C755;
} 
.l-cta__box-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 84px;
  column-gap: 20px;
  border-radius: 42px;
  transition: opacity 0.5s;
}
.l-cta__box-btn a span {
  color: #fff;
  font-size: clamp(13px, 1.2121212vw, 20px);
  font-weight: 700;
}
.l-cta__box-btn a img {
  width: 30px;
  height: auto;
}
@media (min-width: 768px) {
  .l-cta__box-btn a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (max-width: 1650px) {
  .l-cta__box {
    max-width: 64.7272723vw;
    padding: 3.0303030vw 0;
  }
  .l-cta__box::before {
    width: 7.1515152vw;
    height: 5.3333333vw;
  }
  .l-cta__box::after {
    width: 6.3636364vw;
    height: 6.181818182vw;
    top: 1.2121212vw;
  }
  .l-cta__box-inner {
    column-gap: 1.2121212121vw;
  }
  .l-cta__box-btn {
    /* width: 21.454545455vw; */
    width: 18.1818181818vw;
  }
  .l-cta__box-btn .lead {
    margin-bottom: 0.363636364vw;
  }
  .l-cta__box-btn a {
    height: 5.0909091vw;
    column-gap: 1.2121212vw;
    border-radius: 2.5454545vw;
  }
  .l-cta__box-btn a img {
    width: 1.81818182vw;
  }
}
@media (max-width: 767px) {
  .l-cta__box {
    max-width: 88vw;
    border: 3.5px solid #FF8F7E;
    border-radius: 6px;
    padding: 25px 0 100px;
  }
  .l-cta__box::before {
    width: 80px;
    height: 60px;
    left: 24.8vw;
  }
  .l-cta__box::after {
    width: 50px;
    height: 48px;
    right: 27.46666667vw;
    top: auto;
    bottom: 38px;
  }
  .l-cta__box .heading {
    line-height: 1.435 !important;
    font-size: 6.133333333333333vw;
    margin-bottom: 12px;
  }
  .l-cta__box .text-lead {
    font-size: 14px;
    line-height: 1.57;
  }
  .l-cta__box-inner {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
  .l-cta__box-btn {
    width: 250px;
  }
  .l-cta__box-btn .lead {
    margin-bottom: 4px;
    font-size: 11px;
  }
  .l-cta__box-btn a {
    width: 100%;
    height: 57px;
    column-gap: 10px;
    border-radius: 28.5px;
  }
  .l-cta__box-btn a span {
    font-size: 18px;
  }
  .l-cta__box-btn a img {
    width: 20px;
  }
}

.footer .link-new {
  margin: 1% 1% 0 auto;
}
.link-new-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.link-new-ttl::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  z-index: 1;
}
.link-new-ttl span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0 12px;
  font-size: 13px;
  letter-spacing: -0.045em;
  font-weight: 500;
}
.link-new-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
.link-new-linewrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.link-new-wrap a {
  display: flex;
  align-items: center;
  transition: opacity 0.5s;
  box-sizing: border-box;
  border-radius: 29px;
}
@media (min-width: 768px) {
  .link-new-wrap a:hover {
    opacity: 0.6;
  }
}
.link-new-wrap a.form {
  background-color: #F4B338;
  width: 296px;
  height: 56px;
  column-gap: 20px;
  padding-left: 43px;
}
.link-new-wrap a.line {
  background-color: #03C755;
  width: 142px;
  height: 40px;
  padding-left: 15px;
  column-gap: 7px;
}
.link-new-wrap a.form img {
  width: 30px;
  height: auto;
}
.link-new-wrap a.line img {
  width: 20px;
  height: auto;
}
.link-new-wrap a.form span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.link-new-wrap a.line span {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.link-new-wrap .lead {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.045em;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .header .link-new {
    position: relative;
    z-index: 5;
    margin-top: 33px;
  }
  .header .link-new-ttl span {
    background-color: #fff;
  }
  .footer .link-new {
    width: 88vw;
    margin: 40px auto 0;
  }
  .link-new-ttl {
    margin: 0 auto 30px;
  }
  .link-new-ttl span {
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .link-new-wrap {
    row-gap: 0;
  }
  .link-new-linewrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .link-new-wrap a {
    justify-content: center;
    margin: 0 auto;
  }
  .link-new-wrap a.form {
    width: 250px;
    height: 57px;
    column-gap: 10px;
    border-radius: 28.5px;
    margin-bottom: 24px;
    padding-left: 0;
  }
  .link-new-wrap a.line {
    width: 250px;
    height: 57px;
    column-gap: 10px;
    border-radius: 28.5px;
    padding-left: 0;
  }
  .link-new-wrap a.form img {
    width: 20px;
  }
  .link-new-wrap a.line img {
    width: 21px;
  }
  .link-new-wrap a span {
    font-size: 18px;
  }
  .header .link-new-wrap a {
    width: 100%;
  }
  .link-new-wrap .lead {
    font-size: 13px;
    margin-bottom: 5px;
  }
}