@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 3.3333333333vw;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 80px 0;
}

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

@media screen and (max-width: 1280px) {
  section {
    padding: 6.25vw 0;
  }
  .inner {
    max-width: 78.125vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  section {
    padding: 10.4166666667vw 0;
  }
  .inner {
    padding: 0 8.75vw;
    max-width: unset;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

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

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

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-weight: 500;
  font-size: 21px;
}

@media screen and (max-width: 1280px) {
  .section_title {
    font-weight: 500;
    font-size: 1.640625vw;
  }
}
@media screen and (max-width: 680px) {
  .section_title {
    font-size: 4.375vw;
  }
}
.home_back {
  font-size: 13px;
  color: #717182;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}

.home_back::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .home_back:hover::before {
    left: -5px;
  }
}
@media screen and (max-width: 1280px) {
  .home_back {
    font-size: 1.015625vw;
    color: #717182;
    display: inline-flex;
    align-items: center;
    gap: 0.78125vw;
    margin-top: 3.515625vw;
  }
  .home_back::before {
    content: "";
    display: inline-block;
    width: 1.015625vw;
    height: 0.9375vw;
    background-image: url(../images/icon/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 680px) {
  .home_back {
    font-size: 2.7083333333vw;
    gap: 2.0833333333vw;
    margin-top: 9.375vw;
  }
  .home_back::before {
    width: 2.7083333333vw;
    height: 2.5vw;
  }
}
/* 下層
***************************************************************/
.page_section {
  padding: 120px 0 100px;
}

.page_title {
  font-size: 31px;
}

.page_title span {
  display: block;
}

.page_title .text {
  font-size: 16px;
  margin-top: 25px;
}

.page_text {
  font-size: 13px;
  color: #717182;
  margin-top: 15px;
}

@media screen and (max-width: 1280px) {
  .page_section {
    padding: 9.375vw 0 7.8125vw;
  }
  .page_title {
    font-size: 2.421875vw;
  }
  .page_title span {
    display: block;
  }
  .page_title .text {
    font-size: 1.25vw;
    margin-top: 1.953125vw;
  }
  .page_text {
    font-size: 1.015625vw;
    color: #717182;
    margin-top: 1.171875vw;
  }
}
@media screen and (max-width: 680px) {
  .page_section {
    padding: 25vw 0 20.8333333333vw;
  }
  .page_title {
    font-size: 6.4583333333vw;
  }
  .page_title span {
    font-size: 3.3333333333vw;
    margin-top: 5.2083333333vw;
  }
  .page_text {
    font-size: 2.7083333333vw;
    margin-top: 3.125vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.home header {
  background: transparent;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.home header.active {
  background: rgb(255, 255, 255);
}

.header_logo {
  width: 126px;
  display: flex;
}

.home .header_logo {
  filter: invert(1);
  transition: 0.3s;
}

.home .active .header_logo {
  filter: invert(0);
}

@media screen and (max-width: 1280px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 1.5625vw 0;
    background: #fff;
    transition: 0.3s;
    border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
  }
  .home header {
    background: transparent;
    -webkit-backdrop-filter: blur(1.5625vw);
            backdrop-filter: blur(1.5625vw);
    border: 0.078125vw solid rgba(255, 255, 255, 0.4);
    border-top-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .home header.active {
    background: rgb(255, 255, 255);
  }
  .header_logo {
    width: 9.84375vw;
    display: flex;
  }
  .home .header_logo {
    filter: invert(1);
    transition: 0.3s;
  }
  .home .active .header_logo {
    filter: invert(0);
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 4.1666666667vw 0;
  }
  .header_logo {
    width: 26.25vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}

footer .inner {
  padding: 0 45px 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.footer_item_link {
  font-size: 14px;
  color: #717182;
  transition: 0.3s;
}

.footer_item_link .en {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.copyright {
  font-size: 13px;
  color: #717182;
  text-align: center;
  margin-top: 25px;
}

@media screen and (min-width: 681px) {
  .footer_item_link:hover {
    color: #000;
  }
}
@media screen and (max-width: 1280px) {
  footer {
    border-top: 0.078125vw solid rgba(0, 0, 0, 0.1);
    padding: 3.125vw 0;
  }
  footer .inner {
    padding: 0 3.515625vw 2.734375vw;
    border-bottom: 0.078125vw solid rgba(0, 0, 0, 0.1);
  }
  .footer_list {
    display: flex;
    justify-content: space-between;
  }
  .footer_item_link {
    font-size: 1.09375vw;
    color: #717182;
    transition: 0.3s;
  }
  .footer_item_link .en {
    display: block;
    font-size: 1.25vw;
    color: #000;
    margin-bottom: 0.78125vw;
  }
  .copyright {
    font-size: 1.015625vw;
    color: #717182;
    text-align: center;
    margin-top: 1.953125vw;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 8.3333333333vw 0;
  }
  footer .inner {
    padding: 0 8.75vw 10.4166666667vw;
  }
  .footer_list {
    flex-flow: column;
    gap: 6.25vw;
  }
  .footer_item_link {
    font-size: 2.5vw;
  }
  .footer_item_link .en {
    font-size: 2.9166666667vw;
    margin-bottom: 2.0833333333vw;
  }
  .copyright {
    font-size: 2.7083333333vw;
    margin-top: 5.2083333333vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(40px);
  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.6s, transform 0.6s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* ===================================================
トップページ
=================================================== */
/* ローディング
***************************************************************/
/* 共通フェード */
.loading {
  opacity: 1;
  width: 100vw !important;
  height: 100vh !important;
  height: 100svh !important;
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  text-align: center;
}

.loading.close {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.loading_title {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.progress-bar {
  width: 250px;
  height: 2px;
  background: #ddd;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 13%;
}

.progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: #000;
  animation: grow 3s forwards;
}

.percent {
  margin-top: 10px;
  font-size: 12px;
}

@keyframes grow {
  to {
    width: 100%;
  }
}
.loading_text {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 300px;
  margin: 20px auto 0;
}

.loading_text_dots {
  display: inline-flex;
  gap: 4px;
}

.loading_text_dots span {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #ccc;
  animation: bounceColor 1s infinite ease-in-out;
}

.loading_text_dots span:nth-child(1) {
  animation-delay: 0s;
}

.loading_text_dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading_text_dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounceColor {
  0%, 80%, 100% {
    transform: scale(1);
    background: #e0e0e0;
  }
  40% {
    transform: scale(1.1);
    background: #AEAEB8;
  }
}
@media screen and (max-width: 1280px) {
  .loading {
    text-align: center;
  }
  /* 共通フェード */
  .loading {
    opacity: 1;
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .loading.close {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
  }
  .progress-bar {
    width: 19.53125vw;
    height: 0.15625vw;
    background: #ddd;
    margin: 0 auto;
    margin-top: 1.5625vw;
    margin-top: 13%;
  }
  .progress-bar span {
    display: block;
    height: 100%;
    width: 0;
    background: #000;
    animation: grow 3s forwards;
  }
  .percent {
    margin-top: 0.78125vw;
    font-size: 0.9375vw;
  }
  @keyframes grow {
    to {
      width: 100%;
    }
  }
  .loading_text {
    font-size: 0.78125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.78125vw;
    width: 23.4375vw;
    margin: 1.5625vw auto 0;
  }
  .loading_text_dots {
    display: inline-flex;
    gap: 0.3125vw;
  }
  .loading_text_dots span {
    border-radius: 50%;
    width: 0.46875vw;
    height: 0.46875vw;
    background: #ccc;
    animation: bounceColor 1s infinite ease-in-out;
  }
  .loading_text_dots span:nth-child(1) {
    animation-delay: 0s;
  }
  .loading_text_dots span:nth-child(2) {
    animation-delay: 0.2s;
  }
  .loading_text_dots span:nth-child(3) {
    animation-delay: 0.4s;
  }
  @keyframes bounceColor {
    0%, 80%, 100% {
      transform: scale(1);
      background: #e0e0e0;
    }
    40% {
      transform: scale(1.1);
      background: #AEAEB8;
    }
  }
}
@media screen and (max-width: 680px) {
  .loading_title {
    width: 166.6666666667vw;
    top: 45%;
  }
  .progress-bar {
    width: 72.9166666667vw;
    height: 3px;
    margin-top: 20%;
  }
  .percent {
    margin-top: 1.0416666667vw;
    font-size: 3.125vw;
  }
  .loading_text {
    font-size: 3.125vw;
    width: 41.6666666667vw;
    margin: 1.0416666667vw auto 0;
  }
  .loading_text_dots {
    gap: 0.8333333333vw;
    position: relative;
    top: 2px;
  }
  .loading_text_dots span {
    width: 1.25vw;
    height: 1.25vw;
  }
}
/* FV
***************************************************************/
.fv {
  padding: 0;
}

/* テキスト：初期状態 */
.fv_slider_item .fv_slider_itemBox > * {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}

/* テキスト：アニメーション */
.fv_slider_item .fv_slider_itemBox > *.is-animated {
  opacity: 1;
  transform: translateX(0);
}

.fv_slider_item {
  height: 525px;
  padding: 120px 0 65px;
  color: #fff;
}

.fv_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  height: 100%;
  width: 102vw;
  overflow: hidden;
}

.fv_bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.8s ease, transform 1.5s ease;
}

.fv_bg img.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* 切り替え直前の一瞬ズームアウト */
.fv_bg img.zoom-out {
  transform: scale(0.9);
  transition: transform 0.5s ease;
}

/*戻る、次へ矢印の位置*/
.fv_slider .slick-prev,
.fv_slider .slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 15px;
  width: 15px;
  z-index: 10;
}

.fv_slider .slick-prev {
  left: 32px;
  transform: rotate(-135deg);
}

.fv_slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: 32px;
  transform: rotate(45deg);
}

.fv_slider_itemBox {
  max-width: 760px;
}

.fv .inner {
  position: relative;
  z-index: 1;
}

.fv_picks {
  font-size: 13px;
  padding: 8px 22px;
  border-radius: 25px;
  display: inline-block;
  background-color: color-mix(in oklab, #fff 10%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fv_title {
  font-size: 42px;
  line-height: 1.4;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fv_date {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 15px;
}

.fv_date_category {
  font-size: 13px;
  padding: 8px 22px 6px;
  display: inline-block;
  border-radius: 35px;
  background-color: color-mix(in oklab, #fff 10%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fv_date_time {
  font-size: 13px;
}

.fv_date_video {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

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

.fv_btn {
  width: 191px;
  border-radius: 10px;
  background-color: color-mix(in oklab, #fff 40%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 13px;
  padding: 14px 0;
  margin-top: 16px;
  transition: 0.3s;
}

.fv_text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
}

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

.fv_scroll_btn {
  font-size: 11px;
  opacity: 0.7;
  position: relative;
  padding-bottom: 20px;
  transition: 0.3s;
}

.fv_scroll_btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /* 追加: アニメーション */
  animation: arrowMove 1.5s infinite ease-in-out;
}

@keyframes arrowMove {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
    /* 下に6px動かす */
  }
}
.fv_number {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
}

@media screen and (min-width: 681px) {
  .fv_scroll_btn:hover {
    transform: scale(1.1);
  }
  .fv_btn:hover {
    background-color: color-mix(in oklab, #fff 80%, transparent);
    /* 白寄りにして強調 */
    border-color: rgba(255, 255, 255, 0.6);
    color: #000;
    /* 文字色を反転 */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    /* 光らせる */
    transform: scale(1.05);
    /* 少し拡大 */
  }
}
@media screen and (max-width: 1280px) {
  .fv {
    padding: 0;
  }
  /* テキスト：初期状態 */
  .fv_slider_item .fv_slider_itemBox > * {
    opacity: 0;
    transform: translateX(-2.34375vw);
    transition: all 0.6s ease;
  }
  /* テキスト：アニメーション */
  .fv_slider_item .fv_slider_itemBox > *.is-animated {
    opacity: 1;
    transform: translateX(0);
  }
  .fv_slider_item {
    height: 41.015625vw;
    padding: 9.375vw 0 5.078125vw;
    color: #fff;
  }
  .fv_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    height: 100%;
    width: 102vw;
    overflow: hidden;
  }
  .fv_bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 0.8s ease, transform 1.5s ease;
  }
  .fv_bg img.is-visible {
    opacity: 1;
    transform: scale(1);
  }
  /* 切り替え直前の一瞬ズームアウト */
  .fv_bg img.zoom-out {
    transform: scale(0.9);
    transition: transform 0.5s ease;
  }
  /*戻る、次へ矢印の位置*/
  .fv_slider .slick-prev,
  .fv_slider .slick-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 0.15625vw solid #fff;
    border-right: 0.15625vw solid #fff;
    height: 1.171875vw;
    width: 1.171875vw;
    z-index: 10;
  }
  .fv_slider .slick-prev {
    left: 2.5vw;
    transform: rotate(-135deg);
  }
  .fv_slider .slick-next {
    /*次へ矢印の位置と形状*/
    right: 2.5vw;
    transform: rotate(45deg);
  }
  .fv_slider_itemBox {
    max-width: 59.375vw;
  }
  .fv .inner {
    position: relative;
  }
  .fv_picks {
    font-size: 1.015625vw;
    padding: 0.625vw 1.71875vw;
    border-radius: 1.953125vw;
    display: inline-block;
    background-color: color-mix(in oklab, #fff 10%, transparent);
    border: 0.078125vw solid rgba(255, 255, 255, 0.2);
  }
  .fv_title {
    font-size: 3.28125vw;
    line-height: 1.4;
    margin-top: 0.78125vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .fv_date {
    display: flex;
    align-items: center;
    gap: 1.015625vw;
    margin-top: 1.171875vw;
  }
  .fv_date_category {
    font-size: 1.015625vw;
    padding: 0.625vw 1.71875vw 0.46875vw;
    display: inline-block;
    border-radius: 2.734375vw;
    background-color: color-mix(in oklab, #fff 10%, transparent);
    border: 0.078125vw solid rgba(255, 255, 255, 0.2);
  }
  .fv_date_time {
    font-size: 1.015625vw;
  }
  .fv_date_video {
    font-size: 1.015625vw;
    display: inline-flex;
    align-items: center;
    gap: 0.390625vw;
  }
  .fv_date_video::before {
    content: "";
    display: inline-block;
    width: 1.015625vw;
    height: 0.859375vw;
    background-image: url(../images/icon/icon_video.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .fv_btn {
    width: 14.921875vw;
    border-radius: 0.78125vw;
    font-size: 1.015625vw;
    padding: 1.09375vw 0;
    margin-top: 1.25vw;
  }
  .fv_text {
    font-size: 1.09375vw;
    line-height: 1.4;
    margin-top: 1.171875vw;
  }
  .fv_scroll {
    margin-top: 3.90625vw;
    text-align: center;
  }
  .fv_scroll_btn {
    font-size: 0.859375vw;
    opacity: 0.7;
    position: relative;
    padding-bottom: 1.5625vw;
    transition: 0.3s;
  }
  .fv_scroll_btn::before {
    content: "";
    display: inline-block;
    width: 0.78125vw;
    height: 0.46875vw;
    background-image: url(../images/icon/icon_arrow_bottom01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    /* 追加: アニメーション */
    animation: arrowMove 1.5s infinite ease-in-out;
  }
  @keyframes arrowMove {
    0%, 100% {
      transform: translate(-50%, 0);
    }
    50% {
      transform: translate(-50%, 0.46875vw);
      /* 下にvwpc(6)動かす */
    }
  }
  .fv_number {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.859375vw;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    position: relative;
  }
  .fv_bg {
    width: 102vw;
  }
  .fv_slider_item {
    height: 100vw;
    padding: 33.3333333333vw 0 9.375vw;
  }
  .fv_slider .slick-prev,
  .fv_slider .slick-next {
    border-top: 0.4166666667vw solid #fff;
    border-right: 0.4166666667vw solid #fff;
    height: 3.125vw;
    width: 3.125vw;
  }
  .fv_slider .slick-prev {
    left: 2.9166666667vw;
  }
  .fv_slider .slick-next {
    right: 2.9166666667vw;
  }
  .fv_slider_itemBox {
    max-width: unset;
  }
  .fv_picks {
    font-size: 2.2916666667vw;
    padding: 0.8333333333vw 3.3333333333vw;
  }
  .fv_title {
    font-size: 4.375vw;
    margin-top: 2.0833333333vw;
  }
  .fv_date {
    gap: 2.0833333333vw;
    margin-top: 2.0833333333vw;
  }
  .fv_date_category {
    font-size: 2.2916666667vw;
    padding: 1.0416666667vw 2.2916666667vw 0.8333333333vw;
    border-radius: 1.25vw;
  }
  .fv_date_time {
    font-size: 2.2916666667vw;
  }
  .fv_date_video {
    font-size: 2.2916666667vw;
    gap: 1.0416666667vw;
  }
  .fv_date_video::before {
    width: 2.0833333333vw;
    height: 1.875vw;
  }
  .fv_btn {
    width: 29.1666666667vw;
    border-radius: 2.0833333333vw;
    font-size: 2.7083333333vw;
    padding: 2.0833333333vw 0;
    margin-top: 2.5vw;
  }
  .fv_text {
    font-size: 2.5vw;
    margin-top: 3.125vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .fv_scroll {
    margin-top: 10.4166666667vw;
  }
  .fv_scroll_btn {
    font-size: 2.2916666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .fv_scroll_btn::before {
    width: 2.0833333333vw;
    height: 1.25vw;
  }
  .fv_number {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 8.75vw;
    top: -11.4583333333vw;
    font-size: 2.2916666667vw;
  }
}
/* TOP ARTICLE
***************************************************************/
.top_articleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 30px;
}

.top_articleItem {
  width: 300px;
}

.top_articleItem a {
  display: block;
}

.top_articleItem_thumbnail {
  height: 200px;
  overflow: hidden;
}

.top_articleItem_thumbnail img {
  height: 100%;
  transition: 0.5s;
}

.top_article_itemBox_head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.top_article_itemBox_head_category {
  font-size: 11px;
  color: #717182;
}

.top_article_itemBox_head_time {
  font-size: 11px;
  color: #717182;
}

.top_article_itemBox_title {
  font-size: 14px;
  color: #0a0a0a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

.top_article_itemBox_text {
  font-size: 12px;
  color: #717182;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

.top_articleItem.is-featured {
  width: 100%;
}
.top_articleItem.is-featured a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 45px;
}
.top_articleItem.is-featured .top_articleListContent {
  position: relative;
}
.top_articleItem.is-featured .top_articleListContent::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #717182;
  width: 43px;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.top_articleItem.is-featured .top_articleItem_thumbnail {
  height: 333px;
}
.top_articleItem.is-featured .top_article_itemBox_head_category {
  font-size: 13px;
}
.top_articleItem.is-featured .top_article_itemBox_head_time {
  font-size: 13px;
}
.top_articleItem.is-featured .top_article_itemBox_title {
  font-size: 32px;
  margin-top: 15px;
  line-height: 1.4;
}
.top_articleItem.is-featured .top_article_itemBox_text {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
}

.next_button {
  text-align: center;
  margin-top: 70px;
}

.next_button button {
  font-size: 11px;
  opacity: 0.7;
  padding-bottom: 20px;
  position: relative;
}

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

@media screen and (min-width: 681px) {
  .top_articleItem a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1280px) {
  .top_articleList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3.125vw;
    border-top: 0.078125vw solid rgba(0, 0, 0, 0.1);
    margin-top: 1.5625vw;
    padding-top: 2.34375vw;
  }
  .top_articleItem {
    width: 23.4375vw;
  }
  .top_articleItem a {
    display: block;
  }
  .top_articleItem_thumbnail {
    height: 15.625vw;
    overflow: hidden;
  }
  .top_articleItem_thumbnail img {
    height: 100%;
    transition: 0.5s;
  }
  .top_article_itemBox_head {
    display: flex;
    align-items: center;
    gap: 1.5625vw;
    margin-top: 0.78125vw;
  }
  .top_article_itemBox_head_category {
    font-size: 0.859375vw;
    color: #717182;
  }
  .top_article_itemBox_head_time {
    font-size: 0.859375vw;
    color: #717182;
  }
  .top_article_itemBox_title {
    font-size: 1.09375vw;
    color: #0a0a0a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.390625vw;
  }
  .top_article_itemBox_text {
    font-size: 0.9375vw;
    color: #717182;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.390625vw;
  }
  .top_articleItem.is-featured {
    width: 100%;
  }
  .top_articleItem.is-featured a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 3.515625vw;
  }
  .top_articleItem.is-featured .top_articleListContent {
    position: relative;
  }
  .top_articleItem.is-featured .top_articleListContent::before {
    content: "";
    display: inline-block;
    border-top: 0.078125vw solid #717182;
    width: 3.359375vw;
    position: absolute;
    left: 0;
    bottom: -1.328125vw;
  }
  .top_articleItem.is-featured .top_articleItem_thumbnail {
    height: 26.015625vw;
  }
  .top_articleItem.is-featured .top_article_itemBox_head_category {
    font-size: 1.015625vw;
  }
  .top_articleItem.is-featured .top_article_itemBox_head_time {
    font-size: 1.015625vw;
  }
  .top_articleItem.is-featured .top_article_itemBox_title {
    font-size: 2.5vw;
    margin-top: 1.171875vw;
    line-height: 1.4;
  }
  .top_articleItem.is-featured .top_article_itemBox_text {
    font-size: 1.25vw;
    margin-top: 1.171875vw;
    line-height: 1.4;
    -webkit-line-clamp: 3;
  }
  .next_button {
    text-align: center;
    margin-top: 5.46875vw;
  }
  .next_button button {
    font-size: 0.859375vw;
    opacity: 0.7;
    padding-bottom: 1.5625vw;
    position: relative;
  }
  .next_button button::before {
    content: "";
    display: inline-block;
    width: 0.78125vw;
    height: 0.46875vw;
    background-image: url(../images/icon/icon_arrow_bottom01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 680px) {
  .top_articleList {
    flex-flow: column;
    gap: 10.4166666667vw;
    margin-top: 2.0833333333vw;
    padding-top: 6.25vw;
  }
  .top_articleItem {
    width: 100%;
  }
  .top_articleItem_thumbnail {
    height: 40.4166666667vw;
  }
  .top_article_itemBox_head {
    gap: 4.1666666667vw;
    margin-top: 2.0833333333vw;
  }
  .top_article_itemBox_head_category {
    font-size: 2.2916666667vw;
  }
  .top_article_itemBox_head_time {
    font-size: 2.2916666667vw;
  }
  .top_article_itemBox_title {
    font-size: 2.9166666667vw;
    margin-top: 1.0416666667vw;
  }
  .top_article_itemBox_text {
    font-size: 2.5vw;
    margin-top: 1.0416666667vw;
  }
  .top_articleItem.is-featured {
    margin-bottom: 3.5416666667vw;
    width: 100%;
  }
  .top_articleItem.is-featured a {
    display: block;
  }
  .top_articleItem.is-featured .top_articleItem_thumbnail {
    height: 40.4166666667vw;
  }
  .top_articleItem.is-featured .top_article_itemBox_head_category {
    font-size: 2.7083333333vw;
  }
  .top_articleItem.is-featured .top_article_itemBox_head_time {
    font-size: 2.7083333333vw;
  }
  .top_articleItem.is-featured .top_article_itemBox_title {
    font-size: 5.4166666667vw;
    margin-top: 2.0833333333vw;
  }
  .top_articleItem.is-featured .top_article_itemBox_text {
    font-size: 3.3333333333vw;
    margin-top: 3.125vw;
    -webkit-line-clamp: 5;
  }
  .next_button {
    margin-top: 14.5833333333vw;
  }
  .next_button button {
    font-size: 2.2916666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .next_button button::before {
    width: 2.0833333333vw;
    height: 1.25vw;
  }
}
.singlePost {
  padding: 120px 0 60px;
}

.singlePost .inner {
  max-width: 645px;
}

.singlePost_back {
  font-size: 13px;
  color: #717182;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.singlePost_back::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
  position: relative;
  left: 0;
}

.singlePost_head {
  margin-top: 60px;
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #717182;
}

.singlePost_title {
  font-size: 42px;
  line-height: 1.4;
  color: #0a0a0a;
  margin-top: 20px;
}

.singlePost_excerpt {
  font-size: 18px;
  line-height: 32px;
  color: #717182;
  margin-top: 25px;
}

.singlePost_flex {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  position: relative;
  z-index: 10;
}

.singlePost_tag {
  display: flex;
  align-items: center;
  gap: 7px;
}

.singlePost_tag span {
  font-size: 13px;
  color: #717182;
  border-radius: 15px;
  background: #F0F2F4;
  border: 1px solid #fff;
  padding: 3px 15px;
}

.singlePost_share {
  position: relative;
}

.singlePost_share_button {
  font-size: 13px;
  color: #717182;
  border-radius: 15px;
  background: #F0F2F4;
  border: 1px solid #F0F2F4;
  padding: 3px 15px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  transition: 0.3s;
}

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

.singlePost_shareBox {
  width: 200px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: translate(0, 100%);
  z-index: 10;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.singlePost_shareBox button,
.singlePost_shareBox a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  width: 100%;
  transition: 0.3s;
}

.singlePost_shareBox_text {
  font-size: 12px;
}

.singlePost_shareBox_text span {
  display: block;
  font-size: 11px;
  color: rgb(113, 113, 130);
}

.singlePost_shareBox .copy::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon/icon_link.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.singlePost_shareBox .x::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon/icon_twitter.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (min-width: 681px) {
  .singlePost_back:hover::before {
    left: -5px;
  }
  .singlePost_share_button:hover {
    border: 1px solid #D7D7DB;
    background: #ECECF0;
    color: #000;
  }
  .singlePost_shareBox button:hover,
  .singlePost_shareBox a:hover {
    background: #F9F9FB;
  }
}
@media screen and (max-width: 1280px) {
  .singlePost {
    padding: 9.375vw 0 4.6875vw;
  }
  .singlePost .inner {
    max-width: 50.390625vw;
  }
  .singlePost_back {
    font-size: 1.015625vw;
    color: #717182;
    display: inline-flex;
    align-items: center;
    gap: 0.78125vw;
  }
  .singlePost_back::before {
    content: "";
    display: inline-block;
    width: 1.015625vw;
    height: 0.9375vw;
    background-image: url(../images/icon/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transition: 0.3s;
    position: relative;
    left: 0;
  }
  .singlePost_head {
    margin-top: 4.6875vw;
    display: flex;
    gap: 1.25vw;
    font-size: 1.015625vw;
    color: #717182;
  }
  .singlePost_title {
    font-size: 3.28125vw;
    line-height: 1.4;
    color: #0a0a0a;
    margin-top: 1.5625vw;
  }
  .singlePost_excerpt {
    font-size: 1.40625vw;
    line-height: 2.5vw;
    color: #717182;
    margin-top: 1.953125vw;
  }
  .singlePost_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 1.953125vw;
    position: relative;
    z-index: 10;
  }
  .singlePost_tag {
    display: flex;
    align-items: center;
    gap: 0.546875vw;
  }
  .singlePost_tag span {
    font-size: 1.015625vw;
    color: #717182;
    border-radius: 1.171875vw;
    background: #F0F2F4;
    border: 0.078125vw solid #fff;
    padding: 0.234375vw 1.171875vw;
  }
  .singlePost_share {
    position: relative;
  }
  .singlePost_share_button {
    font-size: 1.015625vw;
    color: #717182;
    border-radius: 1.171875vw;
    background: #F0F2F4;
    border: 0.078125vw solid #F0F2F4;
    padding: 0.234375vw 1.171875vw;
    display: inline-flex;
    align-items: center;
    gap: 0.234375vw;
    transition: 0.3s;
  }
  .singlePost_share_button::before {
    content: "";
    display: inline-block;
    width: 1.015625vw;
    height: 1.015625vw;
    background-image: url(../images/icon/icon_share.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .singlePost_shareBox {
    width: 15.625vw;
    border-radius: 1.5625vw;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -0.78125vw;
    transform: translate(0, 100%);
    z-index: 10;
    background: #fff;
    border: 0.078125vw solid rgba(0, 0, 0, 0.1);
  }
  .singlePost_shareBox button,
  .singlePost_shareBox a {
    display: inline-flex;
    align-items: center;
    gap: 0.78125vw;
    padding: 0.78125vw 1.5625vw;
    width: 100%;
    transition: 0.3s;
  }
  .singlePost_shareBox_text {
    font-size: 0.9375vw;
  }
  .singlePost_shareBox_text span {
    display: block;
    font-size: 0.859375vw;
    color: rgb(113, 113, 130);
  }
  .singlePost_shareBox .copy::before {
    content: "";
    display: inline-block;
    width: 2.1875vw;
    height: 2.1875vw;
    background-image: url(../images/icon/icon_link.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .singlePost_shareBox .x::before {
    content: "";
    display: inline-block;
    width: 2.1875vw;
    height: 2.1875vw;
    background-image: url(../images/icon/icon_twitter.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 680px) {
  .singlePost {
    padding: 25vw 0 12.5vw;
  }
  .singlePost .inner {
    max-width: unset;
  }
  .singlePost_back {
    font-size: 2.7083333333vw;
    gap: 2.0833333333vw;
  }
  .singlePost_back::before {
    width: 2.7083333333vw;
    height: 2.5vw;
  }
  .singlePost_head {
    margin-top: 12.5vw;
    gap: 3.3333333333vw;
    font-size: 2.7083333333vw;
  }
  .singlePost_title {
    font-size: 6.4583333333vw;
    margin-top: 2.0833333333vw;
  }
  .singlePost_excerpt {
    font-size: 3.3333333333vw;
    line-height: 5.4166666667vw;
    margin-top: 2.0833333333vw;
  }
  .singlePost_flex {
    display: block;
    margin-top: 4.1666666667vw;
  }
  .singlePost_tag {
    flex-wrap: wrap;
    gap: 1.4583333333vw;
  }
  .singlePost_tag span {
    font-size: 2.2916666667vw;
    border-radius: 3.125vw;
    padding: 0.625vw 2.5vw;
  }
  .singlePost_share {
    margin-top: 2.0833333333vw;
  }
  .singlePost_share_button {
    font-size: 2.2916666667vw;
    border-radius: 3.125vw;
    padding: 0.625vw 2.5vw;
    gap: 0.625vw;
  }
  .singlePost_share_button::before {
    width: 2.7083333333vw;
    height: 2.7083333333vw;
  }
  .singlePost_shareBox {
    right: unset;
    left: 0;
  }
}
/* 投稿
***************************************************************/
.singlePost_content {
  font-size: 14px;
  margin-top: 50px;
}

.singlePost_content iframe {
  width: 100%;
  height: 360px;
  margin-bottom: 30px;
}

.singlePost_content img {
  margin: 20px 0;
}

.singlePost_content hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-top: 15px;
}

.singlePost_content h2 {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
}

.singlePost_content p {
  padding-bottom: 15px;
}

@media screen and (max-width: 680px) {
  .singlePost_content {
    font-size: 2.9166666667vw;
    margin-top: 10.4166666667vw;
  }
  .singlePost_content iframe {
    height: auto;
    margin-bottom: 4.1666666667vw;
  }
  .singlePost_content img {
    margin: 3.125vw 0;
  }
  .singlePost_content hr {
    padding: 3.125vw 0;
    margin-top: 3.125vw;
  }
  .singlePost_content h2 {
    padding-bottom: 3.125vw;
    font-size: 3.75vw;
    line-height: 6.6666666667vw;
  }
  .singlePost_content p {
    padding-bottom: 3.125vw;
  }
}
/* Custom
***************************************************************/
.singlePost_custom {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 20px;
  margin-top: 70px;
}

.singlePost_custom:nth-last-of-type(1) {
  margin-top: 50px;
}

.singlePost_custom_title {
  font-weight: 500;
  color: #0a0a0a;
  position: relative;
}

.singlePost_custom_title::before {
  content: "";
  display: inline-block;
  width: 28px;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.singlePost_custom_flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
}

.singlePost_custom_flex_icon {
  width: 83px;
  border-radius: 100%;
  background: #ededed;
}

.singlePost_custom_flexBox {
  flex: 1;
}

.singlePost_custom_flexBox_name {
  font-weight: 500;
  font-size: 18px;
  color: #0a0a0a;
}

.singlePost_custom_flexBox_job {
  font-size: 13px;
  color: #717182;
  margin-top: 5px;
}

.singlePost_custom_flexBox_comment {
  font-size: 12px;
  line-height: 21px;
  margin-top: 10px;
}

.singlePost_custom_flexBox_sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.singlePost_custom_flexBox_sns a {
  font-size: 12px;
  color: #717182;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: 0.3s;
}

.singlePost_custom_flexBox_sns a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.singlePost_custom_flexBox_sns .link01::before {
  background-image: url(../images/icon/icon_website.svg);
}

.singlePost_custom_flexBox_sns .link02::before {
  background-image: url(../images/icon/icon_x.svg);
}

.singlePost_custom_flexBox_sns .link03::before {
  background-image: url(../images/icon/icon_instagram.svg);
}

.singlePost_custom_flexBox_sns .link04::before {
  background-image: url(../images/icon/icon_tiktok.svg);
}

.singlePost_custom_flexBox_sns .link05::before {
  background-image: url(../images/icon/icon_youtube.svg);
}

.singlePost_custom_flexBox_link {
  font-weight: 500;
  font-size: 13px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.singlePost_custom_flexBox_link::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 33px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .singlePost_custom_flexBox_sns a:hover {
    transform: scale(1.1);
    color: #000;
  }
  .singlePost_custom_flexBox_link:hover::after {
    left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .singlePost_custom {
    border-radius: 2.0833333333vw;
    padding: 4.1666666667vw;
    margin-top: 10.4166666667vw;
  }
  .singlePost_custom:nth-last-of-type(1) {
    margin-top: 6.25vw;
  }
  .singlePost_custom_flex {
    display: block;
    margin-top: 6.25vw;
  }
  .singlePost_custom_flex_icon {
    width: 17.2916666667vw;
  }
  .singlePost_custom_flexBox {
    margin-top: 4.1666666667vw;
  }
  .singlePost_custom_flexBox_name {
    font-size: 3.75vw;
  }
  .singlePost_custom_flexBox_job {
    font-size: 2.7083333333vw;
    margin-top: 1.0416666667vw;
  }
  .singlePost_custom_flexBox_comment {
    font-size: 2.5vw;
    line-height: 4.375vw;
    margin-top: 2.0833333333vw;
  }
  .singlePost_custom_flexBox_sns {
    flex-wrap: wrap;
    gap: 4.1666666667vw;
    margin-top: 4.1666666667vw;
  }
  .singlePost_custom_flexBox_sns a {
    font-size: 2.5vw;
    gap: 0.8333333333vw;
  }
  .singlePost_custom_flexBox_sns a::before {
    width: 3.75vw;
    height: 3.75vw;
  }
  .singlePost_custom_flexBox_link {
    font-size: 2.7083333333vw;
    margin-top: 2.0833333333vw;
    gap: 1.25vw;
  }
  .singlePost_custom_flexBox_link::after {
    width: 2.7083333333vw;
    height: 6.875vw;
  }
}
/* Nav
***************************************************************/
.singlePost_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding-top: 50px;
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.singlePost_navBox a {
  display: block;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  transition: 0.3s;
}

.singlePost_navBox_text {
  font-size: 13px;
  color: #717182;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.singlePost_navBox_text.prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transform: scale(-1, 1);
}

.singlePost_navBox_text.next {
  text-align: right;
  justify-content: flex-end;
}

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

.singlePost_navBox_title {
  font-weight: 500;
  font-size: 14px;
  color: #0a0a0a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

.singlePost_navBox_expert {
  font-size: 12px;
  color: #717182;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

@media screen and (min-width: 681px) {
  .singlePost_navBox a:hover {
    background: #FAFAFB;
  }
}
@media screen and (max-width: 680px) {
  .singlePost_nav {
    display: flex;
    flex-flow: column-reverse;
    gap: 2.0833333333vw;
    padding-top: 5.2083333333vw;
    margin-top: 14.5833333333vw;
    margin-bottom: 12.5vw;
  }
  .singlePost_navBox a {
    border-radius: 2.0833333333vw;
    padding: 2.0833333333vw 4.1666666667vw;
  }
  .singlePost_navBox_text {
    font-size: 2.7083333333vw;
    gap: 1.6666666667vw;
    width: 100%;
  }
  .singlePost_navBox_text.prev::before {
    width: 1.6666666667vw;
    height: 2.5vw;
  }
  .singlePost_navBox_text.next::after {
    width: 1.6666666667vw;
    height: 2.5vw;
  }
  .singlePost_navBox_title {
    font-size: 2.9166666667vw;
    margin-top: 1.0416666667vw;
  }
  .singlePost_navBox_expert {
    font-size: 2.5vw;
    margin-top: 1.0416666667vw;
  }
}
.contact_list {
  display: flex;
  flex-flow: column;
  gap: 25px;
  margin-top: 40px;
}

.contact_item {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.contact_item img {
  width: 70px;
}

.contact_itemBox {
  flex: 1;
}

.contact_itemBox_title {
  color: #0a0a0a;
}

.contact_itemBox_text {
  font-size: 14px;
  color: #717182;
  margin-top: 5px;
}

.contact_itemBox_mail {
  font-size: 14px;
  color: #717182;
  margin-top: 5px;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 1.953125vw;
    margin-top: 3.125vw;
  }
  .contact_item {
    border-radius: 0.78125vw;
    background: #f5f5f5;
    padding: 1.953125vw;
    display: flex;
    align-items: center;
    gap: 2.1875vw;
  }
  .contact_item img {
    width: 5.46875vw;
  }
  .contact_itemBox {
    flex: 1;
  }
  .contact_itemBox_title {
    color: #0a0a0a;
  }
  .contact_itemBox_text {
    font-size: 1.09375vw;
    color: #717182;
    margin-top: 0.390625vw;
  }
  .contact_itemBox_mail {
    font-size: 1.09375vw;
    color: #717182;
    margin-top: 0.390625vw;
    text-decoration: underline;
  }
}
@media screen and (max-width: 680px) {
  .contact_list {
    gap: 4.1666666667vw;
    margin-top: 7.2916666667vw;
  }
  .contact_item {
    border-radius: 2.0833333333vw;
    padding: 3.125vw 2.0833333333vw;
    gap: 4.1666666667vw;
  }
  .contact_item img {
    width: 11.25vw;
  }
  .contact_itemBox_text {
    font-size: 2.9166666667vw;
    margin-top: 1.0416666667vw;
  }
  .contact_itemBox_mail {
    font-size: 2.9166666667vw;
    margin-top: 1.0416666667vw;
  }
}
.privacy_item {
  margin-top: 40px;
}

.privacy_item_title {
  font-size: 18px;
}

.privacy_item_text {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #717182;
  margin-top: 20px;
}

.privacy_item_ol {
  margin-top: 20px;
  padding-left: 10px;
}

.privacy_item_ol li {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #717182;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1280px) {
  .privacy_item {
    margin-top: 3.125vw;
  }
  .privacy_item_title {
    font-size: 1.40625vw;
  }
  .privacy_item_text {
    font-size: 1.09375vw;
    line-height: 2.03125vw;
    text-align: left;
    color: #717182;
    margin-top: 1.5625vw;
  }
  .privacy_item_ol {
    margin-top: 1.5625vw;
    padding-left: 0.78125vw;
  }
  .privacy_item_ol li {
    font-size: 1.09375vw;
    line-height: 2.03125vw;
    text-align: left;
    color: #717182;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 680px) {
  .privacy_item {
    margin-top: 8.3333333333vw;
  }
  .privacy_item_title {
    font-size: 3.75vw;
  }
  .privacy_item_text {
    font-size: 2.9166666667vw;
    line-height: 5.4166666667vw;
    margin-top: 4.1666666667vw;
  }
  .privacy_item_ol {
    margin-top: 4.1666666667vw;
  }
  .privacy_item_ol li {
    font-size: 2.9166666667vw;
    line-height: 5.4166666667vw;
  }
}