/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*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-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  max-width: 750px;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  body {
    font-size: 14px;
  }
}

a:hover {
  opacity: 0.7;
}

#fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 999;
}
#fixed.is-active {
  opacity: 1;
  pointer-events: auto;
}
#fixed.is-none {
  display: none;
}
#fixed .btn-box {
  display: flex;
  justify-content: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.sec_container {
  margin: 80px 0;
}
@media (max-width: 750px) {
  .sec_container {
    margin: 40px 0;
  }
}
.sec_title {
  font-size: 50px;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  gap: 10px;
}
.sec_title::after {
  content: "";
  background: #00A5E3;
  width: 100px;
  height: 8px;
  border-radius: 4px;
}
@media (max-width: 750px) {
  .sec_title {
    font-size: 25px;
    margin-bottom: 30px;
    gap: 5px;
  }
  .sec_title::after {
    width: 50px;
    height: 4px;
  }
}

.inner {
  width: 92%;
  margin: 0 auto;
}

.header {
  margin: 20px 0;
}
@media (max-width: 750px) {
  .header {
    margin: 10px 0;
  }
}
@media (max-width: 750px) {
  .header img {
    max-width: 143px;
  }
}

.footer {
  background: #eeefef;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .footer {
    padding: 50px 0;
  }
}
.footer img {
  max-width: 360px;
}
@media (max-width: 750px) {
  .footer img {
    max-width: 180px;
  }
}

.cta {
  margin-top: -50px;
  /*background: $blue;
  padding: 30px 0;*/
}
@media (max-width: 750px) {
  .cta {
    padding: 15px 0;
  }
}
.cta .img {
  position: relative;
}
.cta .img .inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 7%;
  display: flex;
  gap: 10px;
}

#faq .faq_list {
  padding: 40px 20px;
  border: 2px #000 solid;
  border-radius: 8px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #faq .faq_list {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
#faq .faq_box {
  display: flex;
  align-items: center;
  gap: 5%;
}
#faq .faq_box p {
  width: 83%;
}
#faq .faq_box span {
  width: 5%;
  max-width: 35px;
}
#faq .faq_box span img {
  width: 100%;
}
#faq .faq_box--a {
  align-items: flex-start;
}
#faq .faq_title {
  position: relative;
}
#faq .faq_title::before {
  content: "";
  background: #00A5E3;
  width: 40px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#faq .faq_title::after {
  content: "";
  background: #00A5E3;
  width: 40px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}
#faq .faq_title.open::after {
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 750px) {
  #faq .faq_title::before {
    width: 20px;
    height: 2px;
  }
  #faq .faq_title::after {
    width: 20px;
    height: 2px;
  }
}
#faq .faq_text {
  display: none;
  margin-top: 20px;
}
@media (max-width: 750px) {
  #faq .faq_text {
    margin-top: 10px;
  }
}

#company .company_table {
  width: 100%;
}
#company .company_table tr {
  border-bottom: 2px solid #DCDDDD;
}
#company .company_table th,
#company .company_table td {
  padding: 50px 0;
}
@media (max-width: 750px) {
  #company .company_table th,
  #company .company_table td {
    padding: 25px 0;
  }
}
#company .company_table th {
  width: 25%;
  font-weight: 500;
}
#company .company_table td {
  width: 75%;
  font-weight: 400;
}

#shop .shop_box {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  #shop .shop_box {
    margin-bottom: 40px;
  }
}
#shop .shop_box p {
  font-size: 26px;
}
@media (max-width: 750px) {
  #shop .shop_box p {
    font-size: 13px;
  }
}
#shop .shop_title {
  font-weight: 500;
  font-size: 40px;
  margin: 40px 0 20px;
}
@media (max-width: 750px) {
  #shop .shop_title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
}
#shop .shop_btn {
  margin-top: 36px;
  max-width: 500px;
}
@media (max-width: 750px) {
  #shop .shop_btn {
    margin-top: 18px;
    max-width: 250px;
  }
}