@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;
}
.grecaptcha-badge {
	display: none;
}
/* 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: 1.7;
  color: #111;
}

main {
  overflow: hidden;
}

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

.gradation {
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

section:nth-of-type(n + 2) {
  padding-top: 40px;
}

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

@media screen and (max-width: 680px) {
  section {
    padding: 12.8205128205vw 0;
  }
  section:nth-of-type(n + 2) {
    padding-top: 12.8205128205vw;
  }
  .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;
  }
}
/* 装飾
***************************************************************/
a {
  transition: opacity 0.3s;
}

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

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

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

/* 共通パーツ (全ページ)
***************************************************************/
.section_title .en {
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_title .ja {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.96px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.section_title .ja::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 3px;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
}

.page_section_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.52px;
  position: relative;
  border-top: 3px solid #E9E9E9;
  padding-top: 25px;
  margin-bottom: 40px;
}

.page_section_title::before {
  content: "";
  display: inline-block;
  width: 93px;
  height: 3px;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  position: absolute;
  top: -3px;
  left: 0;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 13.8461538462vw;
  }
  .section_title .ja {
    font-size: 5.1282051282vw;
    gap: 2.5641025641vw;
    margin-top: 2.0512820513vw;
  }
  .section_title .ja::after {
    width: 8.2051282051vw;
    height: 0.7692307692vw;
  }
  .page_section_title {
    font-size: 7.1794871795vw;
    border-top: 0.7692307692vw solid #E9E9E9;
    padding-top: 5.1282051282vw;
    margin-bottom: 8.9743589744vw;
  }
  .page_section_title::before {
    width: 23.8461538462vw;
    height: 0.7692307692vw;
    top: -0.7692307692vw;
  }
}
.btn {
  margin-top: 40px;
}

.btn_link {
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 500;
  padding: 12px 0;
  width: 177px;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  box-shadow: 4px 4px 0 #B8E9FF;
}

.type2 .btn_link {
  background: linear-gradient(89deg, rgb(35, 110, 76) 0%, rgb(0, 232, 228) 95.47%);
}

@media screen and (max-width: 680px) {
  .btn {
    margin-top: 5.1282051282vw;
    width: 100%;
  }
  .btn_link {
    font-size: 4.6153846154vw;
    font-weight: 500;
    padding: 3.0769230769vw 0;
    width: 100%;
    box-shadow: 1.0256410256vw 1.0256410256vw 0 #B8E9FF;
  }
  .type2 .btn_link {
    background: linear-gradient(89deg, rgb(35, 110, 76) 0%, rgb(0, 232, 228) 95.47%);
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 90px 0;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  position: relative;
  margin-top: 90px;
}

.page_fv.type2 {
  background: linear-gradient(89deg, rgb(35, 110, 76) 0%, rgb(0, 232, 228) 95.47%);
}

.page_fv_title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.96px;
}

.page_fv_title .en {
  display: block;
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 12px;
}

.page_fv_img {
  width: 55.5555555556vw;
  height: 290px;
  position: absolute;
  right: 0;
  bottom: -42px;
  -o-object-position: top left;
     object-position: top left;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 8.9743589744vw 0 25.641025641vw;
    margin-bottom: 17.4358974359vw;
    margin-top: 0;
  }
  .page_fv_title {
    font-size: 4.6153846154vw;
  }
  .page_fv_title .en {
    font-size: 13.3333333333vw;
    margin-bottom: 3.0769230769vw;
  }
  .page_fv_img {
    width: 99.4871794872vw;
    height: auto;
    position: absolute;
    right: -6.6666666667vw;
    bottom: -17.4358974359vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  transition: 0.3s;
}

.home header {
  background: unset;
  box-shadow: unset;
}

.home header.active {
  background: #fff;
}

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

.toggle-menu {
  display: none;
}

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

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

.global_nav_item a {
  font-size: 12px;
  position: relative;
  padding-left: 12px;
  line-height: 1.4;
}

.global_nav_item a::before {
  content: "";
  display: inline-block;
  height: 90%;
  width: 2px;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

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

.header_contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header_contact a {
  width: 177px;
  text-align: center;
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 0 11px;
  background: linear-gradient(89deg, #236E4C 0%, #00E8E4 95.47%);
  box-shadow: 4px 4px 0 #B8E9FF;
}

.header_contact a:nth-of-type(2) {
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
}

@media screen and (max-width: 1330px) {
  .header_contact a {
    width: 120px;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 2.5641025641vw 0;
  }
  .home header {
    background: #fff;
  }
  .header_inner {
    display: block;
    margin: 0 2.5641025641vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    width: 51.2820512821vw;
  }
  .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: 6.6666666667vw;
    height: 2px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 6.6666666667vw;
    height: 2px;
    content: "";
    background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
    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: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 3.8461538462vw 25.641025641vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 30.7692307692vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    font-size: 4.6153846154vw;
    padding-left: 0;
    border-bottom: 1px solid rgb(222, 222, 222);
    padding: 5.1282051282vw 0;
    width: 100%;
  }
  .global_nav_item a::before {
    display: none;
  }
  .global_nav_item a span {
    display: none;
  }
  .header_contact {
    width: 100%;
    flex-flow: column;
    gap: 4.1025641026vw;
  }
  .header_contact a {
    width: 100%;
    font-size: 4.6153846154vw;
    padding: 5.1282051282vw 0;
    display: block;
  }
  .header_contact a:nth-of-type(1) {
    background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  }
  .header_contact a:nth-of-type(2) {
    background: linear-gradient(89deg, #236E4C 0%, #00E8E4 95.47%);
    margin-top: 4.1025641026vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #FAFAFA;
  padding-top: 50px;
}

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

.footer_content_logo {
  width: 330px;
}

.footer_content_logo span {
  display: block;
}

.footer_content_text {
  font-size: 14px;
  line-height: 160%;
  margin-top: 40px;
}

.footer_nav {
  width: 460px;
}

.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 28px 48px;
}

.footer_nav_item {
  font-weight: 500;
  line-height: 1;
}

.footer_nav_foot {
  margin-top: 60px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}

.copyright {
  color: #FFF;
  font-size: 11px;
  letter-spacing: 1.2px;
  margin-top: 50px;
  padding: 20px 0;
  line-height: 1;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  text-align: center;
}

@media screen and (max-width: 680px) {
  footer {
    padding-top: 10.2564102564vw;
  }
  footer .inner {
    flex-flow: column;
  }
  .footer_content_logo {
    width: 71.7948717949vw;
  }
  .footer_content_logo span {
    display: block;
  }
  .footer_nav {
    width: 100%;
  }
  .footer_nav_list {
    justify-content: center;
    gap: 5.1282051282vw 10.2564102564vw;
    width: 87.1794871795vw;
    margin: 11.5384615385vw auto 0;
  }
  .footer_content_text_sp {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #DBDBDB;
    margin-top: 45px;
  }
  .footer_content_text {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
    text-align: center;
  }
  .footer_nav_foot {
    margin-top: 10.2564102564vw;
    font-size: 3.3333333333vw;
    justify-content: center;
    gap: 7.1794871795vw;
  }
  .copyright {
    font-size: 2.8205128205vw;
    letter-spacing: 0.3076923077vw;
    margin-top: 12.8205128205vw;
    padding: 5.1282051282vw 0;
  }
}
/* フェードイン
***************************************************************/
.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;
  }
}
/* section7
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

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

.faq_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

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

.faq_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

.faq_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 6.1538461538vw;
    margin-top: 10.2564102564vw;
  }
  .faq_accordion-area li {
    padding: 3.8461538462vw 2.5641025641vw;
  }
  .faq_title {
    padding-bottom: 4.1025641026vw;
    padding-left: 9.2307692308vw;
    padding-right: 6.6666666667vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    background-color: #000;
  }
  .faq_title::before {
    right: 1.7948717949vw;
  }
  .faq_title::after {
    top: 42%;
    right: 1.7948717949vw;
  }
  .faq_box {
    display: none;
    padding: 4.1025641026vw 6.9230769231vw 0 8.4615384615vw;
  }
  .faq_box p::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.fv_slider {
  position: relative;
  z-index: 1;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.fv_slider .slider-item01 {
  background-image: url(../images/front/fv_bg01.webp);
}

.fv_slider .slider-item02 {
  background-image: url(../images/front/fv_bg02.webp);
}

.fv_slider .slider-item03 {
  background-image: url(../images/front/fv_bg03.webp);
}

.fv_slider .slider-item {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fv_title {
  color: #FFF;
  font-size: 48px;
  font-weight: 900;
  position: absolute;
  top: 160px;
  left: 120px;
  z-index: 1;
}

.fv_title span {
  padding: 5px 40px;
  --h: 91px;
  --cut: calc(var(--h) * 40 / 91);
  height: var(--h);
  background: linear-gradient(45deg, #23366E 0%, #009FE8 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, 0 100%);
}

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

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

.loop-area .content {
  width: 500px;
  color: #FFF;
  font-family: Roboto;
  font-size: 128px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  white-space: nowrap;
  width: 1956px;
  color: transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(200, 200, 200, 0.8));
  -webkit-background-clip: text;
  background-clip: text;
  filter: blur(0.4px);
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 680px) {
  .fv_slider {
    height: calc(100vh - 14.6153846154vw);
    height: calc(100svh - 14.6153846154vw);
  }
  .fv_slider .slider-item01 {
    background-image: url(../images/front/fv_bg01_sp.webp);
  }
  .fv_slider .slider-item02 {
    background-image: url(../images/front/fv_bg02_sp.webp);
  }
  .fv_slider .slider-item03 {
    background-image: url(../images/front/fv_bg03_sp.webp);
  }
  .fv_title {
    font-size: 7.6923076923vw;
    top: 15.3846153846vw;
    left: 5.1282051282vw;
  }
  .fv_title span {
    padding: 1.0256410256vw 5.8974358974vw 2.5641025641vw 4.358974359vw;
    --h: 57px;
    --cut: calc(var(--h) * 20 / 57);
    height: var(--h);
    background: linear-gradient(45deg, #23366E 0%, #009FE8 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, 0 100%);
  }
  .fv_title span:nth-of-type(2) {
    margin-top: 2.8205128205vw;
  }
  .loop-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: absolute;
    bottom: 35.8974358974vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .loop-area {
    display: flex;
    animation: loop-slide 30s infinite linear 1s both;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .loop-area .content {
    width: 76.9230769231vw;
    font-size: 17.4358974359vw;
    width: 257.9487179487vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  position: relative;
  margin-top: 60px;
}

.sec1_deco {
  position: absolute;
  width: 540px;
  right: 60px;
  top: -140px;
  right: 96px;
  z-index: 10;
}

.sec1_list {
  display: flex;
  flex-flow: column;
  gap: 140px;
}

.sec1_item_flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 90px;
  margin-left: calc(50% - 50vw);
  margin-top: 25px;
}

li:nth-of-type(2) .sec1_item_flex {
  flex-flow: row-reverse;
  margin-left: 0;
  margin-right: calc(50% - 48vw);
}

.sec1_item_img {
  width: 600px;
  position: relative;
  z-index: 5;
}

.sec1_itemBox {
  width: 580px;
  position: relative;
  z-index: 1;
}

.sec1_itemBox::before {
  content: "";
  display: inline-block;
  width: calc(100% + 400px);
  height: calc(100% + 100px);
  position: absolute;
  left: -200px;
  top: -44px;
  background: #FAFAFA;
  z-index: -1;
}

li:nth-of-type(2) .sec1_itemBox::before {
  left: -165px;
  height: 414px;
  top: unset;
  bottom: -50px;
}

.sec1_itemBox_title {
  font-size: 22px;
  font-weight: 500;
  position: relative;
}

.sec1_itemBox_title::before {
  content: "";
  display: inline-block;
  width: 157px;
  height: 3px;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  position: absolute;
  left: 0;
  bottom: -16px;
}

.sec1_itemBox_title .gradation {
  font-size: 28px;
  font-weight: bold;
}

li:nth-of-type(2) .sec1_itemBox_title {
  margin-top: 70px;
}

.sec1_itemBox_text {
  margin-top: 34px;
}

@media screen and (max-width: 1350px) {
  .sec1_deco {
    top: -180px;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    margin-top: 0;
  }
  .sec1_deco {
    display: none;
  }
  .sec1_list {
    gap: 25.641025641vw;
  }
  .sec1_item_flex {
    flex-flow: column;
    gap: 7.6923076923vw;
    margin-top: 5.1282051282vw;
  }
  li:nth-of-type(2) .sec1_item_flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: calc(50% - 50vw);
    gap: 0;
  }
  .sec1_item_img {
    width: 94.8717948718vw;
  }
  .sec1_itemBox {
    width: 100%;
    padding-left: 5.1282051282vw;
  }
  li:nth-of-type(2) .sec1_itemBox {
    display: contents;
  }
  .sec1_itemBox::before {
    content: "";
    display: inline-block;
    width: calc(100% + 102.5641025641vw);
    height: calc(100% + 25.641025641vw);
    position: absolute;
    left: -51.2820512821vw;
    top: -11.2820512821vw;
    background: #FAFAFA;
    z-index: -1;
  }
  li:nth-of-type(2) .sec1_itemBox::before {
    left: -42.3076923077vw;
    height: 106.1538461538vw;
    top: unset;
    bottom: -12.8205128205vw;
  }
  .sec1_itemBox_title {
    font-size: 5.641025641vw;
  }
  .sec1_itemBox_title::before {
    width: 40.2564102564vw;
    height: 0.7692307692vw;
    bottom: -4.1025641026vw;
  }
  .sec1_itemBox_title .gradation {
    font-size: 7.1794871795vw;
  }
  li:nth-of-type(2) .sec1_itemBox_title {
    margin-top: 7.6923076923vw;
  }
  li:nth-of-type(2) .sec1_item_flex .section_title {
    order: -1;
  }
  li:nth-of-type(2) .sec1_item_flex img {
    margin-top: 5.1282051282vw;
  }
  .sec1_itemBox_text {
    margin-top: 8.9743589744vw;
  }
  li:nth-of-type(2) .sec1_itemBox_text {
    padding-right: 5.1282051282vw;
  }
  li:nth-of-type(2) .btn {
    padding-right: 5.1282051282vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background-image: url(../images/front/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec2 .section_title {
  color: #fff;
}

.sec2 .section_title .en {
  background: unset;
  -webkit-text-fill-color: unset;
}

.sec2 .section_title .ja::after {
  background: #fff;
}

.sec2_text {
  color: #FFF;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 3.6px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .sec2 {
    background-image: url(../images/front/sec2_bg_sp.webp);
  }
  .sec2_text {
    font-size: 4.1025641026vw;
    line-height: 8.7179487179vw;
    margin-top: 11.5384615385vw;
  }
  .sec2 .btn {
    margin-top: 10.2564102564vw;
  }
}
/* Section3
***************************************************************/
section.sec3 {
  text-align: center;
  padding: 80px 0;
}

.sec3_title .en {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.sec3_title .ja {
  display: block;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 6px;
  margin-top: 13px;
  line-height: 1.4;
}

.sec3_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
}

.sec3_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 54px;
}

.sec3_tel {
  font-size: 40px;
  line-height: 27px;
  font-style: italic;
  letter-spacing: 0.9px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

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

.sec3 .btn {
  margin-top: 0;
  padding-left: 40px;
  margin-left: 40px;
  position: relative;
}

.sec3 .btn::before {
  content: "";
  display: inline-block;
  border-right: 1px solid #868686;
  height: 67px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.sec3 .btn_link {
  width: 316px;
}

@media screen and (max-width: 680px) {
  section.sec3 {
    padding: 12.8205128205vw 0;
  }
  .sec3_title .en {
    font-size: 6.1538461538vw;
  }
  .sec3_title .ja {
    font-size: 9.7435897436vw;
    margin-top: 3.3333333333vw;
  }
  .sec3_text {
    font-size: 4.6153846154vw;
    margin-top: 8.2051282051vw;
  }
  .sec3_flex {
    flex-flow: column;
    margin-top: 11.7948717949vw;
    gap: 11.5384615385vw;
  }
  .sec3_tel {
    font-size: 10.2564102564vw;
    line-height: 6.9230769231vw;
    letter-spacing: 0.2307692308vw;
    gap: 2.5641025641vw;
  }
  .sec3_tel::before {
    width: 6.4102564103vw;
    height: 8.4615384615vw;
  }
  .sec3 .btn {
    padding-left: 0;
    margin-left: 0;
  }
  .sec3 .btn::before {
    display: none;
  }
  .sec3 .btn_link {
    width: 100%;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
.company_sec1_flex {
  display: grid;
  grid-template-columns: 434px 1fr;
  gap: 100px;
}

.company_sec1_flex_imgBox {
  text-align: right;
}

.company_sec1_flex_img_title {
  width: 350px;
  margin-top: 12px;
}

.company_sec1_flexBox_list {
  display: flex;
  flex-flow: column;
  gap: 42px;
  margin-top: 52px;
}

.company_sec1_flexBox_item {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
  padding: 25px 0;
  border: 2px solid #111;
  text-align: center;
  position: relative;
}

.company_sec1_flexBox_item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_arrow_bottom02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%, 0);
}

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

@media screen and (max-width: 680px) {
  .company_sec1_flex {
    display: flex;
    flex-flow: column-reverse;
    gap: 7.6923076923vw;
  }
  .company_sec1_flex_imgBox {
    text-align: left;
  }
  .company_sec1_flex_img_title {
    width: 66.6666666667vw;
    margin-top: 0;
  }
  .company_sec1_flexBox_list {
    gap: 12.8205128205vw;
    margin-top: 7.6923076923vw;
  }
  .company_sec1_flexBox_item {
    font-size: 4.6153846154vw;
    padding: 3.8461538462vw 0;
    border: 0.5128205128vw solid #111;
  }
  .company_sec1_flexBox_item::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    bottom: -9.2307692308vw;
  }
}
/* section2
***************************************************************/
.company_sec2_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.company_sec2_flexBox_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.company_sec2_flexBox_text {
  margin-top: 19px;
}

.company_sec2_flexBox_img {
  margin-top: 30px;
}

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

.company_sec2_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.company_sec2_item_title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
  padding: 8px 0 0 17px;
  --h: 49px;
  --cut: calc(var(--h) * 40 / 91);
  height: var(--h);
  background: linear-gradient(45deg, #23366E 0%, #009FE8 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, 0 100%);
}

.company_sec2_item_text {
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .company_sec2_flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 11.5384615385vw;
  }
  .company_sec2_flexBox_title {
    font-size: 6.1538461538vw;
  }
  .company_sec2_flexBox_text {
    margin-top: 4.8717948718vw;
  }
  .company_sec2_flexBox_img {
    margin-top: 5.1282051282vw;
  }
  .company_sec2_title {
    font-size: 6.1538461538vw;
    margin-top: 11.5384615385vw;
  }
  .company_sec2_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4102564103vw 3.8461538462vw;
    margin-top: 6.4102564103vw;
  }
  .company_sec2_item_title {
    font-size: 4.1025641026vw;
    padding: 2.0512820513vw 0 0 4.358974359vw;
    --h: 40px;
    --cut: calc(var(--h) * 25 / 40);
    height: var(--h);
    background: linear-gradient(45deg, #23366E 0%, #009FE8 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--cut)) 100%, 0 100%);
  }
  .company_sec2_item_text {
    margin-top: 3.5897435897vw;
  }
}
/* section3
***************************************************************/
.company_sec3_table {
  width: 100%;
}

.company_sec3_th {
  width: 200px;
  font-weight: bold;
  border-bottom: 1px solid #E9E9E9;
  padding: 32px 0;
}

.company_sec3_td {
  border-bottom: 1px solid #E9E9E9;
  padding: 32px 0;
}

.company_sec3_td a {
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  .company_sec3_th {
    width: 25.641025641vw;
    padding: 8.2051282051vw 0;
  }
  .company_sec3_td {
    padding: 8.2051282051vw 0;
  }
}
/* section4
***************************************************************/
.company_sec4 iframe {
  width: 100%;
  height: 630px;
}

.company_sec4_text span {
  display: block;
  font-weight: bold;
  margin: 25px 0 10px;
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  .company_sec4 iframe {
    height: 51.2820512821vw;
  }
  .company_sec4_text span {
    font-size: 4.6153846154vw;
    margin: 6.4102564103vw 0 2.5641025641vw;
  }
}
/* Head
***************************************************************/
.service_head_text {
  text-align: center;
}

.service_head_list {
  display: flex;
  gap: 28px;
  justify-content: space-evenly;
  padding: 45px 0;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}

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

.service_head_list::after {
  content: "SERVICE";
  display: inline-block;
  font-size: 128px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.1;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: -188px;
  bottom: -90px;
}

.service_head_item {
  width: 100%;
}

.service_head_item a {
  color: #24346C;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-radius: 4px;
  border: 2px solid #24346C;
  background: #FFF;
  padding: 11px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  white-space: nowrap;
}

.service_head_item a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 1540px) {
  .service_head_list::after {
    right: 20px;
  }
}
@media screen and (max-width: 680px) {
  .service_head_text {
    text-align: left;
  }
  .service_head_list {
    flex-flow: column;
    gap: 5.1282051282vw;
    padding: 8.9743589744vw 0;
    margin-top: 12.8205128205vw;
  }
  .service_head_list::before {
    content: "";
    display: inline-block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .service_head_list::after {
    font-size: 17.6923076923vw;
    right: 0vw;
    bottom: -10.7692307692vw;
  }
  .service_head_item a {
    font-size: 4.6153846154vw;
    padding: 2.8205128205vw 6.9230769231vw;
    gap: 2.5641025641vw;
  }
  .service_head_item a::after {
    width: 4.1025641026vw;
    height: 2.0512820513vw;
    top: 0.5128205128vw;
  }
}
/* Service content
***************************************************************/
.service_content_list {
  display: flex;
  flex-flow: column;
  gap: 90px;
}

.service_content_item_flex {
  display: grid;
  grid-template-columns: 504px 1fr;
  gap: 64px;
  margin-top: 34px;
}

.service_content_item_flexBox_text {
  line-height: 1.8;
}

.service_content_item_flexBox_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.service_content_item_flexBox_title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.service_content_item_flexBox_point {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 680px) {
  .service_content_list {
    gap: 15.3846153846vw;
  }
  .service_content_item_flex {
    display: flex;
    flex-flow: column;
    gap: 6.1538461538vw;
    margin-top: 5.1282051282vw;
  }
  .service_content_item_flexBox_title {
    font-size: 4.6153846154vw;
    margin-top: 6.1538461538vw;
    padding-bottom: 4.358974359vw;
    margin-bottom: 4.358974359vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact_text {
  text-align: center;
}

.contact_btn {
  width: 328px;
  display: block;
  margin: 38px auto 0;
  text-align: center;
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px;
  background: linear-gradient(89deg, #236E4C 0%, #00E8E4 95.47%);
  box-shadow: 4px 4px 0 #B8E9FF;
}

.contact_tel {
  text-align: center;
  margin-top: 60px;
}

.contact_tel_link {
  font-size: 40px;
  font-style: italic;
  line-height: 27px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

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

.contact_form {
  padding: 82px 114px;
  background: #FAFAFA;
  margin-top: 64px;
}

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

.contact_item {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  gap: 12px;
}

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

.req {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #111;
  border-radius: 4px;
  padding: 3px 6px;
}

.contact_area {
  width: 100%;
}

.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;
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wpcf7-radio span {
  width: auto;
  margin: 0;
}

.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_privacy {
  margin-top: 64px;
  overflow-y: scroll;
  border: 1px solid #CBCBCB;
}

.contact_privacy_scroll {
  height: 240px;
  padding: 40px 24px;
}

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

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-bottom: 40px;
  margin-top: 16px;
}

.contact_privacy_item .list02 {
  padding-left: 15px;
  list-style: auto;
}

.contact_privacy_item .list03 {
  padding-left: 15px;
  list-style: lower-roman;
}

.contact_check {
  display: flex;
  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: #333;
  text-decoration: underline;
}

.contact_submit {
  width: 316px;
  margin: 30px auto 0;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  box-shadow: 4px 4px 0 #B8E9FF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s;
}

.contact_submit input {
  width: 100%;
  color: #fff;
  padding: 20px 0;
}

.wpcf7-spinner {
  display: none;
}

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

.thanks_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.thanks_text {
  margin-top: 50px;
}

.thanks_btn {
  width: 316px;
  margin: 30px auto 0;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  box-shadow: 4px 4px 0 #B8E9FF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 20px 0;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .contact_text {
    text-align: left;
  }
  .contact_btn {
    width: 100%;
    margin: 7.6923076923vw auto 0;
    font-size: 4.6153846154vw;
    padding: 5.1282051282vw;
    box-shadow: 1.0256410256vw 1.0256410256vw 0 #B8E9FF;
  }
  .contact_tel {
    margin-top: 8.9743589744vw;
  }
  .contact_tel_link {
    font-size: 10.2564102564vw;
    line-height: 6.9230769231vw;
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .contact_tel_link::before {
    width: 6.4102564103vw;
    height: 8.4615384615vw;
  }
  .contact_form {
    padding: 10.2564102564vw 5.1282051282vw;
    margin: 10.2564102564vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .contact_list {
    gap: 10.2564102564vw;
  }
  .contact_item {
    gap: 3.0769230769vw;
  }
  .contact_item_title {
    gap: 2.0512820513vw;
  }
  .req {
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
    padding: 0.7692307692vw 1.5384615385vw;
  }
  .contact_area input {
    width: 100%;
    padding: 2.5641025641vw;
    background: #fff;
    border: 0.2564102564vw solid #ddd;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    width: 100%;
    height: 62.8205128205vw;
    padding: 1.2820512821vw 2.5641025641vw;
    resize: none;
    background: #fff;
    border: 0.2564102564vw solid #ddd;
    border-radius: 1.0256410256vw;
  }
  .wpcf7-radio {
    gap: 5.1282051282vw;
  }
  .wpcf7-checkbox {
    gap: 7.6923076923vw;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact_area label {
    display: flex;
    gap: 2.5641025641vw;
    align-items: center;
    cursor: pointer;
  }
  .contact_area label input {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_area label span {
    width: auto;
  }
  .contact_check {
    display: flex;
    gap: 2.5641025641vw;
    align-items: center;
    justify-content: center;
    margin-top: 10.2564102564vw;
    text-align: center;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .contact_check a {
    color: #333;
    text-decoration: underline;
  }
  .contact_submit {
    width: 100%;
    margin: 7.6923076923vw auto 0;
    box-shadow: 1.0256410256vw 1.0256410256vw 0 #B8E9FF;
    text-shadow: 0 1.0256410256vw 1.0256410256vw rgba(0, 0, 0, 0.25);
    font-size: 4.6153846154vw;
  }
  .contact_submit input {
    padding: 5.1282051282vw 0;
  }
  .thanks {
    padding: 0;
  }
  .thanks_title {
    font-size: 6.1538461538vw;
  }
  .thanks_text {
    margin-top: 7.6923076923vw;
    text-align: left;
  }
  .thanks_btn {
    width: 100%;
    margin: 7.6923076923vw auto 0;
    font-size: 4.6153846154vw;
    padding: 5.1282051282vw 0;
  }
}
/* section1
***************************************************************/
.news .inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
}

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

.news_side a {
  padding-left: 16px;
  line-height: 1.4;
}

.news_side a.active {
  font-weight: bold;
  position: relative;
  pointer-events: none;
}

.news_side a.active::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(98deg, #00BFFF -10.91%, #0327A6 142.96%);
  position: absolute;
  top: 7px;
  left: 0;
}

.news_item a {
  border-top: 1px solid rgba(134, 134, 134, 0.7);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.news_item time {
  font-size: 18px;
  width: 91px;
}

.news_item_category {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  padding: 6px 2px;
  min-width: 136px;
}

.news_item_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.nav-links span,
.nav-links a,
.page-numbers {
  padding: 10px;
}

.nav-links span.current,
.page-numbers.current {
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-links a.next,
.page-numbers.next {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon_arrow_page.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-links a.prev,
.page-numbers.prev {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon_arrow_page.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(-1, 1);
}

@media screen and (max-width: 680px) {
  .news .inner {
    display: flex;
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  .news_side {
    gap: 5.1282051282vw;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .news_side a {
    padding-left: 3.5897435897vw;
  }
  .news_side a.active::before {
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    top: 1.7948717949vw;
  }
  .news_item a {
    padding: 5.1282051282vw 0;
    gap: 0;
    display: block;
  }
  .news_item time {
    font-size: 4.6153846154vw;
    width: 23.3333333333vw;
  }
  .news_item_category {
    font-size: 3.8461538462vw;
    padding: 1.5384615385vw 0.5128205128vw;
    min-width: 34.8717948718vw;
    display: inline-block;
    margin-left: 5.1282051282vw;
  }
  .news_item_title {
    margin-top: 2.5641025641vw;
  }
  .nav-links,
  .page-nation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.8461538462vw;
    margin-top: 12.8205128205vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    padding: 2.5641025641vw;
  }
  .nav-links span.current,
  .page-numbers.current {
    background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nav-links a.next,
  .page-numbers.next {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    background-image: url(../images/icon/icon_arrow_page.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .nav-links a.prev,
  .page-numbers.prev {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    background-image: url(../images/icon/icon_arrow_page.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(-1, 1);
  }
}
/* section2
***************************************************************/
.news_single_head {
  display: flex;
  align-items: center;
  gap: 23px;
}

.news_single_head time {
  font-size: 18px;
}

.news_single_head_category {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  padding: 6px 2px;
  min-width: 136px;
}

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

.news_single_content {
  max-width: 890px;
  margin: 57px auto 0;
}

.news_single_post {
  margin-top: 56px;
  border-top: 1px solid #111;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.news_single_postLink {
  width: 75px;
}

.news_single_postLink a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.news_single_postLink:nth-of-type(1) a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transform: scale(-1, 1);
}

.news_single_postLink:nth-of-type(2) a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  .news_single_head {
    gap: 5.8974358974vw;
  }
  .news_single_head time {
    font-size: 4.6153846154vw;
  }
  .news_single_head_category {
    font-size: 3.8461538462vw;
    padding: 1.5384615385vw 0.5128205128vw;
    min-width: 34.8717948718vw;
  }
  .news_single_title {
    font-size: 7.1794871795vw;
    margin-top: 4.1025641026vw;
  }
  .news_single_content {
    margin: 10.2564102564vw auto 0;
  }
  .news_single_post {
    margin-top: 14.358974359vw;
    padding-top: 5.1282051282vw;
    display: flex;
    justify-content: space-between;
  }
  .news_single_postLink {
    width: 19.2307692308vw;
  }
  .news_single_postLink a {
    gap: 2.0512820513vw;
  }
  .news_single_postLink:nth-of-type(1) a::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .news_single_postLink:nth-of-type(2) a::after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
/*Section1
***************************************************************/
.recruit_sec1_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.recruit_sec1_item {
  position: relative;
}

.recruit_sec1_itemBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 40px;
}

.recruit_sec1_itemBox_text {
  color: #FFF;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.recruit_sec1_itemBox_text02 {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 23px;
  text-align: right;
}

.recruit_sec1_itemBox_text02 span {
  border-left: 2px solid #fff;
  padding-left: 13px;
}

.recruit_sec1_btn {
  display: block;
  width: 210px;
  margin: 70px auto 0;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
  box-shadow: 4px 4px 0 #B8E9FF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 680px) {
  .recruit_sec1_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.6923076923vw;
    padding: 0 3.8461538462vw;
  }
  .recruit_sec1_itemBox {
    padding: 0 6.4102564103vw 10.2564102564vw;
  }
  .recruit_sec1_itemBox_text {
    font-size: 4.6153846154vw;
  }
  .recruit_sec1_itemBox_text02 {
    font-size: 3.5897435897vw;
    margin-top: 5.8974358974vw;
  }
  .recruit_sec1_itemBox_text02 span {
    border-left: 0.5128205128vw solid #fff;
    padding-left: 3.3333333333vw;
  }
  .recruit_sec1_btn {
    width: 100%;
    margin: 10.2564102564vw auto 0;
    font-size: 4.6153846154vw;
    padding: 5.1282051282vw 0;
  }
}
/* Section2
***************************************************************/
.recruit_sec2_content {
  margin-top: 57px;
  padding: 100px 0;
  background-image: url(../images/recruit/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.recruit_sec2_content_text {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 4px;
}

.recruit_sec2_content_flex {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 45px;
}

.recruit_sec2_content_flex_link01 {
  color: #24346C;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.08px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 4px 4px 0 0 #23366E;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.recruit_sec2_content_flex_link01::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;
}

.recruit_sec2_content_flex_link02 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.08px;
  background: linear-gradient(89deg, #236E4C 0%, #00E8E4 95.47%);
  box-shadow: 4px 4px 0 0 #B8E9FF;
  padding: 10px 20px;
}

@media screen and (max-width: 680px) {
  .recruit_sec2 {
    padding: 10.2564102564vw 0 0;
  }
  .recruit_sec2_content {
    padding: 10.2564102564vw 5.1282051282vw;
    background-image: url(../images/recruit/sec2_bg_sp.webp);
    margin: 7.6923076923vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .recruit_sec2_content_text {
    font-size: 4.1025641026vw;
    letter-spacing: 0;
  }
  .recruit_sec2_content_flex {
    flex-flow: column;
    gap: 4.6153846154vw;
    margin-top: 6.4102564103vw;
  }
  .recruit_sec2_content_flex_link01 {
    font-size: 4.6153846154vw;
    letter-spacing: 0.2769230769vw;
    box-shadow: 1.0256410256vw 1.0256410256vw 0 0 #23366E;
    padding: 2.5641025641vw 5.1282051282vw;
    gap: 2.0512820513vw;
  }
  .recruit_sec2_content_flex_link01::after {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
  .recruit_sec2_content_flex_link02 {
    font-size: 4.6153846154vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
/*
***************************************************************/
.interview_list {
  display: flex;
  flex-flow: column;
  gap: 106px;
}

.interview_item_head {
  margin-left: calc(50% - 50vw);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 67px;
}

.interview_item_head img {
  width: 708px;
  position: relative;
  z-index: 5;
}

.interview_item_headBox {
  width: 511px;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}

.interview_item_headBox::before {
  content: "";
  display: inline-block;
  width: 770px;
  height: 400px;
  position: absolute;
  top: -70px;
  left: -108px;
  z-index: -1;
  background: #FAFAFA;
}

.interview_item_head_title {
  font-size: 28px;
  font-weight: bold;
}

.interview_item_headBox_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.interview_item_headBox_text::before {
  content: "";
  display: inline-block;
  width: 90px;
  border-top: 1px solid #000;
}

.interview_item_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
  margin-top: 80px;
}

.interview_item_contentBox_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 17px;
  position: relative;
}

.interview_item_contentBox_title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: linear-gradient(89deg, #23366E 0%, #009FE8 95.47%);
}

.interview_item_contentBox_text {
  line-height: 180%;
  margin-top: 17px;
}

@media screen and (max-width: 680px) {
  .interview_list {
    gap: 14.1025641026vw;
  }
  .interview_item_head {
    flex-flow: column;
    gap: 6.4102564103vw;
  }
  .interview_item_head img {
    width: 95.3846153846vw;
  }
  .interview_item_headBox {
    width: 100%;
    padding-bottom: 3.0769230769vw;
    padding-left: 5.1282051282vw;
  }
  .interview_item_headBox::before {
    width: 100vw;
    height: calc(100% + 20.5128205128vw);
    top: -17.9487179487vw;
    left: 0;
  }
  .interview_item_head_title {
    font-size: 5.1282051282vw;
  }
  .interview_item_headBox_text {
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
    gap: 2.5641025641vw;
  }
  .interview_item_headBox_text::before {
    width: 23.0769230769vw;
  }
  .interview_item_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
    margin-top: 12.8205128205vw;
  }
  .interview_item_contentBox_title {
    font-size: 4.6153846154vw;
    padding-bottom: 4.358974359vw;
  }
  .interview_item_contentBox_text {
    margin-top: 4.358974359vw;
  }
}
/*
***************************************************************/
.privacy_text {
  margin-top: 12px;
}

.privacy_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-top: 60px;
}

.privacy_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.privacy_item_text {
  margin-top: 12px;
}

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

.privacy_flex {
  display: grid;
  grid-template-columns: 253px 1fr;
  gap: 90px;
}

.privacy_flex_list {
  border-bottom: 1px solid rgba(134, 134, 134, 0.7);
}

.privacy_flex_item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  border-top: 1px solid rgba(134, 134, 134, 0.7);
  padding: 24px 0;
}

.privacy_flex_item_title {
  font-weight: 700;
  line-height: 150%;
}

.privacy_flex02 {
  display: grid;
  grid-template-columns: 253px 1fr;
  gap: 90px;
}

.privacy_flex_img {
  width: 157px;
}

@media screen and (max-width: 680px) {
  .privacy_fv {
    padding: 10.2564102564vw 0;
    margin-bottom: 0;
  }
  .privacy_text {
    margin-top: 3.0769230769vw;
  }
  .privacy_list {
    display: flex;
    flex-flow: column;
    gap: 8.2051282051vw;
    margin-top: 15.3846153846vw;
  }
  .privacy_item_title {
    font-size: 6.1538461538vw;
  }
  .privacy_item_text {
    margin-top: 3.0769230769vw;
  }
  .privacy_title {
    font-size: 6.1538461538vw;
    margin-top: 9.2307692308vw;
  }
  .privacy_flex {
    display: flex;
    flex-flow: column;
    gap: 8.9743589744vw;
  }
  .privacy_flex_item {
    grid-template-columns: 25.641025641vw 1fr;
    gap: 0;
    padding: 6.1538461538vw 0;
  }
  .privacy_flex02 {
    display: flex;
    flex-flow: column;
    gap: 6.4102564103vw;
  }
  .privacy_flex_img {
    width: auto;
    height: 41.0256410256vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
}