@charset "UTF-8";
/*========================
  font-family
========================*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.oooh {
  font-family: "Oooh Baby", cursive;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.cantata {
  font-family: "Cantata One", serif;
}

/****************
font-size
*****************/
.fs80 {
  font-size: clamp(2.625rem, 1.8333333333rem + 3.9583333333vw, 5rem);
}

.fs78 {
  font-size: clamp(2.625rem, 1.875rem + 3.75vw, 4.875rem);
}

.fs68 {
  font-size: clamp(2.5rem, 1.9166666667rem + 2.9166666667vw, 4.25rem);
}

.fs65 {
  font-size: clamp(2rem, 1.3125rem + 3.4375vw, 4.0625rem);
}

.fs56 {
  font-size: clamp(2.25rem, 1.8333333333rem + 2.0833333333vw, 3.5rem);
}

.fs50 {
  font-size: clamp(1.875rem, 1.4583333333rem + 2.0833333333vw, 3.125rem);
}

.fs46 {
  font-size: clamp(1.875rem, 1.5416666667rem + 1.6666666667vw, 2.875rem);
}

.fs42 {
  font-size: clamp(1.6875rem, 1.375rem + 1.5625vw, 2.625rem);
}

.fs36 {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);
}

.fs34 {
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.125rem);
}

.fs30 {
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 1.875rem);
}

.fs24 {
  font-size: clamp(1.0625rem, 1rem + 0.625vw, 1.5rem);
}

.fs22 {
  font-size: clamp(1.125rem, 0.875rem + 0.625vw, 1.375rem);
}

.fs20 {
  font-size: clamp(1.125rem, 1.0833333333rem + 0.2083333333vw, 1.25rem);
}

.fs18 {
  font-size: clamp(1rem, 0.9583333333rem + 0.2083333333vw, 1.125rem);
}

.fs15 {
  font-size: 15px;
}

/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

body, html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: #3B4043;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

a:active, a:hover {
  color: #333333;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
}

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

.ib {
  display: inline-block;
}

.block {
  display: block;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent span {
  padding-left: 1em;
}

.hankaku {
  margin-right: 0.5em;
}

.small {
  font-size: 14px;
}

.bold {
  font-weight: 500;
}

.red {
  color: #BA0015;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .small {
    font-size: 12px;
  }
}
/* フェードインアップ */
.js-fadeUp,
.sec-tit-wrap {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeUp.is-inview,
.sec-tit-wrap.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

/* フェードインライト */
.js-fadeRight {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px); /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeRight.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

/* フェードインレフト */
.js-fadeLeft {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateX(30px);
          transform: translateX(30px); /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeLeft.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

/* サブページヘッダー */
.subheader-contents {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%); /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
}

.subheader-contents.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

.photo-p {
  opacity: 0; /* 最初は非表示 */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
  -webkit-transform: rotate(-7deg) translateY(30px);
          transform: rotate(-7deg) translateY(30px);
}

.photo-p.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: rotate(-7deg) translateY(0);
          transform: rotate(-7deg) translateY(0);
}

/*========================
  scroll
========================*/
.scroll {
  position: relative;
  font-size: 12px;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 200px;
  display: none;
}

@media screen and (max-width: 767px) {
  .scroll {
    display: block;
  }
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: 62%;
  left: 55px;
  width: 50px;
  height: 1px;
  opacity: 0;
  background-color: #333333;
  -webkit-animation: scroll 1.4s ease-in-out infinite;
          animation: scroll 1.4s ease-in-out infinite;
}

@-webkit-keyframes scroll {
  0% {
    width: 0;
    left: 55px;
    opacity: 0;
  }
  30% {
    width: 50px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 200px;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    width: 0;
    left: 55px;
    opacity: 0;
  }
  30% {
    width: 50px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 200px;
    opacity: 0;
  }
}
/*===================================================================
  card型コンテンツのマウスオーバー
===================================================================*/
.item-img,
.case-card-img {
  overflow: hidden;
}

.item-img img,
.case-card-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item:hover .item-img img,
.case-card:hover .case-card-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.item:hover .btn-under::after,
.case-card:hover .btn-under::after {
  width: 100%;
}

.item:hover .btn-under .btn-arrow--under,
.item:hover .btn-under .btn-arrow--under::before,
.item:hover .btn-under .btn-arrow--under::after,
.case-card:hover .btn-under .btn-arrow--under,
.case-card:hover .btn-under .btn-arrow--under::before,
.case-card:hover .btn-under .btn-arrow--under::after {
  background-color: #3B4043;
}

.four-color .animation-bg .animation-bg-element {
  position: fixed;
  top: 0;
  left: 0;
  height: 50%;
  width: 50%;
  z-index: 999;
  -webkit-animation-name: PageAnime-four-color-ttb;
          animation-name: PageAnime-four-color-ttb;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: animation;
}

.four-color .animation-bg .animation-bg-element:nth-child(2) {
  left: inherit;
  right: 0;
  -webkit-animation-name: PageAnime-four-color-rtl;
          animation-name: PageAnime-four-color-rtl;
}

.four-color .animation-bg .animation-bg-element:nth-child(3) {
  top: inherit;
  bottom: 0;
  -webkit-animation-name: PageAnime-four-color-ltr;
          animation-name: PageAnime-four-color-ltr;
}

.four-color .animation-bg .animation-bg-element:nth-child(4) {
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
  -webkit-animation-name: PageAnime-four-color-btt;
          animation-name: PageAnime-four-color-btt;
}

.four-color .animation-bg .animation-bg-element::before {
  background: #BA0015;
  -webkit-box-shadow: 0 0 0 1px #BA0015;
          box-shadow: 0 0 0 1px #BA0015;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 四隅から色を表示する-上から下 キーフレーム */
@-webkit-keyframes PageAnime-four-color-ttb {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes PageAnime-four-color-ttb {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* 四隅から色を表示する-左から右 キーフレーム */
@-webkit-keyframes PageAnime-four-color-ltr {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes PageAnime-four-color-ltr {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* 四隅から色を表示する-下から上 キーフレーム */
@-webkit-keyframes PageAnime-four-color-btt {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes PageAnime-four-color-btt {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* 四隅から色を表示する-右から左 キーフレーム */
@-webkit-keyframes PageAnime-four-color-rtl {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes PageAnime-four-color-rtl {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container--bottom {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container--bottom {
    padding-bottom: 30px;
  }
}
.sec-inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}

.sec-inner2 {
  width: 86%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 1281px) {
  .sec-inner,
  .sec-inner2 {
    width: 86%;
    max-width: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-inner,
  .sec-inner2 {
    width: 90%;
  }
}
/*========================
  sec-tit
========================*/
h2.sec-tit {
  font-family: "Cantata One", serif;
  font-size: clamp(1.6875rem, 1.375rem + 1.5625vw, 2.625rem);
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  color: #3B4043;
}

h2.sec-tit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 55px;
  height: 1px;
  background-color: #333333;
}

/*========================
  sub-tit
========================*/
.sub-tit {
  font-size: clamp(1.0625rem, 1rem + 0.625vw, 1.5rem);
  font-weight: 500;
}

/*========================
  midashi01
========================*/
.midashi01 {
  position: relative;
  padding: 5px 45px 5px 7%;
  background: #BA0015;
  color: white;
  line-height: 1.3;
  z-index: -1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.midashi01::before {
  position: absolute;
  content: "";
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .midashi01 {
    padding: 5px 45px 5px 5%;
  }
}
/*========================
  midashi02
========================*/
.midashi02 {
  color: #BA0015;
  line-height: 1.67;
  padding-left: 20px;
  margin-bottom: 30px;
  border-left: 5px solid #BA0015;
}

/*========================
  btn
========================*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  width: 240px;
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #333333;
}

.btn span,
.btn span::after,
.btn span::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-line {
  display: inline-block;
  width: 40%;
  height: 1px;
  margin-right: 10px;
  background-color: #ffffff;
}

.btn-inner {
  margin-right: 12px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

.btn-arrow {
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  height: 1px;
  width: 17px;
}

.btn-arrow::before,
.btn-arrow::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  right: -1px;
  height: 1px;
  width: 10px;
}

.btn-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -4px;
}

.btn-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4px;
}

.btn:hover {
  background-color: #ffffff;
  border: 1px solid #333333;
}

.btn:hover .btn-inner {
  color: #333333;
  margin-right: 18px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn:hover .btn-line,
.btn:hover .btn-arrow,
.btn:hover .btn-arrow::before,
.btn:hover .btn-arrow::after {
  background-color: #333333;
}

@media screen and (max-width: 767px) {
  .btn {
    height: 44px;
  }
}
/*========================
  btn-back
========================*/
.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 56px;
  width: 240px;
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #333333;
}

.btn-back span,
.btn-back span::after,
.btn-back span::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-line--back {
  display: inline-block;
  width: 40%;
  height: 1px;
  margin-left: 10px;
  background-color: #ffffff;
}

.btn-inner--back {
  margin-left: 12px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

.btn-arrow--back {
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  height: 1px;
  width: 17px;
}

.btn-arrow--back::before,
.btn-arrow--back::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: -1px;
  height: 1px;
  width: 10px;
}

.btn-arrow--back::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -4px;
}

.btn-arrow--back::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4px;
}

.btn-back:hover {
  background-color: #ffffff;
  border: 1px solid #333333;
}

.btn-back:hover .btn-inner--back {
  color: #333333;
  margin-left: 18px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn-back:hover .btn-line--back,
.btn-back:hover .btn-arrow--back,
.btn-back:hover .btn-arrow--back::before,
.btn-back:hover .btn-arrow--back::after {
  background-color: #333333;
}

@media screen and (max-width: 767px) {
  .btn-back {
    height: 44px;
  }
}
/*========================
    btn-red
========================*/
.btn-red-wrap {
  margin: 0 auto 60px;
  width: 240px;
}

.btn-red {
  height: 56px;
  width: 240px;
  color: #ffffff;
  background-color: #BA0015;
  border: 1px solid #BA0015;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  z-index: 1;
  pointer-events: all;
  cursor: pointer;
}

.btn-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-color: #ffffff;
}

.btn-inner--red {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn-red:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn-red:hover .btn-inner--red {
  color: #BA0015;
}

/*========================
    btn-under
========================*/
.btn-under {
  font-family: "Lato", sans-serif;
  width: 152px;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  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-left: 20px;
  padding-bottom: 10px;
}

.btn-under::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #3B4043;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-under:hover::after {
  width: 100%;
}

.btn-arrow--under {
  position: relative;
  background-color: #999999;
  display: inline-block;
  height: 1px;
  width: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-arrow--under::before,
.btn-arrow--under::after {
  content: "";
  background-color: #999999;
  position: absolute;
  right: -1px;
  height: 1px;
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-arrow--under::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -4px;
}

.btn-arrow--under::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4px;
}

.btn-under:hover .btn-arrow--under,
.btn-under:hover .btn-arrow--under::before,
.btn-under:hover .btn-arrow--under::after {
  background-color: #3B4043;
}

/*========================
    contact-box btn
========================*/
.contact-tel-mail {
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  z-index: 1;
  pointer-events: all;
  cursor: pointer;
}

.contact-tel-mail a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-color: rgba(227, 199, 200, 0.8);
}

.contact-box-btn-inner,
.contact-box-icon {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.contact-tel-mail a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.anchor-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor-btn {
  display: block;
  font-size: 14px;
  padding: 0 15px;
  border-left: 1px solid #BA0015;
  color: #BA0015;
}

.anchor-btn:first-child {
  border-left: none;
}

.anchor-btn-inner {
  position: relative;
  display: inline-block;
}

.anchor-btn-inner::after {
  content: "";
  display: block;
  background-color: #BA0015;
  width: 0%;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.anchor-btn:hover {
  color: #BA0015;
}

.anchor-btn:hover .anchor-btn-inner::after {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .anchor-btn {
    width: 160px;
    margin-bottom: 5px;
  }
  .anchor-btn:first-child {
    border-left: 1px solid #BA0015;
  }
}
/*========================
  subheader-visual
========================*/
.subheader-wrap {
  position: relative;
  overflow: hidden;
}

.subheader-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(39% 0, 100% 0%, 100% 100%, 26% 100%);
          clip-path: polygon(39% 0, 100% 0%, 100% 100%, 26% 100%);
  height: 600px;
  -webkit-transition: 0s linear;
  transition: 0s linear;
  will-change: background-position;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.subheader--message .subheader-img {
  background-image: url(/common/img/subheader-message.webp);
  background-position-x: 66%;
}

.subheader--support .subheader-img {
  background-image: url(/common/img/subheader-support.webp);
  background-position-x: 30%;
}

.subheader--step .subheader-img {
  background-image: url(/common/img/subheader-step.webp);
}

.subheader--case .subheader-img {
  background-image: url(/common/img/subheader-case.webp);
  background-position-x: 41%;
}

.subheader--company .subheader-img {
  background-image: url(/common/img/subheader-company.webp);
  background-position-x: 20%;
}

.subheader--faq .subheader-img {
  background-image: url(/common/img/subheader-faq.webp);
}

.subheader-contents {
  position: absolute;
  top: 58%;
  left: 7%;
}

.subheader-copy {
  margin-bottom: 90px;
  text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

.subheader-copy span {
  display: block;
  line-height: 1;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.subheader-copy span:nth-child(2) {
  -webkit-transform: rotate(-7deg) translateX(34%);
          transform: rotate(-7deg) translateX(34%);
}

.subheader-text span {
  display: block;
  text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

/* support */
.subheader--support .subheader-copy span {
  -webkit-transform: rotate(-7deg) translateX(20%);
          transform: rotate(-7deg) translateX(20%);
}

.subheader--support .subheader-copy span:nth-child(2) {
  -webkit-transform: rotate(-7deg) translateX(0%);
          transform: rotate(-7deg) translateX(0%);
}

/* step */
.subheader--step .subheader-contents {
  top: 62%;
}

.subheader--step .subheader-copy {
  margin-bottom: 50px;
}

.subheader--step .subheader-copy span:nth-child(2) {
  -webkit-transform: rotate(-7deg) translateX(10%);
          transform: rotate(-7deg) translateX(10%);
}

.subheader--step .subheader-copy span:nth-child(3) {
  -webkit-transform: rotate(-7deg) translateX(30%);
          transform: rotate(-7deg) translateX(30%);
}

/* case */
.subheader--case .subheader-copy span:nth-child(2) {
  -webkit-transform: rotate(-7deg) translateX(0%);
          transform: rotate(-7deg) translateX(0%);
}

/* company */
.subheader--company .subheader-copy span {
  -webkit-transform: rotate(-7deg) translateX(25%);
          transform: rotate(-7deg) translateX(25%);
}

.subheader--company .subheader-copy span:nth-child(2) {
  -webkit-transform: rotate(-7deg) translateX(0%);
          transform: rotate(-7deg) translateX(0%);
}

/* faq */
.subheader--faq .subheader-copy span:first-child {
  -webkit-transform: rotate(-7deg) translateX(20%);
          transform: rotate(-7deg) translateX(20%);
}

.subheader--faq .subheader-copy span:nth-child(2) {
  -webkit-transform: rotate(-7deg) translateX(25%);
          transform: rotate(-7deg) translateX(25%);
}

@media screen and (max-width: 600px) {
  .subheader-wrap {
    position: relative;
    overflow: hidden;
  }
  .subheader-img {
    -webkit-clip-path: polygon(60% 0, 115% 0%, 95% 100%, 40% 100%);
            clip-path: polygon(60% 0, 115% 0%, 95% 100%, 40% 100%);
    height: 385px;
  }
  .subheader-copy {
    margin-bottom: 60px;
  }
}
.contact-box {
  margin: 30px auto 60px;
  padding: 25px 70px 30px;
  border: 1px dotted #333333;
}

.contact-box-tit {
  margin-bottom: 20px;
}

.contact-box-text {
  margin-bottom: 30px;
}

.contact-box-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact-box-blockL {
  width: 81%;
}

.contact-box-blockR {
  width: 17.6%;
  max-width: 200px;
}

.contact-box-line {
  display: block;
}

.contact-box-line:hover {
  opacity: 0.6;
}

.contact-box-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

.contact-box-wrapL {
  width: calc(50% - 20px);
}

.contact-box-wrapR {
  width: calc(50% - 20px);
}

.contact-tel-mail {
  background-color: #EEEEEE;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-box-icon {
  width: 36px;
  margin-right: 14px;
}

.contact-box-btn-inner {
  letter-spacing: 0;
}

.contact-box-line-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .contact-box {
    padding: 15px;
  }
  .contact-box-wrapL {
    width: calc(50% - 10px);
  }
  .contact-box-wrapR {
    width: calc(50% - 10px);
  }
  .contact-tel-mail {
    height: 50px;
  }
  .contact-box-icon {
    width: 30px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-box-blockL {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-box-blockR {
    width: 100%;
    max-width: 360px;
    background-color: #EEEEEE;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-box-tit,
  .contact-box-text {
    text-align: center;
  }
  .contact-box-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-box-wrapL {
    width: 100%;
    max-width: 360px;
    margin-bottom: 20px;
  }
  .contact-box-wrapR {
    width: 100%;
    max-width: 360px;
  }
  .contact-box-line-pc {
    display: none;
  }
  .contact-box-line-sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .contact-box-text {
    text-align: left;
  }
}
@media screen and (max-width: 420px) {
  .contact-box-btn-inner.fs20 {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .contact-box-btn-inner.fs20 {
    font-size: 14px;
  }
}
.nav-item {
  padding-right: 15px;
  padding-left: 15px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  letter-spacing: 0;
}

.nav-item span {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-item .menu-en {
  -webkit-transform: translate(0px, 0px) rotateX(0);
          transform: translate(0px, 0px) rotateX(0);
}

.nav-item:hover .menu-en {
  -webkit-transform: translate(0px, -1em) rotateX(-90deg);
          transform: translate(0px, -1em) rotateX(-90deg);
  opacity: 0;
}

.nav-item .menu-jp {
  -webkit-transform: translate(0px, 1em) rotateX(-90deg);
          transform: translate(0px, 1em) rotateX(-90deg);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
}

.nav-item:hover .menu-jp {
  -webkit-transform: translate(0px, 0px) rotateX(0);
          transform: translate(0px, 0px) rotateX(0);
  opacity: 1;
}

.header-inner {
  width: 92%;
  margin: 0 auto;
}

.header-top {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-top.on {
  opacity: 0;
}

#google_translate_element {
  width: 130px;
  overflow: hidden;
}

.main-copy {
  text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

.header-top-tit {
  font-size: 12px;
  margin-right: 24px;
}

.header-top-lead {
  font-size: 12px;
}

.header-main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  position: fixed;
  top: 42px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 1s;
  transition: 1s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 2.5%;
}

.header-main.on {
  top: 0;
  height: 60px;
  background-color: #ffffff;
}

.header-main.open .header-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 0;
  min-width: 290px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.header-left {
  margin-left: 2.5%;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 100%;
}

.header-logo img {
  height: 100%;
  max-height: 60px;
}

.header-right {
  background-color: #BA0015;
  position: relative;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding-left: 40px;
  padding-right: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobmenu-phone,
.mobmenu-line {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    display: block;
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .header-topR,
  .header-menu {
    display: none;
  }
  .header-topL {
    opacity: 1;
    position: absolute;
    top: 55px;
    left: 0;
  }
  .header-top.on .header-topL {
    opacity: 0;
  }
  .header-top-tit,
  .header-top-lead {
    line-height: 1.2;
  }
  .header-main,
  .header-main.on {
    height: 50px;
    top: 0;
  }
  .header-right {
    height: 52px;
  }
  .header-main .header-logo {
    width: 140px;
  }
  .header-right {
    width: 60%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 5%;
  }
  .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobmenu-phone {
    display: block;
    width: 28px;
    height: 32px;
  }
  .mobmenu-line {
    display: block;
    width: 18px;
    height: 32px;
    margin-right: 15px;
  }
  #google_translate_element_sp {
    width: 130px;
    overflow: hidden;
    /* margin: 25px auto 0; */
    margin-top: 25px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    width: 90%;
  }
}
@media screen and (max-width: 420px) {
  .header-right {
    width: 50%;
  }
  .header-top-lead {
    letter-spacing: -0.6px;
  }
}
footer {
  color: #ffffff;
  position: relative;
}

.footer-space {
  height: 40px;
  background-color: #ffffff;
  width: 100%;
}

.footer-wrapL {
  width: 84.3%;
}

.footer-main {
  background-color: #BA0015;
  padding-top: 50px;
  padding-bottom: 55px;
  padding-left: 7%;
  padding-right: 60px;
}

.footer-heading {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 40px;
}

.footer-tit-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.footer-tit {
  font-size: 25px;
  margin-right: 35px;
}

.footer-lead {
  font-size: 12px;
}

.footer-menu {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-menu .nav-item span {
  font-size: 14px;
}

.footer-menu .nav-item--home {
  padding-left: 0;
}

.footer-menu .nav-item--home span {
  text-align: left;
}

.copy-right {
  background-color: #8B0010;
  padding-left: 7%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-wrapR {
  width: 15.7%;
  border-left: 2px solid #ffffff;
  background-color: #8B0010;
}

.totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.totop:hover {
  color: #ffffff;
  opacity: 0.6;
}

.totop-inner {
  position: relative;
}

.totop-inner::after,
.totop-inner::before {
  content: "";
  width: 11px;
  height: 2px;
  position: absolute;
  top: -20px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.totop-inner::after {
  left: 46%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.totop-inner::before {
  right: 48%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.totop:hover .totop-inner::after,
.totop:hover .totop-inner::before {
  top: -25px;
}

.copy-right--sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .totop {
    font-size: 14px;
  }
}
@media screen and (max-width: 940px) {
  .footer-text .block {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .footer-menu .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 70px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .footer-menu .nav-item {
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
    width: 92px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-menu .nav-list:last-child .nav-item {
    width: 112px;
  }
  .footer-menu .nav-item--message {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-main {
    padding: 30px 0;
  }
  .footer-heading {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 30px;
  }
  .footer-menu {
    padding: 30px 5%;
  }
  .footer-address {
    padding-left: 5%;
  }
  .copy-right--pc {
    display: none;
  }
  .copy-right--sp {
    display: block;
  }
  .footer-wrapL {
    width: 100%;
  }
  .footer-wrapR {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: none;
  }
  .totop {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 2px solid #ffffff;
    font-size: 12px;
    padding-top: 16px;
    letter-spacing: 0;
  }
  .totop:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .totop-inner::after,
  .totop-inner::before {
    top: -10px;
  }
  .totop:hover .totop-inner::after,
  .totop:hover .totop-inner::before {
    top: -10px;
  }
  .copy-right {
    width: calc(100% - 60px);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer-menu .header-nav {
    max-height: 105px;
  }
  .footer-menu .nav-item--support {
    padding-left: 0;
  }
  .copy-right {
    letter-spacing: 0;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
  display: none;
  height: 100%;
}

.mobmenu-fixed {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 60%;
  min-width: 290px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.mobmenu-bg {
  background-color: #BA0015;
  width: 0px;
  opacity: 0;
  height: 100vh;
  padding-top: 175px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
}

.mobmenu-bg.open {
  width: 100%;
  padding: 90px 40px;
  opacity: 1;
}

.nav-list--mobmenu {
  margin-bottom: 16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  font-size: 18px;
}

.nav-list--mobmenu.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-list--mobmenu:first-child {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.nav-list--mobmenu:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.nav-list--mobmenu:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.nav-list--mobmenu:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.nav-list--mobmenu:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.nav-list--mobmenu:nth-child(6) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.nav-list--mobmenu:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.nav-list--mobmenu:nth-child(8) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.nav-list--mobmenu .nav-item {
  padding-left: 0;
  margin-left: 15px;
  padding-right: 30px;
}

.nav-list--mobmenu .nav-item span {
  text-align: left;
}

.mobmenu .header-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobmenu-tel {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #ffffff;
  padding-left: 12px;
  margin-top: 10px;
}

.mobmenu-tel:hover {
  color: #ffffff;
}

.mobmenu-tel-icon {
  margin-right: 5px;
}

/* openbtn */
.openbtn {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 50px;
  border-radius: 5px;
  display: none;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  width: 20px;
  background: #ffffff;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 20px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 20px;
}

@media screen and (max-width: 960px) {
  .openbtn {
    display: block;
  }
}
.container-mv {
  margin-bottom: 50px;
  position: relative;
}

.mv-wrap {
  position: relative;
}

.mv-movie {
  width: 100%;
  height: 720px !important;
}

.mv-mv {
  background-image: url(/common/img/mv1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mv1 {
  width: 100%;
  height: 720px !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#mv {
  width: 100%;
  overflow: hidden;
}

.mv-mv {
  width: 100%;
  height: 720px !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  -webkit-clip-path: polygon(122% 0%, 167% 0%, 131% 100%, 100% 100%);
          clip-path: polygon(122% 0%, 167% 0%, 131% 100%, 100% 100%);
  position: fixed;
  top: 0;
  left: 0;
  will-change: animation;
}

.mv-mv.on {
  /* clip-path: polygon(25% 0%, 25% 0%, 0% 100%, 0% 100%); */
  -webkit-animation: 8s slideMovie cubic-bezier(0, 0, 0.1, 0.1) forwards;
          animation: 8s slideMovie cubic-bezier(0, 0, 0.1, 0.1) forwards;
}

.top-message,
.top-news,
.top-support,
.top-item {
  position: relative;
  background-color: #ffffff;
}

.mv-contents {
  position: absolute;
  left: 7%;
  bottom: 24px;
  width: 36%;
  opacity: 0;
  will-change: animation;
}

.mv-copy {
  text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

.swiper-slide-active .mv-contents {
  -webkit-animation: 8s slideContents linear forwards;
          animation: 8s slideContents linear forwards;
}

.mv-text {
  max-width: 460px;
  margin-bottom: 30px;
  line-height: 2;
  text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

@-webkit-keyframes slideContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  5% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  12% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  91% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  96% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

@keyframes slideContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  5% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  12% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  91% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  96% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@-webkit-keyframes slideMovie {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(122% 0%, 167% 0%, 131% 100%, 100% 100%);
            clip-path: polygon(122% 0%, 167% 0%, 131% 100%, 100% 100%);
    -webkit-transform: translate3d(0.1deg);
            transform: translate3d(0.1deg);
  }
  9% {
    opacity: 0.4;
  }
  12% {
    opacity: 1;
    -webkit-clip-path: polygon(66% 0%, 111% 0%, 97% 100%, 54% 100%);
            clip-path: polygon(66% 0%, 111% 0%, 97% 100%, 54% 100%);
    -webkit-transform: translate3d(0.1deg);
            transform: translate3d(0.1deg);
  }
  90% {
    opacity: 0.9;
    -webkit-clip-path: polygon(46% 0%, 91% 0%, 77% 100%, 34% 100%);
            clip-path: polygon(46% 0%, 91% 0%, 77% 100%, 34% 100%);
    -webkit-transform: translate3d(0.1deg);
            transform: translate3d(0.1deg);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(-45% 0%, 0% 0%, -14% 100%, -57% 100%);
            clip-path: polygon(-45% 0%, 0% 0%, -14% 100%, -57% 100%);
    -webkit-transform: translate3d(0.1deg);
            transform: translate3d(0.1deg);
  }
}
@keyframes slideMovie {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(122% 0%, 167% 0%, 131% 100%, 100% 100%);
            clip-path: polygon(122% 0%, 167% 0%, 131% 100%, 100% 100%);
    -webkit-transform: translate3d(0.1deg);
            transform: translate3d(0.1deg);
  }
  9% {
    opacity: 0.4;
  }
  12% {
    opacity: 1;
    -webkit-clip-path: polygon(66% 0%, 111% 0%, 97% 100%, 54% 100%);
            clip-path: polygon(66% 0%, 111% 0%, 97% 100%, 54% 100%);
    -webkit-transform: translate3d(0.1deg);
            transform: translate3d(0.1deg);
  }
  90% {
    opacity: 0.9;
    -webkit-clip-path: polygon(46% 0%, 91% 0%, 77% 100%, 34% 100%);
            clip-path: polygon(46% 0%, 91% 0%, 77% 100%, 34% 100%);
    -webkit-transform: translate3d(0.1deg);
            transform: translate3d(0.1deg);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(-45% 0%, 0% 0%, -14% 100%, -57% 100%);
            clip-path: polygon(-45% 0%, 0% 0%, -14% 100%, -57% 100%);
    -webkit-transform: translate3d(0.1deg);
            transform: translate3d(0.1deg);
  }
}
@media screen and (min-width: 1600px) {
  #mv1,
  .mv-movie,
  .mv-mv {
    height: 52vw !important;
    max-height: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .mv-text .block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-movie,
  .mv-mv,
  #mv1 {
    height: 600px !important;
    margin-bottom: 20px;
  }
  .mv-mv div,
  .mv-mv iframe {
    pointer-events: none;
  }
  .mv-contents {
    position: static;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .mv-copy-wrap {
    position: absolute;
    top: -420px;
    left: 0;
  }
  .mv-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mv-movie,
  .mv-mv,
  #mv1 {
    pointer-events: none;
    height: 414px !important;
  }
  .mv-movie img {
    height: 414px;
  }
}
/* mv1 */
.mv-copy--mv1 {
  font-size: clamp(2.625rem, 1.875rem + 3.75vw, 4.875rem);
  margin-bottom: 65px;
  color: #333333;
}

.mv-copy--mv1 span {
  display: block;
  line-height: 1.2;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.mv-copy--mv1 span:nth-child(2) {
  -webkit-transform: rotate(-7deg) translateX(12%);
          transform: rotate(-7deg) translateX(12%);
}

.mv-copy--mv1 span:nth-child(3) {
  -webkit-transform: rotate(-7deg) translateX(21%);
          transform: rotate(-7deg) translateX(21%);
}

@media screen and (max-width: 767px) {
  .mv-copy--mv1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .mv1 .mv-copy-wrap {
    top: -330px;
  }
}
/* mv2 */
.mv-copy--mv2 {
  position: relative;
  margin-bottom: 100px;
  white-space: nowrap;
}

.mv-copy--mv2 span {
  display: block;
  position: absolute;
  top: 60%;
  -webkit-transform: rotate(-7deg) translateX(58%);
          transform: rotate(-7deg) translateX(58%);
}

.mv2 .mv-text {
  line-height: 1.75;
}

.mv2 .mv2-list {
  margin-bottom: 3px;
}

.mv2 .mv2-list-lottie {
  margin-top: -5px;
  margin-right: 5px;
}

.mv2-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.mv2-list-lottie {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .mv-copy--mv2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .mv-copy--mv2 {
    font-size: 26px;
  }
  .mv2 .mv-copy-wrap {
    top: -240px;
  }
}
/* mv3 */
.mv-copy--mv3 {
  position: relative;
  margin-bottom: 40px;
}

.mv-copy--mv3 span {
  display: block;
  position: absolute;
  top: 80%;
  -webkit-transform: rotate(-7deg) translateX(72%);
          transform: rotate(-7deg) translateX(72%);
}

.mv-desc {
  display: block;
  margin-bottom: 32px;
  -webkit-transform: rotate(-7deg) translateX(70px);
          transform: rotate(-7deg) translateX(70px);
}

@media screen and (max-width: 767px) {
  .mv-desc {
    margin-bottom: 0;
    -webkit-transform: rotate(-7deg) translateX(0);
            transform: rotate(-7deg) translateX(0);
  }
}
@media screen and (max-width: 600px) {
  .mv3 .mv-copy-wrap {
    top: -320px;
  }
  .mv-desc {
    font-size: 26px;
  }
}
/* スライダー */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* background: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide > div {
  width: 100%;
}

/* スクロール */
.mv-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 228px;
}

.scroll--down {
  height: 228px;
  position: relative;
}

.scroll--down span {
  display: inline-block;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scroll--down::after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 78%;
  left: 50%;
  /*線の形状*/
  width: 1px;
  height: 50px;
  background: #333333;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    bottom: 60%;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 60%;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (min-width: 1025px) {
  .container--top-message {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.top-message-bg {
  position: relative;
  z-index: 2;
}

.top-message-lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.top-message-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-message-wrapL {
  -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;
  width: calc(50% - 40px);
}

.btn--top-message-sp {
  display: none;
}

.top-message-wrapR {
  width: 50%;
}

.sub-tit--top-message {
  margin-bottom: 15px;
}

.top-message-text {
  margin-bottom: 40px;
}

.marker {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.0833333333rem + 0.2083333333vw, 1.25rem);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(39, 144, 141, 0.3)));
  background: linear-gradient(transparent 60%, rgba(39, 144, 141, 0.3) 60%);
}

@media screen and (max-width: 1200px) {
  .top-message-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-message-wrapL {
    width: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top-message-wrapR {
    width: calc(100% - 340px);
    max-width: 520px;
  }
  .sub-tit--top-message .block {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top-message-wrapL {
    width: 280px;
  }
  .top-message-wrapR {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 800px) {
  .top-message-wrapL {
    width: 260px;
  }
  .top-message-wrapR {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 767px) {
  .top-message-wrapL {
    width: 100%;
    margin-bottom: 32vw;
  }
  .btn--top-message {
    display: none;
  }
  .btn--top-message-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .top-message-wrapR {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .top-message-text .block {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .top-message-wrapL {
    margin-bottom: 22vw;
  }
}
.asean-frame {
  border: 2px solid #BA0015;
  border-radius: 20px;
  padding: 30px 30px 25px;
}

.asean-tit {
  font-size: 38px;
  font-weight: 500;
  color: #BA0015;
  background-color: #ffffff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 22px;
  padding-right: 22px;
  margin: -60px auto 10px;
}

.asean-heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1280px) {
  .asean-heading {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.asean-frag {
  margin-right: 16px;
}

.asean-name {
  line-height: 1.3;
  letter-spacing: 0;
}

.top-asean-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-asean-wrapL {
  margin-right: 45px;
  width: 170px;
}

.top-asean-wrapR {
  width: 230px;
}

.top-asean-icon img {
  width: auto;
}

.top-asean-number {
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
  margin-bottom: 10px;
  white-space: nowrap;
}

.top-asean-number .number {
  font-size: clamp(3.4375rem, 3.2rem + 1vw, 4.0625rem);
  font-family: "Oswald", sans-serif;
  opacity: 0;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.top-asean.is-inview .top-asean-number .number {
  opacity: 1;
}

.asean-kamei-tit {
  margin-bottom: 8px;
}

.asean-kamei-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 70px;
}

.kamei-list {
  font-size: 14px;
  font-weight: 500;
  width: 110px;
}

@media screen and (max-width: 1024px) {
  .top-asean-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-asean-wrapL {
    margin-right: 20px;
  }
  .top-asean-icon img {
    height: 80px;
  }
}
@media screen and (max-width: 900px) {
  .asean-frame {
    padding: 30px 15px 25px;
  }
  .top-asean-wrapL {
    width: 150px;
  }
  .top-asean-wrapR {
    width: 200px;
  }
  .asean-tit {
    margin: -56px auto 10px;
  }
  .kamei-list {
    width: 96px;
  }
  .top-asean-icon img {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-asean {
    max-width: 450px;
    margin: 0 auto 40px;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .asean-frag {
    margin-right: 10px;
  }
  .asean-name {
    font-size: 15px;
    letter-spacing: 0;
  }
  .top-asean-icon--pc {
    display: none;
  }
  .kamei-list {
    font-size: 12px;
    letter-spacing: 0;
    width: 80px;
  }
  .top-asean-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-asean-wrapL {
    width: 120px;
    margin-right: 0;
  }
  .top-asean-wrapR {
    width: 160px;
  }
  .top-asean-wrapR .top-asean-number .number {
    font-size: 45px;
    margin-top: 12px;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .container--top-news {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top-news-bg {
  background-image: url(/common/img/top-news-bg.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-news-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-news-box {
  position: absolute;
  top: 0;
  left: 7%;
  width: 500px;
  height: 101%;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background-color: #ffffff;
  -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;
  padding-top: 60px;
  padding-bottom: 40px;
}

.top-news .sec-tit-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-news-sns {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-news-sns .btn-under:first-child {
  margin-bottom: 20px;
  margin-left: 48px;
}

.top-news-sns .btn-under:nth-child(2) {
  margin-bottom: 20px;
  margin-left: 32px;
}

.top-news-sns .btn-under:nth-child(3) {
  margin-bottom: 20px;
  margin-left: 16px;
}

.top-news-wrapR {
  position: relative;
  z-index: 1;
}

.facebook-wrapper--sp {
  display: none;
}

.top-news-sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .facebook-wrapper--sp {
    display: block;
  }
  .facebook-wrapper {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .top-news-box {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .top-news-sp {
    display: block;
  }
  .top-news-box .sec-tit-wrap,
  .top-news-box .top-news-sns {
    display: none;
  }
  .top-news .sec-tit-wrap {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-news-box {
    width: 50%;
    left: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  }
  .top-news-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-news-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 50%;
    width: 100%;
    max-width: 400px;
  }
  .top-news-sns .btn-under:first-child,
  .top-news-sns .btn-under:nth-child(2) {
    margin-left: 0;
  }
  .top-news-sns .btn-under:nth-child(3) {
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .container--top-support {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.top-support {
  overflow: hidden;
}

.top-support-tit-wrap {
  text-align: center;
  margin-bottom: 70px;
}

.top-support-tit-line {
  display: block;
  height: 73px;
  width: 1px;
  background-color: #BA0015;
  margin: 0 auto 16px;
}

.top-support-main {
  position: relative;
  margin-bottom: 140px;
}

.top-support-main.reverse .top-support-main-img {
  margin-left: auto;
}
.top-support-main.reverse .top-support-box {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  right: auto;
  left: 0;
  padding-left: 7%;
  padding-right: 130px;
}

.top-support-main-img {
  width: 63%;
}

.top-support-box {
  position: absolute;
  right: 0;
  bottom: -50px;
  background-color: #BA0015;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 130px;
  padding-right: 7%;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #ffffff;
  width: 58.8%;
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.sub-tit--top-support {
  margin-bottom: 18px;
}

.top-support-text {
  margin-bottom: 45px;
}

.top-support .btn-under {
  border-bottom: 1px solid #ffffff;
}

.top-support .btn-inner--under {
  color: #ffffff;
}

.top-support .btn-under:hover .btn-inner--under {
  color: #3B4043;
}

.top-support .btn-under::after {
  background-color: #3B4043;
}

.top-support .btn-arrow--under {
  background-color: #ffffff;
}

.top-support .btn-arrow--under::before,
.top-support .btn-arrow--under::after {
  background-color: #ffffff;
}

.top-support .btn-under:hover .btn-arrow--under,
.top-support .btn-under:hover .btn-arrow--under::before,
.top-support .btn-under:hover .btn-arrow--under::after {
  background-color: #3B4043;
}

@media screen and (max-width: 1200px) {
  .top-support-text .block {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top-support-box {
    position: relative;
    bottom: auto;
    width: 80%;
    margin-left: auto;
    margin-top: -60px;
    padding-right: 5%;
  }
  .top-support-main-img {
    width: 70%;
  }
  .top-support-main.reverse .top-support-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .container--top-support {
    padding-bottom: 0;
  }
  .top-support-main-img {
    width: 100%;
  }
  .top-support-box {
    width: 100%;
    margin-top: -30px;
  }
  .top-support-text {
    margin-bottom: 30px;
  }
  .top-support-text .br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .top-support-box {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 420px) {
  .top-support-box {
    padding-left: 50px;
  }
}
.top-item-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item {
  width: calc(33.333% - 20px);
  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;
  margin-bottom: 30px;
}

.item:first-child {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.item:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.item:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.item:nth-child(5) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.item:nth-child(6) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.item-img {
  overflow: hidden;
}

.item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.item-caption {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.item-caption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 22px 0 0;
  border-color: #eeeeee transparent transparent transparent;
}

.item-tit {
  margin-bottom: 10px;
  margin-left: 25px;
  min-height: 90px;
}

.item-text {
  margin-bottom: 30px;
  margin-left: 25px;
}

.item .btn-under {
  margin-left: 25px;
  padding-left: 10px;
}

.more-wrap {
  height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  margin-top: -200px;
  position: relative;
}

.more-wrap.on {
  height: 0;
  margin-top: 0;
}

.item-more {
  height: 160px;
  overflow: hidden;
}

.item-more.on {
  height: auto;
}

.btn-wrap--top-item {
  width: 240px;
  margin: 0 auto;
  display: none;
}

.btn-wrap--top-item.on {
  display: block;
}

@media screen and (max-width: 1280px) {
  .item-tit .block {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .item {
    width: calc(50% - 15px);
  }
  .item-more {
    display: none;
  }
  .item-more.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item-more--sp {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .item-more--sp.on {
    height: auto;
  }
  .item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .more-wrap {
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .item-caption {
    padding-left: 0;
  }
  .item-caption::before {
    display: none;
  }
  .item-tit,
  .item-text,
  .item .btn-under {
    margin-left: 0;
  }
  .more-wrap {
    margin-top: -160px;
  }
}
@media screen and (max-width: 480px) {
  .item {
    width: 100%;
  }
  .item-tit {
    height: auto;
  }
  .item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .item:nth-child(4) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .item:nth-child(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .item-more {
    display: none;
  }
  .item-more.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.subheader--message .subheader-text span:first-child {
  padding-left: 2em;
  position: relative;
}

.subheader--message .subheader-text span:first-child::before {
  content: "";
  width: calc(2em - 5px);
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #3B4043;
}

.subheader--message .subheader-text span:nth-child(2) {
  padding-left: 1em;
  position: relative;
}

.subheader--message .subheader-text span:nth-child(2)::before {
  content: "";
  width: calc(1em - 5px);
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #3B4043;
}

.message-heading-contents {
  text-align: center;
}

.message-heading-contents .sub-tit {
  margin-bottom: 16px;
}

.asean .asean-tit {
  margin: 0 auto;
}

.asean-bg {
  background-image: url(/common/img/asean-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

.asean-inner {
  max-width: 790px;
  width: 90%;
  margin: 0 auto;
}

.asean-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 50px;
}

.asean-topL {
  width: 350px;
  margin-right: 20px;
}

.asean-topR {
  width: 400px;
}

.asean-box {
  border: 2px solid #BA0015;
  border-radius: 20px;
  padding: 15px 20px;
  background-color: #ffffff;
}

.asean-box02 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.asean-box03 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.asean-box04 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.asean-wrapL .asean-box,
.asean-wrapR .asean-box {
  height: 100%;
}

.asean-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0;
}

.asean-box-tit {
  text-align: center;
}

.asean-box02 .asean-box-tit .block {
  display: none;
}

.asean .asean-number {
  text-align: center;
  line-height: 1;
}

.asean-box .asean-number .number {
  display: inline-block;
  margin-right: 5px;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.asean-box.is-inview .asean-number .number {
  opacity: 1;
}

.asean-wrapL {
  width: 34.5%;
}

.asean-box1-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.asean-box1-wrap p {
  margin-right: 10px;
}

.asean-box1-wrap p span {
  display: block;
}

.asean-wrapC {
  width: 26%;
}

.asean-box02 {
  margin-bottom: 20px;
}

.asean-box02-icon,
.asean-box03-icon {
  width: 100px;
  margin: 0 auto;
}

.asean-wrapR {
  width: 34.5%;
}

.asean-box04-bg {
  background-image: url(/common/img/asean-box04.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.asean .asean-box04-wrap .asean-number {
  text-align: left;
}

.asean-box04-wrap {
  margin-top: 30px;
  padding-left: 22%;
}

@media screen and (max-width: 1024px) {
  .asean-box {
    padding: 10px 12px;
  }
  .asean-topL {
    width: 350px;
    margin-right: 0;
  }
  .asean-topR {
    width: calc(100% - 350px);
  }
  .asean-wrapC {
    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;
  }
  .asean-box02-icon, .asean-box03-icon {
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .asean-topL {
    width: 100%;
  }
  .asean-topR {
    width: 100%;
  }
  .asean-box02 {
    margin-bottom: 18px;
  }
  .asean-box-tit.fs20 {
    font-size: 16px;
  }
  .asean-box02 .asean-box-tit {
    line-height: 1.2;
  }
  .asean-box02 .asean-box-tit .block {
    display: block;
  }
  .asean-box02-icon, .asean-box03-icon {
    width: 70px;
  }
}
@media screen and (max-width: 600px) {
  .asean-wrapL,
  .asean-wrapR {
    width: calc(50% - 8px);
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .asean-wrapC {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .asean-box02,
  .asean-box03 {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
  .asean-box04 {
    -webkit-transition-delay: 0.8s !important;
            transition-delay: 0.8s !important;
  }
  .asean-box02 {
    -webkit-transition-delay: 1.1s !important;
            transition-delay: 1.1s !important;
  }
  .asean-box03 {
    -webkit-transition-delay: 1.3s !important;
            transition-delay: 1.3s !important;
  }
}
@media screen and (max-width: 420px) {
  .asean-box1-wrap p {
    font-size: 14px;
    margin-right: 4px;
  }
}
.closeup-text {
  line-height: 2;
  font-size: 18px;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .closeup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .closeup-text .block {
    display: none;
  }
}
/* tai */
.tai-photo-position {
  position: relative;
}

.tai-img01 {
  width: 51.5%;
  margin-left: auto;
}

.tai-img02 {
  width: 35%;
  position: absolute;
  bottom: 11%;
  right: 1%;
}

.tai-img03 {
  width: 27%;
  position: absolute;
  bottom: 15%;
  right: 33.5%;
}

.tai-photo p {
  margin-right: 40px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 11vw;
}

@media screen and (max-width: 480px) {
  .tai-img01 {
    width: 80%;
  }
  .tai-img02 {
    width: 55%;
    bottom: 11%;
    right: 1%;
  }
  .tai-img03 {
    width: 45%;
    bottom: 17%;
    right: 46%;
  }
}
/* cambodia01 */
.cambodia01-photo-position {
  position: relative;
  margin-bottom: 60px;
}

.cambodia01-img01 {
  width: 49.5%;
  margin-bottom: 12vw;
}

.cambodia01-img02 {
  width: 46%;
  position: absolute;
  left: 30.5%;
  bottom: 35%;
}

.cambodia01-img03 {
  width: 44.6%;
  position: absolute;
  left: 12%;
  bottom: 2%;
}

.cambodia01-img04 {
  width: 34%;
  position: absolute;
  left: 43%;
  bottom: 1%;
}

.cambodia01-photo p {
  position: relative;
  top: 30px;
  left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 480px) {
  .cambodia01-img01 {
    width: 70%;
  }
  .cambodia01-img02 {
    width: 58%;
    left: 40%;
  }
  .cambodia01-img03 {
    width: 52%;
    bottom: 9%;
  }
  .cambodia01-img04 {
    width: 44%;
    left: 54%;
    bottom: 8%;
  }
}
/* cambodia02 */
.cambodia02-photo-position {
  position: relative;
}

.cambodia02-img01 {
  width: 52%;
  margin-left: auto;
}

.cambodia02-img02 {
  width: 50%;
  position: absolute;
  bottom: 2.5%;
  right: 1%;
}

.cambodia02-img03 {
  width: 43.3%;
  position: absolute;
  bottom: 22%;
  right: 25.5%;
}

.cambodia02-photo p {
  margin-right: 40px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 19vw;
}

@media screen and (max-width: 767px) {
  .cambodia02-img01 {
    width: 80%;
  }
  .cambodia02-img02 {
    width: 70%;
    bottom: 5.5%;
  }
  .cambodia02-img03 {
    width: 56%;
    bottom: 28%;
    right: 34%;
  }
}
.tai-img02,
.cambodia01-img02,
.cambodia02-img02 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.tai-img03,
.cambodia01-img03,
.cambodia02-img02 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.cambodia01-img04,
.tai-photo p,
.cambodia02-photo p {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.cambodia01-photo p {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.closeup02 .sub-tit,
.closeup02 .closeup02-text,
.closeup02-textB {
  margin-bottom: 40px;
}

.closeup02 .closeup02-text {
  line-height: 2;
}

.closeup02-img {
  margin-bottom: 50px;
}

.closeup02-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.closeup02-wrapL {
  width: calc(70% - 50px);
}

.closeup02-wrapR {
  width: 30%;
  max-width: 300px;
}

.closeup02-icon-caption {
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .closeup02-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .closeup02-wrapL {
    width: 100%;
  }
  .closeup02-wrapR {
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
  }
}
/* closeuo02-table */
.gdp-rank table, .gdp-rank td, .gdp-rank th {
  border-collapse: collapse;
  border: 1px solid #707070;
  text-align: center;
  vertical-align: middle;
}

.gdp-rank th {
  background-color: #EEEEEE;
}

.nen {
  font-size: 20px;
  width: 192px;
  height: 56px;
}

.ban {
  font-size: 18px;
  width: 70px;
  height: 32px;
}

td {
  font-weight: 400;
}

td.ase {
  background-color: #E3C7C8;
  font-weight: 500;
}

.closeup02-table-lead {
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .closeup02-box {
    overflow-x: auto;
  }
  .gdp-rank {
    width: 870px;
  }
  .nen {
    font-size: 18px;
    width: 160px;
    height: 40px;
  }
  .ban {
    font-size: 16px;
  }
}
.sub-tit--support-flow {
  margin-bottom: 10px;
  margin-top: 40px;
}

.support-flow-text {
  margin-bottom: 40px;
}

.support-flow .contact-box {
  margin: 60px auto 30px;
}

.support-flow-check {
  position: relative;
  margin-top: 40px;
  padding: 40px 70px 30px;
  border: 2px dotted #333333;
}

.hukidashi {
  display: block;
  margin-bottom: 80px;
  position: relative;
  background-color: #ffffff;
  width: 40px;
  height: 50px;
  margin-top: -2px;
  margin-left: 40px;
}
.hukidashi::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  border-right: 2px dotted #333333;
}
.hukidashi::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 19px;
  height: 60px;
  border-right: 2px dotted #333333;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}

.support-flow-lead {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -55px;
  margin-left: 55px;
  position: relative;
  z-index: 2;
}

.support-flow-lead .block {
  display: none;
}

@media screen and (max-width: 1024px) {
  .support-flow-check {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-flow-lead {
    margin-left: 15px;
  }
  .support-flow-lead .block {
    display: block;
  }
}
.sec-inner--support-method {
  max-width: 1220px;
  width: 86%;
  margin: 0 auto;
}

.support-method-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.method-item {
  border: 1px dotted #333333;
  padding: 25px;
}

.method-item01,
.method-item02 {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.method-item03,
.method-item04,
.method-item05 {
  width: calc(33.333% - 20px);
}

.method-item02 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.method-item03 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.method-item04 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.method-item05 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

.method-tit {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.method-tit span {
  display: block;
  margin-right: 10px;
}

.method-tit .block {
  display: none;
}

@media screen and (max-width: 1300px) {
  .method-tit .block {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .method-item03,
  .method-item04,
  .method-item05 {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .method-tit span {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-inner--support-method {
    width: 90%;
  }
  .method-item01,
  .method-item02,
  .method-item03,
  .method-item04,
  .method-item05 {
    width: calc(50% - 8px);
    margin-bottom: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .method-item01,
  .method-item02,
  .method-item03,
  .method-item04,
  .method-item05 {
    width: 100%;
    margin-bottom: 16px;
    padding: 15px;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
  }
}
/* support-menu-heading */
.support-menu-heading {
  padding-top: 60px;
  padding-bottom: 120px;
}

.support-menu-heading-text {
  margin-bottom: 40px;
}

.support-menu-heading-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5%;
  background-color: #EEEEEE;
}

.support-menu-heading-wrapL {
  width: 41%;
}

.support-menu-heading-wrapR {
  width: calc(60% - 50px);
  padding-top: 30px;
}

.menu-item-wrap {
  overflow: hidden;
}

.menu-item {
  margin-bottom: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.menu-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.menu-item:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.menu-item:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.menu-item:nth-child(7) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.menu-flag {
  margin-top: 5px;
  margin-right: 10px;
}

.menu-text.fs24 {
  line-height: 1.3;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .support-menu-heading-wrapR {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .menu-item {
    line-height: 1.2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .support-menu-heading-wrapL {
    width: 38%;
  }
  .support-menu-heading-wrapR {
    width: calc(62% - 30px);
  }
  .menu-flag {
    width: 70px;
  }
  .menu-text.fs24 {
    font-size: 18px;
  }
  .menu-text.fs20 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support-menu-heading-wrapL {
    width: 34%;
  }
  .support-menu-heading-wrapR {
    width: calc(66% - 30px);
  }
}
@media screen and (max-width: 680px) {
  .support-menu-heading {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .support-menu-heading-wrap {
    padding-right: 0;
  }
  .support-menu-heading-wrapL {
    width: 100%;
    max-width: 340px;
  }
  .support-menu-heading-wrapR {
    width: 100%;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .menu-item-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .menu-flag {
    width: 55px;
    margin-top: 0;
  }
  .menu-text.fs24 {
    font-size: 16px;
  }
  .menu-text.fs20 {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
/* support-menu-main */
.support-menu-main-wrap {
  margin-bottom: 90px;
}

.support-menu-main-wrapL {
  width: 30%;
  margin-right: 40px;
}

.support-menu-main-wrapR {
  width: calc(70% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.support-menu-main-tit {
  color: #BA0015;
  line-height: 1.67;
  padding-left: 20px;
  margin-bottom: 30px;
  border-left: 5px solid #BA0015;
}

.support-menu-text {
  line-height: 1.8;
}

.marker-red {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.0833333333rem + 0.2083333333vw, 1.25rem);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(227, 199, 200, 0.8)));
  background: linear-gradient(transparent 60%, rgba(227, 199, 200, 0.8) 60%);
}

@media screen and (max-width: 767px) {
  .support-menu-main-wrap {
    margin-bottom: 60px;
  }
  .support-menu-main-wrapL {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .support-menu-main-wrapR {
    width: 100%;
  }
  .support-menu-main-tit .block {
    display: none;
  }
}
.step-item-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 50px;
}

.step-item {
  width: calc(50% - 25px);
  border: 2px solid #333333;
  margin-bottom: 50px;
  padding: 30px 25px 20px;
  position: relative;
}

.step-item02 {
  -webkit-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important;
}

.step-item03 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.step-item04 {
  -webkit-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important;
}

.step-item05 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.step-item06 {
  -webkit-transition-delay: 1.25s !important;
          transition-delay: 1.25s !important;
}

.sub-tit--step-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-right: 25px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  white-space: nowrap;
}

.step-item-text.mb {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .step-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    padding: 30px 20px 15px;
  }
  .sub-tit--step-item {
    padding-left: 10px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .step-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sub-tit--step-item {
    top: -16px;
  }
  .step-item {
    padding: 20px;
  }
}
.success-fee-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.success-fee-wrapL,
.success-fee-wrapR {
  width: calc(50% - 25px);
}

@media screen and (max-width: 1024px) {
  .success-fee-wrapL {
    width: 340px;
  }
  .success-fee-wrapR {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 767px) {
  .success-fee-wrapL {
    width: 100%;
    margin-bottom: 30px;
  }
  .success-fee-wrapR {
    width: 100%;
  }
}
.business-support-heading {
  width: 100%;
  max-width: 740px;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business-support-headingL {
  width: 30%;
  max-width: 225px;
  margin-left: 20px;
}

.business-support-headingR {
  width: calc(70% - 40px);
  padding-top: 25px;
}

@media screen and (min-width: 481px) {
  .business-support-headingR .sub-tit--business-support {
    padding: 5px 45px 5px 15px;
  }
}
.sub-tit--business-support {
  margin-top: 30px;
  margin-bottom: 30px;
}

.business-support-text.mb {
  margin-bottom: 20px;
}

.business-support-wrapL {
  width: 100px;
}

.business-support-wrapR {
  width: calc(100% - 100px);
  position: relative;
  padding-left: 1em;
}

.business-support-wrapR::before {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.business-support-subtit {
  margin-bottom: 10px;
}

.business-support-remote {
  margin-top: 20px;
}

.business-support-remote-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business-support-remote-blockL {
  width: 45.5%;
}

.business-support-remote-blockC {
  width: 24%;
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.business-support-remote-blockR {
  width: 22%;
  margin-top: auto;
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.business-support-remote {
  margin-bottom: 30px;
}

.business-support-remote-bg {
  background-color: #CCCCCC;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.business-support-remote-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business-support-remote-imgL {
  width: 76%;
}

.business-support-remote-imgR {
  width: 22%;
  max-width: 240px;
}

@media screen and (max-width: 1024px) {
  .business-support-wrapL {
    width: 86px;
  }
  .business-support-wrapR {
    width: calc(100% - 86px);
  }
}
@media screen and (max-width: 767px) {
  .business-support-headingL {
    width: 100%;
    margin: 20px auto 0;
  }
  .business-support-headingR {
    width: 100%;
    padding-top: 0;
  }
  .business-support-heading .business-support-text .block {
    display: none;
  }
  .business-support-remote-block {
    margin-bottom: 10px;
  }
  .business-support-remote-blockL {
    width: 100%;
    margin-bottom: 15px;
  }
  .business-support-remote-blockC {
    width: 45%;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
  }
  .business-support-remote-blockR {
    width: 45%;
    margin-top: auto;
  }
  .business-support-remote-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .business-support-remote-imgL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .business-support-remote-imgR {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 480px) {
  .sec-inner--business-support-heading {
    width: 100%;
  }
  .business-support-heading {
    margin: 30px auto;
  }
  .business-support-headingL {
    width: 90%;
    max-width: 200px;
  }
  .business-support-headingR {
    width: 100%;
  }
  .business-support-headingR .business-support-text {
    width: 90%;
    margin: 0 auto;
  }
  .business-support-wrapL {
    width: 100%;
  }
  .business-support-wrapR {
    width: 100%;
    margin-bottom: 8px;
  }
  .business-support-wrapR::before {
    content: "";
    display: none;
  }
  .business-support-remote-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.challenge-wrap {
  margin-top: 30px;
  border-top: 2px solid #333333;
  border-bottom: 1px solid #CDD6DD;
}

.challenge-wrapL {
  width: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #CDD6DD;
  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;
}

.challenge-wrapR {
  width: calc(100% - 96px);
}

.challenge-headL {
  width: 100%;
  padding: 16px 20px;
}

.challenge-headR {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.challenge-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.challenge-itemL {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}

.challenge-link {
  display: block;
  margin-top: 10px;
}

.challenge-img {
  width: 320px;
  margin-left: auto;
}
.challenge-img img {
  width: 150px;
  height: 150px;
}
.challenge-img img:first-child {
  margin-right: 20px;
}

.challenge-cat {
  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;
  padding: 2px 20px;
  border: 1px solid #333333;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 180px;
}

.challenge-body {
  border-top: 1px solid #CDD6DD;
  padding: 15px 20px;
}

.challenge-bodyL {
  width: 120px;
}

.challenge-bodyR {
  width: calc(100% - 120px);
}

@media screen and (max-width: 1200px) {
  .challenge-img {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .challenge-headL,
  .challenge-headR,
  .challenge-body {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .challenge-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .challenge-itemR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .challenge-itemL {
    margin-right: 0;
  }
  .challenge-wrapL {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5px;
    padding-top: 16px;
    border-right: none;
  }
  .challenge-wrapR {
    width: 100%;
  }
  .challenge-headL {
    width: 100%;
    border-right: 0;
  }
  .challenge-headR {
    width: 100%;
    padding-top: 0;
    padding-left: 16px;
  }
  .challenge-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .challenge-img img {
    width: 48%;
    max-width: 180px;
    height: auto;
  }
  .challenge-body {
    border-top: 0;
  }
  .challenge-bodyL {
    width: 100%;
  }
  .challenge-bodyR {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .challenge-img img:first-child {
    margin-right: 0;
  }
}
.case-archive-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.case-archive-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  overflow: hidden;
}

.case-archive-item.on {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CDD6DD;
  height: auto;
}

.case-archive-item--header.on {
  font-weight: 500;
  border-bottom: 2px solid #333333;
}

.case-archive-item div {
  padding-left: 20px;
  padding-right: 20px;
}

.case-archive-number {
  text-align: center;
  width: 60px;
}

.case-archive-nen {
  text-align: center;
  width: 100px;
}

.case-archive-client {
  width: 160px;
}

.case-archive-type {
  width: 150px;
}

.case-archive-country {
  width: 150px;
}

.case-archive-support {
  width: calc(100% - 620px);
}

.case-archive-btn {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .case-archive-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .case-archive-item.on {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .case-archive-item div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .case-archive-nen {
    width: 90px;
  }
  .case-archive-client {
    width: 125px;
  }
  .case-archive-type {
    width: 125px;
  }
  .case-archive-country {
    width: 110px;
  }
  .case-archive-support {
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 820px) {
  .case-archive-box {
    overflow: auto;
  }
  .case-archive-wrap {
    width: 700px;
  }
}
.case-card-wrap {
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-card {
  width: calc(25% - 22.5px);
  margin-bottom: 50px;
}

.case-card:nth-child(2) {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.case-card:nth-child(3) {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.case-card:nth-child(4) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.case-card:nth-child(5) {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.case-card:nth-child(6) {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.case-card:nth-child(7) {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.case-card:nth-child(8) {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.case-card:nth-child(9) {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.case-card.visible {
  visibility: hidden;
  display: none;
}

.case-card-contents {
  -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;
  height: 100%;
}

.case-card-cat {
  border: 1px solid #707070;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.case-card-cat::after {
  content: "";
  position: absolute;
  top: -17px;
  left: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 16px 0 0;
  border-color: #eeeeee transparent transparent transparent;
}

.case-card-type {
  margin-bottom: 5px;
  margin-left: 20px;
}

.case-card-name {
  margin-bottom: 15px;
  margin-left: 20px;
}

.case-card-bottom {
  margin-left: 20px;
}

.case-card-country {
  font-size: 12px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  .case-card {
    width: calc(25% - 11.25px);
  }
}
@media screen and (max-width: 1024px) {
  .case-card {
    width: calc(33.333% - 10px);
  }
  .case-card.visible {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .case-card {
    width: calc(50% - 7.5px);
  }
  .case-card.visible {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .case-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .case-card:nth-child(2),
  .case-card:nth-child(3),
  .case-card:nth-child(4),
  .case-card:nth-child(5),
  .case-card:nth-child(6),
  .case-card:nth-child(7),
  .case-card:nth-child(8) {
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
  }
}
.case-detail-back {
  width: 240px;
  margin: 0 auto 40px;
}

.case-detail-box {
  padding: 70px;
  margin-bottom: 50px;
  background-color: #EEEEEE;
}

.case-detail-name {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-detail-name span {
  display: block;
  margin-right: 10px;
}

.case-detail-lead {
  margin-bottom: 12px;
}

.case-detail-imgs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.case-detail-img {
  width: calc(50% - 25px);
}
.case-detail-img span {
  display: block;
  text-align: right;
  margin-top: 8px;
}

.case-detail-type-wrap {
  margin-bottom: 50px;
}

.case-detail-typeL {
  width: 146px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  border-bottom: 1px solid #333333;
}

.case-detail-typeR {
  width: calc(100% - 146px);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #CDD6DD;
}

.case-detail-type.first .case-detail-typeL {
  border-top: 1px solid #333333;
}

.case-detail-type.first .case-detail-typeR {
  border-top: 1px solid #CDD6DD;
}

.case-detail-support-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.case-detail-support-wrapL,
.case-detail-support-wrapR {
  width: calc(50% - 25px);
}

.case-detail-support-tit {
  padding-left: 15px;
  padding-right: 15px;
  height: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.case-detail-support-text {
  border: 2px solid #333333;
  padding: 20px;
  line-height: 1.67;
  background-color: #ffffff;
}

.case-detail-main {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 45px 30px;
  background-color: #ffffff;
  border: 1px dotted #333333;
  line-height: 1.67;
}

.case-detail-main-tit {
  padding-left: 36px;
  margin-bottom: 20px;
  position: relative;
}

.case-detail-main-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background-color: #333333;
}

.case-detail-main-text.mb {
  margin-bottom: 20px;
}

.case-detail-support-text {
  height: calc(100% - 34px);
}

.case-detail-support-text span {
  display: block;
}

.back-case-list {
  width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .case-detail-box {
    padding: 50px;
  }
  .case-detail-img,
  .case-detail-support-wrapL,
  .case-detail-support-wrapR {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .case-detail-box {
    padding: 50px 30px;
  }
  .case-detail-typeL {
    width: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .case-detail-typeR {
    width: calc(100% - 110px);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-detail-support-wrapL {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-detail-support-wrapR {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .case-detail-box {
    padding: 50px 15px;
  }
  .case-detail-img {
    width: calc(50% - 8px);
  }
  .case-detail-typeL {
    width: 70px;
    padding-left: 10px;
  }
  .case-detail-typeR {
    width: calc(100% - 70px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .case-detail-main-tit {
    padding-left: 10px;
  }
  .case-detail-main-tit::before {
    left: -15px;
    width: 20px;
  }
}
.manage-bg {
  position: relative;
}

.manage-bg-img {
  background-image: url(/common/img/manage-bg.webp);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.management .sec-tit-wrap {
  width: 66%;
  margin-left: auto;
  margin-bottom: 30px;
}

.manage-contents {
  background-color: #FDFDFD;
  padding: 40px;
  width: 66%;
  margin-left: auto;
}

.manage-tit {
  text-align: center;
  padding-right: 2em;
  line-height: 1.1;
  margin-bottom: 30px;
}

.manage-tit span {
  padding-left: 3em;
  display: block;
}

.manage-text {
  line-height: 2;
}

.manage-bottom {
  margin-top: 100px;
  margin-bottom: 50px;
}

.manage-bottom-bg {
  background-image: url(/common/img/manage-bottom-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 218px;
  position: relative;
}

.manage-bottom-contents {
  position: absolute;
  bottom: -50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FDFDFD;
  padding: 25px;
}

.manage-bottom-tit {
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .manage-contents,
  .management .sec-tit-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .manage-contents {
    width: 90%;
    margin-top: 30px;
  }
  .management .sec-tit-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .manage-bg-img {
    background-position: 42%;
  }
  .manage-contents {
    width: 100%;
    padding: 40px 18px;
  }
  .management .sec-tit-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 220px;
  }
  .manage-text {
    font-size: 14px;
  }
  .manage-bottom-contents {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 5%;
    width: 90%;
  }
  .manage-bottom-contentsL {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 600px) {
  .manage-bottom-tit {
    font-size: 20px;
    margin-right: 15px;
  }
  .manage-bottom-contents {
    position: absolute;
    bottom: -25px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .manage-tit {
    padding-right: 1em;
  }
  .manage-tit span {
    padding-left: 2em;
  }
  .manage-bottom-tit {
    font-size: 16px;
  }
  .manage-bottom-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  .manage-tit {
    text-align: left;
    padding-right: 0;
  }
  .manage-tit span {
    padding-left: 1em;
  }
}
.person-wrap,
.place-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.person-wrapL,
.place-wrapL {
  width: 460px;
  margin-right: 20px;
  padding-top: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.person-wrapR,
.place-wrapR {
  width: calc(100% - 500px);
  max-width: 575px;
}

.person-text {
  line-height: 2;
}

.marker-red--person-text {
  margin-left: 1em;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  .person-wrapL,
  .place-wrapL {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .person-wrapL,
  .place-wrapL {
    width: 420px;
  }
  .person-wrapR,
  .place-wrapR {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 900px) {
  .person-wrapL,
  .place-wrapL {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .person-wrapR,
  .place-wrapR {
    width: 100%;
    margin: 0 auto;
  }
}
/*========================
  place
========================*/
.place-text {
  line-height: 2;
}

.place-wrapR span {
  display: block;
  margin-top: 4px;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .place-text {
    margin-top: 0;
  }
}
.history-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history-wrapL {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.history-wrapR {
  width: calc(100% - 250px);
  max-width: 700px;
}

.history-itemL {
  padding: 15px 20px;
  border-top: 1px solid #333333;
  width: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-itemR {
  padding: 15px 20px;
  border-top: 1px solid #CDD6DD;
  width: calc(100% - 146px);
}

.history-item:last-child .history-itemL {
  border-bottom: 1px solid #333333;
}

.history-item:last-child .history-itemR {
  border-bottom: 1px solid #CDD6DD;
}

@media screen and (max-width: 1024px) {
  .history-wrapL {
    width: 100%;
    margin-bottom: 40px;
  }
  .history-wrapR {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .history-item {
    font-size: 14px;
  }
  .history-itemL,
  .history-itemR {
    width: 100%;
  }
  .history-item:last-child .history-itemL {
    border-bottom: none;
  }
  .history-item:last-child .history-itemR {
    border-bottom: 1px solid #333333;
  }
}
.corp-bg {
  position: relative;
  padding-top: 20px;
}

.corp-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.corp-main {
  margin-top: 30vw;
}

.corp-tit {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.corp-tit span {
  display: block;
  margin-right: 10px;
}

.corp-item:not(:last-child) {
  margin-bottom: 60px;
}

.corp-item-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.corp-item-wrapL {
  width: calc(50% - 25px);
}

.corp-item-wrapR {
  width: calc(50% - 25px);
}

.corp-item--japan .corp-item-wrapR {
  display: none;
}

.corp-name {
  margin-bottom: 20px;
}

.corp-name--tai {
  margin-top: 24px;
}

.corp-listL {
  padding: 15px 20px;
  border-top: 1px solid #333333;
  width: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.corp-listR {
  padding: 15px 20px;
  border-top: 1px solid #CDD6DD;
  width: calc(100% - 146px);
}

.corp-list:last-child .corp-listL {
  border-bottom: 1px solid #333333;
}

.corp-list:last-child .corp-listR {
  border-bottom: 1px solid #CDD6DD;
}

@media screen and (max-width: 1145px) {
  .corp-listR .block02 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .corp-item-wrapL {
    width: 100%;
  }
  .corp-item--tai .corp-item-wrapL,
  .corp-item--cambodia .corp-item-wrapL {
    margin-bottom: 24px;
  }
  .corp-item-wrapL.corp-five {
    margin-bottom: 0 !important;
  }
  .corp-item-wrapR {
    width: 100%;
  }
  .corp-listR .block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .corp-listL {
    width: 100%;
  }
  .corp-listR {
    width: 100%;
  }
  .corp-list:last-child .corp-listL {
    border-bottom: none;
  }
  .corp-list:last-child .corp-listR {
    border-bottom: 1px solid #333333;
  }
  .corp-main {
    margin-top: 40vw;
  }
}
.director-wrap {
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.director-card {
  width: calc(33.333% - 20px);
  margin-bottom: 20px;
}

.director-card:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.director-card:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.director-card:nth-child(4) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.director-card:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.director-card.visible {
  visibility: hidden;
}

.director-img {
  margin-bottom: 12px;
  position: relative;
}

.director-img::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 22px 0 0;
  border-color: #eeeeee transparent transparent transparent;
}

.director-contents {
  margin-left: 25px;
}

.director-text.mb {
  margin-bottom: 15px;
}

.director-link {
  -webkit-text-decoration: underline 1px solid #333333;
          text-decoration: underline 1px solid #333333;
  word-break: break-all;
}

@media screen and (max-width: 900px) {
  .director-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 520px) {
  .director-card {
    width: 100%;
  }
  .director-card:nth-child(2),
  .director-card:nth-child(3),
  .director-card:nth-child(4),
  .director-card:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .director-card.visible {
    display: none;
  }
}
.faq-notice {
  text-align: center;
  line-height: 1.67;
}

.faq-wrap {
  margin-top: 40px;
}

.faq-item {
  background-color: #F9F4F4;
  border-radius: 10px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.faq-item::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #BA0015;
  position: absolute;
  top: 30px;
  right: 55px;
}

.faq-item::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #BA0015;
  position: absolute;
  top: 30px;
  right: 55px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.q-text {
  font-weight: 500;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.q-text::before {
  content: "Q";
  display: block;
  font-size: clamp(1.125rem, 0.875rem + 0.625vw, 1.375rem);
  font-family: "Cantata One", serif;
  color: #BA0015;
  margin-right: 15px;
  line-height: 1;
}

.a-text {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.67;
}

.a-text::before {
  content: "A";
  display: block;
  font-size: clamp(1.125rem, 0.875rem + 0.625vw, 1.375rem);
  font-family: "Cantata One", serif;
  color: #27908D;
  margin-right: 15px;
  line-height: 1;
}

.a-text--detail {
  padding-left: calc(50px + 3em);
  padding-right: 50px;
  line-height: 1.67;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.a-text--lead {
  margin-left: -1em;
  display: block;
  padding-top: 12px;
  padding-bottom: 5px;
}

.faq-item.on .a-text {
  height: auto;
  padding-top: 25px;
  opacity: 1;
}

.faq-item.on .a-text--detail {
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .q-text::before {
    line-height: 1.1;
  }
  .a-text::before {
    line-height: 1.4;
  }
  .faq-item::before,
  .faq-item::after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-notice {
    text-align: left;
  }
  .faq-notice .block {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .faq-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .q-text,
  .a-text {
    font-size: 14px;
    padding-left: 16px;
  }
  .a-text--detail {
    font-size: 14px;
    padding-left: calc(16px + 3em);
  }
  .faq-item.on .a-text {
    padding-top: 15px;
  }
  .faq-item::before,
  .faq-item::after {
    top: 25px;
  }
}
.contact-form-wrap {
  margin-top: 30px;
}

.form-listL {
  padding: 20px 0 20px 25px;
  border-top: 1px solid #333333;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.form-listR {
  padding: 20px 0 20px 30px;
  border-top: 1px solid #CDD6DD;
  width: calc(100% - 250px);
}

.form-list.pp .form-listL {
  border-bottom: 1px solid #333333;
}

.form-list.pp .form-listR {
  border-bottom: 1px solid #CDD6DD;
}

.required {
  position: relative;
}

.required::after {
  content: "必須";
  color: #ffffff;
  background-color: #BA0015;
  font-size: 12px;
  width: 32px;
  height: 18px;
  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;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=text],
input[type=email],
textarea {
  background-color: #EEEEEE;
  border: 1px solid #CDD6DD;
  width: 100%;
  padding: 7px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
textarea:focus-visible {
  outline-color: #BA0015 !important;
}

input[type=radio] {
  height: 12px;
  width: 12px;
  border: 1px solid #333333;
  border-radius: 100%;
  color: #333333;
  margin-right: 5px;
}

input[type=radio]:checked {
  position: relative;
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333333;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.privacy-area {
  height: 146px;
  overflow-y: auto;
  border: 1px solid #EEEEEE;
  padding: 20px;
  margin-bottom: 10px;
}

input[type=checkbox] {
  width: 12px;
  height: 12px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEEEE;
  padding: 5px 10px;
  cursor: pointer;
}

.submit-btn {
  width: 240px;
  height: 56px;
  border: 1px solid #333333;
  background-color: #333333;
  color: #ffffff;
  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;
  letter-spacing: 1em;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.submit-btn:hover {
  color: #333333;
}

input[type=submit],
input[type=button] {
  letter-spacing: 1em;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 10px;
}

.submit-btn-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-color: #ffffff;
}

.submit-btn:hover .submit-btn-bg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.contact-form label.error {
  display: block;
  margin-top: 5px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #BA0015;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
  margin-bottom: 35px;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
}

@media screen and (max-width: 1024px) {
  .form-listL {
    width: 220px;
  }
  .form-listR {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .form-listL {
    width: 100%;
    padding: 15px 10px 10px 10px;
  }
  .form-listR {
    width: 100%;
    padding: 0 10px 15px 10px;
    border-top: none;
  }
  .form-list.pp .form-listL {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .form-list.pp .form-listR {
    border-bottom: 1px solid #333333;
  }
  .required::after {
    right: 10px;
  }
}
@media screen and (max-width: 370px) {
  .contact-form {
    font-size: 14px;
  }
}
.form-check h3.sub-tit {
  text-align: center;
}

.form-check-text {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.check-table {
  width: 100%;
}

.check-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.check-table th {
  padding: 20px 0 20px 25px;
  border-top: 1px solid #333333;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.check-table td {
  padding: 20px 0 20px 30px;
  border-top: 1px solid #CDD6DD;
  width: calc(100% - 250px);
}

.check-table tr:nth-child(5) th {
  border-bottom: 1px solid #333333;
}

.check-table tr:nth-child(5) td {
  border-bottom: 1px solid #CDD6DD;
}

.form-check-btn-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-check-btn-wrap .submit-btn {
  width: 48%;
  margin: 40px 0 0;
}

.submit-btn--go {
  border: 1px solid #BA0015;
  background-color: #BA0015;
  color: #ffffff;
}

.submit-btn--go:hover {
  color: #BA0015;
}

.submit-btn--back {
  border: 1px solid #BA0015;
  background-color: #ffffff;
  color: #BA0015;
}

.submit-btn--back:hover {
  color: #ffffff;
}

.submit-btn--back .submit-btn-bg {
  background-color: #BA0015;
}

@media screen and (max-width: 1024px) {
  .check-table th {
    width: 220px;
  }
  .check-table td {
    width: calc(100% - 220px);
  }
  .form-check-btn-wrap .submit-btn {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .form-check-text {
    text-align: left;
  }
  .check-table th {
    width: 100%;
    padding: 15px 10px 10px 10px;
  }
  .check-table td {
    width: 100%;
    padding: 0 10px 15px 10px;
    border-top: none;
  }
  .check-table tr:nth-child(5) th {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .check-table tr:nth-child(5) td {
    border-bottom: 1px solid #333333;
  }
}
@media screen and (max-width: 600px) {
  .form-check-btn-wrap {
    margin-top: 40px;
  }
  .form-check-btn-wrap .submit-btn {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 370px) {
  .check-table {
    font-size: 14px;
  }
}
.thanks-text {
  max-width: 600px;
  margin: 0 auto;
}

.thanks-btn {
  margin-top: 60px;
}

.thanks-text a {
  -webkit-text-decoration: underline 1px solid #BA0015;
          text-decoration: underline 1px solid #BA0015;
}

@media screen and (max-width: 767px) {
  .thanks-text {
    text-align: left;
    max-width: none;
    width: 100%;
  }
  .thanks-text .block {
    display: none;
  }
}