@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: "M PLUS 1p", "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: #000;
}

main {
  margin-top: 200px;
}

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

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

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

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
  /* カード */
  .interview_item a {
    transition: opacity 0.3s, transform 0.3s;
  }
  .interview_item a:hover {
    opacity: 0.85;
    transform: translateY(-4px);
  }
  /* ボタン共通 */
  .recommend_btn,
  .sec3_btn_link,
  .contact_btn,
  .single_sec_entry,
  .recommend_item_sliderItem_btn,
  .interview_btn_link,
  .flow_sec_contentBox_btn,
  .price_item_btn,
  .column_btn {
    transition: opacity 0.3s, transform 0.3s;
  }
  .recommend_btn:hover,
  .sec3_btn_link:hover,
  .contact_btn:hover,
  .single_sec_entry:hover,
  .recommend_item_sliderItem_btn:hover,
  .interview_btn_link:hover,
  .flow_sec_contentBox_btn:hover,
  .price_item_btn:hover,
  .column_btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
  /* グローバルナビ */
  .global_nav_item a {
    transition: opacity 0.3s, transform 0.3s;
  }
  .global_nav_item a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
  /* ヘッダー 企業検索ボタン */
  .header_contact a {
    transition: opacity 0.3s;
  }
  .header_contact a:hover {
    opacity: 0.8;
  }
  /* ヘッダー ロゴ */
  .header_logo {
    transition: opacity 0.3s;
  }
  .header_logo:hover {
    opacity: 0.8;
  }
  /* トップ sec1 バナー */
  .sec1_item a,
  .sec1_item img {
    transition: opacity 0.3s, transform 0.3s;
    display: block;
  }
  .sec1_item a:hover {
    opacity: 0.85;
    transform: translateY(-3px);
  }
  /* トップ sec2 新着記事 */
  .sec2_item a {
    transition: opacity 0.3s;
  }
  .sec2_item a:hover {
    opacity: 0.7;
  }
  /* トップ sec4 バナー */
  .sec4 a {
    transition: opacity 0.3s, transform 0.3s;
    display: block;
  }
  .sec4 a:hover {
    opacity: 0.85;
    transform: translateY(-3px);
  }
  /* recommend スライダーアイテム */
  .recommend_item_sliderItem {
    transition: opacity 0.3s;
  }
  .recommend_item_sliderItem:hover {
    opacity: 0.85;
  }
  /* 固定お問い合わせボタン */
  .contact_fixed {
    transition: opacity 0.3s, transform 0.3s;
  }
  .contact_fixed:hover {
    opacity: 0.8;
    transform: translateY(-3px);
  }
  /* recommend_sec2_link01 / link02 */
  .recommend_sec2_link01 a,
  .recommend_sec2_link02 a {
    transition: opacity 0.3s, transform 0.3s;
  }
  .recommend_sec2_link01 a:hover,
  .recommend_sec2_link02 a:hover {
    opacity: 0.8;
    transform: translateY(-3px);
  }
  /* フッター リンク */
  .footer_content_item a {
    transition: opacity 0.3s;
  }
  .footer_content_item a:hover {
    opacity: 0.6;
  }
  /* COLUMNページ カード */
  .column_item {
    transition: opacity 0.3s, transform 0.3s;
  }
  .column_item:hover {
    opacity: 0.85;
    transform: translateY(-4px);
  }
  /* COLUMNページ モーダルボタン */
  .modal_close,
  .modal_next,
  .modal_prev {
    transition: opacity 0.3s, transform 0.3s;
    cursor: pointer;
  }
  .modal_close:hover {
    opacity: 0.7;
  }
  .modal_next:hover {
    opacity: 0.7;
    transform: translate(3px, -50%);
  }
  .modal_prev:hover {
    opacity: 0.7;
    transform: translate(-3px, -50%) scale(-1, 1);
  }
}
.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;
  gap: 80px;
  overflow: hidden;
}

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

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

.scroll-infinity__item {
  width: 1531px;
}

.scroll-infinity__item img {
  height: 68px;
}

@media screen and (max-width: 680px) {
  .scroll-infinity__wrap {
    gap: 10.2564102564vw;
    margin-top: 2.5641025641vw;
  }
  .scroll-infinity__list {
    gap: 10.2564102564vw;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: 161.2820512821vw;
  }
  .scroll-infinity__item img {
    height: 7.1794871795vw;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.bg {
  position: relative;
  z-index: 1;
}

.bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% + 180px);
  background-image: url(../images/common/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .bg::before {
    height: calc(100% + 10.2564102564vw);
    background-image: url(../images/common/bg_sp.webp);
  }
}
.section_title {
  text-align: center;
  line-height: 1.1;
}

.section_title .en {
  display: block;
  color: #0071BC;
  font-size: 60px;
}

.section_title .ja {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.section_subTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2.56px;
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 7.6923076923vw;
  }
  .section_title .ja {
    font-size: 3.3333333333vw;
  }
  .section_subTitle {
    font-size: 5.641025641vw;
    margin-top: 3.8461538462vw;
    letter-spacing: 0;
  }
}
.contact_fixed {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  width: 226px;
}

@media screen and (max-width: 680px) {
  .contact_btn {
    border: 4px solid #FFF;
    font-size: 4.6153846154vw;
    border-radius: 4.8717948718vw;
    width: 100%;
    padding: 6.1538461538vw 0;
    margin-top: 12.8205128205vw;
  }
  .contact_btn::before {
    width: 8.7179487179vw;
    height: 8.7179487179vw;
    right: 6.6666666667vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 40px 0 0;
}

.header_inner {
  display: flex;
  justify-content: center;
}

.header_content {
  display: contents;
}

.header_logo {
  width: 179px;
  position: absolute;
  left: 45px;
  bottom: 0;
}

.toggle-menu {
  display: none;
}

.header_nav {
  border-radius: 46px;
  overflow: hidden;
  display: flex;
  overflow: hidden;
}

.global_nav {
  position: relative;
  z-index: 10;
}

/* 斜めライン */
.global_nav::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #0071BC;
  border-right: 7px solid #fff;
  transform: skewX(-14deg);
}

.global_nav_list {
  height: 80px;
  background: #0071BC;
  display: flex;
  gap: 15px;
  padding: 15px 35px 15px 20px;
}

.global_nav_item a {
  color: #FFF;
  font-weight: 800;
  letter-spacing: 1.28px;
  border-radius: 60px;
  background: #FBB03B;
  padding: 11px 25px;
  text-align: center;
  min-width: 154px;
}

.header_contact a {
  color: #FFF;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 1.84px;
  width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: #FBB03B;
  padding: 16px 0;
}

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

@media screen and (max-width: 680px) {
  header {
    padding: 0;
  }
  .header_inner {
    display: block;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    height: 19.4871794872vw;
  }
  .open .header_content {
    background-image: url(../images/icon/header_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header_logo {
    width: 23.0769230769vw;
    position: absolute;
    top: 5.1282051282vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .toggle-menu {
    position: absolute;
    top: 1.5384615385vw;
    right: 0.7692307692vw;
    z-index: 100;
    display: inline-block;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    background-image: url(../images/icon/header_icon01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
  }
  .open .toggle-menu {
    background-image: url(../images/icon/header_icon02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    padding: 25.641025641vw 0;
    background-color: #0071BC;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
  }
  .open .header_nav {
    opacity: 1;
    visibility: unset;
  }
  .global_nav {
    width: 100%;
  }
  .global_nav::after {
    display: none;
  }
  .global_nav_list {
    flex-flow: column;
    align-items: center;
    height: auto;
    padding: 0;
  }
  .header_nav_sp {
    margin-top: 40px;
    text-align: center;
    padding: 0 16.6666666667vw;
  }
  .header_nav_sp a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
  }
  .header_nav_sp a span {
    display: block;
    font-size: 28px;
  }
  .header_nav_sp a:nth-of-type(n + 2) {
    border-top: 2px dashed #fff;
    margin-top: 5.1282051282vw;
    padding-top: 5.1282051282vw;
  }
  .header_contact a {
    display: none;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  border-radius: 100px 100px 0 0;
  background: #F2F2F2;
  padding: 60px 0 50px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

footer .inner {
  display: grid;
  grid-template-columns: 238px 1fr;
  gap: 40px;
}

.footer_content_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.2px;
}

.footer_content_list {
  margin-top: 24px;
}

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

.footer_content_item a {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.04px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #000;
}

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

@media screen and (max-width: 680px) {
  footer {
    border-radius: 7.6923076923vw 7.6923076923vw 0 0;
    padding: 5.1282051282vw 0 20.5128205128vw;
    margin-top: 7.6923076923vw;
  }
  footer .inner {
    display: block;
  }
  .footer_content_text {
    font-size: 2.5641025641vw;
    line-height: 3.8461538462vw;
    letter-spacing: 0;
  }
  .copyright {
    font-size: 2.5641025641vw;
    margin-top: 4.358974359vw;
  }
  .sp_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  .sp_fixed a {
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    background: #FBB03B;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  .sp_fixed a::before {
    content: "";
    display: inline-block;
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    background-image: url(../images/icon/icon_search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 8.7179487179vw;
    transform: translate(0, -50%);
  }
  .sp_fixed.type2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .sp_fixed.type2 a::before {
    right: 2.5641025641vw;
  }
  .sp_fixed.type2 a:nth-of-type(1) {
    text-align: left;
    padding-left: 7.6923076923vw;
  }
  .sp_fixed.type2 a:nth-of-type(2) {
    background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  }
  .sp_fixed.type2 a:nth-of-type(2)::before {
    display: none;
  }
}
/* フェードイン
***************************************************************/
.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;
  }
}
/* ===================================================
トップページ
=================================================== */
.home main {
  margin-top: 120px;
}

@media screen and (max-width: 680px) {
  .home main {
    margin-top: 17.9487179487vw;
  }
}
/* FV
***************************************************************/
.fv {
  padding: 0;
  overflow: hidden;
}

.fv_content {
  position: relative;
}

.fv_content_circle01 {
  position: absolute;
  top: -195px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 169.2361111111vw;
}

.fv_content_circle02 {
  position: absolute;
  bottom: -106px;
  left: 50%;
  transform: translate(-50%, 0) scale(1, -1);
  width: 169.2361111111vw;
}

.fv .scroll-infinity {
  margin-top: -140px;
}

@media screen and (max-width: 680px) {
  .fv_content_circle01 {
    top: -17.9487179487vw;
    width: 218.7179487179vw;
  }
  .fv_content_circle02 {
    bottom: -17.9487179487vw;
    width: 218.7179487179vw;
  }
  .fv .scroll-infinity {
    margin-top: 2.5641025641vw;
  }
}
/* Section1
***************************************************************/
.sec1_title {
  text-align: center;
  color: #0071BC;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.4;
}

.sec1_title .t1 {
  font-size: 72px;
  font-weight: 800;
}

.sec1_title .t2 {
  color: #000000;
  margin-left: 15px;
}

.sec1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.sec1_item {
  width: 100%;
}

.sec1_item:nth-of-type(n + 3) {
  width: calc(50% - 10px);
  flex: unset;
}

@media screen and (max-width: 680px) {
  .sec1_title {
    font-size: 4.1025641026vw;
  }
  .sec1_title .t1 {
    font-size: 9.2307692308vw;
  }
  .sec1_title .t2 {
    margin-left: 1.7948717949vw;
  }
  .sec1_list {
    gap: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .sec1_item {
    width: 100%;
  }
  .sec1_item:nth-of-type(n + 3) {
    width: calc(50% - 1.2820512821vw);
  }
}
/* Section2
***************************************************************/
.sec2 .inner {
  max-width: 995px;
}

.sec2_list {
  padding: 60px 40px;
  border-radius: 15px;
  border: 2px solid #0071BC;
  background: #FFF;
  margin-top: 30px;
}

.sec2_item:nth-of-type(n + 2) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px dashed #000;
}

.sec2_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sec2_itemBox {
  width: 100%;
}

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

.sec2_itemBox_head_title {
  color: #0071BC;
  font-size: 25px;
  font-weight: 500;
}

.sec2_itemBox_head_category {
  color: #FFF;
  font-weight: 800;
  letter-spacing: 1.28px;
  border-radius: 30px;
  background: #0071BC;
  padding: 3px 24px;
}

.sec2_itemBox_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}

.sec2_item_text {
  color: #0071BC;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.sec2_item_text::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) {
  .sec2_list {
    padding: 9.2307692308vw 7.6923076923vw;
    border-radius: 1.7948717949vw;
    margin-top: 3.8461538462vw;
  }
  .sec2_item {
    position: relative;
  }
  .sec2_item:nth-of-type(n + 2) {
    padding-top: 3.8461538462vw;
    margin-top: 3.8461538462vw;
    border-top: 1px dashed #000;
  }
  .sec2_itemBox_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.8461538462vw;
  }
  .sec2_itemBox_head_title {
    font-size: 3.5897435897vw;
  }
  .sec2_itemBox_head_category {
    font-size: 2.5641025641vw;
    border-radius: 7.6923076923vw;
    padding: 0.7692307692vw 2.3076923077vw;
  }
  .sec2_itemBox_text {
    font-size: 2.5641025641vw;
    margin-top: 0.5128205128vw;
  }
  .sec2_item_text {
    font-size: 2.3076923077vw;
    gap: 1.7948717949vw;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .sec2_item_text::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  padding: 0;
}

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

@media screen and (max-width: 680px) {
  .sec4 a:nth-of-type(n + 2) {
    margin-top: -1.2820512821vw;
  }
}
/* section1
***************************************************************/
.about_fv {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
}

.about_fv_content {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 32px 0 0 32px;
  position: relative;
}

.about_fv_content_title {
  color: #FFF;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 5.7px;
  position: absolute;
  top: 217px;
  left: 172px;
}

.about_fv_content_bg {
  height: 600px;
}

.about_fv .scroll-infinity__wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}

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

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

.about_fv .scroll-infinity__item {
  width: auto;
  color: #FFF;
  font-size: 110px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  padding-bottom: 40px;
}

@media screen and (max-width: 680px) {
  .about_fv_content {
    border-radius: 5.1282051282vw 0 0 5.1282051282vw;
  }
  .about_fv_content_title {
    font-size: 4.1025641026vw;
    letter-spacing: 0.6153846154vw;
    top: 14.358974359vw;
    left: 8.4615384615vw;
  }
  .about_fv_content_bg {
    height: 47.4358974359vw;
  }
  .about_fv .scroll-infinity__list {
    gap: 7.6923076923vw;
  }
  .about_fv .scroll-infinity__wrap {
    bottom: 2.5641025641vw;
  }
  .about_fv .scroll-infinity__list--left {
    animation: infinity-scroll-left 160s infinite linear 0.5s both;
  }
  .about_fv .scroll-infinity__item {
    font-size: 8.2051282051vw;
    padding-bottom: 0;
  }
}
/* section1
***************************************************************/
.about_bg {
  position: relative;
  z-index: 1;
}

.about_sec1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #0071BC;
  padding: 210px 0 100px;
  margin-top: -125px;
}

.about_sec1_content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: calc(50% - 50vw);
}

.about_sec1_head {
  width: 380px;
}

.about_sec1_title {
  color: #FFF;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 4px;
  white-space: nowrap;
}

.about_sec1_text {
  color: #FFF;
  line-height: 27px;
  letter-spacing: 1.44px;
  margin-top: 24px;
}

.about_sec1_gallery {
  flex: 1;
}

.about_sec1_galleryItem {
  width: 232px;
  margin-right: 8px;
}

@media screen and (max-width: 680px) {
  .about_sec1 {
    padding: 17.1794871795vw 0 10.2564102564vw;
    margin-top: -10.2564102564vw;
  }
  .about_sec1_content {
    display: block;
    margin-right: 0;
  }
  .about_sec1_head {
    width: 100%;
  }
  .about_sec1_title {
    font-size: 6.1538461538vw;
    letter-spacing: 0;
    line-height: 9.2307692308vw;
  }
  .about_sec1_text {
    line-height: 1.4;
    letter-spacing: 0.3692307692vw;
    margin-top: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
  .about_sec1_gallery {
    margin: 5.1282051282vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .about_sec1_galleryItem {
    width: 39.7435897436vw;
    margin-right: 2.0512820513vw;
  }
}
/* section2
***************************************************************/
.about_sec2_title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin-top: 24px;
}

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

.about_sec2_item {
  border-radius: 15px;
  border: 2px solid #0071BC;
  background: #0071BC;
  position: relative;
}

.about_sec2_item_number {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 1.84px;
  background: #0071BC;
  border: 3px solid #fff;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 13px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.about_sec2_item_title {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.44px;
  line-height: 1.45;
  height: 125px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.about_sec2_item_img {
  height: 155px;
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 680px) {
  .about_sec2_title {
    font-size: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .about_sec2_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
    margin-top: 14.358974359vw;
    padding: 0 8.4615384615vw;
  }
  .about_sec2_item {
    border-radius: 1.7948717949vw;
    border: 1px solid #0071BC;
  }
  .about_sec2_item_number {
    font-size: 5.8974358974vw;
    border: 0.7692307692vw solid #fff;
    width: 16.1538461538vw;
    height: 16.1538461538vw;
    top: -8.9743589744vw;
    left: 3.3333333333vw;
  }
  .about_sec2_item_title {
    font-size: 4.6153846154vw;
    height: 32.0512820513vw;
  }
  .about_sec2_item_img {
    height: 39.7435897436vw;
    border-radius: 0 0 1.7948717949vw 1.7948717949vw;
  }
}
/* section3
***************************************************************/
.about_sec3_title {
  margin-top: 76px;
  color: #0071BC;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 3.36px;
}

.about_sec3_text {
  font-size: 18px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 1.44px;
  margin-top: 46px;
  text-align: center;
}

.about_sec3_text span {
  color: #0071BC;
}

.about_sec3_img {
  margin-top: 80px;
}

.about_sec3 .scroll-infinity.number01 {
  margin-top: 100px;
}

.about_sec3 .scroll-infinity__wrap {
  gap: 30px;
}

.about_sec3 .scroll-infinity__list {
  gap: 30px;
}

.about_sec3 .scroll-infinity__item {
  text-shadow: rgb(0, 113, 188) 3px 0px 0px, rgb(0, 113, 188) 2.83487px 0.981584px 0px, rgb(0, 113, 188) 2.35766px 1.85511px 0px, rgb(0, 113, 188) 1.62091px 2.52441px 0px, rgb(0, 113, 188) 0.705713px 2.91581px 0px, rgb(0, 113, 188) -0.287171px 2.98622px 0px, rgb(0, 113, 188) -1.24844px 2.72789px 0px, rgb(0, 113, 188) -2.07227px 2.16926px 0px, rgb(0, 113, 188) -2.66798px 1.37182px 0px, rgb(0, 113, 188) -2.96998px 0.42336px 0px, rgb(0, 113, 188) -2.94502px -0.571704px 0px, rgb(0, 113, 188) -2.59586px -1.50383px 0px, rgb(0, 113, 188) -1.96093px -2.27041px 0px, rgb(0, 113, 188) -1.11013px -2.78704px 0px, rgb(0, 113, 188) -0.137119px -2.99686px 0px, rgb(0, 113, 188) 0.850987px -2.87677px 0px, rgb(0, 113, 188) 1.74541px -2.43999px 0px, rgb(0, 113, 188) 2.44769px -1.73459px 0px, rgb(0, 113, 188) 2.88051px -0.838247px 0px;
  white-space: nowrap;
  width: auto;
  font-weight: 800;
}

.about_sec3 .number01 .scroll-infinity__item {
  color: #FFF;
  font-size: 72px;
}

.about_sec3 .number02 .scroll-infinity__item {
  color: #F7FFA3;
  font-size: 32px;
}

.about_sec3 .number03 .scroll-infinity__item {
  color: #F7FFA3;
  font-size: 32px;
}

.about_sec3 .number04 .scroll-infinity__item {
  color: #F7FFA3;
  font-size: 32px;
}

.about_sec3 .number02 .scroll-infinity__item.big {
  font-size: 45px;
}

.about_sec3 .number03 .scroll-infinity__item.big {
  font-size: 64px;
}

.about_sec3 .number04 .scroll-infinity__item.big {
  font-size: 47px;
}

@media screen and (max-width: 680px) {
  .about_sec3_title {
    margin-top: 6.1538461538vw;
    font-size: 6.6666666667vw;
  }
  .about_sec3_text {
    font-size: 3.8461538462vw;
    line-height: 6.4102564103vw;
    margin-top: 6.1538461538vw;
  }
  .about_sec3_img {
    margin-top: 10.2564102564vw;
  }
  .about_sec3 .scroll-infinity.number01 {
    margin-top: 15.3846153846vw;
  }
  .about_sec3 .scroll-infinity__wrap {
    gap: 7.6923076923vw;
  }
  .about_sec3 .scroll-infinity__list {
    gap: 7.6923076923vw;
  }
  .about_sec3 .number01 .scroll-infinity__item {
    font-size: 13.0769230769vw;
  }
  .about_sec3 .number02 .scroll-infinity__item {
    font-size: 5.641025641vw;
  }
  .about_sec3 .number03 .scroll-infinity__item {
    font-size: 5.641025641vw;
  }
  .about_sec3 .number04 .scroll-infinity__item {
    font-size: 5.641025641vw;
  }
  .about_sec3 .number02 .scroll-infinity__item.big {
    font-size: 8.2051282051vw;
  }
  .about_sec3 .number03 .scroll-infinity__item.big {
    font-size: 11.5384615385vw;
  }
  .about_sec3 .number04 .scroll-infinity__item.big {
    font-size: 8.4615384615vw;
  }
}
/* section1
***************************************************************/
.column_list {
  margin-top: 65px;
}

.column_item {
  width: 380px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 10px;
}

.column_item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 265px;
  border: 5px solid #0071BC;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  background: #C2DEF2;
  border-radius: 15px;
}

.column_item:nth-child(2)::before {
  background: #C2F2F0;
}

.column_item:nth-child(3)::before {
  background: #D3F2C2;
}

.column_item:nth-child(4)::before {
  background: #C2C9F2;
}

.column_item:nth-child(5)::before {
  background: #DEC2F2;
}

.column_item:nth-child(6)::before {
  background: #F2C2C8;
}

.column_item:nth-child(7)::before {
  background: #F2ECC2;
}

.column_item:nth-child(8)::before {
  background: #F2D8C2;
}

.column_item:nth-child(9)::before {
  background: #F2C2EE;
}

.column_item_number {
  color: #F7FFA3;
  font-size: 28px;
  font-weight: bold;
  text-shadow: rgb(0, 113, 188) 3px 0px 0px, rgb(0, 113, 188) 2.83487px 0.981584px 0px, rgb(0, 113, 188) 2.35766px 1.85511px 0px, rgb(0, 113, 188) 1.62091px 2.52441px 0px, rgb(0, 113, 188) 0.705713px 2.91581px 0px, rgb(0, 113, 188) -0.287171px 2.98622px 0px, rgb(0, 113, 188) -1.24844px 2.72789px 0px, rgb(0, 113, 188) -2.07227px 2.16926px 0px, rgb(0, 113, 188) -2.66798px 1.37182px 0px, rgb(0, 113, 188) -2.96998px 0.42336px 0px, rgb(0, 113, 188) -2.94502px -0.571704px 0px, rgb(0, 113, 188) -2.59586px -1.50383px 0px, rgb(0, 113, 188) -1.96093px -2.27041px 0px, rgb(0, 113, 188) -1.11013px -2.78704px 0px, rgb(0, 113, 188) -0.137119px -2.99686px 0px, rgb(0, 113, 188) 0.850987px -2.87677px 0px, rgb(0, 113, 188) 1.74541px -2.43999px 0px, rgb(0, 113, 188) 2.44769px -1.73459px 0px, rgb(0, 113, 188) 2.88051px -0.838247px 0px;
}

.support .column_item_number {
  color: #A3FDFF;
}

.column_item_number span {
  color: #FFF;
  display: block;
}

.column_item_title img {
  height: 30px;
  margin-top: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.column_item_icon {
  width: 200px;
  margin: 20px auto 0;
}

.sec3_btn {
  margin-top: 50px;
  text-align: center;
}

.sec3_btn_link {
  width: 380px;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.8px;
  border-radius: 60px;
  background: #FBB03B;
  padding: 11px 0;
  position: relative;
  text-align: center;
}

.sec3_btn_link::before {
  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;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .column_list {
    margin-top: 6.4102564103vw;
  }
  .column_item {
    width: 48.7179487179vw;
    margin: 0 1.2820512821vw;
  }
  .column_item::before {
    height: 36.4102564103vw;
    border: 0.5128205128vw solid #0071BC;
    top: 2.5641025641vw;
    border-radius: 1.7948717949vw;
  }
  .column_item_number {
    font-size: 3.5897435897vw;
  }
  .column_item_title img {
    height: 3.8461538462vw;
    margin-top: 2.5641025641vw;
  }
  .column_item_icon {
    width: 25.641025641vw;
    margin: 2.5641025641vw auto 0;
  }
  .sec3_btn {
    margin-top: 6.1538461538vw;
  }
  .sec3_btn_link {
    width: 69.2307692308vw;
    font-size: 3.5897435897vw;
    border-radius: 10.7692307692vw;
    padding: 2.0512820513vw 0;
  }
  .sec3_btn_link::before {
    width: 4.358974359vw;
    height: 4.358974359vw;
    right: 3.8461538462vw;
  }
}
/* section2
***************************************************************/
.column {
  padding: 0;
}

.column .inner {
  margin-top: 35px;
}

.column_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 30px;
}

.column_grid .column_item {
  width: 100%;
  cursor: pointer;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal.is-active {
  display: flex;
}

.modal_content {
  width: 995px;
  height: 800px;
  border-radius: 25px;
  border: 6px solid #0071BC;
  background: #FFF;
  padding: 80px 50px;
  position: relative;
}

.modal_close {
  font-size: 30px;
  line-height: 1;
  padding-top: 7px;
  color: #0071BC;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0071BC;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: -30px;
  right: -30px;
}

.modal_next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0071BC;
  background-image: url(../images/icon/icon_arrow_column.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
}

.modal_prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0071BC;
  background-image: url(../images/icon/icon_arrow_column.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(0, -50%) scale(-1, 1);
}

.modal_content_title {
  text-align: center;
  border-bottom: 4px solid #0071BC;
  padding-bottom: 60px;
}

.modal_content_title img {
  height: 40px;
  width: auto;
  -o-object-position: center;
     object-position: center;
}

.modal_content_scroll {
  overflow-y: auto;
  height: 540px;
  padding-bottom: 40px;
  margin-top: 35px;
}

.modal_content_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 40.5px;
  letter-spacing: 1.6px;
}

.modal_content_flex {
  display: grid;
  grid-template-columns: 213px 1fr;
  align-items: flex-start;
  gap: 50px;
  margin-top: 20px;
}

.modal_content_flex_text {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40.5px;
  letter-spacing: 1.6px;
  border-radius: 0 10px 10px 10px;
  padding: 20px 35px;
  position: relative;
  z-index: 1;
}

.modal_content_flex_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 0;
  height: 0;
  border-right: 120px solid transparent;
  transform: scale(-1, 1);
  z-index: -1;
}

.number01 .modal_content_flex_text {
  background: #C2DEF2;
}

.number02 .modal_content_flex_text {
  background: #C2F2F0;
}

.number03 .modal_content_flex_text {
  background: #D3F2C2;
}

.number04 .modal_content_flex_text {
  background: #C2C9F2;
}

.number05 .modal_content_flex_text {
  background: #DEC2F2;
}

.number06 .modal_content_flex_text {
  background: #F2C2C8;
}

.number07 .modal_content_flex_text {
  background: #F2ECC2;
}

.number08 .modal_content_flex_text {
  background: #F2D8C2;
}

.number09 .modal_content_flex_text {
  background: #F2C2EE;
}

.number01 .modal_content_flex_text::before {
  border-top: 50px solid #C2DEF2;
}

.number02 .modal_content_flex_text::before {
  border-top: 50px solid #C2F2F0;
}

.number03 .modal_content_flex_text::before {
  border-top: 50px solid #D3F2C2;
}

.number04 .modal_content_flex_text::before {
  border-top: 50px solid #C2C9F2;
}

.number05 .modal_content_flex_text::before {
  border-top: 50px solid #DEC2F2;
}

.number06 .modal_content_flex_text::before {
  border-top: 50px solid #F2C2C8;
}

.number07 .modal_content_flex_text::before {
  border-top: 50px solid #F2ECC2;
}

.number08 .modal_content_flex_text::before {
  border-top: 50px solid #F2D8C2;
}

.number09 .modal_content_flex_text::before {
  border-top: 50px solid #F2C2EE;
}

.column_btn {
  width: 100%;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.2px;
  border-radius: 15px;
  background: #0071BC;
  height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .column {
    padding: 0;
  }
  .column .inner {
    margin-top: 3.0769230769vw;
  }
  .column_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0512820513vw 3.3333333333vw;
  }
  .modal_content {
    width: calc(100% - 10.2564102564vw);
    height: 102.5641025641vw;
    border-radius: 3.8461538462vw;
    border: 0.7692307692vw solid #0071BC;
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .modal_close {
    font-size: 5.1282051282vw;
    width: 8.9743589744vw;
    height: 8.9743589744vw;
    top: -5.1282051282vw;
    right: -5.1282051282vw;
    padding-top: 1.2820512821vw;
  }
  .modal_next {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    right: -5.1282051282vw;
  }
  .modal_prev {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    left: -5.1282051282vw;
  }
  .modal_content_title {
    border-bottom: 1.0256410256vw solid #0071BC;
    padding-bottom: 3.8461538462vw;
  }
  .modal_content_title img {
    height: 7.1794871795vw;
  }
  .modal_content_scroll {
    overflow-y: auto;
    height: 74.358974359vw;
    padding-bottom: 5.1282051282vw;
    margin-top: 3.8461538462vw;
  }
  .modal_content_text {
    font-size: 3.5897435897vw;
    line-height: 1.7;
  }
  .modal_content_flex {
    grid-template-columns: 20.5128205128vw 1fr;
    gap: 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
  .modal_content_flex_text {
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 1.7;
    border-radius: 0 2.5641025641vw 2.5641025641vw 2.5641025641vw;
    padding: 2.5641025641vw 3.8461538462vw;
  }
  .modal_content_flex_text::before {
    left: -5.1282051282vw;
    border-right: 15.3846153846vw solid transparent;
  }
  .number01 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #C2DEF2;
  }
  .number02 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #C2F2F0;
  }
  .number03 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #D3F2C2;
  }
  .number04 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #C2C9F2;
  }
  .number05 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #DEC2F2;
  }
  .number06 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #F2C2C8;
  }
  .number07 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #F2ECC2;
  }
  .number08 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #F2D8C2;
  }
  .number09 .modal_content_flex_text::before {
    border-top: 12.8205128205vw solid #F2C2EE;
  }
  .column_btn {
    font-size: 5.1282051282vw;
    border-radius: 1.7948717949vw;
    height: 14.8717948718vw;
    margin-top: 3.8461538462vw;
  }
}
/* section1
***************************************************************/
.teacher_fv {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}

.teacher_fv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 100px 100px;
  background: #FFF;
}

.teacher_fv .inner {
  position: relative;
}

.teacher_fv_title {
  font-size: 74px;
  font-weight: 300;
  line-height: 107px;
  letter-spacing: 5.92px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.teacher_fv_text {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 1.6px;
  margin-top: 27px;
  width: 370px;
}

.teacher_fv_img {
  width: 818px;
  position: absolute;
  left: 430px;
  top: -97px;
}

@media screen and (max-width: 680px) {
  .teacher_fv {
    padding-bottom: 10.2564102564vw;
  }
  .teacher_fv::before {
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
  }
  .teacher_fv_title {
    font-size: 10.7692307692vw;
    line-height: 16.1538461538vw;
    margin-top: 3.0769230769vw;
  }
  .teacher_fv_text {
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
    margin-top: 3.8461538462vw;
    letter-spacing: 0;
    width: 100%;
  }
  .teacher_fv_img {
    width: 100%;
    position: unset;
  }
}
/* section1
***************************************************************/
.teacher_sec1 {
  overflow: hidden;
}

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

.teacher_sec1_item {
  width: 286px;
  height: 286px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  padding: 56px 27px 0;
}

.teacher_sec1_item_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}

.teacher_sec1_item_title span {
  color: #0071BC;
  font-size: 30px;
}

.teacher_sec1_item_text {
  line-height: 24px;
  letter-spacing: 1.28px;
  margin-top: 15px;
}

.teacher_sec1_content {
  margin-top: 110px;
  position: relative;
}

.teacher_sec1_content_img {
  width: 770px;
  position: absolute;
  top: -20px;
  left: -80px;
}

.teacher_sec1 .inner:nth-of-type(2) {
  max-width: 1240px;
}

.teacher_sec1_list02 {
  width: 625px;
  margin-left: auto;
}

.teacher_sec1_item02 {
  display: flex;
  align-items: center;
  gap: 36px;
}

.teacher_sec1_item02:nth-of-type(1) {
  width: calc(100% - 93px);
  margin-left: auto;
}

.teacher_sec1_item02:nth-of-type(2) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
  width: calc(100% - 54px);
  margin-left: auto;
}

.teacher_sec1_item02:nth-of-type(3) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

.teacher_sec1_item02_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 1.44px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.teacher_sec1_item02_title img {
  width: 95px;
  display: block;
  margin: 0 auto;
  position: relative;
  right: 2px;
}

.teacher_sec1_item02_text {
  width: 387px;
}

@media screen and (max-width: 680px) {
  .teacher_sec1_list {
    align-items: center;
    flex-flow: column;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .teacher_sec1_item {
    width: 73.3333333333vw;
    height: 73.3333333333vw;
    padding: 14.358974359vw 6.9230769231vw 0;
  }
  .teacher_sec1_item_title {
    font-size: 5.1282051282vw;
    line-height: 7.9487179487vw;
  }
  .teacher_sec1_item_title span {
    font-size: 7.6923076923vw;
  }
  .teacher_sec1_item_text {
    line-height: 6.1538461538vw;
    letter-spacing: 0.3282051282vw;
    margin-top: 3.8461538462vw;
  }
  .teacher_sec1_content {
    margin-top: 11.2820512821vw;
  }
  .teacher_sec1_content_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: unset;
  }
  .teacher_sec1_list02 {
    width: 100%;
    margin-top: 5.1282051282vw;
  }
  .teacher_sec1_item02 {
    gap: 5.8974358974vw;
  }
  .teacher_sec1_item02:nth-of-type(1) {
    width: 100%;
  }
  .teacher_sec1_item02:nth-of-type(2) {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    width: 100%;
  }
  .teacher_sec1_item02:nth-of-type(3) {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
  }
  .teacher_sec1_item02_title {
    font-size: 2.5641025641vw;
    line-height: 1.4;
    white-space: nowrap;
  }
  .teacher_sec1_item02_title img {
    width: 10.2564102564vw;
    right: 0.2564102564vw;
  }
  .teacher_sec1_item02_text {
    width: 100%;
    font-size: 3.3333333333vw;
  }
}
/* section2
***************************************************************/
.teacher_sec2 {
  margin-top: 80px;
  border-radius: 100px 100px 0 0;
  background: #FFF;
  position: relative;
}

.teacher_sec2_list {
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  gap: 24px;
  position: relative;
}

.teacher_sec2_item {
  display: grid;
  grid-template-columns: 50px 1fr;
  position: sticky;
  top: 130px;
  left: 0;
}

.teacher_sec2_item:nth-of-type(n+2) {
  top: calc(130px + (var(--i)) * 75px);
}

.teacher_sec2_item_head {
  border-radius: 10px 5px 5px 10px;
  padding-top: 16px;
  border: 3px solid #FFF;
  background: #0071BC;
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 12px;
  line-height: 15.188px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.teacher_sec2_itemBox {
  border-radius: 5px;
  border: 3px solid #FFF;
  background: #C2DEF2;
  position: relative;
  padding: 27px;
}

.teacher_sec2_itemBox_number {
  color: #FFF;
  font-size: 104px;
  line-height: 1;
  letter-spacing: 8.32px;
  position: absolute;
  bottom: -25px;
  right: 17px;
}

.teacher_sec2_itemBox_title {
  color: #F7FFA3;
  font-size: 24px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 1.92px;
  text-shadow: rgb(0, 113, 188) 3px 0px 0px, rgb(0, 113, 188) 2.83487px 0.981584px 0px, rgb(0, 113, 188) 2.35766px 1.85511px 0px, rgb(0, 113, 188) 1.62091px 2.52441px 0px, rgb(0, 113, 188) 0.705713px 2.91581px 0px, rgb(0, 113, 188) -0.287171px 2.98622px 0px, rgb(0, 113, 188) -1.24844px 2.72789px 0px, rgb(0, 113, 188) -2.07227px 2.16926px 0px, rgb(0, 113, 188) -2.66798px 1.37182px 0px, rgb(0, 113, 188) -2.96998px 0.42336px 0px, rgb(0, 113, 188) -2.94502px -0.571704px 0px, rgb(0, 113, 188) -2.59586px -1.50383px 0px, rgb(0, 113, 188) -1.96093px -2.27041px 0px, rgb(0, 113, 188) -1.11013px -2.78704px 0px, rgb(0, 113, 188) -0.137119px -2.99686px 0px, rgb(0, 113, 188) 0.850987px -2.87677px 0px, rgb(0, 113, 188) 1.74541px -2.43999px 0px, rgb(0, 113, 188) 2.44769px -1.73459px 0px, rgb(0, 113, 188) 2.88051px -0.838247px 0px;
}

.teacher_sec2_itemBox_flex {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 30px;
  margin-top: 23px;
}

@media screen and (max-width: 680px) {
  .teacher_sec2 {
    margin-top: 10.2564102564vw;
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
  .teacher_sec2_list {
    margin-top: 12.8205128205vw;
    gap: 3.5897435897vw;
  }
  .teacher_sec2_item {
    grid-template-columns: 9.2307692308vw 1fr;
    position: sticky;
    top: 17.9487179487vw;
  }
  .teacher_sec2_item:nth-of-type(n+2) {
    top: calc(17.9487179487vw + (var(--i)) * 12.8205128205vw);
  }
  .teacher_sec2_item_head {
    border-radius: 2.0512820513vw 1.0256410256vw 1.0256410256vw 2.0512820513vw;
    padding-top: 2.8205128205vw;
    font-size: 2.5641025641vw;
  }
  .teacher_sec2_itemBox {
    border-radius: 1.0256410256vw;
    padding: 3.8461538462vw 5.641025641vw 10.2564102564vw;
  }
  .teacher_sec2_itemBox_number {
    font-size: 13.8461538462vw;
    bottom: -3.0769230769vw;
    letter-spacing: 0;
    right: 4.358974359vw;
  }
  .teacher_sec2_itemBox_title {
    font-size: 4.8717948718vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .teacher_sec2_itemBox_flex {
    display: flex;
    flex-flow: column;
    gap: 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
  .teacher_sec2_itemBox_flex_text {
    font-size: 3.3333333333vw;
  }
}
/* section1
***************************************************************/
.company_fv {
  padding: 0 0 50px;
}

.company_fv_img {
  padding-left: 150px;
}

.company_fv_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -10px;
  padding-left: 50px;
}

.company_fv_flex_title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.92px;
  text-align: center;
}

.company_fv_flex .contact_btn {
  margin-top: 0;
}

.company_fv_content {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 570px 1fr;
  gap: 50px;
  margin-top: 100px;
}

.company_fv_list {
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  width: 100%;
}

.company_fv_item {
  padding: 20px 24px;
  position: relative;
}

.company_fv_item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
}

.company_fv_list::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
}

.company_fv_item_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.92px;
  position: relative;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.company_fv_item_title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 29px;
  background-image: url(../images/icon/icon_arrow_bottom02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 6px;
  transform: rotate(-90deg);
  transition: 0.3s;
}

.company_fv_item_title.is-open::before {
  transform: rotate(0);
}

.company_fv_item_text {
  margin-top: 10px;
  display: none;
}

.company_fv_contentBox {
  text-align: center;
  padding-top: 40px;
}

.company_fv_contentBox_title {
  font-size: 24px;
  font-weight: 500;
}

.company_fv_contentBox_text {
  margin-top: 16px;
}

.company_fv_contentBox_img {
  margin-top: 70px;
}

@media screen and (max-width: 680px) {
  .company_fv {
    padding: 0 0 12.8205128205vw;
  }
  .company_fv_img {
    padding-left: 5.1282051282vw;
  }
  .company_fv_flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -10.2564102564vw;
    padding-left: 0;
  }
  .company_fv_flex_title {
    font-size: 3.0769230769vw;
    letter-spacing: 0;
  }
  .company_fv_flex .contact_btn {
    margin-top: 3.8461538462vw;
  }
  .company_fv_content {
    display: flex;
    flex-flow: column;
    gap: 7.6923076923vw;
    margin-top: 10.2564102564vw;
  }
  .company_fv_item {
    padding: 4.358974359vw 3.5897435897vw;
  }
  .company_fv_item_title {
    font-size: 4.1025641026vw;
    letter-spacing: 0;
  }
  .company_fv_item_title::before {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
    right: 0;
    top: 0.5128205128vw;
  }
  .company_fv_item_text {
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 3.5897435897vw;
  }
  .company_fv_contentBox {
    padding-top: 7.6923076923vw;
  }
  .company_fv_contentBox_title {
    font-size: 5.1282051282vw;
  }
  .company_fv_contentBox_text {
    margin-top: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
  .company_fv_contentBox_img {
    margin-top: 7.6923076923vw;
  }
}
/* section2
***************************************************************/
.company_sec1 {
  text-align: center;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(180deg, #FFF 31.73%, rgba(255, 255, 255, 0) 100%);
}

.company_title {
  color: #0071BC;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2.56px;
}

.company_text {
  margin-top: 5px;
}

.company_title.white,
.company_text.white {
  color: #fff;
}

.company_sec1_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 87px;
  margin-top: 85px;
}

.company_sec1_subTitle {
  color: #868686;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-top: 64px;
}

@media screen and (max-width: 680px) {
  .company_sec1 {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
  .company_title {
    font-size: 5.1282051282vw;
    letter-spacing: 1.6;
  }
  .company_text {
    margin-top: 3.8461538462vw;
    font-size: 3.3333333333vw;
    line-height: 6.1538461538vw;
  }
  .company_sec1_gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.1794871795vw;
    margin-top: 6.4102564103vw;
    padding: 0 10.2564102564vw;
  }
  .company_sec1_subTitle {
    font-size: 6.4102564103vw;
    margin-top: 10.7692307692vw;
  }
}
/* section2
***************************************************************/
.company_sec2 {
  border-radius: 100px 100px 0 0;
  background: linear-gradient(180deg, #0071BC 15.38%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
}

.company_sec2_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 24px;
}

.company_sec2_item {
  border-radius: 15px;
  background: #FFF;
  padding: 25px 23px;
  width: 32%;
}

.company_sec2_item:nth-of-type(n + 4) {
  width: 49%;
}

.company_sec2_text {
  color: #6B6B6C;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.6px;
  border-radius: 40px;
  border: 1px solid #25B8DE;
  background: #FFF;
  display: inline-block;
  padding-right: 16px;
}

.company_sec2_text span {
  border-radius: 40px 0 40px 40px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  color: #FFF;
  padding: 6px 15px;
  margin-right: 16px;
}

.company_sec2_title {
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
  margin-top: 25px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 96px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.company_sec2_text02 {
  margin-top: 20px;
  text-align: left;
}

.company_sec2_item img {
  padding: 28px 40px 0;
}

@media screen and (max-width: 680px) {
  .company_sec2 {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
  .company_sec2_list {
    gap: 5.1282051282vw;
    margin-top: 6.1538461538vw;
  }
  .company_sec2_item {
    border-radius: 3.8461538462vw;
    padding: 6.4102564103vw 3.8461538462vw;
    width: 100%;
  }
  .company_sec2_item:nth-of-type(n + 4) {
    width: 100%;
  }
  .company_sec2_item img {
    padding: 5.1282051282vw 5.1282051282vw 0;
  }
  .company_sec2_text {
    font-size: 5.1282051282vw;
    letter-spacing: 0.4102564103vw;
    border-radius: 10.2564102564vw;
    padding-right: 4.1025641026vw;
  }
  .company_sec2_text span {
    border-radius: 10.2564102564vw 0 10.2564102564vw 10.2564102564vw;
    color: #FFF;
    padding: 1.5384615385vw 3.8461538462vw;
    margin-right: 4.1025641026vw;
  }
  .company_sec2_title {
    font-size: 8.2051282051vw;
    line-height: 12.3076923077vw;
    margin-top: 6.4102564103vw;
  }
  .company_sec2_text02 {
    margin-top: 5.1282051282vw;
  }
}
/* section3
***************************************************************/
.company_sec3 {
  overflow: hidden;
}

.company_sec3 .section_title .en {
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company_sec3_content {
  margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
}

.interview_item {
  width: 386px;
  padding: 10px;
}

.interview_item a {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: block;
  width: 100%;
}

.interview_item img {
  height: 217px;
}

.interview_itemBox {
  padding: 15px 23px 30px;
}

.interview_itemBox_title {
  font-size: 20px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 1.6px;
}

.interview_itemBox_text {
  height: 108px;
}

.interview_itemBox_text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.interview_itemBox_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px;
  margin-top: 20px;
  height: 55px;
  overflow: hidden;
}

.interview_itemBox_tag span {
  border-radius: 50px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.04px;
  padding: 4px 6px;
}

.slick-dots {
  text-align: center;
  margin: 30px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: #D9D9D9;
}

.slick-dots .slick-active button {
  background: #0071BC;
}

.interview_btn {
  text-align: right;
  margin-top: -50px;
}

.interview_btn_link {
  text-align: center;
  width: 380px;
  border-radius: 60px;
  background: #FBB03B;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.8px;
  padding: 11px 0;
  position: relative;
}

.interview_btn_link::before {
  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;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .company_sec3_content {
    margin: 7.6923076923vw calc(50% - 50vw) 0;
  }
  .interview_item {
    width: 64.1025641026vw;
    padding: 1.2820512821vw;
  }
  .interview_item a {
    border-radius: 0.7692307692vw;
    overflow: hidden;
  }
  .interview_item img {
    height: 37.1794871795vw;
  }
  .interview_itemBox {
    padding: 1.2820512821vw 3.8461538462vw 5.1282051282vw;
  }
  .interview_itemBox_title {
    font-size: 3.3333333333vw;
    line-height: 8.2051282051vw;
  }
  .interview_itemBox_text {
    height: 17.4358974359vw;
  }
  .interview_itemBox_text p {
    font-size: 2.5641025641vw;
  }
  .interview_itemBox_tag {
    gap: 1.5384615385vw;
    margin-top: 3.0769230769vw;
    height: 23.0769230769vw;
  }
  .interview_itemBox_tag span {
    border-radius: 8.4615384615vw;
    font-size: 2.5641025641vw;
    padding: 1.0256410256vw;
  }
  .slick-dots {
    margin: 2.5641025641vw 0 0 0;
  }
  .slick-dots li {
    margin: 0 1.0256410256vw;
  }
  .slick-dots button {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
  .interview_btn {
    text-align: center;
    margin-top: 5.1282051282vw;
  }
  .interview_btn_link {
    width: 76.9230769231vw;
    border-radius: 12.0512820513vw;
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 0;
  }
  .interview_btn_link::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    right: 4.8717948718vw;
  }
}
/* section4
***************************************************************/
.company_sec4 {
  position: relative;
  z-index: 1;
  background: #0071BC;
  padding: 50px 0 100px;
}

.company_sec4::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 100px 100px;
}

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

.company_sec4_flexBox {
  position: relative;
  z-index: 1;
  height: 455px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 20px;
}

.company_sec4_flexBox img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.company_sec4_flexBox_title {
  color: #FFF;
  font-family: "Mplus 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.8px;
}

.company_sec4_flexBox_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px 15px;
  margin-top: 10px;
}

.company_sec4_flexBox_item {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}

@media screen and (max-width: 680px) {
  .company_sec4 {
    padding: 12.8205128205vw 0 25.641025641vw;
  }
  .company_sec4::before {
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
  }
  .company_sec4_flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.1282051282vw;
    margin-top: 6.4102564103vw;
  }
  .company_sec4_flexBox {
    height: 69.7435897436vw;
    padding: 2.5641025641vw;
  }
  .company_sec4_flexBox_title {
    font-size: 4.1025641026vw;
    letter-spacing: 1.4px;
  }
  .company_sec4_flexBox_list {
    gap: 1.0256410256vw 1.5384615385vw;
    margin-top: 2.5641025641vw;
  }
  .company_sec4_flexBox_item {
    font-size: 2.3076923077vw;
    letter-spacing: 0;
    padding-bottom: 1.0256410256vw;
  }
}
/* section5
***************************************************************/
.flow_sec {
  background: #0071BC;
  padding: 100px 0 200px;
}

.page-id-189 .flow_sec {
  border-radius: 100px 100px 0 0;
}

.page-id-107 footer,
.page-id-189 footer {
  margin-top: -100px;
}

.flow_sec .section_title,
.flow_sec .section_title .en {
  color: #fff;
}

.flow_sec_list {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 50px;
}

.flow_sec_item {
  border-radius: 15px;
  background: #FFF;
  padding: 10px;
  display: grid;
  grid-template-columns: 80px 420px 1fr;
  align-items: center;
  gap: 10px;
}

.flow_sec_item_number {
  font-size: 42px;
  color: #fff;
  height: 80px;
  border-radius: 16px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.flow_sec_item_title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flow_sec_content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.flow_sec_contentBox {
  padding: 26px 40px;
  text-align: center;
}

.flow_sec_contentBox_title {
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flow_sec_contentBox_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 17px;
}

.flow_sec_contentBox_text {
  color: #FFF;
  font-size: 20.304px;
  font-weight: 800;
  letter-spacing: 1.015px;
  border-radius: 7px;
  background: linear-gradient(88deg, #25B8DE 1.49%, #6A9DE7 99.87%);
  padding: 0 7px;
}

.flow_sec_contentBox_btn {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2.4px;
  border-radius: 15px;
  background: #FBB03B;
  padding: 18px 46px;
  margin-top: 18px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .flow_sec {
    padding: 10.2564102564vw 0 25.641025641vw;
  }
  .page-id-189 .flow_sec {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
  .page-id-107 footer,
  .page-id-189 footer {
    margin-top: -12.8205128205vw;
  }
  .flow_sec_list {
    gap: 3.8461538462vw;
    margin-top: 6.1538461538vw;
  }
  .flow_sec_item {
    border-radius: 1.7948717949vw;
    padding: 2.5641025641vw;
    display: block;
  }
  .flow_sec_item_number {
    font-size: 5.3846153846vw;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    border-radius: 2.0512820513vw;
    display: inline-flex;
  }
  .flow_sec_item_title {
    font-size: 5.1282051282vw;
    display: inline-block;
    margin-left: 3.8461538462vw;
  }
  .flow_sec_item_text {
    margin-top: 2.5641025641vw;
    font-size: 2.8205128205vw;
  }
  .flow_sec_content {
    margin-top: 6.1538461538vw;
    display: flex;
    flex-flow: column-reverse;
    border-radius: 0 0 1.7948717949vw 1.7948717949vw;
  }
  .flow_sec_contentBox {
    padding: 3.8461538462vw 6.6666666667vw 5.1282051282vw;
  }
  .flow_sec_contentBox_title {
    font-size: 4.1025641026vw;
  }
  .flow_sec_contentBox_flex {
    gap: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .flow_sec_contentBox_text {
    font-size: 2.8205128205vw;
    letter-spacing: 0;
    border-radius: 1.0256410256vw;
    padding: 1.0256410256vw 1.7948717949vw;
  }
  .flow_sec_contentBox_btn {
    font-size: 7.1794871795vw;
    border-radius: 2.0512820513vw;
    padding: 3.8461538462vw 0;
    margin-top: 2.5641025641vw;
  }
}
/* section1
***************************************************************/
.recommend {
  padding: 0 0 100px;
}

.recommend_list {
  display: flex;
  flex-flow: column;
  gap: 80px;
  margin-top: 45px;
}

.recommend_item {
  margin-right: calc(50% - 50vw);
}

#pickup.recommend_item {
  margin-right: 0;
}

.recommend_item_desc {
  color: #0071BC;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2.56px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.recommend_item_desc span {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.44px;
}

.recommend_item_title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2.56px;
}

.recommend_item_title.blue {
  color: #0071BC;
}

.recommend_item_text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.44px;
  margin-top: 5px;
}

.recommend_item_checkbox {
  margin-top: 20px;
}

.recommend_item_img {
  width: 294px;
  margin-right: 15px;
}

.recommend_item_img {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}

.recommend_item_img.check::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  background: linear-gradient(0deg, rgba(0, 113, 188, 0.6) 0%, rgba(0, 113, 188, 0.6) 100%);
  background-blend-mode: multiply, normal;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.recommend_item_img.check::after {
  content: "";
  display: inline-block;
  width: 82px;
  height: 82px;
  background-image: url(../images/icon/icon_check_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.recommend_item_img input {
  display: none;
}

/*戻る、次へ矢印の位置*/
.recommend_item_checkbox .slick-prev,
.recommend_item_checkbox .slick-next {
  position: absolute;
  top: 40%;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_right04.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  z-index: 10;
}

.recommend_item_checkbox .slick-prev {
  left: 0;
  transform: scale(-1, 1);
  display: none !important;
}

.recommend_item_checkbox .slick-prev.active {
  display: block !important;
}

.recommend_item_checkbox .slick-next {
  right: 70px;
}

.recommend_btn {
  border-radius: 85px;
  border: 1px solid #000;
  display: block;
  width: 375px;
  text-align: center;
  margin: 55px auto 0;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 2.16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0 18px;
}

.recommend_btn.type2 {
  padding: 6px 0;
  font-size: 20px;
  margin-top: 40px;
}

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

.recommend_item .sec3_btn {
  text-align: left;
}

.recommend_item_slider {
  width: 100%;
}

.recommend_item_sliderItem {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  border-radius: 8px;
  overflow: hidden;
}

.recommend_item_sliderItem a {
  display: block;
}

.recommend_item_sliderItem_btn {
  position: absolute;
  right: 60px;
  bottom: 40px;
  border-radius: 50px;
  background: #0071BC;
  width: 264px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  padding: 16px 0;
}

.recommend_item_sliderItem img {
  height: 400px;
}

/*戻る、次へ矢印の位置*/
.recommend_item_slider .slick-prev,
.recommend_item_slider .slick-next {
  position: absolute;
  top: 40%;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_right04.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  z-index: 10;
}

.recommend_item_slider .slick-prev {
  left: -25px;
  transform: scale(-1, 1);
}

.recommend_item_slider .slick-prev.active {
  display: block !important;
}

.recommend_item_slider .slick-next {
  right: -25px;
}

@media screen and (max-width: 680px) {
  .recommend {
    padding: 0 0 10.2564102564vw;
  }
  .recommend_list {
    gap: 7.6923076923vw;
    margin-top: 5.1282051282vw;
  }
  .recommend_item_desc {
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
  }
  .recommend_item_desc span {
    font-size: 3.5897435897vw;
    line-height: 4.6153846154vw;
  }
  .recommend_item_title {
    font-size: 5.641025641vw;
  }
  .recommend_item_text {
    font-size: 3.0769230769vw;
    line-height: 4.358974359vw;
    margin-top: 1.2820512821vw;
  }
  .recommend_item_checkbox {
    margin-top: 3.8461538462vw;
  }
  .recommend_item_img {
    width: 42.3076923077vw;
    margin-right: 2.0512820513vw;
  }
  .recommend_item_img {
    border-radius: 1.5384615385vw;
  }
  .recommend_item_img.check::after {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  /*戻る、次へ矢印の位置*/
  .recommend_item_checkbox .slick-prev,
  .recommend_item_checkbox .slick-next {
    top: 37%;
    height: 7.6923076923vw;
    width: 7.6923076923vw;
  }
  .recommend_item_checkbox .slick-prev {
    left: 0;
  }
  .recommend_item_checkbox .slick-next {
    right: 2.5641025641vw;
  }
  .recommend_btn {
    border-radius: 20.5128205128vw;
    width: 100%;
    margin: 6.4102564103vw auto 0;
    font-size: 4.1025641026vw;
    gap: 0;
    position: relative;
    padding: 2.5641025641vw 0;
  }
  .recommend_btn::after {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
    position: absolute;
    top: 50%;
    right: 3.0769230769vw;
    transform: translate(0, -50%);
  }
  .recommend_item_sliderItem {
    margin-top: 5.1282051282vw;
  }
  .recommend_item_sliderItem_btn {
    right: 2.5641025641vw;
    bottom: 3.5897435897vw;
    width: 16.4102564103vw;
    font-size: 2.0512820513vw;
    padding: 1.0256410256vw 0;
  }
  .recommend_item_sliderItem img {
    height: 29.7435897436vw;
  }
  /*戻る、次へ矢印の位置*/
  .recommend_item_slider .slick-prev,
  .recommend_item_slider .slick-next {
    top: 15.3846153846vw;
    height: 7.6923076923vw;
    width: 7.6923076923vw;
  }
  .recommend_item_slider .slick-prev {
    left: -3.8461538462vw;
    transform: scale(-1, 1);
  }
  .recommend_item_slider .slick-next {
    right: -3.8461538462vw;
  }
}
/* section2
***************************************************************/
.recommend_sec2 {
  background: #0071BC;
  padding: 100px 0 200px;
  border-radius: 100px 100px 0 0;
}

.page-id-86 footer {
  margin-top: -100px;
}

.recommend_sec2 .section_title .en,
.recommend_sec2 .section_title .ja {
  color: #fff;
}

.recommend_sec2 .slick-dots .slick-active button {
  background: #fff;
}

.recommend_sec2_link01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 65px;
}

.recommend_sec2_link01 a {
  border-radius: 11px;
  background: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2.56px;
  height: 165px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.recommend_sec2_link02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 16px;
}

.recommend_sec2_link02 a {
  border-radius: 11px;
  background: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2.56px;
  height: 165px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .recommend_sec2 {
    padding: 10.2564102564vw 0 25.641025641vw;
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
  .page-id-86 footer {
    margin-top: -10.2564102564vw;
  }
  .recommend_sec2_link01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0512820513vw;
    margin-top: 11.5384615385vw;
  }
  .recommend_sec2_link02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0512820513vw;
    margin-top: 2.0512820513vw;
  }
  .recommend_sec2_link01 a:first-child {
    grid-column: span 2;
  }
  .recommend_sec2_link01 a,
  .recommend_sec2_link02 a {
    border-radius: 1.0256410256vw;
    background: #FFF;
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    height: 18.4615384615vw;
  }
}
/* section1
***************************************************************/
.interview_sec_search {
  border-radius: 10px;
  border: 1px solid #000;
  padding: 30px;
  margin-top: 30px;
}

.interview_sec_search_text {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.92px;
  text-align: center;
  padding: 4px 0;
  border-radius: 5px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
}

.interview_sec_search_check {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 0;
  margin-top: 25px;
}

.interview_sec_search_check label {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}

.interview_sec_search_check label input {
  width: 35px;
  height: 35px;
  border-radius: 8px;
}

.interview_sec .interview_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  margin-top: 30px;
}

.interview_sec .interview_item {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 680px) {
  .interview_sec_search {
    border-radius: 1.2820512821vw;
    padding: 3.8461538462vw;
    margin-top: 3.0769230769vw;
  }
  .interview_sec_search_text {
    font-size: 3.0769230769vw;
    padding: 1.0256410256vw 0;
    border-radius: 0.7692307692vw;
  }
  .interview_sec_search_check {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .interview_sec_search_check label {
    font-size: 3.5897435897vw;
    gap: 1.5384615385vw;
  }
  .interview_sec_search_check label input {
    width: 4.358974359vw;
    height: 4.358974359vw;
    border-radius: 1.0256410256vw;
  }
  .recommend_btn.type2 {
    padding: 1.5384615385vw 0;
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
  .interview_sec .interview_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.1282051282vw;
    margin-top: 3.8461538462vw;
  }
  .interview_sec .interview_item img {
    height: 51.2820512821vw;
  }
}
.single_title {
  color: #0071BC;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 680px) {
  .single_title {
    font-size: 6.1538461538vw;
  }
}
/* single
***************************************************************/
.single_sec_head {
  border-radius: 15px;
  border: 1px solid #0071BC;
  padding: 20px 50px;
}

.single_sec_head_title {
  color: #0071BC;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2.56px;
}

.single_sec_headBox01 {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 5px;
}

.single_sec_head_text {
  font-size: 24px;
  font-weight: 800;
}

.single_sec_head_tag {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single_sec_head_tag span {
  border-radius: 50px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.04px;
  padding: 10px 32px;
}

.single_sec_headBox02 {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 2px dashed #000;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
}

.single_sec_headBox02_text {
  font-size: 18px;
  font-weight: 800;
  align-items: center;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
}

.single_sec_headBox02_text span {
  color: #FFF;
  border-radius: 5px;
  background: #0071BC;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.44px;
  width: 100px;
  text-align: center;
}

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

.single_sec01_tag span {
  border-radius: 50px;
  background: #0071BC;
  color: #FFF;
  font-weight: 700;
  padding: 14px 40px;
}

.single_sec_content01 {
  position: relative;
  margin-top: 48px;
  border-radius: 16px;
  overflow: hidden;
}

.single_sec_content01_bg {
  height: 675px;
}

.single_sec_content01_box {
  position: absolute;
  left: 0;
  bottom: 35px;
}

.single_sec_content01_title {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 3.68px;
}

.single_sec_content01_title span {
  margin-top: 20px;
  background: #fff;
  padding: 0 20px;
}

.single_sec_content01_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.9px;
  padding: 37px 46px 0;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}

.single_sec_content02 {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 500px;
  align-items: flex-start;
  gap: 50px;
}

.single_sec_content02_box {
  border-radius: 15px;
  border: 1px solid #0071BC;
  padding: 30px 45px;
}

.single_sec_content02_box_title {
  color: #0071BC;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.92px;
}

.single_sec_content02_box_text {
  font-weight: 500;
  padding-left: 50px;
  position: relative;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #000;
}

.single_sec_content02_box_text::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon_good.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.single_sec_content02_box_text:nth-last-of-type(1) {
  border-bottom: unset;
}

.single_sec_content02_img {
  border-radius: 16px;
}

.single_sec_content03 {
  margin-top: 25px;
  border-radius: 15px;
  border: 1px solid #0071BC;
  padding: 45px 50px;
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 50px;
}

.single_sec_content03_img {
  border-radius: 16px;
}

.single_sec_content03_box_title {
  color: #0071BC;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.92px;
}

.single_sec_content03_box_text {
  margin-top: 20px;
}

.single_sec_content04 {
  margin-top: 25px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #0071BC;
  display: grid;
  grid-template-columns: 1fr 840px;
}

.single_sec_content04_head {
  border-right: 1px solid #0071BC;
  padding: 50px 45px;
}

.single_sec_content04_head_text {
  font-weight: 800;
  margin-top: 13px;
}

.single_sec_content04_head_text:nth-of-type(2) {
  border-top: 1px solid #000;
  padding-top: 13px;
}

.single_sec_content04_head_img {
  margin-top: 20px;
}

.single_sec_content04_list {
  padding: 50px;
  background: #F2F9FF;
}

.single_sec_content04_item:nth-of-type(n + 2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #000;
}

.single_sec_content04_item_title {
  font-size: 20px;
  font-weight: 800;
}

.single_sec_content04_item_text {
  margin-top: 10px;
}

.single_sec_content05 {
  margin-top: 25px;
  border-radius: 15px;
  border: 1px solid #0071BC;
  overflow: hidden;
}

.single_sec_content05_title {
  background: #0071BC;
  text-align: center;
  color: #FFF;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2.56px;
  padding: 16px 0;
}

.single_sec_content05_list {
  padding: 45px 50px;
  display: flex;
  flex-flow: column;
  gap: 32px;
}

.single_sec_content05_item {
  display: grid;
  grid-template-columns: 414px 1fr;
  gap: 136px;
}

.single_sec_content05_itemBox {
  position: relative;
}

.single_sec_content05_itemBox_number {
  color: #0071BC;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2.88px;
  position: absolute;
  top: 2px;
  left: -70px;
}

.single_sec_content05_itemBox_text01 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 10px;
}

.single_sec_content05_itemBox_text02 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

.single_sec_content06 {
  border-radius: 15px;
  border: 1px solid #0071BC;
  margin-top: 25px;
  padding: 30px 45px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 50px;
}

.single_sec_content06_box_head_text {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.single_sec_content06_table {
  width: 100%;
  display: block;
}

.single_sec_content06_th {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #000;
  display: block;
  width: 100%;
}

.single_sec_content06_td {
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.single_sec_content07 {
  border-radius: 15px;
  border: 1px solid #0071BC;
  background: #FFF5E6;
  padding: 40px 50px;
  margin-top: 25px;
}

.single_sec_content07_title {
  color: #FF8C00;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.92px;
}

.single_sec_content07_flex {
  display: grid;
  grid-template-columns: 124px 1fr;
  margin-top: 10px;
  align-items: center;
  gap: 47px;
}

.single_sec_content07_flex_text {
  font-weight: 500;
}

.single_sec_entry {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-radius: 15px;
  background: linear-gradient(1deg, #25B8DE 0.84%, #6A9DE7 65.31%);
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  padding: 12px 0;
}

.single_sec02 {
  padding: 0;
}

.single_sec02_title {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .single_sec_head {
    border-radius: 1.7948717949vw;
    padding: 5.1282051282vw;
  }
  .single_sec_head_title {
    font-size: 4.1025641026vw;
  }
  .single_sec_headBox01 {
    gap: 4.358974359vw;
    margin-top: 1.2820512821vw;
  }
  .single_sec_head_text {
    font-size: 3.0769230769vw;
  }
  .single_sec_head_tag {
    gap: 2.5641025641vw;
  }
  .single_sec_head_tag span {
    border-radius: 6.4102564103vw;
    font-size: 2.5641025641vw;
    padding: 1.0256410256vw 8.2051282051vw;
  }
  .single_sec_headBox02 {
    display: flex;
    flex-flow: column;
    padding-top: 2.5641025641vw;
    margin-top: 2.5641025641vw;
    border-top: 0.5128205128vw dashed #000;
    gap: 2.5641025641vw;
  }
  .single_sec_headBox02_text {
    align-items: flex-start;
    font-size: 2.5641025641vw;
    grid-template-columns: 12.8205128205vw 1fr;
    gap: 2.0512820513vw;
  }
  .single_sec_headBox02_text span {
    border-radius: 0.5128205128vw;
    font-size: 2.5641025641vw;
    letter-spacing: 0;
    width: 12.8205128205vw;
  }
  .single_sec01_tag {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5641025641vw 4.6153846154vw;
    margin-top: 3.8461538462vw;
  }
  .single_sec01_tag span {
    border-radius: 7.6923076923vw;
    padding: 2.0512820513vw 1.2820512821vw;
    font-size: 2.5641025641vw;
    text-align: center;
  }
  .single_sec_content01 {
    margin-top: 5.1282051282vw;
    border-radius: 1.0256410256vw;
  }
  .single_sec_content01_bg {
    height: 87.1794871795vw;
  }
  .single_sec_content01_box {
    bottom: 3.8461538462vw;
  }
  .single_sec_content01_title {
    font-size: 5.8974358974vw;
  }
  .single_sec_content01_title span {
    margin-top: 2.5641025641vw;
    padding: 0 2.5641025641vw;
  }
  .single_sec_content01_text {
    font-size: 2.5641025641vw;
    line-height: 4.358974359vw;
    padding: 5.1282051282vw 5.1282051282vw 0;
    width: 58.9743589744vw;
  }
  .single_sec_content02 {
    margin-top: 5.1282051282vw;
    display: flex;
    flex-flow: column;
    gap: 3.8461538462vw;
  }
  .single_sec_content02_box {
    border-radius: 1.7948717949vw;
    padding: 5.1282051282vw;
  }
  .single_sec_content02_box_text {
    padding-left: 7.1794871795vw;
    margin-top: 3.8461538462vw;
    padding-bottom: 2.5641025641vw;
    border-bottom: 0.5128205128vw dashed #000;
  }
  .single_sec_content02_box_text::before {
    width: 5.3846153846vw;
    height: 5.3846153846vw;
    top: 0.5128205128vw;
    left: 0;
  }
  .single_sec_content02_img {
    border-radius: 4.1025641026vw;
  }
  .single_sec_content03 {
    margin-top: 5.1282051282vw;
    border-radius: 1.7948717949vw;
    padding: 5.1282051282vw 6.4102564103vw;
    display: flex;
    flex-flow: column-reverse;
    gap: 2.5641025641vw;
  }
  .single_sec_content03_img {
    border-radius: 1.7948717949vw;
  }
  .single_sec_content03_box_text {
    margin-top: 3.8461538462vw;
  }
  .single_sec_content04 {
    margin-top: 5.1282051282vw;
    border-radius: 1.7948717949vw;
    display: block;
  }
  .single_sec_content04_head {
    padding: 7.6923076923vw 6.4102564103vw;
    border-bottom: 1px solid #0071BC;
    border-right: unset;
  }
  .single_sec_content04_head_text {
    margin-top: 3.3333333333vw;
  }
  .single_sec_content04_head_text:nth-of-type(2) {
    padding-top: 3.3333333333vw;
  }
  .single_sec_content04_head_img {
    margin-top: 5.1282051282vw;
  }
  .single_sec_content04_list {
    padding: 11.5384615385vw 6.4102564103vw;
  }
  .single_sec_content04_item:nth-of-type(n + 2) {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    border-top: 0.5128205128vw dashed #000;
  }
  .single_sec_content04_item_title {
    font-size: 5.1282051282vw;
  }
  .single_sec_content04_item_text {
    margin-top: 2.5641025641vw;
  }
  .single_sec_content05 {
    margin-top: 5.1282051282vw;
    border-radius: 1.7948717949vw;
  }
  .single_sec_content05_title {
    font-size: 8.2051282051vw;
    padding: 4.1025641026vw 0;
  }
  .single_sec_content05_list {
    padding: 3.8461538462vw 6.4102564103vw;
    gap: 3.8461538462vw;
  }
  .single_sec_content05_item {
    display: flex;
    flex-flow: column;
    gap: 3.8461538462vw;
  }
  .single_sec_content05_itemBox {
    padding-left: 17.9487179487vw;
  }
  .single_sec_content05_itemBox_number {
    font-size: 9.2307692308vw;
    top: 0.5128205128vw;
    left: 0;
  }
  .single_sec_content05_itemBox_text01 {
    font-size: 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
  .single_sec_content05_itemBox_text02 {
    font-size: 3.8461538462vw;
    margin-top: 2.5641025641vw;
  }
  .single_sec_content06 {
    border-radius: 1.7948717949vw;
    margin-top: 5.1282051282vw;
    padding: 7.6923076923vw 6.4102564103vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 3.8461538462vw;
  }
  .single_sec_content06_box_head_text {
    grid-template-columns: 25.641025641vw 1fr;
    gap: 2.5641025641vw;
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
  .single_sec_content06_th {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    border-top: 0.5128205128vw dashed #000;
  }
  .single_sec_content06_td {
    font-size: 4.1025641026vw;
    margin-top: 1.2820512821vw;
  }
  .single_sec_content07 {
    border-radius: 1.7948717949vw;
    padding: 7.6923076923vw 6.4102564103vw;
    margin-top: 5.1282051282vw;
  }
  .single_sec_content07_title {
    font-size: 6.1538461538vw;
  }
  .single_sec_content07_flex {
    display: flex;
    flex-flow: column;
    margin-top: 2.5641025641vw;
    align-items: center;
    gap: 3.8461538462vw;
  }
  .single_sec_content07_flex img {
    width: 31.7948717949vw;
  }
  .single_sec_entry {
    margin-top: 5.1282051282vw;
    border-radius: 3.8461538462vw;
    font-size: 6.1538461538vw;
    padding: 3.0769230769vw 0;
  }
  .single_sec02_title {
    padding-bottom: 2.5641025641vw;
  }
}
.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 {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding-top: 9px;
  height: 30px;
  width: 30px;
  position: relative;
}

.nav-links span.current,
.page-numbers.current {
  font-weight: bold;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon/icon_arrow_right04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

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

@media screen and (max-width: 680px) {
  .nav-links,
  .page-nation {
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 3.5897435897vw;
    padding-top: 1.5384615385vw;
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before,
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
/* section1
***************************************************************/
.price_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.price_item {
  border-radius: 15px;
  border: 2px solid #0071BC;
  background: #E9F6FF;
  padding: 40px 35px 35px;
}

.price_item_title {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 45px;
  position: relative;
  color: #0071BC;
}

.price_item_title::before {
  content: "";
  display: inline-block;
  width: 66px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 2px solid #0071BC;
}

li:nth-of-type(2) .price_item_title::before {
  border-top: 2px solid rgb(102, 184, 178);
}

li:nth-of-type(3) .price_item_title::before {
  border-top: 2px solid rgb(255, 140, 0);
}

.price_item_title span {
  font-size: 35px;
  display: block;
}

.price_item_text {
  font-size: 20px;
  font-weight: 800;
  margin-top: 25px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 68px;
  text-align: center;
}

.price_item_check {
  font-size: 21px;
  line-height: 44px;
  margin-top: 25px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 30px;
}

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

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

.price_item_check:empty::before {
  display: none;
}

.type02.price_item {
  background: #E9FFF8;
}

.type03.price_item {
  background: #FFF1E9;
}

.type02 .price_item_title {
  color: #00AFBC;
}

.type03 .price_item_title {
  color: #FF8C00;
}

.type02 .price_item_check::before {
  background-image: url(../images/icon/icon_price_check02.svg);
}

.type03 .price_item_check::before {
  background-image: url(../images/icon/icon_price_check03.svg);
}

.price_item_btn {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2.56px;
  line-height: 1.4;
  width: 100%;
  display: block;
  border-radius: 15px;
  background: #0071BC;
  padding: 17px 0;
  margin-top: 24px;
}

.type02 .price_item_btn {
  background: #00AFBC;
}

.type03 .price_item_btn {
  background: #FF8C00;
}

@media screen and (max-width: 680px) {
  .price_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.8461538462vw;
    margin-top: 5.1282051282vw;
  }
  .price_item {
    border-radius: 1.7948717949vw;
    padding: 8.9743589744vw 7.6923076923vw 7.6923076923vw;
  }
  .price_item_title {
    font-size: 4.1025641026vw;
    padding-bottom: 6.4102564103vw;
  }
  .price_item_title::before {
    width: 15.3846153846vw;
  }
  .price_item_title span {
    font-size: 7.9487179487vw;
  }
  .price_item_text {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
    height: auto;
  }
  .price_item_check {
    font-size: 4.6153846154vw;
    line-height: 10vw;
    margin-top: 6.4102564103vw;
    gap: 2.5641025641vw;
    height: auto;
  }
  .price_item_check:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .price_item_check::before {
    width: 5.3846153846vw;
    height: 5.3846153846vw;
  }
  .price_item_btn {
    font-size: 7.1794871795vw;
    border-radius: 3.8461538462vw;
    padding: 3.8461538462vw 0;
    margin-top: 5.1282051282vw;
  }
}
/* お問い合わせ
***************************************************************/
.page-id-70 {
  background: #EAEAEA;
}

.contact_form {
  max-width: 770px;
  margin: 70px auto 0;
}

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

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

.contact_item_title {
  font-weight: 800;
}

.rec {
  color: #FB0D0D;
}

.contact_area {
  margin-top: 7px;
}

.contact_area input,
.contact_area select,
.contact_area textarea {
  width: 100%;
  display: block;
  border-radius: 15px;
  background: #FFF;
  padding: 18px 30px;
}

.contact_area textarea {
  height: 250px;
}

.contact_check {
  margin-top: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
}

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

.contact_check a {
  color: #0071BC;
}

.contact_check .wpcf7-not-valid-tip {
  display: none;
}

.contact_submit {
  position: relative;
}

.contact_submit::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_submit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 100px);
  transform: translate(0, -50%);
}

.contact_submit input {
  width: 100%;
  display: block;
  color: #FFF;
  font-weight: 800;
  border-radius: 15px;
  background: #0071BC;
  padding: 15px 0;
  margin-top: 24px;
  text-align: center;
}

.wpcf7-form-control,
.wpcf7-list-item,
.wpcf7-form-control-wrap,
.wpcf7-spinner {
  display: contents;
}

@media screen and (max-width: 680px) {
  .contact_form {
    margin: 3.8461538462vw auto 0;
  }
  .contact_list {
    gap: 3.8461538462vw;
  }
  .contact_item.flex {
    display: flex;
    flex-flow: column;
    gap: 3.8461538462vw;
  }
  .contact_area {
    margin-top: 1.7948717949vw;
  }
  .contact_area input,
  .contact_area select,
  .contact_area textarea {
    border-radius: 3.8461538462vw;
    padding: 4.6153846154vw 7.6923076923vw;
  }
  .contact_area textarea {
    height: 64.1025641026vw;
  }
  .contact_check {
    margin-top: 6.6666666667vw;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .contact_submit {
    position: relative;
  }
  .contact_submit::before {
    content: "";
    display: inline-block;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    background-image: url(../images/icon/icon_submit.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: calc(50% - 25.641025641vw);
    transform: translate(0, -50%);
  }
  .contact_submit input {
    width: 100%;
    display: block;
    color: #FFF;
    font-weight: 800;
    border-radius: 3.8461538462vw;
    background: #0071BC;
    padding: 3.8461538462vw 0;
    margin-top: 6.1538461538vw;
    text-align: center;
  }
  .wpcf7-form-control-wrap,
  .wpcf7-spinner {
    display: contents;
  }
}
/* section1
***************************************************************/
.privacy_text {
  text-align: center;
  margin-top: 50px;
}

.privacy_list {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-top: 80px;
}

.privacy_item_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.76px;
}

.privacy_item_text {
  margin-top: 20px;
}

.privacy_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}

.privacy_text02 {
  padding: 40px 157px 0;
}

.privacy_list02 {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.privacy_item02 {
  margin-top: 40px;
}

.privacy_item02_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .privacy_text {
    font-size: 2.8205128205vw;
    margin-top: 5.1282051282vw;
  }
  .privacy_list {
    gap: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  .privacy_item_title {
    font-size: 4.1025641026vw;
    line-height: 4.6153846154vw;
  }
  .privacy_item_text {
    margin-top: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  .privacy_title {
    font-size: 5.1282051282vw;
    margin-top: 15.3846153846vw;
  }
  .privacy_text02 {
    padding: 5.1282051282vw 0 0;
    font-size: 3.0769230769vw;
  }
  .privacy_list02 {
    padding-bottom: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
  .privacy_item02 {
    margin-top: 10.2564102564vw;
  }
  .privacy_item02_title {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
  .privacy_item02_text {
    font-size: 3.0769230769vw;
  }
}