@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: "Saira", "kozuka-gothic-pro", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  background: #E6E6E6;
}

main {
  margin-top: 6.25vw;
}

.home main {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
  main {
    margin-top: 20.5128205128vw;
    overflow: hidden;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Saira", sans-serif;
}

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

.inner {
  padding: 0 1.3888888889vw;
  margin: 0 auto;
}

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

@media screen and (max-width: 680px) {
  .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;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-size: 0.9722222222vw;
  display: inline-flex;
  align-items: center;
  font-family: "Saira", sans-serif;
}

.section_title .number {
  display: inline-flex;
  align-items: center;
}

.section_title .number::after {
  content: "";
  display: inline-block;
  width: 5.5555555556vw;
  border-top: 0.0694444444vw solid #000;
  margin: 0 0.4861111111vw;
}

@media screen and (max-width: 680px) {
  .section_title {
    font-size: 3.0769230769vw;
  }
  .section_title .number::after {
    width: 10.2564102564vw;
    margin: 0 1.2820512821vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 120px 0;
  margin-top: 60px;
  text-align: center;
}

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

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 20.5128205128vw 0;
  }
  .page_fv_title {
    font-size: 5.1282051282vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 13px 0;
  transition: 0.3s;
}

header.active {
  background: #E6E6E6;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
  position: relative;
  z-index: 110;
}

.header_logo {
  width: 182px;
  opacity: 0;
  transition: 0.3s;
}

.active .header_logo {
  opacity: 1;
}

.open .header_logo {
  opacity: 0;
}

.toggle-menu {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: rgb(192, 39, 48);
  border-radius: 35px;
  transition: 0.3s;
}

.toggle-menu .toggle-line {
  position: absolute;
  inset: 0;
  display: block;
  width: 27px;
  height: 1px;
  margin: auto;
  text-indent: -9999px;
  background-color: rgba(255, 255, 255, 0);
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  content: "";
  position: absolute;
  left: -5px;
  width: 36px;
  height: 3px;
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.toggle-menu .toggle-line::before {
  background-image: url(../images/icon/icon_stick01.svg);
  top: -7px;
  animation: menu-barTop 0.6s forwards;
}

.toggle-menu .toggle-line::after {
  background-image: url(../images/icon/icon_stick02.svg);
  top: 7px;
  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(-25deg);
  animation: active-menu-barTop 0.6s forwards;
}

.open .toggle-menu .toggle-line::after {
  top: 0;
  transform: rotate(25deg);
  animation: active-menu-barBottom 0.6s forwards;
}

.header_nav_content {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #1A1A1A;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  display: grid;
  grid-template-columns: 36.1111111111vw 1fr;
  align-items: flex-end;
  gap: 80px;
}

.header_nav_img {
  width: auto;
  height: 100vh;
}

.open .header_nav {
  opacity: 1;
  visibility: unset;
}

.global_nav {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}

.global_nav_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  width: 16.6666666667vw;
}

.global_nav_item {
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.global_nav_item a {
  transition: 0.3s;
}

.global_nav_item a .en {
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  display: block;
  transition: 0.3s;
}

.global_nav_item a .ja {
  color: #C2C2C2;
  font-size: 14px;
  font-weight: 500;
  line-height: 24.5px;
  letter-spacing: 1.4px;
  display: block;
}

.header_nav_foot {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 30px;
}

.header_nav_foot_link {
  color: #C2C2C2;
  font-size: 14px;
  text-decoration: underline;
  transition: 0.3s;
}

.header_nav_foot_text {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 24.5px;
  letter-spacing: 1.4px;
}

.header_nav_foot_text strong {
  font-size: 16px;
  font-weight: bold;
}

.header_nav_foot_text .en {
  display: block;
  color: #C2C2C2;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (min-width: 681px) {
  .global_nav_item a:hover .en {
    letter-spacing: 0.2083333333vw;
  }
  .global_nav_item a:hover .ja {
    text-decoration: underline;
  }
  .header_nav_foot_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 3.8461538462vw 0;
  }
  header.active {
    background: #E6E6E6;
  }
  .header_content {
    margin: 0 3.8461538462vw;
  }
  .header_logo {
    width: 32.3076923077vw;
    opacity: 1;
    filter: invert(1);
  }
  .active .header_logo {
    filter: unset;
  }
  .toggle-menu {
    width: 13.8461538462vw;
    height: 13.8461538462vw;
    border-radius: 5.1282051282vw;
  }
  .toggle-menu .toggle-line {
    width: 7.1794871795vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0vw;
    width: 7.1794871795vw;
    height: 0.5128205128vw;
  }
  .toggle-menu .toggle-line::before {
    top: -1.0256410256vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.0256410256vw;
  }
  .header_nav {
    display: block;
    padding: 5.1282051282vw 3.8461538462vw 25.641025641vw;
  }
  .header_nav_logo {
    width: 32.3076923077vw;
    filter: invert(1);
  }
  .header_nav_img {
    display: none;
  }
  .global_nav {
    gap: 20.5128205128vw;
    margin-top: 17.9487179487vw;
  }
  .global_nav_list {
    gap: 7.6923076923vw;
    width: 30.7692307692vw;
  }
  .global_nav_item a .en {
    font-size: 5.1282051282vw;
  }
  .global_nav_item a .ja {
    font-size: 3.0769230769vw;
  }
  .header_nav_foot {
    position: unset;
    padding-right: 0;
    margin-top: 2.5641025641vw;
  }
  .header_nav_foot_link {
    font-size: 3.0769230769vw;
  }
  .header_nav_foot_text {
    font-size: 3.0769230769vw;
    line-height: 1.4;
  }
  .header_nav_foot_text strong {
    font-size: 3.5897435897vw;
  }
  .header_nav_foot_text .en {
    font-size: 3.0769230769vw;
    margin-bottom: 2.5641025641vw;
  }
}
/* Recruit
***************************************************************/
.cta_recruit {
  position: relative;
  background: #000;
  padding: 6.25vw 0 9.0277777778vw;
}

.cta_recruit .inner {
  max-width: 81.9444444444vw;
}

.cta_recruit_loop-wrap {
  display: flex;
  align-items: center;
  height: 5.5555555556vw;
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -78%);
  overflow: hidden;
  width: 99vw;
}

.cta_recruit_loop-area {
  display: flex;
  animation: loop-slide2 40s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cta_recruit_loop-area li {
  font-size: 5.5555555556vw;
  font-weight: 900;
  line-height: 1;
  width: 125vw;
}

@keyframes loop-slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.cta_recruit_content {
  display: grid;
  grid-template-columns: 1fr 49.1666666667vw;
  gap: 2.3611111111vw;
}

.cta_recruit_contentBox {
  color: #fff;
}

.cta_recruit_contentBox .section_title .number::after {
  border-top: 0.0694444444vw solid #fff;
}

.cta_recruit_contentBox_title {
  font-size: 3.1944444444vw;
  line-height: 1.5;
  font-weight: 900;
  margin-top: 4.1666666667vw;
}

.cta_recruit_contentBox_text {
  font-weight: 500;
  margin-top: 2.4305555556vw;
}

.cta_recruit_contentBox_btn {
  color: #000;
  font-size: 1.25vw;
  font-weight: 700;
  margin-top: 2.2222222222vw;
  width: 12.9861111111vw;
  background: #fff;
  border: 0.0694444444vw solid #fff;
  padding: 0.3472222222vw 0 0.2083333333vw 1.0416666667vw;
  position: relative;
  transition: 0.3s;
}

.cta_recruit_contentBox_btn::before {
  content: "";
  display: inline-block;
  width: 1.5972222222vw;
  height: 1.5972222222vw;
  background-image: url(../images/icon/icon_arrow_right_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.5555555556vw;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .cta_recruit_contentBox_btn:hover {
    background: #000;
    color: #fff;
  }
  .cta_recruit_contentBox_btn:hover::before {
    top: 46%;
    right: 5px;
    background-image: url(../images/icon/icon_arrow_right_w.svg);
  }
}
@media screen and (max-width: 680px) {
  .cta_recruit {
    padding: 15.3846153846vw 0 25.641025641vw;
    position: relative;
  }
  .cta_recruit .inner {
    max-width: unset;
  }
  .cta_recruit_loop-wrap {
    height: 20.5128205128vw;
    overflow: unset;
  }
  .cta_recruit_loop-area {
    animation: loop-slide2 40s infinite linear 1s both;
  }
  .cta_recruit_loop-area li {
    font-size: 20.5128205128vw;
    width: 461.5384615385vw;
  }
  .cta_recruit_content {
    display: block;
  }
  .cta_recruit_contentBox_title {
    font-size: 10.2564102564vw;
    margin-top: 5.1282051282vw;
  }
  .cta_recruit_contentBox_text {
    font-size: 3.5897435897vw;
    margin-top: 6.4102564103vw;
  }
  .cta_recruit_contentBox_btn {
    font-size: 4.6153846154vw;
    margin-top: 0;
    width: 47.9487179487vw;
    padding: 1.2820512821vw 0 0.7692307692vw 3.8461538462vw;
    position: absolute;
    right: 3.8461538462vw;
    bottom: 20.5128205128vw;
  }
  .cta_recruit_content_img {
    margin: 12.8205128205vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .cta_recruit_contentBox_btn::before {
    content: "";
    display: inline-block;
    width: 5.8974358974vw;
    height: 5.8974358974vw;
    background-image: url(../images/icon/icon_arrow_right_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 2.0512820513vw;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
}
/* Contact
***************************************************************/
.cta_contact {
  background-image: url(../images/common/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6.25vw 0 4.1666666667vw;
  overflow: hidden;
}

.cta_contact .inner {
  max-width: 81.9444444444vw;
}

.cta_contact .section_title {
  color: #fff;
}

.cta_contact .section_title .number::after {
  border-top: 0.0694444444vw solid #fff;
}

.cta_contact_title {
  width: 20vw;
  margin-top: 3.4722222222vw;
}

.cta_contact_flex {
  margin-top: 16.1111111111vw;
  margin-right: calc(50% - 50vw);
  padding-right: 1.3888888889vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cta_contact_flex_img {
  width: 23.2638888889vw;
}

.cta_contact_flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 31.25vw;
  border-top: 0.0694444444vw solid #fff;
  padding-top: 1.3888888889vw;
}

.cta_contact_flexBox_link {
  font-size: 1.25vw;
  font-weight: 500;
  color: #FDFBF8;
  padding-left: 1.1111111111vw;
  position: relative;
}

.cta_contact_flexBox_link::before {
  content: "";
  display: block;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.cta_contact_flexBox_text {
  color: #fff;
}

@media screen and (min-width: 681px) {
  .cta_contact_flexBox_link:hover::before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    left: -0.2083333333vw;
  }
}
@media screen and (max-width: 680px) {
  .cta_contact {
    background-image: url(../images/common/cta_bg_sp.webp);
    padding: 15.3846153846vw 0 5.1282051282vw;
  }
  .cta_contact .inner {
    max-width: unset;
  }
  .cta_contact_title {
    margin-top: 3.8461538462vw;
  }
  .cta_contact_flex {
    margin-top: 15.3846153846vw;
    margin-right: 0;
    padding-right: 0;
    flex-flow: column-reverse;
    gap: 56.4102564103vw;
  }
  .cta_contact_flex_img {
    width: 100%;
  }
  .cta_contact_flexBox {
    width: 100%;
    padding-top: 3.8461538462vw;
  }
  .cta_contact_flexBox_link {
    font-size: 4.6153846154vw;
    padding-left: 4.1025641026vw;
  }
  .cta_contact_flexBox_text {
    display: none;
  }
  .cta_contact_flexBox_link::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
/* Footer
***************************************************************/
footer {
  background: #000;
  padding-top: 2.0833333333vw;
}

.footer_logo {
  width: 15.0694444444vw;
}

.footer_list {
  border-top: 0.0694444444vw solid #fff;
  margin-top: 2.2222222222vw;
  padding-top: 1.7361111111vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 15.2777777778vw;
}

.footer_item {
  display: flex;
  flex-flow: column;
  gap: 0.6944444444vw;
}

.footer_item_text {
  color: #C2C2C2;
  font-size: 0.9722222222vw;
  font-weight: 500;
}

.footer_item_link {
  color: #FFF;
}

.footer_item_text02 {
  color: #FDFBF8;
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: 0.0972222222vw;
}

.copyright {
  color: #FDFBF8;
  font-size: 0.9722222222vw;
  text-align: right;
  margin-top: 10.1388888889vw;
}

.footer_img01 {
  border-top: 0.0694444444vw solid #fff;
  padding-top: 1.3888888889vw;
}

.footer_img02 {
  background: #E6E6E6;
  padding: 1.6666666667vw;
  margin-top: 1.3888888889vw;
}

@media screen and (min-width: 681px) {
  .footer_item_link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding-top: 10.2564102564vw;
  }
  footer .inner {
    border-top: 1px solid #fff;
    padding-top: 7.6923076923vw;
  }
  .footer_logo {
    width: 43.5897435897vw;
  }
  .footer_list {
    margin-top: 7.6923076923vw;
    padding-top: 7.6923076923vw;
    gap: 15.3846153846vw;
    justify-content: flex-start;
  }
  .footer_item {
    display: flex;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  .footer_item:nth-last-of-type(1) {
    display: none;
  }
  .footer_item_text {
    font-size: 3.5897435897vw;
  }
  .footer_item_text02 {
    font-size: 3.5897435897vw;
    letter-spacing: 0.358974359vw;
  }
  .copyright {
    font-size: 3.5897435897vw;
    text-align: left;
    margin-top: 12.8205128205vw;
  }
  .footer_img01 {
    padding-top: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .footer_img02 {
    padding: 2.5641025641vw;
    margin-top: 5.1282051282vw;
  }
}
/* FV
***************************************************************/
.fv {
  background-image: url(../images/front/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  height: 100svh;
  position: relative;
}

.fv_title {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  height: 100svh;
  padding: 1.3888888889vw;
}

.fv_title img {
  height: 100%;
  width: auto;
}

.fv_subTitle {
  width: 47.9166666667vw;
  position: absolute;
  right: 1.7361111111vw;
  bottom: 1.7361111111vw;
}

@media screen and (max-width: 680px) {
  .fv {
    background-image: url(../images/front/fv_sp.webp);
    height: auto;
    padding: 21.5384615385vw 3.8461538462vw 22.0512820513vw;
  }
  .fv_title {
    position: unset;
    height: auto;
    width: 32.8205128205vw;
    padding: 0;
  }
  .fv_title img {
    height: auto;
    width: 100%;
  }
  .fv_subTitle {
    width: 100%;
    position: unset;
    margin-top: 12.3076923077vw;
  }
}
/* About
***************************************************************/
.sec1 {
  padding: 11.8055555556vw 0 7.6388888889vw;
}

.sec1_content {
  display: grid;
  grid-template-columns: 1fr 47.9166666667vw;
  gap: 2.7777777778vw;
}

.sec1_contentBox_title {
  margin-top: 2.7777777778vw;
}

.sec1_contentBox_text {
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 2.0833333333vw;
  letter-spacing: 0.0694444444vw;
  margin-top: 2.7777777778vw;
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 15.3846153846vw 0;
  }
  .sec1_content {
    display: block;
  }
  .sec1_contentBox_title {
    margin-top: 5.1282051282vw;
  }
  .sec1_contentBox_title img {
    height: 23.0769230769vw;
    width: auto;
  }
  .sec1_contentBox_text {
    font-size: 3.5897435897vw;
    line-height: 1.5;
    margin-top: 7.6923076923vw;
  }
  .sec1_content_img {
    margin: 10.2564102564vw calc(50% - 50vw) 0;
    width: 100vw;
    padding-right: 3.8461538462vw;
  }
}
/* Service
***************************************************************/
.sec2 {
  border-top: 0.0694444444vw solid #000;
  padding: 1.3888888889vw 0;
}

.sec2_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sec2_head_title {
  font-size: 8.3333333333vw;
  font-weight: 900;
  line-height: 1;
}

.sec2_head_text {
  font-size: 1.6666666667vw;
  line-height: 1.75;
  font-weight: 700;
  margin-top: 1.3888888889vw;
}

.sec2_list {
  margin-top: -8.75vw;
}

.sec2_item {
  display: grid;
  grid-template-columns: 1fr 39.7222222222vw;
  position: relative;
  margin-bottom: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
}

.sec2_item::before {
  content: "";
  display: inline-block;
  width: calc(100% + 1.3888888889vw);
  border-top: 0.0694444444vw solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec2_item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sec2_itemBox {
  display: flex;
  align-items: flex-end;
  gap: 5.6944444444vw;
}

.sec2_itemBox_number {
  width: 20.2777777778vw;
}

.sec2_itemBox_content_number {
  font-size: 0.9722222222vw;
}

.sec2_itemBox_content_title {
  font-size: 2.7777777778vw;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1.3888888889vw;
}

.sec2_itemBox_content_text {
  margin-top: 2.7777777778vw;
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  .sec2 {
    padding: 5.1282051282vw 0;
  }
  .sec2_head {
    flex-flow: column;
  }
  .sec2_headBox {
    display: contents;
  }
  .sec2_head_title {
    font-size: 23.0769230769vw;
    order: 1;
  }
  .sec2 .section_title {
    order: 2;
    margin-top: 5.1282051282vw;
  }
  .sec2_head_text {
    font-size: 5.1282051282vw;
    margin-top: 2.5641025641vw;
    order: 3;
  }
  .sec2_list {
    margin-top: 22.5641025641vw;
  }
  .sec2_item {
    display: flex;
    flex-flow: column-reverse;
    gap: 0;
    margin-bottom: 25.641025641vw;
    padding-bottom: 6.4102564103vw;
    position: relative;
  }
  .sec2_item::before {
    width: calc(100% + 7.6923076923vw);
    left: -3.8461538462vw;
  }
  .sec2_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .sec2_itemBox {
    display: block;
  }
  .sec2_item_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sec2_itemBox_number {
    width: 38.4615384615vw;
    position: absolute;
    left: -1.2820512821vw;
    top: -9.4871794872vw;
  }
  .sec2_itemBox_content_number {
    font-size: 3.5897435897vw;
    position: absolute;
    top: -5.8974358974vw;
    right: 0;
  }
  .sec2_itemBox_content_title {
    font-size: 8.2051282051vw;
    margin-top: 5.1282051282vw;
  }
  .sec2_itemBox_content_text {
    margin-top: 3.8461538462vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  overflow: hidden;
  text-align: right;
  padding: 9.0277777778vw 0 13.1944444444vw;
}

.sec3_loop-wrap {
  display: flex;
  align-items: center;
  height: 5.5555555556vw;
  position: relative;
  margin-top: 4.5138888889vw;
}

.sec3_loop-wrap_img {
  width: 8.6805555556vw;
  position: absolute;
  top: 50%;
  left: 11.3888888889vw;
  transform: translate(0, -50%);
  z-index: 1;
}

.sec3_loop-area {
  display: flex;
  animation: loop-slide 40s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec3_loop-area li {
  font-size: 5.5555555556vw;
  font-weight: 900;
  line-height: 1;
  width: 125vw;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec3_content {
  width: calc(100% - 12.5vw);
  margin: 6.25vw auto 0;
  position: relative;
  border-left: 0.0694444444vw solid #B1B1B1;
}

.sec3_content::before {
  content: "";
  display: inline-block;
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.0694444444vw solid #B1B1B1;
}

.sec3_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.sec3_list::before {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 0.0694444444vw solid #B1B1B1;
  position: absolute;
  top: 2.7777777778vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec3_list::after {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 0.0694444444vw solid #B1B1B1;
  position: absolute;
  bottom: 2.7777777778vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec3_item {
  height: 16.6666666667vw;
  border-right: 0.0694444444vw solid #B1B1B1;
  padding: 2.7777777778vw 0 0;
}

.sec3_item:nth-of-type(n + 7) {
  padding: 0 0 2.7777777778vw;
}

.sec3_item_link {
  display: block;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: left;
  font-weight: 900;
  font-size: 1.3888888889vw;
  line-height: 1;
}

.sec3_item_link img {
  width: 7.6388888889vw;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec3_item_link:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    padding: 14.1025641026vw 0 20.5128205128vw;
  }
  .sec3_loop-wrap {
    height: 10.2564102564vw;
    margin-top: 2.5641025641vw;
  }
  .sec3_loop-wrap_img {
    width: 21.0256410256vw;
    left: 3.8461538462vw;
  }
  .sec3_loop-area {
    display: flex;
    animation: loop-slide 40s infinite linear 1s both;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sec3_loop-area li {
    font-size: 10.2564102564vw;
    width: 230.7692307692vw;
  }
  .sec3_content {
    width: calc(100% - 15.3846153846vw);
    margin: 23.0769230769vw auto 0;
    border-left: unset;
  }
  .sec3_content::before {
    height: calc(100% + 25.641025641vw);
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-top: unset;
    border-left: 1px solid #B1B1B1;
  }
  .sec3_content::after {
    content: "";
    display: inline-block;
    height: calc(100% + 25.641025641vw);
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    border-left: 1px solid #B1B1B1;
  }
  .sec3_list {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
  .sec3_list::after {
    content: "";
    display: inline-block;
    height: calc(100% + 25.641025641vw);
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 1px solid #B1B1B1;
  }
  .sec3_list::before {
    top: unset;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .sec3_list::after {
    bottom: 0;
  }
  .sec3_item {
    height: 38.4615384615vw;
    padding: 0;
    position: relative;
    border-right: unset;
  }
  .sec3_item::before {
    content: "";
    display: inline-block;
    width: 100vw;
    border-top: 1px solid #B1B1B1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec3_item:empty {
    display: none;
  }
  .sec3_item:nth-of-type(n + 7) {
    padding: 0;
  }
  .sec3_item_link {
    font-size: 5.1282051282vw;
  }
  .sec3_item_link img {
    width: 21.7948717949vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background: #C2C2C2;
  padding: 2.7777777778vw 0 8.3333333333vw;
  overflow: hidden;
}

.sec4_head {
  display: flex;
  justify-content: space-between;
}

.sec4_headBox_title {
  font-size: 2.9166666667vw;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.3888888889vw;
}

.sec4_head_text {
  font-size: 8.3333333333vw;
  font-weight: 900;
  line-height: 1;
}

.sec4_slider {
  margin-right: calc(50% - 50vw);
  margin-top: 1.3888888889vw;
}

.sec4_slider_flex {
  width: 41.6666666667vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-right: 0.6944444444vw;
  background: #E6E6E6;
  border: 0.0694444444vw solid #000;
}

.sec4_slider_img {
  height: 34.7222222222vw;
}

.sec4_sliderBox {
  position: relative;
  border-left: 0.0694444444vw solid #000;
}

.sec4_sliderBox_number {
  text-align: right;
  font-size: 0.9722222222vw;
  line-height: 1.4;
  padding: 0.6944444444vw;
}

.sec4_sliderBox_number .text {
  display: block;
}

.sec4_sliderBox_icon {
  width: 3.8194444444vw;
  padding: 0.6944444444vw 0 0 1.3888888889vw;
}

.sec4_sliderBox_title {
  font-size: 1.6666666667vw;
  line-height: 2.7777777778vw;
  font-weight: bold;
  margin-top: 1.0416666667vw;
  padding-left: 1.3888888889vw;
}

.sec4_sliderBox_name {
  padding: 1.7361111111vw 1.3888888889vw;
  border-top: 0.0694444444vw solid #000;
  margin-top: 4.8611111111vw;
}

.sec4_sliderBox_name_text {
  font-size: 0.9722222222vw;
}

.sec4_sliderBox_name_title {
  font-size: 1.6666666667vw;
  line-height: 1.4;
  margin-top: 1.3888888889vw;
  font-weight: bold;
}

.sec4_sliderBox_name_title span {
  display: block;
  font-size: 0.9722222222vw;
  margin-top: 0.6944444444vw;
  font-weight: 400;
}

.sec4_sliderBox_link {
  font-weight: bold;
  color: #fff;
  background: #000;
  border-top: 1px solid #000;
  padding: 0.5555555556vw 1.3888888889vw 0.4166666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
}

.sec4_sliderBox_link::before {
  content: "";
  display: inline-block;
  width: 1.5972222222vw;
  height: 1.5972222222vw;
  background-image: url(../images/icon/icon_arrow_right_g.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.5555555556vw;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec4_slider_flex:hover .sec4_sliderBox_link {
    background: #fff;
    color: #000;
  }
  .sec4_slider_flex:hover .sec4_sliderBox_link::before {
    background-image: url(../images/icon/icon_arrow_right_b.svg);
    right: 0.3472222222vw;
    top: 46%;
  }
}
@media screen and (max-width: 680px) {
  .sec4 {
    padding: 10.2564102564vw 0 35.8974358974vw;
  }
  .sec4_head {
    flex-flow: column-reverse;
    position: relative;
    padding-top: 30.7692307692vw;
  }
  .sec4_headBox_title {
    font-size: 9.2307692308vw;
    margin-top: 2.5641025641vw;
  }
  .sec4_head_text {
    font-size: 23.0769230769vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec4_slider {
    margin-right: 0;
    margin-top: 15.3846153846vw;
    position: relative;
  }
  .sec4 .slick-initialized .slick-slide {
    position: relative;
    padding-top: 20px;
  }
  .sec4_slider_flex {
    width: 92.3076923077vw;
    display: block;
    margin-right: 2.5641025641vw;
    background: #E6E6E6;
    border: 0.2564102564vw solid #000;
  }
  .sec4_slider_img {
    height: 92.3076923077vw;
  }
  .sec4_sliderBox {
    position: unset;
    border-left: unset;
  }
  .sec4_sliderBox_number {
    text-align: left;
    font-size: 3.5897435897vw;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec4_sliderBox_icon {
    width: 14.1025641026vw;
    padding: 0;
    position: absolute;
    top: 0;
    right: 5.1282051282vw;
  }
  .sec4_sliderBox_title {
    font-size: 5.641025641vw;
    line-height: 9.2307692308vw;
    margin-top: 3.8461538462vw;
    padding-left: 3.8461538462vw;
  }
  .sec4_sliderBox_name {
    padding: 2.5641025641vw 3.8461538462vw;
    margin-top: 3.8461538462vw;
    position: relative;
  }
  .sec4_sliderBox_name::before {
    content: "";
    display: inline-block;
    width: 7.6923076923vw;
    height: 100%;
    background-image: url(../images/front/more.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .sec4_sliderBox_name_text {
    font-size: 3.5897435897vw;
  }
  .sec4_sliderBox_name_title {
    font-size: 6.1538461538vw;
    margin-top: 2.5641025641vw;
  }
  .sec4_sliderBox_name_title span {
    display: block;
    font-size: 3.5897435897vw;
    margin-top: 0;
  }
  .sec4_sliderBox_link {
    display: none;
  }
  .sec4_sliderBox_link::before {
    content: "";
    display: inline-block;
    width: 5.8974358974vw;
    height: 5.8974358974vw;
    background-image: url(../images/icon/icon_arrow_right_g.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 2.0512820513vw;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  .sec4 .slick-prev,
  .sec4 .slick-next {
    position: absolute;
    top: 41.0256410256vw;
    cursor: pointer;
    outline: none;
    background-image: url(../images/icon/icon_arrow_slider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 20.5128205128vw;
    width: 10.2564102564vw;
    z-index: 10;
  }
  .sec4 .slick-prev {
    left: -3.8461538462vw;
    transform: scale(-1, 1);
  }
  .sec4 .slick-next {
    right: -3.8461538462vw;
  }
}
/* section1
***************************************************************/
.company_fv {
  padding: 0;
}

.fv_slider .slick-slide {
  margin: 0 0.4861111111vw;
  width: 32.0138888889vw;
}

@media screen and (max-width: 680px) {
  .company_fv {
    padding-top: 5.1282051282vw;
  }
  .company_fv_title {
    font-size: 3.5897435897vw;
    font-weight: bold;
    padding: 0 3.8461538462vw;
  }
  .company_sec1_content_img {
    margin-top: 5.1282051282vw;
  }
  .fv_slider .slick-slide {
    margin: 0 0.7692307692vw;
    width: 64.1025641026vw;
  }
}
/* section1
***************************************************************/
.company_sec1_content {
  display: grid;
  grid-template-columns: 39.7222222222vw 1fr;
  gap: 1.3888888889vw;
}

.company_sec1_contentBox_text {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.875vw;
  letter-spacing: 0.0625vw;
  margin-top: 9.7222222222vw;
}

@media screen and (max-width: 680px) {
  .company_sec1 {
    padding: 7.6923076923vw 0;
  }
  .company_sec1_content {
    display: block;
  }
  .company_sec1_contentBox_text {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
    margin-top: 0;
  }
}
/* section2
***************************************************************/
.company_sec2 .inner {
  padding: 0 1.3888888889vw 0 0;
}

.company_sec2 .section_title {
  padding-left: 1.3888888889vw;
}

.company_sec2_content {
  display: grid;
  grid-template-columns: 41.25vw 1fr 14.1666666667vw;
  align-items: flex-end;
}

.company_sec2_contentBox {
  padding: 0 2.0833333333vw 0 1.3888888889vw;
}

.company_sec2_contentBox_name {
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: 0.0486111111vw;
}

.company_sec2_contentBox_name_title {
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.1111111111vw;
  margin-top: 1.3888888889vw;
  line-height: 1.4;
}

.company_sec2_contentBox_name_title span {
  font-size: 1.1111111111vw;
  font-weight: 500;
  display: block;
}

.company_sec2_contentBox_text {
  font-weight: bold;
  line-height: 1.6666666667vw;
  letter-spacing: 0.0555555556vw;
  margin-top: 3.4722222222vw;
}

.company_sec2_contentBox_text:nth-of-type(n + 2) {
  margin-top: 1.3888888889vw;
}

@media screen and (max-width: 680px) {
  .company_sec2 {
    padding: 5.1282051282vw 0 0;
    border-top: 1px solid #000;
  }
  .company_sec2 .inner {
    padding: 0 3.8461538462vw;
  }
  .company_sec2 .section_title {
    padding-left: 0;
  }
  .company_sec2_content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
  }
  .company_sec2_contentBox {
    display: contents;
  }
  .company_sec2_content_img {
    position: relative;
    left: -3.8461538462vw;
    padding-right: 20.5128205128vw;
    margin-top: 5.1282051282vw;
  }
  .company_sec2_content_textImg {
    position: absolute;
    right: 0;
    top: 5.1282051282vw;
    width: 30.2564102564vw;
  }
  .company_sec2_contentBox_name {
    order: 3;
    font-size: 3.5897435897vw;
    letter-spacing: 0.1794871795vw;
    text-align: right;
    width: 100%;
    margin-top: 7.6923076923vw;
  }
  .company_sec2_contentBox_name_title {
    font-size: 6.1538461538vw;
    letter-spacing: 0.4102564103vw;
    margin-top: 2.5641025641vw;
  }
  .company_sec2_contentBox_name_title span {
    font-size: 4.1025641026vw;
  }
  .company_sec2_contentBox_text {
    order: 2;
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    margin-top: 10.2564102564vw;
  }
  .company_sec2_contentBox_text:nth-of-type(n + 2) {
    margin-top: 3.8461538462vw;
  }
}
/* section3
***************************************************************/
.company_sec3 {
  padding: 12.5vw 0 3.4722222222vw;
}

.company_sec3 .section_title {
  display: flex;
  align-items: center;
  margin-left: calc(50% - 50vw);
}

.company_sec3 .section_title::before {
  content: "";
  display: inline-block;
  border-top: 0.0694444444vw solid #000;
  width: 100%;
  flex: 1;
  margin-right: 1.3888888889vw;
}

.company_sec3_content {
  display: flex;
  gap: 12.9861111111vw;
  max-width: 81.9444444444vw;
  margin: 4.1666666667vw auto 0;
  position: relative;
  padding-bottom: 4.1666666667vw;
}

.company_sec3_content::before {
  content: "";
  width: 100vw;
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.company_sec3_content:nth-last-of-type(1) {
  padding-bottom: 0;
}

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

.company_sec3_title {
  font-size: 2.7777777778vw;
  line-height: 1;
  font-weight: 900;
  width: 11.8055555556vw;
}

.company_sec3_contentBox {
  flex: 1;
}

.company_sec3_contentBox_title {
  width: 28.4722222222vw;
}

.company_sec3_contentBox_title img {
  max-width: 100%;
}

.company_sec3_contentBox_title.type2 {
  width: 100%;
}

.company_sec3_contentBox_title.type3 {
  width: 24.0277777778vw;
}

.company_sec3_contentBox_text {
  font-weight: 500;
  line-height: 1.9444444444vw;
  letter-spacing: 0.0555555556vw;
  margin-top: 1.7361111111vw;
}

@media screen and (max-width: 680px) {
  .company_sec3 {
    padding: 10.2564102564vw 0;
  }
  .company_sec3 .section_title {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
  .company_sec3 .section_title::before {
    display: none;
  }
  .company_sec3 .section_title::after {
    content: "";
    display: inline-block;
    border-top: 1px solid #000;
    width: 100%;
    flex: 1;
    margin-left: 1.2820512821vw;
  }
  .company_sec3_content {
    flex-flow: column;
    gap: 7.6923076923vw;
    max-width: unset;
    margin: 10.2564102564vw auto 0;
    padding-bottom: 10.2564102564vw;
  }
  .company_sec3_title {
    font-size: 6.1538461538vw;
    width: auto;
  }
  .company_sec3_contentBox_title {
    width: 77.9487179487vw;
  }
  .company_sec3_contentBox_title.type2 {
    width: 100%;
  }
  .company_sec3_contentBox_title.type2 {
    width: 83.8461538462vw;
  }
  .company_sec3_contentBox_title.type3 {
    width: 63.3333333333vw;
  }
  .company_sec3_contentBox_text {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    margin-top: 5.1282051282vw;
  }
}
/* section4
***************************************************************/
.company_sec4 {
  border-top: 0.0694444444vw solid #000;
}

.company_sec4_content {
  display: flex;
  gap: 12.9861111111vw;
  max-width: 81.9444444444vw;
  margin: 4.1666666667vw auto 0;
}

.company_sec4_title {
  width: 11.8055555556vw;
  font-size: 2.7777777778vw;
  line-height: 1;
  font-weight: 900;
}

.company_sec4_contentBox_title {
  width: 45.2777777778vw;
}

.company_sec4_contentList {
  margin-top: 4.1666666667vw;
}

.company_sec4_contentItem {
  padding-top: 2.4305555556vw;
  border-top: 0.0694444444vw solid #000;
  display: flex;
  align-items: center;
  gap: 6.25vw;
}

.company_sec4_contentItem:nth-of-type(n + 2) {
  margin-top: 1.7361111111vw;
}

.company_sec4_contentItem_title {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.5;
  width: 22.2222222222vw;
  display: flex;
  align-items: center;
}

.company_sec4_contentItem_title span {
  font-size: 1.6666666667vw;
  font-weight: bold;
  margin-right: 3.4722222222vw;
}

.company_sec4_contentItem_text {
  font-size: 0.9722222222vw;
  font-weight: 700;
  line-height: 1.4583333333vw;
  white-space: nowrap;
}

@media screen and (max-width: 680px) {
  .company_sec4 {
    padding: 10.2564102564vw 0;
  }
  .company_sec4_content {
    flex-flow: column;
    gap: 7.6923076923vw;
    max-width: unset;
    margin: 0 auto;
  }
  .company_sec4_title {
    width: auto;
    font-size: 6.1538461538vw;
  }
  .company_sec4_contentList {
    margin-top: 7.6923076923vw;
  }
  .company_sec4_contentItem {
    padding-top: 7.6923076923vw;
    flex-flow: column;
    align-items: flex-start;
    gap: 3.8461538462vw;
  }
  .company_sec4_contentItem:nth-of-type(n + 2) {
    margin-top: 7.6923076923vw;
  }
  .company_sec4_contentItem_title {
    align-items: flex-start;
    font-size: 4.6153846154vw;
    width: 100%;
  }
  .company_sec4_contentItem_title span {
    font-size: 6.1538461538vw;
    line-height: 1;
    margin-right: 7.6923076923vw;
  }
  .company_sec4_contentItem_text {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    padding-left: 15.3846153846vw;
    white-space: unset;
  }
}
/* section5
***************************************************************/
.company_sec5 {
  border-top: 0.0694444444vw solid #000;
}

.company_sec5 .inner {
  max-width: 80.5555555556vw;
}

.company_sec5_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company_sec5_head_title {
  font-size: 2.7777777778vw;
  line-height: 1;
  font-weight: 900;
}

.company_sec5_head_text {
  font-size: 0.9722222222vw;
  font-weight: 700;
  line-height: 1.4583333333vw;
}

.company_sec5_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4.8611111111vw;
  border-right: 0.0694444444vw solid #000;
}

.company_sec5_item {
  padding: 0 1.0416666667vw 2.4305555556vw;
  border-left: 0.0694444444vw solid #000;
}

.company_sec5_item_number {
  font-size: 8.3333333333vw;
  font-weight: 900;
  line-height: 1;
}

.company_sec5_item_title {
  font-size: 2.0833333333vw;
  font-weight: bold;
  margin-top: 2.0833333333vw;
}

.company_sec5_item_title span {
  display: block;
  font-size: 1.1111111111vw;
  font-weight: bold;
}

.company_sec5_item_text {
  font-weight: 700;
  border-top: 0.0694444444vw dashed #000;
  padding-top: 2.4305555556vw;
  margin-top: 1.3888888889vw;
}

@media screen and (max-width: 680px) {
  .company_sec5 .inner {
    max-width: unset;
  }
  .company_sec5_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 7.6923076923vw;
  }
  .company_sec5_head_title {
    font-size: 6.1538461538vw;
  }
  .company_sec5_head_text {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
  }
  .company_sec5_list {
    display: flex;
    flex-flow: column;
    gap: 15.3846153846vw;
    margin-top: 17.9487179487vw;
    border-right: unset;
  }
  .company_sec5_item_head {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .company_sec5_item {
    padding: 0;
    border-left: unset;
  }
  .company_sec5_item_number {
    font-size: 20.5128205128vw;
  }
  .company_sec5_item_title {
    font-size: 6.6666666667vw;
    margin-top: 0;
  }
  .company_sec5_item_title span {
    font-size: 3.5897435897vw;
  }
  .company_sec5_item_text {
    padding-top: 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
}
/* section6
***************************************************************/
.company_sec6 {
  padding: 8.3333333333vw 0;
  border-top: 0.0694444444vw solid #000;
}

.company_sec6_head {
  display: flex;
  align-items: center;
  gap: 3.4722222222vw;
}

.company_sec6_head_title {
  width: 7.8472222222vw;
}

.company_sec6_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.8888888889vw;
  margin-top: 4.8611111111vw;
}

.company_sec6_year {
  font-size: 9.7222222222vw;
  font-weight: 900;
  line-height: 0.8;
  border-bottom: 0.0694444444vw dashed #000;
  padding-bottom: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
}

.company_sec6_year span {
  display: block;
  font-size: 5.7638888889vw;
  color: #C6C6C6;
}

.company_sec6_item_text {
  font-weight: 700;
  line-height: 1.6666666667vw;
  line-height: 1.5;
}

.company_sec6_item_text:nth-of-type(n + 2) {
  margin-top: 0.6944444444vw;
}

@media screen and (max-width: 680px) {
  .company_sec6 {
    padding: 0 0 10.2564102564vw;
    border-top: unset;
  }
  .company_sec6 .section_title {
    display: flex;
    align-items: center;
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
  .company_sec6 .section_title::after {
    content: "";
    display: inline-block;
    border-top: 1px solid #000;
    width: 100%;
    flex: 1;
    margin-left: 1.2820512821vw;
  }
  .company_sec6_head {
    gap: 12.8205128205vw;
  }
  .company_sec6_head_title {
    display: none;
  }
  .company_sec6_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15.3846153846vw 7.6923076923vw;
    margin-top: 12.8205128205vw;
  }
  .company_sec6_year {
    font-size: 25.641025641vw;
    padding-bottom: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  .company_sec6_year span {
    font-size: 12.8205128205vw;
  }
  .company_sec6_item_text {
    font-size: 3.5897435897vw;
  }
  .company_sec6_item_text:nth-of-type(n + 2) {
    margin-top: 2.5641025641vw;
  }
}
/* section7
***************************************************************/
.company_sec7 {
  padding: 4.1666666667vw 0 16.6666666667vw;
}

.company_sec7 .inner {
  display: flex;
  align-items: flex-start;
}

.company_sec7 .section_title {
  writing-mode: vertical-rl;
  padding-right: 6.6666666667vw;
}

.company_sec7 .section_title .number::after {
  border-top: unset;
  border-right: 0.0694444444vw solid #000;
  width: 0.0694444444vw;
  height: 2.7777777778vw;
  margin: 0.4861111111vw 0;
}

.company_sec7_head {
  width: 23.2638888889vw;
}

.company_sec7_head_title {
  font-size: 2.9166666667vw;
  font-weight: 900;
  line-height: 1.2;
}

.company_sec7_head img {
  margin-top: 5.5555555556vw;
}

.company_sec7_list {
  border-bottom: 0.0694444444vw solid #000;
  margin-left: 9.7222222222vw;
  flex: 1;
}

.company_sec7_item {
  border-top: 0.0694444444vw solid #000;
  padding: 1.7361111111vw 0;
  display: grid;
  grid-template-columns: 15.9722222222vw 1fr;
}

.company_sec7_item_text01 {
  font-weight: bold;
}

.company_sec7_item_text02 {
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  .company_sec7 {
    padding: 10.2564102564vw 0 41.0256410256vw;
  }
  .company_sec7 .inner {
    flex-flow: column;
  }
  .company_sec7 .section_title {
    writing-mode: unset;
    padding-right: 0;
  }
  .company_sec7 .section_title .number::after {
    border-right: unset;
    border-top: 1px solid #000;
    width: 10.2564102564vw;
    height: auto;
    margin: 0 1.2820512821vw;
  }
  .company_sec7_head {
    width: 100%;
  }
  .company_sec7_head_title {
    font-size: 10.7692307692vw;
    margin-top: 2.5641025641vw;
  }
  .company_sec7_head img {
    display: none;
  }
  .company_sec7_list {
    margin-left: 0;
    margin-top: 3.8461538462vw;
    width: 100%;
  }
  .company_sec7_item {
    padding: 3.8461538462vw 0;
    display: block;
  }
  .company_sec7_item_text01 {
    font-size: 3.5897435897vw;
  }
  .company_sec7_item_text02 {
    margin-top: 1.2820512821vw;
  }
}
/* section1
***************************************************************/
.page-template-page-service main {
  margin-top: 0;
}

.page-template-page-service .cta_recruit_loop-wrap {
  display: none;
}

.page-template-page-service header {
  background: unset;
}

.page-template-page-service .header_logo {
  filter: invert(1);
}

.service_fv {
  height: 100vh;
  height: 100svh;
  background-image: linear-gradient(#252525 0.0694444444vw, transparent 0.0694444444vw), linear-gradient(90deg, #252525 0.0694444444vw, transparent 0.0694444444vw), linear-gradient(#252525 0.0694444444vw, transparent 0.0694444444vw), linear-gradient(90deg, #252525 0.0694444444vw, #1E1E1E 0.0694444444vw);
  background-size: 9.7222222222vw 9.7222222222vw, 9.7222222222vw 9.7222222222vw, 9.7222222222vw 9.7222222222vw, 9.7222222222vw 9.7222222222vw;
  background-position: -0.0694444444vw -0.0694444444vw, -0.0694444444vw -0.0694444444vw, -0.0694444444vw -0.0694444444vw, -0.0694444444vw -21x;
  padding: 0;
  background-repeat: unset;
}

.service_fv .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 78.8194444444vw;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service_fv_text {
  color: #fff;
}

.service_fv_head {
  width: 55.5555555556vw;
}

.service_fv_head_title {
  width: 46.5277777778vw;
}

.service_fv_head_text {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.0625vw;
  margin-top: 3.4722222222vw;
}

@media screen and (max-width: 680px) {
  .service_fv {
    padding: 38.4615384615vw 0 0;
  }
  .service_fv .inner {
    display: block;
    max-width: unset;
    position: unset;
    transform: unset;
  }
  .service_fv_head {
    width: 100%;
  }
  .service_fv_head_title {
    margin-top: 7.6923076923vw;
    width: 100%;
  }
  .service_fv_head_text {
    font-size: 4.1025641026vw;
    margin-top: 15.3846153846vw;
  }
}
/* section1
***************************************************************/
.service_sec1 {
  padding: 6.5972222222vw 0 4.8611111111vw;
  background-image: url(../images/service/bg_img01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service_sec1 .inner {
  max-width: 80.5555555556vw;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.service_sec1_title {
  width: 15.2777777778vw;
  display: block;
  margin-left: auto;
}

.service_sec1_flex {
  margin-top: 10.4166666667vw;
  display: grid;
  grid-template-columns: 23.2638888889vw 23.2638888889vw;
  gap: 1.3888888889vw;
}

.service_sec1_text {
  color: #fff;
  font-weight: 500;
  border-top: 0.0694444444vw solid #fff;
  padding-top: 1.0416666667vw;
}

@media screen and (max-width: 680px) {
  .service_sec1 {
    padding: 24.358974359vw 0 17.9487179487vw;
    background-image: url(../images/service/bg_img01_sp.webp);
  }
  .service_sec1 .inner {
    max-width: 297.4358974359vw;
    margin: 0 auto;
    position: relative;
    padding: 0 3.8461538462vw;
  }
  .service_sec1_title {
    width: 45.1282051282vw;
  }
  .service_sec1_flex {
    margin-top: 30.7692307692vw;
    display: block;
  }
  .service_sec1_text {
    border-top: unset;
    padding-top: 7.6923076923vw;
    padding-right: 20.5128205128vw;
  }
}
/* section2
***************************************************************/
.service_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.service_sec2 {
  padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 4.1666666667vw;
}

.service_sec2.bg01 {
  background-image: url(../images/service/bg_img02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service_sec2.bg02 {
  background-image: url(../images/service/bg_img03.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service_sec2_content {
  color: #fff;
}

.service_sec2_content_number {
  text-align: right;
  font-size: 0.9722222222vw;
}

.service_sec2_content_title {
  font-size: 2.7777777778vw;
  font-weight: 900;
  line-height: 3.4722222222vw;
  margin-top: 1.25vw;
}

.service_sec2_content_title span {
  display: block;
  font-size: 0.9722222222vw;
  font-weight: 400;
  margin-top: 1.3888888889vw;
}

.service_sec2_contentBox {
  margin: 20.4861111111vw 0 0 auto;
  width: 17.7083333333vw;
}

.service_sec2_contentBox_title {
  font-size: 0.9722222222vw;
}

.service_sec2_contentBox_text {
  font-weight: 700;
  line-height: 2.5;
  margin-top: 1.0416666667vw;
  padding-top: 1.0416666667vw;
  border-top: 0.0694444444vw solid #fff;
}

@media screen and (max-width: 680px) {
  .service_flex {
    display: block;
  }
  .service_sec2 {
    padding: 12.8205128205vw 3.8461538462vw 20.5128205128vw;
  }
  .service_sec2.bg01 {
    background-image: url(../images/service/bg_img02_sp.webp);
  }
  .service_sec2.bg02 {
    background-image: url(../images/service/bg_img03_sp.webp);
  }
  .service_sec2_content_number {
    text-align: left;
    font-size: 3.5897435897vw;
  }
  .service_sec2_content_title {
    font-size: 8.2051282051vw;
    line-height: 12.3076923077vw;
    margin-top: 3.8461538462vw;
  }
  .service_sec2_content_title span {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
  .service_sec2_contentBox {
    margin: 75.641025641vw 0 0;
    width: 65.3846153846vw;
  }
  .service_sec2_contentBox_title {
    font-size: 3.5897435897vw;
  }
  .service_sec2_contentBox_text {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    font-size: 3.8461538462vw;
  }
}
/* section1
***************************************************************/
.brands_fv {
  border-bottom: 1px solid #000;
  padding: 0;
}

.brands_fv_content {
  padding: 4.1666666667vw 0 1.7361111111vw;
}

.brands_fv_title {
  width: 31.3888888889vw;
}

.brands_fv_text {
  font-size: 0.9722222222vw;
  text-align: right;
  font-weight: 700;
  margin-top: 1.0416666667vw;
}

@media screen and (max-width: 680px) {
  .brands_fv_content {
    padding: 7.6923076923vw 0 6.4102564103vw;
  }
  .brands_fv_title {
    width: 100%;
  }
  .brands_fv_text {
    font-size: 3.5897435897vw;
    margin-top: 0;
    text-align: left;
    padding: 0 0 2.5641025641vw 3.8461538462vw;
  }
}
/* section2
***************************************************************/
.brands {
  background: #fff;
  padding: 2.7777777778vw 0 0;
  margin-bottom: 18.0555555556vw;
}

.brands_list {
  display: flex;
  flex-flow: column;
  gap: 2.7777777778vw;
}

.brands_item {
  background: #E6E6E6;
}

.brands_table {
  width: 100%;
  border-collapse: collapse;
}

.brands_table_th {
  border: 0.0694444444vw solid #000;
  vertical-align: middle;
}

.brands_table_th img {
  height: 9.7222222222vw;
  padding: 0.6944444444vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.brands_table_th:nth-of-type(1) {
  width: 9.7222222222vw;
}

.brands_table_th:nth-of-type(2) {
  font-size: 2.0833333333vw;
  font-weight: 900;
  line-height: 1;
  padding: 0 1.7361111111vw;
  width: calc(100% - 19.4444444444vw);
}

.brands_table_th:nth-of-type(3) {
  font-size: 6.25vw;
  font-weight: 900;
  line-height: 1;
  width: 9.7222222222vw;
  height: 9.7222222222vw;
  text-align: center;
}

.brands_table_td {
  border: 0.0694444444vw solid #000;
}

.border-none .brands_table_td {
  border-top: unset;
}

.brands_table_td:nth-of-type(1) {
  width: 9.7222222222vw;
  font-size: 1.0416666667vw;
  font-weight: bold;
  padding: 1.25vw 1.6666666667vw;
}

.brands_table_td:nth-of-type(2) {
  font-size: 1.1111111111vw;
  font-weight: bold;
  padding: 1.25vw 1.6666666667vw;
  width: 40.2777777778vw;
}

.brands_table_td img {
  width: 49.3055555556vw;
  height: 36.8055555556vw;
}

.brands_table_td.map {
  padding: 0;
}

.brands_table_td.map iframe {
  width: 100%;
  height: 17.3611111111vw;
}

.brands_table_td.sns {
  background: #000;
  color: #fff;
  padding: 0;
  transition: 0.3s;
}

.brands_table_td.sns a {
  display: block;
  padding: 1.25vw 1.6666666667vw;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}

.brands_table_td.sns a::before {
  content: "";
  display: inline-block;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  background-image: url(../images/icon/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
}

.brands_table_td.sns a::after {
  content: "";
  display: inline-block;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.1805555556vw;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .brands_table_td.sns:hover {
    background: #fff;
    color: #000;
  }
  .brands_table_td.sns a:hover::after {
    background-image: url(../images/icon/icon_arrow_right_b.svg);
    top: 45%;
    right: 0.9027777778vw;
  }
  .brands_table_td.sns a:hover::before {
    filter: invert(1);
  }
}
@media screen and (max-width: 680px) {
  .brands {
    padding: 7.6923076923vw 0 0;
    margin-bottom: 38.4615384615vw;
  }
  .brands_list {
    gap: 7.6923076923vw;
  }
  .brands_table_th {
    border: 0.2564102564vw solid #000;
    vertical-align: middle;
  }
  .brands_table_th img {
    height: 25.641025641vw;
    width: auto;
    max-width: 37.9487179487vw;
    -o-object-position: left;
       object-position: left;
    padding: 3.8461538462vw;
  }
  .brands_table_tr:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
  }
  .brands_table_tr:nth-of-type(n + 2) {
    display: flex;
    flex-flow: column;
  }
  .brands_table_th {
    flex: 73.3333333333vw 26.6666666667vw 30%;
    border-left: unset;
  }
  .brands_table_th:nth-child(2) {
    flex: 1 1 100%;
    order: 3;
    border: unset;
  }
  .brands_table_th:nth-of-type(1) {
    width: 100%;
    flex: 1;
  }
  .brands_table_th:nth-of-type(2) {
    font-size: 6.1538461538vw;
    padding: 5.1282051282vw 3.8461538462vw;
    width: 100%;
  }
  .brands_table_th:nth-of-type(3) {
    font-size: 15.3846153846vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-right: unset;
  }
  .brands_item_img {
    border-top: 1px solid #000;
  }
  .brands_table_td {
    border: unset;
  }
  .brands_table_td:nth-of-type(1) {
    width: 100%;
    border: unset;
    font-size: 3.8461538462vw;
    padding: 3.8461538462vw 3.8461538462vw 0;
  }
  .brands_table_td:nth-of-type(2) {
    font-size: 4.1025641026vw;
    padding: 1.2820512821vw 3.8461538462vw 3.8461538462vw;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .brands_table_td img {
    display: none;
  }
  .brands_table_td.map {
    padding: 0;
  }
  .brands_table_td.map iframe {
    width: 100%;
    height: 64.1025641026vw;
  }
  .brands_table_td.sns {
    padding: 0;
  }
  .brands_table_td.sns a {
    padding: 4.6153846154vw 6.1538461538vw;
    gap: 3.8461538462vw;
  }
  .brands_table_td.sns a::before {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
  .brands_table_td.sns a::after {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
    right: 4.358974359vw;
  }
}
/* FV
***************************************************************/
.interview_fv {
  padding: 2.7777777778vw 0 0;
}

.interview_fv_title {
  font-size: 1.6666666667vw;
  font-weight: bold;
  line-height: 1.4;
}

.interview_fv_title span {
  color: #fff;
  background: #000;
  margin-left: 0.3472222222vw;
  padding: 0 0.6944444444vw;
}

.interview_fv_title img {
  width: auto;
  height: 15.0694444444vw;
  display: block;
  margin-top: 2.7777777778vw;
}

.interview_fv_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.7777777778vw;
  padding-bottom: 2.7777777778vw;
  border-bottom: 0.0694444444vw solid #000;
}

.interview_fv_flex_text {
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.0625vw;
  white-space: nowrap;
}

.interview_fv_flex_title {
  font-size: 4.1666666667vw;
  font-weight: 900;
  line-height: 1;
}

.interview_fv_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
  margin-top: 1.6666666667vw;
}

.interview_fv_item {
  border-bottom: 0.0694444444vw solid #000;
  padding-bottom: 0.6944444444vw;
}

.interview_fv_item_img {
  height: 27.7777777778vw;
  -o-object-position: top;
     object-position: top;
}

.interview_fv_item_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.interview_fv_item_title {
  font-size: 1.9444444444vw;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.6944444444vw;
}

.interview_fv_item_title span {
  font-size: 0.9722222222vw;
  display: block;
}

.interview_fv_item_text {
  font-size: 0.9722222222vw;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .interview_fv {
    padding: 7.6923076923vw 0 0;
  }
  .interview_fv_title {
    font-size: 3.5897435897vw;
  }
  .interview_fv_title span {
    margin-left: 1.2820512821vw;
    padding: 0.5128205128vw 1.2820512821vw 0;
  }
  .interview_fv_title img {
    width: 100%;
    height: auto;
    margin-top: 5.1282051282vw;
  }
  .interview_fv_flex {
    display: block;
    margin-top: 7.6923076923vw;
    padding-bottom: 12.8205128205vw;
  }
  .interview_fv_flex_text {
    font-size: 3.5897435897vw;
    white-space: unset;
  }
  .interview_fv_flex_title {
    display: none;
  }
  .interview_fv_list {
    display: flex;
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
    width: 138.4615384615vw;
  }
  .interview_fv_item {
    width: 41.0256410256vw;
    padding-bottom: 2.5641025641vw;
  }
  .interview_fv_item_img {
    height: 56.4102564103vw;
  }
  .interview_fv_item_flex {
    display: block;
  }
  .interview_fv_item_title {
    font-size: 4.6153846154vw;
    margin-top: 2.5641025641vw;
  }
  .interview_fv_item_title span {
    font-size: 3.0769230769vw;
  }
  .interview_fv_item_text {
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
}
/*
***************************************************************/
.interview_item {
  display: flex;
  align-items: flex-start;
  gap: 1.3888888889vw;
}

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

.interview_item:nth-of-type(n + 2) {
  margin-top: 4.1666666667vw;
  padding-top: 4.1666666667vw;
  border-top: 0.0694444444vw solid #000;
}

.interview_itemBox {
  flex: 1;
}

.interview_item_title:nth-of-type(1) img {
  height: 12.2222222222vw;
  width: auto;
}

.interview_item_title:nth-of-type(2) img {
  padding: 6.9444444444vw 0 0;
}

.interview_item_text {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0625vw;
  margin-top: 2.7777777778vw;
}

.interview_item_img {
  width: 39.7222222222vw;
}

.interview_item_head {
  width: 5vw;
}

@media screen and (max-width: 680px) {
  .interview {
    padding: 10.2564102564vw 0 20.5128205128vw;
  }
  .interview_item {
    flex-flow: column;
    gap: 0;
  }
  .interview_item:nth-of-type(2n) {
    flex-flow: column;
  }
  .interview_item:nth-of-type(n + 2) {
    margin-top: 7.6923076923vw;
    padding-top: 7.6923076923vw;
    position: relative;
    border-top: unset;
  }
  .interview_item:nth-of-type(n + 2)::before {
    content: "";
    display: inline-block;
    border-top: 1px solid #000;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .interview_itemBox {
    order: 3;
    padding-top: 7.6923076923vw;
    margin-top: 5.1282051282vw;
    border-top: 1px solid #000;
  }
  .interview_item_title:nth-of-type(1) img {
    height: auto;
    width: 100%;
  }
  .interview_item_title:nth-of-type(2) img {
    padding: 7.6923076923vw 0 0;
    margin-top: 7.6923076923vw;
    border-top: 1px solid #000;
  }
  .interview_item_text {
    font-size: 3.5897435897vw;
    margin-top: 7.6923076923vw;
  }
  .interview_item_img {
    width: 100%;
    order: 1;
  }
  .interview_item_head {
    width: auto;
    height: 10.7692307692vw;
    order: 2;
    margin-top: 3.8461538462vw;
  }
}
/* section1
***************************************************************/
.recruit_fv {
  padding: 2.7777777778vw 0 0;
}

.recruit_fv_title {
  width: 61.3888888889vw;
  font-size: 1.6666666667vw;
  font-weight: bold;
}

.recruit_fv_title img {
  margin-top: 2.7777777778vw;
}

.recruit_fv .fv_slider {
  margin-top: 2.7777777778vw;
}

.recruit_fv .fv_slider .slick-slide {
  width: 23.2638888889vw;
}

.recruit_fv_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.0416666667vw 0;
  border-bottom: 0.0694444444vw solid #000;
}

.recruit_fv_text {
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.0625vw;
  white-space: nowrap;
}

@media screen and (max-width: 680px) {
  .recruit_fv {
    padding: 10.2564102564vw 0 0;
  }
  .recruit_fv_title.sp_title {
    width: 100%;
    font-size: 3.5897435897vw;
  }
  .recruit_fv_title img {
    margin-top: 2.5641025641vw;
  }
  .recruit_fv .fv_slider {
    margin-top: 5.1282051282vw;
  }
  .recruit_fv .fv_slider .slick-slide {
    width: 64.1025641026vw;
  }
  .recruit_fv_flex {
    display: block;
    padding: 7.6923076923vw 0;
  }
  .recruit_fv_title {
    font-size: 18.9743589744vw;
  }
  .recruit_fv_text {
    font-size: 3.8461538462vw;
    white-space: unset;
    margin-top: 2.5641025641vw;
  }
}
/* section2
***************************************************************/
.recruit_sec1 {
  padding: 4.8611111111vw 0 0;
}

.recruit_sec1 .inner {
  display: flex;
  align-items: center;
  gap: 2.2916666667vw;
  border-bottom: 1px solid #000;
  padding-bottom: 4.8611111111vw;
}

.recruit_sec1_title {
  width: 3.8194444444vw;
}

.recruit_sec1_list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
}

.recruit_sec1_item {
  background: #fff;
  border: 0.0694444444vw solid #000;
}

.recruit_sec1_item a {
  display: block;
}

.recruit_sec1_item_text {
  padding: 1.3888888889vw 0 2.7777777778vw 1.3888888889vw;
  font-size: 2.2222222222vw;
  font-weight: 900;
  line-height: 3.3333333333vw;
  letter-spacing: -0.1493055556vw;
}

.recruit_sec1_item_title {
  border-top: 1px solid #000;
  background: #000;
  color: #fff;
  padding: 0.3472222222vw 1.3888888889vw 0.2083333333vw;
  font-size: 2.0833333333vw;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}

.recruit_sec1_item_title::before {
  content: "";
  display: inline-block;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.5555555556vw;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .recruit_sec1_item a:hover .recruit_sec1_item_title {
    color: #000;
    background: #fff;
  }
  .recruit_sec1_item a:hover .recruit_sec1_item_title::before {
    background-image: url(../images/icon/icon_arrow_right_b.svg);
  }
  .recruit_sec1_item a:hover .recruit_sec1_item_title::before {
    top: 45%;
    right: 0.2083333333vw;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec1 {
    padding: 10.2564102564vw 0 0;
  }
  .recruit_sec1 .inner {
    flex-flow: column;
    gap: 5.1282051282vw;
    border-bottom: 1px solid #000;
    padding-bottom: 17.9487179487vw;
  }
  .recruit_sec1_title {
    width: 100%;
    text-align: center;
  }
  .recruit_sec1_title img {
    width: 40.5128205128vw;
  }
  .recruit_sec1_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    width: 100%;
  }
  .recruit_sec1_item_text {
    padding: 3.8461538462vw 0 3.8461538462vw 5.1282051282vw;
    font-size: 7.1794871795vw;
    letter-spacing: -1.5px;
    line-height: 10.7692307692vw;
  }
  .recruit_sec1_item_title {
    padding: 1.2820512821vw 5.1282051282vw 0.7692307692vw;
    font-size: 6.6666666667vw;
  }
  .recruit_sec1_item_title::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
    right: 2.0512820513vw;
  }
}
/* section2
***************************************************************/
.recruit_sec2 {
  background: unset;
}

/* 詳細
***************************************************************/
.recruit_single {
  padding: 5.5555555556vw 0 9.7222222222vw;
}

.recruit_single_item {
  display: grid;
  grid-template-columns: 22.5vw 1fr;
  align-items: stretch;
  gap: 18.6111111111vw;
}

.recruit_single_item:nth-of-type(n + 2) {
  margin-top: 5.5555555556vw;
  padding-top: 5.5555555556vw;
  border-top: 0.0694444444vw solid #000;
}

.recruit_single_item_title {
  position: relative;
}

.recruit_single_item_title img {
  position: sticky;
  top: 9.7222222222vw;
  align-self: stretch;
}

.recruit_single_item_table {
  width: 100%;
}

.recruit_single_item_th {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5;
  width: 15%;
  padding: 2.7777777778vw 0;
  border-top: 0.0694444444vw solid #000;
}

.recruit_single_item_td {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5;
  width: 85%;
  padding: 2.7777777778vw 0;
  border-top: 0.0694444444vw solid #000;
}

tr:nth-of-type(1) .recruit_single_item_th,
tr:nth-of-type(1) .recruit_single_item_td {
  border-top: unset;
}

.recruit_single_item_td span {
  font-size: 0.9722222222vw;
  font-weight: 500;
  display: block;
  margin-top: 0.6944444444vw;
}

.recruit_single_itemBox_text {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

.recruit_single_link {
  color: #FFF;
  font-size: 1.5277777778vw;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  background: #000;
  border: 1px solid #000;
  margin-top: 8.3333333333vw;
  padding: 1.9444444444vw 0 1.8055555556vw;
  transition: 0.3s;
}

.recruit_single_link::before {
  content: "";
  display: inline-block;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 53%;
  right: 2.2916666667vw;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .recruit_single_link:hover {
    color: #000;
    background: #fff;
  }
  .recruit_single_link:hover::before {
    top: 50%;
    right: 1.9444444444vw;
    background-image: url(../images/icon/icon_arrow_right_b.svg);
  }
}
@media screen and (max-width: 680px) {
  .single .interview_fv_flex {
    border-bottom: unset;
  }
  .recruit_single {
    padding: 10.2564102564vw 0 25.641025641vw;
  }
  .recruit_single_item {
    display: block;
  }
  .recruit_single_item:nth-of-type(n + 2) {
    margin-top: 7.6923076923vw;
    padding-top: 7.6923076923vw;
    border-top: unset;
  }
  .recruit_single_item_title img {
    position: unset;
    width: 43.5897435897vw;
  }
  .recruit_single_item_table {
    margin-top: 5.1282051282vw;
  }
  .recruit_single_item_th {
    font-size: 4.6153846154vw;
    width: 100%;
    display: block;
    padding: 5.1282051282vw 0 0;
  }
  .recruit_single_item_td {
    font-size: 3.8461538462vw;
    width: 100%;
    display: block;
    padding: 2.5641025641vw 0 5.1282051282vw;
    border-top: unset;
  }
  tr:nth-of-type(1) .recruit_single_item_th,
  tr:nth-of-type(1) .recruit_single_item_td {
    border-top: unset;
  }
  tr:nth-of-type(1) .recruit_single_item_th {
    border-top: 1px solid #000;
  }
  .recruit_single_item_td span {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
  .recruit_single_itemBox_text {
    font-size: 3.8461538462vw;
    border-top: 1px solid #000;
    margin-top: 5.1282051282vw;
    padding-top: 5.1282051282vw;
  }
  .recruit_single_itemBox_text:nth-of-type(n + 2) {
    margin-top: 0;
    padding-top: 0;
    border-top: unset;
  }
  .recruit_single_link {
    font-size: 4.1025641026vw;
    margin-top: 15.3846153846vw;
    padding: 3.3333333333vw 0 2.5641025641vw;
  }
  .recruit_single_link::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 3.8461538462vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  padding: 2.7777777778vw 0 14.5833333333vw;
}

.contact .inner {
  display: flex;
  gap: 10.8333333333vw;
  align-self: stretch;
  max-width: 81.9444444444vw;
  margin: 0 auto;
  padding: 0;
}

.contact_head {
  width: 23.2638888889vw;
  position: relative;
}

.contact_headBox {
  position: sticky;
  top: 9.7222222222vw;
  align-self: stretch;
}

.contact_head_title {
  font-size: 1.1111111111vw;
  line-height: 1;
}

.contact_head_title img {
  margin-top: 0.6944444444vw;
}

.contact_head_text {
  font-weight: 500;
  margin-top: 2.0833333333vw;
}

.contact_head_list {
  margin-top: 4.1666666667vw;
  display: flex;
  flex-flow: column;
  gap: 2.0833333333vw;
  position: relative;
}

.contact_head_list::before {
  content: "";
  display: inline-block;
  border-left: 0.0694444444vw dashed #000;
  height: calc(100% - 1.6666666667vw);
  position: absolute;
  top: 50%;
  left: 0.2777777778vw;
  transform: translate(0, -50%);
}

.contact_head_item {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  font-size: 1.25vw;
  line-height: 1;
  font-weight: bold;
  color: #777;
}

.contact_head_item::before {
  content: "";
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: #777;
}

.contact_head_item span {
  font-size: 1.1111111111vw;
  width: 1.7361111111vw;
}

.contact_head_item.active {
  color: #000;
}

.contact_head_item.active::before {
  background: #000;
}

.contact_form {
  padding-top: 8.3333333333vw;
  flex: 1;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 3.4722222222vw;
}

.contact_item {
  display: flex;
  flex-flow: column;
  gap: 0.6944444444vw;
}

.contact_item_title {
  display: flex;
  gap: 0.6944444444vw;
  align-items: center;
  font-size: 1.25vw;
  font-weight: bold;
}

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

.req {
  font-size: 0.8333333333vw;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 0 0.5555555556vw;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 0.6944444444vw;
  border: 0.0694444444vw solid #000;
  background: #fff;
}

.contact_area textarea {
  width: 100%;
  height: 17.0138888889vw;
  padding: 0.3472222222vw 0.6944444444vw;
  resize: none;
  border: 0.0694444444vw solid #000;
  background: #fff;
}

.wpcf7-checkbox {
  display: flex;
  gap: 2.0833333333vw;
}

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

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

.contact_area label input {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_privacy {
  margin-top: 4.4444444444vw;
  overflow-y: scroll;
  border: 0.0694444444vw solid #CBCBCB;
}

.contact_privacy_scroll {
  height: 16.6666666667vw;
  padding: 2.7777777778vw 1.6666666667vw;
}

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

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 1.1111111111vw;
  padding-bottom: 2.7777777778vw;
  margin-top: 1.1111111111vw;
}

.contact_privacy_item .list02 {
  padding-left: 1.0416666667vw;
  list-style: auto;
}

.contact_privacy_item .list03 {
  padding-left: 1.0416666667vw;
  list-style: lower-roman;
}

.contact_check {
  display: flex;
  gap: 0.6944444444vw;
  align-items: center;
  margin-top: 2.7777777778vw;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
}

.contact_check input {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}

.contact_check a {
  text-decoration: underline;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3888888889vw;
  margin-top: 5.5555555556vw;
}

.contact_submit_btn {
  position: relative;
  display: block;
  flex: 1;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  transition: 0.3s;
}

.contact_submit_btn::before {
  content: "";
  display: inline-block;
  width: 2.3611111111vw;
  height: 2.3611111111vw;
  background-image: url(../images/icon/icon_arrow_right_g.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.25vw;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.contact_submit input {
  width: 100%;
  font-size: 1.5277777778vw;
  font-weight: bold;
  padding: 1.9444444444vw 0 1.8055555556vw;
  text-align: center;
}

.contact_submit a {
  position: relative;
  width: 17.3611111111vw;
  font-size: 1.5277777778vw;
  font-weight: bold;
  padding: 1.9444444444vw 0 1.8055555556vw;
  border: 1px solid #000;
  text-align: center;
  transition: 0.3s;
}

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

.wpcf7-spinner {
  display: none;
}

.thanks {
  padding: 6.9444444444vw 0 18.75vw;
}

.thanks .inner {
  max-width: 81.9444444444vw;
  margin: 0 auto;
}

.thanks_title {
  width: 27.0833333333vw;
}

.thanks_title img {
  margin-top: 1.3888888889vw;
}

.thanks_text {
  font-weight: 500;
  margin-top: 4.1666666667vw;
}

.thanks_btn {
  font-size: 1.25vw;
  font-weight: 900;
  width: 17.3611111111vw;
  border-bottom: 0.0694444444vw solid #000;
  padding-bottom: 0.6944444444vw;
  margin-top: 5.5555555556vw;
}

@media screen and (min-width: 681px) {
  .contact_submit_btn:hover {
    background: #fff;
    color: #000;
  }
  .contact_submit_btn:hover::before {
    top: 45%;
    right: 0.9027777778vw;
    background-image: url(../images/icon/icon_arrow_right_b.svg);
  }
  .contact_submit a:hover {
    background: #fff;
  }
  .contact_submit a:hover::before {
    top: 45%;
    left: 0.9027777778vw;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    padding: 7.6923076923vw 0 41.0256410256vw;
  }
  .contact .inner {
    flex-flow: column;
    gap: 10.2564102564vw;
    max-width: unset;
    margin: 0 auto;
    padding: 0 3.8461538462vw;
  }
  .contact_head {
    width: 100%;
  }
  .contact_headBox {
    position: unset;
  }
  .contact_head_title {
    font-size: 3.5897435897vw;
  }
  .contact_head_title img {
    margin-top: 2.5641025641vw;
    width: 64.1025641026vw;
    display: block;
  }
  .contact_head_text {
    font-size: 3.5897435897vw;
    margin-top: 7.6923076923vw;
  }
  .contact_head_list {
    margin-top: 15.3846153846vw;
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 20.5128205128vw;
  }
  .contact_head_list::before {
    display: none;
  }
  .contact_head_item {
    flex-flow: column;
    gap: 0;
    font-size: 4.1025641026vw;
    line-height: 1.4;
    position: relative;
  }
  .contact_head_item::after {
    content: "";
    display: inline-block;
    width: 15.3846153846vw;
    border-top: 1px dashed #000;
    position: absolute;
    top: 50%;
    right: -17.9487179487vw;
    transform: translate(0, -50%);
  }
  .contact_head_item:nth-last-of-type(1)::after {
    display: none;
  }
  .contact_head_item::before {
    display: none;
  }
  .contact_head_item span {
    font-size: 4.1025641026vw;
    width: auto;
  }
  .contact_form {
    padding-top: 0;
  }
  .contact_list {
    gap: 12.8205128205vw;
  }
  .contact_item {
    gap: 2.5641025641vw;
  }
  .contact_item_title {
    gap: 2.5641025641vw;
    font-size: 4.6153846154vw;
  }
  .req {
    font-size: 3.0769230769vw;
    padding: 0 2.0512820513vw;
  }
  .contact_area input {
    width: 100%;
    padding: 2.5641025641vw;
    border: 0.2564102564vw solid #000;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 1.2820512821vw 2.5641025641vw;
  }
  .wpcf7-checkbox {
    gap: 7.6923076923vw;
  }
  .contact_area label {
    gap: 2.5641025641vw;
  }
  .contact_area label input {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
  .contact_privacy {
    margin-top: 16.4102564103vw;
  }
  .contact_privacy_scroll {
    height: 61.5384615385vw;
    padding: 10.2564102564vw 6.1538461538vw;
  }
  .contact_check {
    gap: 2.5641025641vw;
    margin-top: 10.2564102564vw;
    font-size: 4.6153846154vw;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .contact_submit {
    gap: 2.5641025641vw;
    margin-top: 10.2564102564vw;
  }
  .contact_submit_btn::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 3.8461538462vw;
  }
  .contact_submit input {
    font-size: 4.1025641026vw;
    padding: 3.3333333333vw 0;
  }
  .contact_submit a {
    width: 41.0256410256vw;
    font-size: 4.1025641026vw;
    padding: 3.3333333333vw 0;
  }
  .contact_submit a::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 3.8461538462vw;
  }
  .thanks {
    padding: 10.2564102564vw 0 41.0256410256vw;
  }
  .thanks .inner {
    max-width: unset;
  }
  .thanks_title {
    width: 75.641025641vw;
  }
  .thanks_title img {
    margin-top: 5.1282051282vw;
  }
  .thanks_text {
    font-size: 3.5897435897vw;
    margin-top: 7.6923076923vw;
  }
  .thanks_btn {
    font-size: 4.1025641026vw;
    width: 100%;
    margin-top: 15.3846153846vw;
  }
}
/* section1
***************************************************************/
.privacy {
  padding: 6.9444444444vw 0 18.75vw;
}

.privacy .inner {
  max-width: 83.3333333333vw;
  margin: 0 auto;
}

.privacy_title {
  width: 30.5555555556vw;
}

.privacy_title img {
  margin-top: 0.6944444444vw;
}

.privacy_text {
  font-weight: 500;
  margin-top: 4.1666666667vw;
}

.privacy_list {
  display: flex;
  flex-flow: column;
  margin-top: 5.5555555556vw;
  gap: 4.1666666667vw;
}

.privacy_item_title {
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.0833333333vw;
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_item_text {
  font-weight: 500;
  margin-top: 1.3888888889vw;
}

.privacy_item .list01 {
  margin-top: 1.0416666667vw;
}

.privacy_item .item01 {
  padding-left: 1.3888888889vw;
  position: relative;
}

.privacy_item .item01::before {
  content: "";
  display: inline-block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-radius: 50%;
  background: rgb(192, 39, 48);
  position: absolute;
  left: 0;
  top: 0.5555555556vw;
}

@media screen and (max-width: 680px) {
  .privacy {
    padding: 10.2564102564vw 0 41.0256410256vw;
  }
  .privacy .inner {
    max-width: unset;
  }
  .privacy_title {
    width: 100%;
  }
  .privacy_title img {
    margin-top: 5.1282051282vw;
  }
  .privacy_text {
    font-size: 3.5897435897vw;
    margin-top: 12.8205128205vw;
  }
  .privacy_list {
    margin-top: 20.5128205128vw;
    gap: 12.8205128205vw;
  }
  .privacy_item_title {
    font-size: 5.641025641vw;
    letter-spacing: 0.3076923077vw;
  }
  .privacy_item_text {
    margin-top: 3.8461538462vw;
    font-size: 3.8461538462vw;
  }
  .privacy_item .list01 {
    margin-top: 2.5641025641vw;
  }
  .privacy_item .item01 {
    padding-left: 3.5897435897vw;
  }
  .privacy_item .item01::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    top: 2.5641025641vw;
  }
}