@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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 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 {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #242528;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 681px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
  main {
    overflow: hidden;
  }
}
/* フォント
***************************************************************/
.inter {
  font-family: "Inter", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1200px;
  margin: 0 auto;
}

section {
  background: #fff;
}

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

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    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 {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    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;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.sec_title .ja {
  color: #242528;
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.sec_title .en {
  color: rgba(36, 37, 40, 0.7);
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 680px) {
  .sec_title .ja {
    font-size: 6.4vw;
    line-height: 1.4;
  }
  .sec_title .en {
    font-size: 3.7333333333vw;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 100;
}

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

.header_logo {
  width: 100px;
}

/* ハンバーガーメニュー非表示 */
.toggle-menu {
  display: none;
}

/* ヘッダーリンク */
.global_nav_list {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 680px) {
  header {
    padding: 2.6666666667vw 0;
    background: #fff;
  }
  .header_inner {
    display: block;
    margin: 0 2.6666666667vw;
  }
  .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_logo {
    width: 21.3333333333vw;
  }
  /* ハンバーガーメニュー */
  .toggle-menu {
    display: inline-block;
    width: 10.6666666667vw;
    height: 8vw;
    position: relative;
    z-index: 100;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -2666.4vw;
    width: 7.2vw;
    height: 1px;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 7.2vw;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.8666666667vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.8666666667vw;
    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 {
    background-color: #fff;
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-45deg);
    top: 0;
  }
  .open .toggle-menu .toggle-line::after {
    background-color: #fff;
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(45deg);
    top: 0;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 4vw 26.6666666667vw;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav {
    margin-top: 21.3333333333vw;
    padding: 0 8vw;
  }
  .global_nav_list {
    flex-flow: column;
  }
  .global_nav_item a {
    color: #fff;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  background: #242528;
  padding: 200px 0 100px;
}

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

footer img {
  width: 160px;
  filter: brightness(0) invert(1);
}

footer p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 16vw 0 5.3333333333vw;
  }
  footer .inner {
    flex-flow: column;
    align-items: center;
  }
  footer img {
    width: 32vw;
  }
  footer p {
    font-size: 3.2vw;
    margin-top: 16vw;
  }
}
/*===================================================
トップページ
===================================================*/
/* /ダミー */
.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

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

/* トップページ FV
***************************************************************/
.fv {
  background: #fff;
  border-radius: 0 0 60px 60px;
  padding: 100px 0 60px;
  position: relative;
}

.fv .fv_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fv h1 span.en {
  font-size: 80px;
  font-weight: 500;
  display: block;
  letter-spacing: -0.06em;
  line-height: 1;
}

.fv h1 span.ja {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 40px;
  color: rgba(36, 37, 40, 0.7);
}

.fv a {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  bottom: -140px;
  right: 0;
  pointer-events: none;
}

.fv a span {
  width: 100%;
  height: 100%;
  position: relative;
}

.fv a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  .fv {
    border-radius: 0 0 0 10.6666666667vw;
    padding: 21.3333333333vw 0 16vw;
  }
  .fv .fv_inner {
    padding: 0 8vw;
  }
  .fv h1 span.en {
    font-size: 11.2vw;
  }
  .fv h1 span.ja {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
  .fv a {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    bottom: -26.6666666667vw;
    right: 5.3333333333vw;
  }
  .fv a span::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
/* トップページ section1
***************************************************************/
.sec1 {
  margin-top: 400px;
  border-radius: 60px 60px 0 0;
  padding: 100px 0;
}

.sec1 .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.sec1 .inner ul li {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.sec1 .inner ul li img {
  width: 36px;
  height: 36px;
  -o-object-position: center;
     object-position: center;
}

.sec1 .inner ul li h2 {
  font-size: 20px;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
}

.sec1 .inner ul li p {
  color: rgba(36, 37, 40, 0.7);
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .sec1 {
    margin-top: 26.6666666667vw;
    border-radius: 10.6666666667vw 0 0 0;
    padding: 16vw 0;
  }
  .sec1 .inner ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 13.3333333333vw;
  }
  .sec1 .inner ul li {
    gap: 4vw;
  }
  .sec1 .inner ul li img {
    width: 9.6vw;
    height: 9.6vw;
  }
  .sec1 .inner ul li h2 {
    font-size: 5.3333333333vw;
  }
  .sec1 .inner ul li p {
    font-size: 3.7333333333vw;
  }
}
/* トップページ section2
***************************************************************/
.sec2 {
  border-top: 1px solid rgba(36, 37, 40, 0.1);
  padding-top: 100px;
}

.sec2 .inner ul {
  display: flex;
  flex-flow: column;
  gap: 80px;
  margin-top: 80px;
}

.sec2 .inner ul li {
  display: flex;
  align-items: center;
  gap: 80px;
}

.sec2 .inner ul li:nth-of-type(2) {
  flex-flow: row-reverse;
}

.sec2 .inner ul li img {
  width: 560px;
  height: 370px;
  border-radius: 20px;
}

.sec2 .inner ul li .textBox {
  flex: 1;
}

.sec2 .inner ul li .textBox h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.sec2 .inner ul li .textBox p {
  color: rgba(36, 37, 40, 0.7);
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .sec2 {
    padding-top: 16vw;
  }
  .sec2 .inner ul {
    gap: 16vw;
    margin-top: 16vw;
  }
  .sec2 .inner ul li {
    flex-flow: column;
    gap: 8vw;
  }
  .sec2 .inner ul li:nth-of-type(2) {
    flex-flow: column;
  }
  .sec2 .inner ul li img {
    width: 100%;
    height: 56.8vw;
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
    margin-right: -16vw;
  }
  .sec2 .inner ul li:nth-of-type(2) img {
    margin-right: 0;
    margin-left: -16vw;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
  .sec2 .inner ul li .textBox h3 {
    font-size: 6.4vw;
  }
  .sec2 .inner ul li .textBox p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
/* トップページ section3
***************************************************************/
.sec3 {
  padding: 100px 0 0;
  border-bottom: 1px solid rgba(36, 37, 40, 0.1);
}

.sec3 .inner {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: unset;
}

.sec3 .inner img {
  width: 45vw;
  height: 600px;
  gap: 80px;
  border-radius: 0 40px 0 0;
}

.sec3 .inner .textBox {
  width: 600px;
}

.sec3 .inner .textBox p {
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .sec3 {
    padding: 0 0 16vw;
  }
  .sec3 .inner {
    flex-flow: column;
    gap: 10.6666666667vw;
  }
  .sec3 .inner img {
    width: 84vw;
    height: 53.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .sec3 .inner .textBox {
    width: 100%;
  }
  .sec3 .inner .textBox p {
    margin-top: 10.6666666667vw;
  }
}
/* トップページ section4
***************************************************************/
.sec4 {
  padding: 100px 0;
}

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

.sec4 .inner ul.accordion-area {
  width: 740px;
  display: flex;
  flex-flow: column;
  gap: 40px;
  padding-top: 20px;
}

.sec4 .inner ul.accordion-area li {
  position: relative;
}

.sec4 .inner ul.accordion-area li::before {
  content: "Q";
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 0;
  font-family: "Inter", sans-serif;
}

.title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.5s ease;
  font-size: 18px;
  font-weight: 500;
  flex: 1;
  padding-left: 48px;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
}

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

.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  margin-top: 20px;
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .sec4 {
    padding: 16vw 0;
  }
  .sec4 .inner {
    flex-flow: column;
    gap: 13.3333333333vw;
  }
  .sec4 .inner ul.accordion-area {
    width: 100%;
    gap: 8vw;
    padding-top: 0;
  }
  .sec4 .inner ul.accordion-area li::before {
    font-size: 7.4666666667vw;
    top: -3.4666666667vw;
  }
  .title {
    font-size: 4vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  /*アイコンの＋と×*/
  .title::before,
  .title::after {
    position: absolute;
    content: "";
    width: 4vw;
    height: 0.5333333333vw;
    background-color: #333;
    transition: 0.3s;
  }
  .title::before {
    top: 48%;
    right: 0vw;
    transform: rotate(0deg);
  }
  .title::after {
    top: 48%;
    right: 0vw;
  }
  .box {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
/* トップページ section5
***************************************************************/
.sec5 {
  background: rgb(248, 248, 249);
  border-bottom: 1px solid rgba(36, 37, 40, 0.1);
  border-top: 1px solid rgba(36, 37, 40, 0.1);
  padding: 100px 0;
}

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

.sec5 .inner h2.sec_title {
  width: 770px;
}

.sec5 .inner h2.sec_title .en {
  color: #242528;
  flex: none;
  font-family: var(--s-font-0b85358e);
  font-feature-settings: "palt" 1;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  letter-spacing: -0.06em;
  line-height: 1;
}

.sec5 .inner h2.sec_title .ja {
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400;
}

.sec5 .inner p {
  color: rgba(36, 37, 40, 0.7);
  flex: none;
  font-family: var(--s-font-efa6f70a);
  font-feature-settings: "palt" 1;
  font-size: 14px;
  width: 386px;
}

@media screen and (max-width: 680px) {
  .sec5 {
    padding: 16vw 0 16vw 8vw;
  }
  .sec5 .inner {
    flex-flow: column;
    gap: 8vw;
  }
  .sec5 .inner h2.sec_title {
    width: 100%;
  }
  .sec5 .inner h2.sec_title .en {
    font-size: 8.5333333333vw;
  }
  .sec5 .inner h2.sec_title .ja {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .sec5 .inner p {
    font-size: 3.2vw;
    width: 100%;
  }
}
/* トップページ section6
***************************************************************/
.sec6 {
  padding: 100px 0;
}

.sec6 .inner .flex {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 80px;
}

.sec6 .inner .flex .textBox {
  flex: 1;
}

.sec6 .inner .flex .textBox h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.sec6 .inner .flex .textBox p {
  font-weight: 500;
  margin-top: 20px;
}

.sec6 .inner .flex img {
  width: 560px;
  height: 500px;
  border-radius: 20px;
}

@media screen and (max-width: 680px) {
  .sec6 {
    padding: 16vw 0;
  }
  .sec6 .inner .flex {
    flex-flow: column-reverse;
    gap: 10.6666666667vw;
    margin-top: 16vw;
  }
  .sec6 .inner .flex .textBox {
    flex: 1;
  }
  .sec6 .inner .flex .textBox h3 {
    font-size: 6.4vw;
  }
  .sec6 .inner .flex .textBox p {
    margin-top: 5.3333333333vw;
  }
  .sec6 .inner .flex img {
    width: 85.3333333333vw;
    height: 56vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
    margin-left: -16vw;
  }
}
/* トップページ section7
***************************************************************/
.sec7 {
  background: rgb(248, 248, 249);
  border-bottom: 1px solid rgba(36, 37, 40, 0.1);
  border-top: 1px solid rgba(36, 37, 40, 0.1);
  padding: 100px 0;
}

.sec7 .inner .flex {
  display: flex;
  gap: 80px;
  margin-top: 80px;
}

.sec7 .inner .flex iframe {
  width: 550px;
  height: 470px;
}

.sec7 .inner .flex table {
  flex: 1;
  width: 100%;
  display: block;
}

.sec7 .inner .flex table tbody {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.sec7 .inner .flex table tbody tr {
  display: flex;
  gap: 60px;
}

.sec7 .inner .flex table tbody tr th {
  font-size: 14px;
  font-weight: 500;
  width: 120px;
}

.sec7 .inner .flex table tbody tr td {
  color: rgba(36, 37, 40, 0.7);
  flex: 3;
  font-size: 14px;
  font-weight: 500;
  flex: 1;
}

@media screen and (max-width: 680px) {
  .sec7 {
    padding: 16vw 0;
  }
  .sec7 .inner .flex {
    flex-flow: column;
    gap: 8vw;
    margin-top: 16vw;
  }
  .sec7 .inner .flex iframe {
    width: 100%;
    height: 98.6666666667vw;
  }
  .sec7 .inner .flex table tbody {
    width: 100%;
    gap: 4vw;
  }
  .sec7 .inner .flex table tbody tr {
    display: flex;
    gap: 2.6666666667vw;
  }
  .sec7 .inner .flex table tbody tr th {
    font-size: 3.7333333333vw;
    font-weight: 500;
    width: 32vw;
  }
  .sec7 .inner .flex table tbody tr td {
    color: rgba(36, 37, 40, 0.7);
    flex: 3;
    font-family: var(--s-font-efa6f70a);
    font-size: 3.7333333333vw;
    font-weight: 500;
    flex: 1;
  }
}
/* トップページ section8
***************************************************************/
.sec8 {
  color: #fff;
  padding: 100px 0;
  background: rgb(84, 86, 91);
}

.sec8 .inner {
  position: relative;
}

.sec8 .inner h2.sec_title span.ja {
  color: #fff;
}

.sec8 .inner h2.sec_title span.en {
  color: #fff;
}

.sec8 .inner p {
  margin-top: 20px;
}

.sec8 .inner a {
  width: 300px;
  line-height: 1;
  background: #fff;
  color: #242528;
  padding: 17px 0;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media screen and (max-width: 680px) {
  .sec8 {
    padding: 16vw 0;
  }
  .sec8 .inner p {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .sec8 .inner a {
    width: 53.3333333333vw;
    padding: 4vw 0;
    position: unset;
    margin: 8vw auto 0;
  }
}