@charset "UTF-8";
/*----------------------------------------------------------
    reset
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 100%;
  font: 115% monospace;
  line-height: 150%;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
}

ul,
ol,
li {
  list-style: none;
}

@font-face {
  font-family: "DIN Pro Bold";
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Light";
  src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes animateUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes animateUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animateScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-box-shadow: 0 0 4px rgba(177, 69, 255, 0.3);
            box-shadow: 0 0 4px rgba(177, 69, 255, 0.3);
  }
  35% {
    -webkit-box-shadow: 0 0 0 6px rgba(177, 69, 255, 0.3), 0 0 0 10px rgba(177, 69, 255, 0.2);
            box-shadow: 0 0 0 6px rgba(177, 69, 255, 0.3), 0 0 0 10px rgba(177, 69, 255, 0.2);
  }
  35% {
    -webkit-box-shadow: 0 0 0 10px rgba(177, 69, 255, 0.3), 0 0 0 20px rgba(177, 69, 255, 0.2);
            box-shadow: 0 0 0 10px rgba(177, 69, 255, 0.3), 0 0 0 20px rgba(177, 69, 255, 0.2);
  }
}
@keyframes animateScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-box-shadow: 0 0 4px rgba(177, 69, 255, 0.3);
            box-shadow: 0 0 4px rgba(177, 69, 255, 0.3);
  }
  35% {
    -webkit-box-shadow: 0 0 0 6px rgba(177, 69, 255, 0.3), 0 0 0 10px rgba(177, 69, 255, 0.2);
            box-shadow: 0 0 0 6px rgba(177, 69, 255, 0.3), 0 0 0 10px rgba(177, 69, 255, 0.2);
  }
  35% {
    -webkit-box-shadow: 0 0 0 10px rgba(177, 69, 255, 0.3), 0 0 0 20px rgba(177, 69, 255, 0.2);
            box-shadow: 0 0 0 10px rgba(177, 69, 255, 0.3), 0 0 0 20px rgba(177, 69, 255, 0.2);
  }
}
@-webkit-keyframes animateFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animateFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animateFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes animateFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes animateFade2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animateFade2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*----------------------------------------------------------
    initiate
----------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333334vw;
  }
}

html,
body,
#wrapper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body.open {
    overflow: hidden;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a:hover {
  text-decoration: none;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
}
@media screen and (min-width: 769px), print {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

img {
  vertical-align: bottom;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic Medium", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.6rem;
  }
}

p:not([class]) + p:not([class]) {
  margin-top: 1em;
}

.u-cover {
  background-size: cover !important;
}

.js-effect {
  visibility: hidden;
}

@media screen and (min-width: 1025px) {
  .tb_down {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .tb_up {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
#wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  #wrapper {
    min-width: 106rem;
  }
}
.clearfix::before, .clearfix::after {
  content: "";
  display: block;
}
.clearfix::after {
  clear: both;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

@media screen and (min-width: 769px), print {
  .linkHover {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .linkHover:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100)";
    filter: alpha(opacity=70);
    zoom: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.MissingWH {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.MissingWH__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.MissingWH img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: auto !important;
  display: none;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.inner {
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

sup {
  font-size: 60%;
  vertical-align: super;
}

.isfnetModel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  min-width: 100rem;
  -webkit-perspective: 1px;
          perspective: 1px;
  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;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.isfnetModel.active {
  opacity: 1 !important;
  visibility: visible !important;
}
.isfnetModel .model_content {
  position: relative;
}
.isfnetModel .interview_close {
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 0;
  left: calc(100% + 1rem);
  color: #fff;
  font-size: 3rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.isfnetModel .interview_close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.isfnetModel .model_inner {
  background: #fff;
  width: 100rem;
  padding: 0 2rem 0 0;
  height: 90vh;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
}
.isfnetModel .model_after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 59, 73, 0.8);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .isfnetModel {
    min-width: auto;
  }
  .isfnetModel .interview_close {
    position: static;
    width: 3rem;
    margin-left: auto;
    font-size: 4rem;
    margin-right: 0;
  }
  .isfnetModel .model_inner {
    width: 31.7rem;
    padding: 0;
  }
}
/*----------------------------------------------------------
    header
----------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  -webkit-transition: background 0.3s ease-out, padding 0.3s ease-out, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.5s ease-out 0.3s;
  transition: background 0.3s ease-out, padding 0.3s ease-out, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.5s ease-out 0.3s;
  transition: box-shadow 0.3s ease-out, background 0.3s ease-out, padding 0.3s ease-out, transform 0.5s ease-out 0.3s;
  transition: box-shadow 0.3s ease-out, background 0.3s ease-out, padding 0.3s ease-out, transform 0.5s ease-out 0.3s, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.5s ease-out 0.3s;
  background: transparent;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-left: 1.5rem solid #224282;
  border-right: 1.5rem solid transparent;
}
.header.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__inner {
  padding: 2.3rem 0 2.3rem 1rem;
  margin: 0 auto;
  max-width: 142.4rem;
  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;
}
@media screen and (min-width: 769px), print {
  .header__inner {
    min-width: 101rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1201px) {
  .header__inner {
    overflow-x: auto;
  }
}
.header-logo {
  width: 26.1rem;
}
.header-logo a {
  display: block;
}
.header-logo a img {
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .header-logo {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1201px) {
  .header-logo {
    margin-left: 1rem;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav .menu ul li {
  padding: 0 3rem;
}
.header-nav .menu ul li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #224282;
  padding: 1rem 0;
  position: relative;
}
.header-nav .menu ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #224282;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  bottom: 48%;
  left: 0;
}
.header-nav .menu ul li a span {
  display: block;
}
.header-nav .menu ul li a .en {
  font-family: "SF Pro Text";
  letter-spacing: 0.1em;
}
.header-nav .menu ul li a .ja {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.header-nav .menu ul li a:hover {
  opacity: 1;
}
.header-nav .menu ul li:hover a::after, .header-nav .menu ul li.active a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
@media screen and (min-width: 769px) and (max-width: 1201px) {
  .header-nav .menu ul li {
    padding: 0 2rem;
  }
}
.header.fixed {
  background: #fff;
}
.header .header-hambuger {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0.5rem 2rem;
  }
  .header-logo {
    padding-top: 0;
    line-height: 0;
    width: 44rem;
    margin-left: 2rem;
  }
  .header-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -1rem;
    left: calc(100% + 1.5rem);
    width: calc(100% + 3rem);
    height: 100vh;
    background: #fff;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.92, -0.03, 0, 1.09);
    transition: -webkit-transform 0.4s cubic-bezier(0.92, -0.03, 0, 1.09);
    transition: transform 0.4s cubic-bezier(0.92, -0.03, 0, 1.09);
    transition: transform 0.4s cubic-bezier(0.92, -0.03, 0, 1.09), -webkit-transform 0.4s cubic-bezier(0.92, -0.03, 0, 1.09);
    z-index: 1000;
    background: #224282;
    padding: 12rem 7rem 5rem 8rem;
    border-left: 12rem solid #fff;
  }
  .header-nav .menu-ttl {
    color: #fff;
    font-weight: 600;
    font-family: "SF Pro Text";
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1.2727272727;
    letter-spacing: 0.1em;
  }
  .header-nav .menu {
    display: block;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .header-nav .menu ul {
    position: relative;
    -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;
    margin: 0;
    padding: 1rem 0;
  }
  .header-nav .menu ul li {
    padding: 3rem 0 0;
    border-bottom: 1px solid #fff;
  }
  .header-nav .menu ul li a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: left;
    padding: 1.5rem 0;
  }
  .header-nav .menu ul li a .ja {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
  }
  .header-nav .menu ul li a .en {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.2631578947;
    letter-spacing: 0.1em;
  }
  .header-nav .menu ul li.li-contact {
    border-bottom: none;
    margin: 6rem 0 5rem;
  }
  .header-nav .menu ul li.li-contact a {
    color: #fff;
    background: #224282;
    border: 1px solid #fff;
    display: block;
    padding: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .header-nav .menu ul li.li-contact a .en {
    display: block;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.8095238095;
  }
  .header-nav .menu ul li:after {
    content: none;
  }
  .header-nav.is-active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .header-nav .sp-desc {
    color: #fff;
  }
  .header-nav .sp-desc__tel li {
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    margin-left: -2rem;
  }
  .header-nav .sp-desc__tel li a {
    display: block;
    text-align: right;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .header-nav .sp-desc__tel li a .sm1 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: 2.5rem;
  }
  .header-nav .sp-desc__tel li a .sm2 {
    font-family: "DIN Pro Light";
    font-size: 2.4rem;
  }
  .header-nav .sp-desc__tel li a .num {
    font-family: "DIN Pro Light";
  }
  .header-nav .sp-desc__copyright {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-family: "DIN Pro Light";
    margin: 7rem -2rem 0;
  }
  .header .header-hambuger {
    position: relative;
    display: block;
    width: 7.6rem;
    height: 5.4rem;
    z-index: 10001;
    cursor: pointer;
  }
  .header .header-hambuger__item {
    width: 100%;
    height: 0.8rem;
    position: absolute;
    border-radius: 10rem;
    left: 50%;
    top: 50%;
    margin-top: -0.4rem;
    margin: auto;
    background: #224282;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 1;
  }
  .header .header-hambuger__item.item1 {
    margin-top: -2.4rem;
  }
  .header .header-hambuger__item.item2 {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .header .header-hambuger__item.item3 {
    margin-top: 2.4rem;
  }
  .header .header-hambuger.open .header-hambuger__item {
    background: #fff;
  }
  .header .header-hambuger.open .header-hambuger__item.item1 {
    -webkit-transform: translate(-4rem, 1.8rem) rotate(45deg);
            transform: translate(-4rem, 1.8rem) rotate(45deg);
  }
  .header .header-hambuger.open .header-hambuger__item.item2 {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    opacity: 0;
  }
  .header .header-hambuger.open .header-hambuger__item.item3 {
    -webkit-transform: translate(-4rem, -3rem) rotate(-45deg);
            transform: translate(-4rem, -3rem) rotate(-45deg);
  }
}
/*----------------------------------------------------------
  footer, pagetop
----------------------------------------------------------*/
.footer-fixed {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4rem;
  z-index: 1000;
  padding: 1rem;
  background: #fff;
}
.footer-fixed ul {
  color: #224282;
  padding: 3rem 0 2.5rem;
  border-top: 1px solid #224282;
  border-bottom: 1px solid #224282;
}
.footer-fixed ul li {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1;
}
.footer-fixed ul li .link-top {
  font-family: "DIN Pro Bold";
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: 1px solid #224282;
  margin-bottom: 2rem;
}
.footer-fixed ul li .backtotop {
  font-family: "DIN Pro Light";
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1;
  cursor: pointer;
}
.footer-fixed ul li .backtotop__txt {
  padding-top: 3rem;
  background: url("../img/ico_bttop.svg") no-repeat top center/1.5rem 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-fixed ul li .backtotop__txt:hover {
  opacity: 0.75;
}
@media screen and (min-width: 769px) and (max-width: 1201px) {
  .footer-fixed {
    left: 2rem;
  }
}
.footer-ctn__row {
  padding-top: 8rem;
  border-top: 1px solid #224282;
}
@media screen and (max-width: 768px) {
  .footer-ctn__row {
    margin: 0 -2rem;
  }
}
.footer-nav__logo {
  width: 42rem;
  margin: 0 auto 5rem;
}
.footer-nav__menu {
  display: none;
}
.footer-logo {
  width: 37rem;
  margin: 0 auto;
}
.footer-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  color: #224282;
  padding: 6rem 0;
}
.footer-desc__col {
  width: 50%;
  margin-top: 4rem;
}
.footer-desc__col:nth-child(2) {
  padding-left: 1rem;
}
.footer-copyright {
  text-align: center;
  color: #224282;
  font-family: "DIN Pro Light";
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  padding-bottom: 4rem;
  letter-spacing: 0.1em;
}
.footer-copyright small {
  font-size: 100%;
}

@media screen and (min-width: 769px), print {
  .footer-ctn__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8rem 2.5rem 0;
  }
  .footer-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 32rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer-nav__logo {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .footer-nav__menu {
    display: block;
  }
  .footer-nav__menu li {
    padding: 1rem 0;
  }
  .footer-nav__menu li a {
    color: #224282;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
  }
  .footer-nav__menu li a .en {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-family: "SF Pro Text";
    letter-spacing: 0.17em;
  }
  .footer-nav__menu li a .ja {
    font-size: 1rem;
    margin-left: 0.4rem;
    padding-left: 0.8rem;
    border-left: 1px solid #224282;
  }
  .footer-nav__menu li a:hover {
    border-bottom-color: #224282;
  }
  .footer-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer-logo {
    width: 37rem;
    margin: 0;
  }
  .footer-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 6rem 0;
  }
  .footer-desc__col {
    width: auto;
    margin-top: 1rem;
  }
  .footer-desc__col:nth-child(2) {
    padding-left: 2.5rem;
  }
  .footer-copyright {
    font-size: 1.4rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-fixed {
    display: none;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: auto;
    right: 1.5rem;
    padding: 1rem;
    background: transparent;
  }
  .footer-fixed ul {
    border-top: none;
    border-bottom: none;
  }
  .footer-fixed ul li {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .footer-fixed ul li .backtotop {
    background: url("../img/ico_bttop.svg") no-repeat top center/100% 100%;
    height: 6rem;
    width: 6rem;
  }
  .footer-fixed ul li .backtotop__txt {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer-fixed ul li:first-child {
    display: none;
  }
}
/*----------------------------------------------------------
  animation, pagetop
----------------------------------------------------------*/
.effect {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.delay_01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay_02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay_03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay_04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay_05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay_06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay_07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay_08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay_09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay_10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay_11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay_12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay_13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay_14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay_15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.slideUp {
  -webkit-transform: translate3d(0, 10rem, 0);
          transform: translate3d(0, 10rem, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-10rem, 0, 0);
          transform: translate3d(-10rem, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(10rem, 0, 0);
          transform: translate3d(10rem, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.maskToLeft {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
.maskToLeft img {
  display: block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.maskToLeft::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: #fff;
  -webkit-transition: -webkit-transform 0.8s linear;
  transition: -webkit-transform 0.8s linear;
  transition: transform 0.8s linear;
  transition: transform 0.8s linear, -webkit-transform 0.8s linear;
  z-index: 2;
}

.maskToLeft.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.maskToLeft.active::before {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fadeInUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeInUp.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.imgScale {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.imgScale.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes rotation01 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes rotation01 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rotation02 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes rotation02 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.animation01 {
  -webkit-animation: rotation01 linear 2.5s infinite;
          animation: rotation01 linear 2.5s infinite;
}

.animation02 {
  -webkit-animation: rotation02 linear 2.5s infinite;
          animation: rotation02 linear 2.5s infinite;
}

.effect_ttl {
  display: block;
  overflow: hidden;
}
.effect_ttl > span {
  display: block;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.effect.active > span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 2rem;
    opacity: 0;
  }
  30% {
    height: 7.2rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 9rem;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 2rem;
    opacity: 0;
  }
  30% {
    height: 7.2rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 9rem;
    opacity: 0;
  }
}
@-webkit-keyframes pathmoveStep {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  50.1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes pathmoveStep {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  50.1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes bg-line {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -176.5rem;
  }
}
@keyframes bg-line {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -176.5rem;
  }
}
main {
  position: relative;
  z-index: 2;
}

.text_blue {
  color: #2267B3;
}

.text_bold {
  font-weight: 700;
}

.u-indent {
  text-indent: -0.5em;
  display: inline-block;
}

.font_en {
  font-family: "SF Pro Text";
}

.fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.loading {
  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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2.5s;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2.5s;
}
.loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #224282), color-stop(80%, #5d72d1));
  background: linear-gradient(90deg, #224282 20%, #5d72d1 80%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2.7s;
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2.7s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2.7s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2.7s, -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2.7s;
}
.loading.loaded:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.loading.loaded .loading__logo__inner::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.loading.loadHidden {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}
.loading__logo__inner {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .loading__logo__inner {
    width: 42rem;
  }
}
.loading__logo__inner img {
  display: block;
}
.loading__logo__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.2s;
  transition: -webkit-transform 0.5s ease-in-out 0.2s;
  transition: transform 0.5s ease-in-out 0.2s;
  transition: transform 0.5s ease-in-out 0.2s, -webkit-transform 0.5s ease-in-out 0.2s;
  z-index: 1;
}

#wrapper {
  border-left: 1.5rem solid #224282;
  border-bottom: 1.5rem solid #224282;
  padding-right: 1.5rem;
}
#wrapper::before {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 100%;
  background: #224282;
  content: "";
  z-index: 9998;
}
#wrapper::after {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: #224282;
  content: "";
  z-index: 9998;
}
.inner {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 6rem;
  }
}

.c-ttl {
  padding: 8rem 0 6rem;
}
.c-ttl__ja {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-weight: 400;
  color: #224282;
  letter-spacing: 0.2em;
}
.c-ttl__en {
  font-family: "SF Pro Text";
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.4285714286;
  font-weight: 600;
  color: #224282;
  letter-spacing: 0.05em;
}
.c-ttl__en .sm {
  font-size: 2.8rem;
  letter-spacing: 0.075em;
}

.kv {
  position: relative;
}
.kv__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;
  height: calc(100vh - 1.5rem);
  position: relative;
  z-index: 1;
}
.kv__inner::before {
  position: absolute;
  top: 0;
  left: 39rem;
  left: 26.5rem;
  width: 100vw;
  content: "";
  background: #EDEEEE;
  z-index: -1;
  height: 100%;
}
.kv__main {
  width: 39rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px), print {
  .kv__main {
    position: absolute;
    left: 15rem;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}
.kv__ttl {
  font-family: "DIN Pro Bold";
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1.1176470588;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #224282;
  margin-bottom: 7rem;
}
.kv__description {
  line-height: 2.3;
  color: #224282;
  font-weight: 400;
}
.kv__img {
  padding-top: 14rem;
  padding-left: 5rem;
  padding-left: 2rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 39rem);
  width: calc(100% - 26.5rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 39rem;
  left: 26.5rem;
}
@media screen and (min-width: 1201px) {
  .kv__img {
    width: calc(100% - 39rem + 50vw - 50%);
    width: calc(100% - 26.5rem + 50vw - 50%);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1367px) {
  .kv__img {
    padding-left: 12rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1201px) {
  .kv__img {
    width: calc(100% - 39rem + 50vw - 50%);
    width: calc(100% - 26.5rem + 50vw - 50%);
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .kv__figure {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("../img/kv_img.png") no-repeat bottom left/cover;
  }
  .kv__figure img {
    opacity: 0;
  }
}
.kv__caption {
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.safe {
  padding-top: 11rem;
  position: relative;
}
.safe::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  right: -1.5rem;
  width: 100%;
  width: calc(100% - 17rem);
  height: 100%;
  background: #fff url("../img/safe_bg.png") no-repeat bottom center/100% auto;
  content: "";
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out 1s;
  transition: 0.5s ease-in-out 1s;
}
@media screen and (min-width: 1301px) {
  .safe::before {
    width: calc(100% - 17rem - (50vw - 62rem));
  }
}
.safe.active::before {
  opacity: 1;
}
.safe__inner {
  padding: 14rem 0 28rem;
  position: relative;
  z-index: 2;
}
.safe__img {
  width: 46.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.safe__main {
  width: 60rem;
  margin-left: auto;
}
.safe__ttl {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.safe__ttl span {
  background: #224282;
  display: inline-block;
  padding: 0 1.5rem;
  margin: 1.5rem 0;
}
.safe__ttl span.ib-l {
  padding-right: 0;
}
.safe__description {
  color: #224282;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-family: "DIN Pro Light";
  letter-spacing: 0.04em;
}

.job-description__inner {
  position: relative;
  padding-bottom: 8rem;
}
.job-description__inner::before {
  position: absolute;
  top: 0;
  left: 26.5rem;
  height: 100%;
  width: 100vw;
  background: #EDEEEE;
  content: "";
  z-index: -1;
}
.job-description__headline {
  position: relative;
}
.job-description__list {
  position: relative;
}
.job-description .jd-i {
  padding-bottom: 28.4rem;
}
.job-description .jd-i__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.job-description .jd-i__main figure {
  height: 47.9rem;
  height: 100%;
}
.job-description .jd-i__desc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47rem;
  padding-left: 6rem;
  position: relative;
}
.job-description .jd-i__ttl {
  font-family: "DIN Pro Bold";
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.2142857143;
  font-weight: 600;
  color: #224282;
  letter-spacing: 0.005em;
  margin-bottom: 3rem;
  margin-top: -2rem;
}
.job-description .jd-i__tag {
  background: #224282;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.652173913;
  padding: 0 1.5rem;
  display: inline-block;
  letter-spacing: 0.2em;
  margin-bottom: 8rem;
}
.job-description .jd-i__copy {
  font-size: 2rem;
  line-height: 1.8;
}
.job-description .jd-i__img {
  width: 66.3rem;
  position: absolute;
  bottom: -28.4rem;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .job-description .jd-i__img {
    left: auto;
    right: -6.5rem;
  }
}
.job-description__item {
  padding: 8rem 0;
}
.job-description__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-description__item:nth-child(2n) .jd-i {
  padding-bottom: 12rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.job-description__item:nth-child(2n) .jd-i__main {
  width: 41rem;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 84.3rem;
  height: 0;
}
.job-description__item:nth-child(2n) .jd-i__main figure {
  position: absolute;
  width: 60rem;
  z-index: 1;
  top: 0;
  left: 0;
}
.job-description__item:nth-child(2n) .jd-i__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 41rem);
  padding-left: 0;
  padding-right: 6rem;
}
.job-description__item:nth-child(2n) .jd-i__desc__ctn {
  max-width: 39rem;
  margin: 0 auto 14rem;
}
.job-description__item:nth-child(2n) .jd-i__img {
  position: static;
}
@media screen and (max-width: 1300px) {
  .job-description__item:nth-child(2n) .jd-i__img {
    max-width: 100%;
  }
}

.company-main {
  margin-right: -1.5rem;
}
.company-main img {
  width: 100%;
}
.company__inner {
  position: relative;
  padding-bottom: 8rem;
}
.company__inner::before {
  position: absolute;
  top: 0;
  left: 26.5rem;
  height: 100%;
  width: 100vw;
  background: #EDEEEE;
  content: "";
  z-index: -1;
}
.company__content {
  margin-left: 26.5rem;
  padding-left: 14rem;
  color: #224282;
  font-size: 1.8rem;
  font-size: 2rem;
}
.company__content .company-tbl table {
  width: 100%;
}
.company__content .company-tbl table .col1-1 {
  width: 20rem;
}
.company__content .company-tbl table .col1-2 {
  width: 21rem;
}
.company__content .company-tbl table td {
  line-height: 1.8;
  padding: 0.75rem 0;
}
@media screen and (min-width: 1301px) {
  .company__content .company-tbl {
    margin-right: -5rem;
  }
}
.company__content .company-ttl {
  margin: 5rem 0 4rem;
  position: relative;
}
.company__content .company-ttl::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  left: -14rem;
  width: 12rem;
  height: 1px;
  margin-top: 0.5px;
  background: #224282;
}
.company__content .company-ttl .lg {
  font-family: "SF Pro Text";
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.company__content .company-ttl .sm {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-left: 1rem;
}
.company__content .company-dl {
  line-height: 1.66666667;
  margin-bottom: 7rem;
}
.company__content .company-dl dl dt {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.company__content .company-dl dl dt::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  z-index: 1;
  background: #224282;
  width: 4rem;
  height: 1px;
}
.company__content .company-dl__ggmap {
  margin-top: 2.5rem;
}
.company__content .company-dl__ggmap__inner {
  width: 100%;
  height: 42.5rem;
  position: relative;
}
.company__content .company-dl__ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company__content .company-dl__row {
  padding: 5rem 0 0;
  margin: 0 -1rem;
}
.company__content .company-dl__row.u-bt {
  border-top: 1px dotted #a6a6a6;
}
@media screen and (min-width: 769px), print {
  .company__content .company-dl__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1301px) {
  .company__content .company-dl__row {
    width: 95rem;
    letter-spacing: -0.01em;
  }
}
.company__content .company-dl__item {
  padding: 0 1rem;
}
.company__content .company-groupcompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.5rem;
}
.company__content .company-groupcompany img {
  width: 2.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}
.recruit-headline {
  background: #e4eef8 url("../img/recruit_bg.png") no-repeat right center/auto 100%;
  height: 55rem;
  margin-right: -1.5rem;
  padding-right: 1.5rem;
}
.recruit-headline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-headline__txt {
  color: #224282;
}
.recruit-headline__logo {
  width: 49rem;
  margin-bottom: 5.5rem;
}
.recruit-headline__copy {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.recruit-headline__ttl {
  font-family: "SF Pro Text";
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.1428571429;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.recruit-headline__ttl .sm {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.recruit-body {
  padding: 10rem 0 8rem;
}
.recruit-body__image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.95rem;
}
.recruit-body__image ul li {
  width: 25%;
  padding: 0.95rem;
}
@media screen and (min-width: 769px), print {
  .recruit-body__image ul li:nth-child(1) {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  .recruit-body__image ul li:nth-child(2) {
    -webkit-transition-delay: 0.3s !important;
            transition-delay: 0.3s !important;
  }
  .recruit-body__image ul li:nth-child(3) {
    -webkit-transition-delay: 0.6s !important;
            transition-delay: 0.6s !important;
  }
  .recruit-body__image ul li:nth-child(4) {
    -webkit-transition-delay: 0.9s !important;
            transition-delay: 0.9s !important;
  }
  .recruit-body__image ul li:nth-child(5) {
    -webkit-transition-delay: 1.2s !important;
            transition-delay: 1.2s !important;
  }
}
@media screen and (max-width: 768px) {
  .recruit-body__image ul li {
    width: 50%;
  }
}
.recruit-body__ttl {
  text-align: center;
  color: #224282;
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6666666667;
  margin: 5rem 0;
}
.recruit-ctn {
  max-width: 84rem;
  max-width: 100rem;
  margin: 0 auto;
}
.recruit-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
.recruit-point__item dt {
  width: 13rem;
  color: #224282;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.6;
}
.recruit-point__item dt span {
  padding: 0 0.5rem;
  border-bottom: 1px solid #224282;
}
.recruit-point__item dd h4 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  color: #224282;
  font-weight: 600;
}
.recruit-point__item dd p {
  line-height: 1.666667;
}
@media screen and (min-width: 769px), print {
  .recruit-point__item dd p {
    font-size: 2rem;
  }
}
.recruit-unit__ttl {
  color: #fff;
  background: #224282;
  padding: 0 3rem;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.9090909091;
}
.recruit-unit__ctn {
  padding: 2.5rem 3rem 6rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.recruit-unit__ctn .recruit-copy + .recruit-copy {
  margin-top: 3rem;
}
.recruit-unit__ctn .recruit-copy-list01 {
  margin-top: 0.5rem;
}
.recruit-unit__ctn .recruit-copy-list01 li {
  position: relative;
  padding-left: 3rem;
}
.recruit-unit__ctn .recruit-copy-list01 li::before {
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #224282;
  content: "";
  z-index: 1;
}
.recruit-unit__ctn .recruit-copy-list01--mt li {
  margin-top: 3rem;
}
.recruit-contact {
  padding: 4rem 0 0;
}
.recruit-contact__ttl {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.recruit-contact__unit {
  margin-top: 4rem;
}
.recruit-contact__sttl {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.6rem;
  letter-spacing: 0.1em;
}
.recruit-contact__sttl::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #224282;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit-contact__sttl span {
  color: #224282;
  font-weight: 400;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.7391304348;
  display: inline-block;
  border-bottom: 1px solid #224282;
}
.recruit-contact__btn {
  margin-left: 2.5rem;
  color: #fff;
  background: #224282;
  display: block;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 2;
  padding: 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.recruit-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-contact__item {
  padding-left: 2.5rem;
}
.recruit-contact__item__inner {
  position: relative;
  color: #224282;
  padding-top: 2.5rem;
  display: block;
}
.recruit-contact__item__inner .lbl {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  letter-spacing: 0.1em;
}
.recruit-contact__item__inner .txt {
  font-size: 49px;
  font-size: 4.9rem;
  line-height: 1.2244897959;
  font-family: "DIN Pro Light";
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    padding: 8rem 0 6rem;
    margin-right: -6rem;
  }
  .c-ttl__ja {
    font-size: 2.6rem;
  }
  .c-ttl__en {
    font-size: 7.8rem;
  }
  .c-ttl__en .sm {
    font-size: 3.4rem;
  }
  .kv__inner {
    padding-top: 18rem;
    padding-top: 48rem;
    display: block;
    height: 79rem;
    height: auto;
  }
  .kv__inner::before {
    left: 12rem;
  }
  .kv__main {
    width: 100%;
  }
  .kv__ttl {
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 1.1466666667;
    margin-bottom: 10rem;
    margin-left: 0;
    position: absolute;
    left: 6rem;
    top: 13rem;
    z-index: 2;
  }
  .kv__description {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2.1428571429;
    font-weight: 500;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    position: absolute;
    right: 1rem;
    top: 28rem;
    top: 24rem;
    z-index: 3;
    letter-spacing: 0.1em;
  }
  .kv__img {
    padding-top: 0;
    padding-left: 0;
    width: calc(100vw - 1.5rem);
    height: auto;
    margin-left: -6rem;
    position: static;
  }
  .safe {
    padding-top: 0;
  }
  .safe::before {
    width: calc(100vw - 1.5rem);
    background: #fff url("../img/safe_bg_sp.png") no-repeat bottom right/100% auto;
  }
  .safe__inner {
    padding: 8.5rem 0 28rem;
  }
  .safe__img {
    width: 46.5rem;
    position: static;
    margin-right: -4rem;
    margin-left: auto;
  }
  .safe__main {
    width: 100%;
    margin-left: 0;
    margin-top: 7.5rem;
  }
  .safe__ttl {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.75;
    margin-bottom: 2rem;
  }
  .safe__ttl span {
    padding: 0 2rem;
  }
  .safe__ttl .ib-l {
    margin: 1rem 0;
  }
  .safe__description {
    font-size: 1.8rem;
  }
  .job-description__inner {
    padding-bottom: 3rem;
  }
  .job-description__inner::before {
    position: absolute;
    top: 0;
    left: 12rem;
    height: 100%;
    width: 100vw;
    background: #EDEEEE;
    content: "";
    z-index: -1;
  }
  .job-description__headline {
    position: relative;
  }
  .job-description__list {
    position: relative;
  }
  .job-description .jd-i {
    padding-bottom: 28.4rem;
  }
  .job-description .jd-i__main {
    width: calc(100% + 7.5rem);
  }
  .job-description .jd-i__main figure {
    width: 100%;
    height: auto;
  }
  .job-description .jd-i__desc {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding-left: 0;
    position: static;
  }
  .job-description .jd-i__ttl {
    font-size: 87px;
    font-size: 8.7rem;
    line-height: 1.1494252874;
    margin-bottom: 0;
    margin-top: -15.7rem;
    position: absolute;
    top: 0;
    right: -5rem;
    z-index: 2;
  }
  .job-description .jd-i__tag {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6666666667;
    padding: 0 4rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .job-description .jd-i__copy {
    font-size: 2.7rem;
  }
  .job-description .jd-i__img {
    margin-top: 6rem;
    width: 100%;
    position: static;
  }
  .job-description__item {
    padding: 17rem 0;
  }
  .job-description__item__inner {
    position: relative;
    display: block;
    padding: 0 !important;
  }
  .job-description__item:nth-child(2n) .jd-i {
    padding-bottom: 12rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .job-description__item:nth-child(2n) .jd-i__main {
    width: 100%;
    padding-top: 0;
    height: auto;
  }
  .job-description__item:nth-child(2n) .jd-i__main figure {
    position: static;
    width: 100%;
  }
  .job-description__item:nth-child(2n) .jd-i__desc {
    width: 100%;
    padding-right: 0;
  }
  .job-description__item:nth-child(2n) .jd-i__desc__ctn {
    max-width: 100%;
    margin: 0 auto;
  }
  .job-description__item:nth-child(2n) .jd-i__ttl {
    left: 3rem;
  }
  .company__inner {
    padding-bottom: 8rem;
  }
  .company__inner::before {
    content: none;
  }
  .company__content {
    margin-left: 0;
    padding-left: 0;
    font-size: 2.6rem;
  }
  .company__content .company-tbl {
    margin-right: -3rem;
  }
  .company__content .company-tbl table .col1-1 {
    width: 18rem;
  }
  .company__content .company-tbl table .col1-2 {
    width: 17rem;
  }
  .company__content .company-tbl table td {
    line-height: 1.9;
    padding: 1.5rem 0;
  }
  .company__content .company-ttl {
    margin: 10rem 0 6rem;
  }
  .company__content .company-ttl::before {
    opacity: 0;
  }
  .company__content .company-ttl .lg {
    font-size: 5rem;
  }
  .company__content .company-ttl .sm {
    font-size: 2.4rem;
  }
  .company__content .company-dl {
    line-height: 1.8;
    margin-bottom: 8rem;
  }
  .company__content .company-dl dl dt {
    font-size: 3rem;
    font-weight: 500;
    font-weight: 600;
    margin-bottom: 3.5rem;
  }
  .company__content .company-dl__ggmap {
    margin-top: 5rem;
  }
  .company__content .company-dl__ggmap__inner {
    height: 73.5rem;
  }
  .company__content .company-dl__row {
    padding: 8rem 0 0;
    margin: 0 -1rem;
  }
  .company__content .company-dl__item {
    padding: 0 1rem;
  }
  .company__content .company-history {
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding: 1px 0 10rem;
    position: relative;
  }
  .company__content .company-history::before {
    position: absolute;
    top: 0;
    left: -6rem;
    width: calc(100% + 12rem + 1.5rem);
    height: 100%;
    content: "";
    background: #EDEEEE;
    z-index: -1;
  }
  .company__content .company-groupcompany {
    margin-bottom: 4.5rem;
    font-size: 3rem;
  }
  .company__content .company-groupcompany img {
    width: 4rem;
    margin-right: 1.2rem;
  }
  .recruit-headline {
    background-position: top right;
    background-size: auto 41.4rem;
    background-color: transparent;
    margin-right: -1.5rem;
    padding-right: 1.5rem;
    padding-top: 54rem;
    padding-top: 52rem;
    position: relative;
    height: auto;
  }
  .recruit-headline::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 41.4rem;
    background: #e4eef8;
    content: "";
    z-index: -1;
  }
  .recruit-headline__inner {
    display: block;
    height: auto;
  }
  .recruit-headline__logo {
    display: none;
  }
  .recruit-headline__copy {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    font-size: 3rem;
    position: absolute;
    left: 5rem;
    top: 35rem;
    z-index: 2;
  }
  .recruit-headline__ttl {
    font-size: 7.8rem;
  }
  .recruit-headline__ttl .sm {
    font-size: 3.4rem;
  }
  .recruit-body {
    padding: 5rem 0 8rem;
  }
  .recruit-body__image ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-body__ttl {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.6176470588;
    margin: 8rem -4rem;
  }
  .recruit-ctn {
    max-width: 100%;
  }
  .recruit-point__item {
    display: block;
    margin-bottom: 8rem;
  }
  .recruit-point__item dt {
    width: 100%;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
  .recruit-point__item dt span {
    padding: 0 0.5rem;
  }
  .recruit-point__item dd {
    margin-top: 2rem;
  }
  .recruit-point__item dd h4 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }
  .recruit-point__item dd p {
    line-height: 1.8;
  }
  .recruit-unit {
    margin-right: -1.5rem;
  }
  .recruit-unit__ttl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5625;
    padding: 0.75rem 2.6rem;
  }
  .recruit-unit__ctn {
    padding: 3rem 0 7rem;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.7692307692;
    letter-spacing: 0;
  }
  .recruit-unit__ctn .recruit-copy + .recruit-copy {
    margin-top: 6rem;
  }
  .recruit-unit__ctn .recruit-copy-list01 {
    margin-top: 1rem;
  }
  .recruit-unit__ctn .recruit-copy-list01 li {
    padding-left: 4rem;
  }
  .recruit-unit__ctn .recruit-copy-list01 li::before {
    top: 1.1rem;
    width: 2rem;
    height: 2rem;
  }
  .recruit-unit__ctn .recruit-copy-list01--mt li {
    margin-top: 3rem;
  }
  .recruit-contact {
    padding: 4rem 0 0;
  }
  .recruit-contact__ttl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    margin: 0 -2rem;
  }
  .recruit-contact__unit {
    margin-top: 8rem;
  }
  .recruit-contact__sttl {
    padding-left: 3.8rem;
    margin-bottom: 4rem;
  }
  .recruit-contact__sttl::before {
    border-width: 1.2rem 0 1.2rem 2rem;
  }
  .recruit-contact__sttl span {
    font-size: 2.9rem;
  }
  .recruit-contact__btn {
    margin-left: 2.5rem;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.6111111111;
    padding: 2rem 0;
  }
  .recruit-contact__list {
    display: block;
  }
  .recruit-contact__item {
    padding-left: 3.8rem;
    margin-bottom: 4rem;
  }
  .recruit-contact__item__inner {
    padding-top: 4rem;
  }
  .recruit-contact__item__inner .lbl {
    font-size: 2.3rem;
  }
  .recruit-contact__item__inner .txt {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 0.7741935484;
  }
  .recruit-contact__item__inner .txt .sm1 {
    font-size: 4rem;
  }
}
/*----------------------------------------------------------
    form
----------------------------------------------------------*/
.contact {
  padding-top: 8rem;
  color: #224282;
  padding-bottom: 10rem;
}

.contact-desc {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic Medium", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 8.5rem;
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form__copy {
  line-height: 1.8;
  width: 46.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-form__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact-form .frm-ctrl {
  margin-bottom: 2.5rem;
}
.contact-form .frm-ctrl__lbl {
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  margin-bottom: 1rem;
}
.contact-form .frm-ctrl__lbl .u-requỉed {
  color: #fff;
  width: 4.4rem;
  font-size: 1.2rem;
  background: #224282;
  text-align: center;
  line-height: 1.5;
  margin-left: 1rem;
  padding-top: 0.2rem;
}
.contact-form .ipt {
  border: 1px solid #224282;
  background: #fff;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.625;
  padding: 0.85rem 1.5rem;
  width: 100%;
  color: #224282;
  outline: none;
}
.contact-form textarea {
  min-height: 34rem;
  resize: none;
}
@media screen and (max-width: 768px) {
  .contact-form textarea {
    min-height: 50rem;
  }
}
.contact-form .error {
  color: #E50011;
  font-size: 85%;
  margin-top: 1rem;
  font-weight: 500;
}
.contact-form .error em {
  font-style: normal;
}
.contact-form .entry-form__error {
  padding: 2rem;
  background: #fff;
  color: #E50011;
  font-weight: 500;
  border: 2px solid #E50011;
  margin-bottom: 4rem;
}
.contact-form .entry-form__error .error-ttl {
  font-size: 120%;
  margin-left: -0.5em;
  margin-bottom: 1rem;
}
.contact-form .entry-form__error .error-box ul {
  margin-left: 1.2em;
}
.contact-form .entry-form__error .error-box li {
  padding: 0.5rem 0;
  list-style: disc;
  font-size: 100%;
  font-weight: 500;
}
.contact-form .entry-form__error .error-box li em {
  font-style: normal;
}
.contact-form .optional {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  background: #DDDDDD;
  border: 1px solid #ACACAC;
  border-radius: 1rem;
  width: 5rem;
  height: 2.2rem;
  text-align: center;
  padding: 0.2rem 0;
}
.contact-form .wrap-btn {
  margin-top: 4.5rem;
  padding-bottom: 4rem;
  text-align: center;
}
.contact-form .wrap-btn__col {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px), print {
  .contact-form .wrap-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;
  }
  .contact-form .wrap-btn__col {
    padding: 0 1rem;
  }
}
.contact-form .btn-submit {
  background: transparent;
  width: 46rem;
  height: 5.6rem;
  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: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #224282;
  transition: 0.3s;
  color: #224282;
}
.contact-form .btn-submit span {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.contact-form .btn-submit:disabled {
  cursor: not-allowed;
}
.contact-form .btn-submit:not(:disabled):hover {
  background: #224282;
  color: #fff;
}
.contact-form .btn-submit:not(:disabled):hover span::after {
  -webkit-transform: translate(0.5rem, -50%);
          transform: translate(0.5rem, -50%);
}
.contact-form .privacyPolicy {
  max-width: 94rem;
  margin: 7rem auto 5rem;
}
.contact-form .privacyPolicy__ttl {
  color: #fff;
  background: #224282;
  padding: 1.2rem 4.8rem 1.2rem 2rem;
  position: relative;
  font-family: "SF Pro Text";
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 3rem;
  cursor: pointer;
}
.contact-form .privacyPolicy__ttl::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  content: "";
  width: 2.4rem;
  height: 1.4rem;
  background: url("../img/ico_arrow_acc.svg") no-repeat center center/100% 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.contact-form .privacyPolicy__ttl.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.contact-form .privacyPolicy__ctn {
  background: #f0f0f0;
  padding: 4rem 5rem;
  letter-spacing: 0.05em;
}
.contact-form .privacyPolicy__h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 600;
  margin-bottom: 2rem;
}
.contact-form .privacyPolicy__h5 {
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.contact-form .privacyPolicy p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.contact-form .ckbPrivacy__copy {
  text-align: center;
  font-weight: 400;
  line-height: 1.625;
}
.contact-form .ckbPrivacy__check {
  text-align: center;
  margin: 3rem 0 4.5rem;
}
.contact-form .ckbPrivacy__check label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contact-form .ckbPrivacy__check label input {
  position: absolute;
  opacity: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
  cursor: pointer;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border-radius: 50%;
  opacity: 0;
}
.contact-form .ckbPrivacy__check label input:checked + span::after {
  opacity: 1;
}
.contact-form .ckbPrivacy__check label span {
  display: inline-block;
  padding-left: 4.2rem;
  line-height: 1.625;
  font-weight: 400;
  position: relative;
}
.contact-form .ckbPrivacy__check label span::before, .contact-form .ckbPrivacy__check label span::after {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  left: 0;
  margin: 0;
  margin-top: -1.3rem;
  padding: 0;
  content: "";
}
.contact-form .ckbPrivacy__check label span::before {
  background: url("../img/ico_u_check.svg") no-repeat center center/100% 100%;
}
.contact-form .ckbPrivacy__check label span::after {
  opacity: 0;
  background: url("../img/ico_check.svg") no-repeat center center/100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.contact-form .ckbPrivacy__check label a {
  display: inline-block;
  text-decoration: underline;
  color: #00C8C7;
}

@media screen and (max-width: 768px) {
  .contact-form__row {
    display: block;
  }
  .contact-form__copy {
    line-height: 1.8;
    width: 100%;
    margin-bottom: 8rem;
  }
  .contact-form__form {
    width: 100%;
  }
  .contact-form .frm-ctrl {
    margin-bottom: 4.5rem;
  }
  .contact-form .frm-ctrl__lbl {
    margin-bottom: 1.8rem;
  }
  .contact-form .frm-ctrl__lbl .u-requỉed {
    width: 6.4rem;
    font-size: 1.8rem;
    margin-left: 1.5rem;
  }
  .contact-form .ipt {
    font-size: 2.6rem;
    padding: 1rem 1.5rem;
  }
  .contact-form textarea {
    min-height: 34rem;
    resize: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form textarea {
    min-height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .entry-form__error {
    padding: 3rem;
    border: 1px solid #E50011;
    margin-bottom: 6rem;
  }
  .contact-form .entry-form__error .error-ttl {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .wrap-btn {
    margin-top: 4.5rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  .contact-form .wrap-btn__col {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .contact-form .wrap-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;
  }
  .contact-form .wrap-btn__col {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .btn-submit {
    width: 100%;
    height: 8rem;
    background: #224282;
    color: #fff;
  }
  .contact-form .btn-submit span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .privacyPolicy {
    margin: 6rem 0;
  }
  .contact-form .privacyPolicy__ttl {
    padding: 2rem 6.5rem 2rem 4rem;
    font-size: 3.4rem;
  }
  .contact-form .privacyPolicy__ttl::after {
    right: 3rem;
    width: 3rem;
    height: 1.75rem;
  }
  .contact-form .privacyPolicy__ctn {
    padding: 5rem 4rem;
  }
  .contact-form .privacyPolicy__h4 {
    font-size: 3.2rem;
  }
  .contact-form .privacyPolicy__h5 {
    margin-top: 3.6rem;
    font-size: 2.6rem;
  }
  .contact-form .privacyPolicy p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .ckbPrivacy__copy {
    margin: 0 -3rem;
  }
  .contact-form .ckbPrivacy__check {
    margin: 4rem 0 8rem;
  }
  .contact-form .ckbPrivacy__check label input {
    width: 3.8rem;
    height: 3.8rem;
  }
  .contact-form .ckbPrivacy__check label span {
    padding-left: 6rem;
  }
  .contact-form .ckbPrivacy__check label span::before, .contact-form .ckbPrivacy__check label span::after {
    width: 3.8rem;
    height: 3.8rem;
    margin-top: -1.9rem;
  }
}
.thanks-ctn {
  text-align: center;
}
.thanks-ctn__ttl {
  font-family: "SF Pro Text";
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2058823529;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  font-weight: 600;
}
.thanks-ctn__copy {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.thanks-ctn__btn {
  max-width: 46rem;
  margin: 8rem auto 0;
}
.thanks-ctn__btn .thanks-btn {
  border: 1px solid #224282;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  height: 5.6rem;
  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: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.thanks-ctn__btn .thanks-btn:hover {
  color: #fff;
  background: #224282;
}
@media screen and (max-width: 768px) {
  .thanks-ctn__ttl {
    font-size: 3.6rem;
    margin: 0 -2rem 6rem;
  }
  .thanks-ctn__copy {
    font-size: 2.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .thanks-ctn__btn {
    max-width: 46rem;
    margin: 8rem auto 0;
  }
  .thanks-ctn__btn .thanks-btn {
    height: 8rem;
    font-size: 3.2rem;
  }
}