/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.c-white {
  color: #ffffff !important;
}

.c-yellow {
  color: #FFBD22 !important;
}

.c-blue {
  color: #4982C8 !important;
}

.c-black {
  color: #4D4D4D !important;
}

html {
  font-size: 10px;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 1.2;
  background: #ffffff;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}

* {
  box-sizing: border-box;
}

.heading-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .heading-primary {
    gap: 12px;
    margin-bottom: 60px;
  }
}
.heading-primary .heading-jp {
  font-size: 34px;
  color: #4982C8;
  line-height: 1.42;
  font-family: "M PLUS Rounded 1c", serif;
}
@media only screen and (min-width: 768px) {
  .heading-primary .heading-jp {
    font-size: 42px;
    line-height: 1.38;
  }
}
.heading-primary .heading-jp-sm {
  font-size: 8px;
  color: #4D4D4D;
  font-family: "source-han-sans-japanese", sans-serif;
}
.heading-primary .heading-jp-md {
  font-size: 20px;
  color: #3B4043;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-left: 3px;
}
@media only screen and (min-width: 768px) {
  .heading-primary .heading-jp-md {
    font-size: 24px;
  }
}
.heading-primary .heading-eng {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4982C8;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #FFBD22;
}
@media only screen and (min-width: 768px) {
  .heading-primary .heading-eng {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 5px;
  }
}

.heading-primary.-sub {
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .heading-primary.-sub {
    gap: 12px;
  }
}
.heading-primary.-sub .heading-jp {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 26px;
  line-height: 1.45;
}
@media only screen and (min-width: 768px) {
  .heading-primary.-sub .heading-jp {
    font-size: 36px;
  }
}
.heading-primary.-sub .heading-jp-md {
  font-size: 22px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .heading-primary.-sub .heading-jp-md {
    font-size: 32px;
  }
}
.heading-primary.-sub .heading-jp-sm {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .heading-primary.-sub .heading-jp-sm {
    font-size: 30px;
  }
}

section {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}

.d-n,
.d-n-xs {
  display: none !important;
}

.d-i,
.d-i-xs {
  display: inline !important;
}

.d-b,
.d-b-xs {
  display: block !important;
}

.d-ib,
.d-ib-xs {
  display: inline-block !important;
}

.d-f,
.d-f-xs {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-n-sm {
    display: none !important;
  }
  .d-i-sm {
    display: inline !important;
  }
  .d-b-sm {
    display: block !important;
  }
  .d-ib-sm {
    display: inline-block !important;
  }
  .d-f-sm {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-n-md {
    display: none !important;
  }
  .d-i-md {
    display: inline !important;
  }
  .d-b-md {
    display: block !important;
  }
  .d-ib-md {
    display: inline-block !important;
  }
  .d-f-md {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-n-lg {
    display: none !important;
  }
  .d-i-lg {
    display: inline !important;
  }
  .d-b-lg {
    display: block !important;
  }
  .d-ib-lg {
    display: inline-block !important;
  }
  .d-f-lg {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-n-xl {
    display: none !important;
  }
  .d-i-xl {
    display: inline !important;
  }
  .d-b-xl {
    display: block !important;
  }
  .d-ib-xl {
    display: inline-block !important;
  }
  .d-f-xl {
    display: flex !important;
  }
}
.mv {
  background-color: #F2F8F8;
}
.mv img {
  width: 100%;
}
.mv__wrapper {
  margin-top: 53px;
  padding: 9vw 0 0;
}
@media only screen and (min-width: 768px) {
  .mv__wrapper {
    margin-top: 65px;
    padding: 4vw 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .mv__wrapper {
    padding: 2.143vw 0 0;
    margin-top: 0;
  }
}
.mv__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mv__row {
    gap: 0;
    align-items: end;
    flex-direction: row;
    justify-content: end;
  }
}
.mv__scroll {
  position: absolute;
  bottom: 0;
  right: 14px;
  transition-property: all;
  animation-name: upDown;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}
@media only screen and (min-width: 768px) {
  .mv__scroll {
    bottom: 40px;
    right: 45px;
  }
}
.mv__scroll img {
  width: 6.4vw;
  height: 25.6vw;
}
@media only screen and (min-width: 768px) {
  .mv__scroll img {
    width: 2.143vw;
    height: 9.071vw;
  }
}
.mv__content {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .mv__content {
    max-width: 41.429vw;
    margin-right: -2.457vw;
    margin-bottom: 21px;
  }
}
.mv__content-top {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-inline: 45px;
}
@media only screen and (min-width: 768px) {
  .mv__content-top {
    padding-inline: 0;
    padding-left: 2.143vw;
    max-width: 38.929vw;
    margin-right: auto;
  }
}
.mv__content-top img {
  width: 100%;
  height: auto;
}
.mv__content-logo {
  font-family: "M PLUS Rounded 1c", serif;
  align-items: baseline;
  color: #4982C8;
  justify-content: center;
  display: flex;
  font-size: 52px;
  font-weight: 700;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .mv__content-logo {
    font-weight: 500;
    margin-top: 3px;
    display: inline-flex;
    font-size: 8.357vw;
    line-height: 11.643vw;
    margin-bottom: -13px;
  }
}
.mv__content-logo sub {
  vertical-align: sub;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3B4043;
  line-height: 0;
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  .mv__content-logo sub {
    font-size: 0.714vw;
  }
}
.mv__content-sub {
  font-weight: 900;
  letter-spacing: 0.5em;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mv__content-sub {
    text-align: start;
    font-size: 2.071vw;
    line-height: 3vw;
    padding-left: 2.071vw;
  }
}
.mv__content-circle {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 15px;
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .mv__content-circle {
    padding-inline: 0;
    gap: 1.429vw;
    margin-top: 2.857vw;
  }
}
.mv__content-circle-img {
  transition: 0.2s ease;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
  cursor: pointer;
}
/* .mv__content-circle-img:hover {
  transform: translateY(-20px);
} */
.mv__content-btm-txt {
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 17px;
}
@media only screen and (min-width: 768px) {
  .mv__content-btm-txt {
    font-size: 0.857vw;
    line-height: 1.214vw;
    margin-top: 3.014vw;
    text-align: start;
  }
}
.mv__content-mid {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .mv__content-mid {
    gap: 2.143vw;
    flex-direction: row;
  }
}
.mv__content-tag {
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #4982C8;
  border-radius: 7px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 20px 4px;
}
@media only screen and (min-width: 768px) {
  .mv__content-tag {
    padding: 0.143vw 0.714vw 0.286vw;
    line-height: 1.857vw;
    font-size: 1.286vw;
  }
}
.mv__right {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .mv__right {
    max-width: 55.357vw;
  }
}
.mv__right img {
  width: 100%;
  height: auto;
}

.trial__wrapper {
  cursor: auto;
  max-width: 930px;
  padding: 20px 15px;
  margin: 0 auto;
  display: block;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .trial__wrapper {
    padding: 40px 15px;
  }
}

.about {
  background-color: #F2F8F8;
  position: relative;
}
.about::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 40px 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .about::after {
    border-radius: 60px 60px 0 0;
  }
}
.about .container {
  position: relative;
  z-index: 1;
}
.about__text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 28.67px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about__text {
    font-size: 24px;
    line-height: 31px;
  }
}
.about__desc {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-align: left;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__desc {
    line-height: 30px;
    text-align: center;
  }
}
.about__row {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .about__row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .about__row {
    margin-top: 40px;
    gap: 16px;
  }
}
.about__problem {
  background-color: #4982C8;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about__problem {
    flex-direction: row;
  }
}
.about__problem-wrapper {
  padding: 30px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__problem-wrapper {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .about__problem-wrapper {
    padding: 60px 50px 0;
  }
}
.about__problem-img {
  max-width: 100%;
  width: 100%;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .about__problem-img {
    max-width: 375px;
  }
}
@media only screen and (min-width: 992px) {
  .about__problem-img {
    max-width: 446px;
  }
}
.about__problem-img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__problem-img img {
    width: auto;
  }
}
.about__problem-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 6px;
  padding: 10px 0 12px;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .about__problem-content {
    gap: 19px;
    padding: 10px 20px;
  }
}
.about__problem-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .about__problem-text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
@media only screen and (min-width: 992px) {
  .about__problem-text {
    font-size: 23px;
  }
}
.about__bnr {
  transition: all 0.25s ease;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  line-height: 0;
}
.about__bnr:hover {
  opacity: 0.7;
}
.about__bnr img {
  width: 100%;
}
.about__link {
  max-width: 148px;
  width: 100%;
  height: 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background-color: #ffffff;
  color: #3B4043;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  align-self: center;
}
@media only screen and (min-width: 768px) {
  .about__link {
    font-size: 14px;
    align-self: end;
    max-width: 174px;
    height: 30px;
  }
}
.about__link img {
  transition: all 0.25s ease;
}
.about__link:hover img {
  transform: translateY(2px);
}
.about__col {
  max-width: 348px;
  width: 100%;
}
.about__col:nth-child(2) {
  max-width: 265px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__col:nth-child(2) {
    max-width: 218px;
  }
}
@media only screen and (min-width: 992px) {
  .about__col:nth-child(2) {
    max-width: 265px;
  }
}
.about__col-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .about__col-flex {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .about__col-flex {
    gap: 21px;
  }
}
.about__circle {
  width: 185px;
  height: 185px;
  background-color: #F2F8F8;
  border-radius: 50%;
  display: flex;
  gap: 9px;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .about__circle {
    width: 300px;
    height: 300px;
    justify-content: center;
    gap: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .about__circle {
    gap: 12px;
    width: 150px;
    height: 150px;
    padding-bottom: 25px;
    justify-content: end;
  }
}
@media only screen and (min-width: 992px) {
  .about__circle {
    width: 213px;
    height: 213px;
  }
}
.about__circle-heading {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 12px 4px;
  background-color: #4982C8;
  border-radius: 22px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
}
@media only screen and (min-width: 768px) {
  .about__circle-heading {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .about__circle-heading {
    font-size: 14px;
  }
}
.about__circle-img {
  line-height: 0;
}
.about__circle-img img {
  max-width: 118px;
}
@media only screen and (min-width: 768px) {
  .about__circle-img img {
    max-width: 90px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .about__circle-img img {
    max-width: 100%;
  }
}
.about__circle-img img.lg {
  max-width: 138px;
}
@media only screen and (min-width: 768px) {
  .about__circle-img img.lg {
    max-width: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .about__circle-img img.lg {
    max-width: 100%;
  }
}
.about__circle-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.about__circle.-gap {
  gap: 5px;
  margin-top: 10px;
}
@media only screen and (min-width: 576px) {
  .about__circle.-gap {
    gap: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .about__circle.-gap {
    gap: 5px;
  }
}
.about__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .about__content {
    flex-direction: column;
    gap: 6px;
    flex: 1;
  }
}
.about__content-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .about__content-text {
    text-align: center;
    width: auto;
  }
}
.about__content-text.left {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about__content-text.left {
    text-align: center;
  }
}
.about__content-arrow {
  line-height: 0;
  transform: rotate(90deg);
  max-width: 40px;
}
@media only screen and (min-width: 768px) {
  .about__content-arrow {
    transform: rotate(0deg);
    max-width: 68%;
  }
}
@media only screen and (min-width: 992px) {
  .about__content-arrow {
    max-width: 100%;
  }
}
.about__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid #FFBD22;
  border-radius: 40px;
  padding-block: 20px;
}
@media only screen and (min-width: 768px) {
  .about__mid {
    border-radius: 60px;
    padding-block: 30px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .about__mid {
    padding-block: 59px 50px;
  }
}
.about__mid-heading {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.1em;
  color: #4982C8;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about__mid-heading {
    font-size: 30px;
    line-height: 1.14;
  }
}
@media only screen and (min-width: 992px) {
  .about__mid-heading {
    font-size: 42px;
  }
}
.about__mid-heading::after {
  content: "";
  width: 196px;
  height: 3px;
  background-color: #FFBD22;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
@media only screen and (min-width: 768px) {
  .about__mid-heading::after {
    bottom: -13px;
  }
}
.about__mid-heading span {
  font-size: 8px;
  color: #3B4043;
  margin-left: 2px;
  color: #4D4D4D;
}
@media only screen and (min-width: 768px) {
  .about__mid-heading span {
    margin-left: -3px;
  }
}
.about__mid-img {
  margin-block: 22px 9px;
  max-width: 152px;
  transition: all 0.25s ease;
}
.about__mid-img:hover{
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .about__mid-img {
    margin-block: 33px 7px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .about__mid-img {
    max-width: 100%;
  }
}
.about__mid-text {
  font-size: 11px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.about__mid-text .logo {
  display: inline-flex;
  align-items: baseline;
}

.about__mid-text sub {
  vertical-align: sub;
  font-size: 6px;
}

@media only screen and (min-width: 768px) {
  .about__mid-text {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 992px) {
  .about__mid-text {
    letter-spacing: 0.05em;
  }
}

.cta {
  background-color: #FFBD22;
  padding: 30px 0 40px;
}
@media only screen and (min-width: 768px) {
  .cta {
    padding: 28px 0 21px;
  }
}
.cta__container {
  max-width: 926px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) {
  .cta__container {
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .cta__container {
    margin-left: 274px;
  }
}
@media only screen and (min-width: 1500px) {
  .cta__container {
    margin-inline: auto;
  }
}
.cta__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .cta__row {
    justify-content: center;
    gap: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .cta__row {
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .cta__row {
    gap: 0;
  }
}
.cta__left {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .cta__left {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .cta__left {
    max-width: 749px;
  }
}
.cta__ttl {
  color: #ffffff;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cta__ttl {
    gap: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .cta__ttl {
    flex-direction: row;
    gap: 10px;
  }
}
.cta__ttl .logo {
  font-size: 34px;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", serif;
  display: inline-flex;
  gap: 2px;
  line-height: 39px;
  align-items: baseline;
}
.cta__ttl .logo sub {
  vertical-align: sub;
  font-size: 8px;
  font-family: "source-han-sans-japanese", sans-serif;
}
.cta__ttl .xl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 27px;
}
.cta__btn {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .cta__btn {
    margin-top: 24px;
  }
}
.cta__btn a {
  background-color: #ffffff;
  color: #3B4043;
  width: 100%;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  height: 67px;
  position: relative;
  border: 5px solid #fff;
  transition: all 0.25s ease;
  font-size: 16px;
  text-align: start;
  padding: 0 25px;
  justify-content: start;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .cta__btn a {
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    height: 70px;
    line-height: 1;
  }
  .cta__btn a:hover {
    color: #ffffff;
    background: transparent;
  }
  .cta__btn a:hover::after {
    background-image: url("../../assets/img/cta/cta-arr-white.svg");
  }
}
@media only screen and (min-width: 992px) {
  .cta__btn a {
    height: 100px;
    font-size: 24px;
  }
}
.cta__btn a::after {
  content: "";
  background-image: url("../../assets/img/cta/cta-arr.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  right: 30px;
}
@media only screen and (min-width: 768px) {
  .cta__btn a::after {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .cta__btn a::after {
    right: 40px;
  }
}
.cta__btn a::before {
  content: "";
  background-image: url("../../assets/img/cta/cta-truck.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: absolute;
  pointer-events: none;
  transform: scaleX(-1);
  right: -20px;
  width: 98px;
  height: 94px;
  top: -92px;
}
@media only screen and (min-width: 768px) {
  .cta__btn a::before {
    top: unset;
    background-position: center;
    width: 192px;
    height: 137px;
    right: unset;
    transform: none;
    left: -137px;
    bottom: -26px;
  }
}
@media only screen and (min-width: 992px) {
  .cta__btn a::before {
    bottom: 0;
    left: -146px;
  }
}
.cta__qr-txt {
  text-align: end;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding-top: 9px;
}

.service .heading-primary {
  margin-bottom: 61px;
}
@media only screen and (min-width: 768px) {
  .service .heading-primary {
    margin-bottom: 80px;
  }
}
.service__block {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  background-color: #F2F8F8;
  padding-block: 50px 40px;
  border-radius: 40px;
}
@media only screen and (min-width: 768px) {
  .service__block {
    border-radius: 60px;
    padding-block: 71px 80px;
  }
}
.service__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 101px;
  max-width: 999px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 33px 32px;
}
@media only screen and (min-width: 768px) {
  .service__row {
    flex-direction: row;
    padding-inline: unset;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .service__row {
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .service__row {
    gap: 35px;
  }
}
.service__col {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 36px 20px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .service__col {
    width: calc(33.3333333333% - 23px);
    padding: 25px 15px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .service__col {
    padding: 36px 20px 20px;
  }
}
.service__img {
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 260px;
}
@media only screen and (min-width: 768px) {
  .service__img {
    max-width: 100%;
    top: -112px;
  }
}
.service__img img {
  width: 100%;
}
.service__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
  text-align: center;
}
.service__content {
  background: #F2F8F8;
  padding: 10px;
  border-radius: 10px;
}
.service__content.-org {
  margin-top: 11px;
  background: #FFFAEE;
}
.service__content.-org .service__button {
  color: #FFBD22;
  border: 1px solid #FFBD22;
  padding: 1px 10px;
}
@media only screen and (min-width: 768px) {
  .service__content.-org .service__desc {
    min-height: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .service__content.-org .service__desc {
    min-height: 42px;
  }
}


.service__desc .logo {
  display: inline-flex;
  align-items: baseline;
}

.service__desc .logo sub {
  vertical-align: sub;
  font-size: 8px;
}

.service__button {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.1em;
  color: #4982C8;
  border: 1px solid #4982C8;
  display: inline-block;
  border-radius: 14px;
  padding: 1px 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .service__button {
    padding: 1px 10px 1px 10px;
  }
}
.service__desc {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.57;
  margin-top: 7px;
}
@media only screen and (min-width: 768px) {
  .service__desc {
    min-height: 87.88px;
  }
}
@media only screen and (min-width: 992px) {
  .service__desc {
    min-height: 65px;
  }
}
.service__btm {
  padding-top: 60px;
  text-align: center;
}
.service__btm-txt {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  display: inline-block;
  border-bottom: 2px solid #FFBD22;
}
.service__btm-img {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 225px;
}
@media only screen and (min-width: 768px) {
  .service__btm-img {
    max-width: 340px;
  }
}
.service__btm-img img {
  width: 100%;
  height: auto;
}

.message {
  background: linear-gradient(to right, rgb(4, 192, 192) 0%, rgb(75, 151, 220) 150%);
}
@media only screen and (min-width: 768px) {
  .message {
    background: linear-gradient(100deg, rgb(4, 192, 192) 0%, rgb(75, 151, 220) 100%);
  }
}
.message__wrp {
  background: #F2F8F8;
  padding: 52px 0 40px;
  border-radius: 40px;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .message__wrp {
    border-radius: 60px;
    padding: 80px 0;
  }
}
.message__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 42px;
}
@media only screen and (min-width: 768px) {
  .message__ttl {
    margin-bottom: 86px;
  }
}
.message__ttl::after {
  content: "";
  background-image: url("../../assets/img/message/message-dot.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 34px;
  height: 6px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -26px;
}
.message__tag-txt {
  width: 100%;
  text-align: center;
  background-color: #023B82;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 0 12px;
  font-size: 18px;
  line-height: 26.5px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .message__tag-txt {
    margin-top: 80px;
    line-height: 40px;
    font-size: 28px;
    padding: 9px 0 11px;
  }
}
.message__tag-txt .color {
  color: #FFBD22;
}

.logistic__ttl {
  font-weight: 700;
  color: #4982C8;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .logistic__ttl {
    font-size: 24px;
    line-height: 35px;
  }
}
.logistic__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 20.8333333333px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .logistic__txt {
    font-size: 14px;
    line-height: 26.67px;
    margin-top: 20px;
  }
}
.logistic__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .logistic__row {
    flex-direction: row;
    gap: 35px;
  }
}
.logistic__left {
  width: 100%;
  padding-inline: 17px;
}
@media only screen and (min-width: 992px) {
  .logistic__left {
    padding-inline: 0;
    max-width: 304px;
  }
}
.logistic__col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .logistic__col:first-of-type {
    max-width: 294px;
  }
  .logistic__col:first-of-type .logistic__stats {
    margin-top: 40px;
  }
  .logistic__col:last-of-type {
    max-width: 260px;
  }
}
.logistic__col img {
  width: 100%;
}
.logistic__right {
  background-color: #ffffff;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 17px 20px 18px;
  gap: 20px;
  border-radius: 30px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .logistic__right {
    border-radius: 40px;
    flex-direction: row;
    gap: 25px;
    padding: 60px 40px 20px;
    max-width: 661px;
  }
}
.logistic__tag {
  font-size: 18px;
  line-height: 26px;
  border-radius: 100px;
  font-weight: 700;
  border: 1px solid #4982C8;
  text-align: center;
  color: #4982C8;
  padding: 2px 0 5px;
}
.logistic__stats {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .logistic__stats {
    margin-top: 20px;
  }
}
.logistic__carry {
  max-width: 167px;
  margin: 10px auto 0;
  padding-inline: 13.5px;
}
@media only screen and (min-width: 768px) {
  .logistic__carry {
    margin: 33px auto 0;
    padding-inline: 0px;
  }
}

.indirect {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .indirect {
    margin-top: 80px;
  }
}
.indirect__row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .indirect__row {
    gap: 36px;
  }
}
.indirect__row-top {
  background-color: #4982C8;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .indirect__row-top {
    padding: 2px 0 11px;
    line-height: 32px;
    font-size: 22px;
  }
}
.indirect__row-top::after {
  content: "";
  background-image: url("../../assets/img/message/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 13px;
  bottom: -9px;
}
@media only screen and (min-width: 768px) {
  .indirect__row-top::after {
    bottom: -12px;
    width: 41px;
    height: 19px;
  }
}
.indirect__row-top .md {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .indirect__row-top .md {
    font-size: 16px;
  }
}
.indirect__row-top sub {
  vertical-align: sub;
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  .indirect__row-top sub {
    font-size: 11px;
  }
}
.indirect__row-txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 20.5px;
  padding: 20px 0 27px;
}
@media only screen and (min-width: 768px) {
  .indirect__row-txt {
    padding: 40px 0;
    line-height: 32.5px;
    font-size: 20px;
    font-weight: 700;
  }
}
.indirect__row-txt .underline {
  background-position-y: 0;
  background: linear-gradient(transparent 18px, #FFBD22 0px);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .indirect__row-txt .underline {
    background-image: linear-gradient(transparent 26px, #FFBD22 0px);
  }
}
.indirect__big-txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 37.25px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .indirect__big-txt {
    line-height: 59.5px;
    margin-top: 39px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .indirect__big-txt {
    font-size: 34px;
  }
}
.indirect__big-txt .color {
  color: #4982C8;
}
.indirect__big-txt sub {
  vertical-align: sub;
  font-size: 10px;
}
.indirect__big-txt .logo {
  display: inline-flex;
  align-items: baseline;
}
.indirect__big-txt .ruby {
  position: relative;
}
.indirect__big-txt .ruby::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #4982C8;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .indirect__big-txt .ruby::after {
    top: -4px;
    width: 9px;
    height: 9px;
  }
}
.indirect__col {
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .indirect__col {
    border-radius: 30px;
    width: calc(50% - 18px);
  }
}
.indirect__map {
  max-width: 620px;
  margin: 41px auto 0;
}
.indirect__notes {
  background-color: rgba(2, 60, 131, 0.1);
  margin-top: 40px;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .indirect__notes {
    padding: 40px 0;
  }
}
.indirect__notes-txt {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 22.8333333333px;
}
@media only screen and (min-width: 768px) {
  .indirect__notes-txt {
    letter-spacing: normal;
  }
}

.flow__block {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  background-color: #F2F8F8;
  padding-block: 80px;
  border-radius: 40px;
}
@media only screen and (min-width: 768px) {
  .flow__block {
    border-radius: 60px;
  }
}
.flow__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 997px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 33px 32px;
  gap: 42px;
}
@media only screen and (min-width: 768px) {
  .flow__row {
    gap: 35px;
    flex-direction: row;
    align-items: flex-start;
    padding-inline: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .flow__row {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flow__top {
    display: flex;
    gap: 12px;
    align-items: center;
  }
}
.flow__col {
  width: 100%;
  position: relative;
}
.flow__col:not(:last-of-type):after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/flow/icon-cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 20px;
  width: 12px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -30px;
}
@media only screen and (min-width: 768px) {
  .flow__col:not(:last-of-type):after {
    top: 45%;
    bottom: unset;
    right: -22px;
    transform: none;
    left: unset;
  }
}
@media only screen and (min-width: 992px) {
  .flow__col:not(:last-of-type):after {
    top: 53%;
  }
}
@media only screen and (min-width: 768px) {
  .flow__col {
    width: calc(25% - 26.5px);
    min-height: 310px;
  }
}
@media only screen and (min-width: 992px) {
  .flow__col {
    min-height: 270px;
  }
}
.flow__img {
  max-width: 80px;
}
@media only screen and (min-width: 768px) {
  .flow__img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -111px;
    max-width: 100%;
  }
}
.flow__img img {
  width: 100%;
  height: auto;
}
.flow__ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4982C8;
  text-align: start;
  font-size: 20px;
  line-height: 1.45;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .flow__ttl {
    line-height: 1.2;
    margin-bottom: 17px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .flow__ttl {
    font-size: 28px;
  }
}
.flow__step {
  color: #FFBD22;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: start;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .flow__step {
    line-height: 2.4;
    font-size: 20px;
    text-align: center;
  }
}
.flow__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .flow__description {
    min-height: 160px;
    line-height: 2;
  }
}
.flow__description.-height {
  min-height: unset;
  margin-bottom: 18px;
}
.flow__button {
  color: #4982C8;
  font-size: 13px;
  font-weight: 400;
  padding: 14px 20px 17px;
  border: 1px solid #4982C8;
  border-radius: 15px;
}
.flow__button .btm {
  display: inline-block;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .flow__button .btm {
    margin-top: 6px;
    line-height: 20px;
  }
}

.sdg {
  height: 100%;
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .sdg {
    padding: 105px 0 62.2px;
  }
}
.sdg::after {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: calc(100% - 320px);
}
@media only screen and (min-width: 576px) {
  .sdg::after {
    height: calc(100% - 75.333vw);
  }
}
@media only screen and (min-width: 768px) {
  .sdg::after {
    height: calc(100% - 150px);
  }
}
.sdg__wrp {
  max-width: 1400px;
  margin: 0 auto;
}
.sdg__row {
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  flex-direction: column;
  gap: 143px;
}
@media only screen and (min-width: 768px) {
  .sdg__row {
    gap: 20px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .sdg__row {
    gap: 45px;
  }
}
.sdg__row img {
  width: 100%;
}
.sdg__img {
  max-width: 531px;
  line-height: 0;
  padding-right: 32px;
}
@media only screen and (min-width: 768px) {
  .sdg__img {
    padding-right: 0;
  }
}
.sdg__content {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .sdg__content {
    max-width: 624px;
    padding-inline: 0px;
  }
}
.sdg__ttl {
  font-weight: 700;
  color: #4982C8;
  position: relative;
  font-size: 18px;
  line-height: 29.33px;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) {
  .sdg__ttl {
    letter-spacing: 0.1em;
    font-size: 20px;
    line-height: 33.67px;
  }
}
@media only screen and (min-width: 992px) {
  .sdg__ttl {
    line-height: 35.67px;
    font-size: 24px;
  }
}
.sdg__ttl::after {
  content: "";
  background-image: url("../../assets/img/message/sdg-men.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 74px;
  height: 112.92px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 102px;
}
@media only screen and (min-width: 768px) {
  .sdg__ttl::after {
    left: unset;
    right: 0;
    width: 78px;
    height: 119px;
    right: 0;
    bottom: 69px;
    transform: none;
  }
}
@media only screen and (min-width: 992px) {
  .sdg__ttl::after {
    bottom: 10px;
    width: 106px;
    height: 161px;
  }
}
.sdg__txt {
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (min-width: 768px) {
  .sdg__txt {
    line-height: 27.2px;
    margin-top: 30px;
  }
}
.sdg__logo {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .sdg__logo {
    margin-top: 34px;
  }
}

.faq {
  padding: 60px 0 108px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .faq {
    padding: 60px 0 190px;
  }
}
@media only screen and (min-width: 768px) {
  .faq {
    padding: 80px 0 190px;
  }
}
@media only screen and (min-width: 768px) {
  .faq .heading-primary {
    margin-bottom: 66px;
  }
}
.faq__box {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .faq__box {
    border-radius: 20px;
  }
}
.faq__box:not(:last-of-type) {
  margin-bottom: 10px;
}
.faq__common {
  position: relative;
}
.faq__common.--question {
  background-color: #4982C8;
  padding-block: 10px 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .faq__common.--question {
    padding-block: 19px 27px;
  }
}
.faq__common-text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .faq__common-text {
    gap: 17px;
  }
}
.faq__common-text span:first-of-type {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .faq__common-text span:first-of-type {
    font-size: 30px;
    line-height: 1.47;
  }
}
.faq__common-text span:last-of-type {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .faq__common-text span:last-of-type {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.faq__common.--answer {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-sizing: content-box;
  background-color: #F2F8F8;
  height: 0;
}
.faq__common.--answer.active {
  padding-block: 10px;
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
@media only screen and (min-width: 768px) {
  .faq__common.--answer.active {
    padding-block: 23px;
  }
}
.faq__common.--answer .faq__common-text {
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .faq__common.--answer .faq__common-text {
    align-items: center;
  }
}
.faq__common.--answer .faq__common-text span:first-of-type {
  color: #FFBD22;
}
.faq__common.--answer .faq__common-text span:last-of-type {
  color: #3B4043;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .faq__common.--answer .faq__common-text span:last-of-type {
    line-height: 1.48;
  }
}
.faq__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23fff'/%3E%3Cpath d='M7,16V9H0V7H7V0H9V7h7V9H9v7Z' transform='translate(7 7)' fill='%234982c8'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq__icon.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23fff'/%3E%3Cpath d='M0,9V7H16V9Z' transform='translate(7 7)' fill='%234982c8'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 768px) {
  .faq__icon {
    width: 30px;
    height: 30px;
  }
}
.faq__wrapper {
  background-color: #F2F8F8;
  padding-inline: 20px;
}
.faq__wrapper.qsn {
  background-color: #4982C8;
}
.faq__img {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  line-height: 0;
  width: 87%;
}
@media only screen and (min-width: 768px) {
  .faq__img {
    transform: translateX(0);
    width: auto;
    right: 20px;
  }
}

.media {
  padding: 60px 0 70px;
}
@media only screen and (min-width: 768px) {
  .media {
    padding: 60px 0;
  }
}
.media__ttl {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #4D4D4D;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .media__ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.media__ttl span {
  color: #4982C8;
}
.media__ttl span.sm {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .media__ttl span.sm {
    font-size: 22px;
  }
}
.media__ttl span.md {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .media__ttl span.md {
    font-size: 23px;
  }
}
.media__ttl span.lg {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .media__ttl span.lg {
    font-size: 24px;
  }
}

.voice {
  padding: 73.3px 0 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .voice {
    padding: 70px 0 80.3px;
  }
}
.voice::after {
  content: "";
  max-width: 1400px;
  width: 100%;
  height: calc(100% - 110px);
  background-color: #F2F8F8;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .voice::after {
    border-radius: 60px;
    height: calc(100% - 97.5px);
  }
}
.voice .heading-primary {
  background-color: transparent;
  padding-block: 0;
}
@media only screen and (min-width: 768px) {
  .voice .heading-primary {
    justify-content: flex-start;
    gap: 7px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .voice .heading-primary {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 61px;
  }
}
.voice__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-inline: 17px;
  max-width: 947px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .voice__row {
    flex-direction: row;
    padding-inline: 0;
  }
}
@media only screen and (min-width: 992px) {
  .voice__row {
    gap: 55px;
  }
}
.voice__col:first-of-type {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .voice__col:first-of-type {
    max-width: 340px;
    /* max-width: 400px; */
  }
}
@media only screen and (min-width: 992px) {
  .voice__col:first-of-type {
    /* max-width: 454px; */
  }
}
.voice__col:last-of-type {
  flex: 1;
}
.voice__img {
  position: relative;
  line-height: 0;
  max-width: 340px;
}

@media (max-width:767px) {
  .voice__img {
    max-width: 225px;
    margin: 0 auto;
  }
}

.voice__img img {
  width: 100%;
}

.voice__img-box {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  max-width: 116px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 6%;
}
@media only screen and (min-width: 768px) {
  .voice__img-box {
    max-width: 135px;
    border-radius: 7px;
    left: 15%;
  }
}
.voice__img-name {
  font-size: 14px;
  line-height: 1.45;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .voice__img-name {
    font-size: 18px;
    line-height: 1.45;
  }
}
.voice__img-name span {
  font-size: 10px;
  line-height: 1;
  margin-left: 4px;
}
@media only screen and (min-width: 768px) {
  .voice__img-name span {
    font-size: 12px;
    margin-left: 3px;
  }
}
.voice__img-tag {
  font-size: 10px;
  background-color: #FFBD22;
  color: #4D4D4D;
  border-radius: 20px;
  padding: 3.5px 6px;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .voice__img-tag {
    padding: 3.5px 13px;
  }
}
.voice__text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  /* margin-bottom: 10px; */
  color: #4D4D4D;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .voice__text {
    line-height: 1.4;
    text-align: start;
  }
}
@media only screen and (min-width: 992px) {
  .voice__text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
  }
}

.voice__text.lg {
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 20px;
}

.voice__text.lg .md {
  font-size: 20px;
  line-height: 0;
}

@media (max-width:767px) {
  .voice__text.lg {
    font-size: 2.6rem;
    line-height: 37px;
  }

  .voice__text.lg .md {
    font-size: 1.6rem;
  }
}



.voice__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #4D4D4D;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .voice__desc {
    letter-spacing: 0;
    line-height: 27px;
  }
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7.5px);
  }
}

.list {
  padding: 0;
  overflow: hidden;
}
.list__wrp {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 60px 0 113px;
}
@media only screen and (min-width: 768px) {
  .list__wrp {
    padding: 69px 0 79px;
    border-radius: 70px;
  }
}
.list__top-txt {
  text-align: center;
  color: #ffffff;
}
.list .map-content {
  margin-top: 40px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 303px;
}
@media only screen and (min-width: 768px) {
  .list .map-content {
    height: 463px;
  }
}
.list .map-content__wrp {
  position: relative;
}
.list .map-content .map-img {
  position: relative;
}
#panzoom {
  position: relative;
  touch-action: none;
}

/* @media screen and (max-width: 767px) {
  #panzoom {
    will-change: transform
  }
} */
.list .map-content .map-img img {
  opacity: 1;
  visibility: hidden;
  height: 0;
  position: absolute;
  top: 0;
}
.list .map-content .map-img .img-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: 100%;
  width: 100%;
}





.list .map-content .map-img .pin {
  position: absolute;
  z-index: 2;
  background: url("../../assets/img/map/pin.png") no-repeat;
  background-size: contain;
  cursor: pointer;
  touch-action: none;
  aspect-ratio: 96/150;
  width: 1.4492753623%;
  top: 51.6%;
  left: 48.8%;
  transition: all .25s ease;
}

.list .map-content .map-img .pin:hover { 
  background: url("../../assets/img/map/pin-active.png") no-repeat;
  background-size: contain;
}


.list .map-content .map-img .pin.clicked { 
  background: url("../../assets/img/map/pin-active.png") no-repeat;
  background-size: contain;
}

.list .map-content .map-img.hokkaido .pin {
  width: 0.5797101449%;
}

@media only screen and (max-width: 767px) {
  .list .map-content .map-img .pin {
    /* width: 5px;
    height: 5px;
    aspect-ratio: 13/17; */
    /* width: calc((2 / 160)* 100%);        
    aspect-ratio: auto;
        height: 6px; */
  }

  /* .list .map-content .map-img.hokkaido .pin {
    width: calc((1 / 100)* 100%);        
    aspect-ratio: auto;
    height: 6px;
  } */
}
.list .map-content .map-img .pin.pin01 {
  top: 54.2%;
  left: 49.7%;
}
.list .map-content .map-img .pin.pin02 {
  top: 45.1%;
  left: 47.6%;
}
.list .map-content .map-img .pin.pin03 {
  top: 55%;
  left: 45.5%;
}
.list .container{
  position: relative;
}
.list__mask {
  -webkit-mask-image: url(../../assets/img/map/mask.png);
          mask-image: url(../../assets/img/map/mask.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  border-radius: 40px;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .list__mask {
    border-radius: 70px;
  }
}
.list__mask::after {
  content: "";
  position: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  inset: 0;
  z-index: -1;
  background-image: url(../../assets/img/map/map-bg-sp.jpg);
}
@media only screen and (min-width: 768px) {
  .list__mask::after {
    background-image: url(../../assets/img/map/map-bg.jpg);
  }
}
.list .map__wrper:not(:last-of-type) {
  margin-bottom: 10px;
}
.list .map__wrper:not(:last-of-type) .map__box-btm {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.list .map__tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 31px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .list .map__tabs {
    position: absolute;
    width: 100%;
    gap: 6px;
    margin-top: 23px;
    flex-wrap: nowrap;
    overflow-X: scroll;
    bottom: -53px;
    left: 15px;
    padding-right: 15px;
  }
}
.list .map__tab {
  color: #ffffff;
}
.list .map__tab.active .map__tab-btn {
  background-color: #ffffff;
  color: #023B82;
}
.list .map__tab-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 24px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 89px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .list .map__tab-btn {
    font-size: 13px;
    height: 30px;
    min-width: 70px;
    width: 100%;
    line-height: 19px;
  }
}
.list .map__tab-btn:hover {
  background-color: #ffffff;
  color: #023B82;
}
.list .map__box {
  background-color: #ffffff;
  position: absolute;
  right: 15px;
  top: 16px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding: 15px 18px;
  border-radius: 20px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.25s ease;
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .list .map__box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }
}
.list .map__box.active {
  opacity: 1;
  visibility: visible;
  overflow: unset;
}
.list .map__box-ttl {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.list .map__box-content {
  margin-top: 12px;
}
.list .map__box-location {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 4.5px;
}
.list .map__box-location.mt {
  margin-top: 8px;
}
.list .map__box-location img {
  width: 16px;
}
.list .map__box-location span {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 20px;
}
.list .map__box-btm {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 10px;
}
.list .map__box-btm-col {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list .map__box-btm-txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.05em;
}
.list .map__close-btn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 3.7px;
  right: 6.7px;
}

.swiper-slide {
  width: auto;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition-property: opacity, visibility;
    transition: ease 0.35s;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 8px 11px 8px 15px;
  width: 100%;
  top: 0;
  background-color: #F2F8F8;
  position: fixed;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .header__wrapper {
    position: relative;
    padding: 30px 30px 0;
    gap: 20px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1200px) {
  .header__wrapper {
    padding: 36px 100px 0 80px;
  }
}
.header__logo a {
  max-width: 150px;
  display: block;
  line-height: 0;
  transition: all 0.25s ease;
}
.header__logo a:hover{
  opacity: 0.7;
} 
@media only screen and (min-width: 768px) {
  .header__logo a {
    max-width: 247px;
  }
}
.header__links {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (min-width: 992px) {
  .header__links {
    flex-direction: row;
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__links {
    gap: 50px;
  }
}
.header__links.pc-menu {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__links.pc-menu {
    display: flex;
  }
}
.header .sp-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .header .sp-menu {
    display: none;
  }
}
.header .sp-menu-links {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  background: #F2F8F8;
  transition: max-height 0.6s ease, height 0.6s ease;
  z-index: 99;
  height: 0;
  position: fixed;
  top: 53px;
}
@media only screen and (min-width: 768px) {
  .header .sp-menu-links {
    top: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .header .sp-menu-links.active {
    padding: 40px 15px;
    opacity: 1;
    max-height: 100%;
    visibility: visible;
    width: 100%;
    transition: max-height 0.6s ease, height 0.6s ease;
    height: 100%;
    overflow: auto;
  }
}
.header__item {
  flex-shrink: 0;
}
.header__item a {
  text-decoration: none;
  color: #3B4043;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  transition: all 0.35s ease;
}
@media only screen and (min-width: 768px) {
  .header__item a:hover {
    color: #FFBD22;
  }
}
.header .btn {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background-color: #FFBD22;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.25s ease-in-out;
  border: 3px solid #FFBD22;
  text-decoration: none;
  width: 119px;
  height: 37px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", serif;
}
@media only screen and (min-width: 768px) {
  .header .btn {
    font-size: 16px;
    line-height: 24px;
    width: 150px;
    height: 48px;
    border-radius: 30px;
  }
  .header .btn:hover {
    background-color: #ffffff;
    color: #FFBD22;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header .btn {
    font-size: 18px;
    line-height: 24px;
    width: 190px;
    height: 60px;
  }
}
.header__hamburger {
  cursor: pointer;
  line-height: 0;
}
.header__hamburger .close {
  display: none;
  width: 38px;
  height: 32px;
}
.header__hamburger.active .hamburger {
  display: none;
}
.header__hamburger.active .close {
  display: block;
}
.header__sp-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__sp-btn .btn {
  width: 345px;
  font-size: 16px;
  line-height: 24px;
  height: 67px;
  font-family: "source-han-sans-japanese", sans-serif;
  text-align: start;
  justify-content: start;
  padding-inline: 30px;
  position: relative;
}
.header__sp-btn .btn::after {
  content: "";
  background-image: url("../../assets/img/common/btn-icn.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 7.4px;
  height: 13.79px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.header__sp-banner {
  margin-top: 40px;
  display: block;
  max-width: 345px;
  margin-inline: auto;
}
.header__sp-banner img {
  width: 100%;
}

.footer .copyright {
  padding: 24px 0 22px;
  background-color: #3B4043;
  line-height: 13px;
  font-size: 9px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}/*# sourceMappingURL=style.css.map */


.map-content .map-img #all-sp {
  top: 0;
  left: 50%;
  width: fit-content;
  height: 280px;
  transform: translateX(-50%);
  object-fit: contain;
}

.map-content .map-img #all {
  top: 0;
  left: 50%;
  width: fit-content;
  height: 463px;
  object-fit: contain;
  transform: translateX(-50%);
}

.logistic__anno-txt {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 15px;
  margin-top: 16.3px;
}

.voice .voice__main-img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .logistic__anno-txt{
    margin-top: 10px;
  }

}

@media screen and (min-width: 768px) {
  .logistic__col:first-of-type .logistic__anno-txt {
    margin-top: 42px;
  }

  .voice .voice__main-img {
    margin-top: 40px;
  }
}

