@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
  word-break: break-word; /* 5 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*color*/
/*weight*/
:root {
  --wrapPaddingHorizontal: 2rem;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
  height: 100%;
  line-height: 1.6;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  body {
    height: auto;
    min-height: 100svh;
    min-height: 100dvh;
  }
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

picture {
  display: block;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: auto !important;
  }
  a:hover {
    opacity: 1 !important;
  }
}

/* --------------------------------------------------
  MV & header
-------------------------------------------------- */
.mv {
  width: 100%;
  padding-top: 47.7083333333%;
  min-height: 85rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 50rem;
  }
}
.mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/mv.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.mv_bg.is-visible {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mv_bg {
    background-position: 15% top;
  }
}
.mv_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7.7rem;
  left: 0;
  padding: 0 4rem;
}
@media print, screen and (min-width: 1921px) {
  .mv_inner {
    top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_inner {
    top: 3rem;
    padding: 0 2rem;
  }
}
.mv .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .mv .ttl-area {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mv_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: white;
  line-height: 2;
  font-size: 2.2rem;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.54), 0 0 1.2rem rgba(0, 0, 0, 0.54), 0 0 1.2rem rgba(0, 0, 0, 0.54);
  padding-top: 1.5rem;
  letter-spacing: 0.23rem;
  margin-right: 5.5rem;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media print, screen and (min-width: 1921px) {
  .mv_txt {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_txt {
    font-size: 1.5rem;
    margin-right: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.54), 0 0 0.8rem rgba(0, 0, 0, 0.54), 0 0 0.8rem rgba(0, 0, 0, 0.54);
  }
  .mv_txt br {
    display: none;
  }
}
.mv_txt.is-visible {
  opacity: 1;
}
.mv_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.mv_catch.is-visible {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mv_catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mv_catch span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background: black;
  color: white;
  padding: 0.8rem 0.6rem;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
@media print, screen and (min-width: 1921px) {
  .mv_catch span {
    font-size: 2.19vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_catch span {
    font-size: 2.3rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1rem;
    padding: 1rem 0.5rem;
  }
}
.mv_catch span:first-child {
  padding-bottom: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .mv_catch span:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    padding: 0.8rem 0.6rem;
  }
}
.mv .l-header {
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .mv .l-header {
    padding: 0 1.5rem;
    bottom: -3rem;
  }
}
.mv .l-header_logo {
  text-align: center;
  line-height: 1.45;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 768px) {
  .mv .l-header_logo {
    padding-bottom: 5rem;
  }
}
.mv .l-header_logo .-Gothic {
  font-size: 2.2rem;
  display: block;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .mv .l-header_logo .-Gothic {
    font-size: 1.6rem;
  }
}
.mv .l-header_logo .-Mincho {
  font-size: 5.35rem;
  display: block;
}
.mv .l-header_logo .-Mincho .-kana {
  letter-spacing: -0.7rem;
}
@media screen and (max-width: 768px) {
  .mv .l-header_logo .-Mincho {
    font-size: 3.4rem;
  }
}
.mv .l-header_menu {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0 0 3.5rem;
  border: solid 1px #000000;
  border-top: none;
}
.mv .l-header_menu::before, .mv .l-header_menu::after {
  content: "";
  width: 41.5%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .mv .l-header_menu::before, .mv .l-header_menu::after {
    width: 30%;
    top: 2.5rem;
  }
}
.mv .l-header_menu::before {
  left: 0;
}
.mv .l-header_menu::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .mv .l-header_menu {
    padding-bottom: 0;
    border: none;
    background: transparent;
  }
}
.mv .l-header_menu_ttl {
  text-align: center;
  line-height: 1.3;
  position: relative;
  bottom: 3.5rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .mv .l-header_menu_ttl {
    bottom: 0;
    margin-bottom: 2.5rem;
  }
}
.mv .l-header_menu_ttl .-en {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.22rem;
}
@media screen and (max-width: 768px) {
  .mv .l-header_menu_ttl .-en {
    font-size: 1.2rem;
  }
}
.mv .l-header_menu_ttl .-jp {
  display: block;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .mv .l-header_menu_ttl .-jp {
    font-size: 2rem;
  }
}
.mv .l-header_menu_list {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .mv .l-header_menu_list {
    display: block;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .mv .l-header_menu_list li {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #000;
  }
  .mv .l-header_menu_list li:last-child {
    border-bottom: none;
  }
}
.mv .l-header_menu_list li a {
  font-size: 2.12rem;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv .l-header_menu_list li a:hover {
  color: #001fa2;
}
@media screen and (max-width: 768px) {
  .mv .l-header_menu_list li a {
    font-size: 1.6rem;
    text-align: center;
    padding: 1rem 0;
    display: block;
  }
}

.l-footer {
  width: 100%;
  background: #c9cddf;
}
.l-footer .footer-head {
  width: 100%;
  background: #001fa2;
  padding: 3.5rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head {
    padding: 4rem 0;
  }
}
.l-footer .footer-head .l-wrap {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .l-wrap {
    padding: 0 1.5rem;
  }
}
.l-footer .footer-head .flex-box {
  color: #fff;
  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-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .flex-box {
    display: block;
  }
}
.l-footer .footer-head .flex-box .logo {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .flex-box .logo {
    margin-left: -0.5rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.l-footer .footer-head .flex-box .logo .-Gothic {
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.15rem;
}
.l-footer .footer-head .flex-box .logo .-Mincho {
  font-size: 3.8rem;
  display: block;
  letter-spacing: 0.1rem;
}
.l-footer .footer-head .flex-box .logo .-Mincho .-kana {
  letter-spacing: -0.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .flex-box .logo .-Mincho {
    font-size: 3.2rem;
  }
}
.l-footer .footer-head .flex-box .footer-menu {
  width: 42.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .flex-box .footer-menu {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .flex-box .footer-menu li:first-child a {
    border-top: solid 1px #fff;
  }
}
.l-footer .footer-head .flex-box .footer-menu li a {
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .footer-head .flex-box .footer-menu li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .flex-box .footer-menu li a {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding: 1rem;
  }
}
.l-footer .footer-head .tel {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.12rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .tel {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.l-footer .footer-head .tel a {
  pointer-events: none;
  margin-left: 1rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .tel a {
    pointer-events: auto;
  }
}
.l-footer .footer-head .place-txt {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
  padding-left: 0.5rem;
  padding-bottom: 2.5rem;
}
.l-footer .footer-head .place-txt:last-of-type {
  padding-bottom: 0;
}
.l-footer .footer-head .place-txt .bold {
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-head .place-txt {
    text-align: center;
  }
}
.l-footer .copyright {
  width: 100%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer .copyright {
    padding: 2rem 0;
  }
}
.l-footer .copyright_txt {
  text-align: center;
  color: #001fa2;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-footer .copyright_txt {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.-en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.-Gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.-Mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.l-sec-ttl {
  font-weight: 700;
  line-height: 1.4;
}
.l-sec-ttl .-en {
  display: block;
  font-size: 8.2rem;
}
@media screen and (max-width: 768px) {
  .l-sec-ttl .-en {
    font-size: 4.2rem;
  }
}
.l-sec-ttl .-jp {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .l-sec-ttl .-jp {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
  wrap
-------------------------------------------------- */
.l-sec {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 0 1.5rem;
  }
}

.l-wrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-wrap {
    width: 100%;
  }
}

#main {
  overflow: hidden;
  position: relative;
  padding-top: 30rem;
  padding-bottom: 39rem;
}
@media screen and (max-width: 768px) {
  #main {
    padding-bottom: 12rem;
  }
}

.floating {
  width: 50rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .floating {
    width: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    bottom: env(safe-area-inset-bottom);
  }
}
.floating.hide {
  opacity: 0;
  pointer-events: none;
}
.floating .wrapper {
  display: block;
  position: relative;
}
.floating .wrapper a {
  width: 100%;
  height: 16rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .floating .wrapper a {
    height: 12rem;
  }
}
.floating .wrapper a:hover + img {
  opacity: 0.7;
}
.floating .wrapper img {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* --------------------------------------------------
  About　会社概要
-------------------------------------------------- */
.t-about {
  margin: 10.8rem 0 6.5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .t-about {
    margin: 18rem 0 5rem;
  }
}
.t-about .l-sec-ttl {
  padding-left: 1.4rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .t-about .l-sec-ttl {
    padding-left: 0;
    padding-bottom: 4rem;
  }
}
.t-about .l-sec-ttl .-en {
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 768px) {
  .t-about .l-sec-ttl .-en {
    letter-spacing: 0;
  }
}
.t-about .l-sec-ttl .-jp {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .t-about .l-sec-ttl .-jp {
    padding-left: 0;
  }
}
.t-about .custmun-wrap {
  max-width: 145rem;
  width: 100%;
  margin: 0 auto 6.5rem;
  position: relative;
}
@media screen and (max-width: 1340px) {
  .t-about .custmun-wrap {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .t-about .custmun-wrap {
    margin-bottom: 4rem;
  }
}
.t-about .custmun-wrap_pht {
  width: 53rem;
  position: absolute;
  right: 0;
  top: -0.7rem;
}
@media screen and (max-width: 768px) {
  .t-about .custmun-wrap_pht {
    position: static;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.t-about .custmun-wrap_txt {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.t-about .custmun-wrap_txt .txt-box {
  width: 72rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 1340px) {
  .t-about .custmun-wrap_txt .txt-box {
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .t-about .custmun-wrap_txt .txt-box {
    width: 100%;
    padding: 0;
  }
}
.t-about .custmun-wrap_txt .txt-box p {
  font-size: 2.3rem;
  line-height: 2.2;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 768px) {
  .t-about .custmun-wrap_txt .txt-box p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.t-about .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .t-about .flex-box {
    display: block;
    padding: 0;
  }
}
.t-about .flex-box .pht-box {
  width: 53rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .t-about .flex-box .pht-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.t-about .flex-box .table-box {
  width: 50.6rem;
  padding-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  .t-about .flex-box .table-box {
    width: 100%;
    padding-top: 0;
  }
}
.t-about .flex-box .table-box .company-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1rem 0;
  border-bottom: solid 1px #000000;
}
.t-about .flex-box .table-box .company-list .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .t-about .flex-box .table-box .company-list .row {
    display: block;
  }
}
.t-about .flex-box .table-box .company-list .row dt {
  width: 7.5rem;
  margin-right: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .t-about .flex-box .table-box .company-list .row dt {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.t-about .flex-box .table-box .company-list .row dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.t-about .flex-box .table-box .company-list .row dd a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .t-about .flex-box .table-box .company-list .row dd {
    font-size: 1.6rem;
  }
  .t-about .flex-box .table-box .company-list .row dd a {
    pointer-events: auto;
  }
}

/* --------------------------------------------------
  Service 事業内容
-------------------------------------------------- */
.t-service {
  padding-top: 7.5rem;
  padding-bottom: 18.5rem;
  background: #001fa2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.t-service .l-sec-ttl {
  padding-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .t-service .l-sec-ttl {
    padding-left: 0;
    padding-bottom: 6rem;
  }
}
.t-service .l-sec-ttl .-en {
  letter-spacing: 0.2rem;
}
.t-service .l-sec-ttl .-jp {
  padding-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .t-service .l-sec-ttl .-jp {
    padding-left: 0;
  }
}
.t-service .service-cnt {
  width: 100%;
  position: relative;
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .t-service .service-cnt {
    margin-top: 0;
  }
}
.t-service .service-cnt .pht-truck {
  width: 62.6rem;
  position: absolute;
  top: 17.5rem;
  left: -12rem;
}
@media screen and (max-width: 1260px) {
  .t-service .service-cnt .pht-truck {
    width: 56rem;
    left: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .t-service .service-cnt .pht-truck {
    width: 75%;
    margin: 0 auto 3rem;
    position: static;
  }
}
.t-service .service-cnt .l-ctbx {
  width: 63rem;
  margin: 0 -1rem 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1260px) {
  .t-service .service-cnt .l-ctbx {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-service .service-cnt .l-ctbx {
    display: block;
    width: 100%;
  }
}
.t-service .service-cnt .l-ctbx_txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .t-service .service-cnt .l-ctbx_txt {
    margin-bottom: 4rem;
  }
}
.t-service .service-cnt .l-ctbx_txt p {
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .t-service .service-cnt .l-ctbx_txt p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.t-service .service-cnt .l-ctbx_pht {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .t-service .service-cnt .l-ctbx_pht {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------
  job イマムラ運輸の仕事の流れ
-------------------------------------------------- */
.t-job {
  padding-top: 12.3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .t-job {
    margin-top: 3rem;
    padding-top: 5rem;
  }
}
.t-job .job-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: #001fa2;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-ttl {
    margin-bottom: 5rem;
  }
}
.t-job .job-ttl .-pht {
  width: 21.8rem;
  margin-top: -10.5rem;
  margin-right: 1rem;
  margin-left: -7rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-ttl .-pht {
    width: 13rem;
    margin-left: -2rem;
    margin-top: -3.5rem;
    margin-right: 1.5rem;
  }
}
.t-job .job-ttl .-txt {
  font-size: 3.57rem;
  color: #fff;
  padding-top: 2.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-ttl .-txt {
    font-size: 2.1rem;
    padding-top: 1.5rem;
  }
}
.t-job .job-step {
  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;
}
.t-job .job-step_list {
  width: 23%;
  text-align: center;
  color: #001fa2;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.t-job .job-step_list:nth-child(-n+4) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list {
    width: 100%;
    margin-bottom: 5rem !important;
  }
  .t-job .job-step_list:last-child {
    margin-bottom: 0 !important;
  }
}
.t-job .job-step_list::before {
  content: "";
  width: 4.4rem;
  height: 6.65rem;
  background-image: url(../img/ico_step-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 5.7rem;
  left: -3.5rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list::before {
    position: static;
    margin: -3rem auto 2.5rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 2.5rem;
    height: 3.9rem;
  }
}
.t-job .job-step_list:nth-child(1)::before, .t-job .job-step_list:nth-child(5)::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list:nth-child(5)::before {
    display: block;
  }
}
.t-job .job-step_list .icon {
  margin: 0 auto 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t-job .job-step_list .icon.i-01 {
  width: 9.95rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .icon.i-01 {
    width: 6.95rem;
  }
}
.t-job .job-step_list .icon.i-02 {
  width: 7.4rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .icon.i-02 {
    width: 5.6rem;
  }
}
.t-job .job-step_list .icon.i-03 {
  width: 6.9rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .icon.i-03 {
    width: 5rem;
  }
}
.t-job .job-step_list .icon.i-04 {
  width: 9.5rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .icon.i-04 {
    width: 7.5rem;
  }
}
.t-job .job-step_list .icon.i-05 {
  width: 9.45rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .icon.i-05 {
    width: 7.4rem;
  }
}
.t-job .job-step_list .icon.i-06 {
  width: 9.55rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .icon.i-06 {
    width: 7.2rem;
  }
}
.t-job .job-step_list .icon.i-07 {
  width: 7.7rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .icon.i-07 {
    width: 5.7rem;
  }
}
.t-job .job-step_list .icon.i-08 {
  width: 8.05rem;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .icon.i-08 {
    width: 6.1rem;
  }
}
.t-job .job-step_list .-txt {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .-txt {
    font-size: 1.4rem;
  }
}
.t-job .job-step_list .-ttl {
  font-size: 3rem;
  letter-spacing: 0.1rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .t-job .job-step_list .-ttl {
    font-size: 2rem;
  }
}

/* --------------------------------------------------
  recruitment 募集要項
-------------------------------------------------- */
.t-recruitment {
  margin-top: 17.5rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .t-recruitment {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.t-recruitment_ttl {
  font-size: 5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .t-recruitment_ttl {
    font-size: 3.2rem;
    padding-bottom: 4rem;
  }
}
.t-recruitment .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .t-recruitment .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t-recruitment .flex-box .table-box {
  width: 51.5rem;
}
@media screen and (max-width: 768px) {
  .t-recruitment .flex-box .table-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.t-recruitment .flex-box .table-box .detail-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.9rem;
}
.t-recruitment .flex-box .table-box .detail-list .row:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .t-recruitment .flex-box .table-box .detail-list .row {
    display: block;
    padding-bottom: 1.5rem;
  }
}
.t-recruitment .flex-box .table-box .detail-list .row dt {
  width: 8.5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .t-recruitment .flex-box .table-box .detail-list .row dt {
    font-size: 1.6rem;
  }
}
.t-recruitment .flex-box .table-box .detail-list .row dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .t-recruitment .flex-box .table-box .detail-list .row dd {
    font-size: 1.6rem;
  }
}
.t-recruitment .flex-box .pht-box {
  width: 55.55rem;
}
@media screen and (max-width: 768px) {
  .t-recruitment .flex-box .pht-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 auto 2.5rem;
  }
}

/* --------------------------------------------------
  greeting ごあいさつ
-------------------------------------------------- */
.t-greeting {
  margin-top: 11rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .t-greeting {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.t-greeting_ttl {
  font-size: 5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .t-greeting_ttl {
    font-size: 3.2rem;
    padding-bottom: 4rem;
  }
}
.t-greeting .flex-box {
  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;
}
@media screen and (max-width: 768px) {
  .t-greeting .flex-box {
    display: block;
  }
}
.t-greeting .flex-box .pht-box {
  width: 43.6rem;
}
@media screen and (max-width: 768px) {
  .t-greeting .flex-box .pht-box {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
}
.t-greeting .flex-box .txt-box {
  width: 69.2rem;
}
@media screen and (max-width: 768px) {
  .t-greeting .flex-box .txt-box {
    width: 100%;
  }
}
.t-greeting .flex-box .txt-box p {
  font-size: 2rem;
  line-height: 2.55;
  letter-spacing: 0.08rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .t-greeting .flex-box .txt-box p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15rem;
    padding-bottom: 2rem;
  }
}
.t-greeting .flex-box .txt-box .name {
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .t-greeting .flex-box .txt-box .name {
    font-size: 2.2rem;
  }
}
.t-greeting .flex-box .txt-box .name .-post {
  font-size: 1.9rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .t-greeting .flex-box .txt-box .name .-post {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
  Flow　選考の流れ
-------------------------------------------------- */
.t-flow {
  margin-top: 8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .t-flow {
    margin-top: 4rem;
    padding-top: 3rem;
  }
}
.t-flow .l-sec-ttl {
  padding-left: 1.4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .t-flow .l-sec-ttl {
    padding-left: 0;
  }
}
.t-flow .l-sec-ttl .-en {
  letter-spacing: 0.3rem;
}
.t-flow .l-sec-ttl .-jp {
  padding-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .t-flow .l-sec-ttl .-jp {
    padding-left: 0;
  }
}
.t-flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 5.5rem;
}
@media screen and (max-width: 768px) {
  .t-flow .flow-list {
    display: block;
  }
}
.t-flow .flow-list_item {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .t-flow .flow-list_item {
    width: 100%;
    margin-bottom: 4rem;
  }
  .t-flow .flow-list_item:last-child {
    margin-bottom: 0;
  }
}
.t-flow .flow-list_item .-pht {
  width: 36.45rem;
}
@media screen and (max-width: 768px) {
  .t-flow .flow-list_item .-pht {
    width: 100%;
  }
}
.t-flow .flow-list_item .-pht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-flow .flow-list_item .number {
  background: #393939;
  color: #fff;
  text-align: center;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5.4rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t-flow .flow-list_item .number {
    width: 6.5rem;
    height: 6.5rem;
    margin-top: -3.3rem;
  }
}
.t-flow .flow-list_item .number_txt {
  font-size: 4.8rem;
  font-weight: 700;
  padding-top: 0.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .t-flow .flow-list_item .number_txt {
    font-size: 2.8rem;
  }
}
.t-flow .flow-list_item .-ttl {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 1rem 0 0.6rem;
}
@media screen and (max-width: 768px) {
  .t-flow .flow-list_item .-ttl {
    font-size: 2.1rem;
    padding-bottom: 1rem;
  }
}
.t-flow .flow-list_item .-txt {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.75;
}

/* --------------------------------------------------
  Entry　求人への応募
-------------------------------------------------- */
.t-entry {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .t-entry {
    padding-top: 4rem;
    margin-top: 3rem;
  }
}
.t-entry .l-sec-ttl {
  padding-left: 1.4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .t-entry .l-sec-ttl {
    padding-left: 0;
  }
}
.t-entry .l-sec-ttl .-en {
  letter-spacing: 0.3rem;
}
.t-entry .l-sec-ttl .-jp {
  padding-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .t-entry .l-sec-ttl .-jp {
    padding-left: 0;
  }
}
.t-entry .read-txt {
  padding-left: 1.8rem;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 768px) {
  .t-entry .read-txt {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
    padding-left: 0;
  }
}
.t-entry .form {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form {
    padding-top: 4rem;
  }
}
.t-entry .form .form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form .form-step {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.t-entry .form .form-step_item {
  width: 26rem;
  text-align: center;
  color: #fff;
  background: #a7a7a7;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  padding: 1.9rem 0;
  position: relative;
  margin-right: 4.8rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form .form-step_item {
    width: 9.8rem;
    font-size: 1.6rem;
    margin-right: 2.5rem;
    padding: 1.2rem 0;
  }
}
.t-entry .form .form-step_item::after {
  content: "";
  width: 2.4rem;
  height: 2.75rem;
  background-image: url(../img/ico_arrow-entry.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 2rem;
  right: -3.8rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form .form-step_item::after {
    width: 1.5rem;
    height: 1.7rem;
    top: 1.6rem;
    right: -2.2rem;
  }
}
.t-entry .form .form-step_item:last-child {
  margin-right: 0;
}
.t-entry .form .form-step_item:last-child::after {
  display: none;
}
.t-entry .form .form-step_item.-active {
  background: #575757;
}
.t-entry .form form {
  width: 100%;
}
.t-entry .form form .table {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22.5% 1fr;
  grid-template-columns: 22.5% 1fr;
  border: solid 1px #000;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form form .table {
    display: block;
    margin-bottom: 4rem;
  }
}
.t-entry .form form .table .ttl {
  font-size: 2rem;
  font-weight: 500;
  background: #ece9e9;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 1.8rem 1.5rem 1.8rem 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.t-entry .form form .table .ttl:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .t-entry .form form .table .ttl {
    border-right: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
  .t-entry .form form .table .ttl:last-of-type {
    border-bottom: solid 1px #000;
  }
}
.t-entry .form form .table .ttl .required {
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  background: #d72323;
  padding: 0.3rem 1.5rem;
  border-radius: 3rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form form .table .ttl .required {
    margin-top: 0;
    font-size: 1rem;
    padding: 0.1rem 1.1rem 0.2rem;
  }
}
.t-entry .form form .table .txt {
  font-size: 2rem;
  background: #fff;
  border-bottom: solid 1px #000;
  padding: 1.8rem 0;
}
.t-entry .form form .table .txt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .t-entry .form form .table .txt {
    font-size: 1.6rem;
  }
}
.t-entry .form form .table .txt input, .t-entry .form form .table .txt textarea {
  width: 100%;
  resize: none;
  padding: 0 3rem;
  letter-spacing: 0.05rem;
  line-height: 1.7;
  outline: none;
}
.t-entry .form form .table .txt input::-webkit-input-placeholder, .t-entry .form form .table .txt textarea::-webkit-input-placeholder {
  color: #b6b6b6;
}
.t-entry .form form .table .txt input::-moz-placeholder, .t-entry .form form .table .txt textarea::-moz-placeholder {
  color: #b6b6b6;
}
.t-entry .form form .table .txt input:-ms-input-placeholder, .t-entry .form form .table .txt textarea:-ms-input-placeholder {
  color: #b6b6b6;
}
.t-entry .form form .table .txt input::-ms-input-placeholder, .t-entry .form form .table .txt textarea::-ms-input-placeholder {
  color: #b6b6b6;
}
.t-entry .form form .table .txt input::placeholder, .t-entry .form form .table .txt textarea::placeholder {
  color: #b6b6b6;
}
@media screen and (max-width: 768px) {
  .t-entry .form form .table .txt input, .t-entry .form form .table .txt textarea {
    padding: 0 1.5rem;
  }
}
.t-entry .form form .table .txt textarea {
  height: 27.4rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form form .table .txt textarea {
    height: 22rem;
  }
}
.t-entry .form form .table .txt .error {
  color: #f00;
  padding: 0 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form form .table .txt .error {
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}
.t-entry .form .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form .btn_wrap {
    display: block;
  }
}
.t-entry .form .btn_wrap .btn {
  width: 35rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .t-entry .form .btn_wrap .btn {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .t-entry .form .btn_wrap .btn:last-child {
    margin-bottom: 0;
  }
}
.t-entry .form .btn_wrap .btn button, .t-entry .form .btn_wrap .btn input, .t-entry .form .btn_wrap .btn a {
  letter-spacing: 0.1rem;
  display: block;
  width: 100%;
  padding: 3.4rem 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 5rem;
  overflow: hidden;
}
.t-entry .form .btn_wrap .btn button:hover, .t-entry .form .btn_wrap .btn input:hover, .t-entry .form .btn_wrap .btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .t-entry .form .btn_wrap .btn button, .t-entry .form .btn_wrap .btn input, .t-entry .form .btn_wrap .btn a {
    padding: 2rem 0;
  }
}
.t-entry .form .btn_wrap .btn.-submit button, .t-entry .form .btn_wrap .btn.-submit input, .t-entry .form .btn_wrap .btn.-submit a {
  background: #001fa2;
}
.t-entry .form .btn_wrap .btn.-back button, .t-entry .form .btn_wrap .btn.-back input, .t-entry .form .btn_wrap .btn.-back a {
  background: #a7a7a7;
}

/* --------------------------------------------------
  フォーム 確認画面
-------------------------------------------------- */
#page_confirm #main {
  padding-top: 0;
}
#page_confirm #main form .table .txt {
  padding: 1.8rem 3rem;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #page_confirm #main form .table .txt {
    padding: 1.8rem 1.5rem;
  }
}

/* --------------------------------------------------
  フォーム 送信完了画面
-------------------------------------------------- */
#page_thanks #main {
  padding-top: 0;
}
#page_thanks #main .read-txt {
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #page_thanks #main .read-txt {
    padding-bottom: 6rem;
    letter-spacing: 0.13rem;
  }
}