@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;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #231815;
  background: #F8F9FA;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 3.8461538462vw;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 6.4102564103vw;
    width: 100%;
  }
  section {
    padding: 15.3846153846vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.main_sec {
  overflow: hidden;
}

.main_sec_flex {
  display: flex;
  align-items: flex-start;
  gap: 87px;
  margin-right: calc(50% - 50vw);
}

.main_sec_flexBox {
  width: 420px;
}

.main_sec_title .en {
  display: block;
  color: #00A2E6;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1.2px;
}

.main_sec_title .ja {
  display: block;
  font-size: 24px;
  margin-top: 40px;
}

.main_sec_text {
  margin-top: 32px;
  font-size: 15px;
  line-height: 230%;
}

.main_sec_img {
  max-width: 800px;
}

@media screen and (max-width: 680px) {
  .main_sec_flex {
    flex-flow: column;
    gap: 11.7948717949vw;
    margin-right: calc(50% - 50vw);
  }
  .main_sec_flexBox {
    width: 100%;
    padding-right: 6.4102564103vw;
    text-align: right;
  }
  .main_sec_title .en {
    font-size: 3.0769230769vw;
    text-align: left;
  }
  .main_sec_title .ja {
    font-size: 6.1538461538vw;
    margin-top: 10.2564102564vw;
    text-align: left;
  }
  .main_sec_text {
    margin-top: 8.2051282051vw;
    font-size: 3.8461538462vw;
    text-align: left;
  }
  .main_sec_img {
    max-width: unset;
  }
}
.btn {
  color: #3C3C3C;
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background: #fff;
}

.btn::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .btn:hover::after {
    left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .btn {
    font-size: 3.8461538462vw;
    width: 32.3076923077vw;
    height: 32.3076923077vw;
    gap: 0.5128205128vw;
  }
  .btn::after {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  background: #fff;
  padding: 80px 0 40px;
  margin-top: 65px;
}

.page_fv_title .en {
  display: block;
  font-size: 72px;
  line-height: 150%;
}

.page_fv_title .ja {
  display: block;
  margin-top: 16px;
  font-size: 24px;
}

.bread_list {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 80px;
}

.bread_item {
  font-size: 14px;
  color: #00A2E6;
}

.bread_item a {
  color: #231815;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.bread_item a::after {
  content: "";
  display: inline-block;
  width: 27px;
  border-top: 1px solid #231815;
  opacity: 0.5;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 20.5128205128vw 0 10.2564102564vw;
    margin-top: 16.6666666667vw;
  }
  .page_fv_title .en {
    font-size: 12.3076923077vw;
  }
  .page_fv_title .ja {
    margin-top: 4.1025641026vw;
    font-size: 4.6153846154vw;
  }
  .bread_list {
    gap: 4.1025641026vw;
    margin-top: 20.5128205128vw;
  }
  .bread_item {
    font-size: 3.5897435897vw;
  }
  .bread_item a {
    gap: 4.1025641026vw;
  }
  .bread_item a::after {
    width: 6.9230769231vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0);
}

header.active {
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

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

.header_content {
  height: 35px;
}

.header_logo {
  width: 160px;
  height: 35px;
  position: relative;
}

.header_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_logo_img01 {
  opacity: 1;
  transition: 0.3s;
  z-index: 1;
}

.active .header_logo_img01 {
  opacity: 0;
}

.toggle-menu {
  display: none;
}

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

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

.global_nav_item a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  transition: 0.3s;
  color: #fff;
  position: relative;
}

.global_nav_item a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.5s ease;
}

.active .global_nav_item a {
  color: #231815;
}

.active .global_nav_item a::before {
  background: #231815;
}

@media screen and (min-width: 681px) {
  .global_nav_item a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 3.8461538462vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 3.8461538462vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 6.9230769231vw;
    height: 1px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 6.9230769231vw;
    height: 1px;
    content: "";
    background-color: #fff;
    transition: 0.3s;
  }
  .active .toggle-menu .toggle-line,
  .active .toggle-menu .toggle-line::before,
  .active .toggle-menu .toggle-line::after {
    background-color: #231815;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #231815;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
    background-color: #231815;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
    background-color: #231815;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 3.8461538462vw 25.641025641vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 35.8974358974vw;
  }
  .global_nav_list {
    flex-flow: column;
    align-items: center;
    gap: 13.3333333333vw;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    font-size: 5.1282051282vw;
    color: #231815;
    text-align: center;
  }
  .header_nav_contact {
    margin-top: 36.9230769231vw;
    text-align: center;
    color: #FFF;
    font-size: 3.5897435897vw;
    line-height: 200%;
    border-radius: 14.358974359vw;
    background: rgba(0, 0, 0, 0.4);
    padding: 3.0769230769vw 0;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 2.0512820513vw;
  }
  .header_nav_contact::after {
    content: "";
    display: inline-block;
    width: 7.6923076923vw;
    height: 5.1282051282vw;
    background-image: url(../images/icon/icon_arrow_right01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
.recruit_cta {
  background-image: url(../images/common/recruit_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 170px 0;
}

.recruit_cta .btn {
  margin-top: 39px;
}

@media screen and (max-width: 680px) {
  .recruit_cta {
    background-image: url(../images/common/recruit_bg_sp.webp);
    padding: 17.9487179487vw 0 48.7179487179vw;
  }
  .recruit_cta .main_sec_flexBox {
    text-align: left;
    padding-right: 0;
  }
  .recruit_cta .btn {
    margin-top: 10vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #3C3C3C;
  color: #fff;
  padding: 120px 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

footer::before {
  content: "";
  display: inline-block;
  width: 587px;
  height: 583px;
  background-image: url(../images/common/footer_ill.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -17px;
  bottom: -78px;
  z-index: -1;
}

.footer_flex {
  display: grid;
  grid-template-columns: 311px 1fr;
  gap: 139px;
}

.footer_address {
  margin-top: 124px;
  padding-left: 10px;
}

.footer_address_text {
  font-size: 15px;
  margin-top: 26px;
}

.footer_copyright {
  font-size: 15px;
  margin-top: 157px;
}

.footer_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  padding-top: 64px;
}

.footer_contact::before {
  content: "";
  display: block;
  width: 100vw;
  border-top: 1px solid #fff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_contact_txtBox_title {
  font-size: 64px;
  line-height: 1.5;
}

.footer_contact_txtBox_text {
  font-size: 15px;
  margin-top: 40px;
  line-height: 230%;
}

.footer_list {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  margin-top: 260px;
}

.footer_item a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .footer_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 12.3076923077vw 0 11.2820512821vw;
  }
  footer::before {
    width: 142.0512820513vw;
    height: 141.0256410256vw;
    right: -56.9230769231vw;
    bottom: -28.2051282051vw;
  }
  .footer_flex {
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .footer_flexBox {
    display: contents;
  }
  .footer_address {
    margin-top: 31.7948717949vw;
    padding-left: 0;
    order: 5;
  }
  .footer_address_text {
    font-size: 3.8461538462vw;
    margin-top: 6.6666666667vw;
  }
  .footer_copyright {
    font-size: 3.8461538462vw;
    margin-top: 30vw;
  }
  .footer_img {
    width: 67.1794871795vw;
    position: absolute;
    right: -6.4102564103vw;
    top: 34.358974359vw;
  }
  .footer_contact {
    display: block;
    padding-top: 11.2820512821vw;
    text-align: right;
  }
  .footer_contact::before {
    width: 100%;
  }
  .footer_contact_txtBox_title {
    font-size: 10.7692307692vw;
    writing-mode: vertical-rl;
    text-align: left;
  }
  .footer_contact_txtBox_text {
    font-size: 3.8461538462vw;
    margin-top: 8.9743589744vw;
    text-align: left;
    margin-bottom: 6.1538461538vw;
  }
  .footer_list {
    justify-content: flex-start;
    padding-top: 11.2820512821vw;
    border-top: 1px solid #fff;
    flex-wrap: wrap;
    gap: 5.1282051282vw 8.2051282051vw;
    margin-top: 20.5128205128vw;
  }
  .footer_item a {
    font-size: 4.6153846154vw;
  }
}
/* フェードイン
***************************************************************/
@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;
  }
}
@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;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.fv .swiper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}
.fv .swiper-slide {
  height: 100vh;
}
.fv .swiper-slide-active .swiper-slide__item,
.fv .swiper-slide-duplicate-active .swiper-slide__item,
.fv .swiper-slide-prev .swiper-slide__item {
  animation: zoomanime 4s linear 1s normal both;
  height: 100vh;
}
@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.fv .swiper-slide__item img {
  height: 100%;
}

.fv .inner {
  position: relative;
}

.fv_content {
  position: absolute;
  left: -50px;
  bottom: 40px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 48px;
}

.progress-bar {
  width: 1px;
  height: 250px;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.progress-inner {
  width: 100%;
  height: 250px;
  background: #fff;
  transition: none;
}

.fv_content_title {
  color: #FFF;
  font-size: 60px;
  line-height: 150%;
}

.fv_btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  border-radius: 56px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.4);
  width: 192px;
  padding: 12px 24px 12px 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 14px;
  line-height: 200%;
  z-index: 5;
}

.fv_btn::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 20px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
  position: relative;
  left: 0;
}

@media screen and (min-width: 681px) {
  .fv_btn:hover::after {
    left: 5px;
  }
}
@media screen and (max-width: 1370px) {
  .fv_content {
    left: 40px;
  }
}
@media screen and (max-width: 680px) {
  .fv_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    gap: 7.9487179487vw;
  }
  .progress-bar {
    height: 55.3846153846vw;
  }
  .progress-inner {
    height: 55.3846153846vw;
  }
  .fv_content_title {
    font-size: 12.3076923077vw;
  }
  .fv_btn {
    right: unset;
    bottom: 7.6923076923vw;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 14.358974359vw;
    width: 87.1794871795vw;
    padding: 3.0769230769vw 0;
    gap: 2.0512820513vw;
    font-size: 3.5897435897vw;
    justify-content: center;
  }
  .fv_btn::after {
    width: 7.9487179487vw;
    height: 5.1282051282vw;
  }
}
/*About
***************************************************************/
.top_about .btn {
  margin-top: 32px;
}

@media screen and (max-width: 680px) {
  .top_about .btn {
    margin-top: 8.2051282051vw;
  }
}
/* Slider
***************************************************************/
.top_slider {
  position: relative;
  z-index: 1;
  margin: 120px calc(50% - 50vw) 0;
  width: 100vw;
}

/*　背景画像設定　*/
.slider-item01 {
  background-image: url(../images/front/slider_img01.webp);
}

.slider-item02 {
  background-image: url(../images/front/slider_img02.webp);
}

.slider-item03 {
  background-image: url(../images/front/slider_img03.webp);
}

.slider-item04 {
  background-image: url(../images/front/slider_img04.webp);
}

.slider-item05 {
  background-image: url(../images/front/slider_img05.webp);
}

.slider-item06 {
  background-image: url(../images/front/slider_img06.webp);
}

.slider-item07 {
  background-image: url(../images/front/slider_img07.webp);
}

.slider-item08 {
  background-image: url(../images/front/slider_img08.webp);
}

.slider-item09 {
  background-image: url(../images/front/slider_img09.webp);
}

.slider-item {
  width: 100%;
  height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_slider.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
  width: 66px;
}

.slick-prev {
  transform: translate(0, -50%) scale(-1, 1);
  left: 27px;
}

.slick-next {
  right: 27px;
}

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -37px 0 0 0;
}

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

.slick-dots button {
  color: transparent;
  outline: none;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.slick-dots .slick-active button {
  background: #00A2E6;
}

@media screen and (max-width: 680px) {
  .top_slider {
    margin: 15.3846153846vw calc(50% - 50vw) 0;
  }
  /*　背景画像設定　*/
  .slider-item01 {
    background-image: url(../images/front/slider_img01.webp);
  }
  .slider-item02 {
    background-image: url(../images/front/slider_img02.webp);
  }
  .slider-item03 {
    background-image: url(../images/front/slider_img03.webp);
  }
  .slider-item04 {
    background-image: url(../images/front/slider_img04.webp);
  }
  .slider-item05 {
    background-image: url(../images/front/slider_img05.webp);
  }
  .slider-item06 {
    background-image: url(../images/front/slider_img06.webp);
  }
  .slider-item07 {
    background-image: url(../images/front/slider_img07.webp);
  }
  .slider-item08 {
    background-image: url(../images/front/slider_img08.webp);
  }
  .slider-item09 {
    background-image: url(../images/front/slider_img09.webp);
  }
  .slider-item {
    height: 100vw;
  }
  .slick-prev,
  .slick-next {
    height: 8.9743589744vw;
    width: 8.9743589744vw;
  }
  .slick-prev {
    left: 6.9230769231vw;
  }
  .slick-next {
    right: 6.9230769231vw;
  }
  .slick-dots {
    margin: -9.4871794872vw 0 0 0;
  }
  .slick-dots li {
    margin: 0 2.0512820513vw;
  }
  .slick-dots button {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
/* Strength
***************************************************************/
.top_strength {
  padding: 60px 0 120px;
}

.top_strength .inner {
  max-width: 1360px;
}

.top_strength_title::before {
  content: "";
  display: block;
  border-right: 1px solid rgba(35, 24, 21, 0.6);
  height: 90px;
  position: absolute;
  top: -124px;
  left: 50%;
  transform: translate(-50%, 0);
}

.top_strength_title {
  text-align: center;
  position: relative;
}

.top_strength_title .en {
  font-size: 40px;
  line-height: 150%;
  display: block;
}

.top_strength_title .ja {
  font-size: 24px;
  display: block;
  margin-top: 24px;
}

.top_strength_text {
  text-align: center;
  font-size: 15px;
  line-height: 230%;
  margin-top: 24px;
}

.top_strength_list {
  margin-top: 63px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.top_strength_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.top_strength_item_img {
  height: 100%;
}

.top_strength_itemBox {
  padding: 60px 90px 60px 60px;
  background: #4A4A4A;
  text-align: right;
}

.top_strength_itemBox_title {
  color: #FFF;
  font-size: 20px;
  text-align: left;
  margin-bottom: 28px;
}

.top_strength_itemBox_text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  line-height: 230%;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.top_strength_itemBox .btn {
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .top_strength {
    padding: 28.2051282051vw 0 15.3846153846vw;
  }
  .top_strength_title::before {
    height: 23.0769230769vw;
    top: -31.7948717949vw;
  }
  .top_strength_title .en {
    font-size: 10.2564102564vw;
  }
  .top_strength_title .ja {
    font-size: 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
  .top_strength_text {
    font-size: 3.8461538462vw;
    margin-top: 6.1538461538vw;
  }
  .top_strength_list {
    margin-top: 11.2820512821vw;
    gap: 5.1282051282vw;
  }
  .top_strength_item {
    grid-template-columns: repeat(1, 1fr);
  }
  .top_strength_item_img {
    height: 68.2051282051vw;
  }
  .top_strength_itemBox {
    padding: 10.2564102564vw 5.1282051282vw;
    text-align: center;
  }
  .top_strength_itemBox_title {
    font-size: 5.1282051282vw;
    margin-bottom: 7.1794871795vw;
  }
  .top_strength_itemBox_text {
    font-size: 3.8461538462vw;
  }
  .top_strength_itemBox .btn {
    margin-top: 10.2564102564vw;
  }
}
/* section2
***************************************************************/
.about_sec2 {
  background-image: url(../images/about/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 80px 0;
}

.about_sec2_title {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1.2px;
  color: #fff;
}

.about_sec2_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 230%;
  margin-top: 24px;
  color: #fff;
}

.about_sec2_text span {
  font-weight: bold;
}

.about_sec2_text:nth-child(1) {
  margin-top: 40px;
}

.about_sec2_subTitle {
  font-size: 15px;
  line-height: 230%;
  margin-top: 40px;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .about_sec2 {
    padding: 20.5128205128vw 0;
  }
  .about_sec2_title {
    font-size: 3.0769230769vw;
  }
  .about_sec2_text {
    font-size: 4.1025641026vw;
    margin-top: 6.1538461538vw;
    text-align: left;
  }
  .about_sec2_text:nth-child(1) {
    margin-top: 10.2564102564vw;
  }
  .about_sec2_subTitle {
    font-size: 3.8461538462vw;
    margin-top: 10.2564102564vw;
    text-align: center;
  }
}
/* section3
***************************************************************/
.about_sec3 .inner {
  display: grid;
  grid-template-columns: 478px 1fr;
  gap: 100px;
}

.about_sec3_imgBox {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.about_sec3_title {
  color: #00A2E6;
  font-size: 12px;
  letter-spacing: 1.2px;
}

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

.about_sec3_item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
}

.about_sec3_item_title {
  font-size: 15px;
  line-height: 230%;
}

.about_sec3_item_text {
  font-size: 15px;
  line-height: 230%;
}

@media screen and (max-width: 680px) {
  .about_sec3 .inner {
    display: flex;
    flex-flow: column-reverse;
    gap: 15.3846153846vw;
  }
  .about_sec3_imgBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.0769230769vw;
  }
  .about_sec3_imgBox img {
    height: 36.9230769231vw;
  }
  .about_sec3_title {
    font-size: 3.0769230769vw;
  }
  .about_sec3_list {
    display: flex;
    flex-flow: column;
    gap: 4.1025641026vw;
    margin-top: 10.2564102564vw;
  }
  .about_sec3_item {
    grid-template-columns: 33.3333333333vw 1fr;
    gap: 2.5641025641vw;
  }
  .about_sec3_item_title {
    font-size: 3.8461538462vw;
  }
  .about_sec3_item_text {
    font-size: 3.8461538462vw;
  }
}
/* section4
***************************************************************/
.about_sec4 {
  padding: 0;
  overflow: hidden;
}

.about_sec4_title {
  color: #00A2E6;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1.2px;
}

.about_sec4_list {
  display: flex;
  flex-flow: column;
  gap: 56px;
  margin-top: 88px;
  position: relative;
}

.about_sec4_list::before {
  content: "";
  display: inline-block;
  border-left: 1px solid #231815;
  opacity: 0.1;
  height: calc(100% + 96px);
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
}

.about_sec4_item {
  display: grid;
  grid-template-columns: 150px 110px 1fr;
  align-items: flex-start;
  gap: 60px;
}

.about_sec4_item_year {
  color: #00A2E6;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_sec4_item_year::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00A2E6;
}

.about_sec4_item_text01 {
  font-size: 15px;
  line-height: 230%;
  letter-spacing: 1.5px;
  padding-top: 5px;
}

.about_sec4_item_text02 {
  font-size: 18px;
  line-height: 230%;
}

.about_sec4_map {
  display: block;
  margin: 180px calc(50% - 50vw) 0;
  width: 100vw;
  height: 578px;
}

@media screen and (max-width: 680px) {
  .about_sec4_title {
    font-size: 3.0769230769vw;
  }
  .about_sec4_list {
    gap: 14.358974359vw;
    margin-top: 15.3846153846vw;
  }
  .about_sec4_list::before {
    height: calc(100% + 24.6153846154vw);
    left: 0.7692307692vw;
  }
  .about_sec4_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5.1282051282vw 10.2564102564vw;
  }
  .about_sec4_item_year {
    font-size: 9.2307692308vw;
    gap: 10.2564102564vw;
  }
  .about_sec4_item_year::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
  .about_sec4_item_text01 {
    font-size: 3.8461538462vw;
    padding-top: 0.7692307692vw;
  }
  .about_sec4_item_text02 {
    font-size: 4.1025641026vw;
    width: 100%;
    padding-left: 12.3076923077vw;
  }
  .about_sec4_map {
    margin: 25.641025641vw calc(50% - 50vw) 0;
    height: 66.6666666667vw;
  }
}
.strength_wrap section {
  position: relative;
  z-index: 5;
  background: #F8F9FA;
}

.strength_fixed {
  height: 508px;
  width: 100%;
  position: relative;
  z-index: -2;
}

.strength_fixed img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100vh;
}

@media screen and (max-width: 680px) {
  .strength_fixed {
    height: 69.7435897436vw;
  }
}
/* section2
***************************************************************/
.strength_sec2_list {
  display: flex;
  flex-flow: column;
  gap: 56px;
}

.strength_sec2_item {
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 64px 48px;
  display: grid;
  grid-template-columns: 1fr 450px;
  align-items: center;
  gap: 50px;
}

.strength_sec2_itemBox_title .en {
  display: block;
  color: #00A2E6;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1.2px;
}

.strength_sec2_itemBox_title .ja {
  display: block;
  font-size: 24px;
  margin-top: 8px;
}

.strength_sec2_itemBox_text {
  font-size: 15px;
  line-height: 230%;
  margin-top: 32px;
}

@media screen and (max-width: 680px) {
  .strength_sec2_list {
    gap: 5.1282051282vw;
  }
  .strength_sec2_item {
    padding: 16.4102564103vw 5.1282051282vw;
    display: block;
  }
  .strength_sec2_itemBox_title .en {
    font-size: 3.0769230769vw;
  }
  .strength_sec2_itemBox_title .ja {
    font-size: 6.1538461538vw;
    margin-top: 2.0512820513vw;
  }
  .strength_sec2_itemBox_text {
    font-size: 3.8461538462vw;
    margin-top: 8.2051282051vw;
  }
  .strength_sec2_item_img {
    margin-top: 12.8205128205vw;
  }
}
/* section2
***************************************************************/
.recruit_sec2 {
  padding: 0 0 120px;
  position: relative;
}

.recruit_sec2 .inner {
  display: grid;
  grid-template-columns: 111px 1fr;
  gap: 220px;
  align-items: flex-start;
}

.recruit_sec2_head {
  position: sticky;
  left: 0;
  top: 100px;
}

.recruit_sec2_list {
  border-bottom: 1px solid rgba(35, 24, 21, 0.1);
}

.recruit_sec2_item {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 64px;
  padding: 32px 0;
  border-top: 1px solid rgba(35, 24, 21, 0.1);
}

.recruit_sec2_item_title {
  font-size: 15px;
  line-height: 230%;
}

.recruit_sec2_item_text {
  font-size: 15px;
  line-height: 230%;
}

@media screen and (max-width: 680px) {
  .recruit_sec2 {
    padding: 0 0 15.3846153846vw;
    position: relative;
  }
  .recruit_sec2 .inner {
    display: block;
  }
  .recruit_sec2_head {
    position: unset;
  }
  .recruit_sec2_list {
    margin-top: 9.4871794872vw;
  }
  .recruit_sec2_item {
    display: block;
    padding: 8.2051282051vw 0;
  }
  .recruit_sec2_item_title {
    font-size: 3.8461538462vw;
    line-height: 230%;
  }
  .recruit_sec2_item_text {
    font-size: 3.8461538462vw;
    margin-top: 3.0769230769vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  position: relative;
}

.contact .inner {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 420px 1fr;
  gap: 58px;
}

.contact_head {
  position: sticky;
  left: 0;
  top: 100px;
}

.contact_form_text {
  font-size: 15px;
  line-height: 230%;
}

.contact .req {
  color: #F00;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-top: 15px;
  border-top: 1px solid rgba(35, 24, 21, 0.1);
  padding-top: 44px;
}

.contact_item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 172px 1fr;
  gap: 28px;
}

.contact_item_title {
  display: flex;
  gap: 7px;
  align-items: center;
  padding-top: 10px;
  font-size: 15px;
}

.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;
}

.contact_area input::-moz-placeholder, .contact_area textarea::-moz-placeholder {
  color: #a4a4a4;
}

.contact_area input::placeholder,
.contact_area textarea::placeholder {
  color: #a4a4a4;
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 10px;
}

.wpcf7-radio span {
  display: contents;
}

.wpcf7-radio input {
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  accent-color: #231815;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  display: none;
}

.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;
}

.contact_privacy_text {
  text-align: center;
  font-size: 15px;
}

.contact_privacy_scroll {
  overflow-y: scroll;
  border: 1px solid #231815;
  height: 240px;
  padding: 20px 24px;
  margin-top: 11px;
  background: #fff;
}

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

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 35px;
}

.contact_privacy_item_title {
  font-weight: bold;
  font-size: 15px;
  line-height: 2.3;
}

.contact_privacy_item_text {
  font-size: 15px;
  line-height: 2.3;
}

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

.contact_check span {
  display: contents;
}

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

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

.contact_submit {
  margin-top: 40px;
}

.contact_submit_link {
  position: relative;
  width: 100%;
}

.contact_submit_link::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 17px;
  background-image: url(../images/icon/icon_arrow_contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.contact_submit a {
  display: block;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #231815;
  font-size: 15px;
  line-height: 230%;
  padding: 21px 0;
  background: #FFF;
  text-align: center;
  position: relative;
}

.contact_submit a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 17px;
  background-image: url(../images/icon/icon_arrow_contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translate(0, -50%) scale(-1, 1);
  transition: 0.3s;
}

.contact_submit input {
  display: block;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #231815;
  font-size: 15px;
  line-height: 230%;
  padding: 21px 0;
  background: #FFF;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.confirm .contact_item {
  padding: 5px 0;
}

.confirm .contact_item_title {
  padding-top: 0;
}

.confirm .contact_submit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.thanks {
  margin-top: 15px;
  border-top: 1px solid rgba(35, 24, 21, 0.1);
  padding-top: 44px;
}

.thanks_text {
  font-size: 15px;
  line-height: 2.3;
}

.thanks_btn {
  display: block;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #231815;
  font-size: 15px;
  line-height: 230%;
  padding: 21px 0;
  background: #FFF;
  text-align: center;
  position: relative;
  margin-top: 44px;
}

@media screen and (min-width: 681px) {
  .contact_submit a:hover::before {
    left: 22px;
  }
  .contact_submit_link:hover::after {
    right: 22px;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    position: relative;
  }
  .contact .inner {
    display: block;
  }
  .contact_head {
    position: unset;
  }
  .contact_form {
    margin-top: 20.5128205128vw;
  }
  .contact_form_text {
    font-size: 3.8461538462vw;
  }
  .contact_list {
    gap: 10.7692307692vw;
    margin-top: 4.1025641026vw;
    padding-top: 14.358974359vw;
  }
  .contact_item {
    display: block;
  }
  .contact_item_title {
    gap: 1.7948717949vw;
    padding-top: 0;
    font-size: 3.8461538462vw;
  }
  .contact_area {
    margin-top: 4.1025641026vw;
  }
  .contact_area input {
    padding: 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 1.2820512821vw 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
  .wpcf7-radio {
    gap: 6.1538461538vw;
    padding-top: 0;
  }
  .wpcf7-radio input {
    width: 6.1538461538vw !important;
    height: 6.1538461538vw !important;
  }
  .wpcf7-checkbox {
    display: flex;
    gap: 7.6923076923vw;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact_area label {
    display: flex;
    gap: 2.5641025641vw;
    align-items: center;
    cursor: pointer;
  }
  .contact_area label input {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_area label span {
    width: auto;
  }
  .contact_privacy {
    margin-top: 16.4102564103vw;
  }
  .contact_privacy_text {
    font-size: 3.8461538462vw;
  }
  .contact_privacy_scroll {
    height: 61.5384615385vw;
    padding: 5.1282051282vw 6.1538461538vw;
    margin-top: 2.8205128205vw;
  }
  .contact_privacy_list {
    gap: 8.9743589744vw;
  }
  .contact_privacy_item_title {
    font-size: 3.8461538462vw;
  }
  .contact_privacy_item_text {
    font-size: 3.8461538462vw;
  }
  .contact_check {
    gap: 2.5641025641vw;
    margin-top: 10.2564102564vw;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .contact_submit {
    margin-top: 10.2564102564vw;
  }
  .contact_submit_link {
    text-align: left;
  }
  .contact_submit_link::after {
    content: "";
    display: inline-block;
    width: 5.8974358974vw;
    height: 4.358974359vw;
    background-image: url(../images/icon/icon_arrow_contact.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 6.9230769231vw;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  .contact_submit a {
    border-radius: 25.641025641vw;
    font-size: 3.8461538462vw;
    padding: 5.3846153846vw 0;
  }
  .contact_submit a::before {
    width: 5.8974358974vw;
    height: 4.358974359vw;
    left: 6.9230769231vw;
  }
  .contact_submit input {
    border-radius: 25.641025641vw;
    font-size: 3.8461538462vw;
    padding: 5.3846153846vw 9.2307692308vw;
    background: #FFF;
    text-align: left;
  }
  .confirm .contact_item {
    padding: 0;
  }
  .confirm .contact_submit {
    display: flex;
    flex-flow: column-reverse;
    gap: 4.1025641026vw;
  }
  .confirm .contact_submit input {
    text-align: center;
  }
  .thanks {
    margin-top: 3.8461538462vw;
    padding-top: 11.2820512821vw;
  }
  .thanks_text {
    font-size: 3.8461538462vw;
  }
  .thanks_btn {
    border-radius: 25.641025641vw;
    font-size: 3.8461538462vw;
    padding: 5.3846153846vw 0;
    margin-top: 11.2820512821vw;
  }
}