@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: "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: 2;
  color: #111;
}

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

main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  background-image: url(../images/common/fixed_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 3.8461538462vw;
  }
  main::before {
    background-image: url(../images/common/fixed_bg_sp.webp);
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Inter", sans-serif;
}

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

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

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

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  font-size: 120px;
  line-height: 100%;
  white-space: nowrap;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title .en {
  display: block;
  color: rgba(65, 94, 134, 0.31);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.section_title .en::before {
  content: "";
  display: inline-block;
  width: 48px;
  border-top: 1px solid rgba(65, 94, 134, 0.31);
}

.section_title .ja {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 4.1025641026vw;
    gap: 4.1025641026vw;
  }
  .section_title .en::before {
    width: 16.4102564103vw;
  }
  .section_title .ja {
    font-size: 8.2051282051vw;
    margin-top: 4.1025641026vw;
  }
}
.btn {
  text-align: center;
  margin-top: 64px;
}

.btn_link {
  color: #FFF;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  border-radius: 32px;
  background: #0A4AA2;
  display: inline-flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

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

.cta {
  background-image: url(../images/common/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.cta .section_title .en {
  color: rgba(255, 255, 255, 0.3);
}

.cta .section_title .en::before {
  display: none;
}

.cta .section_title .ja {
  color: #D9D9D9;
}

.cta_text {
  color: #FFF;
  line-height: 200%;
  margin-top: 24px;
}

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

.cta .btn_link {
  background: #fff;
  color: #0A4AA2;
}

.cta .btn_link::after {
  background-image: url(../images/icon/icon_arrow_right03.svg);
}

/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  position: relative;
  padding: 176px 0 0;
}

.page_fv .inner {
  position: relative;
}

.page_fv_title .en {
  font-style: italic;
  display: block;
  font-size: 112px;
  font-weight: 500;
  line-height: 120%;
}

.page_fv_title .ja {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 230%;
}

.page_fv_title .ja::after {
  content: "";
  display: inline-block;
  width: 140px;
  border-top: 1px solid #000;
}

.bread {
  margin-top: 130px;
}

.bread_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.bread_item {
  color: #B2BCCE;
  font-size: 14px;
  font-weight: 500;
  line-height: 230%;
}

.page_fv_img {
  width: 757px;
  position: absolute;
  top: -93px;
  right: -180px;
}

@media screen and (max-width: 680px) {
  .page_fv {
    position: relative;
    padding: 25.641025641vw 0 0;
  }
  .page_fv_title {
    margin-top: 10.2564102564vw;
  }
  .page_fv_title .en {
    font-size: 16.4102564103vw;
  }
  .page_fv_title .ja {
    gap: 4.1025641026vw;
    margin-top: 2.0512820513vw;
    font-size: 4.6153846154vw;
  }
  .page_fv_title .ja::after {
    width: 35.8974358974vw;
  }
  .bread {
    margin-top: 14.358974359vw;
  }
  .bread_list {
    gap: 1.0256410256vw;
  }
  .bread_item {
    font-size: 3.5897435897vw;
  }
  .page_fv_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: unset;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 24px;
  transition: 0.3s;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 8px 8px 8px 40px;
}

.toggle-menu {
  display: none;
}

.header_nav_content {
  display: flex;
  align-items: center;
  gap: 48px;
}

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

.global_nav_item a {
  font-weight: 600;
}

.header_contact a {
  padding: 12px 24px 12px 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #0A4AA2;
  border-radius: 32px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  border: 1px solid #0A4AA2;
}

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

@media screen and (min-width: 681px) {
  .header_contact a:hover {
    color: #0A4AA2;
    background: #fff;
  }
  .header_contact a:hover::before {
    background-image: url(../images/icon/icon_mail02.svg);
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 4.1025641026vw 2.0512820513vw;
  }
  .header_inner {
    display: block;
    padding: 2.5641025641vw 5.1282051282vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_logo {
    width: 34.6153846154vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 11.2820512821vw;
    height: 11.2820512821vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 8.4615384615vw;
    height: 2px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 8.4615384615vw;
    height: 2px;
    content: "";
    background-color: #000;
    transition: 0.3s;
  }
  .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;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
    background-color: #fff;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
    background-color: #fff;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
  }
  .open .header_nav {
    opacity: 1;
    visibility: unset;
  }
  .header_nav_content {
    display: block;
    background: #0A4AA2;
    padding: 21.5384615385vw 6.1538461538vw 12.3076923077vw;
  }
  .global_nav {
    width: 100%;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 4.1025641026vw 0;
    color: #fff;
    font-size: 4.6153846154vw;
  }
  .header_contact a {
    background: #fff;
    color: #0A4AA2;
    margin-top: 6.1538461538vw;
  }
  .header_contact a::before {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    background-image: url(../images/icon/icon_mail02.svg);
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #0E346D;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

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

.footer_logo img {
  width: 220px;
}

.copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-top: 16px;
}

.footer_content {
  width: 513px;
}

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

.footer_item a {
  color: #FFF;
  font-weight: 700;
  line-height: 200%;
}

.footer_content_privacy {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.footer_content_privacy a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 180%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

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

@media screen and (max-width: 680px) {
  footer {
    padding: 20.5128205128vw 0;
  }
  footer .inner {
    flex-flow: column-reverse;
    align-items: flex-start;
    gap: 14.358974359vw;
  }
  .footer_logo img {
    width: 56.4102564103vw;
  }
  .copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 3.5897435897vw;
    margin-top: 4.1025641026vw;
  }
  .footer_content {
    width: 100%;
  }
  .footer_list {
    flex-flow: column;
    gap: 6.1538461538vw;
  }
  .footer_content_privacy {
    margin-top: 6.1538461538vw;
    flex-flow: column;
    gap: 6.1538461538vw;
  }
  .footer_content_privacy a {
    font-size: 3.5897435897vw;
    gap: 1.0256410256vw;
  }
  .footer_content_privacy a::after {
    width: 3.8461538462vw;
    height: 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;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  height: 100vh;
  padding: 0;
}

.fv .inner {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.fv_en {
  color: #FAFAFA;
  font-size: 104px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  z-index: 5;
  mix-blend-mode: difference;
}

.fv_en .normal {
  font-weight: 300;
  font-style: italic;
}

.fv_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 43px;
}

.fv_text {
  margin-top: 32px;
}

.fv_img {
  width: 680px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .fv {
    height: auto;
    padding: 23.5897435897vw 0 0;
  }
  .fv .inner {
    height: auto;
  }
  .fv_en {
    font-size: 11.2820512821vw;
    margin-top: -5.1282051282vw;
  }
  .fv_title {
    font-size: 6.1538461538vw;
    margin-top: 4.1025641026vw;
  }
  .fv_text {
    margin-top: 4.1025641026vw;
  }
  .fv_img {
    width: 100%;
    position: unset;
    transform: unset;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 60px 0;
}

.sec1_content {
  display: grid;
  align-items: center;
  grid-template-columns: 537px 1fr;
  gap: 120px;
}

.section_title .ja {
  font-size: 44px;
}

.sec1_contentBox_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 230%;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 20.5128205128vw 0;
  }
  .sec1_content {
    display: flex;
    flex-flow: column;
    gap: 16.4102564103vw;
  }
  .section_title .ja {
    font-size: 8.2051282051vw;
  }
  .sec1_contentBox_text {
    font-size: 4.1025641026vw;
    margin-top: 6.1538461538vw;
  }
}
/* Section2
***************************************************************/
.sec2 .inner {
  max-width: 1140px;
}

.sec2_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  position: relative;
}

.sec2_title::before {
  content: "";
  display: inline-block;
  width: 80px;
  border-top: 2px solid #B5C1D2;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec2_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-top: 84px;
}

.sec2_item {
  text-align: center;
}

.sec2_item img {
  width: 202px;
}

.sec2_item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px;
}

.sec2_item_text {
  color: rgba(17, 17, 17, 0.7);
  font-size: 14px;
  margin-top: 12px;
}

@media screen and (max-width: 680px) {
  .sec2 {
    padding: 0 0 20.5128205128vw;
  }
  .sec2_title {
    font-size: 6.1538461538vw;
  }
  .sec2_title::before {
    width: 20.5128205128vw;
    border-top: 0.5128205128vw solid #B5C1D2;
    bottom: -6.6666666667vw;
  }
  .sec2_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
    margin-top: 21.5384615385vw;
  }
  .sec2_item img {
    width: 38.4615384615vw;
  }
  .sec2_item_title {
    font-size: 4.6153846154vw;
    margin-top: 4.1025641026vw;
  }
  .sec2_item_text {
    font-size: 3.5897435897vw;
    margin-top: 3.0769230769vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background: #0E346D;
  overflow: hidden;
}

.sec3 .inner {
  position: relative;
}

.sec3 .section_title .en {
  color: rgba(255, 255, 255, 0.3);
}

.sec3 .section_title .en::before {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sec3 .section_title .ja {
  color: #fff;
}

.sec3_list {
  margin-top: 64px;
  margin-right: calc(50% - 50vw);
  position: unset;
}

.sec3_list .slick-prev,
.sec3_list .slick-next {
  position: absolute;
  top: 55px;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 44px;
  width: 61px;
}

.sec3_list .slick-prev {
  right: 80px;
  transform: scale(-1, 1);
}

.sec3_list .slick-next {
  right: 0;
}

.sec3_item {
  width: 400px;
  margin-right: 24px;
  position: relative;
}

.sec3_item_number {
  color: rgba(250, 250, 250, 0.05);
  font-size: 72px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  position: absolute;
  right: 8px;
  bottom: 0;
}

.sec3_item_title {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px;
}

.sec3_item_text {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 680px) {
  .sec3_list {
    margin-top: 16.4102564103vw;
    margin-right: 0;
  }
  .sec3_list {
    display: flex;
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  .sec3_item {
    width: 100%;
    margin-right: 0;
  }
  .sec3_item_number {
    font-size: 18.4615384615vw;
    right: 2.0512820513vw;
    bottom: -3.8461538462vw;
  }
  .sec3_item_title {
    color: #FFF;
    font-size: 5.641025641vw;
    margin-top: 6.1538461538vw;
  }
  .sec3_item_text {
    font-size: 3.5897435897vw;
  }
}
/* Section4
***************************************************************/
.sec4_head {
  display: flex;
  align-items: flex-end;
  gap: 120px;
}

.sec4_head_text {
  flex: 1;
  line-height: 200%;
}

.sec4_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.sec4_item a {
  display: block;
}

.sec4_item img {
  height: 230px;
}

.sec4_item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
}

.sec4_item_text {
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
  margin-top: 8px;
}

.sec4_item_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.sec4_item_tag span {
  color: #0A4AA2;
  font-size: 13px;
  line-height: 200%;
  border-radius: 24px;
  border: 1px solid #0A4AA2;
  padding: 0 16px;
}

@media screen and (max-width: 680px) {
  .sec4_head {
    display: block;
  }
  .sec4_head_text {
    margin-top: 6.1538461538vw;
  }
  .sec4_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16.4102564103vw;
    margin-top: 16.4102564103vw;
  }
  .sec4_item img {
    height: 51.2820512821vw;
  }
  .sec4_item_title {
    font-size: 4.6153846154vw;
    margin-top: 4.1025641026vw;
  }
  .sec4_item_text {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
  }
  .sec4_item_tag {
    gap: 2.0512820513vw;
    margin-top: 4.1025641026vw;
  }
  .sec4_item_tag span {
    font-size: 3.3333333333vw;
    border-radius: 6.1538461538vw;
    padding: 0 4.1025641026vw;
  }
}
/* 一覧
***************************************************************/
.works_sec_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 64px;
}

.works_sec_item a {
  display: block;
}

.works_sec_item a img {
  height: 340px;
}

.works_sec_item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.works_sec_item_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.works_sec_item_tag span {
  color: #0A4AA2;
  font-size: 13px;
  line-height: 200%;
  border-radius: 24px;
  border: 1px solid #0A4AA2;
  padding: 0 16px;
}

.works_sec_item_text {
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
  line-height: 180%;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .works_sec_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16.4102564103vw;
  }
  .works_sec_item a img {
    height: 50.2564102564vw;
  }
  .works_sec_item_title {
    font-size: 5.1282051282vw;
    margin-top: 4.1025641026vw;
  }
  .works_sec_item_tag {
    gap: 2.0512820513vw;
    margin-top: 4.1025641026vw;
  }
  .works_sec_item_tag span {
    font-size: 3.3333333333vw;
    border-radius: 6.1538461538vw;
    padding: 0 4.1025641026vw;
  }
  .works_sec_item_text {
    font-size: 3.5897435897vw;
    margin-top: 4.1025641026vw;
  }
}
/* 詳細
***************************************************************/
.works_single {
  padding: 144px 0 0;
}

.works_single .bread {
  margin-top: 0;
}

.works_single_head_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 24px;
}

.works_single_head_name {
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
  line-height: 180%;
  margin-top: 24px;
}

.works_single_head_thumbnail {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 950px 1fr;
  gap: 40px;
}

.works_single_head_thumbnail img {
  height: 100%;
}

.works_single_head_link {
  color: #0A4AA2;
  text-decoration: underline;
  margin-top: 8px;
}

.works_single_head_link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/icon_link02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 4px;
}

.works_single_content {
  margin-top: 140px;
  padding: 40px 0 175px;
  position: relative;
  z-index: 1;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 200px 1fr;
  gap: 124px;
}

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

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

.works_single_contentSide a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
  display: block;
  border-bottom: 1px solid rgba(159, 181, 211, 0.5);
  padding: 16px 0;
  position: relative;
}

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

.works_single_contentList {
  display: flex;
  flex-flow: column;
  gap: 80px;
}

.works_single_contentItem_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  border-left: 3px solid rgba(159, 181, 211, 0.5);
  padding-left: 20px;
}

.works_single_contentItem_text {
  margin-top: 24px;
  line-height: 2;
}

@media screen and (max-width: 678px) {
  .works_single {
    padding: 31.7948717949vw 0 0;
  }
  .works_single_head_title {
    font-size: 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
  .works_single_head_name {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
  .works_single_head_thumbnail {
    margin-top: 16.4102564103vw;
    display: block;
  }
  .works_single_head_thumbnail img {
    height: auto;
  }
  .works_single_head_thumbnail img:nth-of-type(1) {
    display: none;
  }
  .works_single_head_link {
    margin-top: 2.0512820513vw;
  }
  .works_single_head_link::after {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    margin-left: 1.0256410256vw;
  }
  .works_single_content {
    margin-top: 10.2564102564vw;
    padding: 10.2564102564vw 0 30.7692307692vw;
    flex-flow: column;
    display: flex;
    gap: 16.4102564103vw;
  }
  .works_single_contentSide {
    position: unset;
    width: 100%;
  }
  .works_single_contentSide a {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw 0;
  }
  .works_single_contentSide a::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .works_single_contentList {
    gap: 20.5128205128vw;
  }
  .works_single_contentItem_title {
    font-size: 6.1538461538vw;
    border-left: 0.7692307692vw solid rgba(159, 181, 211, 0.5);
    padding-left: 5.1282051282vw;
  }
  .works_single_contentItem_text {
    margin-top: 6.1538461538vw;
  }
}
/* section1
***************************************************************/
.company .inner {
  max-width: 1067px;
  padding: 32px 80px 64px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(10, 74, 162, 0.03);
}

.company_table {
  width: 100%;
}

.company_th {
  font-weight: 700;
  width: 250px;
  border-bottom: 1px solid #CED9EC;
  padding: 32px 0;
  vertical-align: middle;
  padding-left: 32px;
}

.company_td {
  border-bottom: 1px solid #CED9EC;
  padding: 32px 0;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  .company .inner {
    padding: 6.1538461538vw 4.1025641026vw;
    width: calc(100% - 12.3076923077vw);
    max-width: unset;
  }
  .company_th {
    width: 100%;
    display: block;
    padding: 4.1025641026vw 0 0;
    padding-left: 0;
    border-bottom: unset;
  }
  .company_td {
    width: 100%;
    display: block;
    padding: 0 0 4.1025641026vw;
  }
}
/* section1
***************************************************************/
.service_sec1 .inner {
  max-width: 1200px;
}

.service_sec1_content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 453px;
  gap: 104px;
}

.service_sec1_contentBox_title {
  font-size: 44px;
  font-weight: 700;
  line-height: 160%;
}

.service_sec1_contentBox_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 230%;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .service_sec1_content {
    display: flex;
    flex-flow: column;
    gap: 18.9743589744vw;
  }
  .service_sec1_contentBox_title {
    font-size: 8.2051282051vw;
  }
  .service_sec1_contentBox_text {
    font-size: 4.1025641026vw;
    margin-top: 10.2564102564vw;
  }
}
/* section2
***************************************************************/
.service_sec2 {
  padding: 0;
  overflow: hidden;
}

.service_sec2_item {
  padding: 88px 0;
  position: relative;
  z-index: 1;
}

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

.service_sec2_item:nth-of-type(2n)::before {
  background: #F8FCFF;
}

.service_sec2_item_number {
  font-size: 104px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}

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

.service_sec2_item_number span {
  color: rgba(65, 94, 134, 0.31);
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.service_sec2_item_content {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 578px;
  gap: 66px;
}

.service_sec2_item_title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 24px;
  line-height: 150%;
}

.service_sec2_item_text {
  margin-top: 24px;
}

.service_sec2_item_contentMini {
  margin-top: 24px;
}

.service_sec2_item_contentMini:nth-of-type(2) {
  margin-top: 16px;
}

.service_sec2_item_content_head {
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 180%;
  border-radius: 2px;
  background: #0A4AA2;
  padding: 0 8px;
  margin-bottom: 8px;
}

.service_sec2_item_content_text {
  font-size: 14px;
  line-height: 180%;
  text-indent: -1em;
  padding-left: 1em;
}

.service_sec2_item_tag {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service_sec2_item_tag span {
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  border-radius: 24px;
  border: 1px solid #111;
  padding: 4px 16px;
}

@media screen and (max-width: 680px) {
  .service_sec2_item {
    padding: 16.4102564103vw 0;
  }
  .service_sec2_item_number {
    font-size: 18.4615384615vw;
    gap: 6.1538461538vw;
    white-space: unset;
  }
  .service_sec2_item_number::after {
    display: none;
  }
  .service_sec2_item_number span {
    font-size: 5.1282051282vw;
  }
  .service_sec2_item_content {
    display: flex;
    flex-flow: column-reverse;
    gap: 8.2051282051vw;
  }
  .service_sec2_item_title {
    font-size: 8.2051282051vw;
    margin-top: 0;
  }
  .service_sec2_item_text {
    margin-top: 6.1538461538vw;
  }
  .service_sec2_item_contentMini {
    margin-top: 6.1538461538vw;
  }
  .service_sec2_item_contentMini:nth-of-type(2) {
    margin-top: 4.1025641026vw;
  }
  .service_sec2_item_content_head {
    font-size: 3.3333333333vw;
    border-radius: 0.5128205128vw;
    padding: 0 2.0512820513vw;
    margin-bottom: 2.0512820513vw;
  }
  .service_sec2_item_content_text {
    font-size: 3.5897435897vw;
  }
  .service_sec2_item_tag {
    margin-top: 6.1538461538vw;
    gap: 3.0769230769vw;
  }
  .service_sec2_item_tag span {
    font-size: 3.3333333333vw;
    border-radius: 6.1538461538vw;
    padding: 1.0256410256vw 4.1025641026vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact .inner {
  max-width: 1067px;
}

.contact_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  text-align: center;
}

.contact_title::before {
  content: "";
  display: inline-block;
  width: 80px;
  border-top: 2px solid #B5C1D2;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact_text {
  line-height: 200%;
  margin-top: 64px;
  text-align: center;
}

.contact_form {
  padding: 64px 80px;
  margin: 64px 0 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(10, 74, 162, 0.03);
}

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

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

.contact_item_title {
  display: flex;
  gap: 13px;
  align-items: center;
  width: 235px;
  padding-top: 10px;
}

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

.req {
  width: 60px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #0A4AA2;
  border-radius: 4px;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.contact_area select {
  width: 280px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.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;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

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

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

.contact_check a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon/icon_link02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin: 0 3px;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.contact_submit a {
  position: relative;
  width: 200px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 40px;
  padding: 4px 0;
  transition: 0.3s;
}

.contact_submit input {
  border-radius: 32px;
  background: #0A4AA2;
  padding: 16px 40px;
  color: #FFF;
  font-weight: 600;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  padding: 75px 0;
  text-align: center;
  background: #fff;
}

.thanks_title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.thanks_text {
  margin-top: 20px;
}

.thanks_btn {
  position: relative;
  width: 360px;
  padding: 12px 0;
  margin: 50px auto 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #333;
  border: 2px solid #333;
  border-radius: 40px;
  transition: 0.3s;
}

@media screen and (max-width: 680px) {
  .contact_form {
    padding: 10.2564102564vw 4.1025641026vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  .contact_item_title {
    gap: 3.3333333333vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.5897435897vw;
  }
  .req {
    width: 10.2564102564vw;
    padding: 0.5128205128vw 0;
    font-size: 2.5641025641vw;
    line-height: 4.6153846154vw;
  }
  .contact_area input {
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_privacy {
    margin-top: 10.2564102564vw;
  }
  .contact_privacy_scroll {
    height: 46.1538461538vw;
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .contact_privacy_title {
    font-size: 3.5897435897vw;
  }
  .contact_privacy_list {
    gap: 3.5897435897vw;
    padding-bottom: 5.1282051282vw;
    margin-top: 3.5897435897vw;
    font-size: 3.5897435897vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .contact_check {
    gap: 1.2820512821vw;
    margin-top: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
  .contact_check input {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
  .contact_submit {
    width: 57.4358974359vw;
    margin: 10.2564102564vw auto 0;
    font-size: 3.8461538462vw;
  }
}
/* section1
***************************************************************/
.privacy_list {
  display: flex;
  flex-flow: column;
  gap: 64px;
}

.privacy_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  border-left: 3px solid rgba(159, 181, 211, 0.5);
  padding-left: 21px;
}

.privacy_text {
  margin-top: 24px;
  line-height: 200%;
}

.privacy .list01 li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 24px;
  line-height: 200%;
}