@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: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #0E224B;
}

main {
  margin-top: 145px;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 2.5714285714vw;
  }
  main {
    margin-top: 8.5714285714vw;
  }
}
/* フォント
***************************************************************/
.mohave_font {
  font-family: "Mohave", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

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

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: rgba(235, 97, 0, 0.9);
  display: inline;
}

/* 共通パーツ(下層)
***************************************************************/
.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: 11.4285714286vw 0;
  }
  .page_fv_title {
    font-size: 2.8571428571vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  transition: 0.3s;
  padding: 25px 0 40px;
  background: #EB6100;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

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

.header_logo {
  width: 97px;
}

.toggle-menu {
  display: none;
}

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

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

.global_nav_item a {
  transition: 0.3s;
}

.global_nav_item .link1 {
  color: #0E224B;
  font-size: 20px;
  font-weight: 600;
}

.global_nav_item .link2 {
  color: #0E224B;
  font-weight: 700;
  padding-top: 2px;
}

.header_contact a {
  color: #FF0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  background: #0E224B;
  border-radius: 40px;
  width: 160px;
  padding-top: 2px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .global_nav_item a:hover {
    color: #FF0;
  }
  .header_contact a:hover {
    color: #0E224B;
    background: #FF0;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 2.1428571429vw 0;
  }
  .header_inner {
    display: block;
    padding: 0 5vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_logo {
    width: 13.8571428571vw;
  }
  .header_sp_nav {
    display: flex;
    align-items: center;
    gap: 5.4285714286vw;
  }
  .header_contact a {
    font-size: 2.8571428571vw;
    letter-spacing: 0.4285714286vw;
    border-radius: 5.7142857143vw;
    width: 22.8571428571vw;
    padding-top: 0.2857142857vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 6.4285714286vw;
    height: 6.4285714286vw;
  }
  .open .toggle-menu {
    position: fixed;
    right: 5vw;
    top: 3.1428571429vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 6.4285714286vw;
    height: 1px;
    margin: auto;
    text-indent: -1428.4285714286vw;
    background-color: rgba(255, 255, 255, 0);
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 6.4285714286vw;
    height: 1px;
    content: "";
    background-color: #0E224B;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 5vw 14.2857142857vw;
    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: 11.4285714286vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 1.4285714286vw 0;
    border-bottom: 1px solid #000;
  }
  .global_nav_item .link1 {
    font-size: 5.7142857143vw;
    padding: 2.1428571429vw 0 1.4285714286vw;
  }
  .global_nav_item .link2 {
    font-size: 4.8571428571vw;
    padding: 1.4285714286vw 0 1.4285714286vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #EB6100;
  padding: 60px 0;
}

.footer_logo {
  width: 225px;
  display: block;
  margin: 0 auto;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 45px;
}

.footer_flexBox {
  flex: 1;
}

.footer_title {
  font-size: 63.865px;
  font-weight: 900;
  line-height: 118.926%;
  letter-spacing: -2.555px;
}

.footer_text {
  font-size: 28.755px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.15px;
  border-bottom: 1px solid #0E224B;
  margin-top: 25px;
  display: inline-block;
}

.footer_text span {
  font-weight: bold;
}

.footer_img {
  width: 225px;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 8.5714285714vw 0 14.2857142857vw;
    position: relative;
  }
  .footer_logo {
    width: 32.1428571429vw;
  }
  .footer_flex {
    display: block;
    margin-top: 14.7142857143vw;
  }
  .footer_title {
    font-size: 6.4285714286vw;
  }
  .footer_text {
    font-size: 4vw;
    margin-top: 15.8571428571vw;
  }
  .footer_img {
    width: 32.1428571429vw;
    position: absolute;
    right: 5.7142857143vw;
    bottom: 5.7142857143vw;
  }
}
/* ===================================================
トップページ
=================================================== */
.read {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-image: url(../images/front/read_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.6s;
}

.read::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #2A2A2A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 1;
  transition: 0.6s;
  opacity: 0;
}

.read.bg::before {
  z-index: 1001;
  opacity: 1;
}

.read.close {
  opacity: 0;
  visibility: hidden;
}

.read_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.read .inner {
  display: flex;
  align-items: center;
  gap: 44px;
}

.read_head {
  flex: 1;
}

.read_head_title {
  color: #EB6100;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

.read_head_title span {
  font-size: 96px;
  font-weight: bold;
  display: block;
}

.read_head_text {
  color: #EB6100;
  font-size: 18px;
  font-weight: bold;
  margin-top: 65px;
}

.read_btn {
  color: #EB6100;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 467px;
  text-align: center;
}

.read_btn button {
  border-radius: 10px;
  border: 1px solid #EB6100;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.926%;
  letter-spacing: -3.84px;
  padding: 39px 0 29px;
  display: block;
  width: 100%;
  transition: 0.3s;
}

.read_btn button span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.926%;
  border-radius: 100px;
  border: 1px solid #EB6100;
  letter-spacing: -0.8px;
  width: 120px;
  display: block;
  margin: 8px auto;
  padding-top: 5px;
}

@media screen and (min-width: 681px) {
  .read_btn button:hover {
    background: rgba(235, 97, 0, 0.2);
  }
}
@media screen and (max-width: 680px) {
  .read .inner {
    flex-flow: column;
    padding: 0;
    gap: 8.2857142857vw;
  }
  .read_head {
    text-align: center;
  }
  .read_head_title {
    color: #EB6100;
    font-size: 4.2857142857vw;
    line-height: 1;
    font-weight: bold;
  }
  .read_head_title span {
    font-size: 13.7142857143vw;
  }
  .read_head_text {
    font-size: 2.5714285714vw;
    margin-top: 8.1428571429vw;
  }
  .read_btn {
    gap: 4.2857142857vw;
    width: 66.7142857143vw;
  }
  .read_btn button {
    border-radius: 1.4285714286vw;
    font-size: 13.7142857143vw;
    padding: 5.5714285714vw 0 4.1428571429vw;
  }
  .read_btn button span {
    font-size: 2.8571428571vw;
    border-radius: 14.2857142857vw;
    width: 17.1428571429vw;
    margin: 1.1428571429vw auto;
    padding-top: 0.7142857143vw;
  }
}
/* FV
***************************************************************/
.fv {
  background: #EB6100;
  padding: 80px 0 25px;
}

.fv .inner {
  position: relative;
}

.fv_title {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -4px;
}

.fv_text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid #0E224B;
  position: absolute;
  right: 0;
  bottom: 189px;
}

.fv_text span {
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .fv {
    padding: 7.5714285714vw 0 5vw;
  }
  .fv_title {
    font-size: 10.7142857143vw;
    letter-spacing: -0.2857142857vw;
    white-space: nowrap;
  }
  .fv_text {
    font-size: 4vw;
    bottom: unset;
    top: -5.7142857143vw;
    right: 5.4285714286vw;
  }
}
/* About
***************************************************************/
.top_about {
  background-image: url(../images/front/about_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 270px;
}

.top_about .inner {
  position: relative;
}

.top_about_text span {
  font-weight: bold;
  font-size: 24px;
  line-height: 3;
  padding: 0 10px;
  opacity: 0;
  position: relative;
  bottom: -10px;
  transition: 1s;
}

.top_about_text span.inview {
  opacity: 1;
  bottom: 0;
}

.top_about_img {
  width: 225px;
  position: absolute;
  bottom: -216px;
  right: 0;
}

@media screen and (max-width: 680px) {
  .top_about {
    padding: 5.7142857143vw 0 38.5714285714vw;
  }
  .top_about_text span {
    font-size: 2.8571428571vw;
    padding: 0 1.4285714286vw;
  }
  .top_about_img {
    width: 23.8571428571vw;
    position: absolute;
    bottom: -31vw;
    right: 5.7142857143vw;
  }
}
/* Produce
***************************************************************/
.top_produce .inner {
  max-width: 1260px;
}

.top_produce_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 90px;
}

.top_produce_title {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}

.top_produce_title span {
  font-size: 96px;
  line-height: 1;
  display: block;
}

.top_produce_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 210%;
  flex: 1;
}

.top_produce_img {
  display: block;
  max-width: 1040px;
  margin: 60px auto 0;
}

@media screen and (max-width: 680px) {
  .top_produce_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 5.1428571429vw;
  }
  .top_produce_title {
    font-size: 4.2857142857vw;
  }
  .top_produce_title span {
    font-size: 13.7142857143vw;
  }
  .top_produce_text {
    font-size: 2.4285714286vw;
  }
  .top_produce_img {
    margin: 8.5714285714vw auto 0;
  }
}
/* Company
***************************************************************/
.top_style {
  background-image: url(../images/front/style_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 230px 0 140px;
}

.top_style_en {
  height: 241px;
  width: auto;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.top_style_title {
  text-align: center;
}

.top_style_title .en {
  color: #EB6100;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -4px;
  display: block;
}

.top_style_title .ja {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 25px;
  color: #fff;
  display: block;
}

.top_style_content {
  position: relative;
  margin-top: 90px;
}

.top_style_content::before {
  content: "";
  display: inline-block;
  width: 74px;
  height: 74px;
  background-image: url(../images/front/style_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -82px;
  top: -109px;
}

.top_style_content::after {
  content: "";
  display: inline-block;
  width: 74px;
  height: 74px;
  background-image: url(../images/front/style_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -82px;
  top: -109px;
  transform: rotate(90deg);
}

.top_style_content_text {
  font-weight: bold;
  font-size: 24px;
  line-height: 3;
  color: #fff;
}

.top_style_content_text span {
  background: rgb(235, 97, 0);
  display: inline;
  padding: 0 10px;
}

.top_style_content_text::before {
  content: "";
  display: inline-block;
  width: 74px;
  height: 74px;
  background-image: url(../images/front/style_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -82px;
  bottom: -64px;
  transform: rotate(-90deg);
}

.top_style_content_text::after {
  content: "";
  display: inline-block;
  width: 74px;
  height: 74px;
  background-image: url(../images/front/style_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -82px;
  bottom: -64px;
  transform: rotate(-180deg);
}

@media screen and (max-width: 680px) {
  .top_style {
    padding: 23vw 0 33.5714285714vw;
  }
  .top_style_en {
    height: 16.4285714286vw;
    top: 5vw;
  }
  .top_style_title .en {
    font-size: 13.7142857143vw;
    letter-spacing: -0.5714285714vw;
  }
  .top_style_title .ja {
    letter-spacing: 3.5714285714vw;
    font-size: 4.2857142857vw;
  }
  .top_style_content {
    margin-top: 22.8571428571vw;
  }
  .top_style_content::before {
    width: 10.5714285714vw;
    height: 10.5714285714vw;
    left: 0;
    top: -15.5714285714vw;
  }
  .top_style_content::after {
    width: 10.5714285714vw;
    height: 10.5714285714vw;
    right: 0;
    top: -15.5714285714vw;
  }
  .top_style_content_text {
    font-size: 2.8571428571vw;
  }
  .top_style_content_text span {
    padding: 0 1.4285714286vw;
  }
  .top_style_content_text::before {
    width: 10.5714285714vw;
    height: 10.5714285714vw;
    left: 0;
    bottom: -10.5714285714vw;
  }
  .top_style_content_text::after {
    width: 10.5714285714vw;
    height: 10.5714285714vw;
    right: 0;
    bottom: -10.5714285714vw;
  }
}
/* News
***************************************************************/
.top_point {
  background: #EB6100;
}

.top_point_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.top_point_item {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
}

.top_point_item_head {
  display: flex;
  align-items: center;
}

.top_point_item_head_number {
  font-size: 96px;
  height: 150px;
  text-align: center;
  font-weight: bold;
  width: 145px;
  border-right: 1px solid #fff;
}

.top_point_item_head_title {
  font-size: 28px;
  font-weight: bold;
  padding-left: 50px;
  line-height: 1.3;
}

.top_point_item_head_title span {
  color: #FFFF00;
}

.top_point_item_text {
  font-weight: bold;
  padding: 39px 52px 23px;
  border-top: 1px solid #fff;
  line-height: 2.1;
}

@media screen and (max-width: 680px) {
  .top_point_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.2857142857vw;
  }
  .top_point_item {
    border-radius: 1.4285714286vw;
  }
  .top_point_item_head_number {
    font-size: 13.7142857143vw;
    height: 21.4285714286vw;
    width: 20.7142857143vw;
  }
  .top_point_item_head_title {
    font-size: 4vw;
    padding-left: 7.1428571429vw;
  }
  .top_point_item_text {
    padding: 5.5714285714vw 7.4285714286vw 3.2857142857vw;
  }
}
/* ORGANIZATION
***************************************************************/
.top_organization_title .en {
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -3.84px;
  display: block;
}

.top_organization_title .ja {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.2px;
  display: block;
}

.top_organization_img {
  margin-top: 68px;
}

@media screen and (max-width: 680px) {
  .top_organization_title .en {
    font-size: 13.7142857143vw;
  }
  .top_organization_title .ja {
    font-size: 4.2857142857vw;
  }
  .top_organization_img {
    margin-top: 6.4285714286vw;
  }
}
/* Recruit
***************************************************************/
.top_job {
  background: rgba(14, 34, 75, 0.15);
}

.top_job_title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 22px;
  text-align: center;
}

.top_job_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 68px;
}

.top_job_item a {
  display: block;
}

.top_job_item_img {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  height: 230px;
}

.top_job_item a img {
  height: 230px;
  transition: 0.3s;
}

.top_job_itemBox {
  padding: 16px 25px 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.top_job_itemBox_ca {
  color: #FFF;
  background: #EB6100;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  padding: 2px 22px;
  display: inline-block;
}

.top_job_itemBox_title {
  font-weight: 500;
  line-height: 130%;
  min-height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 7px;
}

.cta {
  text-align: center;
  padding: 40px 0;
}

.cta_link {
  color: #FF0;
  font-size: 57px;
  font-weight: 600;
  letter-spacing: 8px;
  border-radius: 100px;
  line-height: 1.4;
  padding-top: 7px;
  background: #2A2A2A;
  width: 463px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .top_job_item a:hover img {
    transform: scale(1.1, 1.1);
  }
  .cta_link:hover {
    color: #2A2A2A;
    background: #FF0;
  }
}
@media screen and (max-width: 680px) {
  .top_job_title {
    font-size: 6.4285714286vw;
    letter-spacing: 3.1428571429vw;
  }
  .top_job_list {
    display: block;
    margin-top: 8vw;
  }
  .slider .slick-slide {
    margin: 0 10px;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    bottom: -1.4285714286vw;
    background-image: url(../images/icon/icon_slider_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 6.1428571429vw;
    width: 3.5714285714vw;
  }
  .slick-prev {
    left: 0;
    transform: rotate(-180deg);
  }
  .slick-next {
    right: 0;
  }
  .slick-dots {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
  }
  .slick-dots .slick-active button {
    background: #333;
  }
  .top_job_item a {
    display: block;
  }
  .top_job_item_img {
    overflow: hidden;
    border-radius: 1.4285714286vw 1.4285714286vw 0vw 0vw;
    height: 32.8571428571vw;
  }
  .top_job_item_img {
    height: 55.7142857143vw;
  }
  .top_job_item a img {
    height: 55.7142857143vw;
  }
  .top_job_itemBox {
    padding: 3.8571428571vw 6vw 5.2857142857vw;
    border-radius: 0 0 1.4285714286vw 1.4285714286vw;
  }
  .top_job_itemBox_ca {
    font-size: 2.8571428571vw;
    padding: 0.2857142857vw 5.2857142857vw;
  }
  .top_job_itemBox_title {
    font-size: 3.8571428571vw;
    min-height: 10.8571428571vw;
    margin-top: 1.4285714286vw;
  }
  .cta {
    padding: 5.7142857143vw 0;
  }
  .cta_link {
    font-size: 8.1428571429vw;
    letter-spacing: 1.1428571429vw;
    border-radius: 14.2857142857vw;
    padding-top: 1vw;
    width: 66.1428571429vw;
  }
}
.recruit_title {
  padding-left: 24px;
  border-left: 10px solid #EB6100;
}

.recruit_title .en {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2px;
  display: block;
  font-family: "Mohave", sans-serif;
}

.recruit_title .ja {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  display: block;
}

@media screen and (max-width: 680px) {
  .recruit_title {
    padding-left: 3.4285714286vw;
    border-left: 1.4285714286vw solid #EB6100;
  }
  .recruit_title .en {
    font-size: 7.1428571429vw;
    letter-spacing: -0.2857142857vw;
  }
  .recruit_title .ja {
    font-size: 3.5714285714vw;
  }
}
/* fv
***************************************************************/
.recruit_fv {
  padding: 80px 0 0;
  background: #EB6100;
}

.recruit_fv_category {
  color: #FFF;
  font-size: 18px;
  background: #0E224B;
  display: inline-block;
  padding: 4px 50px;
}

.recruit_fv_title {
  font-size: 40px;
  font-weight: 900;
  margin-top: 16px;
  line-height: 1.2;
}

.recruit_fv_img {
  margin-top: 58px;
  height: 430px;
}

@media screen and (max-width: 680px) {
  .recruit_fv {
    padding: 7.7142857143vw 0 0;
  }
  .recruit_fv_category {
    font-size: 2vw;
    padding: 0.5714285714vw 5.7142857143vw;
  }
  .recruit_fv_title {
    font-size: 4.2857142857vw;
    margin-top: 2.2857142857vw;
  }
  .recruit_fv_img {
    margin-top: 7.1428571429vw;
    height: 45.7142857143vw;
  }
}
/* section1
***************************************************************/
.job_sec1 {
  padding: 60px 0;
}

.job_sec1_text {
  font-weight: 700;
  line-height: 210%;
  margin-top: 50px;
}

@media screen and (max-width: 680px) {
  .job_sec1 {
    padding: 5.7142857143vw 0;
  }
  .job_sec1_text {
    font-size: 2.5714285714vw;
    margin-top: 7.1428571429vw;
  }
}
/* section2
***************************************************************/
.job_sec2 {
  background: #DBDEE4;
  padding: 60px 0;
}

.job_sec2 .inner {
  max-width: 800px;
}

.job_sec2_title {
  text-align: center;
}

.job_sec2_title .en {
  font-family: "Mohave", sans-serif;
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2px;
}

.job_sec2_title .ja {
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.6;
}

.job_sec2_list {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 45px;
}

.job_sec2_item {
  border-radius: 10px;
  background: #FFF;
  padding: 10px 45px;
}

.job_sec2_item_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.5px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}

.job_sec2_item_text span {
  font-family: "Mohave", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2px;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 680px) {
  .job_sec2 {
    padding: 8.5714285714vw 0;
  }
  .job_sec2_title .en {
    font-size: 7.1428571429vw;
    letter-spacing: -0.2857142857vw;
  }
  .job_sec2_title .ja {
    font-size: 3.5714285714vw;
  }
  .job_sec2_list {
    gap: 1.4285714286vw;
    margin-top: 6.4285714286vw;
  }
  .job_sec2_item {
    border-radius: 1.4285714286vw;
    padding: 1.4285714286vw 6.4285714286vw;
  }
  .job_sec2_item_text {
    font-size: 2.8571428571vw;
    gap: 4.5714285714vw;
    letter-spacing: 0.2857142857vw;
  }
  .job_sec2_item_text span {
    font-size: 7.1428571429vw;
    letter-spacing: -0.2857142857vw;
    top: 0.5714285714vw;
  }
}
/* section3
***************************************************************/
.job_sec3 {
  padding: 60px 0 0;
}

.job_sec3.none {
  padding: 0;
}

.job_sec3_content {
  background: #EB6100;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.none .job_sec3_content {
  display: none;
}

.job_sec3_title {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
}

.job_sec3_list {
  width: 710px;
  margin: 45px auto 0;
}

.job_sec3_item {
  border-bottom: 1px solid #fff;
  padding-left: 80px;
}

.job_sec3_item_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 250%;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.job_sec3_item_text::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background-image: url(../images/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.job_sec3_img {
  margin-top: -60px;
}

.none .job_sec3_img {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .job_sec3 {
    padding: 0;
  }
  .job_sec3 .inner {
    padding: 0;
  }
  .job_sec3_content {
    padding: 8.5714285714vw 0;
  }
  .job_sec3_title {
    font-size: 5.7142857143vw;
  }
  .job_sec3_list {
    width: 100%;
    margin: 6.4285714286vw auto 0;
    padding: 0 5.7142857143vw;
  }
  .job_sec3_item {
    padding-left: 0;
  }
  .job_sec3_item_text {
    font-size: 2.8571428571vw;
    letter-spacing: 0.2857142857vw;
    gap: 2vw;
  }
  .job_sec3_item_text::before {
    width: 3.7142857143vw;
    height: 3.4285714286vw;
  }
  .job_sec3_img {
    margin-top: 0;
  }
}
/* section4
***************************************************************/
.job_sec4_table {
  width: 960px;
  margin: 50px auto 0;
}

.job_sec4_th {
  width: 20%;
  border-bottom: 1px solid #0E224B;
  padding: 12px 0;
  position: relative;
}

.job_sec4_th::before {
  content: "";
  display: block;
  height: 15px;
  border-right: 1px solid #EB6100;
  position: absolute;
  right: 0;
  top: 18px;
}

.job_sec4_td {
  width: 80%;
  line-height: 210%;
  border-bottom: 1px solid #0E224B;
  padding: 10px 0 10px 40px;
}

.job_sec4_td iframe {
  display: block;
  width: 100%;
  height: 260px;
  margin: 10px 0;
}

@media screen and (max-width: 680px) {
  .job_sec4_table {
    width: 100%;
    margin: 7.1428571429vw auto 0;
  }
  .job_sec4_th {
    width: 100%;
    display: block;
    padding: 1.7142857143vw 0;
    font-size: 3.5714285714vw;
  }
  .job_sec4_th::before {
    display: none;
  }
  .job_sec4_td {
    width: 100%;
    display: block;
    border-bottom: unset;
    padding: 0.7142857143vw 0 0;
    font-size: 2.8571428571vw;
  }
  .job_sec4_td iframe {
    height: 42.8571428571vw;
    margin: 0.7142857143vw 0;
  }
}
/* section5
***************************************************************/
.job_sec5 {
  text-align: center;
  background: #0E224B;
}

.job_sec5_title {
  color: #EB6100;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.2;
}

.job_sec5_btn {
  color: #FF0;
  font-size: 57px;
  font-weight: 600;
  letter-spacing: 8px;
  border-radius: 100px;
  line-height: 1.4;
  padding-top: 7px;
  background: #EB6100;
  width: 463px;
  margin-top: 44px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .job_sec5_btn:hover {
    color: #EB6100;
    background: #FF0;
  }
}
@media screen and (max-width: 680px) {
  .job_sec5_title {
    font-size: 5vw;
  }
  .job_sec5_btn {
    font-size: 8.1428571429vw;
    letter-spacing: 1.1428571429vw;
    border-radius: 14.2857142857vw;
    padding-top: 1vw;
    width: 66.1428571429vw;
    margin-top: 6.2857142857vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  background-image: url(../images/contact/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.contact .inner {
  max-width: 1200px;
}

.contact_title {
  text-align: center;
}

.contact_title .en {
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -8px;
  color: #EB6100;
  font-family: "Mohave", sans-serif;
  display: block;
}

.contact_title .ja {
  color: #FFF;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  display: block;
  margin-top: -10px;
}

.contact_tel {
  max-width: 858px;
  margin: 40px auto 0;
  border-radius: 10px;
  background: #EB6100;
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.25);
  padding: 30px 94px 25px;
  text-align: center;
}

.contact_tel_title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 210%;
  letter-spacing: 1.8px;
}

.contact_tel_link {
  font-size: 50px;
  font-weight: 700;
  line-height: 210%;
  letter-spacing: 5px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  color: #FFF;
  font-family: "Mohave", sans-serif;
}

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

.contact_tel_text {
  color: #FFF;
  font-weight: 500;
  line-height: 210%;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding-top: 15px;
  margin-top: 15px;
}

.contact_form {
  padding: 60px;
  margin-top: 40px;
  background: #fff;
  padding: 45px 110px 80px;
  border-radius: 10px;
}

.contact_form_title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.contact_form_title::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(../images/icon/icon_form.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin: 0 auto;
}

.contact_form_text {
  border-top: 1px solid #0E224B;
  margin-top: 25px;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
}

.contact_form_text span {
  display: block;
  color: #F90000;
}

.contact_form_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 55px;
}

.contact_form_item {
  padding: 10px 0 10px 40px;
  background: #666F81;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #EB6100;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.contact_form_item.active {
  background: #0E224B;
}

.contact_form_item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon/icon_flow_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translate(0, -50%);
}

.contact_form_item:nth-last-child(1)::before {
  display: none;
}

.contact_form_item span {
  color: #fff;
  font-size: 18px;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  max-width: 640px;
  margin: 55px auto 0;
}

.contact_item {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

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

.req {
  padding: 4px 11px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #F90000;
  border-radius: 5px;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  background: #EEEEEE;
  border-radius: 5px;
}

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

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

.contact_area select {
  width: 100%;
  padding: 10px;
  background: #EEEEEE;
  border-radius: 5px;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  padding: 10px;
  background: #EEEEEE;
  border-radius: 5px;
}

.contact_area.select {
  position: relative;
}

.contact_area.select::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../images/icon/icon_select_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  z-index: 10;
}

.contact_area_address {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.contact_area_address input {
  width: 200px;
}

.contact_area_address span {
  display: contents;
}

.contact_area_address button {
  font-size: 14px;
  color: #fff;
  padding: 5px 16px;
  background: #0E224B;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
}

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

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

.contact_privacy_title {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}

.contact_privacy_text {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

.contact_check {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  max-width: 340px;
  margin: 40px auto 0;
}

.contact_check span {
  display: contents;
}

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

.contact_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 74px;
  max-width: 640px;
  margin: 50px auto 0;
  position: relative;
}

.contact_submit a {
  position: relative;
  width: 142px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #7F7F7F;
  border: 1px solid #7F7F7F;
  border-radius: 40px;
  padding: 3px 0;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.contact_submit input {
  position: relative;
  width: 320px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #0E224B;
  border: 2px solid #0E224B;
  border-radius: 40px;
  padding: 8px 0;
  transition: 0.3s;
}

.confirm .contact_submit input {
  width: 210px;
}

.wpcf7-spinner {
  display: none;
}

.contact_table {
  width: 640px;
  margin: 60px auto 0;
}

.contact_th {
  width: 30%;
  border-bottom: 1px solid #0E224B;
  padding: 12px 0;
  position: relative;
  font-size: 14px;
}

.contact_th::before {
  content: "";
  display: block;
  height: 15px;
  border-right: 1px solid #EB6100;
  position: absolute;
  right: 0;
  top: 16px;
}

.contact_td {
  width: 70%;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid #0E224B;
  padding: 10px 0 10px 40px;
}

.thank_title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.thank_title_text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.thank_content {
  border-radius: 10px;
  padding: 40px 110px 50px;
  margin-top: 40px;
  background: #EDEDED;
  text-align: center;
}

.thank_content_title {
  font-size: 20px;
  font-weight: 500;
}

.thank_content_subTitle {
  font-size: 20px;
  font-weight: 500;
  margin-top: 60px;
}

.thank_content_text {
  border-top: 1px solid #0E224B;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.thank_btn {
  position: relative;
  width: 142px;
  display: block;
  font-size: 14px;
  margin: 50px auto 0;
  color: #fff;
  font-weight: 500;
  background: #7F7F7F;
  border: 1px solid #7F7F7F;
  border-radius: 40px;
  padding: 8px 0;
  transition: 0.3s;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .contact_submit input:hover {
    color: #0E224B;
    background: #fff;
  }
  .contact_submit a:hover,
  .thank_btn:hover {
    color: #7F7F7F;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    margin-top: 5vw;
    position: relative;
    z-index: 1;
  }
  .contact::before {
    content: "";
    display: inline-block;
    height: 5.7142857143vw;
    width: 100%;
    position: absolute;
    top: -5vw;
    left: 0;
    background: #EB6100;
    z-index: -1;
  }
  .contact_title .en {
    font-size: 14.2857142857vw;
    letter-spacing: -0.5714285714vw;
  }
  .contact_title .ja {
    font-size: 2.5714285714vw;
    margin-top: 0;
  }
  .contact_tel {
    margin: 5.7142857143vw auto 0;
    border-radius: 1.4285714286vw;
    padding: 4.2857142857vw 2.8571428571vw 3.5714285714vw;
  }
  .contact_tel_title {
    font-size: 2.2857142857vw;
    letter-spacing: 0.2857142857vw;
  }
  .contact_tel_link {
    font-size: 7.1428571429vw;
    letter-spacing: 0.7142857143vw;
    gap: 3.7142857143vw;
  }
  .contact_tel_link::before {
    width: 6.4285714286vw;
    height: 6.4285714286vw;
  }
  .contact_tel_text {
    gap: 6.8571428571vw;
    padding-top: 2.1428571429vw;
    margin-top: 2.1428571429vw;
  }
  .contact_form {
    padding: 6.4285714286vw 2.8571428571vw 8.5714285714vw;
    margin-top: 20.2857142857vw;
  }
  .contact_form_title {
    font-size: 2.8571428571vw;
  }
  .contact_form_title::before {
    width: 6.4285714286vw;
    height: 6.4285714286vw;
    margin: 0 auto 2.8571428571vw;
  }
  .contact_form_text {
    margin-top: 3.5714285714vw;
    padding-top: 2.8571428571vw;
  }
  .contact_form_text span {
    display: block;
    color: #F90000;
  }
  .contact_form_list {
    gap: 3.2857142857vw;
    margin-top: 3.7142857143vw;
  }
  .contact_form_item {
    padding: 1.4285714286vw 0 1.4285714286vw 3.2857142857vw;
    border-radius: 7.1428571429vw;
    font-size: 1.4285714286vw;
    gap: 2.8571428571vw;
  }
  .contact_form_item::before {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
    right: -2.2857142857vw;
  }
  .contact_form_item span {
    font-size: 1.5714285714vw;
  }
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 2.8571428571vw;
    max-width: 91.4285714286vw;
    margin: 7.8571428571vw auto 0;
  }
  .contact_item {
    display: flex;
    flex-flow: column;
    gap: 1.4285714286vw;
  }
  .contact_item_title {
    display: flex;
    gap: 3.2857142857vw;
    align-items: center;
    font-size: 2.8571428571vw;
    font-weight: bold;
  }
  .req {
    padding: 0.5714285714vw 1.5714285714vw;
    font-size: 2vw;
    line-height: 1;
    color: #fff;
    background: #F90000;
    border-radius: 0.7142857143vw;
  }
  .contact_area {
    flex: 1;
  }
  .contact_area span {
    width: 100%;
  }
  .contact_area input {
    width: 100%;
    padding: 1.4285714286vw;
    background: #EEEEEE;
    border-radius: 0.7142857143vw;
  }
  .contact_area input::-moz-placeholder, .contact_area textarea::-moz-placeholder {
    color: #C2C6CE;
  }
  .contact_area input::placeholder,
  .contact_area textarea::placeholder {
    color: #C2C6CE;
  }
  .contact_area select {
    width: 100%;
    padding: 1.4285714286vw;
    background: #EEEEEE;
    border-radius: 0.7142857143vw;
  }
  .contact_area textarea {
    width: 100%;
    height: 35vw;
    padding: 0.7142857143vw 1.4285714286vw;
    resize: none;
    padding: 1.4285714286vw;
    background: #EEEEEE;
    border-radius: 0.7142857143vw;
  }
  .contact_area.select {
    position: relative;
  }
  .contact_area.select::before {
    content: "";
    display: inline-block;
    width: 2.5714285714vw;
    height: 1.5714285714vw;
    background-image: url(../images/icon/icon_select_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 1.8571428571vw;
    transform: translate(0, -50%);
    z-index: 10;
  }
  .contact_area_address {
    display: flex;
    align-items: center;
    gap: 1.4285714286vw;
    margin-bottom: 1.1428571429vw;
  }
  .contact_area_address input {
    width: 28.5714285714vw;
  }
  .contact_area_address span {
    display: contents;
  }
  .contact_area_address button {
    font-size: 2vw;
    color: #fff;
    padding: 0.7142857143vw 2.2857142857vw;
    background: #0E224B;
    border-radius: 0.7142857143vw;
    display: inline-block;
    margin-left: 1.4285714286vw;
  }
  .wpcf7-checkbox {
    display: flex;
    gap: 4.2857142857vw;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact_privacy_title {
    text-align: center;
    font-weight: bold;
    margin-top: 5.7142857143vw;
  }
  .contact_privacy_text {
    font-size: 2vw;
    margin-top: 1.7142857143vw;
    text-align: center;
  }
  .contact_check {
    display: flex;
    gap: 1.4285714286vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
    max-width: 48.5714285714vw;
    margin: 5.7142857143vw auto 0;
  }
  .contact_check span {
    display: contents;
  }
  .contact_check input {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
  }
  .contact_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10.5714285714vw;
    max-width: 91.4285714286vw;
    margin: 7.1428571429vw auto 0;
    position: relative;
  }
  .contact_submit a {
    position: relative;
    width: 20.2857142857vw;
    font-size: 2vw;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #7F7F7F;
    border: 0.1428571429vw solid #7F7F7F;
    border-radius: 5.7142857143vw;
    padding: 0.4285714286vw 0;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .contact_submit input {
    position: relative;
    width: 45.7142857143vw;
    font-size: 3.5714285714vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #0E224B;
    border: 0.2857142857vw solid #0E224B;
    border-radius: 5.7142857143vw;
    padding: 1.1428571429vw 0;
    transition: 0.3s;
  }
  .confirm .contact_submit input {
    width: 30vw;
  }
  .wpcf7-spinner {
    display: none;
  }
  .contact_table {
    width: 91.4285714286vw;
    margin: 8.5714285714vw auto 0;
  }
  .contact_th {
    width: 30%;
    border-bottom: 0.1428571429vw solid #0E224B;
    padding: 1.7142857143vw 0;
    position: relative;
    font-size: 2vw;
  }
  .contact_th::before {
    content: "";
    display: block;
    height: 2.1428571429vw;
    border-right: 0.1428571429vw solid #EB6100;
    position: absolute;
    right: 0;
    top: 2.2857142857vw;
  }
  .contact_td {
    width: 70%;
    font-size: 2vw;
    line-height: 1.8;
    border-bottom: 0.1428571429vw solid #0E224B;
    padding: 1.4285714286vw 0 1.4285714286vw 5.7142857143vw;
  }
  .thank_title {
    font-size: 5vw;
    margin-top: 5.7142857143vw;
  }
  .thank_title_text {
    font-size: 2.8571428571vw;
    margin-top: 2.8571428571vw;
  }
  .thank_content {
    border-radius: 1.4285714286vw;
    padding: 5.7142857143vw 4.2857142857vw 7.1428571429vw;
    margin-top: 5.7142857143vw;
  }
  .thank_content_title {
    font-size: 2.2857142857vw;
  }
  .thank_content_subTitle {
    font-size: 2.8571428571vw;
    margin-top: 8.5714285714vw;
  }
  .thank_content_text {
    padding-top: 1.4285714286vw;
    font-size: 2vw;
  }
  .thank_btn {
    width: 20.2857142857vw;
    font-size: 2vw;
    margin: 7.1428571429vw auto 0;
    border-radius: 5.7142857143vw;
    padding: 1.1428571429vw 0;
  }
}