@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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 {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
}

/**
 * 1. 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #111;
}

main,
footer {
  overflow: hidden;
}

.global_nav_item a,
.footer_item a {
  pointer-events: none;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 0.9411764706vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Roboto", sans-serif;
}

.white {
  color: #fff !important;
}

.red {
  color: #dc2f1f !important;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  section {
    padding: 5.8823529412vw 0;
  }
  .inner {
    max-width: 70.5882352941vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section {
    padding: 12vw 0;
  }
  .inner {
    padding: 0 5.3333333333vw;
    max-width: unset;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  font-size: 120px;
  line-height: 100%;
  white-space: nowrap;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
}

.section_title .ja {
  display: block;
  font-size: 30px;
}

.section_title .en {
  display: block;
  font-size: 120px;
  color: #dc2f1f;
}

.section_title.row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.section_title.row .ja {
  padding-top: 10px;
}

@media screen and (max-width: 1700px) {
  .section_title {
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
  }
  .section_title .ja {
    display: block;
    font-size: 1.7647058824vw;
  }
  .section_title .en {
    display: block;
    font-size: 7.0588235294vw;
    color: #dc2f1f;
  }
  .section_title.row {
    display: flex;
    align-items: center;
    gap: 1.7647058824vw;
  }
  .section_title.row .ja {
    padding-top: 0.5882352941vw;
  }
}
@media screen and (max-width: 750px) {
  .section_title .ja {
    font-size: 4vw;
  }
  .section_title .en {
    font-size: 13.3333333333vw;
    margin-top: 1.3333333333vw;
  }
  .section_title.row {
    gap: 4vw;
  }
  .section_title.row .ja {
    padding-top: 2.6666666667vw;
  }
}
.btn {
  text-align: center;
}

.btn_link {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 18px 0;
  width: 385px;
  text-align: center;
  border-radius: 38px;
  position: relative;
  background: #111;
}

.btn_link::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 22px;
  background-image: url(../images/icon/icon_arrow_right01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1700px) {
  .btn {
    text-align: center;
  }
  .btn_link {
    font-size: 1.4117647059vw;
    font-weight: bold;
    color: #fff;
    padding: 1.0588235294vw 0;
    width: 22.6470588235vw;
    text-align: center;
    border-radius: 2.2352941176vw;
    position: relative;
    background: #111;
  }
  .btn_link::before {
    content: "";
    display: inline-block;
    width: 0.7058823529vw;
    height: 1.2941176471vw;
    background-image: url(../images/icon/icon_arrow_right01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 1.8823529412vw;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 750px) {
  .btn_link {
    font-size: 4.5333333333vw;
    padding: 3.7333333333vw 0;
    width: 77.3333333333vw;
    border-radius: 7.7333333333vw;
  }
  .btn_link::before {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
    right: 5.8666666667vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 120px 0;
  margin-top: 60px;
  text-align: center;
  background: #000;
}

.page_fv_title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .page_fv {
    padding: 21.3333333333vw 0;
  }
  .page_fv_title {
    font-size: 5.3333333333vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #dc2f1f;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 125px;
}

.header_logo {
  width: 212px;
  padding-top: 10px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  gap: 45px;
  align-items: center;
}

.global_nav_list {
  display: flex;
  gap: 30px;
}

.global_nav_item a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.global_nav_menu {
  display: none;
}

.header_contact {
  height: 82px;
  display: flex;
}

.header_contact .link01 {
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  padding: 16px 30px;
  line-height: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.header_contact .link01 span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.header_contact .link01 span::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/icon/icon_tel.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.header_contact .link02 {
  background: #111;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media screen and (max-width: 1700px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #dc2f1f;
  }
  .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 7.3529411765vw;
  }
  .header_logo {
    width: 12.4705882353vw;
    padding-top: 0.5882352941vw;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    display: flex;
    gap: 2.6470588235vw;
    align-items: center;
  }
  .global_nav_list {
    display: flex;
    gap: 1.7647058824vw;
  }
  .global_nav_item a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .header_contact {
    height: 4.8235294118vw;
    display: flex;
  }
  .header_contact .link01 {
    font-size: 0.8235294118vw;
    font-weight: 500;
    background: #fff;
    padding: 0.9411764706vw 1.7647058824vw;
    line-height: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .header_contact .link01 span {
    display: flex;
    align-items: center;
    gap: 0.3529411765vw;
    font-size: 1.7647058824vw;
    font-weight: bold;
    margin-bottom: 0.2941176471vw;
  }
  .header_contact .link01 span::before {
    content: "";
    display: inline-block;
    width: 1.3529411765vw;
    height: 1.3529411765vw;
    background-image: url(../images/icon/icon_tel.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .header_contact .link02 {
    background: #111;
    color: #fff;
    font-size: 1.0588235294vw;
    font-weight: bold;
    padding: 0 1.7647058824vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
@media screen and (max-width: 940px) {
  .global_nav_item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  header {
    padding: 2.6666666667vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 5.3333333333vw;
    padding-left: 0;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    width: 32.5333333333vw;
    padding-top: 1.3333333333vw;
    transition: 0.3s;
    position: relative;
    left: 0;
  }
  .open .header_logo {
    left: 5.3333333333vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 8vw;
    height: 1px;
    margin: auto;
    text-indent: -2666.4vw;
    background-color: #fff;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 8vw;
    height: 1px;
    content: "";
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -2.9333333333vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 2.9333333333vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: calc(100vw - 5.3333333333vw);
    height: calc(100vh - 5.3333333333vw);
    padding: 0 5.3333333333vw 26.6666666667vw;
    background-color: #111111;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    border-radius: 0 0 0 5.3333333333vw;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 18.1333333333vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
    position: relative;
  }
  .global_nav_item a {
    font-size: 4vw;
    width: 100%;
    padding: 5.3333333333vw;
    border-bottom: 1px solid #404040;
    position: relative;
  }
  .global_nav_item a::before {
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    background-image: url(../images/icon/icon_arrow_right01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 1.0666666667vw;
    transform: translate(0, -50%);
  }
  .global_nav_item:nth-of-type(2) a::before {
    display: none;
  }
  .global_nav_item_spArrow {
    position: absolute;
    top: 5.3333333333vw;
    right: 0vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .global_nav_item_spArrow span {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .global_nav_item_spArrow span::before {
    content: "";
    display: inline-block;
    border-top: 1px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .global_nav_item_spArrow span::after {
    content: "";
    display: inline-block;
    border-top: 1px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: 0.3s;
  }
  .global_nav_item_spArrow.is-open span::after {
    transform: translate(-50%, -50%) rotate(0);
  }
  .global_nav_menu a {
    color: #a7a7a7;
    padding-left: 10.6666666667vw;
  }
  .global_nav_menu a::before {
    display: block !important;
    background-image: url(../images/icon/icon_arrow_right02.webp);
  }
  .header_contact {
    height: auto;
    display: block;
    background: #fff;
    border-radius: 0 5.3333333333vw 0 5.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-top: 8vw;
    width: 100%;
  }
  .header_contact .link01 {
    font-size: 3.7333333333vw;
    padding: 0;
    line-height: 1;
    color: #dc2f1f;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5.3333333333vw;
  }
  .header_contact .link01 span {
    gap: 1.6vw;
    font-size: 8.2666666667vw;
    margin-bottom: 1.3333333333vw;
    color: #111;
  }
  .header_contact .link01 span::before {
    width: 8vw;
    height: 8vw;
    background-image: url(../images/icon/icon_tel_red.webp);
  }
  .header_contact .link02 {
    background: #dc2f1f;
    font-size: 3.7333333333vw;
    padding: 0 8vw;
    border-radius: 13.6vw;
    padding: 5.3333333333vw 0 5.3333333333vw 8vw;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.6vw;
    width: calc(100% - 10.6666666667vw);
    margin: 5.3333333333vw auto 0;
    position: relative;
  }
  .header_contact .link02::before {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 4.2666666667vw;
    background-image: url(../images/icon/icon_mail.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .header_contact .link02::after {
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    background-image: url(../images/icon/icon_arrow_right01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    transform: translate(0, -50%);
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #111;
  padding: 80px 0 0;
}

.footer_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_headBox {
  display: flex;
  align-items: center;
  gap: 75px;
}

.footer_headBox_logo {
  width: 270px;
}

.footer_headBox_address {
  font-weight: 500;
  color: #fff;
}

.footer_head .btn_link {
  background: #dc2f1f;
}

.footer_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.footer_item {
  position: relative;
}

.footer_item a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_itemBox {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%);
  width: 100%;
}

.footer_itemBox a {
  font-size: 18px;
  margin-top: 15px;
  white-space: nowrap;
}

.footer_copyright {
  font-size: 18px;
  font-weight: 500;
  padding: 50px 0;
  border-top: 1px solid #a7a7a7;
  color: #fff;
  margin-top: 200px;
  text-align: center;
}

@media screen and (max-width: 1700px) {
  footer {
    background: #111;
    padding: 4.7058823529vw 0 0;
  }
  .footer_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_headBox {
    display: flex;
    align-items: center;
    gap: 4.4117647059vw;
  }
  .footer_headBox_logo {
    width: 15.8823529412vw;
  }
  .footer_headBox_address {
    font-weight: 500;
    color: #fff;
  }
  .footer_head .btn_link {
    background: #dc2f1f;
  }
  .footer_list {
    display: flex;
    justify-content: space-between;
    margin-top: 4.7058823529vw;
  }
  .footer_item {
    position: relative;
  }
  .footer_item a {
    font-size: 1.1764705882vw;
    font-weight: bold;
    color: #fff;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer_itemBox {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 100%);
    width: 100%;
  }
  .footer_itemBox a {
    font-size: 1.0588235294vw;
    margin-top: 0.8823529412vw;
    white-space: nowrap;
  }
  .footer_copyright {
    font-size: 1.0588235294vw;
    font-weight: 500;
    padding: 2.9411764706vw 0;
    border-top: 1px solid #a7a7a7;
    color: #fff;
    margin-top: 11.7647058824vw;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding: 12vw 0 0;
  }
  .footer_head {
    flex-flow: column;
    gap: 8vw;
  }
  .footer_headBox {
    flex: 1;
    display: block;
    width: 100%;
  }
  .footer_headBox_logo {
    width: 41.3333333333vw;
  }
  .footer_headBox_address {
    font-size: 3.7333333333vw;
  }
  .footer_list {
    display: block;
    margin: 10.6666666667vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .footer_item a {
    font-size: 4vw;
    padding: 5.3333333333vw;
    display: block;
    width: 100%;
    border-top: 1px solid #404040;
    position: relative;
  }
  .footer_item a::before {
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    background-image: url(../images/icon/icon_arrow_right01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    transform: translate(0, -50%);
  }
  .footer_item:nth-of-type(2) a::before {
    display: none;
  }
  .footer_item_spArrow {
    position: absolute;
    top: 6.1333333333vw;
    right: 3.7333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .footer_item_spArrow span {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .footer_item_spArrow span::before {
    content: "";
    display: inline-block;
    border-top: 1px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .footer_item_spArrow span::after {
    content: "";
    display: inline-block;
    border-top: 1px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: 0.3s;
  }
  .footer_item_spArrow.is-open span::after {
    transform: translate(-50%, -50%) rotate(0);
  }
  .footer_itemBox {
    position: unset;
    transform: unset;
    width: 100%;
    display: none;
  }
  .footer_itemBox a {
    color: #a7a7a7;
    font-size: 4vw;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    margin: 0;
    border-bottom: 1px solid #404040;
  }
  .footer_copyright {
    border-top: 1px solid #404040;
    font-size: 3.4666666667vw;
    padding: 9.3333333333vw 0;
    margin-top: 0;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* section7
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

.faq_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .faq_accordion-area {
    gap: 6.4vw;
    margin-top: 10.6666666667vw;
  }
  .faq_accordion-area li {
    padding: 4vw 2.6666666667vw;
  }
  .faq_title {
    padding-bottom: 4.2666666667vw;
    padding-left: 9.6vw;
    padding-right: 6.9333333333vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 8vw;
    left: -8.8vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    background-color: #000;
  }
  .faq_title::before {
    right: 1.8666666667vw;
  }
  .faq_title::after {
    top: 42%;
    right: 1.8666666667vw;
  }
  .faq_box {
    display: none;
    padding: 4.2666666667vw 7.2vw 0 8.8vw;
  }
  .faq_box p::before {
    font-size: 8vw;
    left: -8.8vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  background: #dc2f1f;
  padding: 275px 0 0;
  overflow: hidden;
}

.fv .inner {
  position: relative;
  z-index: 1;
}

.fv_title {
  font-size: 58px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.fv_title_img {
  width: 153px;
  position: relative;
  top: 5px;
}

.fv_title_flex {
  display: inline-flex;
  align-items: flex-end;
  margin-top: 15px;
}

.fv_title .t1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.fv_title .t1::after {
  content: "";
  display: inline-block;
  width: 300px;
  border-top: 1px solid #fff;
}

.fv_title .t2 {
  font-size: 80px;
}

.fv_imgText {
  width: 380px;
  position: absolute;
  top: -130px;
  left: -165px;
}

.fv_text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 90px;
}

.fv_img {
  width: 582px;
  position: absolute;
  right: -125px;
  top: -140px;
  z-index: 5;
}

.fv_bgText {
  font-size: 190px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: -250px;
  top: 185px;
  z-index: -1;
  color: #e13840;
  white-space: nowrap;
}

.fv_slider {
  position: relative;
  z-index: 1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.fv_slider img {
  height: 330px;
}

@media screen and (max-width: 1700px) {
  .fv {
    background: #dc2f1f;
    padding: 16.1764705882vw 0 0;
    overflow: hidden;
  }
  .fv .inner {
    position: relative;
    z-index: 1;
  }
  .fv_title {
    font-size: 3.4117647059vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
  .fv_title_img {
    width: 9vw;
    position: relative;
    top: 0.2941176471vw;
  }
  .fv_title_flex {
    display: inline-flex;
    align-items: flex-end;
    margin-top: 0.8823529412vw;
  }
  .fv_title .t1 {
    display: inline-flex;
    align-items: center;
    gap: 0.5882352941vw;
  }
  .fv_title .t1::after {
    content: "";
    display: inline-block;
    width: 17.6470588235vw;
    border-top: 1px solid #fff;
  }
  .fv_title .t2 {
    font-size: 4.7058823529vw;
  }
  .fv_imgText {
    width: 22.3529411765vw;
    position: absolute;
    top: -7.6470588235vw;
    left: -9.7058823529vw;
  }
  .fv_text {
    font-size: 1.4117647059vw;
    font-weight: bold;
    color: #fff;
    margin-top: 1.1764705882vw;
    margin-bottom: 5.2941176471vw;
  }
  .fv_img {
    width: 34.2352941176vw;
    position: absolute;
    right: -7.3529411765vw;
    top: -8.2352941176vw;
    z-index: 5;
  }
  .fv_bgText {
    font-size: 11.1764705882vw;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: -14.7058823529vw;
    top: 10.8823529412vw;
    z-index: -1;
    color: #e13840;
    white-space: nowrap;
  }
  .fv_slider img {
    height: 19.4117647059vw;
  }
}
@media screen and (max-width: 750px) {
  .fv {
    padding: 28.5333333333vw 0 0;
  }
  .fv .inner {
    padding: 0;
  }
  .fv_title {
    font-size: 8.5333333333vw;
    text-align: center;
  }
  .fv_title_img {
    width: 22.9333333333vw;
    position: relative;
    top: 1.3333333333vw;
  }
  .fv_title_flex {
    display: inline-flex;
    align-items: flex-end;
    margin-top: 2.6666666667vw;
  }
  .fv_title .t1 {
    display: block;
  }
  .fv_title .t1::after {
    display: none;
  }
  .fv_title .t2 {
    font-size: 12vw;
  }
  .fv_imgText {
    width: 42.6666666667vw;
    top: -12vw;
    left: 8vw;
  }
  .fv_text {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 34.6666666667vw;
    text-align: center;
  }
  .fv_img {
    width: 48vw;
    position: absolute;
    top: unset;
    left: 50%;
    bottom: 10.6666666667vw;
    transform: translate(-50%, 0);
    z-index: 5;
  }
  .fv_bgText {
    font-size: 16vw;
    position: absolute;
    top: unset;
    bottom: 21.8666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .fv_slider img {
    height: 24.2666666667vw;
  }
}
/* About
***************************************************************/
.top_about {
  padding: 220px 0 270px;
  position: relative;
  z-index: 1;
}

.top_about_bg01 {
  width: 620px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top_about_bg02 {
  width: 620px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.top_about .inner {
  position: relative;
  max-width: 1455px;
}

.top_about_img {
  width: 685px;
  position: absolute;
  left: -125px;
  top: -80px;
}

.top_about_content {
  width: 795px;
  margin-left: auto;
}

.top_about .section_title {
  text-align: left;
}

.top_about .section_title .ja {
  color: #dc2f1f;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  left: -165px;
  padding-bottom: 30px;
}

.top_about .section_title .ja::before {
  content: "";
  display: inline-block;
  width: 215px;
  border-top: 2px solid #dc2f1f;
}

.top_about_title {
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: -1px;
  font-weight: bold;
  margin-top: 10px;
  white-space: nowrap;
}

.top_about_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 2;
}

@media screen and (max-width: 1700px) {
  .top_about {
    padding: 12.9411764706vw 0 15.8823529412vw;
    position: relative;
    z-index: 1;
  }
  .top_about_bg01 {
    width: 36.4705882353vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .top_about_bg02 {
    width: 36.4705882353vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .top_about .inner {
    position: relative;
    max-width: 85.5882352941vw;
  }
  .top_about_img {
    width: 40.2941176471vw;
    position: absolute;
    left: -7.3529411765vw;
    top: -4.7058823529vw;
  }
  .top_about_content {
    width: 46.7647058824vw;
    margin-left: auto;
  }
  .top_about .section_title {
    text-align: left;
  }
  .top_about .section_title .ja {
    color: #dc2f1f;
    display: flex;
    align-items: center;
    gap: 0.8823529412vw;
    position: relative;
    left: -9.7058823529vw;
    padding-bottom: 1.7647058824vw;
  }
  .top_about .section_title .ja::before {
    content: "";
    display: inline-block;
    width: 12.6470588235vw;
    border-top: 0.1176470588vw solid #dc2f1f;
  }
  .top_about_title {
    font-size: 2.3529411765vw;
    line-height: 1.45;
    letter-spacing: -0.0588235294vw;
    font-weight: bold;
    margin-top: 0.5882352941vw;
    white-space: nowrap;
  }
  .top_about_text {
    font-size: 1.0588235294vw;
    font-weight: 500;
    margin-top: 1.7647058824vw;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .top_about {
    padding: 16vw 0;
    position: relative;
    z-index: 1;
  }
  .top_about_bg01 {
    width: 40vw;
  }
  .top_about_bg02 {
    width: 32vw;
  }
  .top_about .inner {
    max-width: unset;
  }
  .top_about_img {
    width: 100%;
    position: unset;
    margin-top: 4vw;
  }
  .top_about_content {
    width: 100%;
  }
  .top_about .section_title .ja {
    gap: 4vw;
    left: -5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .top_about .section_title .ja::before {
    width: 9.6vw;
  }
  .top_about_title {
    font-size: 5.0666666667vw;
    margin-top: 2.6666666667vw;
    white-space: unset;
  }
  .top_about_text {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
    line-height: 1.8;
  }
}
/* Service
***************************************************************/
.top_product {
  background: #dc2f1f;
  overflow: hidden;
}

.top_product .en {
  position: relative;
}

.top_product .en::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 86px;
  background-image: url(../images/icon/icon_deco01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -45px;
  right: calc(50% - 270px);
}

.top_product_list {
  margin-top: 60px;
}

.top_product_item {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}

.top_product_item:nth-of-type(2n) {
  flex-flow: row-reverse;
}

.top_product_item:nth-of-type(n + 2) {
  margin-top: 80px;
  padding-top: 80px;
}

.top_product_item:nth-of-type(n + 2)::before {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #e07b80;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top_productBox {
  flex: 1;
}

.top_productBox_title {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top_productBox_title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 48px;
  background-image: url(../images/icon/icon_deco01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.top_productBox_text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}

.top_productBox_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px 24px;
  margin-top: 36px;
}

.top_productBox_item {
  width: calc(50% - 12px);
  padding: 10px 24px;
  border-radius: 0 34px 0 0;
  text-align: center;
  background: #fff;
}

.top_productBox_item:nth-last-of-type(1) {
  width: 100%;
}

.top_productBox_item_title {
  font-size: 18px;
  font-weight: 500;
  color: #d71d29;
  padding-bottom: 10px;
  position: relative;
}

.top_productBox_item_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(circle, #d71d29 1px, transparent 1px) repeat-x;
  background-size: 6px 2px;
}

.top_productBox_item_text {
  font-size: 18px;
  margin-top: 10px;
}

.top_productBox_item_text.none {
  font-size: 14px;
}

.top_productBox_desc {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}

.top_product_gallery {
  width: 610px;
}

.top_product_slider {
  width: 100%;
}

.top_product_slider .slick-slide {
  margin: 0 2px;
}

.top_product_slider_img {
  height: 400px;
  border-radius: 0 48px 0 48px;
}

.top_product .slick-prev,
.top_product .slick-next {
  position: absolute;
  bottom: 8px;
  cursor: pointer;
  background-image: url(../images/icon/icon_arrow_slide01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}

.top_product .slick-prev {
  left: 0;
  transform: scale(-1, 1);
}

.top_product .slick-next {
  right: 0;
}

.top_product .slick-dots {
  text-align: center;
  margin: 40px 0 0 0;
}

.top_product .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.top_product .slick-dots button {
  color: transparent;
  outline: none;
  width: 155px;
  border-top: 1px solid #e07b80;
}

.top_product .slick-dots .slick-active button {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 1700px) {
  .top_product {
    background: #dc2f1f;
    overflow: hidden;
  }
  .top_product .en {
    position: relative;
  }
  .top_product .en::before {
    content: "";
    display: inline-block;
    width: 3.2352941176vw;
    height: 5.0588235294vw;
    background-image: url(../images/icon/icon_deco01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: -2.6470588235vw;
    right: calc(50% - 15.8823529412vw);
  }
  .top_product_list {
    margin-top: 3.5294117647vw;
  }
  .top_product_item {
    display: flex;
    align-items: flex-start;
    gap: 2.9411764706vw;
    position: relative;
  }
  .top_product_item:nth-of-type(2n) {
    flex-flow: row-reverse;
  }
  .top_product_item:nth-of-type(n + 2) {
    margin-top: 4.7058823529vw;
    padding-top: 4.7058823529vw;
  }
  .top_product_item:nth-of-type(n + 2)::before {
    content: "";
    display: inline-block;
    width: 100vw;
    border-top: 1px solid #e07b80;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .top_productBox {
    flex: 1;
  }
  .top_productBox_title {
    font-size: 2vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5882352941vw;
  }
  .top_productBox_title::before {
    content: "";
    display: inline-block;
    width: 1.7647058824vw;
    height: 2.8235294118vw;
    background-image: url(../images/icon/icon_deco01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .top_productBox_text {
    font-size: 1.0588235294vw;
    font-weight: 500;
    color: #fff;
    margin-top: 1.1764705882vw;
  }
  .top_productBox_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.8823529412vw 1.4117647059vw;
    margin-top: 2.1176470588vw;
  }
  .top_productBox_item {
    width: calc(50% - 0.7058823529vw);
    padding: 0.5882352941vw 1.4117647059vw;
    border-radius: 0 2vw 0 0;
    text-align: center;
    background: #fff;
  }
  .top_productBox_item:nth-last-of-type(1) {
    width: 100%;
  }
  .top_productBox_item_title {
    font-size: 1.0588235294vw;
    font-weight: 500;
    color: #d71d29;
    padding-bottom: 0.5882352941vw;
    position: relative;
  }
  .top_productBox_item_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1176470588vw;
    background: radial-gradient(circle, #d71d29 1px, transparent 1px) repeat-x;
    background-size: 0.3529411765vw 0.1176470588vw;
  }
  .top_productBox_item_text {
    font-size: 1.0588235294vw;
    margin-top: 0.5882352941vw;
  }
  .top_productBox_item_text.none {
    font-size: 0.8235294118vw;
  }
  .top_productBox_desc {
    font-size: 0.8823529412vw;
    color: #fff;
    margin-top: 0.5882352941vw;
  }
  .top_product_gallery {
    width: 35.8823529412vw;
  }
  .top_product_slider {
    width: 100%;
  }
  .top_product_slider .slick-slide {
    margin: 0 0.1176470588vw;
  }
  .top_product_slider_img {
    height: 23.5294117647vw;
    border-radius: 0 2.8235294118vw 0 2.8235294118vw;
  }
  .top_product .slick-prev,
  .top_product .slick-next {
    position: absolute;
    bottom: 0.4705882353vw;
    cursor: pointer;
    background-image: url(../images/icon/icon_arrow_slide01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 2.3529411765vw;
    width: 2.3529411765vw;
  }
  .top_product .slick-prev {
    left: 0;
    transform: scale(-1, 1);
  }
  .top_product .slick-next {
    right: 0;
  }
  .top_product .slick-dots {
    text-align: center;
    margin: 2.3529411765vw 0 0 0;
  }
  .top_product .slick-dots li {
    display: inline-block;
    margin: 0 0.2352941176vw;
  }
  .top_product .slick-dots button {
    color: transparent;
    outline: none;
    width: 9.1176470588vw;
    border-top: 1px solid #e07b80;
  }
  .top_product .slick-dots .slick-active button {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 750px) {
  .top_product .en::before {
    width: 5.3333333333vw;
    height: 8.2666666667vw;
    top: -3.2vw;
    right: calc(50% - 29.3333333333vw);
  }
  .top_product_list {
    margin-top: 8vw;
  }
  .top_product_item {
    flex-flow: column;
    gap: 0;
  }
  .top_product_item:nth-of-type(2n) {
    flex-flow: column;
  }
  .top_product_item:nth-of-type(n + 2) {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .top_productBox {
    display: contents;
  }
  .top_productBox_title {
    font-size: 5.0666666667vw;
    gap: 1.0666666667vw;
    order: 1;
  }
  .top_productBox_title::before {
    width: 4vw;
    height: 5.3333333333vw;
  }
  .top_productBox_text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    order: 2;
  }
  .top_productBox_list {
    gap: 2.6666666667vw 4vw;
    margin-top: 5.3333333333vw;
    order: 4;
  }
  .top_productBox_item {
    width: calc(50% - 2vw);
    padding: 2.6666666667vw;
    border-radius: 0 3.2vw 0 0;
  }
  .top_productBox_item_title {
    font-size: 3.7333333333vw;
    padding-bottom: 2.1333333333vw;
  }
  .top_productBox_item_title::after {
    height: 2px;
    background: radial-gradient(circle, #d71d29 1px, transparent 1px) repeat-x;
    background-size: 6px 2px;
  }
  .top_productBox_item_text {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
  .top_productBox_item_text.none {
    font-size: 2.6666666667vw;
  }
  .top_productBox_desc {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
    order: 4;
  }
  .top_product_gallery {
    display: contents;
  }
  .top_product_slider {
    width: 100%;
    order: 3;
    margin-top: 6.6666666667vw;
  }
  .top_product_slider .slick-slide {
    margin: 0 0.5333333333vw;
  }
  .top_product_slider_img {
    height: 59.2vw;
    border-radius: 0 5.3333333333vw 0 5.3333333333vw;
  }
  .top_product .slick-prev,
  .top_product .slick-next {
    position: absolute;
    bottom: 2.1333333333vw;
    cursor: pointer;
    background-image: url(../images/icon/icon_arrow_slide01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
  .top_product .slick-prev {
    left: 0;
    transform: scale(-1, 1);
  }
  .top_product .slick-next {
    right: 0;
  }
  .top_product .slick-dots {
    text-align: center;
    margin: 10.6666666667vw 0 0 0;
  }
  .top_product .slick-dots li {
    display: inline-block;
    margin: 0 0.5333333333vw;
  }
  .top_product .slick-dots button {
    width: 18.6666666667vw;
  }
  .top_product .btn {
    order: 5;
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
/* Contact
***************************************************************/
.top_contact {
  background-image: url(../images/front/contact_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_contact.type2 {
  background-image: url(../images/front/contact_bg02.webp);
}

.top_contact_text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.top_contact_content {
  padding: 40px 210px;
  background: #fff;
  border-radius: 40px 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.top_contact_link {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.top_contact_link span {
  font-size: 42px;
  color: #d71d29;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.top_contact_link span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon_tel_red.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.top_contact_btn {
  width: 376px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #d71d29;
  border-radius: 38px;
  padding: 18px 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.top_contact_btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 18px;
  background-image: url(../images/icon/icon_mail.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.top_contact_btn::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 19px;
  background-image: url(../images/icon/icon_arrow_right01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1700px) {
  .top_contact {
    background-image: url(../images/front/contact_bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top_contact.type2 {
    background-image: url(../images/front/contact_bg02.webp);
  }
  .top_contact_text {
    font-size: 1.0588235294vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .top_contact_content {
    padding: 2.3529411765vw 12.3529411765vw;
    background: #fff;
    border-radius: 2.3529411765vw 0 2.3529411765vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.1764705882vw;
  }
  .top_contact_link {
    font-size: 1.1764705882vw;
    font-weight: 500;
    line-height: 1;
  }
  .top_contact_link span {
    font-size: 2.4705882353vw;
    color: #d71d29;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.5882352941vw;
    margin-bottom: 0.5882352941vw;
  }
  .top_contact_link span::before {
    content: "";
    display: inline-block;
    width: 1.7647058824vw;
    height: 1.7647058824vw;
    background-image: url(../images/icon/icon_tel_red.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .top_contact_btn {
    width: 22.1176470588vw;
    font-size: 1.1764705882vw;
    font-weight: 500;
    color: #fff;
    background: #d71d29;
    border-radius: 2.2352941176vw;
    padding: 1.0588235294vw 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5882352941vw;
    position: relative;
  }
  .top_contact_btn::before {
    content: "";
    display: inline-block;
    width: 1.4705882353vw;
    height: 1.0588235294vw;
    background-image: url(../images/icon/icon_mail.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .top_contact_btn::after {
    content: "";
    display: inline-block;
    width: 0.6470588235vw;
    height: 1.1176470588vw;
    background-image: url(../images/icon/icon_arrow_right01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 1.2941176471vw;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 750px) {
  .top_contact_text {
    font-size: 3.7333333333vw;
  }
  .top_contact_content {
    padding: 6.6666666667vw 5.3333333333vw;
    border-radius: 5.3333333333vw 0 5.3333333333vw 0;
    flex-flow: column;
    margin-top: 5.3333333333vw;
  }
  .top_contact_link {
    font-size: 3.7333333333vw;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 4vw;
    width: 100%;
    text-align: center;
  }
  .top_contact_link span {
    font-size: 8.2666666667vw;
    gap: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
    justify-content: center;
  }
  .top_contact_link span::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .top_contact_btn {
    width: 68vw;
    font-size: 3.7333333333vw;
    border-radius: 10.1333333333vw;
    padding: 3.2vw 0;
    gap: 1.6vw;
    margin-top: 4vw;
  }
  .top_contact_btn::before {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
  }
  .top_contact_btn::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 3.2vw;
  }
}
/*  Feature
***************************************************************/
.top_feature {
  background: #f6f5ed;
  padding: 100px 0 160px;
}

.top_feature .inner {
  max-width: 1450px;
}

.top_feature_list {
  display: flex;
  flex-flow: column;
  gap: 100px;
  margin-top: 75px;
}

.top_feature_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 75px;
  margin-left: calc(50% - 50vw);
}

.top_feature_item_img {
  flex: 1;
  height: 500px;
  border-radius: 0 80px 0 0;
}

.top_feature_itemBox {
  width: 710px;
  padding-top: 50px;
}

.top_feature_itemBox_number {
  color: #dc2f1f;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  z-index: 1;
}

.top_feature_itemBox_number span {
  font-size: 135px;
  line-height: 1;
  color: #e8e7e0;
  font-style: italic;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: -1;
}

.top_feature_itemBox_title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

.top_feature_itemBox_title span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #d71d29;
  padding: 0 10px;
}

.top_feature_itemBox_title span:nth-of-type(n + 2) {
  margin-top: 10px;
}

.top_feature_itemBox_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 1700px) {
  .top_feature {
    background: #f6f5ed;
    padding: 5.8823529412vw 0 9.4117647059vw;
  }
  .top_feature .inner {
    max-width: 85.2941176471vw;
  }
  .top_feature_list {
    display: flex;
    flex-flow: column;
    gap: 5.8823529412vw;
    margin-top: 4.4117647059vw;
  }
  .top_feature_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4.4117647059vw;
    margin-left: calc(50% - 50vw);
  }
  .top_feature_item_img {
    flex: 1;
    height: 29.4117647059vw;
    border-radius: 0 4.7058823529vw 0 0;
  }
  .top_feature_itemBox {
    width: 41.7647058824vw;
    padding-top: 2.9411764706vw;
  }
  .top_feature_itemBox_number {
    color: #dc2f1f;
    font-weight: bold;
    font-size: 1.7647058824vw;
    position: relative;
    z-index: 1;
  }
  .top_feature_itemBox_number span {
    font-size: 7.9411764706vw;
    line-height: 1;
    color: #e8e7e0;
    font-style: italic;
    position: absolute;
    left: -0.5882352941vw;
    bottom: -0.5882352941vw;
    z-index: -1;
  }
  .top_feature_itemBox_title {
    font-size: 2.1176470588vw;
    font-weight: bold;
    color: #fff;
    margin-top: 1.1764705882vw;
  }
  .top_feature_itemBox_title span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    background: #d71d29;
    padding: 0 0.5882352941vw;
  }
  .top_feature_itemBox_title span:nth-of-type(n + 2) {
    margin-top: 0.5882352941vw;
  }
  .top_feature_itemBox_text {
    font-size: 1.0588235294vw;
    font-weight: 500;
    margin-top: 1.1764705882vw;
  }
}
@media screen and (max-width: 750px) {
  .top_feature {
    padding: 12vw 0;
  }
  .top_feature .inner {
    max-width: unset;
  }
  .top_feature_list {
    gap: 16vw;
    margin-top: 12vw;
  }
  .top_feature_item {
    align-items: flex-start;
    flex-flow: column;
    gap: 0;
    margin-left: 0;
  }
  .top_feature_item_img {
    order: 3;
    height: 57.3333333333vw;
    border-radius: 0 10.6666666667vw 0 0;
    margin-top: 4vw;
  }
  .top_feature_itemBox {
    display: contents;
  }
  .top_feature_itemBox_number {
    order: 1;
    font-size: 4vw;
  }
  .top_feature_itemBox_number span {
    font-size: 16vw;
    left: 0;
    bottom: -2.6666666667vw;
  }
  .top_feature_itemBox_title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    order: 2;
    white-space: nowrap;
  }
  .top_feature_itemBox_title span {
    padding: 0 2.6666666667vw;
  }
  .top_feature_itemBox_title span:nth-of-type(n + 2) {
    margin-top: 2.6666666667vw;
  }
  .top_feature_itemBox_text {
    order: 4;
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}
/*  Works
***************************************************************/
.top_works {
  overflow: hidden;
}

.top_works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.top_works_list::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 336px;
  background: #d71d29;
  position: absolute;
  bottom: -100px;
  left: -125px;
  z-index: -1;
}

.top_works_item_img {
  position: relative;
  box-shadow: 0 0 20px rgba(17, 17, 17, 0.2);
}

.top_works_item_img img {
  height: 255px;
}

.top_works_item_img_category {
  color: #fff;
  font-weight: bold;
  background: #111;
  padding: 8px 15px;
  border-radius: 0 10px 10px 0;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.top_works_item_title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.top_works .btn {
  margin-top: 62px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1700px) {
  .top_works {
    overflow: hidden;
  }
  .top_works_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2352941176vw;
    margin-top: 4.7058823529vw;
    position: relative;
    z-index: 1;
  }
  .top_works_list::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 19.7647058824vw;
    background: #d71d29;
    position: absolute;
    bottom: -5.8823529412vw;
    left: -7.3529411765vw;
    z-index: -1;
  }
  .top_works_item_img {
    position: relative;
    box-shadow: 0 0 1.1764705882vw rgba(17, 17, 17, 0.2);
  }
  .top_works_item_img img {
    height: 15vw;
  }
  .top_works_item_img_category {
    color: #fff;
    font-weight: bold;
    background: #111;
    padding: 0.4705882353vw 0.8823529412vw;
    border-radius: 0 0.5882352941vw 0.5882352941vw 0;
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -0.9411764706vw;
  }
  .top_works_item_title {
    color: #fff;
    font-size: 1.6470588235vw;
    font-weight: bold;
    text-align: center;
    margin-top: 2.3529411765vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 4.7058823529vw;
  }
  .top_works .btn {
    margin-top: 3.6470588235vw;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .top_works .inner {
    padding: 0;
  }
  .top_works_list {
    display: block;
    margin-top: 6.6666666667vw;
  }
  .top_works_list::before {
    height: 62.6666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -18.1333333333vw;
  }
  .top_works_item {
    width: 68vw;
    margin: 0 2.6666666667vw;
    padding: 2.6666666667vw 0 0;
  }
  .top_works_item_img {
    position: relative;
    box-shadow: 0 0 2.6666666667vw rgba(17, 17, 17, 0.2);
  }
  .top_works_item_img img {
    height: 48vw;
  }
  .top_works_item_img_category {
    padding: 1.0666666667vw 2.6666666667vw;
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
    bottom: -2.9333333333vw;
    font-size: 3.4666666667vw;
  }
  .top_works_item_title {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    height: 18.1333333333vw;
  }
  .top_works .btn {
    margin-top: 10.6666666667vw;
  }
  .top_works .slick-prev,
  .top_works .slick-next {
    position: absolute;
    top: 21.3333333333vw;
    cursor: pointer;
    background-image: url(../images/icon/icon_arrow_slide01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    z-index: 5;
    box-shadow: 0 0 2.6666666667vw rgba(17, 17, 17, 0.2);
    border-radius: 50%;
  }
  .top_works .slick-prev {
    left: 4vw;
    transform: scale(-1, 1);
  }
  .top_works .slick-next {
    right: 4vw;
  }
}
/* Thoughts
***************************************************************/
.top_thoughts {
  background-image: url(../images/front/thoughts_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.top_thoughts .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}

.top_thoughts .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 130px);
  inset: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: absolute;
  top: 130px;
  left: 0;
  z-index: -1;
}

.top_thoughts .section_title .en {
  position: relative;
}

.top_thoughts .section_title .en::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 86px;
  background-image: url(../images/icon/icon_deco01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -45px;
  left: calc(50% - 270px);
}

.top_thoughts_title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
  background: #fff;
  padding: 15px 30px;
  display: inline-block;
}

.top_thoughts_text {
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 35px;
  color: #fff;
}

.top_thoughts_text:nth-of-type(1) {
  margin-top: 45px;
}

.top_thoughts_imgText {
  width: 368px;
  position: absolute;
  right: -60px;
  bottom: -38px;
}

@media screen and (max-width: 1700px) {
  .top_thoughts {
    background-image: url(../images/front/thoughts_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
  }
  .top_thoughts .inner {
    position: relative;
    z-index: 1;
    padding-bottom: 2.6470588235vw;
  }
  .top_thoughts .inner::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 7.6470588235vw);
    inset: 0;
    -webkit-backdrop-filter: blur(1.1764705882vw);
            backdrop-filter: blur(1.1764705882vw);
    position: absolute;
    top: 7.6470588235vw;
    left: 0;
    z-index: -1;
  }
  .top_thoughts .section_title .en {
    position: relative;
  }
  .top_thoughts .section_title .en::before {
    content: "";
    display: inline-block;
    width: 3.2352941176vw;
    height: 5.0588235294vw;
    background-image: url(../images/icon/icon_deco01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: -2.6470588235vw;
    left: calc(50% - 15.8823529412vw);
  }
  .top_thoughts_title {
    font-size: 2.5882352941vw;
    font-weight: bold;
    line-height: 1;
    margin-top: 2.3529411765vw;
    background: #fff;
    padding: 0.8823529412vw 1.7647058824vw;
    display: inline-block;
  }
  .top_thoughts_text {
    font-size: 1.0588235294vw;
    line-height: 2.3529411765vw;
    font-weight: 500;
    margin-top: 2.0588235294vw;
    color: #fff;
  }
  .top_thoughts_text:nth-of-type(1) {
    margin-top: 2.6470588235vw;
  }
  .top_thoughts_imgText {
    width: 21.6470588235vw;
    position: absolute;
    right: -3.5294117647vw;
    bottom: -2.2352941176vw;
  }
}
@media screen and (max-width: 750px) {
  .top_thoughts {
    background-image: url(../images/front/thoughts_bg.webp);
  }
  .top_thoughts .inner {
    padding-bottom: 13.3333333333vw;
  }
  .top_thoughts .inner::before {
    height: calc(100% - 13.3333333333vw);
    width: calc(100% - 10.6666666667vw);
    top: 13.3333333333vw;
    left: 5.3333333333vw;
  }
  .top_thoughts .section_title .en::before {
    width: 6.1333333333vw;
    height: 12.8vw;
    top: -5.3333333333vw;
    left: calc(50% - 37.3333333333vw);
  }
  .top_thoughts_title {
    font-size: 5.0666666667vw;
    margin-top: 5.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
  .top_thoughts_text {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-top: 6.6666666667vw;
    text-align: left;
    padding: 0 5.3333333333vw 0;
  }
  .top_thoughts_text:nth-of-type(1) {
    margin-top: 6.6666666667vw;
  }
  .top_thoughts_imgText {
    width: 46.6666666667vw;
    position: absolute;
    right: 5.3333333333vw;
    bottom: -1.0666666667vw;
  }
}
/*  Area
***************************************************************/
.top_area {
  padding: 110px 0 200px;
  overflow: hidden;
}

.top_area .inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 580px;
  gap: 50px;
  position: relative;
}

.top_area_title {
  font-size: 42px;
  line-height: 1;
  padding: 10px 20px;
  margin-top: 40px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #111;
}

.top_area_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}

.top_thoughts_bgText {
  font-size: 190px;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
  color: #f6f5ed;
  position: absolute;
  bottom: -240px;
  left: -270px;
}

@media screen and (max-width: 1700px) {
  .top_area {
    padding: 6.4705882353vw 0 11.7647058824vw;
    overflow: hidden;
  }
  .top_area .inner {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 34.1176470588vw;
    gap: 2.9411764706vw;
    position: relative;
  }
  .top_area_title {
    font-size: 2.4705882353vw;
    line-height: 1;
    padding: 0.5882352941vw 1.1764705882vw;
    margin-top: 2.3529411765vw;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background: #111;
  }
  .top_area_text {
    font-size: 1.0588235294vw;
    font-weight: 500;
    margin-top: 2.3529411765vw;
  }
  .top_thoughts_bgText {
    font-size: 11.1764705882vw;
    white-space: nowrap;
    line-height: 1;
    font-weight: bold;
    color: #f6f5ed;
    position: absolute;
    bottom: -14.1176470588vw;
    left: -15.8823529412vw;
  }
}
@media screen and (max-width: 750px) {
  .top_area {
    padding: 12vw 0;
  }
  .top_area .inner {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
    position: relative;
  }
  .top_area_content {
    display: contents;
  }
  .top_area .section_title {
    order: 1;
  }
  .top_area_title {
    order: 2;
    font-size: 5.6vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-top: 4vw;
  }
  .top_area_img {
    order: 3;
    margin-top: 5.3333333333vw;
    padding: 0 10.6666666667vw;
  }
  .top_area_text {
    order: 4;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .top_thoughts_bgText {
    font-size: 16vw;
    bottom: -37.3333333333vw;
    left: -72vw;
  }
}
/*  Flow
***************************************************************/
.top_flow {
  background: #f6f5ed;
}

.top_flow .inner {
  max-width: 1450px;
}

.top_flow_list {
  margin-top: 40px;
  padding: 85px 125px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  flex-flow: column;
  gap: 70px;
  box-shadow: 10px 0 15px rgba(17, 17, 17, 0.1);
}

.top_flow_item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 214px 1fr;
  gap: 60px;
  position: relative;
}

.top_flow_item::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  background-image: url(../images/icon/icon_arrow_bottom01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 95px;
  bottom: -42px;
}

.top_flow_item:nth-last-of-type(1):before {
  display: none;
}

.top_flow_itemBox_title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 32px;
  font-weight: bold;
}

.top_flow_itemBox_title .number {
  font-size: 34px;
  line-height: 1;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 64px 64px 0 64px;
  background: #dc2f1f;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.top_flow_itemBox_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 1700px) {
  .top_flow {
    background: #f6f5ed;
  }
  .top_flow .inner {
    max-width: 85.2941176471vw;
  }
  .top_flow_list {
    margin-top: 2.3529411765vw;
    padding: 5vw 7.3529411765vw;
    background: #fff;
    border-radius: 2.3529411765vw;
    display: flex;
    flex-flow: column;
    gap: 4.1176470588vw;
    box-shadow: 0.5882352941vw 0 0.8823529412vw rgba(17, 17, 17, 0.1);
  }
  .top_flow_item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 12.5882352941vw 1fr;
    gap: 3.5294117647vw;
    position: relative;
  }
  .top_flow_item::before {
    content: "";
    display: inline-block;
    width: 1.7647058824vw;
    height: 0.9411764706vw;
    background-image: url(../images/icon/icon_arrow_bottom01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: 5.5882352941vw;
    bottom: -2.4705882353vw;
  }
  .top_flow_item:nth-last-of-type(1):before {
    display: none;
  }
  .top_flow_itemBox_title {
    display: flex;
    align-items: center;
    gap: 1.1764705882vw;
    font-size: 1.8823529412vw;
    font-weight: bold;
  }
  .top_flow_itemBox_title .number {
    font-size: 2vw;
    line-height: 1;
    color: #fff;
    width: 3.7647058824vw;
    height: 3.7647058824vw;
    border-radius: 3.7647058824vw 3.7647058824vw 0 3.7647058824vw;
    background: #dc2f1f;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .top_flow_itemBox_text {
    font-size: 1.0588235294vw;
    font-weight: 500;
    margin-top: 1.1764705882vw;
  }
}
@media screen and (max-width: 750px) {
  .top_flow .inner {
    max-width: unset;
  }
  .top_flow_list {
    margin-top: 6.6666666667vw;
    padding: 9.3333333333vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
    gap: 12vw;
  }
  .top_flow_item {
    display: block;
  }
  .top_flow_item::before {
    width: 5.8666666667vw;
    height: 2.9333333333vw;
    position: absolute;
    left: 50%;
    bottom: -9.3333333333vw;
    transform: translate(-50%, 0);
  }
  .top_flow_item_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 21.3333333333vw;
  }
  .top_flow_itemBox_title {
    padding-top: 5.8666666667vw;
    gap: 2.6666666667vw;
    font-size: 4.8vw;
    width: calc(100% - 24vw);
    margin-left: auto;
    white-space: nowrap;
  }
  .top_flow_itemBox_title .number {
    font-size: 4.8vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 4.5333333333vw 4.5333333333vw 0 4.5333333333vw;
  }
  .top_flow_itemBox_text {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}
/*  Column
***************************************************************/
.top_column {
  background-image: url(../images/front/column_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.top_column .inner {
  max-width: 1450px;
  position: relative;
}

.top_column_outer {
  position: relative;
}

.top_column_swiper {
  margin-top: 30px;
  padding-bottom: 40px;
  overflow: unset;
}

.swiper-scrollbar {
  background: #a7a7a7 !important;
}

.simplebar-scrollbar:before {
  background: #dc2f1f !important;
}

.top_column_swiper .swiper-slide {
  width: 365px;
  margin-right: 40px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.top_column_swiper .swiper-slide a {
  box-shadow: 5px 0 18px rgba(17, 17, 17, 0.1);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  display: block;
}

.top_column_swiper .swiper-slide img {
  height: 220px;
}

.top_column_swiper .swiper-slide_title {
  font-size: 17px;
  padding: 30px;
}

.top_column .btn {
  text-align: right;
  margin-top: 40px;
}

.top_column .swiper-button-prev,
.top_column .swiper-button-next {
  position: absolute;
  top: -100px;
  cursor: pointer;
  background-image: url(../images/icon/icon_arrow_slide02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 63px;
  width: 63px;
}

.top_column .swiper-button-prev::after,
.top_column .swiper-button-next::after {
  display: none;
}

.top_column .swiper-button-prev {
  right: 90px;
  left: unset;
  transform: scale(-1, 1);
}

.top_column .swiper-button-next {
  right: 0;
}

.swiper-scrollbar {
  max-width: 1450px;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  margin-top: 20px;
}

.swiper-scrollbar-drag {
  background: #d71d29;
  /* バーの色 */
  border-radius: 3px;
}

@media screen and (max-width: 1700px) {
  .top_column {
    background-image: url(../images/front/column_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
  .top_column .inner {
    max-width: 85.2941176471vw;
    position: relative;
  }
  .top_column_outer {
    position: relative;
  }
  .top_column_swiper {
    margin-top: 1.7647058824vw;
    padding-bottom: 2.3529411765vw;
    overflow: unset;
  }
  .swiper-scrollbar {
    background: #a7a7a7 !important;
  }
  .simplebar-scrollbar:before {
    background: #dc2f1f !important;
  }
  .top_column_swiper .swiper-slide {
    width: 21.4705882353vw;
    margin-right: 2.3529411765vw;
    padding-bottom: 0.5882352941vw;
    padding-right: 0.5882352941vw;
  }
  .top_column_swiper .swiper-slide a {
    box-shadow: 0.2941176471vw 0 1.0588235294vw rgba(17, 17, 17, 0.1);
    border-radius: 1.4117647059vw;
    overflow: hidden;
    background: #fff;
    display: block;
  }
  .top_column_swiper .swiper-slide img {
    height: 12.9411764706vw;
  }
  .top_column_swiper .swiper-slide_title {
    font-size: 1vw;
    padding: 1.7647058824vw;
  }
  .top_column .btn {
    text-align: right;
    margin-top: 2.3529411765vw;
  }
  .top_column .swiper-button-prev,
  .top_column .swiper-button-next {
    position: absolute;
    top: -5.8823529412vw;
    cursor: pointer;
    background-image: url(../images/icon/icon_arrow_slide02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 3.7058823529vw;
    width: 3.7058823529vw;
  }
  .top_column .swiper-button-prev::after,
  .top_column .swiper-button-next::after {
    display: none;
  }
  .top_column .swiper-button-prev {
    right: 5.2941176471vw;
    left: unset;
    transform: scale(-1, 1);
  }
  .top_column .swiper-button-next {
    right: 0;
  }
  .swiper-scrollbar {
    max-width: 85.2941176471vw;
    height: 0.3529411765vw;
    background: #eee;
    border-radius: 0.1764705882vw;
    margin-top: 1.1764705882vw;
  }
  .swiper-scrollbar-drag {
    background: #d71d29;
    /* バーの色 */
    border-radius: 0.1764705882vw;
  }
}
@media screen and (max-width: 750px) {
  .top_column {
    background-image: url(../images/front/column_bg.webp);
  }
  .top_column .inner {
    max-width: unset;
  }
  .top_column_swiper {
    margin-top: 8vw;
    padding-bottom: 10.6666666667vw;
    overflow: unset;
  }
  .top_column_swiper .swiper-slide {
    width: 68vw;
    padding-bottom: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
  .top_column_swiper .swiper-slide a {
    box-shadow: 1.3333333333vw 0 1.3333333333vw rgba(17, 17, 17, 0.1);
    border-radius: 3.2vw;
  }
  .top_column_swiper .swiper-slide img {
    height: 40vw;
  }
  .top_column_swiper .swiper-slide_title {
    font-size: 3.4666666667vw;
    padding: 4vw 5.3333333333vw;
  }
  .top_column .btn {
    text-align: center;
    margin-top: 8vw;
  }
  .top_column .swiper-button-prev,
  .top_column .swiper-button-next {
    display: none;
  }
  .swiper-scrollbar {
    max-width: 100%;
    height: 1.6vw;
    border-radius: 0.8vw;
    margin-top: 5.3333333333vw;
  }
  .swiper-scrollbar-drag {
    border-radius: 0.8vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* お問い合わせ
***************************************************************/
.contact {
  margin-top: 100px;
}

.contact_form {
  max-width: 900px;
  padding: 60px;
  margin: 40px auto 0;
  background: #fff;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 37px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
}

.contact_item_title {
  display: flex;
  gap: 13px;
  align-items: center;
  width: 235px;
  padding-top: 10px;
}

.contact_item:nth-of-type(5) .contact_item_title {
  padding-top: 0;
}

.req {
  width: 60px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #D23E3E;
  border-radius: 4px;
}

.req.none {
  background: #CBCBCB;
  color: #333;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_privacy {
  margin-top: 64px;
  overflow-y: scroll;
  border: 1px solid #CBCBCB;
}

.contact_privacy_scroll {
  height: 240px;
  padding: 40px 24px;
}

.contact_privacy_title {
  font-weight: bold;
  text-align: center;
}

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-bottom: 40px;
  margin-top: 16px;
}

.contact_privacy_item .list02 {
  padding-left: 15px;
  list-style: auto;
}

.contact_privacy_item .list03 {
  padding-left: 15px;
  list-style: lower-roman;
}

.contact_check {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_check a {
  color: #333;
  text-decoration: underline;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.contact_submit a {
  position: relative;
  width: 200px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 40px;
  padding: 4px 0;
  transition: 0.3s;
}

.contact_submit input {
  position: relative;
  width: 200px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #333;
  border: 2px solid #333;
  border-radius: 40px;
  padding: 4px 0;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  padding: 75px 0;
  text-align: center;
  background: #fff;
}

.thanks_title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.thanks_text {
  margin-top: 20px;
}

.thanks_btn {
  position: relative;
  width: 360px;
  padding: 12px 0;
  margin: 50px auto 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #333;
  border: 2px solid #333;
  border-radius: 40px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .contact_submit:hover,
  .thanks_btn:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 750px) {
  .contact_form {
    padding: 0;
  }
  .contact_list {
    flex-flow: column;
    gap: 8vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.6666666667vw;
  }
  .contact_item_title {
    gap: 3.4666666667vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
  .req {
    width: 10.6666666667vw;
    padding: 0.5333333333vw 0;
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
  }
  .contact_area input {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
  .contact_area textarea {
    height: 65.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
  .contact_privacy {
    margin-top: 10.6666666667vw;
  }
  .contact_privacy_scroll {
    height: 48vw;
    padding: 5.3333333333vw 4vw;
  }
  .contact_privacy_title {
    font-size: 3.7333333333vw;
  }
  .contact_privacy_list {
    gap: 3.7333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .contact_check {
    gap: 1.3333333333vw;
    margin-top: 8vw;
    font-size: 3.2vw;
  }
  .contact_check input {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .contact_submit {
    width: 78.6666666667vw;
    margin: 13.3333333333vw auto 0;
    font-size: 4vw;
  }
  .contact_submit::after {
    right: 24vw;
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
  .thanks {
    padding: 5.3333333333vw 0;
  }
  .thanks_title {
    font-size: 5.3333333333vw;
  }
  .thanks_text {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .thanks_btn {
    width: 78.6666666667vw;
    margin: 5.3333333333vw auto 0;
    font-size: 4vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/