@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global 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 {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  font-size: clamp(15px, 15px + 5 * (100vw - 767px) / 673, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body#thanks {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body#thanks #container {
  margin-top: 50px;
}
body#thanks .btn {
  margin-top: 50px;
}
body#thanks .btn a {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30rem;
}
body#thanks #footer {
  margin-top: 50px;
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

.main-left,
.main-right {
  position: fixed;
  min-width: calc((100% - 375px) / 2);
  width: calc((100% - 375px) / 2);
  max-width: calc((100% - 375px) / 2);
  background: #d7f1ff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-left,
  .main-right {
    display: none;
  }
}
@media (max-width: 750px) {
  .main-left,
  .main-right {
    display: none;
  }
}

.main-left {
  margin: 0 auto 0 0;
  height: 100vh;
}
.main-left .img {
  position: relative;
}
.main-left .img .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25%;
  max-width: 400px;
}
.main-left .btn-box {
  margin: 2% 0 0 10%;
  text-align: center;
  width: 90%;
  padding: 20px 0;
}
.main-left .btn-box .btn-flex {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.main-left .btn-box .btn-flex .btn-cn a img {
  max-width: 50px;
  width: 100%;
}
.main-left .btn-fixed {
  width: 100%;
  max-width: calc((100% - 375px) / 2);
  background: url(../img/fixed-bg.jpg) no-repeat center center/cover;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  box-sizing: border-box;
}

.main-right {
  right: 0;
  height: 100vh;
  background: #f0f0f0;
}
.main-right .box {
  position: relative;
  right: 0%;
  margin: 0 auto;
  top: 10%;
  max-width: 270px;
}
.main-right .box h1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.main-right .box nav {
  margin-top: 40px;
}
.main-right .box nav ul li {
  margin-bottom: 20px;
}
.main-right .box nav ul li a {
  color: #595757;
  font-size: 16px;
  font-weight: bold;
}

.main-center {
  max-width: 375px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}

header.tab-sp {
  position: fixed;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
}
header.tab-sp .inner {
  width: 92%;
  margin: 0 auto;
}
header.tab-sp .flex {
  justify-content: space-between;
}
header.tab-sp .flex .logo {
  max-width: 131px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header.tab-sp .flex .logo {
    max-width: 262px;
  }
}
header.tab-sp .flex .btn {
  max-width: 113px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header.tab-sp .flex .btn {
    max-width: 226px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #mv {
    padding-top: 90px;
  }
}
@media (max-width: 750px) {
  #mv {
    padding-top: 55px;
  }
}

#number {
  position: relative;
  z-index: 3;
}

#recommendation {
  position: relative;
  z-index: 1;
  margin-top: -56px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recommendation {
    margin-top: -113px;
  }
}
@media (max-width: 750px) {
  #recommendation {
    margin-top: -62px;
  }
}

.cta {
  padding: 15px 0;
}
.cta .btn {
  width: 90%;
  margin: 0 auto 30px;
}

#recommendation {
  position: relative;
  z-index: 2;
}

#experience {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #experience {
    margin-top: -100px;
  }
}

#experience .img {
  position: relative;
  z-index: 2;
}
#experience ul.tab-list {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 19%;
}
#experience ul.tab-list li.tab-item {
  /*&.active {
  }*/
}
#experience ul.tab-list li.tab-item:hover {
  cursor: pointer;
}
#experience ul.content-list {
  position: relative;
  z-index: 1;
  margin-top: -84px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #experience ul.content-list {
    margin-top: -175px;
  }
}
#experience ul.content-list li.content-item {
  display: none;
  position: relative;
}
#experience ul.content-list li.content-item.show {
  display: block;
}
#experience ul.content-list li.content-item .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 4%;
  width: 90%;
}
#experience ul.content-list li.content-item #btn-technology {
  bottom: 3%;
}

#dailyflow {
  position: relative;
  z-index: 2;
  margin-top: -84px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #dailyflow {
    margin-top: -175px;
  }
}

#faq {
  background: #f0f0f0;
  padding: 60px 0;
}
#faq h2 {
  max-width: 186px;
}
#faq .inner {
  max-width: 346px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #faq .inner {
    max-width: 90%;
  }
}
#faq #acmenu {
  margin-top: 30px;
}
#faq #acmenu dt,
#faq #acmenu dd {
  background: #fff;
}
#faq #acmenu dt {
  display: block;
  cursor: pointer;
  padding: 10px;
  position: relative;
  padding: 20px 23px 20px 22px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 6px;
  color: #595757;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #faq #acmenu dt {
    font-size: 30px;
  }
}
#faq #acmenu dt::before {
  position: absolute;
  content: "";
  border-right: 1px solid #d74274;
  right: 4%;
  top: 46%;
  width: 15px;
  height: 15px;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #faq #acmenu dt::before {
    right: 3%;
    top: 50px;
  }
}
#faq #acmenu dt:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #d74274;
  right: 2%;
  top: 35%;
  width: 15px;
  height: 15px;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #faq #acmenu dt:after {
    top: 42px;
  }
}
#faq #acmenu dt.open {
  margin-bottom: 0;
}
#faq #acmenu dt.open::before {
  transform: rotate(180deg) scaleY(0);
  opacity: 0;
}
#faq #acmenu dt span {
  font-family: "Jost", sans-serif;
  color: #d74274;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #faq #acmenu dt span {
    font-size: 40px;
  }
}
#faq #acmenu dd {
  background: #fff;
  display: none;
  margin: 0 auto 30px;
  padding: 15px 20px 25px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  color: #595757;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #faq #acmenu dd {
    font-size: 28px;
  }
}
#faq #acmenu dd::before {
  position: absolute;
  content: "";
  border-top: 1px solid #f7f7f7;
  width: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -15px;
  height: 1px;
  display: block;
}

.form {
  padding: 65px 0 50px;
  background: linear-gradient(to bottom, #fff 0, #fff 325px, #f0f0f0 435px, #f0f0f0 100%);
}
.form .inner {
  max-width: 346px;
  margin: 0 auto;
  background: #fff;
  padding: 0 20px 40px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form .inner {
    max-width: 90%;
  }
}
.form h2 {
  max-width: 155px;
}
.form .txt {
  margin: 50px auto;
  font-size: 16px;
  color: #595757;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form .txt {
    font-size: 32px;
  }
}
.form #mailformpro table.mailform {
  width: 100%;
  padding: 10px;
}
.form #mailformpro table.mailform tr:first-child th {
  margin-top: 30px;
}
.form #mailformpro table.mailform th,
.form #mailformpro table.mailform td {
  display: block;
  width: 100%;
}
.form #mailformpro table.mailform th.mfp {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #595757;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form #mailformpro table.mailform th.mfp {
    font-size: 30px;
  }
}
.form #mailformpro table.mailform td.mfp input,
.form #mailformpro table.mailform td.mfp textarea {
  border: 1px solid #eaedf2;
  padding: 15px;
  box-sizing: border-box;
  background: #fcfcfc;
  font-size: 16px;
  color: #595757;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form #mailformpro table.mailform td.mfp input,
  .form #mailformpro table.mailform td.mfp textarea {
    font-size: 20px;
  }
}
.form #mailformpro table.mailform td.mfp input[type=name],
.form #mailformpro table.mailform td.mfp input[type=email],
.form #mailformpro table.mailform td.mfp input[type=text] {
  width: 97% !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.form #mailformpro table.mailform td.mfp input[type=radio] {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  margin-right: 10px !important;
  padding: 7px !important;
  position: relative !important;
  cursor: pointer !important;
  vertical-align: middle !important;
}
.form #mailformpro table.mailform td.mfp input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: #d74274;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.form #mailformpro table.mailform td.mfp input[type=radio]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.form #mailformpro table.mailform td.mfp label {
  font-size: 14px;
  font-weight: 600;
  color: #595757;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form #mailformpro table.mailform td.mfp label {
    font-size: 28px;
  }
}
.form #mailformpro table.mailform td.mfp textarea {
  width: 97%;
}
.form #mailformpro input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px !important;
  height: 19px;
  border: 2px solid #000;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px; /* ← SVGが少し小さめに収まるように */
}
.form #mailformpro input[type=checkbox]:checked {
  position: relative;
}
.form #mailformpro input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  background-image: url("../img/form-deco.svg");
  width: 15px;
  height: 14px;
  top: -20%;
  right: -25%;
}
.form #mailformpro button {
  background: #fff;
  margin-top: 40px;
}

form#mailformpro label.mfp_checked,
form#mailformpro label.mfp_not_checked {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.mfp_element_submit {
  border-radius: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.mfp_element_submit:hover {
  box-shadow: none !important;
}

.mfp_element_all {
  max-width: 100% !important;
}

body#thanks h1 {
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}