@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  html {
    font-size: 0.884955752vw;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #3c1a1a;
  word-break: normal;
  line-break: strict;
  font-weight: 300;
  letter-spacing: 0.02em;
}

body.themes_red {
  background: #f1eee7;
}

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

body.themes-column {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p + p {
  margin: 1em 0 0 0;
}

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

.text-bold {
  font-weight: 700;
}

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

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

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

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

.container {
  max-width: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

.p-wrapper {
  overflow: hidden;
}

.txt-lead {
  line-height: 180%;
  letter-spacing: 0.02em;
}

/** interview **/
.interview-item_thumb {
  margin-bottom: 2.4rem;
}

.interview-item_ctn .ttl {
  margin-bottom: 2.4rem;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/** breadcrumb **/
.breadcrumb {
  margin: 2rem 0 6rem;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 1rem;
}

.breadcrumb ul li + li:before {
  position: absolute;
  content: "»";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #d3d3d3;
  left: 0;
  top: 0.2rem;
}

.breadcrumb ul li a {
  display: inline-block;
  color: #cecece;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.themes-column .page-main {
  padding: 20.8rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .themes-column .page-main {
    padding: 12rem 0 6rem;
  }
}

.page-main {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.page-title {
  text-align: center;
  margin-bottom: 8rem;
}

.page-title .p-title {
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #245799;
}

.page-title .cpn-name {
  font-size: 2.4rem;
  color: #b32222;
}

@media screen and (max-width: 768px) {
  .page-title {
    margin-bottom: 4rem;
  }
  .page-title .p-title {
    font-size: 3.2rem;
  }
  .page-title .cpn-name {
    font-size: 1.8rem;
  }
}

.pagination {
  margin: 4.8rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 3.2rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #333333;
  background-color: #dddddd;
  font-weight: 500;
  line-height: 1;
}

.page-numbers .page-numbers.current,
.page-numbers .page-numbers:hover {
  background-color: #b32222;
  color: #fff;
}

.page-numbers .page-numbers.next:hover svg path,
.page-numbers .page-numbers.prev:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers {
    width: 4rem;
    height: 4rem;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.2rem 4rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .page-header.is_active {
    background: #e4ded1;
    padding: 1rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    position: static;
    padding: 1.6rem 2.4rem 0;
  }
}

.logo {
  width: 20rem;
  position: relative;
  z-index: 10;
}

.logo a {
  display: block;
  line-height: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 17.5rem;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}

.menu-item_link {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  letter-spacing: 0.05em;
}

.menu-item_link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: -0.5rem;
  background: #3c1a1a;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-item_link span {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .menu-item_link img {
    display: none;
  }
  .menu-item_link:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2.9rem;
    -moz-column-gap: 2.9rem;
    column-gap: 2.9rem;
  }
  .menu-item_link {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
  }
  .menu-item_link img {
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 1rem;
  }
}

.entry-btn {
  width: 13.8rem;
  height: 3.9rem;
}

.entry-btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  overflow: hidden;
  padding: 0.8rem;
  position: relative;
  background: #b32222;
  border: 1px solid #b32222;
  color: #fff;
  border-radius: 2.4rem;
}

.entry-btn a span {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
}

.entry-btn a:hover {
  background: #fff;
  color: #b32222;
}

.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .g-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
    padding: 1.6rem 0;
  }
}

/** footer
======================================= **/
.section-contact {
  padding: 12rem 0;
  background: #e4ded1;
}

@media screen and (min-width: 769px) {
  .section-contact .container {
    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;
  }
}

.section-contact .contact-ctn {
  width: 48rem;
}

.section-contact .contact-ctn h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2.4rem;
}

.section-contact .contact-btn {
  width: 37.6rem;
}

.section-contact .contact-btn .btn {
  width: 100%;
  height: 6.8rem;
  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: 2rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 3.6rem;
  background: #b32222;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section-contact {
    padding: 3.2rem 0;
  }
  .section-contact .contact-ctn {
    width: 100%;
  }
  .section-contact .contact-ctn h2 {
    font-size: 2rem;
    text-align: center;
  }
  .section-contact .contact-btn {
    width: 100%;
  }
  .section-contact .contact-btn .btn {
    margin-top: 3.2rem;
  }
}

.page-footer {
  padding: 8rem 0;
  background: #b32222;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 3.2rem 0 10rem;
  }
}

.footer-top {
  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;
  margin-bottom: 6.4rem;
  padding-bottom: 6.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .footer-top {
    display: block;
    margin-bottom: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.footer-logo {
  display: block;
  width: 26.5rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    margin: 0 auto 3.2rem;
  }
}

.footer-info {
  width: 37.6rem;
}

.footer-info h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 1.6rem;
}

.footer-info p {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer-info {
    width: 100%;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
/* 一旦非表示 */
/*
.footer-bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

@media screen and (max-width: 768px) {
  .footer-bottom {
    display: block;
  }
  .footer-bottom_left {
    margin-bottom: 3.2rem;
  }
}

.footer-tl {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 1.6rem;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.footer-menu {
  width: 16.8rem;
}

.footer-menu li + li {
  margin-top: 0.8rem;
}

.footer-menu li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    width: 15rem;
  }
}

.footer-link li + li {
  margin-top: 0.8rem;
}

.footer-link li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .footer-link {
    margin-bottom: 1rem;
  }
}

.copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.themes-column .l-footer {
  background: #b32222;
}

/** header area
====================================== **/
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  padding: 1.6rem 3.2rem;
  background: #b32222;
  color: #fff;
  border-radius: 3.6rem;
  margin-top: 4rem;
}

.heading-lv2 {
  margin-bottom: 8rem;
}

.heading-lv2 .en {
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .en {
    font-size: 5.6rem;
  }
}

.heading-lv2 .ja {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    margin-bottom: 4rem;
  }
  .heading-lv2 .en {
    font-size: 5.6rem;
  }
}

.c-lettering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  gap: 0.5rem;
}

.c-lettering > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-lettering > span > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span .title_cover {
  display: block;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.c-lettering > span > span .title_cover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111111;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span:first-child .title_cover {
  padding-left: 1rem;
}

.c-lettering > span > span:last-child .title_cover {
  padding-right: 1rem;
}

.c-lettering.is-inview > span > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-lettering.is-inview > span > span .title_cover {
  left: 0;
}

.js-heading > span:nth-child(1) .title_cover {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.js-heading > span:nth-child(2) .title_cover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js-heading > span:nth-child(3) .title_cover {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.js-heading > span:nth-child(4) .title_cover {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-heading > span:nth-child(5) .title_cover {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.js-heading > span:nth-child(6) .title_cover {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-heading > span:nth-child(7) .title_cover {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.js-heading > span:nth-child(8) .title_cover {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-heading > span:nth-child(9) .title_cover {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.js-heading > span:nth-child(10) .title_cover {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-heading > span:nth-child(11) .title_cover {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.js-heading > span:nth-child(12) .title_cover {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-heading > span:nth-child(13) .title_cover {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.js-heading > span:nth-child(14) .title_cover {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-heading > span:nth-child(15) .title_cover {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.js-heading > span:nth-child(16) .title_cover {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-heading > span:nth-child(17) .title_cover {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.js-heading > span:nth-child(18) .title_cover {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-heading > span:nth-child(19) .title_cover {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.js-heading > span:nth-child(20) .title_cover {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-heading > span:nth-child(21) .title_cover {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.js-heading > span:nth-child(22) .title_cover {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-heading > span:nth-child(23) .title_cover {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.js-heading > span:nth-child(24) .title_cover {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-heading > span:nth-child(25) .title_cover {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.js-heading > span:nth-child(26) .title_cover {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.js-heading > span:nth-child(27) .title_cover {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.js-heading > span:nth-child(28) .title_cover {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.js-heading > span:nth-child(29) .title_cover {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.js-heading > span:nth-child(30) .title_cover {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-heading > span:nth-child(31) .title_cover {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.js-heading > span:nth-child(32) .title_cover {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.js-heading > span:nth-child(33) .title_cover {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.js-heading > span:nth-child(34) .title_cover {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.js-heading > span:nth-child(35) .title_cover {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.js-heading > span:nth-child(36) .title_cover {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-heading > span:nth-child(37) .title_cover {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.js-heading > span:nth-child(38) .title_cover {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.js-heading > span:nth-child(39) .title_cover {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.js-heading > span:nth-child(40) .title_cover {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.js-heading > span:nth-child(41) .title_cover {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.js-heading > span:nth-child(42) .title_cover {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.js-heading > span:nth-child(43) .title_cover {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.js-heading > span:nth-child(44) .title_cover {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.js-heading > span:nth-child(45) .title_cover {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.js-heading > span:nth-child(46) .title_cover {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.js-heading > span:nth-child(47) .title_cover {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.js-heading > span:nth-child(48) .title_cover {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.js-heading > span:nth-child(49) .title_cover {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.js-heading > span:nth-child(50) .title_cover {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js-heading > span:nth-child(51) .title_cover {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.js-heading > span:nth-child(52) .title_cover {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.js-heading > span:nth-child(53) .title_cover {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.js-heading > span:nth-child(54) .title_cover {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.js-heading > span:nth-child(55) .title_cover {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.js-heading > span:nth-child(56) .title_cover {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.js-heading > span:nth-child(57) .title_cover {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.js-heading > span:nth-child(58) .title_cover {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.js-heading > span:nth-child(59) .title_cover {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.js-heading > span:nth-child(60) .title_cover {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.js-heading > span:nth-child(61) .title_cover {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.js-heading > span:nth-child(62) .title_cover {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.js-heading > span:nth-child(63) .title_cover {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.js-heading > span:nth-child(64) .title_cover {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.js-heading > span:nth-child(65) .title_cover {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.js-heading > span:nth-child(66) .title_cover {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.js-heading > span:nth-child(67) .title_cover {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

.js-heading > span:nth-child(68) .title_cover {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.js-heading > span:nth-child(69) .title_cover {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.js-heading > span:nth-child(70) .title_cover {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.js-heading > span:nth-child(71) .title_cover {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

.js-heading > span:nth-child(72) .title_cover {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.js-heading > span:nth-child(73) .title_cover {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

.js-heading > span:nth-child(74) .title_cover {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.js-heading > span:nth-child(75) .title_cover {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.js-heading > span:nth-child(76) .title_cover {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.js-heading > span:nth-child(77) .title_cover {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}

.js-heading > span:nth-child(78) .title_cover {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.js-heading > span:nth-child(79) .title_cover {
  -webkit-transition-delay: 3.95s;
  transition-delay: 3.95s;
}

.js-heading > span:nth-child(80) .title_cover {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.js-heading > span:nth-child(81) .title_cover {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s;
}

.js-heading > span:nth-child(82) .title_cover {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}

.js-heading > span:nth-child(83) .title_cover {
  -webkit-transition-delay: 4.15s;
  transition-delay: 4.15s;
}

.js-heading > span:nth-child(84) .title_cover {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.js-heading > span:nth-child(85) .title_cover {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.js-heading > span:nth-child(86) .title_cover {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}

.js-heading > span:nth-child(87) .title_cover {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s;
}

.js-heading > span:nth-child(88) .title_cover {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}

.js-heading > span:nth-child(89) .title_cover {
  -webkit-transition-delay: 4.45s;
  transition-delay: 4.45s;
}

.js-heading > span:nth-child(90) .title_cover {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.js-heading > span:nth-child(91) .title_cover {
  -webkit-transition-delay: 4.55s;
  transition-delay: 4.55s;
}

.js-heading > span:nth-child(92) .title_cover {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}

.js-heading > span:nth-child(93) .title_cover {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s;
}

.js-heading > span:nth-child(94) .title_cover {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}

.js-heading > span:nth-child(95) .title_cover {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.js-heading > span:nth-child(96) .title_cover {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js-heading > span:nth-child(97) .title_cover {
  -webkit-transition-delay: 4.85s;
  transition-delay: 4.85s;
}

.js-heading > span:nth-child(98) .title_cover {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s;
}

.js-heading > span:nth-child(99) .title_cover {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s;
}

.js-heading > span:nth-child(100) .title_cover {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.js-heading .title_cover {
  display: inline-block;
  /*opacity: 0;
    visibility: hidden;
    transform: rotateY(90deg);
    transition: all 0.3s ease-in-out;*/
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.js-heading.is-inview .title_cover {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/** header area
====================================== **/
#hambuger {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 2.4rem;
  height: 1.8rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #144690;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 49%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 96%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.main-visual {
  padding-top: 18.4rem;
}

@media screen and (min-width: 769px) {
  .main-visual .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .main-visual .mv-img {
    width: 60rem;
  }
}

@media screen and (min-width: 769px) {
  .main-visual .mv-ctn {
    width: 39rem;
  }
}

.main-visual .mv-name {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  color: #b32222;
}

.main-visual .mv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.main-visual .mv-ttl > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .main-visual {
    text-align: center;
    padding-top: 4rem;
  }
  .main-visual .mv-img {
    margin-bottom: 2.4rem;
  }
  .main-visual .mv-name {
    font-size: 2rem;
    line-height: 1.2;
  }
  .main-visual .mv-ttl {
    font-size: 3.2rem;
  }
}

.section-about {
  padding: 12rem 0 0;
}

@media screen and (max-width: 768px) {
  .section-about {
    padding: 4.8rem 0 0;
  }
}

.section-about .heading-lv2 {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  .section-about .heading-lv2 {
    margin-bottom: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .section-about .about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section-about .about-row_ctn {
  width: 47.2rem;
}

.section-about .about-row_ctn h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

.section-about .about-row_ctn p {
  letter-spacing: 0;
}

.section-about .about-row_ctn p + p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .section-about .about-row_ctn {
    width: 100%;
    margin-bottom: 3.2rem;
  }
  .section-about .about-row_ctn p {
    font-size: 1.6rem;
  }
}

.section-about .about-row_info {
  width: 47.2rem;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f6f6f6;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.section-about .about-row_info_img {
  width: 14rem;
}

.section-about .about-row_info_cpy {
  width: 22rem;
  letter-spacing: 0;
}

.section-about .about-row_info_cpy .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.6rem;
}

.section-about .about-row_info_cpy .pos {
  padding: 0.8rem 1.6rem;
  background: #b32222;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  border-radius: 1.8rem;
  margin-right: 1.6rem;
}

.section-about .about-row_info_cpy .name {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section-about .about-row_info {
    width: 100%;
    display: block;
    padding: 3.2rem 2.4rem;
  }
  .section-about .about-row_info_img {
    margin: 0 auto 3.2rem;
  }
  .section-about .about-row_info_cpy {
    width: 100%;
  }
  .section-about .about-row_info_cpy .desc {
    font-size: 1.6rem;
  }
}

.section-service {
  padding: 12rem 0;
}

@media screen and (max-width: 768px) {
  .section-service {
    padding: 4.8rem 0;
  }
}

.section-service .service-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 5.6rem;
  -moz-column-gap: 5.6rem;
  column-gap: 5.6rem;
  grid-row-gap: 8rem;
  position: relative;
  counter-reset: ol-counter;
}

@media screen and (max-width: 768px) {
  .section-service .service-wpr {
    display: block;
  }
}

.section-service .service-box {
  width: calc(100% / 2 - 2.8rem);
  padding: 4rem;
  border: 1px solid #dbd7d7;
  border-radius: 0.8rem;
  position: relative;
  counter-increment: ol-counter;
}

.section-service .service-box:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.section-service .service-box:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.section-service .service-box:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.section-service .service-box:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.section-service .service-box:before {
  position: absolute;
  content: "0" counter(ol-counter);
  font-size: 7.2rem;
  line-height: 1;
  color: #b32222;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  left: -2rem;
  top: -3rem;
}

.section-service .service-box:nth-child(2),
.section-service .service-box:nth-child(2n + 2) {
  margin-top: 4rem;
  margin-bottom: -4rem;
}

.section-service .service-box_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4rem;
}

.section-service .service-box_img {
  max-width: 27.8rem;
  margin: 0 auto 4rem;
}

.section-service .service-box_tag {
  margin-top: 2.4rem;
  margin-left: -0.5rem;
}

.section-service .service-box_tag li {
  margin: 0.8rem 0 0 0.5rem;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 1.5rem;
  border: 1px solid #b32222;
  color: #b32222;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section-service .service-box {
    width: 100%;
    padding: 3.2rem 2.4rem;
  }
  .section-service .service-box + .service-box {
    margin-top: 4rem;
  }
  .section-service .service-box:nth-child(2),
  .section-service .service-box:nth-child(2n + 2) {
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .section-service .service-box_txt {
    font-size: 1.6rem;
  }
}

.section-column {
  padding: 12rem 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-column {
    padding: 3.2rem 0 0;
  }
}

.section-column:after {
  position: absolute;
  content: "";
  width: calc((100% - 1000px) / 2 + 1000px);
  height: 100%;
  left: 0;
  top: 0;
  background: #e4ded1;
  border-radius: 2rem 2rem 0 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .section-column .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section-column .heading-lv2 {
  margin-bottom: 4rem;
}

.section-column .heading-lv2 .en {
  font-size: 5.6rem;
}

.section-column .top-column_head {
  width: 21rem;
}

.section-column .top-column_head p {
  letter-spacing: 0;
}

.section-column .top-column_ctn {
  width: 72.8rem;
  background: #f1eee7;
  border-radius: 2rem 0 0 0;
  padding: 8rem 0 0 8rem;
}

@media screen and (max-width: 768px) {
  .section-column .top-column_head {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .section-column .top-column_head .heading-lv2 {
    margin-bottom: 2.4rem;
  }
  .section-column .top-column_head p {
    font-size: 1.6rem;
  }
  .section-column .top-column_ctn {
    width: calc(100% + 2.4rem);
    margin-right: -2.4rem;
    padding: 3.2rem 2.4rem 0;
  }
  .section-column .top-column_ctn .btn {
    margin-left: auto;
    margin-top: 3.2rem;
    display: table;
  }
}

.section-column .column-item {
  border-top: 1px solid #dbd7d7;
}

.section-column .column-item:last-child {
  border-bottom: 1px solid #dbd7d7;
}

.section-column .column-item ._time {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 1.6rem;
}

.section-column .column-item ._cat {
  display: inline-block;
  color: #b32222;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8rem 1.6rem;
  border-radius: 1.5rem;
  border: 1px solid #b32222;
}

.section-column .column-item ._title {
  font-style: normal;
  width: 100%;
  display: block;
  margin-top: 1.6rem;
}

.section-column .column-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 2.4rem 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-column .column-item ._title {
    font-size: 1.6rem;
  }
}

.section-company {
  padding: 12rem 0;
}

@media screen and (max-width: 768px) {
  .section-company {
    padding: 5.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .section-company .company-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section-company .company-row_map {
  width: 47.2rem;
  position: relative;
}

.section-company .company-row_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .section-company .company-row_map {
    width: 100%;
    height: 29rem;
    margin-bottom: 5.6rem;
  }
}

.section-company .company-row_ctn {
  width: 47.2rem;
}

@media screen and (max-width: 768px) {
  .section-company .company-row_ctn {
    width: 100%;
  }
}

.section-company .company-row .cpn-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.4rem 0;
  border-top: 1px solid #dbd7d7;
}

.section-company .company-row .cpn-art:last-child {
  border-bottom: 1px solid #dbd7d7;
}

.section-company .company-row .cpn-art_tl {
  width: 10rem;
  font-weight: 500;
}

.section-company .company-row .cpn-art_tx {
  width: 33.2rem;
}

@media screen and (max-width: 768px) {
  .section-company .company-row .cpn-art {
    display: block;
  }
  .section-company .company-row .cpn-art_tl {
    margin-bottom: 0.8rem;
  }
}

/** home
======================================= **/
.p-column_item {
  border-bottom: 1px solid #dddddd;
}

.p-column_item:first-child {
  border-top: 1px solid #dddddd;
}

.p-column_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem 0;
}

.p-column_item_link ._time {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
  color: #999999;
  margin-right: 1.6rem;
  width: 8rem;
}

.p-column_item_link ._cat {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  color: #b32222;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.8rem 1.6rem;
  border: 1px solid #b32222;
  border-radius: 1.5rem;
  margin-right: 4rem;
  text-align: center;
  width: 11rem;
}

.p-column_item_link ._title {
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  width: 74.7rem;
  line-height: 1.875;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-column_item_link ._time {
    width: auto;
  }
  .p-column_item_link ._cat {
    margin-right: 0;
    width: auto;
  }
  .p-column_item_link ._title {
    width: 100%;
    margin-top: 1.6rem;
  }
}

.p-column .entry {
  max-width: 77rem;
}

.p-column .entry-title {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-column .entry-title {
    font-size: 2.4rem;
  }
}

.p-column .entry-meta {
  margin-bottom: 8rem;
}

.p-column .entry-meta ._time {
  display: inline-block;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #787878;
}

.p-column .entry-meta ._cat {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: #245799;
  border: 1px solid #245799;
  border-radius: 1.5rem;
  padding: 0.8rem 1.6rem;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .p-column .entry-meta {
    margin-bottom: 4rem;
  }
}

.p-column .entry-content h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 3.2rem;
}

.p-column .entry-content h2:not(:first-child) {
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-column .entry-content h2 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .p-column .entry-content h2:not(:first-child) {
    margin-top: 2.4rem;
  }
}

.p-column .entry-content h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 3.2rem 0;
}

@media screen and (max-width: 768px) {
  .p-column .entry-content h3 {
    font-size: 1.8rem;
    margin: 2.4rem 0;
  }
}

.p-column .entry-content p {
  line-height: 1.8;
  font-size: 1.6rem;
}

.p-column .entry-content p + p {
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-column .entry-content p {
    font-size: 1.4rem;
  }
  .p-column .entry-content p + p {
    margin-top: 2.4rem;
  }
}

.p-column .entry-btn {
  width: 22.4rem;
  height: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  border-radius: 4rem;
  background: url(../img/btn_bg.png) left top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-column .entry-btn {
    margin: 4rem auto 0;
  }
}

/** home
======================================= **/
.recruit-article + .recruit-article {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .recruit-article + .recruit-article {
    margin-top: 4rem;
  }
}

.recruit-article_ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 4rem;
  color: #245799;
}

@media screen and (max-width: 768px) {
  .recruit-article_ttl {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.recruit-article_tbl {
  font-size: 1.6rem;
  border-top: 1px solid #dddddd;
}

.recruit-article_tbl th,
.recruit-article_tbl td {
  padding: 2.4rem;
  border-bottom: 1px solid #dddddd;
}

.recruit-article_tbl th {
  width: 24.8rem;
  background: #f6f6f6;
  font-weight: 700;
  text-align: left;
}

.recruit-article_tbl td {
  width: 75.2rem;
}

@media screen and (max-width: 768px) {
  .recruit-article_tbl {
    font-size: 1.4rem;
  }
  .recruit-article_tbl th,
  .recruit-article_tbl td {
    padding: 1.6rem;
  }
  .recruit-article_tbl th {
    width: 30%;
  }
  .recruit-article_tbl td {
    width: 70%;
  }
}

/** home
======================================= **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #acacac;
}

select option {
  color: #1b1d1e;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1b1d1e;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1b1d1e;
}

/* Custom Select wrapper */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #434443;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ipt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.6rem 2rem;
  line-height: 1;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  border: 1px solid #dddddd;
}

.ipt::-webkit-input-placeholder {
  color: rgba(123,  123,  123,  0 0.5);
}

.ipt::-webkit-input-placeholder,
.ipt::-moz-placeholder,
.ipt::-ms-placeholder,
.ipt::placeholder {
  color: rgba(123,  123,  123,  0 0.5);
}

.ipt:focus {
  border-color: #3f96e8;
}

.ipt:focus::-webkit-input-placeholder {
  color: #363636;
  opacity: 1;
}

.ipt:focus::-webkit-input-placeholder,
.ipt:focus::-moz-placeholder,
.ipt:focus::-ms-placeholder,
.ipt:focus::placeholder {
  color: #363636;
  opacity: 1;
}

.ipt.are {
  max-width: 100%;
  min-height: 20rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .ipt {
    padding: 1.4rem 1rem;
  }
}

.req {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.6rem 1rem;
  background: #d74848;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
  margin-left: 1.4rem;
}

.req.not-req {
  background: #a1a1a1;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 1.1rem;
  }
}

.frm-ctrl + .frm-ctrl {
  margin-top: 4rem;
}

.frm-ctrl_lbl {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.frm-ctrl_ctn .tx {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .frm-ctrl {
    display: block;
  }
  .frm-ctrl + .frm-ctrl {
    margin-top: 2.8rem;
  }
  .frm-ctrl_lbl {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .frm-ctrl_ctn {
    width: 100%;
  }
}

.frm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin: 4.8rem 0 0;
}

.frm-btn .entry-btn {
  margin: 0;
  outline: none;
  border: none;
  cursor: pointer;
}

.frm-btn .entry-btn.btn-back {
  background: url(../img/btn_recruit.png) left top no-repeat;
  background-size: cover;
}

.frm-btn .entry-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .frm-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.steps {
  width: 22rem;
}

.steps h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  line-height: 1.6;
}

.steps ul {
  position: relative;
}

.steps ul:after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background: #dddddd;
  z-index: -1;
}

.steps ul li {
  width: 100%;
  height: 4rem;
  font-size: 1.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;
  line-height: 1;
  color: #999999;
  font-weight: 700;
  background: #dddddd;
  border-radius: 2rem;
}

.steps ul li.current {
  background: #245799;
  color: #fff;
}

.steps ul li + li {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .steps {
    width: 100%;
    margin: 0 auto 4.8rem;
    text-align: center;
  }
}

.form {
  width: 66rem;
  font-size: 1.6rem;
  line-height: 1.85;
}

.form .lead {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  .form {
    width: 100%;
  }
}

.thanks .txt1 {
  margin-bottom: 4rem;
  font-weight: 400;
}

.thanks ul li {
  font-weight: 400;
}

.thanks .txt2 {
  color: #144690;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 4rem;
}

.thanks .entry-btn {
  margin: 4.8rem auto 0;
}

@media screen and (max-width: 768px) {
  .thanks .txt1 {
    margin-bottom: 2rem;
  }
  .thanks .txt2 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .thanks .entry-btn {
    margin: 3.2rem auto 0;
  }
}

.wpcf7-response-output {
  display: none;
}

.form-policy_checkbox {
  text-align: center;
  margin-top: 2.4rem;
}

.form-policy_checkbox p {
  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;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox p .req {
    width: 5rem;
    margin-right: 0;
  }
}

.form-policy_checkbox label {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-policy_checkbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  height: 0;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7-list-item-label:after {
  content: "";
  display: block;
  background-image: url(../img/common/ico-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media screen and (max-width: 768px) {
  .wpcf7-list-item-label:after {
    top: 1rem;
    left: 0.2rem;
  }
}

.form-policy_checkbox input:checked + .wpcf7-list-item-label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-policy_checkbox .wpcf7-list-item-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #181818;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox .wpcf7-list-item-label {
    text-align: left;
    line-height: 1.4;
    font-weight: 500;
  }
}

.form-policy_checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #c0c0c0;
  border-radius: 0.4rem;
  background: #fafafa;
  margin-right: 0.8rem;
}

.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #da4432;
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border: 1px solid #da4432;
  background-color: #ffeaea;
}

.is-error input::-webkit-input-placeholder {
  color: #da4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #da4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #da4432 !important;
}

.is-error .ipt::-webkit-input-placeholder,
.is-error .ipt::-moz-placeholder,
.is-error .ipt::-ms-placeholder,
.is-error .ipt::placeholder {
  color: #da4432 !important;
}

.your-consent {
  display: block;
}

.page-main {
  margin: 20rem 0 12rem;
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
  .page-main {
    margin: 12rem 0 6rem;
  }
}
input {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

::placeholder {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #999999;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s,
    -webkit-transform 0.3s ease-in-out 0.1s;
}
.l-header.is-fixed .is-stage {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  pointer-events: none;
}
.l-header.is-fixed .is-scroll {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  pointer-events: all;
}
.l-header_inner {
  padding: 2.4rem;
  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 only screen and (max-width: 768px) {
  .l-header_inner {
    padding: 1.6rem;
  }
}
.l-header_logo {
  position: relative;
  width: 25.5rem;
  height: 5.3rem;
}
@media only screen and (max-width: 768px) {
  .l-header_logo {
    width: 14rem;
    height: 2.9rem;
  }
}
.l-header_logo a {
  display: block;
}
.l-header_logo a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.l-header_logo img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header_logo .is-scroll {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  pointer-events: none;
}
.l-header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-header_right {
    gap: 0.8rem;
  }
}
.l-header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-header_btn {
    text-indent: -99999px;
    gap: 0.8rem;
  }
  .l-header_btn .c-btn {
    min-width: 6rem;
    height: 6.4rem;
    border-radius: 50%;
    display: block;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .l-header_btn .c-btn:before,
  .l-header_btn .c-btn:after {
    content: none;
  }
  .l-header_btn .c-btn span {
    display: none;
  }
  .l-header_btn .c-btn_recruit {
    background-image: url(../img/btn_recruit_sp.png);
  }
  .l-header_btn .c-btn_contact {
    background-image: url(../img/btn_contact_sp.png);
  }
}
.l-header_hamburger {
  width: 6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header_hamburger:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.l-header_nav {
  width: 34rem;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .l-header_nav {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .l-header_nav.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .l-header_nav {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    pointer-events: none;
  }
  .l-header_nav.is-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    pointer-events: all;
  }
}
.l-header_nav .nav-inner {
  padding: 2.4rem 2.4rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .l-header_nav .nav-inner {
    padding: 1.6rem 1.6rem 2.4rem;
  }
}
.l-header_nav .nav-header {
  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;
}
.l-header_nav .nav-logo {
  width: 17.6rem;
}
.l-header_nav .nav-logo a {
  display: block;
}
.l-header_nav .nav-logo a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
@media only screen and (max-width: 768px) {
  .l-header_nav .nav-logo {
    width: 14rem;
  }
}
.l-header_nav .nav-close {
  width: 6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header_nav .nav-close:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.l-header_nav .nav-scroll {
  overflow-y: auto;
}
.l-header_nav .nav-scroll::-webkit-scrollbar {
  width: 0.4rem;
}
.l-header_nav .nav-scroll::-webkit-scrollbar-track {
  background: #ddd;
}
.l-header_nav .nav-scroll::-webkit-scrollbar-thumb {
  background: #de6242;
  border-radius: 0.4rem;
}
.l-header_nav .nav-scroll::-webkit-scrollbar-thumb:hover {
  background: #de6242;
}
.l-header_nav .nav-menu {
  padding: 0.8rem 1.6rem 0;
  font-family: corporate-logo-ver2-medium, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #245799;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .l-header_nav .nav-menu {
    padding: 0.8rem 0 0;
  }
}
.l-header_nav .nav-menu li {
  border-bottom: 1px solid #ddd;
}
.l-header_nav .nav-menu li:last-child {
  border-bottom: none;
}
.l-header_nav .nav-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 2.24rem 1rem;
}
@media only screen and (max-width: 768px) {
  .l-header_nav .nav-menu li a {
    padding: 2.3rem 1rem;
  }
}
.l-header_nav .nav-menu li a:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon_arrow_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header_nav .nav-menu li a:hover {
  color: #de6242;
}
.l-header_nav .nav-menu li a:hover:after {
  -webkit-transform: translateX(-0.7rem) translateY(-50%);
  transform: translateX(-0.7rem) translateY(-50%);
  background-image: url(../img/icon_arrow_02.svg);
}
.l-header_nav .nav-menu .link-top {
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.l-header_nav .nav-menu .link-top:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon_home.svg) no-repeat center/contain;
  margin-right: 0.8rem;
}
.l-header_nav .nav-menu .link-top:hover:before {
  background-image: url(../img/icon_home_over.svg);
}
.l-header_nav .nav-btn {
  margin: 1.6rem 1.6rem 0;
}
.l-header_nav .nav-btn .c-btn {
  min-width: 100%;
}
.l-header_nav .nav-btn .c-btn + .c-btn {
  margin-top: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .l-header_nav .nav-btn {
    margin: 1.6rem 0 0;
  }
}

.input-error {
  background: #fff5e9 !important;
  border-color: #da4432;
}
