@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: "kozuka-gothic-pro", "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: #2B2B2B;
  background: #F5F7FA;
}

body.home.is-locked {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  height: 100svh;
  top: 0;
  left: 0;
}

main {
  position: relative;
  z-index: 1;
}

main::before {
  content: "";
  display: inline-block;
  width: 500px;
  height: 100%;
  background-image: url(../images/common/bg_left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  vertical-align: middle;
  position: absolute;
  left: -300px;
  top: 0;
}

main::after {
  content: "";
  display: inline-block;
  width: 500px;
  height: 100%;
  background-image: url(../images/common/bg_right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
  main::before,
  main::after {
    display: none;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: commuters-sans, sans-serif;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
  position: relative;
  z-index: 5;
}

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

@media screen and (max-width: 680px) {
  section {
    padding: 20.5128205128vw 0;
  }
  .inner {
    padding: 0 5.1282051282vw;
  }
}
/* 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;
  }
}
@media screen and (min-width: 681px) {
  .text-h {
    overflow: hidden;
    color: transparent;
    text-shadow: 0 1.5em 0 #2B2B2B, 0 0 0 #2B2B2B;
    transition: text-shadow 0.3s;
    line-height: 1;
  }
  .text-h:hover {
    text-shadow: 0 0 0 #2B2B2B, 0 -1.5em 0 #2B2B2B;
  }
  .text-h.white {
    text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff;
  }
  .text-h.white:hover {
    text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.btn {
  margin-top: 80px;
}

.btn_link {
  width: 205px;
  line-height: 1;
  font-family: commuters-sans, sans-serif;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
}

.btn_link::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.4s ease;
}

/* 左から新しく出てくる線 */
.btn_link::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease 0.4s;
  /* afterが消えたあとに出現 */
}

.btn_link.white::after {
  border-bottom: 1px solid #fff;
}

.btn_link.white::before {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 681px) {
  /* hoverで右に消える */
  .btn_link:hover::after {
    transform: scaleX(0);
    transform-origin: right center;
  }
  /* hoverで左から伸びる */
  .btn_link:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 680px) {
  .btn_link.white {
    color: #fff;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 150px 0 100px;
}

.page_fv_title {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.page_fv_title span {
  font-size: 80px;
  line-height: 100%;
  display: block;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 25.641025641vw 0 10.2564102564vw;
  }
  .page_fv_title {
    display: flex;
    flex-flow: column-reverse;
    font-size: 3.5897435897vw;
  }
  .page_fv_title span {
    font-size: 12.3076923077vw;
    margin-top: 0;
    margin-bottom: 2.5641025641vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 13px 0 0;
  background: #F5F7FA;
  transition: 0.3s;
  border-bottom: 1px solid #AEAEB0;
  height: 66px;
}

.home header {
  border-bottom: unset;
  background: unset;
}

.home header.active02 {
  background: #F5F7FA;
  border-bottom: 1px solid #AEAEB0;
}

.header_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 40px;
}

.header_logo {
  width: 32px;
  filter: invert(1);
  transition: 0.3s;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 15px;
  position: relative;
  top: 1px;
}

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

.global_nav_item {
  position: relative;
}

.global_nav_item_link {
  width: 205px;
  padding-bottom: 10px;
  line-height: 0.9;
  text-align: right;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.home .global_nav_item_link {
  opacity: 0;
}

.global_nav_item_link::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: left center;
  transition: 0.4s ease;
}

.home .global_nav_item_link::before {
  opacity: 0;
  left: -100%;
}

/* 左から新しく出てくる線 */
.global_nav_item_link::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: 0.4s ease 0.4s;
}

.home .global_nav_item_link::after {
  opacity: 0;
}

.home .active01 .global_nav_item_link::after {
  opacity: 1;
}

@media screen and (min-width: 681px) {
  /* hoverで右に消える */
  .global_nav_item_link:hover::before {
    transform: scaleX(0);
    transform-origin: right center;
  }
  /* hoverで左から伸びる */
  .global_nav_item_link:hover::after {
    transform: scaleX(1);
  }
}
.home .header_logo {
  opacity: 0;
  filter: invert(1);
}

.home .header_logo.is-active {
  opacity: 1;
}

.global_nav_item_link.is-active {
  opacity: 1;
}

.global_nav_item_link.is-active::before {
  left: 0;
}

.home header.color-active {
  filter: invert(1);
}

.home header.color-active.active {
  filter: invert(0);
}

.home header.active01 .global_nav_item_link::before {
  opacity: 1;
}

.home header.active02 {
  filter: invert(0);
}

.nav_menu {
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: translate(0, 100%);
  text-align: right;
  transition: 0.3s;
}

.home .nav_menu {
  display: none;
}

.home.loading_skip .nav_menu,
.link_open .nav_menu {
  display: block;
}

.nav_menu_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.2;
}

.home .nav_menu {
  bottom: 10px;
}

.home header.active01 .nav_menu {
  bottom: -10px;
}

@media screen and (max-width: 680px) {
  header {
    padding: 3.5897435897vw 0;
    border-bottom: unset;
  }
  .header_inner {
    display: block;
    margin: 0 5.1282051282vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    width: 10.2564102564vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 8.2051282051vw;
    height: 1px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    transition: 0.3s;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 8.2051282051vw;
    height: 1px;
    content: "";
    transition: 0.3s;
    background-color: #000;
  }
  .home .toggle-menu .toggle-line {
    opacity: 0;
  }
  .home .toggle-menu.is-active .toggle-line {
    opacity: 1;
  }
  .home .active .toggle-menu .toggle-line,
  .home .active .toggle-menu .toggle-line::before,
  .home .active .toggle-menu .toggle-line::after {
    background-color: #000;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #fff !important;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
    background-color: #fff !important;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
    background-color: #fff !important;
  }
  header.open {
    filter: invert(0) !important;
  }
  header.open .header_logo {
    filter: invert(0) !important;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 2.5641025641vw;
    background-color: rgb(43, 43, 43);
    transition: 0.3s ease-out;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    gap: 0;
  }
  .header_nav_content {
    position: relative;
    width: 100%;
    padding-bottom: 25.641025641vw;
  }
  .header_nav_content::before {
    content: "";
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_nav_content::after {
    content: "";
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .open .header_nav {
    visibility: unset;
    opacity: 1;
  }
  .global_nav {
    width: 100%;
    margin-top: 25.641025641vw;
    padding: 0 5.1282051282vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item:nth-of-type(n + 2) {
    margin-top: 5.1282051282vw;
  }
  .global_nav_item_link {
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 0;
  }
  .global_nav_item_link::before {
    display: none;
  }
  .global_nav_item_spLink {
    font-size: 4.6153846154vw;
    color: #fff;
    width: 100%;
  }
  .home .global_nav_item_link::before {
    display: none;
  }
  .nav_menu {
    padding: 2.5641025641vw 3.3333333333vw 0;
    display: none;
    position: unset;
    transform: unset;
    transition: unset;
  }
  .home.loading_skip .nav_menu,
  .link_open .nav_menu {
    display: none;
  }
  .nav_menu_btn {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    position: absolute;
    top: -0.5128205128vw;
    right: 0;
  }
  .nav_menu_btn span {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .nav_menu_btn span::before {
    content: "";
    display: inline-block;
    width: 4.358974359vw;
    border-top: 1px solid #C2C2C2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .nav_menu_btn span::after {
    content: "";
    display: inline-block;
    width: 4.358974359vw;
    border-top: 1px solid #C2C2C2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(90deg);
    transition: 0.3s;
  }
  .nav_menu_btn.is-active span::after {
    transform: rotate(0);
  }
  .nav_menu_link {
    color: #C2C2C2;
    font-size: 3.5897435897vw;
    line-height: 100%;
    margin-left: 0;
  }
  .nav_menu_link:nth-of-type(n + 2) {
    margin-top: 5.1282051282vw;
  }
  .header_nav_sp {
    color: #fff;
    width: 100%;
  }
  .header_nav_contact {
    padding: 6.4102564103vw 5.1282051282vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 3.5897435897vw;
    display: block;
    width: 100%;
    margin-top: 20.5128205128vw;
    position: relative;
  }
  .header_nav_contact::before,
  .header_nav_address::before {
    content: "";
    display: inline-block;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    position: absolute;
    top: -1px;
    left: 0px;
    background: rgb(0, 47, 255);
  }
  .header_nav_contact .en {
    font-size: 7.6923076923vw;
    display: block;
  }
  .header_nav_address {
    padding: 6.4102564103vw 5.1282051282vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .header_nav_addressBox {
    flex: 1;
  }
  .header_nav_addressBox_text {
    font-size: 3.5897435897vw;
  }
  .header_nav_addressBox_text span {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
    display: block;
  }
  .header_nav_addressBox_link {
    font-size: 3.3333333333vw;
    text-decoration: underline;
    margin-top: 3.8461538462vw;
  }
  .header_nav_address img {
    width: 21.0256410256vw;
  }
}
/*
***************************************************************/
.common_company {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 700px;
  position: relative;
  padding: 0;
}

.common_company_mapBox_text {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  background: #2B2B2B;
  height: 40px;
}

.common_company_mapBox_text .en {
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.common_company_mapBox_text .en::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.common_company_mapBox iframe {
  width: 100%;
  height: 310px;
  display: block;
}

.common_company_img {
  height: 700px;
}

.common_companyBox {
  height: 700px;
  background-image: url(../images/common/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 100px 0 0;
  text-align: right;
}

.common_companyBox_title {
  font-size: 28px;
}

.common_companyBox_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 62px;
  margin-top: 60px;
  text-align: left;
}

.common_companyBox_flex_text {
  writing-mode: vertical-lr;
}

.common_companyBox_flex_title {
  writing-mode: vertical-rl;
  font-size: 38px;
}

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

@media screen and (max-width: 680px) {
  .common_company {
    display: flex;
    flex-flow: column;
    height: auto;
    position: relative;
  }
  .common_company_map {
    order: 2;
  }
  .common_company_mapBox_text {
    font-size: 3.5897435897vw;
    line-height: 3.5897435897vw;
    padding: 3.3333333333vw 3.8461538462vw;
    height: 10.2564102564vw;
  }
  .common_company_mapBox_text .en {
    gap: 2.5641025641vw;
  }
  .common_company_mapBox_text .en::after {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
  }
  .common_company_mapBox iframe {
    height: 51.2820512821vw;
  }
  .common_company_img {
    height: auto;
    width: 100%;
    order: 0;
  }
  .common_companyBox {
    height: auto;
    padding: 10.7692307692vw 3.5897435897vw 16.9230769231vw 11.2820512821vw;
    position: relative;
    order: 1;
    text-align: left;
  }
  .common_companyBox_title {
    font-size: 5.3846153846vw;
  }
  .common_companyBox_flex {
    flex-flow: column-reverse;
    justify-content: flex-start;
    gap: 6.1538461538vw;
    margin-top: 3.0769230769vw;
    text-align: left;
  }
  .common_companyBox_flex_text {
    font-size: 3.8461538462vw;
    line-height: 1.75;
    writing-mode: unset;
  }
  .common_companyBox_flex_title {
    font-size: 7.1794871795vw;
    line-height: 1.4;
    position: unset;
    writing-mode: unset;
  }
  .common_companyBox .btn {
    margin-top: 12.8205128205vw;
    text-align: left;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  position: relative;
  z-index: 2;
  background-image: url(../images/common/footer_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer_flex {
  display: grid;
  grid-template-columns: 295px 700px 1fr;
  border-bottom: 1px solid #B1BAC8;
}

.footer_flexBox01 {
  padding: 40px;
}

.footer_logo {
  width: 83px;
}

.footer_address span {
  font-size: 14px;
  margin-top: 164px;
  display: block;
  margin-bottom: 5px;
}

.footer_address {
  color: #5B5B5B;
  font-size: 14px;
  margin-top: 5px;
}

.footer_flexBox02 {
  border-right: 1px solid #B1BAC8;
  border-left: 1px solid #B1BAC8;
  padding: 40px 0 0 70px;
}

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

.footer_item_MainLink {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer_item_subLink {
  font-size: 14px;
  margin-top: 15px;
}

.footer_flexBox03 {
  text-align: right;
}

.footer_top {
  padding: 25px 20px;
  font-size: 30px;
  border-bottom: 1px solid #B1BAC8;
}

.footer_tel {
  padding: 70px 20px 20px;
  border-bottom: 1px solid #B1BAC8;
}

.footer_tel_text {
  color: #5B5B5B;
  line-height: 35px;
}

.footer_tel_link {
  font-size: 30px;
  line-height: 1.4;
}

.footer_contact {
  padding: 100px 20px 5px;
  position: relative;
  display: block;
}

.footer_contact::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #002FFF;
  position: absolute;
  top: -1px;
  left: 0;
}

.footer_contact_text {
  color: #5B5B5B;
  line-height: 35px;
}

.footer_contact_link {
  font-size: 60px;
  line-height: 1.4;
}

.footer_foot {
  display: grid;
  grid-template-columns: 295px 700px;
}

.copyright {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 300;
  padding: 25px 40px;
}

.footer_privacy {
  border-right: 1px solid #B1BAC8;
  border-left: 1px solid #B1BAC8;
  padding: 25px 70px;
}

.footer_privacy a {
  color: #5B5B5B;
  font-size: 15px;
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  footer {
    background-image: url(../images/common/footer_bg.webp);
    padding-top: 15.3846153846vw;
    position: relative;
  }
  .footer_flex {
    display: flex;
    flex-flow: column;
  }
  .footer_flexBox01 {
    padding: 7.6923076923vw 5.1282051282vw;
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: space-between;
    order: 3;
  }
  .footer_logo {
    width: 21.2820512821vw;
  }
  .footer_address span {
    font-size: 4.1025641026vw;
    margin-top: 0;
  }
  .footer_flexBox02 {
    order: 1;
  }
  .footer_address {
    font-size: 3.5897435897vw;
    margin-top: 1.2820512821vw;
  }
  .footer_flexBox02 {
    border-right: unset;
    border-left: unset;
    padding: 7.6923076923vw 5.1282051282vw;
    border-top: 1px solid #B1BAC8;
  }
  .footer_list {
    display: block;
  }
  .footer_item:nth-of-type(n + 2) {
    margin-top: 12.8205128205vw;
    position: relative;
  }
  .footer_item:nth-of-type(n + 2)::before {
    content: "";
    display: block;
    width: 50px;
    border-top: 1px solid #B1BAC8;
    position: absolute;
    top: -6.4102564103vw;
    left: -5.1282051282vw;
  }
  .footer_item_MainLink {
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
  }
  .footer_item_subLink {
    color: #5B5B5B;
    font-size: 3.5897435897vw;
    line-height: 9.8717948718vw;
  }
  .footer_flexBox03 {
    order: 2;
  }
  .footer_top {
    padding: 4.1025641026vw 0;
    font-size: 6.1538461538vw;
    line-height: 1.2;
    color: #fff;
    background: #2B2B2B;
    border-bottom: unset;
    width: 32.0512820513vw;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2.5641025641vw;
  }
  .footer_top::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/icon/icon_arrow_top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .footer_tel {
    border-top: 1px solid #B1BAC8;
    padding: 6.4102564103vw 5.1282051282vw;
    text-align: left;
    position: relative;
  }
  .footer_tel::before {
    content: "";
    display: inline-block;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    background: #002FFF;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer_tel_text {
    font-size: 3.5897435897vw;
    line-height: 1;
  }
  .footer_tel_link {
    text-align: left;
    font-size: 6.1538461538vw;
    line-height: 1;
    margin-top: 4.1025641026vw;
  }
  .footer_contact {
    border-bottom: 1px solid #B1BAC8;
    padding: 6.4102564103vw 5.1282051282vw;
    text-align: left;
    position: relative;
  }
  .footer_contact::before {
    content: "";
    display: inline-block;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    background: #002FFF;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer_contact_text {
    font-size: 3.5897435897vw;
    line-height: 1;
  }
  .footer_contact_link {
    text-align: left;
    font-size: 7.6923076923vw;
    line-height: 1;
    margin-top: 4.1025641026vw;
  }
  .footer_foot {
    display: block;
  }
  .copyright {
    font-size: 13.5897435897vw;
    padding: 0;
    color: #2B2B2B;
  }
  .footer_privacy_sp {
    font-size: 3.3333333333vw;
    text-decoration: underline;
    margin-top: 3.8461538462vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* ===================================================
トップページ
=================================================== */
/* Loading
***************************************************************/
.fv {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative;
}

.fv_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.fv_movie::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv_movie video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fv_slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.fv_slider_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fv_slider_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: 0.3s ease;
}

.part1 {
  clip-path: inset(0 0 calc(100vh - 250px) 0);
}

.part2 {
  clip-path: inset(250px 0 calc(100vh - 420px) 0);
}

.part3 {
  clip-path: inset(420px 0 0 0);
}

.fv_slider_img.active .part1 {
  animation: fadePart 0.3s forwards;
  animation-delay: 0s;
}

.fv_slider_img.active .part2 {
  animation: fadePart 0.3s forwards;
  animation-delay: 0.3s;
}

.fv_slider_img.active .part3 {
  animation: fadePart 0.3s forwards;
  animation-delay: 0.6s;
}

@keyframes fadePart {
  to {
    opacity: 0;
  }
}
.fv_bg span {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  background: #fff;
  transition: opacity 0.6s ease;
  opacity: 1;
}

.fv_bg span:nth-of-type(1) {
  height: 250px;
  top: 0;
}

.fv_bg span:nth-of-type(2) {
  height: 170px;
  top: 250px;
}

.fv_bg span:nth-of-type(3) {
  height: calc(100vh - 420px);
  top: 420px;
}

.loading_bg {
  width: 100vw;
}

.loading_bg span {
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(246, 247, 251));
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  opacity: 0;
}

.loading_bg span.show {
  opacity: 1;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.loading_bg span:nth-of-type(1) {
  height: 250px;
  top: 0;
  animation-delay: 1.4s;
  /* 縦線が出た後に開始 */
}

.loading_bg span:nth-of-type(2) {
  height: 170px;
  top: 250px;
  animation-delay: 1.6s;
  /* 少し遅らせて順番に */
}

.loading_bg span:nth-of-type(3) {
  height: calc(100vh - 420px);
  top: 420px;
  animation-delay: 1.8s;
}

.loading {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.loading_border01::before,
.loading_border01::after,
.loading_border02::before,
.loading_border02::after {
  content: "";
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
}

.loading_border01::before {
  top: 250px;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(160, 160, 160, 0.5);
  animation: lineX 0.4s forwards;
}

.loading_border01::after {
  top: 420px;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(160, 160, 160, 0.5);
  animation: lineX 0.4s forwards;
  animation-delay: 0.2s;
  /* 2本目は遅延 */
}

.loading_border02::before {
  top: 0;
  left: 5.5%;
  border-right: 1px solid rgba(160, 160, 160, 0.5);
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  animation: lineY 0.4s forwards;
  animation-delay: 0.4s;
  /* 3本目はさらに遅延 */
}

.loading_border02::after {
  top: 0;
  right: 5.5%;
  border-right: 1px solid rgba(160, 160, 160, 0.5);
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  animation: lineY 0.4s forwards;
  animation-delay: 0.6s;
  /* 最後に遅延 */
}

@keyframes lineX {
  to {
    transform: scaleX(1);
  }
}
@keyframes lineY {
  to {
    transform: scaleY(1);
  }
}
.loading_title {
  position: absolute;
  top: 196px;
  left: 5.8%;
  width: 650px;
}

.loading_title span {
  display: block;
  line-height: 1;
  opacity: 0;
  animation: textFadeUp 0.6s ease forwards;
  transition: 0.3s;
}

.loading_title span:nth-of-type(1) {
  font-size: 42px;
  animation-delay: 2.2s;
}

.loading_title span:nth-of-type(2) {
  font-size: 56px;
  padding-left: 294px;
  padding-top: 20px;
  animation-delay: 2.6s;
}

.loading_title span:nth-of-type(3) {
  font-size: 42px;
  padding-left: 107px;
  padding-top: 47px;
  animation-delay: 3s;
}

.loading_title span:nth-of-type(4) {
  font-size: 60px;
  padding-top: 32px;
  text-align: right;
  animation-delay: 3.4s;
}

.loading_title_text {
  opacity: 0;
  animation: textFadeUp 0.3s ease forwards;
  animation-delay: 3.8s;
  position: absolute;
  left: 6%;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.loading_title_text::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #002FFF;
}

@keyframes textFadeUp {
  to {
    opacity: 1;
  }
}
@keyframes textFadeUp-skip {
  to {
    opacity: 1;
  }
}
.loading_title span.active,
.loading_title_text.active {
  color: #fff;
}

.loading_skip .fv_bg,
.loading_skip .loading_bg {
  display: none;
}
.loading_skip .loading_title span {
  animation: textFadeUp-skip 0.3s ease forwards;
  color: #fff;
}
.loading_skip .loading_title_text {
  opacity: 0;
  animation: textFadeUp-skip 0.3s ease forwards;
  color: #fff;
  animation-delay: 0.3s;
}

@media screen and (max-width: 680px) {
  .loading_border01::before,
  .loading_border01::after {
    display: none;
  }
  .loading_border02::before {
    left: 2.5641025641vw;
  }
  .loading_border02::after {
    right: 2.5641025641vw;
  }
  .loading_title {
    top: 155px;
    left: 5.1282051282vw;
    width: 61.5384615385vw;
  }
  .loading_title span:nth-of-type(1) {
    font-size: 7.6923076923vw;
  }
  .loading_title span:nth-of-type(2) {
    font-size: 10.7692307692vw;
    padding-left: 0;
    padding-top: 2.5641025641vw;
  }
  .loading_title span:nth-of-type(3) {
    font-size: 7.6923076923vw;
    padding-left: 0;
    padding-top: 7.6923076923vw;
  }
  .loading_title span:nth-of-type(4) {
    font-size: 10.7692307692vw;
    padding-top: 2.5641025641vw;
    text-align: left;
  }
  .loading_title_text {
    flex-flow: column;
    align-items: flex-start;
    bottom: 12.8205128205vw;
    gap: 2.0512820513vw;
  }
  .loading_title_text::before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
/* About
***************************************************************/
.sec1 {
  background: unset;
  height: 100vh;
  margin-top: 40px;
}

.sec1 .inner {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.sec1_title {
  color: #FFF;
  position: absolute;
  top: -70px;
  left: 0;
}

.sec1_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 273px;
}

.sec1_content_logo {
  width: 208px;
}

.sec1_contentBox_title {
  color: #FFF;
  font-size: 42px;
  letter-spacing: 2.1px;
}

.sec1_contentBox_text {
  color: #FFF;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    height: auto;
    margin-top: 0;
    padding: 17.9487179487vw 0 12.8205128205vw;
  }
  .sec1 .inner {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec1_title {
    position: unset;
  }
  .sec1_content {
    display: block;
    margin-top: 12.8205128205vw;
    text-align: right;
    width: 100%;
  }
  .sec1_content_logo {
    display: none;
  }
  .sec1_contentBox_title {
    font-size: 7.1794871795vw;
    letter-spacing: 0.358974359vw;
    text-align: left;
  }
  .sec1_contentBox_text {
    font-size: 3.5897435897vw;
    line-height: 1.75;
    margin-top: 8.9743589744vw;
    width: 71.7948717949vw;
    text-align: left;
  }
  .sec1_content .btn_link {
    text-align: left;
  }
}
/* Service
***************************************************************/
.sec2 {
  padding: 180px 0 0;
  overflow: hidden;
  background: #F5F7FA;
}

.sec2 .inner {
  max-width: 1300px;
}

.sec2_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #2B2B2B;
  padding-bottom: 20px;
}

.sec2_head_title {
  font-size: 52px;
  letter-spacing: 2.6px;
}

.sec2_head_text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
}

.index__features__main {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.index__features__frame {
  position: relative;
  height: 100vh;
}

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

.index__features__background__image {
  width: 52%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.index__features__background__image.is-active {
  opacity: 1;
}

.index__features__background::before {
  content: "";
  display: inline-block;
  width: 48vw;
  height: 100%;
  background: #F5F7FA;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
}

.index__features__background__image img {
  width: 100%;
  height: 100%;
}

.index__features__images {
  display: flex;
  flex-flow: column;
  gap: 20px;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  gap: 20px;
  height: 328px;
  overflow: hidden;
  width: 635px;
}

.index__features__images__img {
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateY(calc((-300% - 4.5rem) * (1 - var(--progress))));
  width: 100%;
}

.index__features__images__img[data-section="0"] {
  order: 4;
}

.index__features__images__img[data-section="1"] {
  order: 3;
}

.index__features__images__img[data-section="2"] {
  order: 2;
}

.index__features__images__img[data-section="3"] {
  order: 1;
}

.sec2_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.sec2_item {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.sec2_item.is-active {
  opacity: 1;
  visibility: unset;
}

.sec2_item_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
}

.sec2_item_number {
  position: fixed;
  top: 140px;
  right: 40px;
  color: #fff;
  z-index: 10;
}

.sec2_itemBox_title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.8px;
}

.sec2_itemBox_title .en {
  color: #002FFF;
  font-size: 18px;
  display: block;
  margin-bottom: 25px;
}

.sec2_itemBox_text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
  margin-top: 15px;
}

@media screen and (max-width: 680px) {
  .sec2 {
    padding: 20.5128205128vw 0 0;
  }
  .sec2_head {
    display: block;
    border-bottom: unset;
    padding-bottom: 20.5128205128vw;
  }
  .sec2_head_title {
    font-size: 8.2051282051vw;
    letter-spacing: 0.4102564103vw;
  }
  .sec2_head_text {
    font-size: 3.8461538462vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.1923076923vw;
    margin-top: 7.6923076923vw;
  }
  .index__features__images__img {
    flex: 0 0 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transform: translateY(calc((-300% - 2.5rem) * (1 - var(--progress))));
    width: 100%;
  }
  .index__features__background::before {
    display: none;
  }
  .index__features__background__image {
    width: 101%;
  }
  .index__features__background__image img {
    width: 100%;
    height: 100%;
  }
  .index__features__images {
    position: absolute;
    top: 68%;
    left: 0;
    transform: translate(0, -50%);
    gap: 2.5641025641vw;
    width: 76.9230769231vw;
    height: 51.2820512821vw;
  }
  .index__features__images img {
    height: 100%;
  }
  .sec2_item_content {
    width: 100%;
    padding-left: 5.1282051282vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 25.641025641vw;
  }
  .sec2_item::before {
    display: none;
  }
  .sec2_item_number {
    font-size: 3.5897435897vw;
    right: 5.1282051282vw;
    top: 24.358974359vw;
  }
  .sec2_itemBox {
    position: unset;
    transform: unset;
  }
  .sec2_itemBox_title {
    font-size: 6.6666666667vw;
    line-height: 13.8461538462vw;
    letter-spacing: 0.4615384615vw;
    color: #fff;
  }
  .sec2_itemBox_title .en {
    color: #fff;
    font-size: 3.5897435897vw;
    line-height: 1;
    margin-bottom: 20.5128205128vw;
    padding-bottom: 5.1282051282vw;
    border-bottom: 1px solid #fff;
  }
  .sec2_itemBox_text {
    color: #fff;
    font-size: 3.8461538462vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.1923076923vw;
    margin-top: 3.8461538462vw;
  }
  .sec2_item_img {
    position: relative;
    top: unset;
    left: -5.1282051282vw;
    transform: unset;
    width: 76.9230769231vw;
    margin-top: 14.1025641026vw;
  }
  .sec2 .btn {
    text-align: right;
    color: #fff;
    position: relative;
    left: 5.1282051282vw;
    margin-top: 71.7948717949vw;
  }
  .sec2 .btn_link {
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  .sec2_item_bg {
    width: 101vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* Company
***************************************************************/
.sec3 {
  background: #2B2B2B;
  color: #fff;
  padding: 140px 0 120px;
  position: relative;
}

.sec3_content {
  width: 582px;
  margin-left: auto;
  position: relative;
}

.sec3_content_title {
  font-size: 52px;
  letter-spacing: 2.6px;
  text-align: right;
}

.sec3_content_subTitle {
  font-size: 36px;
  line-height: 63px;
  letter-spacing: 1.8px;
  margin-top: 109px;
}

.sec3_content_text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
  margin-top: 80px;
}

.sec3_img {
  width: 715px;
  position: absolute;
  left: -118px;
  top: 55px;
  transform: translate(-100%, 0);
}

.sec3 .btn {
  margin-top: 118px;
  text-align: right;
}

.sec3_company_title {
  color: #F5F7FA;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.sec3_company_title::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #F5F7FA;
}

.sec3_company_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 30px;
  gap: 1px;
}

.sec3_company_item {
  background: #fff;
  height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.sec3_company_item img {
  width: 135px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 680px) {
  .sec3 {
    padding: 15.3846153846vw 0 20.5128205128vw;
  }
  .sec3_content {
    width: 100%;
  }
  .sec3_content_title {
    font-size: 8.2051282051vw;
    letter-spacing: 0.4102564103vw;
    text-align: left;
  }
  .sec3_content_subTitle {
    font-size: 7.1794871795vw;
    line-height: 1.5;
    letter-spacing: 0.358974359vw;
    margin-top: 33.3333333333vw;
  }
  .sec3_content_text {
    font-size: 3.8461538462vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.1923076923vw;
    margin-top: 7.6923076923vw;
  }
  .sec3_img {
    margin: 12.8205128205vw calc(50% - 50vw) 0;
    width: 100vw;
    position: unset;
    transform: unset;
  }
  .sec3 .btn {
    margin-top: 20.5128205128vw;
    text-align: left;
  }
  .sec3_company {
    display: flex;
    flex-flow: column-reverse;
  }
  .sec3_company_title {
    font-size: 3.5897435897vw;
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .sec3_company_list {
    display: block;
    margin-top: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sec3_company_item {
    margin: 0 1.2820512821vw;
    height: 26.9230769231vw;
    display: flex !important;
  }
  .sec3_company_item img {
    width: 24.6153846154vw;
    height: 10.7692307692vw;
  }
}
/* section1
***************************************************************/
.about_sec1 {
  padding: 0 0 120px;
}

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

.about_sec1_head_title {
  font-size: 36px;
  line-height: 175%;
  letter-spacing: 1.8px;
}

.about_sec1_head_title .en {
  display: block;
  color: #002FFF;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 24px;
}

.about_sec1_head_text {
  font-size: 18px;
  line-height: 175%;
}

.about_sec1_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 56px;
}

.about_sec1_list {
  margin-top: 50px;
}

.about_sec1_item {
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 540px 1fr;
  align-items: flex-start;
}

.about_sec1_item_title {
  color: #002FFF;
}

.about_sec1_item_title span {
  color: #2B2B2B;
  font-size: 60px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.about_sec1_itemBox {
  padding-top: 4px;
}

.about_sec1_item_subTitle {
  font-size: 24px;
  line-height: 175%;
  letter-spacing: 1.2px;
}

.about_sec1_item_flex {
  display: grid;
  align-items: center;
  grid-template-columns: 215px 1fr;
}

.about_sec1_item_flex:nth-of-type(n + 2) {
  margin-top: 20px;
}

.about_sec1_item_flex_title {
  font-size: 24px;
  line-height: 175%;
}

.about_sec1_item_flex_text {
  font-size: 18px;
  line-height: 175%;
}

.about_sec1_img {
  margin-top: 160px;
}

@media screen and (max-width: 680px) {
  .about_sec1 {
    padding: 0 0 10.2564102564vw;
  }
  .about_sec1_head {
    display: block;
    margin-top: 20.5128205128vw;
  }
  .about_sec1_head_title {
    font-size: 6.1538461538vw;
  }
  .about_sec1_head_title .en {
    font-size: 3.5897435897vw;
    margin-bottom: 6.1538461538vw;
  }
  .about_sec1_head_text {
    font-size: 3.8461538462vw;
    margin-top: 3.0769230769vw;
  }
  .about_sec1_gallery {
    display: block;
    margin: 10.2564102564vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .about_sec1_gallery .slick-slide {
    width: 45.3846153846vw;
    margin: 0 0.2564102564vw;
  }
  .about_sec1_list {
    margin-top: 12.8205128205vw;
  }
  .about_sec1_item {
    padding: 7.6923076923vw 0;
    display: block;
  }
  .about_sec1_item_title {
    font-size: 3.5897435897vw;
  }
  .about_sec1_item_title span {
    font-size: 8.2051282051vw;
    margin-bottom: 3.8461538462vw;
  }
  .about_sec1_itemBox {
    padding-top: 1.0256410256vw;
  }
  .about_sec1_item_subTitle {
    font-size: 4.6153846154vw;
    margin-top: 4.6153846154vw;
  }
  .about_sec1_item_flex {
    display: block;
    margin-top: 6.1538461538vw;
  }
  .about_sec1_item_flex:nth-of-type(n + 2) {
    margin-top: 5.1282051282vw;
  }
  .about_sec1_item_flex_title {
    font-size: 4.6153846154vw;
  }
  .about_sec1_item_flex_text {
    font-size: 3.8461538462vw;
  }
  .about_sec1_img {
    margin: 12.8205128205vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
/* section2
***************************************************************/
.about_sec2 {
  padding: 0 0 160px;
}

.about_sec2_title {
  font-size: 18px;
}

.about_sec2_title .en {
  font-size: 64px;
  display: block;
}

.about_sec2_table {
  width: 850px;
  margin-left: auto;
}

.about_sec2_th {
  width: 215px;
  font-weight: 400;
  padding: 30px 0;
  line-height: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.about_sec2_td {
  padding: 30px 0;
  line-height: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.about_sec3_company {
  margin-top: 120px;
}

.about_sec3_company_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.about_sec3_company_title::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(43, 43, 43, 0.15);
}

.about_sec3_company_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 30px;
}

.about_sec3_company_item {
  background: #fff;
  height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.about_sec3_company_item img {
  width: 135px;
  height: 58px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 680px) {
  .about_sec2 {
    padding: 0 0 20.5128205128vw;
  }
  .about_sec2_title {
    font-size: 4.6153846154vw;
  }
  .about_sec2_title .en {
    font-size: 12.3076923077vw;
    display: block;
  }
  .about_sec2_table {
    width: 100%;
    margin-left: auto;
    margin-top: 9.2307692308vw;
  }
  .about_sec2_th {
    width: 100%;
    display: block;
    font-weight: 400;
    padding: 6.1538461538vw 0 3.5897435897vw;
    line-height: 2;
    border-bottom: unset;
    line-height: 1.6;
  }
  .about_sec2_td {
    width: 100%;
    display: block;
    padding: 0 0 6.1538461538vw;
    line-height: 1.6;
  }
  .about_sec3_company {
    margin-top: 20.5128205128vw;
  }
  .about_sec3_company_title {
    font-size: 4.1025641026vw;
    line-height: 1.6;
    gap: 2.5641025641vw;
  }
  .about_sec3_company_list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.1282051282vw;
  }
  .about_sec3_company_item {
    height: 21.0256410256vw;
  }
  .about_sec3_company_item img {
    width: 18.9743589744vw;
    height: 8.2051282051vw;
  }
}
/* section1
***************************************************************/
.service_sec1 {
  overflow: hidden;
  padding: 160px 0;
}

.service_sec1_flex {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 635px 1fr;
  gap: 118px;
  position: relative;
  z-index: 1;
}

.service_sec1_flex::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: #F5F7FA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.service_sec1_flex_img_text {
  font-size: 18px;
}

.service_sec1_flex_img img {
  margin-top: 15px;
}

.service_sec1_flexBox {
  padding-top: 70px;
}

.service_sec1_flexBox_title {
  font-size: 24px;
  line-height: 100%;
}

.service_sec1_flexBox_title span {
  display: block;
  width: 312px;
  color: rgba(43, 43, 43, 0.5);
  font-size: 14px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.service_sec1_flexBox_subTitle {
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 1.6px;
  margin-top: 132px;
}

.service_sec1_flexBox_subTitle span {
  color: rgba(43, 43, 43, 0.5);
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.service_sec1_title {
  margin-top: 140px;
  text-align: center;
  font-size: 24px;
}

.service_sec1_title span {
  border-bottom: 1px solid #002FFF;
  padding-bottom: 10px;
}

.service_sec1_text {
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.9px;
  margin-top: 40px;
}

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100vw;
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  mix-blend-mode: color-burn;
}

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

.loop-area .content {
  font-size: 120px;
  color: #2B2B2B;
  opacity: 0.4;
  white-space: nowrap;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 680px) {
  .service_sec1 {
    overflow: hidden;
    padding: 10.2564102564vw 0;
  }
  .service_sec1::before {
    content: "";
    display: inline-block;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 2.5641025641vw;
  }
  .service_sec1_flex {
    display: flex;
    flex-flow: column-reverse;
    gap: 0;
  }
  .service_sec1_flex_img_text {
    display: none;
  }
  .service_sec1_flex_img {
    margin: 5.1282051282vw calc(50% - 50vw) 0;
    width: 100vw;
    padding-left: 5.1282051282vw;
  }
  .service_sec1_flex_img img {
    margin-top: 0;
    height: 90.7692307692vw;
  }
  .service_sec1_flexBox {
    padding-top: 17.9487179487vw;
    width: 100%;
  }
  .service_sec1_flexBox_title {
    font-size: 6.1538461538vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #2B2B2B;
    padding-bottom: 3.0769230769vw;
  }
  .service_sec1_flexBox_title span {
    width: auto;
    font-size: 3.5897435897vw;
    line-height: 1;
    border-bottom: unset;
    margin-bottom: 0;
  }
  .service_sec1_flexBox_text {
    text-align: right;
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
  .service_sec1_flexBox_subTitle {
    font-size: 6.1538461538vw;
    line-height: 1.75;
    margin-top: 15.3846153846vw;
  }
  .service_sec1_flexBox_subTitle span {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
  .service_sec1_title {
    margin-top: 15.3846153846vw;
    font-size: 6.1538461538vw;
    line-height: 1.4;
  }
  .service_sec1_title span {
    padding-bottom: 1.2820512821vw;
  }
  .service_sec1_text {
    font-size: 3.8461538462vw;
    line-height: 1.75;
    text-align: left;
    margin-top: 7.6923076923vw;
  }
  .loop-wrap {
    bottom: 5.1282051282vw;
  }
  .loop-area {
    animation: loop-slide 40s infinite linear 1s both;
  }
  .loop-area .content {
    font-size: 15.3846153846vw;
  }
}
/* section2
***************************************************************/
.service_sec2 {
  background: #2B2B2B;
  color: #F5F7FA;
}

.service_sec2_title {
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
}

.service_sec2_title .en {
  display: block;
  font-size: 14px;
}

.service_sec2_list {
  margin-top: 80px;
}

.service_sec2_item {
  display: grid;
  grid-template-columns: 528px 1fr;
  align-items: flex-end;
  gap: 40px;
}

.service_sec2_item:nth-of-type(n + 2) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.service_sec2_itemBox_title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1.2px;
  margin-top: 80px;
}

.service_sec2_itemBox_text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 680px) {
  .service_sec2::before {
    content: "";
    display: inline-block;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 2.5641025641vw;
  }
  .service_sec2_title {
    font-size: 7.1794871795vw;
  }
  .service_sec2_title .en {
    font-size: 3.5897435897vw;
  }
  .service_sec2_list {
    margin-top: 20.5128205128vw;
  }
  .service_sec2_item {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 8.2051282051vw;
  }
  .service_sec2_item:nth-of-type(n + 2) {
    margin-top: 8.2051282051vw;
    padding-top: 8.2051282051vw;
    border-top: unset;
    position: relative;
  }
  .service_sec2_item:nth-of-type(n + 2)::before {
    content: "";
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    position: absolute;
    top: 0;
    left: -5.1282051282vw;
  }
  .service_sec2_itemBox_title {
    font-size: 6.1538461538vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.3076923077vw;
    margin-top: 6.1538461538vw;
  }
  .service_sec2_itemBox_text {
    margin-top: 3.8461538462vw;
    font-size: 3.8461538462vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.1923076923vw;
  }
}
/* section3
***************************************************************/
.service_sec3 {
  overflow: hidden;
  padding: 180px 0 30px;
  position: relative;
}

.service_sec3_title {
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
}

.service_sec3_title .en {
  display: block;
  font-size: 14px;
}

.service_sec3 .loop-wrap {
  bottom: unset;
  top: 160px;
}

.service_sec3_scroll {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 388px;
  margin-top: 32px;
}

.service_sec3_list {
  position: absolute;
  display: flex;
  gap: 10px;
}

.service_sec3_item {
  padding: 40px 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-image: url(../images/common/service_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 528px;
}

.service_sec3_head {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
}

.service_sec3_item_title {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 90px;
}

.service_sec3_item_text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
  margin-top: 30px;
}

.service02.service_sec3_scroll {
  height: 450px;
}

.service02 .service_sec3_item_title {
  margin-top: 40px;
}

.service02 .service_sec3_item_title:nth-of-type(n + 2) {
  margin-top: 20px;
}

.service02 .service_sec3_item_text {
  margin-top: 5px;
}

@media screen and (max-width: 680px) {
  .service_sec3 {
    overflow: hidden;
    padding: 20.5128205128vw 0 10.2564102564vw;
    position: relative;
  }
  .service_sec3_title {
    font-size: 7.1794871795vw;
  }
  .service_sec3_title .en {
    font-size: 3.5897435897vw;
  }
  .service_sec3 .loop-wrap {
    bottom: unset;
    top: 42.3076923077vw;
  }
  .service_sec3_scroll {
    height: auto;
    margin-top: 20.5128205128vw;
  }
  .service_sec3_list {
    position: unset;
    flex-flow: column;
    gap: 5.1282051282vw;
  }
  .service_sec3_item {
    padding: 3.8461538462vw;
    width: 100%;
  }
  .service_sec3_head {
    font-size: 3.5897435897vw;
    padding-bottom: 3.8461538462vw;
  }
  .service_sec3_item_title {
    font-size: 6.1538461538vw;
    margin-top: 11.5384615385vw;
  }
  .service_sec3_item_text {
    font-size: 3.5897435897vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0;
    margin-top: 5.1282051282vw;
  }
  .service02.service_sec3_scroll {
    height: auto;
  }
  .service02 .service_sec3_item_title {
    margin-top: 11.5384615385vw;
  }
  .service02 .service_sec3_item_title:nth-of-type(n + 2) {
    margin-top: 5.1282051282vw;
  }
  .service02 .service_sec3_item_text {
    margin-top: 2.5641025641vw;
  }
}
/* Flow
***************************************************************/
.service_flow {
  padding-bottom: 240px;
}

.service_flow_title {
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}

.service_flow_list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 160px;
}

.service_flow_item {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 150px;
}

.service_flow_item ::before {
  content: "";
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.service_flow_item_number {
  font-size: 14px;
  line-height: 1.4;
}

.service_flow_item_number span {
  font-size: 18px;
  display: block;
}

.service_flow_item_title {
  font-size: 18px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .service_flow {
    padding-bottom: 20.5128205128vw;
  }
  .service_flow_title {
    font-size: 7.1794871795vw;
    text-align: left;
  }
  .service_flow_title span {
    font-size: 3.5897435897vw;
    margin-bottom: 1.2820512821vw;
  }
  .service_flow_list {
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    gap: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  .service_flow_list::before {
    content: "";
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    height: 90%;
    position: absolute;
    top: 50%;
    left: 11.0256410256vw;
    transform: translate(0, -50%);
  }
  .service_flow_item {
    text-align: left;
    width: auto;
    display: flex;
    align-items: center;
    gap: 7.1794871795vw;
  }
  .service_flow_item :before {
    display: none;
  }
  .service_flow_item_number {
    font-size: 3.5897435897vw;
    width: 22.0512820513vw;
    height: 22.0512820513vw;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .service_flow_item_number::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #F5F7FA;
  }
  .service_flow_item_number span {
    font-size: 4.6153846154vw;
  }
  .service_flow_item_title {
    font-size: 4.6153846154vw;
    margin-top: 0;
  }
}
/* section4
***************************************************************/
.service_sec4 {
  margin-top: 30px;
  padding: 160px 0;
  z-index: 10;
  position: relative;
}

.service_sec4 .inner {
  position: relative;
}

.service_sec4 .inner:before {
  content: "";
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
}

.service_sec4_flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service_sec4_title {
  font-size: 18px;
  position: sticky;
  top: 100px;
  left: 0;
}

.service_sec4_title span {
  font-size: 64px;
  display: block;
}

.faq_accordion-area {
  width: 740px;
}

.faq_accordion-area li {
  padding: 30px 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  line-height: 1.6;
  position: relative;
}

/*アイコンの＋と×*/
.faq_title::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/icon_arrow_accordion.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  top: 42%;
  right: 15px;
  transform: rotate(180deg);
  transition: 0.3s;
}

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

.faq_box {
  display: none;
  padding: 15px 0 0 50px;
  position: relative;
}

.faq_box p {
  position: relative;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.7px;
}

.faq_box p::before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_answer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5px;
  left: -31px;
}

@media screen and (max-width: 680px) {
  .service_sec4 {
    margin-top: 0;
    padding: 0 0 20.5128205128vw;
  }
  .service_sec4 .inner:before {
    display: none;
  }
  .service_sec4_flex {
    display: block;
  }
  .service_sec4_title {
    font-size: 4.6153846154vw;
    position: unset;
  }
  .service_sec4_title span {
    font-size: 12.3076923077vw;
  }
  .faq_accordion-area {
    width: 100%;
    margin-top: 10.2564102564vw;
  }
  .faq_accordion-area li {
    padding: 6.1538461538vw 0;
  }
  .faq_title {
    font-size: 3.8461538462vw;
    padding-right: 7.6923076923vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before {
    width: 2.5641025641vw;
    height: 3.5897435897vw;
    top: 36%;
    right: 3.8461538462vw;
  }
  .faq_title.close::before {
    transform: rotate(0);
  }
  .faq_box {
    padding: 3.8461538462vw 0 0 7.6923076923vw;
  }
  .faq_box p {
    font-size: 3.5897435897vw;
  }
  .faq_box p::before {
    width: 4.1025641026vw;
    height: 3.0769230769vw;
    top: 1.2820512821vw;
    left: -7.9487179487vw;
  }
}
/* Section5
***************************************************************/
.service_sec5 {
  background: #2B2B2B;
  padding: 140px 0;
}

.service_sec5_title {
  font-size: 32px;
  color: #fff;
}

.service_sec5_title .en {
  display: block;
  font-size: 14px;
}

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

.service_sec5_item {
  color: #fff;
}

.service_sec5_item_title {
  font-size: 24px;
  line-height: 1;
  margin-top: 30px;
}

.service_sec5_item_text {
  font-size: 15px;
  line-height: 1;
  margin-top: 24px;
}

.service_sec5_item .btn_link {
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .service_sec5 {
    background: #2B2B2B;
    padding: 15.3846153846vw 0 20.5128205128vw;
  }
  .service_sec5_title {
    font-size: 7.1794871795vw;
  }
  .service_sec5_title .en {
    font-size: 3.5897435897vw;
  }
  .service_sec5_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12.8205128205vw;
    margin-top: 10.2564102564vw;
  }
  .service_sec5_item_title {
    font-size: 6.1538461538vw;
    line-height: 1;
    margin-top: 7.6923076923vw;
  }
  .service_sec5_item_text {
    font-size: 3.8461538462vw;
    line-height: 1;
    margin-top: 6.1538461538vw;
  }
  .service_sec5_item .btn_link {
    margin-top: 10.2564102564vw;
    margin-left: auto;
    display: block;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  padding: 0 0 160px;
}

.contact_text {
  font-size: 18px;
}

.contact_flex {
  margin-top: 70px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.contact_step {
  flex: 1;
  position: sticky;
  top: 100px;
  left: 0;
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.contact_step_text {
  opacity: 0.3;
}

.contact_step_text.active {
  opacity: 1;
}

.contact_form {
  width: 957px;
}

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

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

.contact_item_title {
  width: 215px;
  padding-top: 25px;
}

.req {
  color: #FF0000;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 30px 25px;
  background: #fff;
}

.contact_area textarea {
  width: 100%;
  height: 300px;
  padding: 30px 25px;
  resize: none;
  background: #fff;
}

.submit .contact_area {
  padding: 30px 25px;
  background: #fff;
  border: 1px solid rgba(43, 43, 43, 0.3);
}

.submit li:nth-last-of-type(1) .contact_area {
  min-height: 300px;
}

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

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

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

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

.contact_area label span {
  width: auto;
}

.contact_check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  padding-left: 215px;
}

.contact_check input {
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
}

.contact_check a {
  color: #002FFF;
  text-decoration: underline;
  font-size: 14px;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 215px;
  gap: 20px;
  margin-top: 80px;
}

.contact_submit a {
  font-size: 18px;
  border-bottom: 1px solid #2B2B2B;
  width: 100px;
  padding-bottom: 10px;
}

.contact_submit input {
  font-size: 18px;
  border-bottom: 1px solid #2B2B2B;
  width: 312px;
  padding-bottom: 10px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.thanks_title {
  font-size: 28px;
}

.thanks_text {
  margin-top: 30px;
}

.thanks_btn {
  display: block;
  width: 312px;
  margin-left: auto;
  margin-top: 100px;
  text-align: right;
  padding-bottom: 10px;
  border-bottom: 1px solid #2B2B2B;
}

@media screen and (max-width: 680px) {
  .contact {
    padding: 0 0 30.7692307692vw;
  }
  .contact_text {
    font-size: 3.8461538462vw;
  }
  .contact_flex {
    margin-top: 15.3846153846vw;
    display: block;
  }
  .contact_step {
    position: unset;
    flex-flow: row;
    gap: 12.8205128205vw;
  }
  .contact_form {
    width: 100%;
    margin-top: 10.2564102564vw;
  }
  .contact_list {
    gap: 8.2051282051vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 3.0769230769vw;
  }
  .contact_item_title {
    width: 100%;
    padding-top: 0;
  }
  .contact_area input {
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .contact_area textarea {
    height: 64.1025641026vw;
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .contact_area {
    width: 100%;
  }
  .submit .contact_area {
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .submit li:nth-last-of-type(1) .contact_area {
    min-height: 64.1025641026vw;
  }
  .wpcf7-checkbox {
    display: flex;
    gap: 2.5641025641vw;
  }
  .contact_area label {
    gap: 2.5641025641vw;
  }
  .contact_area label input {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
  .contact_check {
    gap: 2.5641025641vw;
    margin-top: 8.9743589744vw;
    font-size: 3.5897435897vw;
    padding-left: 0;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    position: relative;
    top: -0.5128205128vw;
  }
  .contact_check a {
    font-size: 3.5897435897vw;
  }
  .contact_submit {
    padding-left: 0;
    gap: 5.1282051282vw;
    margin-top: 12.8205128205vw;
  }
  .contact_submit a {
    font-size: 4.1025641026vw;
    width: 25.641025641vw;
    padding-bottom: 2.5641025641vw;
  }
  .contact_submit input {
    font-size: 4.1025641026vw;
    width: 52.5641025641vw;
    padding-bottom: 2.5641025641vw;
  }
  .thanks_title {
    font-size: 6.1538461538vw;
  }
  .thanks_text {
    font-size: 3.8461538462vw;
    margin-top: 5.1282051282vw;
  }
  .thanks_btn {
    width: 52.5641025641vw;
    margin-left: 0;
    margin-top: 20.5128205128vw;
    text-align: left;
    padding-bottom: 2.5641025641vw;
  }
}
/* section1
***************************************************************/
.works {
  padding: 0 0 160px;
}

.works .inner {
  display: grid;
  grid-template-columns: 430px 1fr;
}

.works_side {
  display: inline-flex;
  flex-flow: column;
}

.works_side a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.4;
  padding: 10px 25px;
  border-radius: 999px;
  border: 1px solid #2B2B2B;
  background: #FFF;
  margin-top: 10px;
  transition: 0.3s;
}

.works_side a.all {
  margin: 0 0 40px;
}

.works_side a.active {
  background: #2B2B2B;
  color: #fff;
}

.works_content_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 10px;
}

.works_content_item a {
  display: block;
}

.works_content_item a img {
  height: 460px;
}

.works_content_item a time {
  color: rgba(43, 43, 43, 0.7);
  font-size: 12px;
  line-height: 100%;
  margin-top: 20px;
  display: block;
}

.works_content_item_title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.8px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.7);
  padding-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  position: relative;
  color: #2B2B2B;
  opacity: 0.3;
}

.nav-links span.current,
.page-numbers.current {
  opacity: 1;
}

.page-numbers.next,
.page-numbers.prev {
  opacity: 1;
  font-family: commuters-sans, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-numbers.next {
  margin-left: 20px;
}

.page-numbers.prev {
  margin-right: 20px;
}

.nav-links a.next::after,
.page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 1px;
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(-1, 1);
  position: relative;
  top: 1px;
}

@media screen and (min-width: 681px) {
  .works_side a:hover {
    color: #fff;
    background: #2B2B2B;
  }
}
@media screen and (max-width: 680px) {
  .works {
    padding: 0 0 30.7692307692vw;
  }
  .works .inner {
    display: block;
  }
  .works_side {
    display: inline-flex;
    flex-flow: row;
    flex-wrap: wrap;
    gap: 1.5384615385vw;
  }
  .works_side a {
    display: inline-block;
    width: auto;
    font-size: 3.0769230769vw;
    padding: 2.5641025641vw 4.1025641026vw;
    margin-top: 0;
  }
  .works_side a.all {
    margin: 0;
  }
  .works_side a.active {
    background: #2B2B2B;
    color: #fff;
  }
  .works_content {
    margin-top: 15.3846153846vw;
  }
  .works_content_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
  }
  .works_content_item a img {
    height: 99.2307692308vw;
  }
  .works_content_item a time {
    font-size: 3.0769230769vw;
    margin-top: 5.1282051282vw;
  }
  .works_content_item_title {
    margin-top: 2.5641025641vw;
    font-size: 4.1025641026vw;
    padding-bottom: 5.1282051282vw;
  }
  .nav-links,
  .page-nation {
    gap: 5.1282051282vw;
    margin-top: 12.8205128205vw;
  }
  .page-numbers.next,
  .page-numbers.prev {
    gap: 4.1025641026vw;
  }
  .page-numbers.next {
    margin-left: 5.1282051282vw;
  }
  .page-numbers.prev {
    margin-right: 5.1282051282vw;
  }
  .nav-links a.next::after,
  .page-numbers.next::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    top: 0.2564102564vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    top: 0.2564102564vw;
  }
}
/* Single
***************************************************************/
.single_page {
  margin-top: 180px;
}

.single_head {
  display: grid;
  grid-template-columns: 1fr 740px;
  gap: 30px;
}

.single_head_content_text {
  font-size: 24px;
}

.single_head_content_time {
  font-size: 14px;
  line-height: 100%;
  margin-top: 200px;
  display: block;
}

.single_head_content_title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  margin-top: 28px;
}

.single_head_content_category {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  border-radius: 999px;
  border: 1px solid #2B2B2B;
  background: #FFF;
  padding: 10px 25px;
  margin-top: 60px;
  display: inline-block;
}

.single_head_content_img img {
  height: 460px;
}

.single_content {
  text-align: center;
  margin-top: 140px;
}

.single_content_title {
  font-size: 24px;
  display: inline-block;
  border-bottom: 1px solid #002FFF;
  padding-bottom: 10px;
}

.single_content_text {
  font-size: 18px;
  line-height: 200%;
  margin-top: 40px;
}

.single_gallery {
  margin-top: 100px;
}

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

.single_backLink {
  margin-top: 80px;
  width: 205px;
  font-size: 14px;
  border-bottom: 1px solid #2B2B2B;
  padding-bottom: 8px;
}

@media screen and (max-width: 680px) {
  .single_page {
    margin-top: 10.2564102564vw;
  }
  .single_head {
    display: flex;
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  .single_head_content_text {
    font-size: 6.1538461538vw;
  }
  .single_head_content_time {
    font-size: 3.5897435897vw;
    margin-top: 25.641025641vw;
  }
  .single_head_content_title {
    font-size: 6.1538461538vw;
    margin-top: 4.1025641026vw;
  }
  .single_head_content_category {
    font-size: 3.5897435897vw;
    padding: 2.3076923077vw 5.1282051282vw;
    margin-top: 6.6666666667vw;
  }
  .single_head_content_img img {
    height: 56.4102564103vw;
  }
  .single_content {
    margin-top: 20.5128205128vw;
  }
  .single_content_title {
    font-size: 6.1538461538vw;
    padding-bottom: 2.5641025641vw;
  }
  .single_content_text {
    font-size: 3.8461538462vw;
    line-height: 1.75;
    text-align: left;
    margin-top: 7.6923076923vw;
  }
  .single_gallery {
    margin: 20.5128205128vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .single_gallery_list {
    gap: 3.8461538462vw;
  }
  .single_backLink {
    margin-top: 15.3846153846vw;
    width: 52.5641025641vw;
    font-size: 3.5897435897vw;
    padding-bottom: 2.0512820513vw;
  }
}
/* section1
***************************************************************/
.privacy {
  padding: 0 0 160px;
}

.privacy_text {
  font-size: 15px;
}

.privacy_item {
  margin-top: 50px;
}

.privacy_item_title {
  font-size: 24px;
}

.privacy_item_text {
  font-size: 15px;
}

.privacy_item_before {
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 680px) {
  .privacy {
    padding: 0 0 20.5128205128vw;
  }
  .privacy_fv .page_fv_title span {
    font-size: 10.2564102564vw;
  }
  .privacy_text {
    font-size: 3.8461538462vw;
  }
  .privacy_item {
    margin-top: 10.2564102564vw;
  }
  .privacy_item_title {
    font-size: 4.6153846154vw;
  }
  .privacy_item_text {
    font-size: 3.5897435897vw;
  }
  .privacy_item_before {
    font-size: 3.5897435897vw;
  }
}