@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* 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 {
  font-size: inherit;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
px -> vw
（SP時のみ使用）
*/
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #251e1c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}
a:link {
  color: #251e1c;
  cursor: pointer;
}
a:visited {
  color: #251e1c;
}
a:hover {
  color: #251e1c;
}
a:active {
  color: #251e1c;
}

a[href^=tel] {
  color: #251e1c;
}

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #251e1c;
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #251e1c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #251e1c;
}
input:placeholder-shown, textarea:placeholder-shown {
  color: #251e1c;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #251e1c;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #251e1c;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #251e1c;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #251e1c;
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #251e1c;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #251e1c;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #251e1c;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #251e1c;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #251e1c;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #251e1c;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #251e1c;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_pc_i {
    display: inline;
  }
  .u_pc_ib {
    display: inline-block;
  }
  .u_pc_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u_pc_if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u_sp {
    display: none;
  }
  .u_sp_i, .u_sp_ib, .u_sp_f, .u_sp_if {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_pc_i, .u_pc_ib, .u_pc_f, .u_pc_if {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .u_sp_i {
    display: inline;
  }
  .u_sp_ib {
    display: inline-block;
  }
  .u_sp_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u_sp_if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .u_content_size {
    padding: 0;
    margin: 0 auto;
    width: 980px;
  }
}

/* =================================
 text
================================= */
.u_txt_1 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.u_txt_2 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.u_txt_3 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
}
/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u_ta_cl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u_ta_lc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u_ta_cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_cr {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u_ta_rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_rc {
    text-align: center;
  }
}

/* =================================
 paragraph margin
================================= */
.u_paragraph + .u_paragraph {
  margin: 15px 0 0;
}

/* =================================
 hover animation
================================= */
.u_hover_1 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u_hover_1:hover {
    opacity: 0.7;
  }
}

/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 c_ttl
================================= */
.c_ttl_1 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c_ttl_1 {
    font-size: 5.3285968028vw;
    line-height: 3.9076376554vw;
    letter-spacing: 0.023em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.c_ttl_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c_ttl_2 {
    gap: 2.6642984014vw;
    margin: 0 0 8.8809946714vw;
  }
}
.c_ttl_2 .en {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c_ttl_2 .en {
    font-size: 7.1936056838vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.6642984014vw;
  }
  .c_ttl_2 .en:after {
    content: "";
    width: 4.7069271758vw;
    height: 0.0888099467vw;
    background: #231815;
  }
}
.c_ttl_2 .ja {
  font-size: 1.5rem;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c_ttl_2 .ja {
    font-size: 3.108348135vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.c_ttl_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 80px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c_ttl_3 {
    margin: 0 0 17.7619893428vw;
    gap: 1.7761989343vw;
  }
}
.c_ttl_3 .en {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.7rem;
  line-height: 44px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c_ttl_3 .en {
    font-size: 7.1936056838vw;
    line-height: 9.0586145648vw;
    gap: 1.7761989343vw;
  }
}
.c_ttl_3 .en:after {
  content: "";
  width: 53px;
  height: 1px;
  background: #241d1b;
}
@media screen and (max-width: 767px) {
  .c_ttl_3 .en:after {
    width: 4.6181172291vw;
  }
}
.c_ttl_3 .ja {
  font-size: 1.5rem;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .c_ttl_3 .ja {
    font-size: 3.108348135vw;
    line-height: 5.4174067496vw;
  }
}

/* =================================
 c_card
================================= */
.c_card_1 {
  display: -ms-grid;
  display: grid;
  gap: 0;
}
.c_card_1_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .c_card_1_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15.9857904085vw;
  }
}
@media screen and (min-width: 768px) {
  .c_card_1 {
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 4;
    grid-row: span 4;
  }
}
.c_card_1 .thumb {
  aspect-ratio: 353/413;
  width: 100%;
  overflow: hidden;
  border-radius: 45px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c_card_1 .thumb {
    border-radius: 6.21669627vw;
    margin: 0 0 4.4404973357vw;
    -webkit-box-shadow: 0.621669627vw 0.621669627vw 0.4440497336vw rgba(0, 0, 0, 0.5);
            box-shadow: 0.621669627vw 0.621669627vw 0.4440497336vw rgba(0, 0, 0, 0.5);
  }
}
.c_card_1 .thumb .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c_card_1 .ttl {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.069em;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c_card_1 .ttl {
    font-size: 6.21669627vw;
    margin: 0 0 2.6642984014vw;
    line-height: 1.5;
  }
}
.c_card_1 .txt {
  font-size: 1.5rem;
  line-height: 29px;
  letter-spacing: 0.023em;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c_card_1 .txt {
    font-size: 3.9964476021vw;
    line-height: 6.7495559503vw;
    margin: 0 0 3.5523978686vw;
  }
}

@media screen and (max-width: 767px) {
  .c_card_2 {
    -webkit-box-shadow: 0.621669627vw 0.621669627vw 0.4440497336vw rgba(0, 0, 0, 0.5);
            box-shadow: 0.621669627vw 0.621669627vw 0.4440497336vw rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .c_card_2_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
.c_card_2 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  height: 100%;
}
.c_card_2 .link:hover {
  opacity: 0.7;
}
.c_card_2 .thumb {
  aspect-ratio: 238/176;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c_card_2 .thumb .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c_card_2 .thumb .cat {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  background: #404041;
}
@media screen and (max-width: 767px) {
  .c_card_2 .thumb .cat {
    font-size: 3.6412078153vw;
  }
}
.c_card_2 .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background: #fff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c_card_2 .time {
  font-size: 1.2rem;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .c_card_2 .time {
    font-size: 3.6412078153vw;
    line-height: 6.3943161634vw;
  }
}
.c_card_2 .ttl {
  font-size: 1.6rem;
  line-height: 28px;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .c_card_2 .ttl {
    font-size: 4.0852575488vw;
    line-height: 7.1936056838vw;
  }
}
.c_card_2 .txt {
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c_card_2 .txt {
    font-size: 3.1971580817vw;
    line-height: 5.595026643vw;
  }
}
.c_card_2 .more_txt {
  text-align: right;
  font-size: 1.2rem;
  line-height: 21px;
  font-weight: 500;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .c_card_2 .more_txt {
    font-size: 3.6412078153vw;
    line-height: 6.3943161634vw;
  }
}

/* =================================
 c_btn
================================= */
.c_btn_1 {
  display: table;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid #251e1c;
  border-radius: 5px;
  padding: 3px 20px 3px 15px;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
@media screen and (max-width: 767px) {
  .c_btn_1 {
    font-size: 3.0195381883vw;
  }
}
.c_btn_1:hover {
  opacity: 0.7;
}
.c_btn_1:after {
  content: "";
  aspect-ratio: 54/2;
  width: 54px;
  background: url(../img/common/c_btn_1_obj.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -41px;
}
@media screen and (max-width: 767px) {
  .c_btn_1:after {
    width: 11.6341030195vw;
    right: -7.1047957371vw;
  }
}

.c_archive_btn {
  text-align: center;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .c_archive_btn {
    margin: 15.9857904085vw auto 0;
  }
}
.c_archive_btn__txt {
  display: table;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #251e1c;
  border-radius: 5px;
  padding: 10px 33px 10px 20px;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  background: #f5f4f2;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c_archive_btn__txt {
    font-size: 3.5523978686vw;
    padding: 0.8880994671vw 7.1047957371vw 0.8880994671vw 3.108348135vw;
  }
}
.c_archive_btn__txt:hover {
  opacity: 0.7;
}
.c_archive_btn__txt:after {
  content: "";
  aspect-ratio: 90/3;
  width: 90px;
  background: url(../img/common/c_archive_btn_obj.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -75px;
}
@media screen and (max-width: 767px) {
  .c_archive_btn__txt:after {
    aspect-ratio: 124/5;
    width: 11.0124333925vw;
    background: url(../img/common/c_btn_1_obj.svg) no-repeat center/contain;
    right: -5.3285968028vw;
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_header
================================= */
.l_header {
  height: 77px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l_header {
    height: 14.2095914742vw;
  }
}
.l_header__logo .link {
  display: block;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  width: 145px;
}
@media screen and (max-width: 767px) {
  .l_header__logo .link {
    width: 25.4884547069vw;
  }
}
.l_header__logo .link:hover {
  opacity: 0.7;
}
.l_header__logo img {
  width: 100%;
  height: auto;
}
.l_header__inr {
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l_header__inr {
    position: relative;
    z-index: 0;
    padding: 0 4.4404973357vw;
  }
}
.l_header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l_header__nav {
    display: none;
  }
}
.l_header__nav .link {
  font-size: 1.6rem;
  line-height: 40px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.l_header__nav .link:hover {
  opacity: 0.7;
}
.l_header__nav a {
  display: block;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.l_header__nav a:hover {
  opacity: 0.7;
}
.l_header__nav_instagram {
  display: none;
}
@media screen and (max-width: 767px) {
  .l_header__nav_instagram {
    display: block;
    padding-right: 10.6571936057vw;
  }
}
.l_header__nav_instagram img {
  height: auto;
  width: 7.1047957371vw;
}

/* SP MENU */
#menu-button {
  position: absolute;
  right: 3.5523978686vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.8152753108vw;
  height: 6.9271758437vw;
}
#menu-button .bar {
  width: 100%;
  height: 0.1776198934vw;
  background: #251e1c;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#menu-button .bar:before, #menu-button .bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1776198934vw;
  background: #251e1c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-button .bar:before {
  top: 0;
}
#menu-button .bar:after {
  bottom: 0;
}
.menu-open #menu-button .bar {
  background-color: transparent;
}
.menu-open #menu-button .bar:before {
  top: 3.3747779751vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-open #menu-button .bar:after {
  bottom: 3.3747779751vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l_header_sp_nav {
  display: block;
  position: fixed;
  top: 14.2095914742vw;
  height: calc(100dvh - 14.2095914742vw);
  left: 0;
  width: 100%;
  background: #036eb7;
  z-index: 100;
  overflow: auto;
  padding: 20.4262877442vw 1.7761989343vw;
  opacity: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.menu-open .l_header_sp_nav {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l_header_sp_nav {
    display: none;
  }
}
.l_header_sp_nav__logo {
  width: 49.4671403197vw;
  margin: 0 auto 15.0976909414vw;
}
.l_header_sp_nav__logo img {
  width: 100%;
  height: auto;
}
.l_header_sp_nav__item {
  text-align: center;
}
.l_header_sp_nav__item + .l_header_sp_nav__item {
  margin: 4.4404973357vw 0 0;
}
.l_header_sp_nav__item .link {
  font-size: 5.7726465364vw;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
}
.l_header_sp_nav__marine_logo {
  width: 25.2220248668vw;
  margin: 15.0976909414vw auto 0;
}
.l_header_sp_nav__marine_logo img {
  width: 100%;
  height: auto;
}

/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  font-size: 1.3rem;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l_breadcrumbs {
    display: none;
  }
}

/* =================================
 l_main_visual
================================= */
.l_main_visual_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 77px 1fr;
  grid-template-columns: 77px 1fr;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l_main_visual_top {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 8.4369449378vw;
  }
}
.l_main_visual_top__copy {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.023em;
}
@media screen and (max-width: 767px) {
  .l_main_visual_top__copy {
    color: #fff;
    display: none;
    height: 100%;
    font-size: 4.4404973357vw;
    position: absolute;
    left: 8.8809946714vw;
    z-index: 1;
    white-space: nowrap;
  }
}
.l_main_visual_top__content {
  position: relative;
}
.l_main_visual_top__movie {
  position: relative;
  width: 100%;
  height: calc(100svh - 77px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l_main_visual_top__movie {
    width: 96.4476021314vw;
    height: auto;
    aspect-ratio: 1085/2113;
    margin-left: 3.5523978686vw;
  }
}
.l_main_visual_top__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l_main_visual_top__logo {
  aspect-ratio: 313/118;
  width: 22.9136163982vw;
  position: absolute;
  top: 50%;
  left: calc(50% + 77px);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_main_visual_top__logo {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: auto;
    top: auto;
    right: 2.6642984014vw;
    bottom: 3.5523978686vw;
    width: 27.7975133215vw;
  }
}
.l_main_visual_top__logo img {
  width: 100%;
  height: auto;
}
.l_main_visual_top__scroll {
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 10px;
  -webkit-animation-name: fadeScrollOut;
          animation-name: fadeScrollOut;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .l_main_visual_top__scroll {
    width: 2.6642984014vw;
    left: 4.4404973357vw;
    bottom: 0.8880994671vw;
  }
}
.l_main_visual_top__scroll .img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes fadeScrollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(72px);
            transform: translateY(72px);
  }
}

@keyframes fadeScrollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(72px);
            transform: translateY(72px);
  }
}
/* =================================
 l_footer
================================= */
.l_footer {
  padding: 50px 20px;
  background: #1a2536;
}
@media screen and (max-width: 767px) {
  .l_footer {
    padding: 13.3214920071vw 1.7761989343vw 4.4404973357vw;
  }
}
.l_footer__logo {
  aspect-ratio: 313/119;
  width: 313px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_footer__logo {
    width: 44.404973357vw;
  }
}
.l_footer__logo .link {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.l_footer__logo .link img {
  width: 100%;
  height: auto;
}
.l_footer__logo .link:hover {
  opacity: 0.7;
}
.l_footer__produce_txt {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .l_footer__produce_txt {
    font-size: 2.6642984014vw;
  }
}
.l_footer__nav {
  margin: 30px 0 0;
}
.l_footer__nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l_footer__nav .item + .item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l_footer__nav .item + .item {
    margin-top: 2.6642984014vw;
  }
}
.l_footer__nav .link {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 23px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
  .l_footer__nav .link {
    font-size: 3.108348135vw;
    line-height: 4.4404973357vw;
  }
}
.l_footer__nav .link:hover {
  opacity: 0.7;
}
.l_footer__copy {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 23px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .l_footer__copy {
    font-size: 2.6642984014vw;
  }
}

#p_top .thoughts_sec {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #p_top .thoughts_sec {
    padding: 8.8809946714vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #p_top .thoughts_sec .c_ttl_1 {
    font-size: 3.9964476021vw;
    margin: 0 0 13.3214920071vw;
  }
}
@media screen and (min-width: 768px) {
  #p_top .thoughts_sec .c_ttl_1 {
    width: 77px;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
#p_top .thoughts_sec__cont {
  width: calc(100% - 77px);
  aspect-ratio: 1276/646;
  margin: 0 0 0 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #p_top .thoughts_sec__cont {
    width: calc(100% - 3.5523978686vw);
    margin: 0 0 0 3.5523978686vw;
    aspect-ratio: 1090/2113;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#p_top .thoughts_sec__movie {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#p_top .thoughts_sec__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#p_top .thoughts_sec__copybox {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  color: #fff;
  gap: 10px;
  padding: 0 0 0 13.17715959vw;
}
@media screen and (max-width: 767px) {
  #p_top .thoughts_sec__copybox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    gap: 7.1047957371vw;
    width: 100%;
  }
}
#p_top .thoughts_sec__copy_1 {
  font-size: 2rem;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  #p_top .thoughts_sec__copy_1 {
    font-size: 5.5062166963vw;
    line-height: 12.0781527531vw;
    margin-bottom: 5.3285968028vw;
    position: relative;
    text-align: center;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) {
  #p_top .thoughts_sec__copy_1 br {
    display: none;
  }
}
#p_top .thoughts_sec__copy_2 {
  font-size: 1.8rem;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  #p_top .thoughts_sec__copy_2 {
    font-size: 3.9964476021vw;
    line-height: 9.0586145648vw;
    text-align: center;
  }
}
#p_top .lineup_sec {
  position: relative;
  z-index: 0;
  padding: 100px 0 0;
}
#p_top .lineup_sec:before {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f5;
  z-index: -1;
  clip-path: polygon(0 21.9619326501vw, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  #p_top .lineup_sec:before {
    height: calc(100% - 48.4014209591vw);
    clip-path: polygon(0 64.8312611012vw, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  #p_top .lineup_sec {
    padding: 17.7619893428vw 0 8.8809946714vw;
  }
}
@media screen and (max-width: 767px) {
  #p_top .lineup_sec .c_ttl_1 {
    font-size: 3.5523978686vw;
    margin: 0 0 4.4404973357vw;
  }
}
@media screen and (min-width: 768px) {
  #p_top .lineup_sec .c_ttl_1 {
    width: 77px;
    position: absolute;
    left: 0;
    top: 80px;
  }
}
#p_top .lineup_sec__cont {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #p_top .lineup_sec__cont {
    width: calc(100% - 97px);
    margin: 0 20px 0 77px;
  }
}
@media screen and (max-width: 767px) {
  #p_top .lineup_sec__cont {
    padding: 0 6.21669627vw 5.3285968028vw;
    width: 100%;
    margin: 0;
  }
}
#p_top .lineup_sec__toyota_logo {
  width: 1100px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1280px) {
  #p_top .lineup_sec__toyota_logo {
    width: calc(100% - 97px);
    margin: 0 20px 30px 77px;
  }
}
@media screen and (max-width: 767px) {
  #p_top .lineup_sec__toyota_logo {
    aspect-ratio: 179/17;
    margin: 0 auto 11.5452930728vw;
    width: 32.8596802842vw;
  }
}
#p_top .lineup_sec__toyota_logo .img {
  width: 264px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #p_top .lineup_sec__toyota_logo .img {
    width: 100%;
  }
}
#p_top .used_car_sec {
  position: relative;
  z-index: 0;
  padding: 100px 0 0;
  background: #f0f3f5;
}
@media screen and (max-width: 767px) {
  #p_top .used_car_sec {
    padding: 8.8809946714vw 0;
  }
}
#p_top .used_car_sec > .ttl {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  #p_top .used_car_sec > .ttl {
    font-size: 4.4404973357vw;
    margin: 0 0 5.3285968028vw;
    line-height: 1.5;
  }
}
#p_top .used_car_sec .used_car_wrap {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #p_top .used_car_sec .used_car_wrap {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
    padding: 0 6.21669627vw;
  }
}
#p_top .used_car_sec .used_car_item .thumb {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 10px;
  position: relative;
  z-index: 0;
}
#p_top .used_car_sec .used_car_item .thumb a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  #p_top .used_car_sec .used_car_item .thumb a:hover {
    opacity: 0.7;
  }
}
#p_top .used_car_sec .used_car_item .thumb .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#p_top .used_car_sec .used_car_item .thumb .soldout {
  font-family: "Lato", sans-serif;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  width: 270px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #1a2536;
}
@media screen and (max-width: 767px) {
  #p_top .used_car_sec .used_car_item .thumb .soldout {
    font-size: 4.4404973357vw;
    width: 44.404973357vw;
    height: 10.6571936057vw;
  }
}
#p_top .used_car_sec .used_car_item .ttlbox {
  font-size: 1.8rem;
  line-height: 29px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #p_top .used_car_sec .used_car_item .ttlbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 5.3285968028vw;
    margin: 0 0 1.7761989343vw;
  }
}
@media screen and (max-width: 767px) {
  #p_top .used_car_sec .used_car_item .ttlbox .price {
    font-size: 4.4404973357vw;
  }
}
#p_top .used_car_sec .used_car_item .cont {
  font-size: 1.5rem;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  #p_top .used_car_sec .used_car_item .cont {
    font-size: 3.5523978686vw;
  }
}
#p_top .used_car_sec .used_car_sec_foot_read {
  text-align: center;
  font-size: 1.8rem;
  line-height: 31.5px;
  font-weight: 500;
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #p_top .used_car_sec .used_car_sec_foot_read {
    font-size: 4.2628774423vw;
    margin: 8.8809946714vw 0 0;
  }
}
#p_top .news_sec {
  padding: 100px 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #p_top .news_sec {
    padding: 8.8809946714vw 0;
    overflow: hidden;
  }
}
#p_top .news_sec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #p_top .news_sec:before {
    height: calc(100% - 26.6429840142vw);
    clip-path: polygon(0 44.404973357vw, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 768px) {
  #p_top .news_sec .c_ttl_2 {
    width: 77px;
    position: absolute;
    left: 0;
    top: 100px;
  }
}
#p_top .news_sec__cont {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #p_top .news_sec__cont {
    width: calc(100% - 97px);
    margin: 0 20px 0 77px;
  }
}
@media screen and (max-width: 767px) {
  #p_top .news_sec__cont {
    padding: 0 0 5.3285968028vw;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #p_top .news_sec__cont_slider {
    padding: 0 6.21669627vw 0 6.21669627vw;
  }
}
#p_top .news_sec__archive_btn {
  max-width: 1140px;
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #p_top .news_sec__archive_btn {
    margin: 4.4404973357vw 0 0;
    padding: 0 6.21669627vw;
  }
}
#p_top .news_sec__archive_btn .link {
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  padding: 10px 40px;
  border: 1px solid #0071bc;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #p_top .news_sec__archive_btn .link {
    font-size: 3.1971580817vw;
    padding: 2.6642984014vw 9.7690941385vw;
  }
}
#p_top .news_sec__archive_btn .link:hover {
  opacity: 0.7;
}
#p_top .news_sec .swiper-slide {
  height: auto;
}
#p_top .news_sec .swiper-pagination {
  position: static;
}
#p_top .news_sec .swiper-pagination-bullet {
  width: 3.6412078153vw;
  height: 3.6412078153vw;
}
#p_top .topics_sec {
  padding: 100px 0 120px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #p_top .topics_sec {
    padding: 21.3143872114vw 6.21669627vw 20.4262877442vw;
  }
}
#p_top .topics_sec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #p_top .topics_sec:before {
    height: calc(100% - 50.621669627vw);
    clip-path: polygon(0 44.404973357vw, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 768px) {
  #p_top .topics_sec .c_ttl_2 {
    width: 77px;
    position: absolute;
    left: 0;
    top: 100px;
  }
}
#p_top .topics_sec__cont {
  width: 1100px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #p_top .topics_sec__cont {
    width: calc(100% - 97px);
    margin: 0 20px 0 77px;
  }
}
@media screen and (max-width: 767px) {
  #p_top .topics_sec__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15.0976909414vw;
    width: 100%;
    margin: 0;
  }
}
#p_top .topics_sec__item .link {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
#p_top .topics_sec__item .link:hover {
  opacity: 0.7;
}
#p_top .topics_sec__item .thumb {
  aspect-ratio: 539/560;
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
  position: relative;
  z-index: 0;
}
#p_top .topics_sec__item .thumb.dummy:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #p_top .topics_sec__item .thumb {
    aspect-ratio: 975/1160;
    width: 100%;
    border-radius: 5.3285968028vw;
    -webkit-box-shadow: 0.621669627vw 0.621669627vw 0.4440497336vw rgba(0, 0, 0, 0.5);
            box-shadow: 0.621669627vw 0.621669627vw 0.4440497336vw rgba(0, 0, 0, 0.5);
  }
}
#p_top .topics_sec__item .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#p_top .topics_sec__item .thumb .coming_soon {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#p_top .topics_sec__item .ttl {
  font-size: 1.7rem;
  line-height: 27px;
  margin: 0 0 5px 15px;
}
@media screen and (max-width: 767px) {
  #p_top .topics_sec__item .ttl {
    font-size: 4.8845470693vw;
    margin: 0 0 1.7761989343vw;
  }
}
#p_top .topics_sec__item .txt {
  font-size: 1.5rem;
  line-height: 18px;
  margin: 0 0 0 32px;
}
@media screen and (max-width: 767px) {
  #p_top .topics_sec__item .txt {
    font-size: 3.9964476021vw;
    line-height: 3.730017762vw;
    margin: 0 0 0 4.8845470693vw;
  }
}
#p_top .link_sec {
  padding: 0 0 200px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #p_top .link_sec {
    padding: 0 6.21669627vw 26.6429840142vw;
  }
}
#p_top .link_sec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f5;
  z-index: -1;
}
#p_top .link_sec__cont {
  width: 1100px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #p_top .link_sec__cont {
    width: calc(100% - 97px);
    margin: 0 20px 0 77px;
  }
}
@media screen and (max-width: 767px) {
  #p_top .link_sec__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15.0976909414vw;
    width: 100%;
    margin: 0;
  }
}
#p_top .link_sec__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#p_top .link_sec__title {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #p_top .link_sec__title {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
#p_top .link_sec__text {
  font-size: 18px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  #p_top .link_sec__text {
    font-size: 13px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  #p_top .link_sec__button {
    width: 265px;
  }
}
#p_top .link_sec__button.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #p_top .link_sec__button.sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #p_top .link_sec__button.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #p_top .link_sec__button img {
    height: auto;
    width: 100%;
  }
}
#p_top .link_sec__button a {
  display: block;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
#p_top .link_sec__button a:hover {
  opacity: 0.7;
}

#p_topics .l_content {
  padding: 50px 0 120px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #p_topics .l_content {
    padding: 9.7690941385vw 0 27.9751332149vw;
  }
}
#p_topics .l_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #p_topics .l_content:before {
    height: calc(100% - 29.7513321492vw);
    clip-path: polygon(0 43.5168738899vw, 100% 0%, 100% 100%, 0% 100%);
  }
}
#p_topics .sec_1 {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #p_topics .sec_1 {
    padding: 0 6.21669627vw;
  }
}
#p_topics .sec_1__cont {
  max-width: 1100px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #p_topics .sec_1__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15.0976909414vw;
    width: 100%;
    margin: 0;
  }
}
#p_topics .sec_1__item .link {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
#p_topics .sec_1__item .link:hover {
  opacity: 0.7;
}
#p_topics .sec_1__item .thumb {
  aspect-ratio: 539/560;
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  #p_topics .sec_1__item .thumb {
    aspect-ratio: 975/1160;
    width: 100%;
    border-radius: 5.3285968028vw;
    -webkit-box-shadow: 0.621669627vw 0.621669627vw 0.4440497336vw rgba(0, 0, 0, 0.5);
            box-shadow: 0.621669627vw 0.621669627vw 0.4440497336vw rgba(0, 0, 0, 0.5);
  }
}
#p_topics .sec_1__item .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#p_topics .sec_1__item .ttl {
  font-size: 1.7rem;
  line-height: 27px;
  font-weight: 500;
  margin: 0 0 5px 15px;
}
@media screen and (max-width: 767px) {
  #p_topics .sec_1__item .ttl {
    font-size: 3.5523978686vw;
    margin: 0 0 0.4440497336vw;
  }
}
#p_topics .sec_1__item .txt {
  font-size: 1.5rem;
  line-height: 18px;
  margin: 0 0 0 32px;
}
@media screen and (max-width: 767px) {
  #p_topics .sec_1__item .txt {
    font-size: 3.108348135vw;
    line-height: 3.730017762vw;
    margin: 0 0 0 3.108348135vw;
  }
}

#p_news .l_content {
  padding: 50px 0 120px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #p_news .l_content {
    padding: 9.7690941385vw 0 27.9751332149vw;
  }
}
#p_news .l_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #p_news .l_content:before {
    height: calc(100% - 29.7513321492vw);
    clip-path: polygon(0 43.5168738899vw, 100% 0%, 100% 100%, 0% 100%);
  }
}
#p_news .sec_1 {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #p_news .sec_1 {
    padding: 0 6.21669627vw;
  }
}
@media screen and (max-width: 767px) {
  #p_news .c_card_2_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14.2095914742vw;
  }
}

#p_news_single .l_content {
  padding: 50px 0 120px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #p_news_single .l_content {
    padding: 9.7690941385vw 0 27.9751332149vw;
  }
}
#p_news_single .l_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f5;
  z-index: -1;
}
#p_news_single .news_single_body {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #p_news_single .news_single_body {
    padding: 0 6.21669627vw;
  }
}
#p_news_single .news_single_body img {
  max-width: 100%;
  height: auto;
}
#p_news_single .news_single_body .ttl {
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #p_news_single .news_single_body .ttl {
    font-size: 4.4404973357vw;
    line-height: 7.8152753108vw;
    margin: 0 0 1.3321492007vw;
  }
}
#p_news_single .news_single_body .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #p_news_single .news_single_body .cat {
    margin: 0 0 5.3285968028vw;
  }
}
#p_news_single .news_single_body .cat a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  padding: 0 10px;
  background: #404041;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
@media screen and (max-width: 767px) {
  #p_news_single .news_single_body .cat a {
    font-size: 3.108348135vw;
    height: 5.0621669627vw;
    padding: 0 5.3285968028vw;
  }
}
#p_news_single .news_single_body .cat a:hover {
  opacity: 0.7;
}
#p_news_single .news_single_body .detail {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #p_news_single .news_single_body .detail {
    padding: 5.3285968028vw 0 0;
  }
}
#p_news_single .news_single_body .detail p {
  font-size: 1.5rem;
  line-height: 26px;
}
#p_news_single .news_single_body .detail .inner > * + * {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #p_news_single .news_single_body .detail .inner > * + * {
    margin: 5.3285968028vw 0 0;
  }
}

#p_topics_single .l_content {
  padding: 50px 0 120px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #p_topics_single .l_content {
    padding: 9.7690941385vw 0 27.9751332149vw;
  }
}
#p_topics_single .l_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f5;
  z-index: -1;
}
#p_topics_single .p_topics_single_body {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body {
    padding: 0 6.21669627vw;
  }
}
#p_topics_single .p_topics_single_body .head_box {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 737px 70px 1fr;
  grid-template-columns: 737px 1fr;
  gap: 70px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .head_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4.4404973357vw;
    margin: 0 auto 7.1047957371vw;
  }
}
#p_topics_single .p_topics_single_body .head_box .thumb {
  aspect-ratio: 737/663;
  overflow: hidden;
}
#p_topics_single .p_topics_single_body .head_box .thumb .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#p_topics_single .p_topics_single_body .head_box .ttl {
  font-size: 2.5rem;
  line-height: 36px;
  letter-spacing: 0.069em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #1a2536;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .head_box .ttl {
    font-size: 4.4404973357vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.4440497336vw;
  }
}
#p_topics_single .p_topics_single_body .head_box .ttl:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #1a2536;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .head_box .ttl:before {
    width: 3.1971580817vw;
    height: 3.1971580817vw;
  }
}
#p_topics_single .p_topics_single_body .sec1 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
#p_topics_single .p_topics_single_body .sec1 .ttl {
  font-size: 2.5rem;
  line-height: 36px;
  letter-spacing: 0.069em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #1a2536;
  gap: 5px;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .sec1 .ttl {
    font-size: 4.4404973357vw;
    line-height: 7.1047957371vw;
    font-weight: bold;
    margin: 0 0 4.4404973357vw;
  }
}
#p_topics_single .p_topics_single_body .sec1 .ttl:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #1a2536;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .sec1 .ttl:before {
    display: none;
  }
}
#p_topics_single .p_topics_single_body .sec1 .detail {
  padding: 0 0 0 27px;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .sec1 .detail {
    padding: 0;
  }
}
#p_topics_single .p_topics_single_body .sec1 .txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .sec1 .txt {
    font-size: 3.9964476021vw;
    line-height: 6.6607460036vw;
  }
}
#p_topics_single .p_topics_single_body .sec1 .txt.mt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .sec1 .txt.mt {
    margin-top: 1em;
  }
}
#p_topics_single .p_topics_single_body .sec1 .txt a {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
#p_topics_single .p_topics_single_body .sec1 .txt a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .topic_list > .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 8.8809946714vw;
    gap: 1.3321492007vw;
    font-weight: bold;
  }
  #p_topics_single .p_topics_single_body .topic_list > .ttl .num {
    font-size: 6.21669627vw;
    line-height: 6.7495559503vw;
  }
  #p_topics_single .p_topics_single_body .topic_list > .ttl .txt {
    font-size: 4.4404973357vw;
    line-height: 3.5523978686vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .topic_list > .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: bold;
    gap: 10px;
  }
  #p_topics_single .p_topics_single_body .topic_list > .ttl .num {
    font-size: 48px;
    line-height: 76px;
    margin-left: 0.3em;
  }
  #p_topics_single .p_topics_single_body .topic_list > .ttl .txt {
    font-size: 23px;
    line-height: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
#p_topics_single .p_topics_single_body .topic_merit {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .topic_merit {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .topic_merit {
    -ms-grid-columns: auto 20px 1fr;
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .topic_merit .merit_lists {
    margin-top: 100px;
  }
}
#p_topics_single .p_topics_single_body .merit_lists .list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .merit_lists .list {
    -ms-grid-columns: auto 30px 1fr;
    grid-template-columns: auto 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .merit_lists .list + .list {
    margin-top: 8.8809946714vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .merit_lists .list + .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .merit_lists .list .num {
    font-size: 4.4404973357vw;
    line-height: 4.4404973357vw;
    font-weight: bold;
    margin: 0 0 3.5523978686vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .merit_lists .list .num {
    font-size: 25px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .merit_lists .list .detail {
    font-size: 3.9964476021vw;
    line-height: 6.21669627vw;
    padding: 0 0 0 4.4404973357vw;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .merit_lists .list .detail {
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .merit_lists .list .detail .mt {
    margin-top: 3.5523978686vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .merit_lists .list .detail .mt {
    margin-top: 30px;
  }
}
#p_topics_single .p_topics_single_body .topic_flow {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .topic_flow {
    margin-top: 15.0976909414vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .topic_flow {
    -ms-grid-columns: auto 110px 1fr;
    grid-template-columns: auto 1fr;
    gap: 110px;
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .topic_flow .content {
    margin-top: 100px;
  }
}
#p_topics_single .p_topics_single_body .topic_flow .anchor_box {
  color: #0d2034;
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .topic_flow .anchor_box {
    font-size: 1.8rem;
    line-height: 52px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .topic_flow .anchor_box {
    font-weight: 300;
    padding-left: 14.2095914742vw;
    font-size: 3.9964476021vw;
    line-height: 7.9928952043vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .topic_flow .anchor_box .ttl {
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 40px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .topic_flow .anchor_box .ttl {
    margin-bottom: 3.5523978686vw;
  }
}
#p_topics_single .p_topics_single_body .topic_flow .anchor_box .lists li {
  counter-increment: anchor_num;
}
#p_topics_single .p_topics_single_body .topic_flow .anchor_box .lists li:before {
  content: "0" counter(anchor_num) ".";
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists {
    margin-top: 8.8809946714vw;
    margin-inline: -1.7761989343vw;
  }
}
#p_topics_single .p_topics_single_body .flow_lists .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list {
    gap: 6.21669627vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list {
    gap: 75px;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list + .list {
    margin-top: 8.8809946714vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list + .list {
    margin-top: 80px;
  }
}
#p_topics_single .p_topics_single_body .flow_lists .list .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p_topics_single .p_topics_single_body .flow_lists .list .ttl .num {
  color: #0d2034;
  font-weight: bold;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .ttl .num {
    font-size: 3rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .ttl .num {
    font-size: 4.4404973357vw;
  }
}
#p_topics_single .p_topics_single_body .flow_lists .list .ttl .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  background: #0d2034;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .ttl .txt {
    font-size: 2rem;
    font-weight: bold;
    width: 47px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .ttl .txt {
    font-size: 3.3747779751vw;
    font-weight: bold;
    width: 8.6145648313vw;
    padding: 2.2202486679vw 0;
  }
}
#p_topics_single .p_topics_single_body .flow_lists .list .cont {
  color: #0d2034;
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .cont {
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: 500;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .cont {
    font-size: 3.9964476021vw;
    line-height: 6.6607460036vw;
    margin-top: 3.5523978686vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .cont .mt {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .cont .mt {
    margin-top: 2.6642984014vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .cont .note {
    font-size: 1.2rem;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}
#p_topics_single .p_topics_single_body .flow_lists .list .detail_box {
  border: 1px solid #231815;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .detail_box {
    margin-top: 50px;
    margin-left: -20px;
    padding: 20px;
    max-width: 565px;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .detail_box {
    padding: 2.6642984014vw 1.3321492007vw 2.2202486679vw 2.2202486679vw;
    margin-left: -1.7761989343vw;
    margin-top: 7.1047957371vw;
  }
}
#p_topics_single .p_topics_single_body .flow_lists .list .detail_box_ttl {
  position: absolute;
  top: -0.8em;
  background: #f0f3f5;
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .detail_box_ttl {
    top: -1em;
    left: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .detail_box_ttl {
    left: 0vw;
    padding: 0 0.8880994671vw 0 1.7761989343vw;
  }
}
@media screen and (min-width: 768px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .detail_box_txt._pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#p_topics_single .p_topics_single_body .flow_lists .list .detail_box_inr {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  #p_topics_single .p_topics_single_body .flow_lists .list .detail_box_inr {
    gap: 0.8880994671vw;
  }
}
#p_topics_single .p_topics_single_body .flow_lists .list .detail_box_inr .vertical_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#p_topics_single .p_topics_single_body .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#p_topics_single .p_topics_single_body .note:before {
  content: "※";
}
#p_topics_single .p_topics_single_body .dot_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#p_topics_single .p_topics_single_body .dot_list li:before {
  content: "・";
}

.p-used {
  background: #f0f3f5;
}
@media screen and (max-width: 767px) {
  .p-used {
    padding: 0 25px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-used {
    padding-top: 95px;
  }
}
@media screen and (min-width: 768px) {
  .p-used .p-used-inner {
    margin-inline: auto;
    width: 1100px;
  }
}
.p-used .p-used-image {
  margin-bottom: 20px;
}
.p-used .p-used-image img {
  height: auto;
  width: 100%;
}
.p-used .p-used-heading {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-used .p-used-heading {
    font-size: 23px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-used .p-used-heading {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-used .p-used-text {
    font-size: 3.2859680284vw;
    line-height: 2.17;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-used .p-used-text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 18px;
  }
}