@charset "UTF-8";
:root {
  --base-color: #fff;
  --font-color: #111;
  --color-sky: #0091ff;
  --color-blue: #1940a5;
  --color-green: #009316;
  --color-pink: #ff28b4;
  --color-black: #111;
  --color-yellow: #ffe600;
  --color-darkgray: #707070;
  --color-gray: #f6f6f6;
  --lh-125: 1.25;
  --lh-14: 1.4;
  --lh-15: 1.5;
  --lh-16: 1.6;
  --lh-18: 1.8;
}

/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
      font:inherit;
      font-family:inherit;
      */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input,
textarea {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

:root {
  --scrollbar: 17px;
}

html {
  font-size: calc((100vw - var(--scrollbar)) / 1440 * 10 / 1920 * 1620);
  /* ハードウェアアクセラレーションを有効化 */
  /* アニメーションの最適化 */
  /*-ブレイクポイント1920px-*/
  /*-ブレイクポイント1620px-*/
  /*-ブレイクポイント1440px-*/
  /*-ブレイクポイント1300px-*/
  /*-ブレイクポイント767px-*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 70.3125%;
  }
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 10);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
textarea {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

picture {
  display: block;
}

dialog {
  padding: 0;
  border: none;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  color: var(--font-color);
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

a {
  color: var(--font-color);
}

/*button:focus-visible{outline: thin dotted #333;}*/
* {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: var(--base-color);
  color: var(--font-color);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-feature-settings: "palt";
}

.svg_symbol {
  display: none;
}

.br-pc {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.none {
  display: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.bb {
  border-bottom: 1px solid #d9d9d9;
}

sub {
  vertical-align: sub !important;
  font-size: 50%;
}

sup {
  vertical-align: super !important;
  font-size: 50%;
}

.txt-mail::after {
  content: "@";
}

.red01 {
  color: #ff0000;
}

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

/* ------------------------------------------------------------

404ページ

------------------------------------------------------------ */
.page-404 .content {
  padding: 8rem 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-404 .content {
    padding: 8rem 2rem;
  }
}
.page-404 .content > p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 4.8rem;
}
@media (hover: hover) {
  .page-404 .content .c-button:hover svg {
    translate: -0.3rem -50%;
  }
}
.page-404 .content .c-button svg {
  width: 1.8rem;
  height: 1.4rem;
  right: auto;
  left: 3rem;
  scale: -1 1;
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.c-btn {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.6rem 2.4rem 1.6rem 4rem;
  border-radius: 10rem;
  border: 2px solid var(--font-color);
  background: var(--base-color);
  box-shadow: 0 6px 0 0 var(--color-darkgray);
}
@media (hover: hover) {
  .c-btn:hover {
    box-shadow: none;
    translate: 0 0.4rem;
  }
}
.c-btn img {
  width: 2.4rem;
  height: 2.4rem;
}
.c-btn span {
  font-weight: 700;
  line-height: var(--lh-125);
}
.c-btn svg {
  flex: none;
  margin-inline-start: auto;
  width: 2rem;
  height: 2rem;
}
.c-btn.line {
  background: #f3fff3;
}
.c-btn.line svg {
  fill: var(--color-green);
}
.c-btn.mail {
  background: #f3f7ff;
}
.c-btn.mail svg {
  fill: var(--color-blue);
}
.c-btn.tel {
  background: #fff3fd;
}
.c-btn.tel svg {
  fill: var(--color-pink);
}
.c-btn.center {
  width: 36rem;
  margin-inline: auto;
  padding: 1.6rem 2.4rem 1.6rem 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-btn.center {
    width: 32rem;
    padding: 1.6rem 2.4rem 1.6rem 8rem;
  }
}

/* ------------------------------------------------------------

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.heading01.white {
  color: var(--base-color);
}
.heading01.white .heading01__en {
  color: var(--base-color);
  border-bottom: 1px solid #fff;
}
.heading01__en {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5rem 0.3rem;
  border-bottom: 1px solid #37474f;
  color: var(--font-color);
}
.heading01__sub {
  font-size: 2rem;
  line-height: 1.8;
}
.heading01 h2 {
  font-size: 2.8rem;
  line-height: 1.7857142857;
}

.h2-title,
.h3-title,
.h4-title,
.h5-title {
  font-weight: 700;
  line-height: 1.6;
}

.h2-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  font-size: 2.6rem;
  text-align: center;
}
.h2-title::after {
  content: "";
  display: block;
  margin-inline: auto;
  width: 8rem;
  height: 0.2rem;
  background: #0097a7;
}

.h3-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 2.4rem;
}
.h3-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.9rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMzUiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDMzNSA1Ij4NCiAgPGcgaWQ9IuOCsOODq+ODvOODl18xNzcxNiIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTc3MTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzU3IDEwMDA0KSI+DQogICAgPHBhdGggaWQ9Iue3ml8yMzQ4OCIgZGF0YS1uYW1lPSLnt5ogMjM0ODgiIGQ9Ik0xNTkuNS41SDB2LTFIMTU5LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzU3IC0xMDAwMS41KSIgZmlsbD0iI2NjNDgwOCIvPg0KICAgIDxwYXRoIGlkPSLnt5pfMjM0ODciIGRhdGEtbmFtZT0i57eaIDIzNDg3IiBkPSJNMTU5LjUuNUgwdi0xSDE1OS41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjUzMi41IC0xMDAwMS41KSIgZmlsbD0iI2NjNDgwOCIvPg0KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMzkzMjAiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM5MzIwIiB3aWR0aD0iNSIgaGVpZ2h0PSI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNTIyIC0xMDAwNCkiIGZpbGw9IiNjYzQ4MDgiLz4NCiAgPC9nPg0KPC9zdmc+DQo=") no-repeat center center/100%;
}

.h4-title {
  display: flex;
  gap: 1rem;
  font-size: 2.2rem;
}
.h4-title::before {
  flex: none;
  content: "";
  display: block;
  width: 0.5rem;
  margin: 0.5rem 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjUiIGhlaWdodD0iNjgiIHZpZXdCb3g9IjAgMCA2LjUgNjgiPg0KICA8ZyBpZD0i44Kw44Or44O844OXXzE3NzE3IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNzcxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNTQuMjUgLTE2MDQuNSkiPg0KICAgIDxwYXRoIGlkPSLnt5pfMjM0NzYiIGRhdGEtbmFtZT0i57eaIDIzNDc2IiBkPSJNLjc1LDY4SC0uNzVWMEguNzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzU1IDE2MDQuNSkiIGZpbGw9IiNjYzQ4MDgiLz4NCiAgICA8cGF0aCBpZD0i57eaXzIzNDc4IiBkYXRhLW5hbWU9Iue3miAyMzQ3OCIgZD0iTS43NSw2OEgtLjc1VjBILjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM2MCAxNjA0LjUpIiBmaWxsPSIjY2M0ODA4Ii8+DQogIDwvZz4NCjwvc3ZnPg0K");
  background-size: 100%;
}

.h5-title {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  font-size: 2rem;
}
.h5-title::before {
  content: "";
  flex: none;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #0097a7;
  margin-top: 1.3rem;
}

/* ------------------------------------------------------------

メニューコンポーネント

------------------------------------------------------------ */
.c-menu {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-height: 770px) {
  .c-menu {
    gap: 3.2rem;
  }
}
.c-menu__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-height: 770px) {
  .c-menu__list {
    gap: 2.4rem;
  }
}
.c-menu__list li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (hover: hover) {
  .c-menu__list li a:hover {
    color: var(--color-sky);
  }
  .c-menu__list li a:hover svg {
    background: var(--color-sky);
  }
}
.c-menu__list li a svg {
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.6rem;
  flex: none;
  fill: var(--base-color);
  background: var(--color-black);
  border-radius: 50%;
}
.c-menu__list li a span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
.c-menu__btns {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/* ------------------------------------------------------------

Loop

------------------------------------------------------------ */
.c-loopItems {
  background: var(--base-color);
  overflow: hidden;
}
.c-loopItems__image {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-black);
}
.c-loopItems__image:first-child {
  border-top: 1px solid var(--color-black);
}
.c-loopItems__image .images {
  display: flex;
  align-items: center;
  width: 250rem;
  flex-shrink: 0;
}
.c-loopItems__image .images__item {
  width: 10%;
  padding: 1.5rem 0.75rem;
  background: var(--base-color);
  box-sizing: content-box;
}
.c-loopItems__image .images__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.4rem;
}
.c-loopItems__text {
  background: var(--base-color);
  padding: 1.4rem 0 1.3rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-black);
}
.c-loopItems__text .textBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 285rem;
  flex-shrink: 0;
}
.c-loopItems__text .textBox span {
  display: block;
  width: 10%;
  font-size: 1.25rem;
  line-height: var(--lh-18);
}
.c-loopItems__text .textBox img {
  margin: auto 10px;
}
.c-loopItems__mascot {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-black);
  background: var(--base-color);
}
.c-loopItems__mascot .item {
  width: 120rem;
  height: 4rem;
  flex-shrink: 0;
}
.c-loopItems__mascot .item img {
  width: 100%;
  height: 100%;
}
.c-loopItems__mascot.reverse .item img {
  transform: scaleX(-1);
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.c-cta {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-cta__btns {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-cta__title {
  font-size: 2.4rem;
  line-height: var(--lh-15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}
.c-cta__title::before {
  content: "";
  display: inline-block;
  width: 3.4rem;
  height: 1.3rem;
  background: url(../images/img_cta01.svg) no-repeat center/contain;
  position: absolute;
  top: -1rem;
  left: 12.5rem;
}
.c-cta__title::after {
  content: "";
  display: inline-block;
  width: 24rem;
  height: 1rem;
  background: url(../images/img_cta02.svg) no-repeat center/contain;
}

/* ------------------------------------------------------------

Header

------------------------------------------------------------ */
.header {
  width: 100%;
  height: 7.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2rem;
  border-bottom: 1px solid var(--color-black);
  background: var(--base-color);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
.header__logo {
  width: 18.4rem;
}
.header__logo a {
  display: block;
}
.header__logo a img {
  width: 100%;
  height: auto;
}
.header .menuButton {
  display: none;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 100%;
  background: var(--base-color);
  opacity: 1;
  cursor: pointer;
  transition: background 0.4s, filter 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header .menuButton {
    display: flex;
  }
}
.header .menuButton .border {
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  background: var(--color-black);
  transition: transform 0.4s, opacity 0.4s;
}
.header .menuButton .border:nth-child(1) {
  transform: translateY(-0.3rem);
}
.header .menuButton .border:nth-child(2) {
  transform: translateY(0.3rem);
}
.header .menuButton.active .border:nth-child(1) {
  transform: rotate(25deg);
}
.header .menuButton.active .border:nth-child(2) {
  transform: rotate(-25deg);
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
.footer {
  background: var(--base-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.6rem;
  overflow: hidden;
  padding-bottom: 4.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer {
    gap: 3.2rem;
    padding-bottom: 2.2rem;
  }
}
.footer .c-loopItems__mascot {
  border: none;
}
.footer__logo {
  width: 24rem;
}
.footer__logo a {
  display: block;
}
.footer__logo a img {
  width: 100%;
  height: auto;
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0 4.4rem;
  counter-reset: footnote;
  margin-top: -3rem;
}
.footer__text p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: var(--lh-15);
  display: flex;
  gap: 1.2rem;
}
.footer__text p::before {
  counter-increment: footnote;
  content: "※" counter(footnote);
}

/* ------------------------------------------------------------

PCのみの記述

------------------------------------------------------------ */
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    display: flex;
    flex-direction: column;
    background: url(../images/bg_type01.svg) repeat center/12rem;
  }
}

.pc-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content {
    display: none;
    height: unset;
  }
}
.pc-content__menu {
  width: 48rem;
  padding: 4rem 8rem 5.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  background: var(--base-color);
}
@media (max-height: 770px) {
  .pc-content__menu {
    gap: 3.2rem;
  }
}
.pc-content__menu .c-menu {
  width: 32rem;
}
.pc-content__logo {
  width: 32rem;
}
.pc-content__logo a {
  display: block;
  width: 24rem;
}
.pc-content__logo a img {
  width: 100%;
  height: auto;
}
.pc-content__image {
  flex: 1;
}
.pc-content__image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

/* ------------------------------------------------------------

メインコンテンツ

------------------------------------------------------------ */
.allContent {
  width: 50rem;
  background: url(../images/bg_type01.svg) repeat center/12rem;
  margin-inline: auto 15.9722222222%;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    display: contents;
  }
}

/* ------------------------------------------------------------

ドロワーメニュー

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.6rem;
  width: 100%;
  height: calc(100dvh - 7.5rem);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease;
  visibility: hidden;
  background: url(../images/bg_type01.svg) repeat center/12rem;
  padding: 4.8rem 4rem 5.6rem;
}
.drawerMenu.active {
  opacity: 1;
  visibility: visible;
}
.drawerMenu .c-menu {
  width: 100%;
  height: auto;
  display: flex;
}

/* ------------------------------------------------------------

モーダル

------------------------------------------------------------ */
.js-modal {
  opacity: 0;
  translate: 0 3rem;
}
.js-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.js-modal[open] {
  display: block;
  animation: slideUp 0.3s ease-out forwards;
}
.js-modal[open]::backdrop {
  opacity: 1;
}
.js-modal.closing {
  animation: slideDown 0.2s ease-in forwards;
}
.js-modal.closing::backdrop {
  opacity: 0;
}

@keyframes slideUp {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes slideDown {
  from {
    opacity: 1;
    translate: 0 0;
  }
  to {
    opacity: 0;
    translate: 0 3rem;
  }
}
/* ------------------------------------------------------------

アニメーション

------------------------------------------------------------ */
.slide-left {
  animation: slide-left 37s linear infinite;
}
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80%);
  }
}

.slide-right {
  animation: slide-right 37s linear infinite;
}
@keyframes slide-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */
@media screen and (orientation: portrait) and (max-width: 767px) {
  main {
    margin-top: 5.6rem;
  }
}

.fv__content {
  background: var(--base-color);
  position: relative;
  z-index: 0;
}
.fv__title {
  position: absolute;
  top: 7.5rem;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .fv__title {
    top: 7.5rem;
  }
}
.fv__title h1 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: var(--lh-125);
  margin-inline-start: 3rem;
  font-feature-settings: normal;
  margin-bottom: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .fv__title h1 {
    font-size: 3.8rem;
    margin-inline-start: 2rem;
  }
}
.fv__title h1.v02 {
  font-size: 4rem;
  line-height: var(--lh-125);
  margin-inline-start: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .fv__title h1.v02 {
    font-size: 3rem;
    margin-inline-start: 2rem;
  }
}
.fv__title h1.v02 .firstline {
  padding-bottom: 0.1rem;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}
.fv__title h1.v02 .secondline {
  display: inline-block;
  padding: 0.5rem 1.75rem;
  font-size: 2.8rem;
  font-weight: 500;
  background: linear-gradient(transparent 65%, #ffcfef 0%);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .fv__title h1.v02 .secondline {
    font-size: 2rem;
    padding: 0.5rem 1.25rem;
    margin-inline-start: 1.25rem;
  }
}
.fv__title p {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.fv__title p span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1rem 0.85rem 3.4rem;
  color: var(--base-color);
  font-weight: 500;
  line-height: var(--lh-125);
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0 0.2rem 0.2rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .fv__title p span {
    padding: 0.4rem 1rem 0.6rem 2rem;
  }
}
.fv__title p .v02 {
  font-size: 2.5rem;
  font-weight: 500;
  padding: 1rem 1.25rem 1.1rem 3.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .fv__title p .v02 {
    font-size: 2rem;
    padding: 0.75rem 0.8rem 0.9rem 2rem;
  }
}
.fv__image {
  width: 74%;
  margin-inline-start: auto;
  position: relative;
}
.fv__image img {
  width: 100%;
  height: auto;
}
.fv__image figcaption {
  position: absolute;
  bottom: 1.5rem;
  left: -10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .fv__image figcaption {
    left: -8rem;
  }
}
.fv__image figcaption .fvCompany {
  font-size: 1rem;
  font-weight: 700;
  line-height: var(--lh-1);
}
.fv__image figcaption .fvName {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.fv__image figcaption .fvName .small {
  font-size: 1rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
.fv__image figcaption .fvName .large {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: var(--lh-15);
}

.cta-1 {
  padding: 5.6rem 3rem 26.8rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-1 {
    padding: 5.6rem 2rem 26.8rem;
  }
}
.cta-1__video video {
  width: 100%;
  height: auto;
}
.cta-1 .c-cta {
  padding: 0 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-1 .c-cta {
    padding: 0 2rem;
  }
}

.about {
  background: var(--color-gray);
  padding-bottom: 8rem;
}
.about__text {
  position: relative;
  top: -12rem;
  padding: 5.6rem 4rem 4rem 4rem;
  border-radius: 2.4rem;
  border: 8px solid var(--color-darkgray);
  background: var(--base-color);
  width: 42rem;
  margin-inline: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .about__text {
    padding: 5.6rem 2rem 4rem 2rem;
    width: 34rem;
  }
}
.about__text h2 {
  color: var(--base-color);
  font-size: 2.4rem;
  font-weight: 700;
  width: 34rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  background: #222;
  text-align: center;
  position: absolute;
  top: -4.2rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .about__text h2 {
    width: 28rem;
  }
}
.about__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.about__desc p {
  font-size: 1.5rem;
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.about__content .unit {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem;
  background: var(--base-color);
  border-radius: 0 2.4rem 2.4rem 0;
  width: 44rem;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .about__content .unit {
    width: 34rem;
    padding: 2.4rem;
  }
}
.about__content .unit:nth-child(even) {
  align-self: flex-end;
  border-radius: 2.4rem 0 0 2.4rem;
}
.about__content .unit:nth-child(even) .unit__icon {
  left: -4.4rem;
}
.about__content .unit__image img {
  width: 100%;
  height: auto;
}
.about__content .unit__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.about__content .unit__desc p {
  font-size: 1.5rem;
}
.about__content .unit__icon {
  position: absolute;
  bottom: -3rem;
  right: -4.4rem;
  width: 10rem;
  z-index: 1;
}

.closingsInfo {
  padding: 6rem 3.2rem;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .closingsInfo {
    padding: 6rem 2.4rem;
  }
}
.closingsInfo h2 {
  width: 38.8rem;
  padding: 0.2rem 2.4rem;
  border-radius: 0.8rem;
  background: #222;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--base-color);
  text-align: center;
  line-height: var(--lh-15);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .closingsInfo h2 {
    width: 80%;
  }
}
.closingsInfo__content {
  width: 43.6rem;
  margin-inline: auto;
  margin-top: -2rem;
  padding: 4.8rem 2.4rem 3.2rem;
  border-radius: 1.6rem;
  border: 3px solid #222;
  background: var(--base-color);
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .closingsInfo__content {
    width: 100%;
  }
}
.closingsInfo__content ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  line-height: var(--lh-15);
}

.problem {
  background: var(--color-darkgray);
  padding: 4rem 3.2rem 5.6rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .problem {
    padding: 8rem 2.4rem 5.6rem;
  }
}
.problem::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4rem;
  background: var(--color-darkgray);
  clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 10%, 0 0);
  position: absolute;
  bottom: -3.8rem;
  left: 0;
  z-index: 1;
}
.problem h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--base-color);
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .problem h2 {
    font-size: 2.4rem;
  }
}
.problem h2::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -2.5rem;
  left: 15.2rem;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .problem h2::before {
    left: 11.2rem;
  }
}
.problem h2 span {
  font-size: 4rem;
  color: var(--color-yellow);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .problem h2 span {
    font-size: 3.4rem;
  }
}
.problem ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.problem ul li {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  border-radius: 0.4rem;
  background: var(--color-gray);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .problem ul li {
    font-size: 1.6rem;
  }
}
.problem__mascot {
  width: 25rem;
  position: absolute;
  bottom: -3rem;
  right: 1.5rem;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .problem__mascot {
    width: 21rem;
    bottom: -2rem;
    right: 0.5rem;
  }
}
.problem__mascot img {
  width: 100%;
  height: auto;
}

.improvement {
  background: var(--base-color);
  padding-top: 11.5rem;
  position: relative;
  z-index: 0;
}
.improvement__image {
  width: 45rem;
  position: sticky;
  top: 3rem;
  right: 0;
  z-index: 0;
  margin-inline-start: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .improvement__image {
    top: 8rem;
    width: 88%;
  }
}
.improvement__image img {
  width: 100%;
  height: auto;
}
.improvement__title {
  width: 100%;
  height: 56rem;
  margin-top: -48rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .improvement__title {
    height: 47rem;
    margin-top: -40rem;
  }
}
.improvement__title hgroup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 3rem 3.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .improvement__title hgroup {
    padding: 0 0 2rem 2.4rem;
  }
}
.improvement__title hgroup h2,
.improvement__title hgroup p {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
.improvement__title hgroup h2 span,
.improvement__title hgroup p span {
  padding: 0.25rem 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: var(--lh-125);
  background: var(--base-color);
  border-radius: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .improvement__title hgroup h2 span,
  .improvement__title hgroup p span {
    font-size: 2rem;
  }
}
.improvement__list {
  background: var(--color-gray);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .improvement__list {
    padding: 8rem 2.4rem;
  }
}
.improvement__list ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 21.5rem;
  position: relative;
  z-index: 3;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .improvement__list ul {
    width: 18rem;
  }
}
.improvement__list ul li {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 1rem 0;
  border-radius: 0.8rem;
  border: 4px solid var(--color-black);
  background: var(--base-color);
  text-align: center;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .improvement__list ul li {
    font-size: 1.6rem;
  }
}

.cta-2 {
  padding: 6.4rem 6.3rem 25rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-2 {
    padding: 6.4rem 2.4rem 20rem;
  }
}
.cta-2__title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: var(--lh-14);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-2__title {
    font-size: 3.8rem;
  }
}
.cta-2__title span {
  color: var(--base-color);
  margin-inline-end: 0.5rem;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 0;
}
.cta-2__title span::before {
  content: "";
  display: inline-block;
  background: var(--color-black);
  position: absolute;
  inset: 1.2rem 0 0.8rem 0;
  z-index: -1;
}
.cta-2__image {
  width: 100%;
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: 1;
}
.cta-2__image img {
  width: 100%;
  height: auto;
}

.choice {
  padding: 8rem 6.5rem 0;
  background: var(--color-gray);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .choice {
    padding: 8rem 2.4rem 0;
  }
}
.choice__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 6rem;
}
.choice__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.choice__content .unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choice__content .unit__image {
  border-radius: 50%;
  border: 2.2rem solid var(--base-color);
}
.choice__content .unit__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.choice__content .unit__title {
  margin-top: -5rem;
  color: var(--base-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lh-125);
  padding: 1.4rem 1.6rem;
  border-radius: 100rem;
  background: var(--color-green);
  margin-bottom: 1.2rem;
}
.choice__content .unit__text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.choice__content .unit__text p {
  font-size: 1.5rem;
}
.choice__content .unit__text .small {
  font-size: 1rem;
}

.comparison {
  padding: 12rem 0 8rem;
  background: var(--color-gray);
}
.comparison__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 5.3rem;
}
.comparison .comparisonTable {
  width: 100%;
  position: relative;
}
.comparison .comparisonTable__icon {
  position: absolute;
  top: -4.5rem;
  left: 0;
  z-index: 1;
  width: 12.7rem;
}
.comparison .comparisonTable__icon img {
  width: 100%;
  height: auto;
}
.comparison .comparisonTable__scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  background: var(--base-color);
}
.comparison .comparisonTable__table {
  width: 68.4rem;
  border-collapse: separate;
}
.comparison .comparisonTable__row > * {
  border-right: 0.1rem solid #222;
  border-bottom: 0.1rem solid #222;
}
.comparison .comparisonTable__row > *:last-child {
  border-right: 0;
}
.comparison .comparisonTable__row--head > * {
  border-top: 0.1rem solid #222;
}
.comparison .comparisonTable__headCell {
  text-align: center;
  font-weight: 700;
  padding: 1.2rem 1.6rem;
  white-space: nowrap;
}
.comparison .comparisonTable__headCell--colRestart {
  width: 19.6rem;
}
.comparison .comparisonTable__headCell--colInhouse {
  width: 19.6rem;
}
.comparison .comparisonTable__headCell--colGeneral {
  width: 19.6rem;
}
.comparison .comparisonTable__rowLabelCell {
  font-weight: 700;
  padding: 1.2rem 1.6rem;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
}
.comparison .comparisonTable__rowLabelCell--head {
  border-right: 0.1rem solid #222;
  padding: 2rem 1.6rem;
}
.comparison .comparisonTable__cell {
  padding: 2rem 1.6rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
.comparison .comparisonTable__head th:first-child,
.comparison .comparisonTable__head td:first-child, .comparison .comparisonTable__body th:first-child,
.comparison .comparisonTable__body td:first-child {
  border-left: 0;
}
.comparison .comparisonTable .bg-black {
  background: var(--color-black);
  color: var(--base-color);
}
.comparison .comparisonTable .border-inline {
  border-inline: 0.8rem solid #222;
}
.comparison .comparisonTable .border-bottom {
  border-bottom: 0.8rem solid #222;
}

.voice {
  background: var(--color-green);
  padding: 8rem 0;
}
.voice h2 {
  color: var(--base-color);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 4rem;
}
.voice__content {
  overflow: hidden;
  display: flex;
  gap: 3.2rem;
  padding-inline: 3.2rem;
}
.voice__content .unitWrap {
  display: flex;
  flex-shrink: 0;
  gap: 3.2rem;
}
.voice__content .unit {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  width: 38.4rem;
}
.voice__content .unit__text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem 3.2rem;
  border-radius: 4rem;
  background: var(--base-color);
  position: relative;
}
.voice__content .unit__text::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  background: url(../images/icon_voice01.svg) no-repeat center/contain;
  position: absolute;
  bottom: -1.7rem;
  left: 6rem;
  z-index: 1;
}
.voice__content .unit__text p {
  font-size: 1.4rem;
  font-weight: 400;
}
.voice__content .unit__name {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.voice__content .unit__name .image {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 0.6rem solid rgba(234, 234, 234, 0.5);
}
.voice__content .unit__name .date {
  display: flex;
  flex-direction: column;
}
.voice__content .unit__name .date__category {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-green);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  padding: 0.2rem 1rem;
  border-radius: 100rem;
  background: var(--base-color);
  margin-bottom: 0.8rem;
}
.voice__content .unit__name .date__job {
  color: var(--base-color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: var(--lh-15);
}
.voice__content .unit__name .date__name {
  color: var(--base-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lh-125);
}

.ranking {
  background: var(--base-color);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ranking {
    padding: 8rem 2.4rem;
  }
}
.ranking__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 3.2rem;
}
.ranking__content {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  border: 1px solid var(--color-black);
  background: url(../images/bg_type01.svg) repeat center/12rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.ranking__content .unit:not(:last-child) a {
  border-bottom: 1px solid var(--color-black);
}
.ranking__content .unit a {
  padding: 1.6rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ranking__content .unit a {
    padding: 1.6rem 1.8rem;
    gap: 1.2rem;
  }
}
.ranking__content .unit__rank {
  font-size: 2.2rem;
  color: var(--base-color);
  font-family: Oswald;
  font-weight: 600;
  line-height: 1;
  min-width: 5.5rem;
  min-height: 3.2rem;
  display: grid;
  place-items: center;
  background: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 0.3rem 0;
}
.ranking__content .unit__image {
  width: 45%;
  border: 1px solid var(--color-black);
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ranking__content .unit__image {
    flex: none;
  }
}
.ranking__content .unit__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ranking__content .unit .date {
  display: flex;
  flex-direction: column;
}
.ranking__content .unit .date__category {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 1rem;
  border-radius: 100rem;
  border: 1px solid var(--color-black);
  background: var(--base-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ranking__content .unit .date__category {
    font-size: 1.2rem;
  }
}
.ranking__content .unit .date__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ranking__content .unit .date__name {
    font-size: 1.8rem;
  }
}
.ranking__content .unit .date__price {
  display: flex;
  align-items: center;
}
.ranking__content .unit .date__price .col {
  display: flex;
  flex-direction: column;
}
.ranking__content .unit .date__price .num {
  font-family: Oswald;
}
.ranking__content .unit .date__price .blue {
  color: var(--color-blue);
}
.ranking__content .unit .date__price .large {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ranking__content .unit .date__price .large {
    font-size: 3.8rem;
  }
}
.ranking__content .unit .date__price .medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ranking__content .unit .date__price .medium {
    font-size: 1.8rem;
  }
}
.ranking__content .unit .date__price .small {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ranking__content .unit .date__price .small {
    font-size: 1.2rem;
  }
}

.step {
  background: var(--color-gray);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .step {
    padding: 8rem 2.4rem;
  }
}
.step__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 4rem;
}
.step__content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.step__content .unit {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.9rem 2.4rem;
  border-radius: 1.6rem;
  border: 2px solid #111;
  background: #fff;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .step__content .unit {
    padding: 1.8rem 1.6rem;
  }
}
.step__content .unit:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 1.6rem;
  background: url(../images/icon_step01.svg) no-repeat center/contain;
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.step__content .unit__image {
  width: 9.6rem;
  flex-shrink: 0;
}
.step__content .unit__image img {
  width: 100%;
  height: auto;
  border-radius: 0.7rem;
}
.step__content .unit__textBox {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.step__content .unit__textBox h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
.step__content .unit__textBox p {
  font-size: 1.4rem;
}

.cta-3 {
  padding: 8rem 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-3 {
    padding: 8rem 3.4rem;
  }
}

.faq {
  background: var(--color-green);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .faq {
    padding: 8rem 2.4rem;
  }
}
.faq__title {
  color: var(--base-color);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 4rem;
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.faq__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__select button {
  width: calc((100% - 1.6rem) / 3);
  font-size: 1.8rem;
  font-weight: 700;
  height: 10rem;
  border-radius: 1.2rem;
  background: var(--base-color);
  display: grid;
  place-items: center;
  position: relative;
  opacity: 0.8;
}
.faq__select button::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1.2rem;
  background: url(../images/icon_faq01.svg) no-repeat center/contain;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  translate: -50% 50%;
  z-index: 1;
}
.faq__select button.is-active {
  opacity: 1;
}
@media (hover: hover) {
  .faq__select button:hover {
    opacity: 1;
  }
}
.faq__details {
  flex-direction: column;
  gap: 0.8rem;
  display: none;
}
.faq__details .faqItem {
  background: var(--base-color);
  border-radius: 0.8rem;
}
.faq__details .faqItem[open] .faqItem__chevron::before {
  rotate: -135deg;
  translate: 0 0.3rem;
}
.faq__details .faqItem__summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.4rem;
  padding: 1.8rem 2rem 1.8rem 1.2rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: var(--lh-15);
}
.faq__details .faqItem__summary::-webkit-details-marker {
  display: none;
}
@media (hover: hover) {
  .faq__details .faqItem__summary:hover {
    color: var(--color-sky);
  }
}
.faq__details .faqItem__icon {
  width: 2.8rem;
  height: 2.8rem;
}
.faq__details .faqItem__icon img {
  width: 100%;
  height: auto;
}
.faq__details .faqItem__chevron {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}
.faq__details .faqItem__chevron::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.2rem solid var(--color-green);
  border-top: 0;
  border-left: 0;
  rotate: 45deg;
}
.faq__details .faqItem__panel {
  padding: 1.8rem 3rem 1.8rem 1.2rem;
  font-size: 1.5rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 1.4rem;
}
.faq__details .faqItem__panel img {
  width: 2.8rem;
  height: 2.8rem;
}
.faq__details .faqItem__panel p {
  text-align: justify;
}

.externalArticle {
  background: var(--color-blue);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .externalArticle {
    padding: 8rem 2.4rem;
  }
}
.externalArticle__title {
  color: var(--base-color);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 4rem;
}
.externalArticle__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}
.externalArticle__content .unit a {
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  background: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
@media (hover: hover) {
  .externalArticle__content .unit a:hover h3 {
    color: var(--color-sky);
    text-decoration: none;
  }
  .externalArticle__content .unit a:hover svg {
    background: var(--color-sky);
  }
}
.externalArticle__content .unit__textBox {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.externalArticle__content .unit__textBox time {
  font-size: 1.4rem;
  color: #bbb;
  line-height: var(--lh-125);
}
.externalArticle__content .unit__textBox h3 {
  font-size: 1.4rem;
  line-height: var(--lh-18);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.externalArticle__content .unit svg {
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.6rem;
  flex: none;
  fill: var(--base-color);
  background: var(--color-blue);
  border-radius: 50%;
}

.cta-4__content {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.cta-4__content .bgText {
  overflow: hidden;
  display: flex;
  gap: 2.8rem;
  position: absolute;
  z-index: -1;
}
.cta-4__content .bgText.top {
  top: 0;
  left: 0;
}
.cta-4__content .bgText.bottom {
  bottom: 0;
  left: 0;
}
.cta-4__content .bgText__inner {
  width: 135rem;
  flex: none;
}
.cta-4__content .bgText__inner img {
  width: 100%;
  height: auto;
}
.cta-4__image {
  width: 42rem;
  margin-inline-start: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-4__image {
    width: 88%;
  }
}
.cta-4__image img {
  width: 100%;
  height: auto;
}
.cta-4__title {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: absolute;
  top: 8rem;
  left: 4rem;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-4__title {
    left: 2.4rem;
  }
}
.cta-4__title h2 {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.cta-4__title h2 span {
  font-size: 4rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-4__title h2 span {
    font-size: 3.4rem;
  }
}
.cta-4__title p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lh-14);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cta-4__title p {
    font-size: 1.6rem;
  }
}

.contact {
  background: var(--color-gray);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contact {
    padding: 8rem 2.4rem;
  }
}
.contact__title {
  color: var(--font-color);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 4rem;
}
.contact .form__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 3.4rem;
}
.contact .form__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact .form__item label {
  font-size: 1.8rem;
  color: var(--font-color);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.contact .form__item label span {
  padding: 0.2rem 1rem;
  border-radius: 100rem;
  background: var(--color-green);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: var(--lh-125);
  color: var(--base-color);
}
.contact .form__item input,
.contact .form__item select,
.contact .form__item textarea {
  color: var(--font-color);
  width: 100%;
  padding: 1.6rem 2.4rem;
  border-radius: 0.8rem;
  background: var(--base-color);
  border: none;
  font-size: 1.6rem;
}
.contact .form__item input::-moz-placeholder, .contact .form__item select::-moz-placeholder, .contact .form__item textarea::-moz-placeholder {
  color: #cfcfcf;
}
.contact .form__item input::placeholder,
.contact .form__item select::placeholder,
.contact .form__item textarea::placeholder {
  color: #cfcfcf;
}
.contact .form__item select {
  color: #cfcfcf;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--base-color) url(../images/icon_select.svg) no-repeat right 2.4rem center/1.2rem;
}
.contact .form__submit {
  display: flex;
  flex-direction: column;
}
.contact .form__submit label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  color: var(--base-color);
}
.contact .form__submit .c-btn {
  font-size: 2rem;
  padding: 1.6rem 2.4rem 1.6rem 13.6rem;
  margin-top: 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contact .form__submit .c-btn {
    padding: 1.6rem 2.4rem 1.6rem 12rem;
  }
}
.contact .form .wpcf7-list-item {
  margin: 0;
}

.company {
  background: var(--base-color);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .company {
    padding: 8rem 1.6rem;
  }
}
.company__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
  margin-bottom: 4rem;
}
.company__content dl {
  display: flex;
  flex-direction: column;
}
.company__content dl .item {
  display: flex;
  align-items: center;
  gap: 6.4rem;
  padding: 1.6rem 2.1rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .company__content dl .item {
    gap: 2.4rem;
    padding: 1.6rem 1.4rem;
  }
}
.company__content dl .item dt {
  min-width: 10rem;
  font-size: 1.4rem;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .company__content dl .item dt {
    font-size: 1.5rem;
  }
}
.company__content dl .item dd {
  line-height: var(--lh-125);
  font-size: 1.5rem;
}
.company__content dl .item dd a {
  text-decoration: underline;
}
@media (hover: hover) {
  .company__content dl .item dd a:hover {
    color: var(--color-sky);
    text-decoration: none;
  }
}

/* ------------------------------------------------------------
  記事一覧
------------------------------------------------------------ */
.archive {
  background: var(--base-color);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .archive {
    padding: 8rem 2.4rem;
  }
}
.archive__content {
  /* ← FlexからGridへ変更：列ズレ防止 */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 2rem;
  margin-bottom: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .archive__content {
    gap: 4rem 1.2rem;
  }
}
.archive__content .unit {
  /* 幅計算は不要（Gridが管理） */
  width: auto;
  /* 等高カード化 */
}
.archive__content .unit > a {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: 100%;
}
.archive__content .unit__image {
  /* 画像比率を固定して高さバラつき防止 */
  aspect-ratio: 16/9;
  overflow: hidden;
}
.archive__content .unit__image img {
  display: block; /* 画像の下の隙間対策 */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
.archive__content .unit__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0 0.8rem;
}
.archive__content .unit__text .category {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.2rem 1rem;
  border-radius: 100rem;
  color: var(--base-color);
  border: 1px solid var(--color-blue);
  background: var(--color-blue);
  line-height: var(--lh-125);
}
.archive__content .unit__text .name {
  line-height: var(--lh-15);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive__content .unit__text .name svg {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  border-radius: 50%;
  background: var(--base-color);
  border: 1px solid var(--color-black);
}
.archive__content .unit__price {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
}
.archive__content .unit__price dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem;
}
.archive__content .unit__price dl:not(:last-child) {
  border-bottom: 2px dotted #d9d9d9;
}
.archive__content .unit__price dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  width: 6.4rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  background: #d4d4d4;
  flex: none;
  text-align: center;
  box-sizing: content-box;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .archive__content .unit__price dl dt {
    width: 5.2rem;
    padding: 0.4rem;
  }
}
.archive__content .unit__price dl dd {
  display: flex;
  gap: 0.4rem;
}
.archive__content .unit__price dl dd .num {
  font-family: Oswald;
}
.archive__content .unit__price dl dd .large {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .archive__content .unit__price dl dd .large {
    font-size: 1.6rem;
  }
}
.archive__content .unit__price dl dd .small {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
  align-self: flex-end;
  margin-bottom: 0.4rem;
}

/* ------------------------------------------------------------

記事詳細

------------------------------------------------------------ */
.single {
  background: var(--base-color);
  padding: 8rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single {
    padding: 8rem 2.4rem;
  }
}
.single__title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2.4rem;
}
.single__title .category {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.2rem 1rem;
  border-radius: 100rem;
  color: var(--base-color);
  border: 1px solid var(--color-blue);
  background: var(--color-blue);
  line-height: var(--lh-125);
}
.single__title h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
.single .slider {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 8rem;
}
.single .slider__main {
  position: relative;
  z-index: 0;
}
.single .slider__main .navigation {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single .slider__main .navigation__button {
  cursor: pointer;
}
.single .slider__main .navigation__button.next {
  scale: -1 1;
}
.single .slider__main .image {
  background: var(--base-color);
}
.single .slider__main .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 436/327;
}
.single .slider__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}
.single .slider__thumbs .image {
  width: calc((100% - 3.2rem) / 5);
  background: #fff;
  cursor: pointer;
}
.single .slider__thumbs .image.active {
  border: 2px solid var(--color-sky);
  scale: 1.1;
}
.single .slider__thumbs .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.single__price {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  padding-bottom: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single__price {
    gap: 0;
    justify-content: space-between;
  }
}
.single__price .amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem;
}
.single__price .amount .num {
  font-family: Oswald;
}
.single__price .amount .large {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single__price .amount .large {
    font-size: 3.6rem;
  }
}
.single__price .amount .col {
  display: flex;
  flex-direction: column;
}
.single__price .amount .col .tax {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  background: var(--color-blue);
  color: var(--base-color);
  font-weight: 700;
  line-height: var(--lh-125);
  padding: 0.2rem 0.4rem;
}
.single__price .amount .col .small {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
.single__price .totalPrice {
  border-radius: 1.2rem;
  border: 2px solid var(--color-black);
  overflow: hidden;
  width: 45%;
  flex: none;
}
.single__price .totalPrice__label {
  color: var(--base-color);
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--color-black);
  padding: 0.6rem;
  text-align: center;
  line-height: var(--lh-125);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single__price .monthPrice {
    width: 50%;
  }
}
.single__price .monthPrice__label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: var(--lh-125);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single__price .monthPrice__label .num {
  font-family: Oswald;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
.single__price .monthPrice__label .small {
  font-size: 1.5rem;
}
.single__carInfo {
  display: flex;
  padding: 2.4rem 0;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 2.4rem;
}
.single__carInfo dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
  width: 33.3333333333%;
}
.single__carInfo dl:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.single__carInfo dl dt {
  font-weight: 700;
  line-height: var(--lh-125);
  text-align: center;
}
.single__carInfo dl dd {
  text-align: center;
  line-height: var(--lh-125);
}
.single__carInfo dl dd .num {
  font-family: Oswald;
  font-size: 3.2rem;
  margin-right: 0.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single__carInfo dl dd .num {
    font-size: 2.8rem;
  }
}
.single__carInfo dl dd .txt {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single__carInfo dl dd .txt {
    font-size: 2.2rem;
    padding-bottom: 0.3rem;
  }
}
.single__textBox {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #d9d9d9;
}
.single__textBox h2 {
  color: var(--color-blue);
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.single__textBox ul {
  display: flex;
  flex-direction: column;
  padding: 0 1.2rem;
}
.single__textBox ul li {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.single__textBox ul li::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-green);
  border-radius: 50%;
}
.single__textBox p {
  padding: 0 1.2rem;
}
.single__caution {
  margin-bottom: 8rem;
}
.single__caution p {
  color: var(--color-black);
  font-size: 1.4rem;
  font-weight: 400;
}
.single .c-cta {
  width: 36rem;
  margin-inline: auto;
  margin-bottom: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single .c-cta {
    width: 32rem;
  }
}
.single__btn {
  display: flex;
  justify-content: center;
}
.single__btn a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 700;
  line-height: var(--lh-125);
}
@media (hover: hover) {
  .single__btn a:hover {
    color: var(--color-sky);
  }
  .single__btn a:hover svg {
    fill: var(--color-sky);
  }
}
.single__btn a svg {
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  border-radius: 50%;
  background: var(--color-gray);
  fill: var(--color-blue);
  scale: -1 1;
}/*# sourceMappingURL=style.css.map */