@charset "utf-8";
audio:not([controls]),
[hidden] {
  display: none;
}
input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
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;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Noto Serif JP', sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #333;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .item--pc {
    display: block;
  }
}
.item--sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .item--sp {
    display: none;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(6px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
    filter: blur(6px);
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(6px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
    filter: blur(6px);
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.header {
  background: #fff;
  padding-left: 16px;
  padding-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 54px;
  z-index: 999;
}
@media screen and (min-width: 835px) {
  .header {
    height: 80px;
    padding-left: 30px;
    padding-right: 0;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__logo:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__logo img {
  width: 180px;
}
@media screen and (min-width: 835px) {
  .header__logo img {
    width: 260px;
  }
}
.header__logo p {
  color: #333;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 2px;
}
.header__space {
  height: 54px;
}
@media screen and (min-width: 835px) {
  .header__space {
    height: 80px;
  }
}
.header__spBtn {
  width: 54px;
  height: 54px;
  position: relative;
}
.header__spBtn span {
  position: absolute;
  width: 27px;
  height: 1px;
  background: #333;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__spBtn span:nth-of-type(1) {
  top: -20px;
}
.header__spBtn span:nth-of-type(3) {
  bottom: -20px;
}
@media screen and (min-width: 835px) {
  .header__spBtn {
    display: none;
  }
}
.header__spBtn.is-active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__spBtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header__spBtn.is-active span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header__spMenu {
  position: fixed;
  left: 0;
  top: 54px;
  width: 100%;
  height: calc(100% - 54px);
  background: #dce2e6;
  display: none;
}
.header__spMenu__list {
  padding: 30px 24px;
}
.header__spMenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #333;
  padding: 24px 0;
  border-top: 1px solid #bebebe;
}
.header__spMenu__item:last-of-type {
  border-bottom: 1px solid #bebebe;
}
.header__spMenu__item span {
  width: 10px;
  height: 10px;
  background: #485960;
  margin-right: 8px;
}
.header__spMenu__item--sec {
  font-size: 15px;
  color: #333;
  display: block;
  padding-bottom: 20px;
  padding-left: 17px;
}
.header__spMenu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2f86ad;
  color: #fff;
  font-size: 15px;
  width: 260px;
  height: 62px;
  margin: 0 auto;
  letter-spacing: 1.5px;
}
.header__pcMenu {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__pcMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__pcMenu__item {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #333;
  margin: 0 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcMenu__item {
    margin: 0 12px;
  }
}
.header__pcMenu__item:before {
  content: "";
  position: absolute;
  bottom: 27px;
  left: -2.5px;
  width: calc(100% + 5px);
  height: 1px;
  background: #333;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__pcMenu__item:hover:before {
  opacity: 1;
}
.header__pcMenu__item:hover + .header__pcMenu__company {
  visibility: visible;
  opacity: 1;
}
.header__pcMenu__company {
  position: fixed;
  width: 100%;
  height: 240px;
  background: #dce2e6;
  left: 0;
  top: 80px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__pcMenu__company:hover {
  visibility: visible;
  opacity: 1;
}
.header__pcMenu__company__item {
  width: 200px;
  margin: 0 12px;
}
.header__pcMenu__company__item > div {
  overflow: hidden;
}
.header__pcMenu__company__item > div img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__pcMenu__company__item p {
  background: #fff;
  color: #2f86ad;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__pcMenu__company__item:hover > div img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header__pcMenu__company__item:hover p {
  background: #eafcff;
}
.header__pcMenu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  height: 80px;
  width: 180px;
  background: #2f86ad;
  margin-left: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcMenu__contact {
    margin-left: 30px;
  }
}
.header__pcMenu__contact:hover {
  background: #599fbd;
}
.footer {
  background: #485960;
  padding: 40px 0 55px;
}
@media screen and (min-width: 835px) {
  .footer {
    padding: 80px 0 55px;
  }
}
.footer__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 835px) {
  .footer__headLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__headLink a {
  background: #2f86ad;
  border: 1px solid #6daac5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .footer__headLink a {
    width: calc(50% - 10px);
    height: 160px;
    padding-left: 40px;
    padding-right: 30px;
  }
}
.footer__headLink a:hover {
  background: #337d9e;
}
.footer__headLink a:hover > span {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.footer__headLink a:last-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .footer__headLink a:last-of-type {
    margin-top: 0;
  }
}
.footer__headLink a p {
  font-size: 28px;
  font-family: 'Hammersmith One', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 835px) {
  .footer__headLink a p {
    font-size: 42px;
    letter-spacing: 1.68px;
  }
}
.footer__headLink a p span {
  font-size: 15px;
  margin-left: 12px;
  letter-spacing: 0;
  font-family: 'Noto Serif JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .footer__headLink a p span {
    font-size: 16px;
    margin-left: 26px;
  }
}
.footer__headLink a > span {
  background: #485960;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .footer__headLink a > span {
    width: 62px;
    height: 62px;
  }
}
.footer__headLink a > span img {
  width: 24px;
}
@media screen and (min-width: 835px) {
  .footer__headLink a > span img {
    width: 38px;
  }
}
.footer__content {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .footer__content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__logo {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .footer__logo {
    max-width: 400px;
    margin-left: -30px;
  }
}
.footer__link {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
  .footer__link > div {
    width: 180px;
  }
}
.footer__link__item {
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
  display: block;
  border-top: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footer__link__item:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .footer__link__item {
    border-top: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.footer__link__item:last-of-type {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 835px) {
  .footer__link__item:last-of-type {
    border-bottom: none;
  }
}
.footer__link__item---sec {
  font-size: 13px;
  display: block;
  color: #fff;
  padding-left: 16px;
  position: relative;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footer__link__item---sec:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__link__item---sec:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (min-width: 835px) {
  .footer__main {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  .footer__sub {
    border-left: 1px solid rgba(255, 255, 255, .18);
    text-align: left;
    padding-left: 55px;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .footer__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 100px;
  }
}
.footer__sns a {
  margin: 0 15px;
  width: 52px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footer__sns a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .footer__sns a {
    margin-left: 0;
    margin-right: 30px;
  }
}
.footer__sns a img {
  width: 100%;
}
.footer__copyright {
  font-size: 12px;
  color: #fff;
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .footer__copyright {
    margin-top: 45px;
  }
}
.page__top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  background: #37c3db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .page__top {
    width: 56px;
    height: 56px;
    right: 15px;
    bottom: 15px;
  }
}
.page__top img {
  width: 30px;
}
.page__top:hover {
  background: #45b4c7;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.moreBtn {
  background: #485960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  width: 260px;
  height: 62px;
  color: #fff;
  font-family: 'Hammersmith One', sans-serif;
  font-size: 18px;
  letter-spacing: 0.72px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.moreBtn:hover {
  background: #2f86ad;
}
.moreBtn:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.moreBtn img {
  width: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-arrow,
.c-arrow--r,
.c-arrow--l {
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2.3px #222;
  border-right: solid 2.3px #222;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.c-arrow--r {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.c-arrow--l {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 0;
}
@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src: url("../img/fonts/icomoon.eot?816ycz");
  src: url("../img/fonts/icomoon.eot?816ycz#iefix") format('embedded-opentype'), url("../img/fonts/icomoon.ttf?816ycz") format('truetype'), url("../img/fonts/icomoon.woff?816ycz") format('woff'), url("../img/fonts/icomoon.svg?816ycz#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="c-ico--"]:before,
[class*=" c-ico--"]:before {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-ico--menu:before {
  content: "\e902";
}
.c-ico--close:before {
  content: "\e903";
}
.c-ico--arrow--r:before {
  content: "\e904";
}
.c-ico--arrow--u:before {
  content: "\e905";
}
.c-ico--arrow--l:before {
  content: "\e906";
}
.c-ico--arrow--d:before {
  content: "\e907";
}
.c-ico--search:before {
  content: "\e908";
}
.c-ico--tag:before {
  content: "\e909";
}
.c-ico--feedly--01:before {
  content: "\e90c";
}
.c-ico--instagram--01:before {
  content: "\e90d";
}
.c-ico--facebook:before {
  content: "\e90e";
}
.c-ico--twitter:before {
  content: "\e90f";
}
.fade {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.fade.active {
  -webkit-animation: fade 1s ease both;
          animation: fade 1s ease both;
}
.fade__recruit {
  opacity: 0;
}
.fade__recruit.active {
  -webkit-animation: fadeIn 2s ease both;
          animation: fadeIn 2s ease both;
}
.fade__recruit.delay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.blog {
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .blog {
    padding: 80px 0 160px;
  }
}
.blog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .blog__head {
    font-size: 28px;
  }
}
.blog__head span {
  width: 8px;
  height: 8px;
  background: #37c3db;
  margin-right: 8px;
}
@media screen and (min-width: 835px) {
  .blog__head span {
    width: 12px;
    height: 12px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 835px) {
  .blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
.blog__list {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .blog__list {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 700px;
    max-width: calc(100% - 150px);
    gap: 30px;
  }
}
.blog__item {
  display: block;
  border: 1px solid #ddd;
  padding: 20px;
}
@media screen and (min-width: 835px) {
  .blog__item {
    width: calc(50% - 15px);
  }
}
.blog__item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .blog__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.blog__item:hover .blog__item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog__item:hover .blog__item__title {
  color: #2f86ad;
}
.blog__item__img {
  overflow: hidden;
}
.blog__item__img img {
  display: block;
  width: 100%;
  height: 48vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .blog__item__img img {
    height: 178px;
  }
}
.blog__item__title {
  margin-top: 16px;
  font-size: 13px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog__item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.blog__item__date {
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #999;
}
.blog__item__category {
  background: #37c3db;
  border-radius: 30px;
  color: #fff;
  padding: 4px 16px;
  font-size: 12px;
  margin-left: 8px;
}
.blog__side {
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .blog__side {
    margin-top: 0;
    width: 150px;
  }
}
.blog__side__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .blog__side__category {
    display: block;
  }
}
.blog__side__category a {
  width: 50%;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 14px;
  color: #999;
  border: 1px solid #bebebe;
  border-collapse: collapse;
}
@media screen and (min-width: 835px) {
  .blog__side__category a {
    border: none;
    width: 100%;
    font-size: 18px;
    height: auto;
  }
  .blog__side__category a:not(:first-of-type) {
    margin-top: 26px;
  }
}
.blog__side__category a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
  background: #2f86ad;
}
.blog__side__category a.is-active {
  color: #333;
}
.blog__side__category a.is-active:before {
  content: "";
}
.breadcrumbs__container,
.breadcrumbs__container--recruit {
  background: #f2f5f7;
  padding: 12px 0;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .breadcrumbs__container,
  .breadcrumbs__container--recruit {
    padding: 20px 0;
  }
}
.breadcrumbs {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .breadcrumbs {
    font-size: 13px;
  }
}
.breadcrumbs > span > span {
  display: inline-block;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs a {
  color: #b8b9ba;
  text-decoration: underline;
}
.breadcrumbs a > span {
  white-space: nowrap;
}
.breadcrumbs .arw {
  color: #333;
  margin: 0 10px;
}
.breadcrumbs__container--recruit {
  background: #113f52;
}
.breadcrumbs__container--recruit .breadcrumbs {
  color: #fff;
}
.breadcrumbs__container--recruit .breadcrumbs a {
  color: #5b7b88;
}
.breadcrumbs__container--recruit .breadcrumbs .arw {
  color: #fff;
}
.service__head span {
  letter-spacing: 1.5px;
  display: block;
  color: #2f86ad;
  font-size: 38px;
  font-family: 'Hammersmith One', sans-serif;
}
@media screen and (min-width: 835px) {
  .service__head span {
    font-size: 80px;
  }
}
.service__head small {
  font-size: 15px;
  color: #333;
  position: relative;
  padding-left: 16px;
  display: block;
}
@media screen and (min-width: 835px) {
  .service__head small {
    font-size: 18px;
    padding-left: 40px;
    margin-top: 10px;
  }
}
.service__head small:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #707070;
}
@media screen and (min-width: 835px) {
  .service__head small:before {
    width: 24px;
  }
}
.businessIntro {
  padding: 50px 0 80px;
  background-image: url("../img/corporate/business/intro_bg_sp.png");
  background-size: cover;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .businessIntro {
    padding: 110px 0 245px;
    background-image: url("../img/corporate/business/intro_bg_pc.png");
  }
}
.businessIntro__inner {
  padding: 0 30px;
}
.businessIntro__title {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .businessIntro__title {
    font-size: 36px;
  }
}
.businessIntro__title img {
  position: absolute;
}
.businessIntro__title img:nth-of-type(1) {
  width: 60px;
  left: -50px;
  top: -20px;
}
@media screen and (min-width: 835px) {
  .businessIntro__title img:nth-of-type(1) {
    width: 87px;
    top: 0;
    left: -100px;
  }
}
.businessIntro__title img:nth-of-type(2) {
  width: 60px;
  bottom: -250px;
  right: -60px;
}
@media screen and (min-width: 835px) {
  .businessIntro__title img:nth-of-type(2) {
    width: 83px;
    bottom: -10px;
    right: -100px;
  }
}
.businessIntro__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .businessIntro__text {
    font-size: 18px;
    margin-top: 60px;
    text-align: center;
  }
}
.businessService {
  padding: 40px 0;
  background-image: url("../img/corporate/business/service_bg_sp.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .businessService {
    padding: 80px 0 160px;
    background-image: url("../img/corporate/business/service_bg_pc.png");
  }
}
.businessService__list {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .businessService__list {
    margin-top: 100px;
    width: 48%;
    margin-left: 20px;
  }
}
.businessService__item {
  position: relative;
}
.businessService__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .businessService__item:not(:first-of-type) {
    margin-top: 80px;
  }
}
.businessService__item:nth-of-type(1) .businessService__item__title span {
  background: #485960;
}
.businessService__item:nth-of-type(2) .businessService__item__title span {
  background: #2f86ad;
}
.businessService__item:nth-of-type(3) .businessService__item__title span {
  background: #f46e42;
}
.businessService__item__num {
  position: relative;
}
.businessService__item__num img {
  width: 26px;
}
@media screen and (min-width: 835px) {
  .businessService__item__num img {
    width: 56px;
    position: absolute;
    top: -10px;
    left: -80px;
  }
}
.businessService__item__num:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 35px;
  width: calc(100% - 35px);
  height: 1px;
  background: #2f86ad;
}
@media screen and (min-width: 835px) {
  .businessService__item__num:before {
    content: none;
  }
}
.businessService__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 8px;
}
@media screen and (min-width: 835px) {
  .businessService__item__title {
    font-size: 28px;
    margin-left: 0;
  }
}
.businessService__item__title span {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-top: 1px;
}
@media screen and (min-width: 835px) {
  .businessService__item__title span {
    margin-right: 16px;
  }
}
.businessService__item__text {
  font-size: 13px;
  line-height: 2;
  padding-left: 25px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .businessService__item__text {
    font-size: 14px;
    margin-top: 20px;
    padding-left: 0;
  }
}
.businessService__img {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .businessService__img {
    width: 45%;
    position: absolute;
    right: 0;
    top: 180px;
    margin-top: 0;
  }
}
.businessService__img img {
  display: block;
  width: 100%;
}
.businessSystem {
  background: #f2f5f7;
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .businessSystem {
    padding: 100px 0 160px;
  }
}
.businessSystem__nav {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .businessSystem__nav {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.businessSystem__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-size: 14px;
  color: #fff;
  padding: 0 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.businessSystem__nav__item:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .businessSystem__nav__item {
    width: 25%;
    height: 93px;
    padding: 0 16px;
    font-size: 17px;
    line-height: 1.5;
  }
}
.businessSystem__nav__item span {
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .businessSystem__nav__item span {
    width: 18px;
  }
}
.businessSystem__nav__item span:before,
.businessSystem__nav__item span:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #fff;
}
.businessSystem__nav__item span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -6px;
}
.businessSystem__nav__item span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -6px;
}
.businessSystem__nav__item img {
  width: 30px;
  margin-right: 16px;
}
.businessSystem__nav__item:nth-of-type(odd) {
  background: #2f86ad;
}
.businessSystem__nav__item:nth-of-type(even) {
  background: #246a89;
}
.businessSystem__item {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .businessSystem__item {
    margin-top: 120px;
  }
}
.businessSystem__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 8px 0;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__title {
    border-top: 4px solid #ddd;
    border-bottom: 4px solid #ddd;
    padding: 20px 0;
  }
}
.businessSystem__item__title span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2f86ad;
  margin-right: 12px;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__title span {
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }
}
.businessSystem__item__title span img {
  width: 30px;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__title span img {
    width: 40px;
  }
}
.businessSystem__item__title p {
  font-size: 16px;
  line-height: 1.5;
  width: calc(100% - 52px);
}
@media screen and (min-width: 835px) {
  .businessSystem__item__title p {
    font-size: 28px;
    width: calc(100% - 90px);
  }
}
.businessSystem__item__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__text {
    font-size: 15px;
    margin-top: 40px;
  }
}
.businessSystem__item__table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__table {
    margin-top: 40px;
  }
}
.businessSystem__item__table th,
.businessSystem__item__table td {
  display: block;
  border: 1px solid #ddd;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__table th,
  .businessSystem__item__table td {
    display: table-cell;
  }
}
.businessSystem__item__table th {
  background: #ebebeb;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__table th {
    text-align: left;
    padding: 20px;
  }
}
.businessSystem__item__table td {
  background: #fff;
  padding: 15px;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__table td {
    padding: 24px 40px;
    font-size: 15px;
  }
}
.businessSystem__item__table td p {
  margin-bottom: 6px;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__table td p {
    margin-left: 10px;
  }
}
.businessSystem__item__table td ul li {
  position: relative;
  padding-left: 10px;
}
.businessSystem__item__table td ul li:not(:first-of-type) {
  margin-top: 8px;
}
.businessSystem__item__table td ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f86ad;
}
@media screen and (min-width: 835px) {
  .businessSystem__item__table td ul li:before {
    top: 8px;
  }
}
.companyGuidance {
  text-align: center;
  padding: 50px 0 60px;
}
@media screen and (min-width: 835px) {
  .companyGuidance {
    padding: 90px 0 160px;
  }
}
.companyGuidance__title {
  display: inline-block;
  position: relative;
  font-family: 'Hammersmith One', sans-serif;
  color: #2f86ad;
  letter-spacing: 1.5px;
  font-size: 38px;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .companyGuidance__title {
    font-size: 80px;
  }
}
.companyGuidance__title img {
  position: absolute;
}
.companyGuidance__title img:nth-of-type(1) {
  width: 50px;
  left: -60px;
  top: -10px;
}
@media screen and (min-width: 835px) {
  .companyGuidance__title img:nth-of-type(1) {
    width: 72px;
    left: -110px;
  }
}
.companyGuidance__title img:nth-of-type(2) {
  width: 50px;
  top: 15px;
  right: -60px;
}
@media screen and (min-width: 835px) {
  .companyGuidance__title img:nth-of-type(2) {
    width: 72px;
    right: -110px;
    top: 30px;
  }
}
.companyMessage {
  padding: 60px 0;
}
@media screen and (min-width: 835px) {
  .companyMessage {
    padding: 110px 0 160px;
  }
}
.companyMessage__img {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .companyMessage__img {
    padding: 0;
  }
}
.companyMessage__img img:nth-of-type(1) {
  width: 100%;
}
.companyMessage__img img:nth-of-type(2) {
  position: absolute;
  width: 60px;
  left: 0;
  top: -20px;
}
@media screen and (min-width: 835px) {
  .companyMessage__img img:nth-of-type(2) {
    width: 115px;
    left: -45px;
    top: -40px;
  }
}
.companyMessage__img img:nth-of-type(3) {
  position: absolute;
  width: 60px;
  bottom: -20px;
  right: 0;
}
@media screen and (min-width: 835px) {
  .companyMessage__img img:nth-of-type(3) {
    width: 115px;
    right: -70px;
    bottom: -40px;
  }
}
.companyMessage__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .companyMessage__text {
    font-size: 15px;
    margin-top: 80px;
  }
}
.companyMessage__company {
  text-align: right;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .companyMessage__company {
    font-size: 15px;
    margin-top: 80px;
  }
}
.companyMessage__name {
  font-size: 13px;
  text-align: right;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .companyMessage__name {
    font-size: 15px;
  }
}
.companyMessage__name span {
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .companyMessage__name span {
    font-size: 24px;
  }
}
.companyNav {
  background-image: url("../img/corporate/company/nav_bg_sp.png");
  background-size: cover;
  padding: 30px 0 20px;
}
@media screen and (min-width: 835px) {
  .companyNav {
    background-image: url("../img/corporate/company/nav_bg_pc.png");
    padding: 60px 0;
  }
}
.companyNav__list {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .companyNav__list {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.companyNav__item,
.companyNav__item--message,
.companyNav__item--history,
.companyNav__item--philosophy,
.companyNav__item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #2f86ad;
  padding: 0 20px;
  height: 87px;
  margin-bottom: 10px;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .companyNav__item,
  .companyNav__item--message,
  .companyNav__item--history,
  .companyNav__item--philosophy,
  .companyNav__item--info {
    width: calc(33.33333% - 4px);
    height: 120px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.companyNav__item span,
.companyNav__item--message span,
.companyNav__item--history span,
.companyNav__item--philosophy span,
.companyNav__item--info span {
  width: 30px;
  height: 30px;
  background: #485960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .companyNav__item span,
  .companyNav__item--message span,
  .companyNav__item--history span,
  .companyNav__item--philosophy span,
  .companyNav__item--info span {
    width: 40px;
    height: 40px;
  }
}
.companyNav__item span img,
.companyNav__item--message span img,
.companyNav__item--history span img,
.companyNav__item--philosophy span img,
.companyNav__item--info span img {
  width: 18px;
}
@media screen and (min-width: 835px) {
  .companyNav__item span img,
  .companyNav__item--message span img,
  .companyNav__item--history span img,
  .companyNav__item--philosophy span img,
  .companyNav__item--info span img {
    width: 24px;
  }
}
.companyNav__item:before,
.companyNav__item--message:before,
.companyNav__item--history:before,
.companyNav__item--philosophy:before,
.companyNav__item--info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(47, 134, 173, .1);
}
.companyNav__item:hover:before,
.companyNav__item--message:hover:before,
.companyNav__item--history:hover:before,
.companyNav__item--philosophy:hover:before,
.companyNav__item--info:hover:before {
  opacity: 1;
}
.companyNav__item:hover span,
.companyNav__item--message:hover span,
.companyNav__item--history:hover span,
.companyNav__item--philosophy:hover span,
.companyNav__item--info:hover span {
  background: #2f86ad;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.companyNav__item--message {
  background-image: url("../img/corporate/company/nav_message.png");
  background-size: cover;
}
.companyNav__item--history {
  background-image: url("../img/corporate/company/nav_history.png");
  background-size: cover;
}
.companyNav__item--philosophy {
  background-image: url("../img/corporate/company/nav_philosophy.png");
  background-size: cover;
}
.companyNav__item--info {
  background-image: url("../img/corporate/company/nav_info.png");
  background-size: cover;
}
.companyHistory {
  position: relative;
  padding: 30px 0 60px;
}
@media screen and (min-width: 835px) {
  .companyHistory {
    padding: 40px 0 160px;
  }
}
.companyHistory__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.companyHistory__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.companyHistory__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.companyHistory__head__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.companyHistory__head__item span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
.companyHistory__head__item:nth-of-type(1) span {
  background: #f46e42;
}
.companyHistory__head__item:nth-of-type(2) span {
  background: #37c3db;
}
.companyHistory__age {
  border-bottom: 2px solid #ddd;
  margin-top: 15px;
  padding-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .companyHistory__age {
    padding-bottom: 50px;
    margin-top: 35px;
  }
}
.companyHistory__age__text {
  font-size: 32px;
  color: #2f86ad;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}
@media screen and (min-width: 835px) {
  .companyHistory__age__text {
    font-size: 52px;
    padding-bottom: 35px;
  }
}
.companyHistory__age__text span {
  font-size: 14px;
  margin-left: 3px;
}
@media screen and (min-width: 835px) {
  .companyHistory__age__text span {
    font-size: 24px;
    margin-left: 8px;
  }
}
.companyHistory__year {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .companyHistory__year {
    margin-top: 35px;
  }
}
.companyHistory__year__text,
.companyHistory__year__text--sec {
  font-size: 24px;
}
@media screen and (min-width: 835px) {
  .companyHistory__year__text,
  .companyHistory__year__text--sec {
    font-size: 32px;
  }
}
.companyHistory__year__text span,
.companyHistory__year__text--sec span {
  font-size: 14px;
  margin-left: 3px;
}
@media screen and (min-width: 835px) {
  .companyHistory__year__text span,
  .companyHistory__year__text--sec span {
    font-size: 24px;
    margin-left: 8px;
  }
}
.companyHistory__year__text--sec {
  color: #f46e42;
}
.companyHistory__year__list {
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .companyHistory__year__list {
    padding-left: 66px;
    margin-top: 20px;
  }
}
.companyHistory__year__list:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ddd;
}
@media screen and (min-width: 835px) {
  .companyHistory__year__list:before {
    left: 36px;
  }
}
.companyHistory__year__item,
.companyHistory__year__item--business {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .companyHistory__year__item,
  .companyHistory__year__item--business {
    font-size: 18px;
  }
}
.companyHistory__year__item:not(:first-of-type),
.companyHistory__year__item--business:not(:first-of-type) {
  margin-top: 10px;
}
.companyHistory__year__item:before,
.companyHistory__year__item--business:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #f46e42;
  border-radius: 50%;
}
@media screen and (min-width: 835px) {
  .companyHistory__year__item:before,
  .companyHistory__year__item--business:before {
    top: 8px;
  }
}
.companyHistory__year__item strong,
.companyHistory__year__item--business strong {
  color: #2f86ad;
}
.companyHistory__year__item--business:before {
  background: #37c3db;
}
.companyBrand {
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .companyBrand {
    padding: 80px 0;
  }
}
.companyBrand__text {
  font-size: 16px;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .companyBrand__text {
    font-size: 22px;
    margin-top: 80px;
  }
}
.companyBrand__box {
  margin-top: 20px;
  padding: 30px 20px;
  border-left: 2px solid #ddd;
}
@media screen and (min-width: 835px) {
  .companyBrand__box {
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 40px 60px;
  }
}
.companyBrand__box img {
  width: 280px;
}
@media screen and (min-width: 835px) {
  .companyBrand__box img {
    width: 540px;
  }
}
.companyBrand__box p {
  margin-top: 30px;
  font-size: 13px;
  line-height: 2.5;
}
@media screen and (min-width: 835px) {
  .companyBrand__box p {
    margin-top: 60px;
    font-size: 16px;
  }
}
.companyBrand__box p strong {
  color: #e4754e;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .companyBrand__box p strong {
    font-size: 20px;
  }
}
.companyPhilosophy {
  background-image: url("../img/corporate/company/philosophy_bg_sp.png");
  background-size: cover;
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy {
    background-image: url("../img/corporate/company/philosophy_bg_pc.png");
    padding: 100px 0 160px;
  }
}
.companyPhilosophy__box {
  border-top: 2px solid #ddd;
  padding: 30px 0;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
  }
}
.companyPhilosophy__box:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy__box:first-of-type {
    margin-top: 80px;
  }
}
.companyPhilosophy__box:last-of-type {
  border-bottom: 2px solid #ddd;
}
.companyPhilosophy__box__head {
  position: relative;
  font-size: 24px;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy__box__head {
    font-size: 36px;
    width: 400px;
    margin-top: 40px;
  }
}
.companyPhilosophy__box__head img {
  width: 120px;
  position: absolute;
  bottom: -15px;
  left: 20px;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy__box__head img {
    width: 166px;
    top: 20px;
    bottom: auto;
    left: 40px;
  }
}
.companyPhilosophy__box__text {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy__box__text {
    margin-top: 0;
    width: calc(100% - 400px);
    border-left: 1px solid #ddd;
    padding: 20px 0;
    padding-left: 90px;
    font-size: 22px;
  }
}
.companyPhilosophy__box__text span {
  display: block;
  color: #2f86ad;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy__box__text span {
    margin-top: 60px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .companyPhilosophy__box__text span.top {
    margin-top: 0;
  }
}
.companyPhilosophy__box__text ul {
  margin-left: 20px;
}
.companyPhilosophy__box__text ul li {
  list-style: disc;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy__box__text ul li {
    font-size: 18px;
  }
}
.companyPhilosophy__box__text ul li:not(:first-of-type) {
  margin-top: 12px;
}
.companyPhilosophy__box__text .foot {
  font-size: 12px;
  text-align: right;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .companyPhilosophy__box__text .foot {
    font-size: 14px;
    margin-top: 60px;
  }
}
.companyInfo {
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .companyInfo {
    padding: 80px 0 160px;
  }
}
.companyInfo__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .companyInfo__table {
    margin-top: 60px;
  }
}
.companyInfo__table th,
.companyInfo__table td {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 13px;
  line-height: 1.5;
  padding: 24px 0;
  vertical-align: top;
}
@media screen and (min-width: 835px) {
  .companyInfo__table th,
  .companyInfo__table td {
    font-size: 15px;
    padding: 30px 0;
  }
}
.companyInfo__table th {
  width: 110px;
}
@media screen and (min-width: 835px) {
  .companyInfo__table th {
    width: 150px;
  }
}
.companyInfo__table td {
  width: calc(100% - 110px);
}
@media screen and (min-width: 835px) {
  .companyInfo__table td {
    width: calc(100% - 150px);
  }
}
.companyAccess {
  background: #f2f5f7;
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .companyAccess {
    padding: 80px 0 160px;
  }
}
.companyAccess__map {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .companyAccess__map {
    margin-top: 40px;
  }
}
.companyAccess__map iframe {
  display: block;
  width: 100%;
  height: 53vw;
}
@media screen and (min-width: 835px) {
  .companyAccess__map iframe {
    height: 478px;
  }
}
.companyAccess__map__foot {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  color: #2f86ad;
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  .companyAccess__map__foot {
    font-size: 15px;
    margin-top: 24px;
  }
}
.companyAccess__detail {
  margin-top: 36px;
}
@media screen and (min-width: 835px) {
  .companyAccess__detail {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 835px) {
  .companyAccess__detail__img {
    width: 320px;
  }
}
.companyAccess__detail__img img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 835px) {
  .companyAccess__detail__img img {
    width: 100%;
  }
}
.companyAccess__detail__img p {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .companyAccess__detail__img p {
    margin-top: 10px;
  }
}
.companyAccess__detail__text {
  margin-top: 36px;
}
@media screen and (min-width: 835px) {
  .companyAccess__detail__text {
    width: calc(100% - 320px);
    margin-top: 0;
  }
}
.companyAccess__detail__text__item:not(:first-of-type) {
  margin-top: 45px;
}
@media screen and (min-width: 835px) {
  .companyAccess__detail__text__item:not(:first-of-type) {
    margin-top: 60px;
  }
}
.companyAccess__detail__text__item:not(:first-of-type) h3 span {
  background: #2f86ad;
}
.companyAccess__detail__text__item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .companyAccess__detail__text__item h3 {
    font-size: 22px;
  }
}
.companyAccess__detail__text__item h3 span {
  width: 8px;
  height: 8px;
  background: #485960;
  margin-right: 12px;
}
@media screen and (min-width: 835px) {
  .companyAccess__detail__text__item h3 span {
    margin-right: 16px;
  }
}
.companyAccess__detail__text__item p {
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .companyAccess__detail__text__item p {
    font-size: 15px;
  }
}
.companyAccess__note {
  background: #d9e2e8;
  padding: 20px 10px;
  margin-top: 45px;
}
@media screen and (min-width: 835px) {
  .companyAccess__note {
    margin-top: 60px;
    padding: 30px;
  }
}
.companyAccess__note h3 {
  font-size: 15px;
}
.companyAccess__note ul {
  padding-left: 25px;
  margin-top: 20px;
}
.companyAccess__note ul li {
  list-style: disc;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .companyAccess__note ul li {
    font-size: 15px;
  }
}
.companyAccess__note ul li:not(:first-of-type) {
  margin-top: 12px;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__text {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__privacy {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) {
  background: #f2f5f7;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1):before {
  content: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) p {
  color: #2f86ad;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) {
  background: #2f86ad;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2):before {
  content: "";
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) p {
  color: #fff;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item {
    border-top: 1px solid #ddd;
    padding: 10px 0 28px;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item:last-of-type {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item p {
  color: #a9a9a9;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea {
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input,
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea {
    margin-top: 20px;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-webkit-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-moz-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-moz-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-ms-input-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .select {
  margin-top: 20px;
  border: none;
  height: auto;
}
.wpcf7-form.custom-wpcf7c-confirmed .select .arw {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .select select {
  padding: 0;
  font-size: 16px;
  opacity: 1;
}
.acceptance .wpcf7-list-item label {
  display: none;
}
.wpcf7-radio input[type="radio"] {
  margin-bottom: 8px !important;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio input[type="radio"] {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
  }
}
.wpcf7-radio p {
  color: #333;
}
.contact__text {
  font-size: 13px;
  line-height: 2.5;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .contact__text {
    font-size: 15px;
  }
}
.contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 65px auto 0;
  width: 250px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .contact__step {
    width: 310px;
  }
}
.contact__step:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
  width: calc(100% - 50px);
  height: 4px;
  background: #ddd;
}
.contact__step__item {
  width: 52px;
  height: 52px;
  position: relative;
  background: #f2f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__step__item p {
  font-size: 16px;
  color: #2f86ad;
}
.contact__step__item span {
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  margin: auto;
  font-size: 16px;
  color: #2f86ad;
  text-align: center;
}
.contact__step__item:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 26px 0 26px;
  border-color: #2f86ad transparent transparent transparent;
}
.contact__step__item.is-active {
  background: #2f86ad;
}
.contact__step__item.is-active:before {
  content: "";
}
.contact__step__item.is-active p {
  color: #fff;
}
.contact__form {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .contact__form {
    margin-top: 50px;
  }
}
.contact__form__item {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 835px) {
  .contact__form__item {
    padding: 30px 0;
    border-top: none;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 835px) {
  .contact__form__item > span,
  .contact__form__item .select {
    width: calc(100% - 280px) !important;
    display: block;
  }
}
.contact__form__item > p {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (min-width: 835px) {
  .contact__form__item > p {
    width: 280px;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
  }
}
.contact__form__item > p span {
  background: #f46e42;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  margin-left: 8px;
}
.contact__form__item input[type="text"],
.contact__form__item input[type="tel"],
.contact__form__item input[type="email"],
.contact__form__item textarea {
  width: 100%;
  height: 55px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.contact__form__item input[type="text"].small,
.contact__form__item input[type="tel"].small,
.contact__form__item input[type="email"].small,
.contact__form__item textarea.small {
  width: 250px;
}
.contact__form__item textarea {
  height: 144px;
  padding-top: 12px;
}
@media screen and (min-width: 835px) {
  .contact__form__item textarea {
    height: 250px;
  }
}
.contact__form__item .select {
  width: 100%;
  height: 48px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (min-width: 835px) {
  .contact__form__item .select {
    height: 55px;
  }
}
.contact__form__item .select select {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: #fff;
  padding-left: 12px;
  font-size: 16px;
}
.contact__form__item .select .arw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}
.contact__form__item .supplement {
  padding-left: 34px;
  font-size: 12px;
  margin-top: 8px;
}
.contact__form__item .supplement a {
  color: #2f86ad;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form__item .supplement a img {
  width: 10px;
  margin-left: 2px;
}
@media screen and (min-width: 835px) {
  .contact__form__box {
    margin-left: 8px;
    margin-top: 30px;
  }
  .contact__form__box p {
    font-size: 14px;
  }
}
.contact__form__box__item:not(:first-of-type) {
  margin-top: 30px;
}
.contact__form__acceptance {
  text-align: center;
}
.contact__form__acceptance span.wpcf7-list-item {
  margin: 0;
}
.contact__form__acceptance input {
  display: none;
}
.acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.acceptance .wpcf7-list-item label {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .acceptance .wpcf7-list-item label {
    margin-top: 17px;
  }
}
.acceptance .wpcf7-list-item label input {
  display: none;
}
.acceptance .wpcf7-list-item label input:checked ~ span {
  background: #2f86ad;
}
.acceptance .wpcf7-list-item label input:checked ~ span:before,
.acceptance .wpcf7-list-item label input:checked ~ span:after {
  content: "";
}
.acceptance .wpcf7-list-item label > span {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}
.acceptance .wpcf7-list-item label > span span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.acceptance .wpcf7-list-item label > span:before {
  position: absolute;
  z-index: 10;
  width: 6px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 5px;
}
.acceptance .wpcf7-list-item label > span:after {
  position: absolute;
  z-index: 10;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
  left: 8px;
}
.acceptance .wpcf7-list-item label p {
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 2px;
}
@media screen and (max-width: 375px) {
  .acceptance .wpcf7-list-item label p {
    font-size: 14px;
  }
}
.acceptance .wpcf7-list-item label p a {
  color: #a2d9ff;
  text-decoration: underline;
}
.acceptance .wpcf7-list-item label p span {
  color: #ea463c;
}
.contact__form__confirm {
  width: 260px;
  height: 52px;
  background: #485960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: bold;
  margin: 40px auto 0;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__form__confirm:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__form__confirm {
    width: 435px;
    height: 63px;
    font-size: 16px;
    margin: 60px auto 0;
  }
}
.contact__form__confirm:disabled {
  opacity: 0.7;
}
.contact__form__submit {
  width: 260px;
  height: 52px;
  background: #2f86ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin: 40px auto 0;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__form__submit:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__form__submit {
    width: 435px;
    height: 63px;
    font-size: 16px;
    margin: 60px auto 0;
  }
}
.contact__thanks {
  margin: 40px 10px 0;
}
@media screen and (min-width: 835px) {
  .contact__thanks {
    margin-top: 60px;
  }
}
.contact__thanks h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .contact__thanks h2 {
    font-size: 32px;
  }
}
.contact__thanks p {
  font-size: 13px;
  margin-top: 30px;
  line-height: 2.5;
}
@media screen and (min-width: 835px) {
  .contact__thanks p {
    font-size: 15px;
    margin-top: 40px;
  }
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.wpcf7-form-control-wrap.content {
  padding: 0;
}
.wpcf7-validation-errors {
  display: none !important;
}
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
.wpcf7-radio > span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  margin-right: 20px !important;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio > span {
    margin-right: 80px !important;
  }
}
.wpcf7-radio > span input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
  margin-bottom: 3px;
  accent-color: #2f86ad;
}
.contact__form__privacy {
  background: #f7f7f8;
  border: 1px solid #c0c0c0;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 2;
  overflow: scroll;
  height: 150px;
}
@media screen and (min-width: 835px) {
  .contact__form__privacy {
    margin: 20px 0 0;
    height: 160px;
    font-size: 14px;
  }
}
.content {
  padding: 40px 24px 60px;
}
@media screen and (min-width: 835px) {
  .content {
    padding: 100px 24px 160px;
    max-width: 800px;
    margin: 0 auto;
  }
}
.detail {
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .detail {
    padding: 100px 0 160px;
  }
}
.detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__date {
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #999;
}
.detail__category {
  background: #37c3db;
  border-radius: 30px;
  color: #fff;
  padding: 4px 16px;
  margin-left: 8px;
  font-size: 12px;
}
.detail__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  .detail__title {
    font-size: 28px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
.detail__img {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .detail__img {
    margin-top: 40px;
  }
}
.detail__img img {
  width: 100%;
  display: block;
  height: 55vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .detail__img img {
    height: 483px;
  }
}
.detail__content {
  position: relative;
}
.detail__content #public {
  padding-top: 60px;
}
.detail__content .top {
  margin-top: 0;
}
.detail__content h2 {
  margin-top: 40px;
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .detail__content h2 {
    margin-top: 120px;
    font-size: 28px;
    padding-left: 28px;
  }
}
.detail__content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #2f86ad;
}
@media screen and (min-width: 835px) {
  .detail__content h2:before {
    width: 12px;
    height: 12px;
    top: 15px;
  }
}
.detail__content h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .detail__content h3 {
    font-size: 22px;
    padding-bottom: 16px;
    margin-top: 60px;
  }
}
.detail__content h4 {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 30px;
  padding-left: 6px;
  border-left: 2px solid #ddd;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .detail__content h4 {
    font-size: 22px;
    margin-top: 60px;
    padding-left: 10px;
  }
}
.detail__content h5 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .detail__content h5 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.detail__content p {
  font-size: 13px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .detail__content p {
    font-size: 15px;
    margin-top: 40px;
    line-height: 2.5;
  }
}
.detail__content img {
  display: block;
}
.detail__content img.alignright {
  margin-left: auto;
  margin-right: 0;
}
.detail__content img.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.detail__content img.aligncenter {
  margin: 0 auto;
}
.detail__content ul {
  padding-left: 20px;
  margin-top: 30px;
}
.detail__content ul.sec li {
  margin-top: 12px !important;
}
@media screen and (min-width: 835px) {
  .detail__content ul {
    margin-top: 40px;
  }
}
.detail__content ul li {
  list-style-type: disc;
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .detail__content ul li {
    font-size: 15px;
  }
}
.detail__content ul li:not(:first-of-type) {
  margin-top: 20px;
}
.detail__content ol {
  padding-left: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .detail__content ol {
    margin-top: 40px;
  }
}
.detail__content ol li {
  list-style-type: decimal;
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .detail__content ol li {
    font-size: 15px;
  }
}
.detail__content ol li:not(:first-of-type) {
  margin-top: 20px;
}
.detail__content b {
  font-weight: bold;
}
.detail__content strong {
  font-weight: bold;
}
.detail__content a {
  color: #2f86ad;
  text-decoration: underline;
}
.detail__content .btn {
  width: 260px;
  height: 52px;
  background: #485960;
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.detail__content .btn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .detail__content .btn {
    height: 63px;
    font-size: 15px;
  }
}
.detail__content table {
  width: 100%;
  margin-top: 30px;
}
.detail__content table th,
.detail__content table td {
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 12px 8px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .detail__content table th,
  .detail__content table td {
    font-size: 15px;
    padding: 24px 40px;
  }
}
@media screen and (min-width: 835px) {
  .detail__content table th:first-of-type,
  .detail__content table td:first-of-type {
    padding: 24px 20px;
    width: 240px;
  }
}
.detail__content table th {
  background: #f2f5f7;
  font-weight: bold;
}
.detail__content .privacy {
  position: absolute;
  width: 80px;
  right: 0;
  top: 220px;
}
.detail__content .privacy img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .detail__content .privacy {
    width: 100px;
    top: 250px;
  }
}
.detail__content .security__register {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .detail__content .security__register {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.detail__content .security__register img {
  width: 60px;
  display: block;
}
@media screen and (min-width: 835px) {
  .detail__content .security__register img {
    width: 82px;
  }
}
.detail__content .security__register ul {
  padding-left: 24px;
}
@media screen and (min-width: 835px) {
  .detail__content .security__register ul {
    width: calc(100% - 120px);
    margin-top: 0;
  }
}
.detail__content .security__register ul li {
  list-style: disc;
}
.detail__content .security__register ul li:not(:first-of-type) {
  margin-top: 12px;
}
.detail__content .security__register ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail__content .security__register ul li > div span {
  white-space: nowrap;
}
.detail__content .security__link {
  margin-top: 30px;
  font-size: 13px;
  line-height: 2;
}
.detail__content .security__link img {
  width: 13px;
  margin-top: 2px;
  margin-left: 5px;
}
.detail__content .moreBtn {
  color: #fff;
  margin-top: 40px;
  text-decoration: none;
}
.detail__share {
  background: #f2f5f7;
  padding: 20px 0;
}
@media screen and (min-width: 835px) {
  .detail__share {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detail__share__head {
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .detail__share__head {
    margin-right: 50px;
  }
}
.detail__share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.detail__share__list a {
  display: block;
  margin: 0 15px;
  width: 50px;
}
.detail__share__list a img {
  width: 100%;
}
.detail__back {
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .detail__back {
    font-size: 18px;
    margin-top: 100px;
  }
}
.detail__back a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.detail__back a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail__related {
  padding: 60px 0;
}
@media screen and (min-width: 835px) {
  .detail__related {
    padding: 140px 0 160px;
  }
}
.detail__related__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .detail__related__head {
    font-size: 28px;
  }
}
.detail__related__head span {
  width: 8px;
  height: 8px;
  background: #37c3db;
  margin-right: 8px;
}
@media screen and (min-width: 835px) {
  .detail__related__head span {
    width: 10px;
    height: 10px;
    margin-right: 18px;
  }
}
.detail__related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  margin-top: 30px;
  width: calc(100% + 24px);
}
@media screen and (min-width: 835px) {
  .detail__related__list {
    overflow: visible;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
  }
}
.detail__related__item {
  display: block;
  min-width: 327px;
  border: 1px solid #ddd;
  padding: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 835px) {
  .detail__related__item {
    width: calc(33.33333% - 13.33333px);
    margin-right: 0;
  }
}
.detail__related__item:hover .detail__related__item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.detail__related__item:hover .detail__related__item__title {
  color: #2f86ad;
}
.detail__related__item__img {
  overflow: hidden;
}
.detail__related__item__img img {
  display: block;
  width: 100%;
  height: 48vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .detail__related__item__img img {
    height: 178px;
  }
}
.detail__related__item__title {
  margin-top: 16px;
  font-size: 13px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detail__related__item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.detail__related__item__date {
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #999;
}
.detail__related__item__category {
  background: #37c3db;
  border-radius: 30px;
  color: #fff;
  padding: 4px 16px;
  font-size: 12px;
  margin-left: 8px;
}
.recruitEntryHead,
.recruitEntryHead--already {
  background-image: url("../img/recruit/entry/new_head_img_sp.png");
  background-size: cover;
  padding: 70px 0 0;
}
@media screen and (min-width: 835px) {
  .recruitEntryHead,
  .recruitEntryHead--already {
    background-image: url("../img/recruit/entry/new_head_img_pc.png");
    padding: 160px 0 60px;
  }
}
.recruitEntryHead--already {
  background-image: url("../img/recruit/entry/already_head_img_sp.png");
}
@media screen and (min-width: 835px) {
  .recruitEntryHead--already {
    background-image: url("../img/recruit/entry/already_head_img_pc.png");
  }
}
.recruitEntryHead--already .recruitEntryHead__box {
  width: 205px;
}
@media screen and (min-width: 835px) {
  .recruitEntryHead--already .recruitEntryHead__box {
    width: 450px;
  }
}
.recruitEntryHead__box {
  width: 100px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .recruitEntryHead__box {
    margin-left: 0;
    width: 220px;
  }
}
.recruitEntryHead__title {
  font-size: 22px;
  letter-spacing: 2.2px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .recruitEntryHead__title {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
}
.recruitEntryHead__title img {
  position: absolute;
  width: 80px;
  height: 80px;
  left: -40px;
  top: -40px;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .recruitEntryHead__title img {
    width: 280px;
    height: 280px;
    left: -140px;
    top: -140px;
  }
}
.recruitEntryHead__eng {
  font-size: 18px;
  letter-spacing: 0.72px;
  color: #2f86ad;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .recruitEntryHead__eng {
    font-size: 40px;
    letter-spacing: 1.6px;
    margin-top: 20px;
  }
}
.recruitEntryHead__line {
  height: 64px;
  width: 2px;
  background: #ddd;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .recruitEntryHead__line {
    height: 120px;
    width: 4px;
    margin-top: 25px;
  }
}
.recruitEntryNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
  padding: 20px 24px;
}
@media screen and (min-width: 835px) {
  .recruitEntryNav {
    gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 24px;
  }
}
.recruitEntryNav__item {
  width: 50%;
  border-left: 2px solid #ddd;
  text-align: center;
  font-size: 15px;
  padding: 2px 0;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  .recruitEntryNav__item {
    font-size: 18px;
    border-left: 4px solid #ddd;
  }
}
.recruitEntryNav__item:nth-of-type(even) {
  border-right: 2px solid #ddd;
}
@media screen and (min-width: 835px) {
  .recruitEntryNav__item:nth-of-type(even) {
    border-right: none;
  }
}
@media screen and (min-width: 835px) {
  .recruitEntryNav__item:last-of-type {
    border-right: 4px solid #ddd;
  }
}
.recruitEntrySection,
.recruitEntrySectionB {
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .recruitEntrySection,
  .recruitEntrySectionB {
    padding: 80px 0;
  }
}
.recruitEntrySectionB {
  background: #f2f5f7;
}
.recruitEntry__note {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__note {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.recruitEntry__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #2f86ad;
  padding-bottom: 10px;
  font-size: 22px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__title {
    font-size: 28px;
    padding-bottom: 16px;
  }
}
.recruitEntry__title img {
  width: 32px;
  margin-right: 8px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__title img {
    width: 40px;
  }
}
.recruitEntry__job {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job {
    margin-top: 40px;
  }
}
.recruitEntry__job__item {
  background: #fff;
  padding: 0 15px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item {
    padding: 0 20px;
  }
}
.recruitEntry__job__item:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  padding: 15px 0;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item .recruitEntry__job__item__head {
    font-size: 18px;
    padding: 25px 0;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__head span {
  width: 8px;
  height: 8px;
  background: #2f86ad;
  margin-right: 8px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item .recruitEntry__job__item__head span {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__head .deco {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item .recruitEntry__job__item__head .deco {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__head .deco:before,
.recruitEntry__job__item .recruitEntry__job__item__head .deco:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #7e7e7e;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item .recruitEntry__job__item__head .deco:before,
  .recruitEntry__job__item .recruitEntry__job__item__head .deco:after {
    height: 3px;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__head .deco:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitEntry__job__item .recruitEntry__job__item__head.is-active .deco:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.recruitEntry__job__item .recruitEntry__job__item__table {
  display: none;
  padding-bottom: 15px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item .recruitEntry__job__item__table {
    padding-bottom: 25px;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__table table {
  width: 100%;
  border: 1px solid #bebebe;
  margin-top: 10px;
}
.recruitEntry__job__item .recruitEntry__job__item__table table th,
.recruitEntry__job__item .recruitEntry__job__item__table table td {
  display: block;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item .recruitEntry__job__item__table table th,
  .recruitEntry__job__item .recruitEntry__job__item__table table td {
    display: table-cell;
    padding: 25px 20px;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__table table th {
  background: #f2f5f7;
  font-size: 15px;
  text-align: center;
  padding: 13px 0;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item .recruitEntry__job__item__table table th {
    width: 280px;
    text-align: left;
    padding: 25px 20px;
    border-bottom: 1px solid #bebebe;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__table table td {
  font-size: 13px;
  padding: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 835px) {
  .recruitEntry__job__item .recruitEntry__job__item__table table td {
    font-size: 15px;
    width: calc(100% - 280px);
    padding: 25px 20px;
  }
}
.recruitEntry__job__item .recruitEntry__job__item__table table td ul li {
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
}
.recruitEntry__job__item .recruitEntry__job__item__table table td ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7.5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f86ad;
}
.recruitEntry__requirements {
  width: 100%;
  border: 1px solid #bebebe;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__requirements {
    margin-top: 40px;
  }
}
.recruitEntry__requirements th,
.recruitEntry__requirements td {
  display: block;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .recruitEntry__requirements th,
  .recruitEntry__requirements td {
    display: table-cell;
    text-align: left;
  }
}
.recruitEntry__requirements th {
  background: #f2f5f7;
  font-size: 15px;
  padding: 13px 0;
}
@media screen and (min-width: 835px) {
  .recruitEntry__requirements th {
    width: 200px;
    padding: 25px 20px;
    border-bottom: 1px solid #bebebe;
  }
}
.recruitEntry__requirements td {
  font-size: 13px;
  padding: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 835px) {
  .recruitEntry__requirements td {
    width: calc(100% - 200px);
    font-size: 15px;
    padding: 25px 20px;
  }
}
.recruitEntry__requirements td ol {
  text-align: left;
  padding-left: 20px;
}
.recruitEntry__requirements td ol li {
  margin-top: 11px;
  list-style: decimal;
}
.recruitEntry__requirements td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2f86ad;
  text-decoration: underline;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__requirements td a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.recruitEntry__requirements td a img {
  width: 15px;
  margin-left: 4px;
}
.recruitEntry__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__text {
    font-size: 15px;
    margin-top: 40px;
  }
}
.recruitEntry__flow {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__flow {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
}
.recruitEntry__flow__item {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
@media screen and (min-width: 835px) {
  .recruitEntry__flow__item {
    width: calc(16.66667% - 16.66667px);
    padding: 15px 0 20px;
  }
}
.recruitEntry__flow__item span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__flow__item span {
    position: relative;
    display: block;
    text-align: center;
    left: 0;
    font-size: 18px;
  }
}
.recruitEntry__flow__item p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .recruitEntry__flow__item p {
    font-size: 26px;
    margin-top: 15px;
  }
}
.recruitEntry__flow__item .arw {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  margin: auto;
  width: 22px;
  height: 12px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__flow__item .arw {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: 0;
    top: 0;
    right: -25px;
    left: auto;
  }
}
.recruitEntry__flow__item .arw:before,
.recruitEntry__flow__item .arw:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background: #37c3db;
}
.recruitEntry__flow__item .arw:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 2px;
}
.recruitEntry__flow__item .arw:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 2px;
}
.recruitEntry__flow__item:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .recruitEntry__flow__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.recruitEntry__flow__item:nth-of-type(1) {
  background: #5aa6c9;
}
.recruitEntry__flow__item:nth-of-type(2) {
  background: #4b9bbf;
}
.recruitEntry__flow__item:nth-of-type(3) {
  background: #2f86ad;
}
.recruitEntry__flow__item:nth-of-type(4) {
  background: #20749a;
}
.recruitEntry__flow__item:nth-of-type(5) {
  background: #1d698b;
}
.recruitEntry__flow__item:nth-of-type(6) {
  background: #fff;
  border: 1px solid #f36e41;
  color: #f36e41;
}
@media screen and (min-width: 835px) {
  .recruitEntry__flow__item:nth-of-type(6) {
    border: 3px solid #f36e41;
  }
}
.recruitEntryCta {
  padding: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 835px) {
  .recruitEntryCta {
    padding: 80px 0 120px;
  }
}
.recruitEntryCta__head {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.2px;
  color: #004865;
}
@media screen and (min-width: 835px) {
  .recruitEntryCta__head {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
}
.recruitEntryCta__eng {
  font-size: 18px;
  font-weight: bold;
  color: #2f86ad;
  letter-spacing: 0.72px;
  margin-top: 8px;
}
@media screen and (min-width: 835px) {
  .recruitEntryCta__eng {
    font-size: 40px;
    letter-spacing: 1.6px;
    margin-top: 15px;
  }
}
.recruitEntryCta__text {
  font-size: 13px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .recruitEntryCta__text {
    font-size: 15px;
    margin-top: 30px;
  }
}
.recruitEntryCta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 54px;
  margin: 30px auto 0;
  background: #f46e42;
  border-radius: 27px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.recruitEntryCta__btn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .recruitEntryCta__btn {
    width: 440px;
    height: 72px;
    border-radius: 36px;
    font-size: 18px;
  }
}
.recruitEntryFix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ddd;
  z-index: 100;
}
@media screen and (min-width: 835px) {
  .recruitEntryFix {
    height: 75px;
  }
}
.recruitEntryFix a {
  width: 260px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f46e42;
  border-radius: 27px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.recruitEntryFix a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .recruitEntryFix a {
    width: 360px;
    height: 52px;
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
.recruitFaq__item:not(:first-of-type) {
  margin-top: 30px;
}
.recruitFaq__item__q {
  background: #f2f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 13px;
}
@media screen and (min-width: 835px) {
  .recruitFaq__item__q {
    padding: 16px;
  }
}
.recruitFaq__item__q img {
  width: 16px;
}
@media screen and (min-width: 835px) {
  .recruitFaq__item__q img {
    width: 28px;
  }
}
.recruitFaq__item__q p {
  width: calc(100% - 26px);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .recruitFaq__item__q p {
    font-size: 18px;
    width: calc(100% - 40px);
    margin-top: 3px;
  }
}
.recruitFaq__item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 13px;
}
@media screen and (min-width: 835px) {
  .recruitFaq__item__a {
    padding: 20px 16px;
  }
}
.recruitFaq__item__a img {
  width: 16px;
  margin-top: 7px;
}
@media screen and (min-width: 835px) {
  .recruitFaq__item__a img {
    width: 28px;
    margin-top: 4px;
  }
}
.recruitFaq__item__a p {
  width: calc(100% - 26px);
  font-size: 13px;
  line-height: 2.5;
}
@media screen and (min-width: 835px) {
  .recruitFaq__item__a p {
    font-size: 15px;
    width: calc(100% - 40px);
  }
}
.head,
.head--common,
.head--entry,
.head--business,
.head--company,
.head--company-child,
.head--company-message,
.head--company-history,
.head--company-philosophy,
.head--company-info {
  text-align: left;
  padding: 60px 0;
}
@media screen and (min-width: 835px) {
  .head,
  .head--common,
  .head--entry,
  .head--business,
  .head--company,
  .head--company-child,
  .head--company-message,
  .head--company-history,
  .head--company-philosophy,
  .head--company-info {
    padding: 120px 0;
  }
}
.head--common {
  background: #64a5c2;
}
.head--entry {
  background-image: url("../img/recruit/common/head_img_sp.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .head--entry {
    background-image: url("../img/recruit/common/head_img_pc.png");
    font-size: 40px;
  }
}
.head--business {
  background-image: url("../img/corporate/business/business_head_sp.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .head--business {
    background-image: url("../img/corporate/business/business_head_pc.png");
  }
}
.head--company {
  background-image: url("../img/corporate/company/company_head_sp.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .head--company {
    background-image: url("../img/corporate/company/company_head_pc.png");
  }
}
.head--company-child,
.head--company-message,
.head--company-history,
.head--company-philosophy,
.head--company-info {
  background-size: cover;
  position: relative;
}
.head--company-child .inner--l,
.head--company-message .inner--l,
.head--company-history .inner--l,
.head--company-philosophy .inner--l,
.head--company-info .inner--l {
  position: relative;
  z-index: 11;
}
.head--company-message {
  background-image: url("../img/corporate/company/message_head_sp.png");
}
@media screen and (min-width: 835px) {
  .head--company-message {
    background-image: url("../img/corporate/company/message_head_pc.png");
  }
}
.head--company-history {
  background-image: url("../img/corporate/company/history_head_sp.png");
}
@media screen and (min-width: 835px) {
  .head--company-history {
    background-image: url("../img/corporate/company/history_head_pc.png");
  }
}
.head--company-philosophy {
  background-image: url("../img/corporate/company/philosophy_head_sp.png");
}
@media screen and (min-width: 835px) {
  .head--company-philosophy {
    background-image: url("../img/corporate/company/philosophy_head_pc.png");
  }
}
.head--company-info {
  background-image: url("../img/corporate/company/info_head_sp.png");
}
@media screen and (min-width: 835px) {
  .head--company-info {
    background-image: url("../img/corporate/company/info_head_pc.png");
  }
}
.head__eng {
  font-family: 'Hammersmith One', sans-serif;
  font-size: 40px;
  letter-spacing: 1.6px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .head__eng {
    font-size: 102px;
  }
}
.head__text,
.head__text--l {
  font-size: 22px;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .head__text,
  .head__text--l {
    font-size: 28px;
  }
}
@media screen and (min-width: 835px) {
  .head__text--l {
    font-size: 40px;
    margin-left: 100px;
  }
}
.container {
  padding: 40px 24px 60px;
}
@media screen and (min-width: 835px) {
  .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 24px 160px;
  }
}
.inner,
.inner--l,
.inner--s {
  padding: 0 24px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .inner,
  .inner--l,
  .inner--s {
    max-width: 1040px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 835px) {
  .inner--l {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 835px) {
  .inner--s {
    max-width: 850px;
    margin: 0 auto;
  }
}
.blog__pagenation {
  display: block;
  width: 100%;
}
ul.page-numbers {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  ul.page-numbers {
    margin-top: 70px;
  }
}
ul.page-numbers span,
ul.page-numbers a {
  width: 48px;
  height: 48px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  margin: 0 4px;
}
@media screen and (min-width: 835px) {
  ul.page-numbers span,
  ul.page-numbers a {
    margin: 0 15px;
  }
}
ul.page-numbers span.current,
ul.page-numbers a.current {
  background: #f2f5f7;
}
ul.page-numbers span:hover,
ul.page-numbers a:hover {
  background: #f2f5f7;
}
ul.page-numbers span.prev,
ul.page-numbers a.prev {
  position: relative;
  background: #475960;
}
ul.page-numbers span.prev:before,
ul.page-numbers a.prev:before {
  content: url("../img/common/btn_arw.svg");
  vertical-align: middle;
  -webkit-transform: rotate(180deg) scale(0.8, -1);
          transform: rotate(180deg) scale(0.8, -1);
}
ul.page-numbers span.next,
ul.page-numbers a.next {
  position: relative;
  background: #475960;
}
ul.page-numbers span.next:before,
ul.page-numbers a.next:before {
  content: url("../img/common/btn_arw.svg");
  vertical-align: middle;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.recruitCulture {
  padding: 50px 0 40px;
}
@media screen and (min-width: 835px) {
  .recruitCulture {
    padding: 120px 0;
  }
}
.recruitCulture__nav {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__nav {
    margin-top: 130px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruitCulture__nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background-image: url("../img/recruit/common/anchor-link_bg.png");
  background-size: cover;
  border-radius: 33px;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.recruitCulture__nav__item:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .recruitCulture__nav__item {
    width: calc(33.33333% - 25px);
    height: 66px;
    font-size: 22px;
    padding: 0 28px;
  }
}
.recruitCulture__nav__item:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__nav__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.recruitCulture__nav__item img {
  width: 24px;
  margin-right: 12px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__nav__item img {
    width: 28px;
  }
}
.recruitCulture__nav__item span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .recruitCulture__nav__item span {
    right: 30px;
  }
}
.recruitCulture__nav__item span:before,
.recruitCulture__nav__item span:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 835px) {
  .recruitCulture__nav__item span:before,
  .recruitCulture__nav__item span:after {
    width: 12px;
    height: 3px;
  }
}
.recruitCulture__nav__item span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -5px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__nav__item span:before {
    left: -7px;
  }
}
.recruitCulture__nav__item span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -5px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__nav__item span:after {
    right: -7px;
  }
}
.recruitCulture__title {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #2f86ad;
  padding-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__title {
    font-size: 36px;
    padding-bottom: 20px;
  }
}
.recruitCulture__title img {
  width: 32px;
  margin-right: 8px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__title img {
    width: 46px;
    margin-right: 16px;
  }
}
.recruitCulture__top {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__top {
    font-size: 24px;
    margin-top: 40px;
  }
}
.recruitCulture__head {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 2px solid #ddd;
  line-height: 1.5;
  color: #2f86ad;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__head {
    font-size: 28px;
    border-left: 4px solid #ddd;
    margin-top: 80px;
    padding-left: 20px;
  }
}
.recruitCulture__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__text {
    font-size: 15px;
    margin-top: 30px;
  }
}
.recruitCulture__list {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  .recruitCulture__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruitCulture__list__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.recruitCulture__list__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__list__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.recruitCulture__list__item img {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 835px) {
  .recruitCulture__list__item img {
    width: 600px;
    margin: 0;
  }
}
.recruitCulture__list__item p {
  margin-top: 30px;
  font-size: 13px;
  line-height: 2.5;
}
@media screen and (min-width: 835px) {
  .recruitCulture__list__item p {
    font-size: 15px;
    width: calc(100% - 640px);
    margin: 0;
  }
}
.recruitCulture__flow,
.recruitCulture__flow--sec {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .recruitCulture__flow,
  .recruitCulture__flow--sec {
    margin-top: 60px;
  }
}
.recruitCulture__flow:before,
.recruitCulture__flow--sec:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 4px;
  background: #ddd;
  left: 90px;
  top: 0;
}
.recruitCulture__flow--sec {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__flow--sec {
    margin-top: 90px;
  }
}
.recruitCulture__flow__text {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: -25px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__flow__text {
    font-size: 15px;
    top: -30px;
  }
}
.recruitCulture__flow__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__flow__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.recruitCulture__flow__item__head,
.recruitCulture__flow__item__head--01,
.recruitCulture__flow__item__head--02,
.recruitCulture__flow__item__head--03,
.recruitCulture__flow__item__head--04,
.recruitCulture__flow__item__head--05,
.recruitCulture__flow__item__head--06 {
  width: 185px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .recruitCulture__flow__item__head,
  .recruitCulture__flow__item__head--01,
  .recruitCulture__flow__item__head--02,
  .recruitCulture__flow__item__head--03,
  .recruitCulture__flow__item__head--04,
  .recruitCulture__flow__item__head--05,
  .recruitCulture__flow__item__head--06 {
    font-size: 20px;
    width: 231px;
    height: 53px;
  }
}
.recruitCulture__flow__item__head--01 {
  background: #2f86ad;
}
.recruitCulture__flow__item__head--02 {
  background: #005981;
}
.recruitCulture__flow__item__head--03 {
  background: #f46e42;
}
.recruitCulture__flow__item__head--04,
.recruitCulture__flow__item__head--05,
.recruitCulture__flow__item__head--06 {
  width: 236px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 16px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__flow__item__head--04,
  .recruitCulture__flow__item__head--05,
  .recruitCulture__flow__item__head--06 {
    width: 294px;
    padding-left: 20px;
  }
}
.recruitCulture__flow__item__head--04 {
  background: #35a3d5;
}
.recruitCulture__flow__item__head--05 {
  background: #2f86ad;
}
.recruitCulture__flow__item__head--06 {
  background: #005981;
}
.recruitCulture__flow__item__text {
  background: #f2f5f7;
  font-size: 13px;
  line-height: 2.5;
  padding: 20px 16px;
}
@media screen and (min-width: 835px) {
  .recruitCulture__flow__item__text {
    font-size: 15px;
    padding: 30px 20px;
  }
}
.recruitCultureWelfare {
  background: #f2f5f7;
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .recruitCultureWelfare {
    padding: 120px 0;
  }
}
.recruitCultureWelfare__img {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitCultureWelfare__img {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruitCultureWelfare__img__item {
  width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .recruitCultureWelfare__img__item {
    margin: 0 15px;
  }
}
.recruitCultureWelfare__img__item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .recruitCultureWelfare__img__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.recruitCultureWelfare__img__item img {
  width: 100%;
}
.recruitCultureWelfare__img__item p {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}
.recruitCultureOff {
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .recruitCultureOff {
    padding: 120px 0;
  }
}
.recruitData {
  position: relative;
  z-index: 1;
}
.recruitData__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit/common/repeat.svg");
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.7;
}
.recruitData__box {
  background-image: url("../img/recruit/data/data_box_bg.png");
  background-size: cover;
  width: 260px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .recruitData__box {
    width: 420px;
    height: 260px;
    font-size: 32px;
    letter-spacing: 1.3px;
    line-height: 1.7;
  }
}
.recruitData__box.head {
  margin-top: 40px;
  margin-left: -24px;
}
.recruitData__box.perspon {
  margin-left: auto;
  margin-right: 0;
}
.recruitData__box.benefits {
  margin: 0 auto;
  position: relative;
}
.recruitData__box.benefits img {
  position: absolute;
  width: 53px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .recruitData__box.benefits img {
    width: 100px;
  }
}
.recruitData__box.benefits img:nth-of-type(1) {
  left: -41px;
}
@media screen and (min-width: 835px) {
  .recruitData__box.benefits img:nth-of-type(1) {
    left: -78px;
  }
}
.recruitData__box.benefits img:nth-of-type(2) {
  right: -41px;
}
@media screen and (min-width: 835px) {
  .recruitData__box.benefits img:nth-of-type(2) {
    right: -78px;
  }
}
.recruitDataTop {
  padding: 50px 0 40px;
}
@media screen and (min-width: 835px) {
  .recruitDataTop {
    padding: 120px 0 100px;
  }
}
@media screen and (min-width: 500px) and (max-width: 834px) {
  .recruitDataTop {
    max-width: 400px;
    margin: 0 auto;
  }
}
.recruitDataHead {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .recruitDataHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
}
.recruitDataHead__img {
  width: 260px;
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 835px) {
  .recruitDataHead__img {
    width: 560px;
  }
}
.recruitDataHead__eng {
  font-size: 60px;
  letter-spacing: 2.4px;
  color: #edf4f8;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 150px;
  font-family: 'Hammersmith One', sans-serif;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .recruitDataHead__eng {
    font-size: 184px;
    letter-spacing: 7.36px;
    top: 230px;
  }
}
.recruitDataNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  gap: 30px;
}
@media screen and (min-width: 835px) {
  .recruitDataNumber {
    gap: 100px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
  }
}
.recruitDataNumber__item__head {
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .recruitDataNumber__item__head {
    font-size: 20px;
  }
}
.recruitDataNumber__item__num {
  font-size: 58px;
  font-weight: bold;
  border-bottom: 1px solid #2a88be;
  padding-bottom: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .recruitDataNumber__item__num {
    font-size: 100px;
  }
}
.recruitDataNumber__item__num span {
  font-size: 36px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .recruitDataNumber__item__num span {
    font-size: 72px;
  }
}
.recruitDataNumber__item__num small {
  font-size: 22px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .recruitDataNumber__item__num small {
    font-size: 40px;
  }
}
.recruitDataProfit {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .recruitDataProfit {
    margin-top: 80px;
  }
}
.recruitDataProfit__head {
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #2a88be;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .recruitDataProfit__head {
    font-size: 28px;
  }
}
.recruitDataProfit__img {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .recruitDataProfit__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruitDataProfit__img__item {
  width: 260px;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
  width: 280px;
}
@media screen and (min-width: 835px) {
  .recruitDataProfit__img__item:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 50px;
    padding-top: 70px;
  }
  .recruitDataProfit__img__item:first-of-type:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: calc(100% - 100px);
    background: #ddd;
  }
}
@media screen and (min-width: 835px) {
  .recruitDataProfit__img__item:last-of-type {
    padding-left: 50px;
  }
}
@media screen and (min-width: 835px) {
  .recruitDataProfit__img__item {
    width: 50%;
  }
}
.recruitDataProfit__img__item img {
  width: 100%;
}
.recruitDataPerson {
  background: rgba(124, 181, 219, .3);
  padding: 200px 0 60px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .recruitDataPerson {
    padding: 160px 0 90px;
  }
}
@media screen and (min-width: 500px) and (max-width: 834px) {
  .recruitDataPerson__inner {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 835px) {
  .recruitDataPersonHead {
    max-width: 840px;
    margin: 0 auto;
    position: relative;
  }
}
.recruitDataPersonHead__img {
  width: 160px;
  position: absolute;
  left: 24px;
  top: 40px;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonHead__img {
    width: 330px;
    top: -80px;
    left: 0;
  }
}
.recruitDataPersonHead__eng {
  font-size: 48px;
  letter-spacing: 2.4px;
  color: #edf4f8;
  position: absolute;
  right: 0;
  top: 160px;
  font-family: 'Hammersmith One', sans-serif;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonHead__eng {
    font-size: 184px;
    letter-spacing: 7.36px;
    top: 200px;
    left: 0;
    text-align: center;
  }
}
.recruitDataPersonAge {
  width: 300px;
  margin: 30px auto 0;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonAge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    max-width: 800px;
    margin: 60px auto 0;
  }
}
.recruitDataPersonAge__text__head {
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonAge__text__head {
    font-size: 20px;
  }
}
.recruitDataPersonAge__text__num {
  font-size: 58px;
  margin-top: 5px;
  border-bottom: 1px solid #2a88be;
  padding-bottom: 15px;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonAge__text__num {
    font-size: 100px;
  }
}
.recruitDataPersonAge__text__num span {
  font-size: 36px;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonAge__text__num span {
    font-size: 72px;
  }
}
.recruitDataPersonAge__text__num small {
  font-size: 22px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonAge__text__num small {
    font-size: 40px;
  }
}
.recruitDataPersonAge__graph {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonAge__graph {
    margin: 0;
    width: 400px;
  }
}
.recruitDataPersonAge__graph__text {
  font-size: 18px;
  display: inline-block;
  line-height: 1.7;
  border-bottom: 1px solid #2a88be;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonAge__graph__text {
    font-size: 20px;
  }
}
.recruitDataPersonAge__graph__img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonAge__graph__img {
    margin-top: 30px;
  }
}
.recruitDataPersonItem {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonItem {
    margin: 60px auto 0;
    text-align: left;
    max-width: 600px;
  }
}
.recruitDataPersonItem p {
  font-size: 18px;
  border-bottom: 1px solid #2a88be;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonItem p {
    font-size: 20px;
  }
}
.recruitDataPersonItem img {
  width: 300px;
  margin: 12px auto 0;
  display: block;
}
@media screen and (min-width: 835px) {
  .recruitDataPersonItem img {
    width: 100%;
  }
}
.recruitDataBenefits {
  padding: 40px 0 60px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefits {
    padding: 100px 0 160px;
  }
}
.recruitDataBenefits__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefits__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.recruitDataBenefits__eng {
  font-size: 60px;
  letter-spacing: 2.4px;
  color: #edf4f8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 190px;
  font-family: 'Hammersmith One', sans-serif;
  z-index: -1;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefits__eng {
    font-size: 184px;
    letter-spacing: 7.36px;
    top: 300px;
  }
}
.recruitDataBenefitsData {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruitDataBenefitsData__img {
  width: 220px;
  margin: 20px auto 0;
  display: block;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__img {
    width: 350px;
    margin: 0;
  }
}
.recruitDataBenefitsData__list,
.recruitDataBenefitsData__list--sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px 25px;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__list,
  .recruitDataBenefitsData__list--sec {
    width: calc(100% - 400px);
    margin-top: 0;
    gap: 60px 60px;
  }
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__list--sec {
    width: 100%;
    margin-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruitDataBenefitsData__item {
  position: relative;
}
.recruitDataBenefitsData__item__head {
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__item__head {
    font-size: 20px;
  }
}
.recruitDataBenefitsData__item__num {
  font-size: 58px;
  font-weight: bold;
  border-bottom: 1px solid #2a88be;
  padding-bottom: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__item__num {
    font-size: 100px;
  }
}
.recruitDataBenefitsData__item__num span {
  font-size: 36px;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__item__num span {
    font-size: 72px;
  }
}
.recruitDataBenefitsData__item__num small {
  font-size: 22px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__item__num small {
    font-size: 40px;
  }
}
.recruitDataBenefitsData__item__foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__item__foot {
    font-size: 14px;
    bottom: -25px;
  }
}
.recruitDataBenefitsData__item__img {
  width: 80px;
}
@media screen and (min-width: 835px) {
  .recruitDataBenefitsData__item__img {
    width: 160px;
  }
}
@media screen and (min-width: 835px) {
  .interview {
    padding-bottom: 60px;
  }
}
.interviewMv {
  position: relative;
  padding: 0 0 30px;
}
.interviewMv__buller01 {
  position: absolute;
  width: 170px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .interviewMv__buller01 {
    width: 400px;
  }
}
.interviewMv__buller02 {
  position: absolute;
  width: 140px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .interviewMv__buller02 {
    width: 320px;
  }
}
@media screen and (min-width: 835px) {
  .interviewMv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.interviewMv__img {
  padding: 0 30px;
  position: relative;
  -webkit-animation: fadeIn 2s ease both;
          animation: fadeIn 2s ease both;
}
@media screen and (min-width: 835px) {
  .interviewMv__img {
    width: 50%;
  }
}
.interviewMv__img__person {
  display: block;
}
.interviewMv__img__person img {
  width: 100%;
}
.interviewMv__img__arw {
  position: absolute;
  width: 180px;
  left: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .interviewMv__img__arw {
    width: 400px;
    right: -200px;
    bottom: 40px;
  }
}
.interviewMv__box {
  -webkit-animation: fadeIn 2s ease both;
          animation: fadeIn 2s ease both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (min-width: 835px) {
  .interviewMv__box {
    width: 50%;
  }
}
.interviewMv__head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  color: #005981;
  max-width: 325px;
  margin: 20px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .interviewMv__head {
    font-size: 32px;
    margin: 0;
    max-width: 530px;
  }
}
.interviewMv__head img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .interviewMv__head img {
    width: 180px;
    height: 180px;
    left: -80px;
    top: -80px;
  }
}
.interviewMv__detail {
  max-width: 300px;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .interviewMv__detail {
    max-width: 400px;
    margin: 50px auto 0;
  }
}
.interviewMv__detail__date {
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .interviewMv__detail__date {
    font-size: 16px;
  }
}
.interviewMv__detail__head {
  background-image: url("../img/recruit/top/already_btn_bg_sp.png");
  background-size: cover;
  font-size: 15px;
  padding: 8px 0;
  border-radius: 21px;
  color: #fff;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .interviewMv__detail__head {
    background-image: url("../img/recruit/top/already_btn_bg_pc.png");
    font-size: 18px;
    margin-top: 20px;
    padding: 12px 0;
  }
}
.interviewMv__detail__department {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .interviewMv__detail__department {
    font-size: 15px;
    margin-top: 15px;
    text-align: left;
  }
}
.interviewMv__detail__project {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .interviewMv__detail__project {
    font-size: 15px;
    margin-top: 15px;
    padding: 0 20px;
  }
}
.interviewContent,
.interviewContentSec {
  padding: 0 0 40px;
}
@media screen and (min-width: 835px) {
  .interviewContent,
  .interviewContentSec {
    padding: 0 0 100px;
  }
}
.interviewContent__inner {
  padding: 0 30px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .interviewContent__inner {
    max-width: 1020px;
    margin: 0 auto;
  }
}
.interviewContent__inner h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #004865;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .interviewContent__inner h2 {
    font-size: 26px;
    margin-top: 100px;
  }
}
.interviewContent__inner h2 img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -35px;
  top: -35px;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .interviewContent__inner h2 img {
    width: 100px;
    height: 100px;
    left: -45px;
    top: -40px;
  }
}
.interviewContent__inner p {
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .interviewContent__inner p {
    font-size: 15px;
    line-height: 2.5;
    margin-top: 45px;
  }
}
.interviewContent__inner > img {
  display: block;
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .interviewContent__inner > img {
    margin: 80px auto 0;
    max-width: 800px;
  }
}
@media screen and (min-width: 835px) {
  .interviewContent__inner > img.right {
    margin-right: -100px;
  }
}
.interviewContentSec {
  background-color: #f2f5f7;
  background-image: url("../img/recruit/common/repeat.svg");
  background-repeat: repeat;
  padding-top: 150px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .interviewContentSec {
    margin-top: 250px;
    padding-top: 200px;
  }
}
.interviewContentSec .interviewContent__inner .topImg {
  position: absolute;
  width: 100%;
  left: 0;
  top: -240px;
  margin: 0;
}
@media screen and (min-width: 835px) {
  .interviewContentSec .interviewContent__inner .topImg {
    max-width: 750px;
    left: -100px;
    top: -500px;
  }
}
.interviewSchedule {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 835px) {
  .interviewSchedule {
    padding: 200px 0;
    padding-top: 22vw;
  }
}
.interviewSchedule__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.interviewSchedule__eng {
  width: 200px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__eng {
    width: 500px;
    margin-bottom: 10px;
  }
}
.interviewSchedule__title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__title {
    font-size: 18px;
  }
}
.interviewSchedule__title span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__title span {
    font-size: 15px;
    margin-top: 12px;
  }
}
.interviewSchedule__list {
  width: 330px;
  margin: 20px auto 0;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__list {
    width: 720px;
    margin: 30px auto 0;
  }
}
.interviewSchedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding-left: 16px;
  background: #f2f5f7;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__item {
    padding: 23px;
    padding-left: 40px;
  }
}
.interviewSchedule__item:not(:first-of-type) {
  margin-top: 10px;
}
.interviewSchedule__item:not(:last-of-type):before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 32px;
  width: 5px;
  height: 10px;
  z-index: -1;
  background: #39c2db;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__item:not(:last-of-type):before {
    left: 60px;
  }
}
.interviewSchedule__item span {
  width: 55px;
  text-align: left;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__item span {
    width: 90px;
    font-size: 18px;
  }
}
.interviewSchedule__item p {
  width: calc(100% - 55px);
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__item p {
    font-size: 15px;
  }
}
.interviewSchedule__foot {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 70px;
}
@media screen and (min-width: 835px) {
  .interviewSchedule__foot {
    font-size: 15px;
    padding-left: 125px;
    margin-top: 20px;
  }
}
.interviewDayoff {
  background-image: url("../img/recruit/interview/dayoff_bg_sp.png");
  background-size: cover;
  padding: 20px 0 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .interviewDayoff {
    padding: 60px 0 70px;
    background-image: url("../img/recruit/interview/dayoff_bg_pc.png");
  }
}
.interviewDayoff__inner {
  padding: 0 30px;
}
@media screen and (min-width: 835px) {
  .interviewDayoff__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.interviewDayoff__eng {
  width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .interviewDayoff__eng {
    width: 300px;
    right: auto;
    top: -150px;
    left: 30px;
  }
}
.interviewDayoff__img {
  width: 120px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .interviewDayoff__img {
    width: 200px;
    margin: 0;
  }
}
.interviewDayoff__text {
  font-size: 13px;
  color: #fff;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .interviewDayoff__text {
    margin-top: 0;
    font-size: 15px;
    line-height: 2.5;
    width: calc(100% - 250px);
  }
}
.interviewList {
  padding-top: 40px;
}
@media screen and (min-width: 835px) {
  .interviewList {
    padding: 120px 0 20px;
  }
}
@media screen and (min-width: 835px) {
  .interviewList .recruitTopInterview__item {
    width: calc(33.33333% - 18px);
  }
}
@media screen and (min-width: 835px) {
  .interviewList .recruitTopInterview__item:nth-of-type(odd) {
    margin-top: 120px;
  }
}
.interviewList__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .interviewList__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.interviewList__eng {
  width: 312px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .interviewList__eng {
    width: 850px;
  }
}
.recruitJobIntro {
  padding: 50px 0 40px;
}
@media screen and (min-width: 835px) {
  .recruitJobIntro {
    padding: 120px 0 200px;
  }
}
@media screen and (min-width: 835px) {
  .recruitJobIntro .recruit__section__text .flex img {
    top: 300px;
  }
}
.recruitJobPersonnel {
  background-image: url("../img/recruit/job/job_bg_sp.png");
  background-size: cover;
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .recruitJobPersonnel {
    background-image: url("../img/recruit/job/job_bg_pc.png");
    padding: 60px 0 100px;
  }
}
.recruitJobPersonnel__title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .recruitJobPersonnel__title {
    font-size: 42px;
  }
}
.recruitJobPersonnel__list {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitJobPersonnel__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruitJobPersonnel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .recruitJobPersonnel__item {
    width: calc(25% - 30px);
    display: block;
  }
}
.recruitJobPersonnel__item:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  .recruitJobPersonnel__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.recruitJobPersonnel__item__circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .recruitJobPersonnel__item__circle {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    font-size: 22px;
  }
}
.recruitJobPersonnel__item__text {
  font-size: 13px;
  line-height: 2;
  color: #fff;
  width: calc(100% - 165px);
}
@media screen and (min-width: 835px) {
  .recruitJobPersonnel__item__text {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
}
.recruitJobBusiness {
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .recruitJobBusiness {
    padding: 100px 0 160px;
  }
}
@media screen and (min-width: 835px) {
  .recruitJobBusiness .recruit__section__text .flex img {
    top: 40px;
  }
}
.recruit__title,
.recruit__title--job,
.recruit__title--culture,
.recruit__title--faq,
.recruit__title--data {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 835px) {
  .recruit__title,
  .recruit__title--job,
  .recruit__title--culture,
  .recruit__title--faq,
  .recruit__title--data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 130px;
  }
}
.recruit__title img:nth-of-type(2),
.recruit__title--job img:nth-of-type(2),
.recruit__title--culture img:nth-of-type(2),
.recruit__title--faq img:nth-of-type(2),
.recruit__title--data img:nth-of-type(2) {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: -45px;
}
@media screen and (min-width: 835px) {
  .recruit__title img:nth-of-type(2),
  .recruit__title--job img:nth-of-type(2),
  .recruit__title--culture img:nth-of-type(2),
  .recruit__title--faq img:nth-of-type(2),
  .recruit__title--data img:nth-of-type(2) {
    width: 280px;
    height: 280px;
    left: -130px;
    top: -110px;
  }
}
.recruit__title span,
.recruit__title--job span,
.recruit__title--culture span,
.recruit__title--faq span,
.recruit__title--data span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .recruit__title span,
  .recruit__title--job span,
  .recruit__title--culture span,
  .recruit__title--faq span,
  .recruit__title--data span {
    font-size: 22px;
    margin-top: 0;
    margin-left: 30px;
  }
}
.recruit__title--job img:nth-of-type(1) {
  width: 200px;
}
@media screen and (min-width: 835px) {
  .recruit__title--job img:nth-of-type(1) {
    width: 400px;
  }
}
.recruit__title--culture img:nth-of-type(1) {
  width: 177px;
}
@media screen and (min-width: 835px) {
  .recruit__title--culture img:nth-of-type(1) {
    width: 368px;
  }
}
.recruit__title--faq img:nth-of-type(1) {
  width: 111px;
}
@media screen and (min-width: 835px) {
  .recruit__title--faq img:nth-of-type(1) {
    width: 230px;
  }
}
.recruit__title--data img:nth-of-type(1) {
  width: 130px;
}
@media screen and (min-width: 835px) {
  .recruit__title--data img:nth-of-type(1) {
    width: 270px;
  }
}
.recruit__section:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .recruit__section:not(:first-of-type) {
    margin-top: 80px;
  }
}
.recruit__section__title {
  display: inline-block;
  border-bottom: 2px solid #2f86ad;
  padding-bottom: 12px;
  line-height: 1.5;
  font-size: 22px;
}
@media screen and (min-width: 835px) {
  .recruit__section__title {
    font-size: 32px;
    padding-bottom: 16px;
  }
}
.recruit__section__head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruit__section__head {
    font-size: 26px;
    margin-top: 60px;
  }
}
.recruit__section__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruit__section__text {
    max-width: 600px;
    font-size: 15px;
    margin-top: 40px;
  }
}
.recruit__section__text strong {
  color: #f46e42;
  font-weight: bold;
}
.recruit__section__text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .recruit__section__text .flex {
    display: inline;
  }
}
.recruit__section__text .flex span {
  width: calc(100% - 165px);
}
@media screen and (min-width: 835px) {
  .recruit__section__text .flex span {
    width: 100%;
  }
}
.recruit__section__text .flex img {
  width: 150px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .recruit__section__text .flex img {
    width: 360px;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}
.recruitHeader {
  background: transparent -webkit-gradient(linear, left top, right top, from(#0f2a34), color-stop(75%, #044159), to(#004865)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0f2a34 0%, #044159 75%, #004865 100%) 0% 0% no-repeat padding-box;
  padding-left: 16px;
  padding-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 54px;
  z-index: 999;
}
@media screen and (min-width: 835px) {
  .recruitHeader {
    height: 80px;
    padding-left: 30px;
    padding-right: 0;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .recruitHeader {
    padding-left: 10px;
  }
}
.recruitHeader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitHeader__logo .recruitHeader__logo__main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.recruitHeader__logo .recruitHeader__logo__main:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruitHeader__logo .recruitHeader__logo__main img {
  width: 180px;
}
@media screen and (min-width: 835px) {
  .recruitHeader__logo .recruitHeader__logo__main img {
    width: 260px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .recruitHeader__logo .recruitHeader__logo__main img {
    width: 200px;
  }
}
.recruitHeader__logo .recruitHeader__logo__main span {
  display: block;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .recruitHeader__logo .recruitHeader__logo__main span {
    font-size: 13px;
  }
}
.recruitHeader__logo .recruitHeader__logo__sub {
  font-size: 15px;
  letter-spacing: 0.6px;
  margin-left: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.recruitHeader__logo .recruitHeader__logo__sub:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .recruitHeader__logo .recruitHeader__logo__sub {
    font-size: 18px;
    letter-spacing: 1.26px;
    margin-left: 28px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .recruitHeader__logo .recruitHeader__logo__sub {
    font-size: 14px;
    margin-left: 10px;
  }
}
.recruitHeader__space {
  height: 54px;
}
@media screen and (min-width: 835px) {
  .recruitHeader__space {
    height: 80px;
  }
}
.recruitHeader__spBtn {
  width: 54px;
  height: 54px;
  position: relative;
}
.recruitHeader__spBtn span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitHeader__spBtn span:nth-of-type(1) {
  top: -18px;
}
.recruitHeader__spBtn span:nth-of-type(3) {
  bottom: -18px;
}
@media screen and (min-width: 835px) {
  .recruitHeader__spBtn {
    display: none;
  }
}
.recruitHeader__spBtn.is-active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recruitHeader__spBtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.recruitHeader__spBtn.is-active span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.recruitHeader__spMenu {
  position: fixed;
  left: 0;
  top: 54px;
  width: 100%;
  height: calc(100% - 54px);
  background: transparent -webkit-gradient(linear, left top, right top, from(#0f2a34), to(#004865)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0f2a34 0%, #004865 100%) 0% 0% no-repeat padding-box;
  display: none;
  overflow: scroll;
}
.recruitHeader__spMenu__list {
  padding: 30px 24px 60px;
}
.recruitHeader__spMenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #fff;
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, .102);
}
.recruitHeader__spMenu__item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, .102);
}
.recruitHeader__spMenu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.recruitHeader__spMenu__btn__item,
.recruitHeader__spMenu__btn__item--new,
.recruitHeader__spMenu__btn__item--already {
  width: calc(50% - 5px);
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.recruitHeader__spMenu__btn__item--new {
  background: transparent -webkit-gradient(linear, left top, right top, from(#d14618), to(#ff7600)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #d14618 0%, #ff7600 100%) 0% 0% no-repeat padding-box;
}
.recruitHeader__spMenu__btn__item--already {
  background: transparent -webkit-gradient(linear, left top, right top, from(#0754a0), to(#30acc1)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0754a0 0%, #30acc1 100%) 0% 0% no-repeat padding-box;
}
.recruitHeader__pcMenu {
  display: none;
}
@media screen and (min-width: 835px) {
  .recruitHeader__pcMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruitHeader__pcMenu__item {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #fff;
  margin: 0 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .recruitHeader__pcMenu__item {
    margin: 0 4px;
    font-size: 14px;
  }
}
.recruitHeader__pcMenu__item.is-active span {
  opacity: 1;
  visibility: visible;
}
.recruitHeader__pcMenu__item.is-active p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.recruitHeader__pcMenu__item:before {
  content: "";
  position: absolute;
  bottom: 27px;
  left: -2.5px;
  width: calc(100% + 5px);
  height: 1px;
  background: #333;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitHeader__pcMenu__item p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitHeader__pcMenu__item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37c3db;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitHeader__pcMenu__item:hover span {
  opacity: 1;
  visibility: visible;
}
.recruitHeader__pcMenu__item:hover p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.recruitHeader__pcMenu__company {
  position: fixed;
  width: 100%;
  height: 240px;
  background: #dce2e6;
  left: 0;
  top: 80px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitHeader__pcMenu__company:hover {
  visibility: visible;
  opacity: 1;
}
.recruitHeader__pcMenu__company__item {
  width: 200px;
  margin: 0 12px;
}
.recruitHeader__pcMenu__company__item > div {
  overflow: hidden;
}
.recruitHeader__pcMenu__company__item > div img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitHeader__pcMenu__company__item p {
  background: #fff;
  color: #2f86ad;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitHeader__pcMenu__company__item:hover > div img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recruitHeader__pcMenu__company__item:hover p {
  background: #eafcff;
}
.recruitHeader__pcMenu__new {
  background: transparent -webkit-gradient(linear, left top, right top, from(#d14618), to(#ff7600)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #d14618 0%, #ff7600 100%) 0% 0% no-repeat padding-box;
  height: 80px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.recruitHeader__pcMenu__new:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .recruitHeader__pcMenu__new {
    margin-left: 5px;
  }
}
.recruitHeader__pcMenu__new p {
  letter-spacing: 0.64px;
}
.recruitHeader__pcMenu__already {
  background: transparent -webkit-gradient(linear, left top, right top, from(#0754a0), to(#30acc1)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0754a0 0%, #30acc1 100%) 0% 0% no-repeat padding-box;
  height: 80px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.recruitHeader__pcMenu__already:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruitHeader__pcMenu__already p {
  letter-spacing: 0.64px;
}
.footerRecruit {
  background: transparent -webkit-gradient(linear, left top, right top, from(#0f2a34), to(#004865)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0f2a34 0%, #004865 100%) 0% 0% no-repeat padding-box;
  padding: 40px 0 55px;
}
@media screen and (min-width: 835px) {
  .footerRecruit {
    padding: 80px 0 55px;
  }
}
.footerRecruit__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .footerRecruit__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 835px) {
  .footerRecruit__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footerRecruit__logo {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .footerRecruit__logo {
    max-width: 400px;
    width: 400px;
    margin-left: 0;
  }
}
.footerRecruit__link {
  margin-top: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 835px) {
  .footerRecruit__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    gap: 0 20px;
    width: 390px;
  }
}
.footerRecruit__link__item {
  font-size: 16px;
  color: #fff;
  padding: 25px 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footerRecruit__link__item:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .footerRecruit__link__item {
    border-top: none;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.footerRecruit__link__item---sec {
  font-size: 13px;
  display: block;
  color: #fff;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footerRecruit__link__item---sec:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .footerRecruit__link__item---sec {
    font-size: 15px;
  }
}
.footerRecruit__link__item---sec:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (min-width: 835px) {
  .footerRecruit__main {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  .footerRecruit__sub {
    border-left: 1px solid rgba(255, 255, 255, .18);
    text-align: left;
    padding-left: 55px;
  }
}
.footerRecruit__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .footerRecruit__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footerRecruit__sns a {
  margin: 0 15px;
  width: 52px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footerRecruit__sns a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .footerRecruit__sns a {
    margin-left: 0;
    margin-right: 30px;
  }
}
.footerRecruit__sns a img {
  width: 100%;
}
.footerRecruit__copyright {
  font-size: 12px;
  color: #fff;
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .footerRecruit__copyright {
    margin-top: 45px;
  }
}
.footerRecruit_sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 30px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .footerRecruit_sublink {
    margin-left: -35px;
    margin-top: 40px;
  }
}
.footerRecruit_sublink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footerRecruit_sublink a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerRecruit_sublink a img {
  width: 10px;
  margin-left: 5px;
}
.recruit__head,
.recruit__head--message,
.recruit__head--interview {
  position: relative;
}
.recruit__head img:nth-of-type(2),
.recruit__head--message img:nth-of-type(2),
.recruit__head--interview img:nth-of-type(2) {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: -45px;
}
@media screen and (min-width: 835px) {
  .recruit__head img:nth-of-type(2),
  .recruit__head--message img:nth-of-type(2),
  .recruit__head--interview img:nth-of-type(2) {
    width: 280px;
    height: 280px;
    left: -120px;
    top: -120px;
  }
}
.recruit__head span,
.recruit__head--message span,
.recruit__head--interview span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .recruit__head span,
  .recruit__head--message span,
  .recruit__head--interview span {
    font-size: 18px;
  }
}
.recruit__head--message img:nth-of-type(1) {
  width: 200px;
}
@media screen and (min-width: 835px) {
  .recruit__head--message img:nth-of-type(1) {
    width: 388px;
  }
}
@media screen and (min-width: 835px) {
  .recruit__head--interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruit__head--interview img:nth-of-type(1) {
  width: 254px;
}
@media screen and (min-width: 835px) {
  .recruit__head--interview img:nth-of-type(1) {
    width: 475px;
  }
}
@media screen and (min-width: 835px) {
  .recruit__head--interview span {
    margin-left: 10px;
  }
}
.recruitTopMv {
  height: calc(100vh - 54px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .recruitTopMv {
    height: calc(100vh - 80px);
  }
}
.recruitTopMv__bg img {
  -webkit-animation: fadeMv 3s ease both;
          animation: fadeMv 3s ease both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitTopMv__box {
  position: relative;
  margin-top: -100px;
}
@media screen and (min-width: 835px) {
  .recruitTopMv__box {
    margin-top: -30px;
  }
}
.recruitTov__head {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.16px;
  padding-left: 30px;
  -webkit-animation: fadeMvText 3s 1s ease both;
          animation: fadeMvText 3s 1s ease both;
}
@media screen and (min-width: 835px) {
  .recruitTov__head {
    font-size: 54px;
    letter-spacing: 3.24px;
    padding-left: 65px;
  }
}
.recruitTov__text {
  font-family: 'Hammersmith One', sans-serif;
  font-size: 32px;
  letter-spacing: 1.28px;
  mix-blend-mode: difference;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  -webkit-animation: fadeMvText 3s 1s ease both;
          animation: fadeMvText 3s 1s ease both;
}
@media screen and (min-width: 835px) {
  .recruitTov__text {
    font-size: 48px;
    letter-spacing: 1.92px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 835px) {
  .recruitTopMv__square {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90%;
    height: 90%;
  }
}
.recruitTopMv__square img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: fadeMvText 3s 2s ease both;
          animation: fadeMvText 3s 2s ease both;
}
.recruitTopMv__scroll {
  position: absolute;
  left: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 160px;
  overflow: hidden;
  -webkit-animation: fadeMvText 3s 2.5s ease both;
          animation: fadeMvText 3s 2.5s ease both;
}
.recruitTopMv__scroll:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.recruitTopMv__scroll:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #f46e42;
  left: 0;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
.recruitTopMv__scroll span {
  position: absolute;
  top: 55px;
  bottom: 0;
  margin: auto;
  right: 0;
  letter-spacing: 0.6px;
  font-family: 'Hammersmith One', sans-serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
}
.recruitTopCta {
  background: #e3e9ed;
  padding: 26px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .recruitTopCta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 24px;
  }
}
.recruitTopCta__btn,
.recruitTopCta__btn--new,
.recruitTopCta__btn--already {
  max-width: 330px;
  width: 100%;
  height: 62px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.recruitTopCta__btn:hover,
.recruitTopCta__btn--new:hover,
.recruitTopCta__btn--already:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruitTopCta__btn:hover img,
.recruitTopCta__btn--new:hover img,
.recruitTopCta__btn--already:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (min-width: 835px) {
  .recruitTopCta__btn,
  .recruitTopCta__btn--new,
  .recruitTopCta__btn--already {
    margin: 0 5px;
    max-width: 460px;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
  }
}
.recruitTopCta__btn img,
.recruitTopCta__btn--new img,
.recruitTopCta__btn--already img {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .recruitTopCta__btn img,
  .recruitTopCta__btn--new img,
  .recruitTopCta__btn--already img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.recruitTopCta__btn--new {
  background-image: url("../img/recruit/top/new_btn_bg_sp.png");
}
@media screen and (min-width: 835px) {
  .recruitTopCta__btn--new {
    background-image: url("../img/recruit/top/new_btn_bg_pc.png");
  }
}
.recruitTopCta__btn--already {
  margin-top: 10px;
  background-image: url("../img/recruit/top/already_btn_bg_sp.png");
}
@media screen and (min-width: 835px) {
  .recruitTopCta__btn--already {
    margin-top: 0;
    background-image: url("../img/recruit/top/already_btn_bg_pc.png");
  }
}
.recruitTopMessage {
  padding: 60px 24px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .recruitTopMessage {
    padding: 10vw 24px;
  }
}
@media screen and (min-width: 835px) {
  .recruitTopMessage__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}
.recruitTopMessage__head {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .recruitTopMessage__head {
    font-size: 48px;
    margin-top: 40px;
  }
}
.recruitTopMessage__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .recruitTopMessage__text {
    max-width: 460px;
    font-size: 15px;
    margin-top: 40px;
  }
}
.recruitTopMessage__img {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 835px) {
  .recruitTopMessage__img {
    width: 86%;
    max-width: 1600px;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: -20vw;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruitTopMessage__img img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 835px) {
  .recruitTopInterview {
    padding: 120px 0;
  }
}
.recruitTopInterview__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .recruitTopInterview__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.recruitTopInterview__list {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .recruitTopInterview__list {
    width: calc(100% + 48px);
    margin-left: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruitTopInterview__list .next-arrow {
  position: absolute;
  top: 40%;
  right: 15px;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
}
.recruitTopInterview__list .next-arrow img {
  width: 100%;
}
.recruitTopInterview__list .prev-arrow {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
}
.recruitTopInterview__list .prev-arrow img {
  width: 100%;
}
.recruitTopInterview__list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.recruitTopInterview__list .slick-dots button {
  width: 10px;
  height: 10px;
  background: #c9c9c9;
  border-radius: 50%;
  text-indent: -9999px;
  margin: 0 8px;
}
.recruitTopInterview__list .slick-dots .slick-active button {
  background: #2f86ad;
}
.recruitTopInterview__item {
  margin: 0 10px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .recruitTopInterview__item {
    width: calc(25% - 20px);
    text-align: center;
  }
  .recruitTopInterview__item:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .recruitTopInterview__item:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .recruitTopInterview__item:nth-of-type(4) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
@media screen and (min-width: 835px) {
  .recruitTopInterview__item:nth-of-type(even) {
    margin-top: 60px;
  }
}
.recruitTopInterview__item:hover .recruitTopInterview__item__img img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recruitTopInterview__item:hover .recruitTopInterview__item__img img:nth-of-type(3) {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
.recruitTopInterview__item:hover .recruitTopInterview__item__date {
  background: #2f86ad;
  color: #fff;
}
.recruitTopInterview__item:hover .recruitTopInterview__item__occupation {
  color: #2f86ad;
}
.recruitTopInterview__item__img {
  width: 100%;
  position: relative;
}
.recruitTopInterview__item__img img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitTopInterview__item__img img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitTopInterview__item__img img:nth-of-type(3) {
  position: absolute;
  width: 140px;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}
@media screen and (min-width: 835px) {
  .recruitTopInterview__item__img img:nth-of-type(3) {
    width: 220px;
  }
}
.recruitTopInterview__item__date {
  border: 1px solid #2f86ad;
  padding: 6px 6px;
  font-size: 12px;
  color: #2f86ad;
  display: inline-block;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .recruitTopInterview__item__date {
    font-size: 14px;
    padding: 8px 8px;
  }
}
.recruitTopInterview__item__occupation {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
@media screen and (min-width: 835px) {
  .recruitTopInterview__item__occupation {
    font-size: 15px;
    margin-top: 8px;
  }
}
.recruitTopSpecial {
  padding: 60px 0;
  position: relative;
}
.recruitTopSpecial__blue,
.recruitTopSpecial__blue--left,
.recruitTopSpecial__blue--right {
  position: absolute;
  width: 100px;
  top: 0;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__blue,
  .recruitTopSpecial__blue--left,
  .recruitTopSpecial__blue--right {
    width: 320px;
    top: -80px;
  }
}
.recruitTopSpecial__blue--left {
  left: 0;
}
.recruitTopSpecial__blue--right {
  right: 0;
}
.recruitTopSpecial__eng img {
  width: 300px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__eng img {
    width: 600px;
  }
}
.recruitTopSpecial__eng span {
  display: block;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__eng span {
    font-size: 18px;
  }
}
.recruitTopSpecial__bnr {
  max-width: 330px;
  margin: 20px auto 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__bnr {
    max-width: 1020px;
    margin: 45px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 320px;
  }
}
.recruitTopSpecial__bnr:hover .recruitTopSpecial__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recruitTopSpecial__bnr:hover .recruitTopSpecial__arw img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.recruitTopSpecial__img {
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__img {
    width: calc(100% - 420px);
    overflow: hidden;
  }
}
.recruitTopSpecial__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitTopSpecial__box {
  background-image: url("../img/recruit/top/special_bnr_bg_sp.png");
  background-size: cover;
  padding: 20px 20px 16px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__box {
    background-image: url("../img/recruit/top/special_bnr_bg_pc.png");
    width: 430px;
    text-align: left;
    padding: 63px 20px 20px;
  }
}
.recruitTopSpecial__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.recruitTopSpecial__head span {
  font-size: 20px;
  letter-spacing: 0.8px;
  margin-left: 6px;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__head span {
    font-size: 28px;
    letter-spacing: 1.12;
  }
}
.recruitTopSpecial__text {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__text {
    font-size: 29px;
    margin-top: 15px;
  }
}
.recruitTopSpecial__title {
  background: rgba(0, 89, 129, .7);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    padding: 15px 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.recruitTopSpecial__title span {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 5px;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__title span {
    width: 25px;
    height: 25px;
    margin: 0 10px;
  }
}
.recruitTopSpecial__title span:before,
.recruitTopSpecial__title span:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
}
.recruitTopSpecial__title span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recruitTopSpecial__title span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.recruitTopSpecial__arw {
  text-align: right;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__arw {
    margin-top: 10px;
  }
}
.recruitTopSpecial__arw img {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .recruitTopSpecial__arw img {
    width: 50px;
    height: 50px;
  }
}
.recruitTopSection,
.recruitTopSection--culture {
  margin: 20px 0 60px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .recruitTopSection,
  .recruitTopSection--culture {
    margin: 15vw 0;
  }
}
@media screen and (min-width: 835px) {
  .recruitTopSection--culture {
    margin-top: 25vw;
  }
}
.recruitTopSection--culture .recruitTopSection__blue {
  right: auto;
  left: 0;
}
@media screen and (min-width: 835px) {
  .recruitTopSection--culture .recruitTopSection__blue {
    top: -20vw;
  }
}
@media screen and (min-width: 835px) {
  .recruitTopSection--culture .recruitTopSection__img {
    right: auto;
    left: 0;
  }
  .recruitTopSection--culture .recruitTopSection__box {
    text-align: right;
  }
  .recruitTopSection--culture .recruitTopSection__box > div {
    display: inline-block;
    text-align: left;
  }
  .recruitTopSection--culture .recruitTopSection__img {
    width: 86%;
    max-width: 1600px;
  }
}
.recruitTopSection__blue {
  position: absolute;
  width: 140px;
  right: 0;
  top: -70px;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__blue {
    width: 320px;
    top: -25vw;
  }
}
@media screen and (min-width: 835px) {
  .recruitTopSection__img {
    width: 86%;
    max-width: 1600px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -1;
  }
}
.recruitTopSection__img img {
  width: 100%;
}
.recruitTopSection__box {
  padding: 0 24px;
  margin-top: -40px;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__box {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.recruitTopSection__eng {
  position: relative;
}
.recruitTopSection__eng img:nth-of-type(1) {
  width: 220px;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__eng img:nth-of-type(1) {
    width: 400px;
  }
}
.recruitTopSection__eng img:nth-of-type(2) {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: -45px;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__eng img:nth-of-type(2) {
    width: 280px;
    height: 280px;
    left: -130px;
    top: -110px;
  }
}
.recruitTopSection__eng span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__eng span {
    font-size: 18px;
    margin-top: 15px;
  }
}
.recruitTopSection__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__text {
    font-size: 15px;
    margin-top: 40px;
    max-width: 460px;
  }
}
.recruitTopSection__btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 54px;
  margin: 30px auto 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#2f86ad), to(#005981)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #2f86ad 0%, #005981 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__btn {
    margin-left: 0;
    margin-top: 50px;
    height: 70px;
    background: none;
  }
}
.recruitTopSection__btn div {
  display: none;
  position: absolute;
  inset: 0;
  left: -10%;
  margin: auto;
  width: 120%;
  aspect-ratio: 1;
  background: transparent -webkit-gradient(linear, left top, right top, from(#2f86ad), to(#005981)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #2f86ad 0%, #005981 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__btn div {
    display: block;
  }
}
.recruitTopSection__btn span {
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 835px) {
  .recruitTopSection__btn span {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.recruitTopSection__btn:hover div {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruitTopData {
  padding: 40px 0;
  position: relative;
  background-image: url("../img/recruit/top/data_bg_sp.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .recruitTopData {
    background-image: url("../img/recruit/top/data_bg_pc.png");
    padding: 140px 0;
  }
}
.recruitTopData__box {
  background-image: url("../img/recruit/top/data-bnr_bg_sp.png");
  background-size: cover;
  max-width: 330px;
  margin: 0 auto;
  padding: 25px 20px;
  position: relative;
  display: block;
}
@media screen and (min-width: 835px) {
  .recruitTopData__box {
    background-image: url("../img/recruit/top/data-bnr_bg_pc_hover.png");
    max-width: 1020px;
    text-align: center;
    padding: 60px 20px;
  }
}
.recruitTopData__box:hover .recruitTopData__box__bg {
  opacity: 0;
  visibility: hidden;
}
.recruitTopData__box:hover .recruitTopData__arw {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.recruitTopData__box__bg {
  display: none;
}
@media screen and (min-width: 835px) {
  .recruitTopData__box__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 835px) {
  .recruitTopData__box__inner {
    position: relative;
  }
}
.recruitTopData__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .recruitTopData__head {
    font-size: 38px;
  }
}
.recruitTopData__head img {
  width: 32px;
  margin-right: 12px;
}
@media screen and (min-width: 835px) {
  .recruitTopData__head img {
    width: 70px;
    margin-right: 20px;
  }
}
.recruitTopData__text {
  font-size: 11px;
  line-height: 2;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .recruitTopData__text {
    font-size: 15px;
    max-width: 460px;
    margin: 30px auto 0;
  }
}
.recruitTopData__arw {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .recruitTopData__arw {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.footerRecruitCta {
  background-image: url("../img/recruit/common/cta_bg_sp.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media screen and (min-width: 835px) {
  .footerRecruitCta {
    background-image: url("../img/recruit/common/cta_bg_pc.png");
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0;
  }
}
.footerRecruitCta__btn,
.footerRecruitCta__btn--new,
.footerRecruitCta__btn--already {
  max-width: 330px;
  width: 100%;
  height: 62px;
  padding: 0 20px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .footerRecruitCta__btn,
  .footerRecruitCta__btn--new,
  .footerRecruitCta__btn--already {
    max-width: 500px;
    height: 150px;
    margin: 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}
.footerRecruitCta__btn img,
.footerRecruitCta__btn--new img,
.footerRecruitCta__btn--already img {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .footerRecruitCta__btn img,
  .footerRecruitCta__btn--new img,
  .footerRecruitCta__btn--already img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
  }
}
.footerRecruitCta__btn p,
.footerRecruitCta__btn--new p,
.footerRecruitCta__btn--already p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .footerRecruitCta__btn p,
  .footerRecruitCta__btn--new p,
  .footerRecruitCta__btn--already p {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 835px) {
  .footerRecruitCta__btn p span,
  .footerRecruitCta__btn--new p span,
  .footerRecruitCta__btn--already p span {
    font-size: 28px;
    display: block;
  }
}
.footerRecruitCta__btn:hover,
.footerRecruitCta__btn--new:hover,
.footerRecruitCta__btn--already:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerRecruitCta__btn:hover img,
.footerRecruitCta__btn--new:hover img,
.footerRecruitCta__btn--already:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footerRecruitCta__btn--new {
  background-image: url("../img/recruit/common/new_btn_bg_sp.png");
}
@media screen and (min-width: 835px) {
  .footerRecruitCta__btn--new {
    background-image: url("../img/recruit/common/new_btn_bg_pc.png");
  }
}
.footerRecruitCta__btn--already {
  margin-top: 10px;
  background-image: url("../img/recruit/common/already_btn_bg_sp.png");
}
@media screen and (min-width: 835px) {
  .footerRecruitCta__btn--already {
    margin-top: 0;
    background-image: url("../img/recruit/common/already_btn_bg_pc.png");
  }
}
.footerRecruit__banner {
  display: block;
  margin-top: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footerRecruit__banner:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .footerRecruit__banner {
    margin-top: 0;
    max-width: 360px;
  }
}
.footerRecruit__banner img {
  display: block;
  width: 100%;
}
@-webkit-keyframes fadeMv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes fadeMv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeMvText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeMvText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  from {
    top: 0%;
  }
  to {
    top: 100%;
  }
}
@keyframes scroll {
  from {
    top: 0%;
  }
  to {
    top: 100%;
  }
}
.section__title span {
  letter-spacing: 1.5px;
  display: block;
  color: #2f86ad;
  font-size: 38px;
  font-family: 'Hammersmith One', sans-serif;
}
@media screen and (min-width: 835px) {
  .section__title span {
    font-size: 80px;
  }
}
.section__title small {
  font-size: 15px;
  color: #333;
  position: relative;
  padding-left: 16px;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .section__title small {
    font-size: 18px;
    padding-left: 40px;
    margin-top: 10px;
  }
}
.section__title small:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #707070;
}
@media screen and (min-width: 835px) {
  .section__title small:before {
    width: 24px;
  }
}
.section__title--top {
  position: relative;
  font-family: 'Hammersmith One', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  font-size: 36px;
  letter-spacing: 1.44px;
}
@media screen and (min-width: 835px) {
  .section__title--top {
    padding-left: 0;
    font-size: 52px;
    letter-spacing: 2px;
  }
}
.section__title--top span {
  font-size: 15px;
  margin-left: 12px;
  margin-top: 5px;
  letter-spacing: 0px;
  font-family: 'Noto Serif JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .section__title--top span {
    font-size: 20px;
    margin-left: 16px;
  }
}
.section__title--top:before {
  content: "";
  width: 33px;
  height: 16px;
  background: #2f86ad;
  position: absolute;
  left: -24px;
}
@media screen and (min-width: 835px) {
  .section__title--top:before {
    width: 48px;
    height: 24px;
    left: -68px;
  }
}
.section__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .section__inner {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 835px) {
  .slick__list {
    width: 70%;
  }
}
.slick__list--left {
  display: none;
}
@media screen and (min-width: 835px) {
  .slick__list--left {
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    width: 100%;
  }
  .slick__list--left .slick__item img {
    width: 140px;
    height: 250px;
    border-radius: 30px;
  }
}
.slick__list--left .slick__item {
  margin: 0;
}
.slick__item {
  -webkit-box-shadow: 0px 0px 10px 3px #ccc;
          box-shadow: 0px 0px 10px 3px #ccc;
  margin: 30px 20px;
  position: relative;
}
.slick__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .slick__item img {
    height: 530px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .slick__item img {
    height: 400px;
  }
}
.slick__item__box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding: 25px 20px;
  background: rgba(0, 0, 0, .8);
  text-align: left;
}
.slick__item__ttl {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.slick__item__subttl {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.next-arrow {
  position: absolute;
  top: 45%;
  right: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .next-arrow {
    right: 30px;
  }
}
.next-arrow img {
  width: 100%;
}
.prev-arrow {
  position: absolute;
  top: 45%;
  left: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
.prev-arrow img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .slick-list {
    padding: 0 10% 0 0;
  }
}
.slick__list--left .slick-list {
  padding: 0;
}
.specialHead {
  position: relative;
  padding: 40px 0 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .specialHead {
    padding: 100px 0 0;
  }
}
.specialHead__buller01 {
  position: absolute;
  width: 170px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .specialHead__buller01 {
    width: 400px;
  }
}
.specialHead__buller02 {
  position: absolute;
  width: 140px;
  top: 60px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .specialHead__buller02 {
    width: 320px;
    top: 120px;
  }
}
.specialHead__box {
  background: rgba(0, 89, 129, .7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .specialHead__box {
    font-size: 28px;
    margin-top: 40px;
  }
}
.specialHead__box span {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0 8px;
}
@media screen and (min-width: 835px) {
  .specialHead__box span {
    width: 35px;
    height: 35px;
    margin: 0 12px;
  }
}
.specialHead__box span:before,
.specialHead__box span:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
}
.specialHead__box span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.specialHead__box span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.specialHead__text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .specialHead__text {
    font-size: 20px;
    margin-top: 20px;
  }
}
.specialHead__text span {
  font-size: 24px;
}
@media screen and (min-width: 835px) {
  .specialHead__text span {
    font-size: 36px;
  }
}
.specialHead__img {
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .specialHead__img {
    margin: 20px auto 0;
    max-width: 1020px;
  }
}
.specialHead__bgText {
  color: #e3e9ed;
  font-size: 80px;
  position: absolute;
  bottom: 5px;
  left: 10vw;
  font-family: 'Hammersmith One', sans-serif;
  z-index: -1;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .specialHead__bgText {
    font-size: 160px;
    letter-spacing: 6.4px;
    bottom: 300px;
  }
}
.specialProfile {
  background-image: url("../img/recruit/special/profile_bg_sp.png");
  background-size: cover;
  padding: 30px 0 45px;
}
@media screen and (min-width: 835px) {
  .specialProfile {
    background-image: url("../img/recruit/special/profile_bg_pc.png");
    padding: 40px 0 66px;
  }
}
.specialProfile__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .specialProfile__inner {
    max-width: 830px;
    margin: 0 auto;
  }
}
.specialProfile__title {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .specialProfile__title {
    font-size: 32px;
  }
}
.specialProfile__head {
  background: rgba(255, 255, 255, .12);
  border-left: 5px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  padding-left: 13px;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .specialProfile__head {
    font-size: 18px;
    border-left: 8px solid #fff;
    padding-left: 16px;
  }
}
@media screen and (min-width: 835px) {
  .specialProfile__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
@media screen and (min-width: 835px) {
  .specialProfile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.specialProfile__item,
.specialProfile__item--president {
  position: relative;
  background: #fff;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .specialProfile__item,
  .specialProfile__item--president {
    width: calc(50% - 50px);
    margin-left: 20px;
    height: 100px;
    margin-top: 30px;
  }
}
.specialProfile__item > div,
.specialProfile__item--president > div {
  padding-left: 70px;
}
@media screen and (min-width: 835px) {
  .specialProfile__item > div,
  .specialProfile__item--president > div {
    padding-left: 90px;
  }
}
.specialProfile__item img,
.specialProfile__item--president img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .specialProfile__item img,
  .specialProfile__item--president img {
    width: 110px;
    height: 110px;
    left: -40px;
  }
}
.specialProfile__item small,
.specialProfile__item--president small {
  font-size: 10px;
}
@media screen and (min-width: 835px) {
  .specialProfile__item small,
  .specialProfile__item--president small {
    font-size: 12px;
  }
}
.specialProfile__item p,
.specialProfile__item--president p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 3px;
  height: 35px;
}
@media screen and (min-width: 835px) {
  .specialProfile__item p,
  .specialProfile__item--president p {
    font-size: 14px;
    height: 42px;
    margin-top: 5px;
  }
}
.specialProfile__item span,
.specialProfile__item--president span {
  position: absolute;
  right: 20px;
  bottom: 5px;
}
@media screen and (min-width: 835px) {
  .specialProfile__item span,
  .specialProfile__item--president span {
    right: 25px;
    bottom: 14px;
  }
}
.specialProfile__item--president {
  max-width: 230px;
  margin: 35px auto 0;
}
@media screen and (min-width: 835px) {
  .specialProfile__item--president {
    max-width: none;
    margin-top: 0;
    margin-left: 20px;
    width: calc(50% - 50px);
  }
}
.specialProfile__item--president p {
  margin-top: 5px;
  font-size: 12px;
  height: auto;
}
@media screen and (min-width: 835px) {
  .specialProfile__item--president p {
    margin-top: 8px;
    font-size: 18px;
    height: auto;
  }
}
.specialProfile__text {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .specialProfile__text {
    width: calc(50% - 15px);
    margin-top: 0;
  }
}
.specialProfile__text p {
  font-size: 15px;
}
.specialContent {
  padding: 30px 24px 60px;
}
@media screen and (min-width: 835px) {
  .specialContent {
    padding: 60px 24px 160px;
    max-width: 1020px;
    margin: 0 auto;
  }
}
.specialContent__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.specialContent__title img {
  width: 210px;
}
@media screen and (min-width: 835px) {
  .specialContent__title img {
    width: 420px;
  }
}
.specialContent__title span {
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .specialContent__title span {
    font-size: 18px;
  }
}
.specialContent__headBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #4c8aa6;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .specialContent__headBox {
    padding: 20px 25px;
    margin-top: 60px;
  }
}
.specialContent__headBox span {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #4c8aa6;
  font-family: 'Hammersmith One', sans-serif;
}
@media screen and (min-width: 835px) {
  .specialContent__headBox span {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
.specialContent__headBox p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  width: calc(100% - 40px);
}
@media screen and (min-width: 835px) {
  .specialContent__headBox p {
    width: calc(100% - 60px);
    font-size: 22px;
  }
}
.specialContent__head {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #004865;
  margin-top: 60px;
  line-height: 1.75;
  margin-bottom: -10px;
}
@media screen and (min-width: 835px) {
  .specialContent__head {
    font-size: 26px;
    margin-top: 80px;
  }
}
.specialContent__head img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -35px;
  left: -30px;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .specialContent__head img {
    width: 100px;
    height: 100px;
    left: -45px;
  }
}
.specialContent__box,
.specialContent__box--right {
  margin-top: 20px;
  padding: 0 10px;
}
@media screen and (min-width: 835px) {
  .specialContent__box,
  .specialContent__box--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
    padding: 0;
  }
}
.specialContent__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .specialContent__icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 120px;
  }
}
.specialContent__icon img {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 835px) {
  .specialContent__icon img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
}
.specialContent__icon p,
.specialContent__icon span {
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (min-width: 835px) {
  .specialContent__icon p,
  .specialContent__icon span {
    font-size: 22px;
    margin-left: 0;
  }
}
.specialContent__icon p small,
.specialContent__icon span small {
  font-size: 10px;
}
@media screen and (min-width: 835px) {
  .specialContent__icon p small,
  .specialContent__icon span small {
    font-size: 14px;
  }
}
.specialContent__icon span {
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  .specialContent__icon span {
    font-size: 18px;
  }
}
.specialContent__text {
  font-size: 13px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .specialContent__text {
    width: calc(100% - 160px);
    font-size: 15px;
    line-height: 2.5;
    margin-top: 0;
  }
}
.specialContent__alltext {
  font-size: 13px;
  margin-top: 40px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .specialContent__alltext {
    line-height: 2.5;
    font-size: 15px;
    margin-top: 60px;
  }
}
.specialContent__foottext {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .specialContent__foottext {
    font-size: 15px;
    line-height: 2.5;
  }
}
.specialContent__img {
  width: 100%;
  margin-top: 40px;
  display: block;
}
@media screen and (min-width: 835px) {
  .specialContent__img {
    margin: 60px auto 0;
    max-width: 870px;
  }
}
@media screen and (min-width: 835px) {
  .specialContent__box--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.specialContent__box--right .specialContent__icon {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.specialContent__btn {
  width: 260px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f46e42;
  border-radius: 27px;
  margin: 40px auto 0;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.specialContent__btn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .specialContent__btn {
    width: 440px;
    height: 72px;
    margin: 60px auto 0;
    border-radius: 36px;
    font-size: 18px;
  }
}
.specialIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 36px;
}
@media screen and (min-width: 835px) {
  .specialIntro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 100px;
  }
}
.specialIntro__img {
  position: relative;
}
@media screen and (min-width: 835px) {
  .specialIntro__img {
    width: 50%;
  }
}
.specialIntro__img img:nth-of-type(1) {
  width: 100%;
}
.specialIntro__img img:nth-of-type(2) {
  width: 64px;
  position: absolute;
  right: 24px;
  bottom: -35px;
}
@media screen and (min-width: 835px) {
  .specialIntro__img img:nth-of-type(2) {
    width: 113px;
    top: 30px;
    bottom: auto;
    right: -20px;
  }
}
.specialIntro__box {
  background: #edf7fa;
  padding: 30px 24px;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .specialIntro__box {
    width: 50%;
    padding: 40px 80px;
  }
}
.specialIntro__box h2 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .specialIntro__box h2 {
    font-size: 28px;
  }
}
.specialIntro__box p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .specialIntro__box p {
    font-size: 15px;
  }
}
.specialIntro__box p.foot {
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 835px) {
  .specialIntro__box p.foot {
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
  }
}
.specialIntro__box p.foot span {
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (min-width: 835px) {
  .specialIntro__box p.foot span {
    font-size: 22px;
  }
}
.specialCulture {
  padding: 30px 0 40px;
}
@media screen and (min-width: 835px) {
  .specialCulture {
    padding: 60px 0 80px;
  }
}
.specialCulture__title {
  text-align: center;
  font-size: 22px;
}
@media screen and (min-width: 835px) {
  .specialCulture__title {
    font-size: 32px;
    max-width: 1020px;
    margin: auto;
    text-align: left;
  }
}
.specialCulture__title span {
  color: #2f86ad;
}
.specialCulture__box {
  background-image: url("../img/recruit/special/profile_bg_sp.png");
  background-size: cover;
  padding: 150px 24px 30px;
  text-align: left;
  color: #fff;
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .specialCulture__box {
    background-image: url("../img/recruit/special/profile_bg_pc.png");
    max-width: 1020px;
    margin: 10px auto 0;
    padding: 20px 60px 60px;
  }
}
.specialCulture__img {
  position: absolute;
  width: 335px;
  right: 0;
  top: -80px;
}
@media screen and (min-width: 835px) {
  .specialCulture__img {
    width: 525px;
    top: -60px;
    right: -90px;
  }
}
.specialCulture__deco {
  position: absolute;
  width: 65px;
  bottom: -10px;
  right: 20px;
}
@media screen and (min-width: 835px) {
  .specialCulture__deco {
    width: 113px;
    bottom: -20px;
    right: -30px;
  }
}
.specialCulture__arw {
  position: absolute;
  width: 120px;
  left: 14px;
  top: 110px;
}
@media screen and (min-width: 835px) {
  .specialCulture__arw {
    width: 160px;
    left: -30px;
    top: 20px;
    bottom: auto;
  }
}
@media screen and (min-width: 835px) {
  .specialCulture__content .left {
    padding-right: 430px;
  }
}
.specialCulture__content h2 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .specialCulture__content h2 {
    margin-top: 40px;
    font-size: 28px;
  }
}
.specialCulture__content p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .specialCulture__content p {
    font-size: 15px;
  }
}
.specialGoal {
  padding: 30px 0 60px;
  background-image: url("../img/recruit/special/goal_bg_sp.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .specialGoal {
    background-image: url("../img/recruit/special/goal_bg_pc.png");
    padding: 67px 0 60px;
  }
}
.specialGoal__title {
  font-size: 24px;
}
@media screen and (min-width: 835px) {
  .specialGoal__title {
    font-size: 32px;
    padding-left: 160px;
  }
}
.specialGoal__title span {
  color: #2f86ad;
}
.specialGoal__box {
  background: #fff;
  margin-top: 84px;
  position: relative;
  padding: 180px 24px 40px;
}
@media screen and (min-width: 835px) {
  .specialGoal__box {
    max-width: 1020px;
    margin: 10px auto 0;
    padding: 40px 40px 50px 60px;
  }
}
.specialGoal__img {
  width: 335px;
  position: absolute;
  left: 0;
  top: -70px;
}
@media screen and (min-width: 835px) {
  .specialGoal__img {
    width: 505px;
    top: -30px;
    left: -80px;
  }
}
.specialGoal__arw {
  position: absolute;
  width: 120px;
  top: 120px;
  right: 14px;
}
@media screen and (min-width: 835px) {
  .specialGoal__arw {
    width: 350px;
    right: -80px;
    bottom: 100px;
    top: auto;
  }
}
.specialGoal__content {
  text-align: left;
}
@media screen and (min-width: 835px) {
  .specialGoal__content .right {
    padding-left: 400px;
  }
}
.specialGoal__content h2 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .specialGoal__content h2 {
    font-size: 28px;
  }
}
.specialGoal__content p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .specialGoal__content p {
    font-size: 15px;
  }
}
.specialGoal__content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .specialGoal__content ol {
    margin-top: 40px;
  }
}
.specialGoal__content ol li {
  color: #2f86ad;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .specialGoal__content ol li {
    font-size: 22px;
  }
}
.specialGoal__content ol li:not(:first-of-type) {
  margin-top: 10px;
}
.specialContent__intro {
  background: #edf4f8;
  padding: 10px 24px 30px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .specialContent__intro {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 40px 50px 0;
    max-width: 840px;
    margin: 60px auto 0;
  }
}
.specialContent__intro > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .specialContent__intro > div {
    margin-left: -50px;
    width: 230px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.specialContent__intro > div img {
  width: 80px;
}
@media screen and (min-width: 835px) {
  .specialContent__intro > div img {
    width: 100px;
  }
}
.specialContent__intro > div > div p {
  font-size: 10px;
  margin-bottom: 8px;
}
@media screen and (min-width: 835px) {
  .specialContent__intro > div > div p {
    font-size: 14px;
  }
}
.specialContent__intro > div > div span {
  font-size: 15px;
}
@media screen and (min-width: 835px) {
  .specialContent__intro > div > div span {
    font-size: 18px;
  }
}
.specialContent__intro > p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .specialContent__intro > p {
    width: calc(100% - 200px);
    font-size: 15px;
    margin: 0;
  }
}
.thanks__btn {
  background: transparent -webkit-gradient(linear, left top, right top, from(#2f86ad), to(#005981)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #2f86ad 0%, #005981 100%) 0% 0% no-repeat padding-box;
  width: 260px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.56px;
  font-weight: bold;
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.thanks__btn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .thanks__btn {
    height: 70px;
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.top {
  position: relative;
  overflow: hidden;
}
.topMv {
  height: calc(100vh - 54px);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .topMv {
    height: calc(100vh - 80px);
  }
}
.topMv__bg img {
  -webkit-animation: fadeMv 3s ease both;
          animation: fadeMv 3s ease both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.topMv__text {
  text-align: center;
  position: relative;
  padding-top: 24vh;
  padding-left: 5vw;
  -webkit-animation: fadeMvText 3s 1.5s ease both;
          animation: fadeMvText 3s 1.5s ease both;
}
@media screen and (min-width: 835px) {
  .topMv__text {
    text-align: left;
    padding-top: 26vh;
    padding-left: 12vw;
  }
}
.topMv__text h2 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 3.12px;
}
@media screen and (min-width: 835px) {
  .topMv__text h2 {
    font-size: 32px;
    letter-spacing: 3.84px;
  }
}
.topMv__text p {
  font-size: 13px;
  letter-spacing: 3.25px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .topMv__text p {
    font-size: 16px;
    letter-spacing: 4px;
    margin-left: 10px;
    margin-top: 30px;
  }
}
.top__eng {
  position: absolute;
  font-size: 120px;
  letter-spacing: 4.8px;
  font-family: 'Hammersmith One', sans-serif;
  color: rgba(47, 134, 173, .05);
  left: 0;
  top: calc(100vh + 370px);
  white-space: nowrap;
  z-index: 11;
}
@media screen and (min-width: 835px) {
  .top__eng {
    font-size: 300px;
    letter-spacing: 12px;
    top: calc(100vh + 250px);
  }
}
.topVision {
  background: transparent linear-gradient(89deg, #dce2e6 0%, #ecf2f7 100%) 0% 0% no-repeat padding-box;
  padding: 60px 0 40px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .topVision {
    padding: 150px 0 200px;
  }
}
.topVision__head {
  font-family: 'Hammersmith One', sans-serif;
  color: #f46e42;
  font-size: 20px;
}
@media screen and (min-width: 835px) {
  .topVision__head {
    font-size: 22px;
  }
}
.topVision__title {
  font-size: 28px;
  margin-top: 10px;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 835px) {
  .topVision__title {
    font-size: 46px;
    margin-top: 20px;
  }
}
.topVision__title img {
  position: absolute;
  bottom: -5px;
  width: 100px;
  left: 165px;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .topVision__title img {
    width: 260px;
    left: 250px;
  }
}
.topVision__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .topVision__text {
    width: 470px;
    font-size: 15px;
    margin-top: 45px;
  }
}
.topVision__img {
  width: 270px;
  margin: 25px auto 0;
  display: table;
}
@media screen and (min-width: 835px) {
  .topVision__img {
    display: block;
    position: absolute;
    width: 530px;
    right: -40px;
    top: -80px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .topVision__img {
    right: 0;
    width: 450px;
  }
}
.topVision__wave {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.topVision__wave img {
  width: 100%;
}
.topBusiness {
  padding: 60px 0;
  background-image: url("../img/corporate/top/business_bg_sp.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .topBusiness {
    padding: 160px 0;
    background-image: url("../img/corporate/top/business_bg_pc.png");
  }
}
.topBusiness__head {
  font-size: 26px;
  line-height: 1.5;
  margin-top: 15px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .topBusiness__head {
    font-size: 36px;
    margin-top: 30px;
  }
}
.topBusiness__head img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33px;
}
@media screen and (min-width: 835px) {
  .topBusiness__head img {
    right: auto;
    left: -80px;
    width: 48px;
    top: 30px;
  }
}
.topBusiness__text {
  font-size: 13px;
  line-height: 2.5;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .topBusiness__text {
    width: 480px;
    font-size: 15px;
    margin-top: 40px;
  }
}
.topBusiness__img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .topBusiness__img {
    position: absolute;
    margin-top: 0;
    width: 560px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.topBusiness__btn {
  margin: 30px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .topBusiness__btn {
    margin-left: 0;
    margin-top: 50px;
  }
}
.topCompany {
  padding: 30px 0 50px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .topCompany {
    padding: 40px 0 100px;
  }
}
.topCompany__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 835px) {
  .topCompany__bg {
    max-height: 620px;
    overflow: hidden;
  }
}
.topCompany__bg img {
  width: 100%;
}
.topCompany__list {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .topCompany__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 47px 40px;
  }
}
.topCompany__item {
  display: block;
}
@media screen and (min-width: 835px) {
  .topCompany__item {
    width: calc(50% - 20px);
  }
}
.topCompany__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .topCompany__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.topCompany__item:hover .topCompany__item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topCompany__item:hover .topCompany__item__img:before {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topCompany__item:hover .topCompany__item__box {
  background: #eafcff;
}
.topCompany__item:hover .topCompany__item__title {
  color: #2f86ad;
}
.topCompany__item:hover .topCompany__item__arw {
  background: #2f86ad;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.topCompany__item__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.topCompany__item__img img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topCompany__item__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 134, 173, .3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.topCompany__item__box {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, .161);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, .161);
  padding: 25px 20px;
  margin: -15px 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}
@media screen and (min-width: 835px) {
  .topCompany__item__box {
    margin-left: 0;
    margin-top: -65px;
    width: 400px;
    padding: 25px 40px;
    padding-right: 20px;
  }
}
.topCompany__item__title {
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .topCompany__item__title {
    font-size: 18px;
  }
}
.topCompany__item__text {
  font-size: 12px;
  margin-top: 10px;
  color: #333;
}
@media screen and (min-width: 835px) {
  .topCompany__item__text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.topCompany__item__arw {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #485960;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topCompany__item__arw img {
  width: 18px;
}
.topRecruit {
  padding: 60px 24px;
}
@media screen and (min-width: 835px) {
  .topRecruit {
    padding: 100px 60px;
  }
}
.topRecruit__box {
  position: relative;
  display: block;
}
@media screen and (min-width: 835px) {
  .topRecruit__box {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.topRecruit__box:hover .topRecruit__deco span:nth-of-type(1) img {
  opacity: 1;
}
.topRecruit__box:hover .topRecruit__bg {
  opacity: 1;
}
.topRecruit__box:hover .topRecruit__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topRecruit__box:hover .topRecruit__img:before {
  opacity: 0;
}
.topRecruit__box:hover .topRecruit__foot__arw {
  background: #37c3db;
}
.topRecruit__deco {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}
.topRecruit__deco span {
  position: absolute;
}
.topRecruit__deco span:nth-of-type(1) {
  top: -30px;
  right: 0;
  width: 70px;
  height: 70px;
  background: #2f86ad;
}
@media screen and (min-width: 835px) {
  .topRecruit__deco span:nth-of-type(1) {
    width: 150px;
    height: 150px;
    right: -60px;
    top: -50px;
  }
}
.topRecruit__deco span:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topRecruit__deco span:nth-of-type(2) {
  width: 33px;
  height: 16px;
  top: -16px;
  right: 100px;
  background: #2f86ad;
}
@media screen and (min-width: 835px) {
  .topRecruit__deco span:nth-of-type(2) {
    width: 55px;
    height: 27px;
    right: 150px;
  }
}
.topRecruit__deco span:nth-of-type(3) {
  width: 16px;
  height: 16px;
  top: -40px;
  right: 150px;
  background: #bdd5e0;
}
@media screen and (min-width: 835px) {
  .topRecruit__deco span:nth-of-type(3) {
    width: 27px;
    height: 27px;
    right: 220px;
    top: -60px;
  }
}
.topRecruit__deco span:nth-of-type(4) {
  width: 16px;
  height: 16px;
  top: -5px;
  right: 160px;
  background: #485960;
}
@media screen and (min-width: 835px) {
  .topRecruit__deco span:nth-of-type(4) {
    width: 27px;
    height: 27px;
    right: 235px;
  }
}
.topRecruit__img {
  position: relative;
  overflow: hidden;
}
.topRecruit__img img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topRecruit__img p {
  font-family: 'Hammersmith One', sans-serif;
  color: #fff;
  font-size: 57px;
  letter-spacing: 2.3px;
  position: absolute;
  right: 40px;
  bottom: 20px;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, .302);
  z-index: 10;
}
.topRecruit__img p img {
  position: absolute;
  width: 136px;
  right: -30px;
  bottom: -6px;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .topRecruit__img p img {
    width: 320px;
    right: -70px;
    bottom: -12px;
  }
}
@media screen and (min-width: 835px) {
  .topRecruit__img p {
    font-size: 140px;
    right: 144px;
    bottom: 130px;
  }
}
.topRecruit__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 134, 173, .3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.topRecruit__foot {
  background: #2f86ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 88px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .topRecruit__foot {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 280px;
    height: 250px;
  }
}
.topRecruit__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topRecruit__foot__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  letter-spacing: 1.44px;
  color: #fff;
  font-family: 'Hammersmith One', sans-serif;
}
@media screen and (min-width: 835px) {
  .topRecruit__foot__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 48px;
    letter-spacing: 1.92px;
  }
}
.topRecruit__foot__text span {
  font-size: 15px;
  letter-spacing: 0;
  margin-left: 12px;
  font-family: 'Noto Serif JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .topRecruit__foot__text span {
    font-size: 20px;
    margin-left: 0;
    margin-top: 15px;
  }
}
.topRecruit__foot__arw {
  background: #485960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topRecruit__foot__arw {
    width: 62px;
    height: 62px;
    margin-top: 20px;
  }
}
.topRecruit__foot__arw img {
  width: 24px;
}
@media screen and (min-width: 835px) {
  .topRecruit__foot__arw img {
    width: 38px;
  }
}
.topBlog {
  background: #dce2e6;
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .topBlog {
    padding: 60px 0 100px;
  }
}
.topBlog__title {
  position: relative;
  font-family: 'Hammersmith One', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 36px;
  letter-spacing: 1.44px;
}
@media screen and (min-width: 835px) {
  .topBlog__title {
    padding-left: 0;
    font-size: 52px;
    letter-spacing: 2px;
    display: block;
  }
}
.topBlog__title span {
  font-size: 15px;
  margin-left: 12px;
  margin-top: 5px;
  letter-spacing: 0px;
  font-family: 'Noto Serif JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .topBlog__title span {
    font-size: 20px;
    margin-left: 0;
    display: block;
    margin-top: 25px;
  }
}
.topBlog__title:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #2f86ad;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .topBlog__title:before {
    left: -30px;
    top: 15px;
  }
}
.topBlog__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: calc(100% + 24px);
  padding-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .topBlog__list {
    overflow: visible;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
  }
}
.topBlog__item {
  background: #fff;
  padding: 20px;
  min-width: 325px;
  max-width: 325px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}
@media screen and (min-width: 835px) {
  .topBlog__item {
    width: calc(33.33333% - 13.33333px);
    min-width: auto;
    max-width: calc(33.33333% - 13.33333px);
    margin-right: 0;
  }
}
.topBlog__item:hover .topBlog__item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topBlog__item:hover .topBlog__item__title {
  color: #2f86ad;
}
.topBlog__item__img {
  width: 100%;
  height: 177px;
  overflow: hidden;
}
.topBlog__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topBlog__item__title {
  font-size: 13px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topBlog__item__title {
    font-size: 15px;
  }
}
.topBlog__item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.topBlog__item__date {
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #999;
}
.topBlog__item__category {
  background: #37c3db;
  border-radius: 30px;
  color: #fff;
  padding: 4px 16px;
  margin-left: 10px;
  font-size: 12px;
}
.topBlog__btn {
  margin: 30px auto 0;
}
@media screen and (min-width: 835px) {
  .topBlog__btn {
    margin-right: 0;
    margin-top: 40px;
  }
}
@-webkit-keyframes fadeMv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes fadeMv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeMvText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeMvText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt25--sp {
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .u-mt25--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt25--pc {
    margin-top: 25px;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt50--sp {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .u-mt50--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt50--pc {
    margin-top: 50px;
  }
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt75--sp {
  margin-top: 75px;
}
@media screen and (min-width: 835px) {
  .u-mt75--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt75--pc {
    margin-top: 75px;
  }
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt100--sp {
  margin-top: 100px;
}
@media screen and (min-width: 835px) {
  .u-mt100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt100--pc {
    margin-top: 100px;
  }
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt125--sp {
  margin-top: 125px;
}
@media screen and (min-width: 835px) {
  .u-mt125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt125--pc {
    margin-top: 125px;
  }
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt150--sp {
  margin-top: 150px;
}
@media screen and (min-width: 835px) {
  .u-mt150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt150--pc {
    margin-top: 150px;
  }
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt175--sp {
  margin-top: 175px;
}
@media screen and (min-width: 835px) {
  .u-mt175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt175--pc {
    margin-top: 175px;
  }
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt200--sp {
  margin-top: 200px;
}
@media screen and (min-width: 835px) {
  .u-mt200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt200--pc {
    margin-top: 200px;
  }
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt225--sp {
  margin-top: 225px;
}
@media screen and (min-width: 835px) {
  .u-mt225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt225--pc {
    margin-top: 225px;
  }
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mt250--sp {
  margin-top: 250px;
}
@media screen and (min-width: 835px) {
  .u-mt250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt250--pc {
    margin-top: 250px;
  }
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-mt55 {
  margin-top: 55px;
}
.u-mt275--sp {
  margin-top: 275px;
}
@media screen and (min-width: 835px) {
  .u-mt275--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt275--pc {
    margin-top: 275px;
  }
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-mr55 {
  margin-right: 55px;
}
.u-ml55 {
  margin-left: 55px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt300--sp {
  margin-top: 300px;
}
@media screen and (min-width: 835px) {
  .u-mt300--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt300--pc {
    margin-top: 300px;
  }
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-mt65 {
  margin-top: 65px;
}
.u-mt325--sp {
  margin-top: 325px;
}
@media screen and (min-width: 835px) {
  .u-mt325--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt325--pc {
    margin-top: 325px;
  }
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-mr65 {
  margin-right: 65px;
}
.u-ml65 {
  margin-left: 65px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mt350--sp {
  margin-top: 350px;
}
@media screen and (min-width: 835px) {
  .u-mt350--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt350--pc {
    margin-top: 350px;
  }
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-mt75 {
  margin-top: 75px;
}
.u-mt375--sp {
  margin-top: 375px;
}
@media screen and (min-width: 835px) {
  .u-mt375--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt375--pc {
    margin-top: 375px;
  }
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-mr75 {
  margin-right: 75px;
}
.u-ml75 {
  margin-left: 75px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt400--sp {
  margin-top: 400px;
}
@media screen and (min-width: 835px) {
  .u-mt400--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt400--pc {
    margin-top: 400px;
  }
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-mt85 {
  margin-top: 85px;
}
.u-mt425--sp {
  margin-top: 425px;
}
@media screen and (min-width: 835px) {
  .u-mt425--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt425--pc {
    margin-top: 425px;
  }
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-mr85 {
  margin-right: 85px;
}
.u-ml85 {
  margin-left: 85px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mt450--sp {
  margin-top: 450px;
}
@media screen and (min-width: 835px) {
  .u-mt450--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt450--pc {
    margin-top: 450px;
  }
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-mt95 {
  margin-top: 95px;
}
.u-mt475--sp {
  margin-top: 475px;
}
@media screen and (min-width: 835px) {
  .u-mt475--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt475--pc {
    margin-top: 475px;
  }
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-mr95 {
  margin-right: 95px;
}
.u-ml95 {
  margin-left: 95px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt500--sp {
  margin-top: 500px;
}
@media screen and (min-width: 835px) {
  .u-mt500--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt500--pc {
    margin-top: 500px;
  }
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mr100 {
  margin-right: 100px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-mt105 {
  margin-top: 105px;
}
.u-mt525--sp {
  margin-top: 525px;
}
@media screen and (min-width: 835px) {
  .u-mt525--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt525--pc {
    margin-top: 525px;
  }
}
.u-mb105 {
  margin-bottom: 105px;
}
.u-mr105 {
  margin-right: 105px;
}
.u-ml105 {
  margin-left: 105px;
}
.u-mt110 {
  margin-top: 110px;
}
.u-mt550--sp {
  margin-top: 550px;
}
@media screen and (min-width: 835px) {
  .u-mt550--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt550--pc {
    margin-top: 550px;
  }
}
.u-mb110 {
  margin-bottom: 110px;
}
.u-mr110 {
  margin-right: 110px;
}
.u-ml110 {
  margin-left: 110px;
}
.u-mt115 {
  margin-top: 115px;
}
.u-mt575--sp {
  margin-top: 575px;
}
@media screen and (min-width: 835px) {
  .u-mt575--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt575--pc {
    margin-top: 575px;
  }
}
.u-mb115 {
  margin-bottom: 115px;
}
.u-mr115 {
  margin-right: 115px;
}
.u-ml115 {
  margin-left: 115px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt600--sp {
  margin-top: 600px;
}
@media screen and (min-width: 835px) {
  .u-mt600--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt600--pc {
    margin-top: 600px;
  }
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mr120 {
  margin-right: 120px;
}
.u-ml120 {
  margin-left: 120px;
}
.u-mt125 {
  margin-top: 125px;
}
.u-mt625--sp {
  margin-top: 625px;
}
@media screen and (min-width: 835px) {
  .u-mt625--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt625--pc {
    margin-top: 625px;
  }
}
.u-mb125 {
  margin-bottom: 125px;
}
.u-mr125 {
  margin-right: 125px;
}
.u-ml125 {
  margin-left: 125px;
}
.u-mt130 {
  margin-top: 130px;
}
.u-mt650--sp {
  margin-top: 650px;
}
@media screen and (min-width: 835px) {
  .u-mt650--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt650--pc {
    margin-top: 650px;
  }
}
.u-mb130 {
  margin-bottom: 130px;
}
.u-mr130 {
  margin-right: 130px;
}
.u-ml130 {
  margin-left: 130px;
}
.u-mt135 {
  margin-top: 135px;
}
.u-mt675--sp {
  margin-top: 675px;
}
@media screen and (min-width: 835px) {
  .u-mt675--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt675--pc {
    margin-top: 675px;
  }
}
.u-mb135 {
  margin-bottom: 135px;
}
.u-mr135 {
  margin-right: 135px;
}
.u-ml135 {
  margin-left: 135px;
}
.u-mt140 {
  margin-top: 140px;
}
.u-mt700--sp {
  margin-top: 700px;
}
@media screen and (min-width: 835px) {
  .u-mt700--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt700--pc {
    margin-top: 700px;
  }
}
.u-mb140 {
  margin-bottom: 140px;
}
.u-mr140 {
  margin-right: 140px;
}
.u-ml140 {
  margin-left: 140px;
}
.u-mt145 {
  margin-top: 145px;
}
.u-mt725--sp {
  margin-top: 725px;
}
@media screen and (min-width: 835px) {
  .u-mt725--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt725--pc {
    margin-top: 725px;
  }
}
.u-mb145 {
  margin-bottom: 145px;
}
.u-mr145 {
  margin-right: 145px;
}
.u-ml145 {
  margin-left: 145px;
}
.u-mt150 {
  margin-top: 150px;
}
.u-mt750--sp {
  margin-top: 750px;
}
@media screen and (min-width: 835px) {
  .u-mt750--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt750--pc {
    margin-top: 750px;
  }
}
.u-mb150 {
  margin-bottom: 150px;
}
.u-mr150 {
  margin-right: 150px;
}
.u-ml150 {
  margin-left: 150px;
}
.u-mt155 {
  margin-top: 155px;
}
.u-mt775--sp {
  margin-top: 775px;
}
@media screen and (min-width: 835px) {
  .u-mt775--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt775--pc {
    margin-top: 775px;
  }
}
.u-mb155 {
  margin-bottom: 155px;
}
.u-mr155 {
  margin-right: 155px;
}
.u-ml155 {
  margin-left: 155px;
}
.u-mt160 {
  margin-top: 160px;
}
.u-mt800--sp {
  margin-top: 800px;
}
@media screen and (min-width: 835px) {
  .u-mt800--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt800--pc {
    margin-top: 800px;
  }
}
.u-mb160 {
  margin-bottom: 160px;
}
.u-mr160 {
  margin-right: 160px;
}
.u-ml160 {
  margin-left: 160px;
}
.u-mt165 {
  margin-top: 165px;
}
.u-mt825--sp {
  margin-top: 825px;
}
@media screen and (min-width: 835px) {
  .u-mt825--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt825--pc {
    margin-top: 825px;
  }
}
.u-mb165 {
  margin-bottom: 165px;
}
.u-mr165 {
  margin-right: 165px;
}
.u-ml165 {
  margin-left: 165px;
}
.u-mt170 {
  margin-top: 170px;
}
.u-mt850--sp {
  margin-top: 850px;
}
@media screen and (min-width: 835px) {
  .u-mt850--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt850--pc {
    margin-top: 850px;
  }
}
.u-mb170 {
  margin-bottom: 170px;
}
.u-mr170 {
  margin-right: 170px;
}
.u-ml170 {
  margin-left: 170px;
}
.u-mt175 {
  margin-top: 175px;
}
.u-mt875--sp {
  margin-top: 875px;
}
@media screen and (min-width: 835px) {
  .u-mt875--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt875--pc {
    margin-top: 875px;
  }
}
.u-mb175 {
  margin-bottom: 175px;
}
.u-mr175 {
  margin-right: 175px;
}
.u-ml175 {
  margin-left: 175px;
}
.u-mt180 {
  margin-top: 180px;
}
.u-mt900--sp {
  margin-top: 900px;
}
@media screen and (min-width: 835px) {
  .u-mt900--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt900--pc {
    margin-top: 900px;
  }
}
.u-mb180 {
  margin-bottom: 180px;
}
.u-mr180 {
  margin-right: 180px;
}
.u-ml180 {
  margin-left: 180px;
}
.u-mt185 {
  margin-top: 185px;
}
.u-mt925--sp {
  margin-top: 925px;
}
@media screen and (min-width: 835px) {
  .u-mt925--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt925--pc {
    margin-top: 925px;
  }
}
.u-mb185 {
  margin-bottom: 185px;
}
.u-mr185 {
  margin-right: 185px;
}
.u-ml185 {
  margin-left: 185px;
}
.u-mt190 {
  margin-top: 190px;
}
.u-mt950--sp {
  margin-top: 950px;
}
@media screen and (min-width: 835px) {
  .u-mt950--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt950--pc {
    margin-top: 950px;
  }
}
.u-mb190 {
  margin-bottom: 190px;
}
.u-mr190 {
  margin-right: 190px;
}
.u-ml190 {
  margin-left: 190px;
}
.u-mt195 {
  margin-top: 195px;
}
.u-mt975--sp {
  margin-top: 975px;
}
@media screen and (min-width: 835px) {
  .u-mt975--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt975--pc {
    margin-top: 975px;
  }
}
.u-mb195 {
  margin-bottom: 195px;
}
.u-mr195 {
  margin-right: 195px;
}
.u-ml195 {
  margin-left: 195px;
}
.u-mt200 {
  margin-top: 200px;
}
.u-mt1000--sp {
  margin-top: 1000px;
}
@media screen and (min-width: 835px) {
  .u-mt1000--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1000--pc {
    margin-top: 1000px;
  }
}
.u-mb200 {
  margin-bottom: 200px;
}
.u-mr200 {
  margin-right: 200px;
}
.u-ml200 {
  margin-left: 200px;
}
.u-mt205 {
  margin-top: 205px;
}
.u-mt1025--sp {
  margin-top: 1025px;
}
@media screen and (min-width: 835px) {
  .u-mt1025--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1025--pc {
    margin-top: 1025px;
  }
}
.u-mb205 {
  margin-bottom: 205px;
}
.u-mr205 {
  margin-right: 205px;
}
.u-ml205 {
  margin-left: 205px;
}
.u-mt210 {
  margin-top: 210px;
}
.u-mt1050--sp {
  margin-top: 1050px;
}
@media screen and (min-width: 835px) {
  .u-mt1050--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1050--pc {
    margin-top: 1050px;
  }
}
.u-mb210 {
  margin-bottom: 210px;
}
.u-mr210 {
  margin-right: 210px;
}
.u-ml210 {
  margin-left: 210px;
}
.u-mt215 {
  margin-top: 215px;
}
.u-mt1075--sp {
  margin-top: 1075px;
}
@media screen and (min-width: 835px) {
  .u-mt1075--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1075--pc {
    margin-top: 1075px;
  }
}
.u-mb215 {
  margin-bottom: 215px;
}
.u-mr215 {
  margin-right: 215px;
}
.u-ml215 {
  margin-left: 215px;
}
.u-mt220 {
  margin-top: 220px;
}
.u-mt1100--sp {
  margin-top: 1100px;
}
@media screen and (min-width: 835px) {
  .u-mt1100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1100--pc {
    margin-top: 1100px;
  }
}
.u-mb220 {
  margin-bottom: 220px;
}
.u-mr220 {
  margin-right: 220px;
}
.u-ml220 {
  margin-left: 220px;
}
.u-mt225 {
  margin-top: 225px;
}
.u-mt1125--sp {
  margin-top: 1125px;
}
@media screen and (min-width: 835px) {
  .u-mt1125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1125--pc {
    margin-top: 1125px;
  }
}
.u-mb225 {
  margin-bottom: 225px;
}
.u-mr225 {
  margin-right: 225px;
}
.u-ml225 {
  margin-left: 225px;
}
.u-mt230 {
  margin-top: 230px;
}
.u-mt1150--sp {
  margin-top: 1150px;
}
@media screen and (min-width: 835px) {
  .u-mt1150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1150--pc {
    margin-top: 1150px;
  }
}
.u-mb230 {
  margin-bottom: 230px;
}
.u-mr230 {
  margin-right: 230px;
}
.u-ml230 {
  margin-left: 230px;
}
.u-mt235 {
  margin-top: 235px;
}
.u-mt1175--sp {
  margin-top: 1175px;
}
@media screen and (min-width: 835px) {
  .u-mt1175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1175--pc {
    margin-top: 1175px;
  }
}
.u-mb235 {
  margin-bottom: 235px;
}
.u-mr235 {
  margin-right: 235px;
}
.u-ml235 {
  margin-left: 235px;
}
.u-mt240 {
  margin-top: 240px;
}
.u-mt1200--sp {
  margin-top: 1200px;
}
@media screen and (min-width: 835px) {
  .u-mt1200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1200--pc {
    margin-top: 1200px;
  }
}
.u-mb240 {
  margin-bottom: 240px;
}
.u-mr240 {
  margin-right: 240px;
}
.u-ml240 {
  margin-left: 240px;
}
.u-mt245 {
  margin-top: 245px;
}
.u-mt1225--sp {
  margin-top: 1225px;
}
@media screen and (min-width: 835px) {
  .u-mt1225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1225--pc {
    margin-top: 1225px;
  }
}
.u-mb245 {
  margin-bottom: 245px;
}
.u-mr245 {
  margin-right: 245px;
}
.u-ml245 {
  margin-left: 245px;
}
.u-mt250 {
  margin-top: 250px;
}
.u-mt1250--sp {
  margin-top: 1250px;
}
@media screen and (min-width: 835px) {
  .u-mt1250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1250--pc {
    margin-top: 1250px;
  }
}
.u-mb250 {
  margin-bottom: 250px;
}
.u-mr250 {
  margin-right: 250px;
}
.u-ml250 {
  margin-left: 250px;
}
.scroll-prevent {
  overflow: hidden;
}
.u-fs5 {
  font-size: 5px;
}
.u-fs10 {
  font-size: 10px;
}
.u-fs15 {
  font-size: 15px;
}
.u-fs20 {
  font-size: 20px;
}
.u-fs25 {
  font-size: 25px;
}
.u-fs30 {
  font-size: 30px;
}
.u-fs35 {
  font-size: 35px;
}
.u-fs40 {
  font-size: 40px;
}
.u-fs45 {
  font-size: 45px;
}
.u-fs50 {
  font-size: 50px;
}
.u-fs55 {
  font-size: 55px;
}
.u-fs60 {
  font-size: 60px;
}
.u-fs65 {
  font-size: 65px;
}
.u-fs70 {
  font-size: 70px;
}
.u-fs75 {
  font-size: 75px;
}
.u-fs80 {
  font-size: 80px;
}
.u-fs85 {
  font-size: 85px;
}
.u-fs90 {
  font-size: 90px;
}
.u-fs95 {
  font-size: 95px;
}
.u-fs100 {
  font-size: 100px;
}
.u-fs105 {
  font-size: 105px;
}
.u-fs110 {
  font-size: 110px;
}
.u-fs115 {
  font-size: 115px;
}
.u-fs120 {
  font-size: 120px;
}
.u-fs125 {
  font-size: 125px;
}
.u-fs130 {
  font-size: 130px;
}
.u-fs135 {
  font-size: 135px;
}
.u-fs140 {
  font-size: 140px;
}
.u-fs145 {
  font-size: 145px;
}
.u-fs150 {
  font-size: 150px;
}
.u-fs155 {
  font-size: 155px;
}
.u-fs160 {
  font-size: 160px;
}
.u-fs165 {
  font-size: 165px;
}
.u-fs170 {
  font-size: 170px;
}
.u-fs175 {
  font-size: 175px;
}
.u-fs180 {
  font-size: 180px;
}
.u-fs185 {
  font-size: 185px;
}
.u-fs190 {
  font-size: 190px;
}
.u-fs195 {
  font-size: 195px;
}
.u-fs200 {
  font-size: 200px;
}
.u-fs205 {
  font-size: 205px;
}
.u-fs210 {
  font-size: 210px;
}
.u-fs215 {
  font-size: 215px;
}
.u-fs220 {
  font-size: 220px;
}
.u-fs225 {
  font-size: 225px;
}
.u-fs230 {
  font-size: 230px;
}
.u-fs235 {
  font-size: 235px;
}
.u-fs240 {
  font-size: 240px;
}
.u-fs245 {
  font-size: 245px;
}
.u-fs250 {
  font-size: 250px;
}
.u-tac {
  text-align: center;
}
