@charset "UTF-8";
/* --------------------------------------------
variables
-------------------------------------------- */
/*
============================================================

ツールまとめ

============================================================
*/
/* マルケトフォーム
------------------------------------------------------------ */
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* いつも使うもの
------------------------------------------------------------ */
/*
============================================================

基本のSCSS

============================================================
*/
/* リセットCSS
------------------------------------------------------------ */
/*! destyle.css v3.0.0 | 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 {
  font-size: 0.625em;
  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;
  font-family: "Noto Sans JP", sans-serif;
  color: #131824;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

em {
  font-style: normal;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/*
select:disabled {
  opacity: inherit;
}
*/
/**
 * Remove padding
 */
option {
  padding: 0;
}

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* Mixin
------------------------------------------------------------ */
/* このプロジェクト専用
------------------------------------------------------------ */
/* 全体共通
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* 変数セット
------------------------------------------------------------ */
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

全体共通

============================================================
*/
/* WEBフォントチラつき対策
------------------------------------------------------------ */
.preload {
  transition: 0 !important;
}

.typesquare_option {
  opacity: 1 !important;
  visibility: visible !important;
}

img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

a {
  filter: brightness(100%);
  transition: all 0.4s;
}
a:hover {
  filter: brightness(110%);
}

/* パスワードマネージャー対策 */
[data-lastpass-icon-root] {
  display: none !important;
}

/*
============================================================

mktoForm - Reset only (Inline styles only)

Marketoがインラインスタイル（style属性）で設定するCSSのみをリセット

============================================================
*/
/* Marketoインラインスタイルリセット
------------------------------------------------------------ */
.mktoForm[style] {
  width: 100% !important;
  max-width: 100% !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}
.mktoForm .mktoFormRow[style] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mktoForm .mktoFieldDescriptor[style] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mktoForm .mktoFieldWrap[style] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mktoForm .mktoOffset[style],
.mktoForm .mktoGutter[style] {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mktoForm .mktoLabel[style] {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  text-align: left !important;
  float: none !important;
}
.mktoForm .mktoAsterix[style] {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: none !important;
}
.mktoForm .mktoField[style],
.mktoForm .mktoTextField[style],
.mktoForm .mktoEmailField[style],
.mktoForm .mktoTelField[style],
.mktoForm input.mktoField[style],
.mktoForm select.mktoField[style],
.mktoForm textarea.mktoField[style] {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  float: none !important;
  height: auto !important;
}
.mktoForm select.mktoField[style] {
  background-image: none !important;
}
.mktoForm .mktoCheckboxList[style],
.mktoForm .mktoLogicalField[style] {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  float: none !important;
}
.mktoForm input[type=checkbox][style],
.mktoForm input[type=radio][style] {
  margin: 0 !important;
  padding: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
}
.mktoForm .mktoHtmlText[style] {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mktoForm .mktoButtonRow[style] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  position: static !important;
}
.mktoForm .mktoButtonWrap[style] {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  width: auto !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
}
.mktoForm .mktoButton[style] {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  width: auto !important;
  min-width: auto !important;
}
.mktoForm .mktoInstruction[style] {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.mktoForm .mktoCaptchaDisclaimer[style] {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.mktoForm .grecaptcha-badge {
  visibility: hidden !important;
}
.mktoForm .mktoClear {
  display: none !important;
}
.mktoForm [data-lastpass-icon-root] {
  display: none !important;
}

/* 変数セット
------------------------------------------------------------ */
/*
============================================================

mktoForm - Custom

MarketoデフォルトCSSをカスタマイズして、フォームの装飾を行う

============================================================
*/
.mktoForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mktoForm .row-14 {
  display: none !important;
}
.mktoForm .row-15 {
  display: none !important;
}
.mktoForm .row-16 {
  display: none !important;
}
.mktoForm .row-17 {
  display: none !important;
}
.mktoForm .row-18 {
  display: none !important;
}
.mktoForm .row-19 {
  display: none !important;
}
.mktoForm .row-20 {
  display: none !important;
}
.mktoForm .row-21 {
  display: none !important;
}
.mktoForm .row-22 {
  display: none !important;
}
.mktoForm .row-23 {
  display: none !important;
}
.mktoForm .mktoFormRow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (min-width: 769px) {
  .mktoForm .mktoFormRow {
    gap: 24px;
    flex-direction: row;
  }
}
.mktoForm .mktoFormRow:nth-of-type(8) .mktoCheckboxList, .mktoForm .mktoFormRow.row-8 .mktoCheckboxList {
  display: grid;
  grid-template-columns: 12px 1fr;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 12px;
  align-items: start;
  width: 100%;
  padding: 8px 0 0;
}
.mktoForm .mktoFormRow:nth-of-type(8) .mktoCheckboxList input[type=checkbox].mktoField, .mktoForm .mktoFormRow.row-8 .mktoCheckboxList input[type=checkbox].mktoField {
  grid-column: 1;
  width: 12px;
  height: 12px;
  min-height: 12px;
  margin: 3.5px 0 0;
  padding: 0 !important;
  border-radius: 2px;
  background: #fff;
  align-self: start;
}
.mktoForm .mktoFormRow:nth-of-type(8) .mktoCheckboxList label, .mktoForm .mktoFormRow.row-8 .mktoCheckboxList label {
  grid-column: 2;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}
.mktoForm .mktoFormRow:nth-of-type(10) .mktoCheckboxList {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -32px;
}
.mktoForm .mktoFormRow:nth-of-type(10) .mktoCheckboxList label {
  position: relative;
}
.mktoForm .mktoFormRow:nth-of-type(10) .mktoCheckboxList label:after {
  content: "同意する";
  position: absolute;
  left: 7px;
  bottom: -7px;
  width: 4em;
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
}
.mktoForm .mktoLabel {
  font-weight: bold;
  font-size: 14px;
  float: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
}
.mktoForm .mktoFormCol {
  width: 100%;
}
.mktoForm .mktoAsterix:before {
  content: "必須";
  font-size: 11px;
  color: #333;
  background: #FFFF00;
  border-radius: 100vmax;
  padding: 2px 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
}
.mktoForm .mktoAsterix {
  font-size: 0;
}
.mktoForm .mktoField {
  background: #ffffff;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px !important;
  font-size: 14px;
  letter-spacing: 1px;
}
.mktoForm .mktoField::-moz-placeholder {
  color: #ccc;
}
.mktoForm .mktoField::placeholder {
  color: #ccc;
}
.mktoForm .mktoError[style], .mktoForm .mktoErrorMsg[style] {
  line-height: 1;
  font-size: 14px;
  color: #FFFF00;
  font-weight: 500;
}
.mktoForm .mktoFieldWrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm select.mktoField {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mktoForm select.mktoField::-ms-expand {
  display: none;
}
.mktoForm select.mktoField {
  background-image: url(../img/ico-downarw.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 13px 8px;
  cursor: pointer;
}
.mktoForm .mktoCaptchaDisclaimer {
  display: none;
}
.mktoForm .mktoButtonRow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  width: 100% !important;
}
.mktoForm .mktoButtonRow .mktoButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 100vmax;
  background: linear-gradient(90deg, #E94709 0%, #FF7845 100%);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 24px;
  padding: 24px;
}
.mktoForm .mktoButtonRow .mktoButton:hover {
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  .header {
    padding-right: 16px;
  }
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99;
  display: none;
}
@media (max-width: 768px) {
  .header::before {
    display: block;
  }
}
.header-logo {
  width: 155px;
  height: 60px;
  z-index: 100;
}
.header-logo img {
  width: 100%;
  height: auto;
}
.header-nav {
  display: block;
  padding: 0 40px 0 0;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 40px;
}
.header-nav ul li {
  list-style: none;
}
.header-nav ul li.is-active a {
  color: #2667EC;
}
.header-nav ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #132130;
  letter-spacing: 1px;
  line-height: 1;
  transition: color 0.2s ease, box-shadow 0.2s ease;
}

/* --------------------------------------------
バーガーメニュー
-------------------------------------------- */
.bgr {
  display: none;
}
@media (max-width: 768px) {
  .bgr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
    gap: 5px;
  }
  .bgr span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 100vmax;
    transition: all 0.3s ease;
    transform-origin: center;
    background-color: #0054A7;
  }
  .bgr[aria-expanded=true] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .bgr[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .bgr[aria-expanded=true] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* --------------------------------------------
ドロップメニュー（SP）
-------------------------------------------- */
.dropmenu {
  display: none;
}
@media (max-width: 768px) {
  .dropmenu {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 80px 0 40px 0;
    z-index: 98;
    background-color: #ffffff;
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
  }
  .dropmenu.is_active {
    transform: translateY(0);
    visibility: visible;
  }
}
.dropmenu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.dropmenu ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1px;
}
.dropmenu ul li a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dropmenu ul li a:hover {
  color: #132130;
}
.dropmenu-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .dropmenu-cta {
    gap: 16px;
  }
}
.dropmenu-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 60px;
  gap: 8px;
  padding: 16px;
  border-radius: 100vmax;
  box-sizing: border-box;
  transition: filter 0.3s ease-in-out;
  position: relative;
  background: linear-gradient(90deg, #E94709 0%, #FF7845 100%);
}
.dropmenu-cta a span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1;
}

body {
  font-feature-settings: "palt";
  overflow-x: clip;
  color: #132130;
  background: #f8f8f8;
}

/* 固定ヘッダー分（scrollIntoView / :target 用。common.js の animate(scrollTop) では効かない） */
html {
  scroll-padding-top: 60px;
}

main {
  padding: 0 0;
  width: 100%;
}

footer {
  background: none;
  width: 100%;
}

img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------------------------------------
ON OFF
-------------------------------------------- */
.sp-on {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none !important;
  }
  .sp-on {
    display: block !important;
  }
}
/* --------------------------------------------
layout
-------------------------------------------- */
@media screen and (min-width: 769px) {
  .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 80px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1210px) {
  .inner {
    width: 92%;
    margin: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 4%;
    padding: 40px 0 40px 0;
  }
}

@media screen and (min-width: 769px) {
  .inner800 {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0 80px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1210px) {
  .inner800 {
    width: 92%;
    margin: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .inner800 {
    width: 92%;
    margin: 0 4%;
    padding: 40px 0 40px 0;
  }
}

@media screen and (min-width: 769px) {
  .inner900 {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0 80px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1210px) {
  .inner900 {
    width: 92%;
    margin: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .inner900 {
    width: 92%;
    margin: 0 4%;
    padding: 40px 0 40px 0;
  }
}

@media screen and (min-width: 769px) {
  .inner1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 80px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1210px) {
  .inner1000 {
    width: 92%;
    margin: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .inner1000 {
    width: 92%;
    margin: 0 4%;
    padding: 40px 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .article-wrapper {
    width: auto;
    margin: 0 2%;
    display: block;
  }
  article {
    margin-top: 2%;
    width: auto;
  }
  article .article_box {
    margin-bottom: 2%;
    padding: 4%;
  }
  aside {
    margin-top: 2%;
    width: auto;
  }
}
/* --------------------------------------------
title
-------------------------------------------- */
@media screen and (min-width: 769px) {
  .tt {
    margin: 0px auto 45px;
  }
}
@media screen and (max-width: 768px) {
  .tt {
    margin: 0px auto 30px;
  }
}
.tt {
  position: relative;
  text-align: center;
}
.tt .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3rem, 6vw, 6.4rem);
  letter-spacing: 4px;
}
@media screen and (min-width: 769px) {
  .tt .jp {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tt .jp {
    margin-bottom: 15px;
  }
}
.tt .jp {
  display: block;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: bold;
  letter-spacing: 1px;
}

/* --------------------------------------------
parts
-------------------------------------------- */
.text_gra {
  background: linear-gradient(90deg, #71b8ff 0%, #0054a7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.bg_gra {
  background: linear-gradient(100deg, #71b8ff 0%, #0054a7 100%);
}

/* --------------------------------------------
大枠レイアウト
-------------------------------------------- */
.main {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) 328px;
}
@media (max-width: 1280px) {
  .main {
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}
@media (max-width: 1024px) {
  .main {
    grid-template-columns: minmax(0, 1fr);
  }
}
.main_contents {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0;
}
.main_cvform {
  width: 328px;
  position: relative;
  max-width: 100%;
  padding: 0 0;
  box-sizing: border-box;
  margin: 0;
  background: #f8f8f8;
  height: calc(100% + 48px);
}
@media (max-width: 1280px) {
  .main_cvform {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .main_cvform {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e7eb;
  }
}
.main_cvform-inner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (max-width: 1024px) {
  .main_cvform-inner {
    position: static;
    display: flex;
    flex-direction: column;
  }
}
.main_cvform-title {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: linear-gradient(90deg, #0054a7 0%, #38bdf8 100%);
  width: 100%;
  box-sizing: border-box;
  position: relative;
  gap: 8px;
}
.main_cvform-title span {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.main_cvform-title:before {
  content: "無料";
  font-size: 12px;
  font-weight: 600;
  color: #0054a7;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 100vmax;
  padding: 0;
  background: #ffff00;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main_cvform-title:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}
.main_cvform-form {
  width: 100%;
  max-height: calc(100vh - 60px);
  display: block;
  overflow-y: auto;
}
.main_cvform-form::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .main_cvform-form {
    max-height: none;
    overflow-y: visible;
  }
}
.main_cvform-form-main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
@media (max-width: 1280px) {
  .main_cvform-form-main {
    padding: 16px;
  }
}
@media (max-width: 1024px) {
  .main_cvform-form-main {
    padding: 24px;
  }
}
.main_cvform-form-note {
  font-size: 12px;
  font-weight: 400;
  color: #132130;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 1280px) {
  .main_cvform-form-note {
    font-size: 10px;
  }
}
.main_cvform-form-note a {
  color: #e94709;
  text-decoration: underline;
}
.main_cvform-form-note a:hover {
  color: #ff7845;
}

/* --------------------------------------------
#fv
-------------------------------------------- */
#fv {
  background-color: #ffffff;
  background-image: url(../img/fv/bg_l.png), url(../img/fv/bg_r.png);
  background-repeat: no-repeat;
  background-size: 506px, 404px;
  background-position: top 0 left, bottom 0 right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 0 40px 24px;
}
@media screen and (max-width: 768px) {
  #fv {
    background-image: url(../img/fv/bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px 0 0 0;
  }
}
#fv .fv_main {
  max-width: 1280px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #fv .fv_main {
    max-width: 480px;
    width: 100%;
  }
}
#fv .fv_main img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .fv_button_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fv_button_sp {
    position: fixed;
    bottom: 0px;
    z-index: 3;
  }
}
.fv_button_sp img {
  width: 100%;
  height: auto;
}
.fv_button_sp {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
.fv_button_sp.is_hidden {
  transform: translateY(100%);
}

/* --------------------------------------------
#benefit_anchor
-------------------------------------------- */
#benefit_anchor {
  background: linear-gradient(100deg, #0054a7 0%, #71b8ff 100%);
}
#benefit_anchor .benefit_anchor_in {
  width: 100%;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #benefit_anchor .benefit_anchor_in {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  #benefit_anchor .benefit_anchor_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px 8px;
  }
}
#benefit_anchor .benefit_anchor_in .benefit_anchor_in_l {
  width: -moz-fit-content;
  width: fit-content;
  flex: auto 0 0;
}
#benefit_anchor .benefit_anchor_in .benefit_anchor_in_l a {
  padding: 4px 16px 4px 16px;
}
@media screen and (max-width: 768px) {
  #benefit_anchor .benefit_anchor_in .benefit_anchor_in_l a {
    padding: 8px 10px 8px 10px;
  }
}
#benefit_anchor .benefit_anchor_in .benefit_anchor_in_l a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: bold;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #benefit_anchor .benefit_anchor_in .benefit_anchor_in_l a img {
    max-width: 25px;
  }
}
@media screen and (max-width: 768px) {
  #benefit_anchor .benefit_anchor_in .benefit_anchor_in_l a img {
    max-width: 16px;
  }
}
#benefit_anchor .benefit_anchor_in .benefit_anchor_in_l a img {
  width: 100%;
  height: auto;
}
#benefit_anchor .benefit_anchor_in .benefit_anchor_in_l a span {
  color: #0054a7;
  line-height: 1;
}
#benefit_anchor .benefit_anchor_in .benefit_anchor_in_r {
  flex: auto 0 0;
}
@media screen and (max-width: 768px) {
  #benefit_anchor .benefit_anchor_in .benefit_anchor_in_r {
    text-align: center;
  }
}
#benefit_anchor .benefit_anchor_in .benefit_anchor_in_r {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  color: #ffff00;
  line-height: 1.2;
}

/* --------------------------------------------
#company_logo（1024以下のみ横スクロールループ。無限ループのため ul を2本並べて -50% 移動）
-------------------------------------------- */
@keyframes company_logo_marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
#company_logo {
  background-color: #eff6fe;
}
@media screen and (max-width: 1024px) {
  #company_logo {
    overflow: hidden;
    padding: 16px 0;
  }
}
#company_logo .company_logo_track ul + ul {
  display: none;
}
@media screen and (max-width: 1024px) {
  #company_logo .company_logo_track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: company_logo_marquee 36s linear infinite;
  }
}
#company_logo ul {
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 0;
}
@media screen and (max-width: 1024px) {
  #company_logo ul {
    flex-wrap: nowrap;
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    gap: 24px;
    justify-content: flex-start;
  }
}
#company_logo li {
  flex: 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
}
#company_logo li img {
  display: block;
  width: auto;
  height: 100%;
}

/* --------------------------------------------
#concept
-------------------------------------------- */
#concept {
  background-image: url(../img/concept/bg_l.png), url(../img/concept/bg_r.png), linear-gradient(90deg, #71b8ff -1.11%, #0054a7 100%);
  background-size: 680px, 600px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 0 left 0, bottom 0 right 0, center center;
}
@media screen and (max-width: 768px) {
  #concept {
    background-image: url(../img/concept/bg_l_sp.png), url(../img/concept/bg_r_sp.png), linear-gradient(90deg, #71b8ff -1.11%, #0054a7 100%);
    background-size: 375px, 375px, auto;
  }
}
#concept .tt {
  color: #fff;
}
#concept h3 {
  padding-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #concept h3 {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
#concept h3 {
  padding-top: 40px;
  position: relative;
  text-align: center;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
#concept h3::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
#concept p {
  margin-bottom: 25px;
  font-size: clamp(1.6rem, 1.5vw, 1.6rem);
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
}
#concept p:last-child {
  margin-bottom: 0px;
}
#concept ul {
  padding-bottom: 10px;
}
#concept ul li {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0px 5px 25px;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  font-weight: bold;
  color: #ffff00;
}
#concept ul li::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  width: 8px;
  height: 32px;
  border-radius: 100vh;
  background-color: #ffff00;
}

/* --------------------------------------------
#pickup
-------------------------------------------- */
#pickup {
  background-color: #fff;
  background-image: url(../img/pickup/bg_l.png), url(../img/pickup/bg_r.png);
  background-size: 920px, 884px;
  background-repeat: no-repeat, no-repeat;
  background-position: top 0 left 0, bottom 0 right 0;
}
@media screen and (max-width: 768px) {
  #pickup {
    background-image: url(../img/pickup/bg_l_sp.png), url(../img/pickup/bg_r_sp.png);
    background-size: 274px, 1120px;
  }
}
#pickup .pickup_list .pickup_list_in {
  display: flex;
  background-color: #fff;
  gap: 0px;
  box-shadow: rgba(0, 84, 167, 0.1) 0px 0px 40px -3px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in {
    flex-direction: column;
    box-shadow: rgba(0, 84, 167, 0.1) 0px 0px 25px -3px;
    margin-bottom: 20px;
  }
}
#pickup .pickup_list .pickup_list_in::before {
  content: "";
  width: 20px;
  flex: auto 0 0;
  background: linear-gradient(100deg, #71b8ff 0%, #0054a7 100%);
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in::before {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #71b8ff 0%, #0054a7 100%);
  }
}
#pickup .pickup_list .pickup_list_in.typ1::before {
  background: #3b82f6;
}
#pickup .pickup_list .pickup_list_in.typ1 h3 {
  color: #3b82f6;
}
#pickup .pickup_list .pickup_list_in.typ1 .pickup_koen span {
  background: #3b82f6;
}
#pickup .pickup_list .pickup_list_in.typ2::before {
  background: #10b981;
}
#pickup .pickup_list .pickup_list_in.typ2 h3 {
  color: #10b981;
}
#pickup .pickup_list .pickup_list_in.typ2 .pickup_koen span {
  background: #10b981;
}
#pickup .pickup_list .pickup_list_in.typ3::before {
  background: #f59e0b;
}
#pickup .pickup_list .pickup_list_in.typ3 h3 {
  color: #f59e0b;
}
#pickup .pickup_list .pickup_list_in.typ3 .pickup_koen span {
  background: #f59e0b;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body {
  padding: 24px 40px 36px 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body {
    padding: 20px;
    gap: 16px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body h3 {
  padding: 0;
  display: inline-block;
  font-size: clamp(24px, 2.9vw, 32px);
  font-weight: bold;
  line-height: 1.3;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_koen {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  top: -20px;
  right: 0px;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
}
@media screen and (max-width: 1200px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_koen {
    position: static;
    padding: 0;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_koen span {
  width: 100px;
  height: 34px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_koen span {
    font-size: 16px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_koen span.nomal {
  background: linear-gradient(90deg, #0054a7 0%, #38bdf8 100%);
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l {
  width: 200px;
  display: block;
  padding: 0;
  margin: 0;
  display: block;
  flex: auto 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l {
    width: 118px;
    height: 145px;
    aspect-ratio: 118/145;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l span {
  width: 65px;
  aspect-ratio: 54/76;
  position: absolute;
  bottom: -11px;
  right: -11px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l span {
    bottom: -5px;
    right: -8px;
    width: 42px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l span img {
  width: 100%;
  height: auto;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l img.mw230px {
    max-width: 230px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l img.mw230px {
    max-width: 114px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l img.mw230px {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l img.mw196px {
    max-width: 196px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l img.mw196px {
    max-width: 196px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_l img.mw196px {
  width: 100%;
  height: auto;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r {
    gap: 16px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r .pickup_name {
  line-height: 1.4;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r .pickup_name {
    font-size: 16px;
    position: absolute;
    top: 48px;
    left: 154px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r .pickup_name span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r .pickup_name span {
    font-size: 12px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r .pickup_name_gr {
  line-height: 1.4;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r .pickup_name_gr {
    font-size: 16px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r .pickup_name_gr span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_guest .pickup_guest_r .pickup_name_gr span {
    font-size: 12px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit {
  display: flex;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1200px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  background-color: #e6eff7;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  #pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box .pickup_benefit_box_l {
  width: 68px;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box .pickup_benefit_box_l img {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box .pickup_benefit_box_r {
  flex: 1;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box .pickup_benefit_box_r div {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(transparent 75%, #ffff00 75%);
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box .pickup_benefit_box_r div img {
  width: 24px;
  height: 24px;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box .pickup_benefit_box_r div span {
  font-size: clamp(2rem, 2vw, 2rem);
  font-weight: bold;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_benefit_box .pickup_benefit_box_r p {
  margin-top: 5px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.3;
}
#pickup .pickup_list .pickup_list_in .pickup_list_body .pickup_text {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
}

/* --------------------------------------------
#timetable
-------------------------------------------- */
#timetable {
  background-image: url(../img/concept/bg_l.png), url(../img/concept/bg_r.png), linear-gradient(90deg, #71b8ff -1.11%, #0054a7 100%);
  background-size: 680px, 600px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 0 left 0, bottom 0 right 0, center center;
}
@media screen and (max-width: 768px) {
  #timetable {
    background-image: url(../img/concept/bg_l_sp.png), url(../img/concept/bg_r_sp.png), linear-gradient(90deg, #71b8ff -1.11%, #0054a7 100%);
    background-size: 375px, 375px, auto;
  }
}
#timetable h2 {
  color: #fff;
}
#timetable .timetable_list .timetable_list_time {
  padding: 13px 0px 13px 0px;
  letter-spacing: 2px;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_time {
    padding: 13px 0px 13px 0px;
  }
}
#timetable .timetable_list .timetable_list_in {
  margin-bottom: 24px;
  padding: 0px 0px 0px 0;
  border-left: 16px solid #e5e7eb;
  position: relative;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in {
    border-left: 10px solid #e5e7eb;
  }
}
#timetable .timetable_list .timetable_list_in.typ1 {
  border-left-color: #3b82f6;
}
#timetable .timetable_list .timetable_list_in.typ1 .time {
  background-color: #3b82f6;
  color: #fff;
}
#timetable .timetable_list .timetable_list_in.typ1 .timetable_koen span {
  background-color: #3b82f6;
}
#timetable .timetable_list .timetable_list_in.typ1 .timetable_ttl span {
  color: #3b82f6;
}
#timetable .timetable_list .timetable_list_in.typ2 {
  border-left-color: #10b981;
}
#timetable .timetable_list .timetable_list_in.typ2 .time {
  background-color: #10b981;
  color: #fff;
}
#timetable .timetable_list .timetable_list_in.typ2 .timetable_koen span {
  background-color: #10b981;
}
#timetable .timetable_list .timetable_list_in.typ2 .timetable_ttl span {
  color: #10b981;
}
#timetable .timetable_list .timetable_list_in.typ3 {
  border-left-color: #f59e0b;
}
#timetable .timetable_list .timetable_list_in.typ3 .time {
  background-color: #f59e0b;
  color: #fff;
}
#timetable .timetable_list .timetable_list_in.typ3 .timetable_koen span {
  background-color: #f59e0b;
}
#timetable .timetable_list .timetable_list_in.typ3 .timetable_ttl span {
  color: #f59e0b;
}
#timetable .timetable_list .timetable_list_in .time {
  padding: 4px 0;
  font-size: clamp(2.3rem, 1.8vw, 2.3rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: bold;
  font-weight: bold;
  letter-spacing: 2px;
  clip-path: polygon(0 0, 170px 0, 214px 34px, 0 34px);
  background-color: #e5e7eb;
  height: 34px;
}
#timetable .timetable_list .timetable_list_in .timetable_ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  letter-spacing: 1px;
}
#timetable .timetable_list .timetable_list_in .timetable_ttl span {
  font-size: clamp(2rem, 1.8vw, 2.3rem);
  font-weight: bold;
  line-height: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  #timetable .timetable_list .timetable_list_in .timetable_ttl .sp-br {
    width: 67%;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_ttl i {
  font-size: clamp(1.4rem, 1.8vw, 1.4rem);
  font-style: normal;
  color: #231815;
  font-weight: 500;
}
#timetable .timetable_list .timetable_list_in .timetable_ttl img {
  height: 46px;
}
#timetable .timetable_list .timetable_list_in .timetable_ttl.flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
#timetable .timetable_list .timetable_list_in .timetable_ttl_logo {
  width: 118px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #timetable .timetable_list .timetable_list_in .timetable_ttl_logo {
    width: 96px;
    height: auto;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_ttl_logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#timetable .timetable_list .timetable_list_in .timetable_ttl_logo.sp-on {
  display: none;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_ttl_logo.sp-on {
    display: inline-flex !important;
    margin-bottom: 8px;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_ttl_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#timetable .timetable_list .timetable_list_in .timetable_ttl_content span {
  font-size: clamp(2rem, 1.8vw, 2.3rem);
  font-weight: bold;
  line-height: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  #timetable .timetable_list .timetable_list_in .timetable_ttl_content .sp-br {
    width: 67%;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_ttl_content i {
  font-size: clamp(1.4rem, 1.8vw, 1.4rem);
  font-style: normal;
  color: #231815;
  font-weight: 500;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  #timetable .timetable_list .timetable_list_in .timetable_ttl_content i {
    max-width: 100%;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_content {
  margin-top: 20px;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_content {
    margin-top: 23px;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_box {
  padding: 24px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_box {
    gap: 0;
    padding: 16px;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_box .timetable_koen {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  top: -24px;
  right: 0px;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
}
@media screen and (max-width: 1200px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_box .timetable_koen {
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_box .timetable_koen {
    margin-bottom: 16px;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_box .timetable_koen span {
  width: 100px;
  height: 34px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_box .timetable_koen span {
    font-size: 16px;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_box .timetable_koen span.nomal {
  background: linear-gradient(90deg, #0054a7 0%, #38bdf8 100%);
}
#timetable .timetable_list .timetable_list_in .timetable_list_flex {
  display: flex;
  gap: 25px 25px;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_flex {
    display: flex;
    align-items: center;
    gap: 25px 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_flex.no-speaker {
    display: none;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_flex.no-speaker .timetable_list_box_l {
  display: none;
}
#timetable .timetable_list .timetable_list_in .timetable_list_flex .timetable_list_box_l {
  width: 142px;
  height: 142px;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_flex .timetable_list_box_l {
    width: 80px;
    height: 80px;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_flex .timetable_list_box_l button {
  position: relative;
}
#timetable .timetable_list .timetable_list_in .timetable_list_flex .timetable_list_box_l button::before {
  content: "＋";
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #0054a7 0%, #38bdf8 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100vmax;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_flex .timetable_list_box_l button::before {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_flex .timetable_list_box_l img {
  width: 100%;
  max-width: 142px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_flex .timetable_list_box_l img {
    max-width: 80px;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_flex .timetable_list_box_r {
  flex: 1;
}
@media screen and (min-width: 769px) {
  #timetable .timetable_list .timetable_list_in .timetable_list_box_sp {
    display: none;
  }
}
#timetable .timetable_list .timetable_list_in .timetable_list_box_sp {
  display: flex;
  padding: 24px;
  background: #fff;
}
#timetable .timetable_list .timetable_list_in .timetable_list_box_sp .timetable_list_box_l {
  width: 40%;
}
#timetable .timetable_list .timetable_list_in .timetable_list_box_sp .timetable_list_box_l img {
  width: 100%;
  max-width: 142px;
  height: auto;
}
#timetable .timetable_list .timetable_list_in .timetable_list_box_sp .timetable_list_box_r {
  flex: 1;
}
@media screen and (min-width: 769px) {
  #timetable .accordion {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #timetable .accordion {
    padding-top: 25px;
  }
}
#timetable .accordion {
  text-align: center;
}
#timetable .accordion .more_info {
  padding: 0px 38px 9px 16px;
  display: inline-block;
  position: relative;
  font-size: clamp(1.6rem, 1.3vw, 1.6rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #317fcd;
}
#timetable .accordion .more_info::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #317fcd;
  position: absolute;
  right: 19px;
  top: -10px;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
#timetable .accordion .more_info::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #317fcd;
  position: absolute;
  right: 12px;
  top: -10px;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
#timetable .accordion .more_info.is-active::before {
  transform: rotate(90deg);
}
#timetable .accordion .more_info.is-active::after {
  transform: rotate(-180deg);
  height: 1px;
}
@media screen and (min-width: 769px) {
  #timetable .accordion .contents p {
    padding: 0px 0px 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  #timetable .accordion .contents p {
    padding: 0px 0px 15px 0px;
  }
}
#timetable .accordion .contents p {
  font-size: clamp(1.6rem, 1.5vw, 1.6rem);
  text-align: left;
  line-height: 1.6;
}
#timetable .coming_soon {
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 1.5vw, 1.6rem);
  line-height: 1.4;
}
#timetable .coming_soon span {
  margin-bottom: 8px;
  display: block;
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* モーダル表示状態 */
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* モーダルの中身*/
@media screen and (min-width: 769px) {
  .modal-content {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 15px;
  }
}
.modal-content {
  background: #fff;
  border-radius: 10px;
  width: 80vw;
  max-width: 900px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .modal-content .close-btn {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .modal-content .close-btn {
    width: 44px;
    height: 44px;
  }
}
.modal-content .close-btn {
  background: #0054a7;
  border-radius: 100vh;
  float: right;
  text-align: center;
  font-size: clamp(2.4rem, 2vw, 2.4rem);
  color: #fff;
}
.modal-content .modal_ttl {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.modal-content .modal_ttl span {
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.modal-content .modal_ttl i {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .modal-content .modal_flex {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modal-content .modal_flex {
    gap: 20px;
    flex-direction: column;
  }
}
.modal-content .modal_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modal-content .modal_flex .modal_flex_l {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .modal-content .modal_flex .modal_flex_l {
    width: 65%;
    margin: 0 auto;
  }
}
.modal-content .modal_flex .modal_flex_l img {
  width: 100%;
  height: auto;
}
.modal-content .modal_flex .modal_flex_r {
  flex: 1;
}
.modal-content .modal_flex .modal_flex_r .modal_name {
  margin-bottom: 15px;
  font-size: clamp(2.4rem, 2vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
}
.modal-content .modal_flex .modal_flex_r .modal_name span {
  display: block;
  font-size: clamp(1.6rem, 2vw, 1.6rem);
}
.modal-content .modal_flex .modal_flex_r .modal_text {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.6;
}

/* アニメーション*/
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* --------------------------------------------
#benefit
-------------------------------------------- */
#benefit {
  background-color: #231815;
  background-image: url(../img/bg_benefit.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #benefit {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #benefit {
    background-size: 214%;
  }
}
#benefit .tt .jp {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #benefit .benefit_list {
    flex-direction: column;
  }
}
#benefit .benefit_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4%;
}
@media screen and (min-width: 769px) {
  #benefit .benefit_list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #benefit .benefit_list li {
    width: 86%;
    margin: 0 auto 30px;
  }
}
#benefit .benefit_list li {
  padding: 10px;
}
#benefit .benefit_list li .benefit_list_in {
  padding: 36px　12px;
  gap: 15px;
  min-height: 388px;
}
@media screen and (max-width: 768px) {
  #benefit .benefit_list li .benefit_list_in {
    padding: 20px;
    gap: 5px;
  }
}
#benefit .benefit_list li .benefit_list_in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #benefit .benefit_list li .benefit_list_in img {
    max-width: 220px;
    height: 194px;
  }
}
@media screen and (max-width: 768px) {
  #benefit .benefit_list li .benefit_list_in img {
    max-width: 180px;
    max-height: 194px;
  }
}
#benefit .benefit_list li .benefit_list_in .benefit_label {
  padding: 0 2px;
  font-size: clamp(2rem, 1.6vw, 2rem);
  font-weight: 500;
  background: linear-gradient(transparent 75%, #ffff00 75%);
  letter-spacing: 1px;
}
#benefit .benefit_list li .benefit_list_in .benefit_label strong {
  display: inline-block;
}
#benefit .benefit_list li .benefit_list_in .benefit_label span {
  margin-left: 3px;
  font-size: clamp(3rem, 3vw, 4rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  vertical-align: -2px;
}
#benefit .benefit_list li .benefit_list_in .benefit_text {
  text-align: center;
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  font-weight: 700;
  letter-spacing: 1px;
}
#benefit .benefit_list li .benefit_list_in .benefit_text span {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: clamp(1.5rem, 1.3vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  #benefit .benefit_info {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  #benefit .benefit_info {
    margin-top: 5px;
  }
}
#benefit .benefit_info {
  margin-top: 45px;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1.6;
  color: #fff;
}

/* --------------------------------------------
#privacy
-------------------------------------------- */
@media screen and (min-width: 769px) {
  #privacy h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #privacy h2 {
    margin-bottom: 30px;
  }
}
#privacy h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #privacy .txt p {
    margin-bottom: 30px;
  }
  #privacy .txt p:last-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #privacy .txt p {
    margin-bottom: 15px;
  }
}
#privacy .txt p {
  font-size: clamp(1.6rem, 2vw, 1.6rem);
  line-height: 1.6;
}
#privacy ul.detail li {
  display: flex;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #privacy ul.detail li {
    align-items: center;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  #privacy ul.detail li {
    flex-direction: column;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  #privacy ul.detail li span {
    width: 39%;
  }
}
#privacy ul.detail li span {
  padding: 10px 15px 10px 15px;
  display: block;
  border-right: 1px solid #f8f8f8;
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  #privacy ul.detail li a {
    padding: 10px 15px 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  #privacy ul.detail li a {
    background: #e6eef7;
    padding: 18px 12px 18px 12px;
  }
}
#privacy ul.detail li a {
  flex: 1;
  display: block;
  color: #0054a7;
  text-decoration: underline;
  font-size: clamp(1.6rem, 1.4vw, 1.6rem);
}
#privacy ul.detail li a:hover {
  text-decoration: none;
}

/* --------------------------------------------
footer
-------------------------------------------- */
.footer {
  width: calc(100% - 328px);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  box-sizing: border-box;
  flex: auto 0 0;
}
@media screen and (max-width: 1280px) {
  .footer {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    width: 100%;
  }
}
.footer-copyright {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-copyright span {
  font-size: 14px;
  color: #ffffff;
}

/* --------------------------------------------
privacypolicy
-------------------------------------------- */
.sharoushi-banpaku2026-privacypolicy {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 32px 24px 40px;
  background: #ffffff;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy {
    padding: 24px 40px 120px;
    height: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.sharoushi-banpaku2026-privacypolicy-inr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy-inr {
    max-width: 900px;
    gap: 40px;
  }
}
.sharoushi-banpaku2026-privacypolicy-logo {
  width: auto;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sharoushi-banpaku2026-privacypolicy-logo img {
  width: -moz-fit-content;
  width: fit-content;
}
.sharoushi-banpaku2026-privacypolicy-title {
  width: 100%;
  font-size: 24px;
  line-height: 1;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy-title {
    font-size: 32px;
    padding: 0 0 0;
  }
}
.sharoushi-banpaku2026-privacypolicy-title span {
  border-bottom: 1px solid #e84709;
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.sharoushi-banpaku2026-privacypolicy-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy-text {
    font-size: 16px;
    padding: 0 0;
  }
}
.sharoushi-banpaku2026-privacypolicy dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy dl {
    gap: 12px;
  }
}
.sharoushi-banpaku2026-privacypolicy dl div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy dl div {
    gap: 8px;
    flex-direction: row;
  }
}
.sharoushi-banpaku2026-privacypolicy dl dt,
.sharoushi-banpaku2026-privacypolicy dl dd {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy dl dt,
  .sharoushi-banpaku2026-privacypolicy dl dd {
    font-size: 14px;
  }
}
.sharoushi-banpaku2026-privacypolicy dl dt {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  flex: auto 0 0;
}
.sharoushi-banpaku2026-privacypolicy dl dt:before {
  content: "・";
}
.sharoushi-banpaku2026-privacypolicy dl dt:after {
  content: "：";
}
.sharoushi-banpaku2026-privacypolicy dl dd {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.sharoushi-banpaku2026-privacypolicy dl dd a {
  color: #0975f3;
  text-decoration: underline;
}
.sharoushi-banpaku2026-privacypolicy dl dd a:hover {
  opacity: 0.8;
}

@media (min-width: 981px) {
  .hamburger_logo {
    display: none;
  }
}
.hamburger_logo {
  position: fixed;
  width: 100%;
  top: -6px;
  padding: 16px 0;
  height: 40px;
  padding-left: 10px;
  background: #f7f7f7;
}
.hamburger_logo img {
  width: 160px;
  height: auto;
}

@media (min-width: 769px) {
  .timetable_logo {
    position: absolute;
    top: 56px;
    width: 195px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .timetable_logo {
    position: absolute;
    top: 47px;
    width: 105px;
    right: 9px;
  }
}

.pickup_benefit img {
  max-width: 180px;
}

.tt_sub_title {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.pu_sub_title {
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
}

.pu_logo_pc {
  width: 169px;
  position: absolute;
  right: 25px;
  top: 33px;
}

.pu_logo_sp {
  width: 130px;
  position: absolute;
  left: 41%;
  top: -20px;
}

.privacy_role {
  background: #fff;
  padding: 14px 13px 1px 22px;
}
@media (min-width: 769px) {
  .privacy_role {
    margin-top: -22px;
  }
}

.row-9 p span {
  font-size: 12px;
  font-weight: 400;
  color: #132130;
  letter-spacing: 1px;
  line-height: 1.6;
}
.row-9 p span a {
  color: #e94709;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */