@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/* 769～1200 */
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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

section,
article,
aside,
hgroup,
header,
footer,
main,
nav,
dialog,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b,
strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

a {
  /* color: #fff; */
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:visited {
  color: inherit;
}

html {
  font-size: clamp(10px, 3.7333333333vw, 16px);
  min-height: 100vh;
  height: -webkit-fill-available;
}

html body {
  width: 100%;
  color: #202020;
  font-family: "Noto Sans JP", Sans-serif;
  font-weight: 400;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1rem;
  }
}

@media print,
screen and (min-width: 1300px) {
  html body {
    min-width: 1200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  html body {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  html body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 367px) {
  html body {
    min-width: 320px;
  }
}

* {
  color: #2a4285;
  box-sizing: border-box;
  word-break: break-all;
}

*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover {
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a img,
a i {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover_alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Sans-serif;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  min-width: 240px;
  border: 1px solid #fff;
  background: #fff;
  height: 64px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #e9e9e9;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  select,
  textarea {
    font-size: 1.2rem;
  }

  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: "ARCADE_N", sans-serif;
  src: url("../font/ARCADE_N.woff") format("woff");
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}

html {
  color: #202020;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: "NotoSansJP-Regular", "NotoSansJP", "Noto Sans JP", Sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  ::i-block-chrome,
  body {
    font-feature-settings: "pkna";
  }
}

section {
  background: #fff;
  font-size: clamp(10px, 1.3888888889vw, 15px);
}

section .sec__inner:has(.cta_trigger) {
  position: relative;
}

section .sec__inner:has(.cta_trigger) .cta_trigger {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}

header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px #ddd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
}

header .__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 77.7777777778%;
  margin: auto;
  gap: 40px;
}

.header_keycta {
  width: 25%;
}

header .__inner .header_logo {
  display: block;
  width: 6.5972222222vw;
}

header .__inner ul {
  display: flex;
  width: 49%;
  margin: 12px 0 12px auto;
}

header .__inner ul li {
  width: 50%;
}

@media screen and (max-width: 749px) {
  header .__inner {
    width: 94%;
    margin: 0 0 0 auto;
    gap: 8px;
  }

  header .__inner .header_logo {
    width: 17.3333333333vw;
  }

  header .__inner ul {
    width: 77vw;
  }
}

.fv {
  position: relative;
}

.fv ul {
  position: absolute;
  bottom: 2.5vw;
  left: 50%;
  translate: -50% 0;
  width: 73.4722222222%;
  height: clamp(60px, 9.375vw, 135px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 2;
  -moz-column-gap: 3%;
  column-gap: 3%;
}

.fv ul li {
  width: 50%;
  height: auto;
}

.fv ul li.menu {
  width: 47%;
}

.fv ul li.mail {
  width: 45%;
}

.fv ul li a {
  display: block;
}

@media screen and (max-width: 749px) {
  .fv ul {
    flex-direction: column-reverse;
    width: 95%;
    bottom: 18vw;
  }

  .fv ul li.menu {
    width: 100%;
  }

  .fv ul li.mail {
    width: 96%;
  }
}

.cta {
  position: relative;
}

.cta ul {
  position: absolute;
  bottom: 9vw;
  left: 50%;
  translate: -50% 0;
  width: 73.4722222222%;
  height: clamp(60px, 9.375vw, 135px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 2;
  -moz-column-gap: 3%;
  column-gap: 3%;
}

.cta ul li {
  width: 50%;
  height: auto;
}

.cta ul li.menu {
  width: 47%;
}

.cta ul li.mail {
  width: 45%;
}

.cta ul li a {
  display: block;
}

@media screen and (max-width: 749px) {
  .cta ul {
    flex-direction: column-reverse;
    width: 85%;
    bottom: 28vw;
  }

  .cta ul li.menu {
    width: 100%;
  }

  .cta ul li.mail {
    width: 96%;
  }
}

.comparison {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .comparison {
    padding-bottom: 3rem;
  }

  .comparison .main_cnt {
    overflow: hidden;
    padding: 0 0 0 1.142857rem;
  }

  .comparison .main_cnt .table__wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .comparison .main_cnt .table__wrap::-webkit-scrollbar {
    width: 12px;
    /* スクロールバーの幅 */
    height: 10px;
  }

  .comparison .main_cnt .table__wrap::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 6px;
  }

  .comparison .main_cnt .table__wrap::-webkit-scrollbar-thumb {
    background-color: #ffde5e;
    border-radius: 6px;
    border: 1px solid #fff;
  }

  .comparison .main_cnt .table__wrap .__inner {
    width: 151.4666666667vw;
  }

  .comparison .main_cnt .table__wrap .__inner img {
    padding-bottom: 3rem;
  }

  .comparison p {
    font-size: 0.934rem;
    font-weight: bold;
    padding-top: 1em;
    text-align: center;
  }
}

.passion {
  background: url(../img/sec_07_passion_bg.jpg);
  padding-bottom: 8em;
}

.passion .txt__wrap {
  position: relative;
  width: 77.7777777778%;
  margin: auto;
}

.passion .txt__wrap .short {
  display: block;
}

.passion .txt__wrap .all {
  display: none;
}

.passion .txt__wrap:has(:checked) .short {
  display: none;
}

.passion .txt__wrap:has(:checked) .all {
  display: block;
}

.passion .txt__wrap input {
  opacity: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 5vw;
  translate: -50% 0;
  width: 25vw;
  height: 3.5vw;
  cursor: pointer;
  background: #999;
}

@media screen and (max-width: 749px) {
  .passion .txt__wrap input {
    width: 50vw;
    height: 10vw;
  }
}

.faq {
  padding-bottom: 10rem;
}

.faq .sec__inner {
  position: relative;
  padding-bottom: 5em;
}

.faq .faq_container {
  width: 77.7777777778vw;
  padding: 0 1.142857rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.7142857rem;
  position: relative;
  overflow: hidden;
  position: relative;
}

.faq .faq_container .hidden__wrap {
  display: none;
}

.faq .faq_container h4.wrap_title {
  text-align: center;
  font-size: clamp(20px, 1.8055555556vw, 26px);
  margin-bottom: 1em;
  color: #000;
  font-weight: bold;
}

.faq .faq_container li {
  position: relative;
  margin-bottom: 1em;
}

.faq .faq_container li label {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.faq .faq_container li label input {
  display: none;
}

.faq .faq_container li .question {
  display: block;
}

.faq .faq_container li .answer {
  display: none;
}

.faq .faq_container li:has(:checked) .question {
  display: none;
}

.faq .faq_container li:has(:checked) .answer {
  display: block;
}

@media screen and (max-width: 760px) {
  .faq .faq_container {
    width: 100% !important;
  }
}

.faq label:has(.faq_trigger) {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4em;
  border: 1px solid #000;
  width: clamp(225px, 23.8194444444vw, 343px);
  height: 48px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  z-index: 2;
}

.faq label:has(.faq_trigger) span {
  color: #000;
}

.faq label:has(.faq_trigger) input {
  display: none;
}

.faq label:has(.faq_trigger) .open {
  display: block;
}

.faq label:has(.faq_trigger) .close {
  display: none;
}

.faq label:has(.faq_trigger:checked) .open {
  display: none;
}

.faq label:has(.faq_trigger:checked) .close {
  display: block;
}

.faq:has(.faq_trigger:checked) .faq_container .hidden__wrap {
  display: block;
}

.faq .faq_elem {
  padding: 1.7142857rem 1.148257rem;
  border: 1px solid #ddd;
  border-radius: 0.5714rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.7142857rem;
  color: #2a4285;
  text-align: justify;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}

.faq .faq_elem .question {
  width: 100%;
  padding: 0 2em 0 1.616em;
  font-size: 1.4285714em;
  line-height: 1.25;
  position: relative;
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.faq .faq_elem .question:hover {
  background-color: #f1f1f1;
}

.faq .faq_elem .question::before {
  content: "Q";
  font-size: 1.2em;
  line-height: 1;
  color: #38b6ff;
  position: absolute;
  top: -0.05em;
  left: 0;
}

.faq .faq_elem .question::after {
  content: "＋";
  font-size: 1.2em;
  position: absolute;
  top: -0.1em;
  right: 0.2em;
}

.faq .faq_elem .answer {
  display: none;
  font-size: 1.1428571429em;
  line-height: 1.375;
  padding-left: 2.125em;
  position: relative;
  overflow: hidden;
}

.faq .faq_elem .answer::before {
  content: "A";
  font-size: 1.5em;
  color: #fd8900;
  position: absolute;
  top: -0.05em;
  left: 0.05em;
  line-height: 1;
}

.faq .faq_elem.open .question::after {
  content: "−";
}

.faq .faq_elem.open .answer {
  display: block;
}

footer {
  padding: clamp(24px, 2.7777777778vw, 40px) 0 clamp(8px, 1.1111111111vw, 16px);
  background: #5f5f5f;
}

footer * {
  color: #fff;
}

footer img {
  display: block;
  width: clamp(79px, 8.1944444444vw, 118px);
  margin: 0 auto clamp(20px, 9.0909090909vw, 40px);
}

footer p {
  text-align: center;
  font-size: 16px;
}

.bg_white {
  background-color: #fff;
}

.cta_trigger {
  width: clamp(200px, 91.4666666667vw, 500px);
  margin: auto;
}

.cta_trigger a:hover {
  transition: all 0.6 ease-in-out;
  opacity: 0.5;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */

.cta__wrap img {
  height: auto;
  object-fit: contain;
}

.cta__wrap .mail img {
  padding-bottom: 5px;
}