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

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

html {
  overflow-y: scroll;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

input:-moz-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
}

input[type=button],
input[type=reset],
input[type=search],
input[type=submit] {
  -webkit-appearance: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

html {
  /* NotoSans */
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  body {
    letter-spacing: 0.04em;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  color: inherit;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

h1,
h2,
h3,
h4,
strong {
  font-weight: 700;
}

.txt_en {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_orange {
  color: #ff9500;
}

.txt_green {
  color: #1ea1aa;
}

.txt_blue {
  color: #004994;
}

.txt_lead {
  font-size: clamp(14px, 1.8vw, 20px);
  text-align: center;
  margin-bottom: 2em;
}

.txt_note {
  font-size: clamp(10px, 0.9vw, 12px);
}

.list_disc {
  list-style-type: disc;
  text-align: left;
  padding-left: 2em;
}

main {
  /* header重なり */
  padding-top: 80px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 50px;
  }
}

.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.inner.is_s {
  max-width: 1140px;
}

/* title */
.sec_ttl {
  font-size: clamp(22px, 3.8vw, 42px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1.6em;
  text-align: center;
}
.sec_ttl.is_s {
  font-size: clamp(20px, 3.4vw, 36px);
}
.sec_ttl > span {
  font-size: 75%;
  font-weight: inherit;
}
.sec_ttl .txt_logo {
  color: #ff9500;
  display: inline-block;
  font-size: 116%;
  font-weight: inherit;
  letter-spacing: 0.06em;
  margin-right: 0.1em;
}
@media (max-width: 767px) {
  .sec_ttl {
    margin-bottom: 1.8em;
  }
}

/* btn */
.btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
@media (max-width: 767px) {
  .btn_wrap {
    flex-direction: column;
  }
}

.cta_btn {
  box-shadow: 1.4px 1.6px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 500;
  text-align: center;
  padding: 16px;
  position: relative;
  max-width: 360px;
}
.cta_btn::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.2em;
}
.cta_btn.is_orange {
  background: #ff9500;
  background: linear-gradient(300deg, rgb(255, 149, 0) 0%, rgb(255, 175, 21) 100%);
}
.cta_btn.is_green {
  background: #1ea1aa;
  background: linear-gradient(300deg, rgb(30, 161, 170) 0%, rgb(73, 184, 192) 100%);
}
.cta_btn.is_blue {
  background: #004994;
  background: linear-gradient(300deg, rgb(0, 73, 148) 0%, rgb(28, 101, 175) 100%);
}
.cta_btn > span {
  font-size: 75%;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  .cta_btn {
    padding: 18px 10px;
  }
}
@media (max-width: 767px) {
  .cta_btn {
    padding: 16px 10px;
    max-width: 300px;
    width: 70vw;
  }
}

/* padding */
.pd_m {
  padding: 100px 0;
}

.pdt_m {
  padding-top: 100px;
}

.pdb_m {
  padding-bottom: 100px;
}

.pd_s {
  padding: 60px 0;
}

.pdt_s {
  padding-top: 60px;
}

.pdb_s {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .pd_m {
    padding: 60px 0;
  }
  .pdt_m {
    padding-top: 60px;
  }
  .pdb_m {
    padding-bottom: 60px;
  }
  .pd_s {
    padding: 30px 0;
  }
  .pdt_s {
    padding-top: 30px;
  }
  .pdb_s {
    padding-bottom: 30px;
  }
}
/* display */
.is_sp,
.is_tb {
  display: none !important;
}

@media (max-width: 1024px) {
  .is_pc {
    display: none !important;
  }
  .is_tb {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .is_sp {
    display: block !important;
  }
}
/* ----------------  header ---------------- */
.header {
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 99;
}
@media (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1300px;
  height: 100%;
}
.header_main .logo {
  position: relative;
  width: 172px;
  z-index: 100;
}
.header_main .logo img {
  display: block;
}
@media (max-width: 1024px) {
  .header_main .logo {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .header_main .logo {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .header_main {
    padding: 0 10px;
  }
}
.header_menu {
  display: flex;
  align-items: flex-end;
  gap: 3.6%;
  position: relative;
  margin: 0 0 0 auto;
}
.header_menu .cta_btn {
  box-shadow: none;
  font-size: clamp(10px, 1.2vw, 15px);
  padding: 8px 8px 10px;
  white-space: nowrap;
  width: 194px;
}
@media (max-width: 1024px) {
  .header_menu .cta_btn {
    width: 20vw;
  }
}
@media (max-width: 767px) {
  .header_menu .cta_btn {
    padding: 6px;
    width: 28vw;
  }
  .header_menu .cta_btn::before {
    content: none;
  }
}

/* ----------------  mv ---------------- */
.mv {
  background: url(../images/bg_line.webp) repeat 20px 20px/1474px;
  position: relative;
  overflow: hidden;
  height: 726px;
}
.mv::before {
  content: "";
  background: url(../images/mv_bg_right.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -10px;
  width: 467px;
  height: 726px;
}
@media (max-width: 1180px) {
  .mv {
    height: 62vw;
  }
  .mv::before {
    right: -26%;
  }
}
@media (max-width: 767px) {
  .mv {
    height: auto;
    background: url(../images/bg_line.webp) repeat 20px 20px/960px;
  }
  .mv::before {
    content: none;
  }
}
.mv .mv_device {
  position: absolute;
  right: 0;
  top: 53.5%;
  transform: translateY(-50%);
  width: 618px;
  width: clamp(490px, 39.2vw, 750px);
}
.mv .mv_device.sp_only {
  display: none;
}
@media (max-width: 1180px) {
  .mv .mv_device {
    right: -2%;
    top: 46%;
    width: 44vw;
  }
}
@media (max-width: 767px) {
  .mv .mv_device {
    position: static;
    transform: none;
    margin: 0 auto;
    width: 72vw;
  }
  .mv .mv_device.pc_tb {
    display: none;
  }
  .mv .mv_device.sp_only {
    display: block;
  }
}
.mv .mv_item {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1280px;
}
.mv .mv_item .logo {
  display: block;
  max-width: 410px;
  width: 100%;
}
@media (max-width: 1180px) {
  .mv .mv_item .logo {
    max-width: 34vw;
  }
}
@media (max-width: 767px) {
  .mv .mv_item .logo {
    margin: 0 auto;
    position: relative;
    left: -10px;
    max-width: 48vw;
  }
}
.mv .mv_main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .mv .mv_main {
    top: 54%;
  }
}
@media (max-width: 767px) {
  .mv .mv_main {
    padding: 2em 0 2.4em;
    position: static;
    transform: none;
  }
}
.mv .mv_ttl {
  font-size: clamp(15px, 2vw, 26px);
  line-height: 1.7;
  margin: 1.8em 0 1.4em;
}
.mv .mv_ttl > span {
  background: #ff9500;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 96%;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.4em 0.6em;
  margin-right: 0.6em;
  vertical-align: middle;
}
.mv .mv_ttl > strong {
  color: #ff9500;
  display: inline-block;
  font-size: 168%;
  font-weight: inherit;
  vertical-align: -12%;
}
@media (max-width: 767px) {
  .mv .mv_ttl {
    text-align: center;
    margin: 1.2em 0 1em;
  }
  .mv .mv_ttl > span {
    padding: 0.3em 0.6em;
    margin: 0.8em 0 0;
  }
  .mv .mv_ttl > strong {
    display: block;
  }
}
.mv .mv_box {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ff9500;
  display: flex;
  align-items: center;
  gap: 1.8em;
  padding: 1.2em 2.2em;
  max-width: 510px;
}
@media (max-width: 767px) {
  .mv .mv_box {
    border-radius: 8px;
  }
}
.mv .mv_box img {
  display: block;
  width: 78px;
}
.mv .mv_box p {
  font-size: clamp(12px, 1.4vw, 18px);
  font-weight: 500;
}
@media (max-width: 1180px) {
  .mv .mv_box {
    max-width: 50vw;
  }
  .mv .mv_box img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .mv .mv_box {
    gap: 1.2em;
    padding: 1em 1.6em;
    margin: 0.6em auto;
    max-width: 340px;
    width: 90%;
  }
  .mv .mv_box img {
    width: 10vw;
  }
  .mv .mv_box p {
    line-height: 1.4;
  }
}
.mv .btn_item {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 2.8em;
}
.mv .btn_item .cta_btn {
  font-size: clamp(14px, 1.8vw, 20px);
  width: 330px;
}
@media (max-width: 1180px) {
  .mv .btn_item {
    margin-top: 2em;
  }
  .mv .btn_item .cta_btn {
    width: 34vw;
  }
}
@media (max-width: 767px) {
  .mv .btn_item {
    margin-top: 1.6em;
    flex-direction: column;
  }
  .mv .btn_item .cta_btn {
    max-width: 300px;
    width: 70vw;
  }
}

/* ---------------- feature ---------------- */
.feature {
  background: #fff6e7;
}
.feature_list {
  display: flex;
  justify-content: center;
  gap: 2.4%;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .feature_list {
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }
}
.feature_list li {
  border-radius: 14px;
  background: #fff;
  box-shadow: 3px 3px 14px 0px rgba(202, 134, 38, 0.14);
  flex: 1;
  padding: 2em 1.8em;
}
@media (max-width: 767px) {
  .feature_list li {
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .feature_list li {
    padding: 2.4em 2.6em;
    max-width: 540px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .feature_list li {
    padding: 2.2em 2em;
  }
}
.feature_list li .ttl {
  color: #ff9500;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.feature_list li img {
  display: block;
  margin: 1.4em auto;
  max-width: 160px;
  width: 100%;
}
@media (max-width: 767px) {
  .feature_list li img {
    max-width: 100px;
  }
}
.feature_list li p {
  font-size: 95%;
}
.feature_list li p > strong {
  color: #ff9500;
}

/* ---------------- video ---------------- */
.video_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .video_list {
    flex-direction: column;
    align-items: center;
    margin-bottom: -2em;
  }
}
.video_list li {
  text-align: center;
  margin-bottom: 4em;
  width: 47.5%;
}
@media (max-width: 1024px) {
  .video_list li {
    width: 100%;
    margin-bottom: 3em;
  }
}
.video_list .ttl {
  color: #ff9500;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 500;
  margin-bottom: 0.8em;
}
.video_list .txt {
  font-size: 93.8%;
  margin-top: 1em;
}

.youtube {
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 570px;
}
.youtube_item {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ---------------- problem ---------------- */
.problem {
  background: #ededed;
  background: linear-gradient(0deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
  position: relative;
}
.problem::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 70px 0 70px;
  border-color: #ededed transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .problem {
    padding-bottom: 20px;
  }
  .problem::before {
    border-width: 34px 45px 0 45px;
    bottom: -28px;
  }
}
.problem .sec_ttl > strong {
  color: #1ea1aa;
  font-size: 120%;
}
.problem .problem_box {
  background: #fff;
  border: 1px solid #a9d8db;
  border-radius: 14px;
  box-shadow: 4px 4.5px 10px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 2%;
  padding: 3em 2em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .problem .problem_box {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .problem .problem_box {
    padding: 1.4em 2em;
    flex-direction: column;
  }
}
.problem .problem_box .ttl_wrap {
  border-right: 1px solid #e0e0e0;
  padding: 1.6em 1em 1.6em 0;
  width: 28%;
}
@media (max-width: 767px) {
  .problem .problem_box .ttl_wrap {
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.2em 0 1.2em;
    width: 100%;
  }
}
.problem .problem_box .ttl_wrap img {
  display: block;
  margin: 0 auto;
  max-width: 130px;
  width: 100%;
}
@media (max-width: 1024px) {
  .problem .problem_box .ttl_wrap img {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .problem .problem_box .ttl_wrap img {
    max-width: 80px;
  }
}
.problem .problem_box .ttl_wrap .ttl {
  color: #1ea1aa;
  font-size: clamp(15px, 2vw, 22px);
  line-height: 1.5;
  text-align: center;
  margin-top: 0.6em;
}
.problem .problem_box .list_wrap {
  padding: 0 0 0 2em;
  width: 70%;
}
@media (max-width: 1024px) {
  .problem .problem_box .list_wrap {
    padding: 0 0 0 1.4em;
  }
}
@media (max-width: 767px) {
  .problem .problem_box .list_wrap {
    padding: 1.4em 0 0;
    width: 100%;
  }
}
.problem .problem_box .list_wrap .list li {
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 500;
  text-indent: -1.6em;
  padding-left: 1.6em;
  position: relative;
  margin: 0.2em 0;
}
.problem .problem_box .list_wrap .list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #1ea1aa;
  line-height: 1;
  width: 1em;
  height: 0.6em;
  border: 0.23em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  margin-right: 0.6em;
}
.problem .problem_box .list_wrap .list li strong {
  color: #1ea1aa;
}
@media (max-width: 767px) {
  .problem .problem_box .list_wrap .list li {
    font-size: clamp(12px, 1.4vw, 18px);
  }
}

/* ---------------- solution ---------------- */
.solution {
  background: url(../images/bg_line.webp) repeat 20px 20px/1474px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .solution {
    background: url(../images/bg_line.webp) repeat 20px 20px/960px;
  }
}
.solution_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  padding: 0 10px;
  margin: 0 auto 4em;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .solution_head {
    margin-bottom: 3em;
    flex-direction: column-reverse;
  }
}
.solution_head .device {
  max-width: 690px;
  width: 55%;
}
@media (max-width: 1024px) {
  .solution_head .device {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .solution_head .device {
    width: 90%;
  }
}
.solution_head .tti_wrap {
  text-align: center;
  width: 43%;
}
@media (max-width: 767px) {
  .solution_head .tti_wrap {
    width: 100%;
  }
}
.solution_head .tti_wrap .logo {
  display: block;
  margin: 0 auto 1.2em;
  max-width: 310px;
  width: 100%;
}
@media (max-width: 1024px) {
  .solution_head .tti_wrap .logo {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .solution_head .tti_wrap .logo {
    margin: 0 auto 0.8em;
    max-width: 40vw;
  }
}
.solution_head .tti_wrap .main_ttl .line {
  display: inline-block;
  font-size: clamp(24px, 3.6vw, 46px);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.solution_head .tti_wrap .main_ttl .line::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0.3em;
  width: 100%;
  height: 10px;
  border-radius: 6px;
  background: #fff0d8;
  z-index: -1;
}
.solution_head .tti_wrap .main_ttl .line strong {
  color: #ff9500;
  display: inline-block;
  font-size: 110%;
  font-weight: inherit;
  letter-spacing: 0.06em;
  margin-right: 0.1em;
}
.solution_head .tti_wrap .main_ttl .line span {
  font-size: 80%;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .solution_head .tti_wrap .main_ttl {
    line-height: 1.5;
    margin-bottom: 1.4em;
  }
}
.solution_list li {
  background: #fff;
  border: 2px solid #ffd599;
  box-shadow: 3px 3px 14px 0px rgba(202, 134, 38, 0.14);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
  padding: 4.8em;
  margin-bottom: 3.6em;
}
@media (max-width: 767px) {
  .solution_list li {
    border-radius: 10px;
  }
}
.solution_list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .solution_list li {
    flex-direction: column;
    margin: 0 auto 2.6em;
    max-width: 640px;
  }
  .solution_list li:nth-of-type(even) {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .solution_list li {
    padding: 2.4em 1.8em;
  }
}
.solution_list li .txt_wrap {
  width: 50%;
}
@media (max-width: 1024px) {
  .solution_list li .txt_wrap {
    display: contents;
    width: 100%;
  }
}
.solution_list li .txt_wrap .txt_en {
  display: block;
  line-height: 1.4;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #ff9500, #ffeac1) 1;
  margin-bottom: 1em;
}
.solution_list li .txt_wrap .txt_en span {
  background: linear-gradient(100deg, #ff9500 0%, #ffb423 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  font-size: clamp(16px, 2.8vw, 26px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .solution_list li .txt_wrap .txt_en {
    margin-bottom: 1.6em;
    order: 1;
    width: 100%;
  }
}
.solution_list li .txt_wrap .ttl {
  color: #ff9500;
  font-size: clamp(18px, 3.2vw, 30px);
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .solution_list li .txt_wrap .ttl {
    order: 2;
    text-align: center;
    width: 100%;
  }
}
.solution_list li .txt_wrap .txt {
  font-size: clamp(13px, 1.4vw, 18px);
}
@media (max-width: 1024px) {
  .solution_list li .txt_wrap .txt {
    order: 4;
  }
}
.solution_list li .pic {
  max-width: 440px;
  width: 42%;
}
@media (max-width: 1024px) {
  .solution_list li .pic {
    order: 3;
    margin: 0 auto 1.6em;
    width: 94%;
  }
}

/* ---------------- function ---------------- */
.function {
  background: #fff0d8;
  background: linear-gradient(330deg, rgb(255, 240, 216) 0%, rgb(255, 247, 234) 76%, rgb(255, 247, 234) 100%);
}
.function_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6em;
}
@media (max-width: 1024px) {
  .function_list {
    flex-direction: column;
    align-items: center;
    margin-top: 3.6em;
  }
}
.function_list li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 3px 3px 14px 0px rgba(202, 134, 38, 0.14);
  padding: 3.4em 2.8em;
  position: relative;
  margin-bottom: 6em;
  width: 47.5%;
}
@media (max-width: 767px) {
  .function_list li {
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .function_list li {
    margin-bottom: 4em;
    max-width: 570px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .function_list li {
    padding: 2.8em 2em;
    margin-bottom: 3.4em;
  }
}
.function_list li .num {
  background: #ff9500;
  background: linear-gradient(300deg, rgb(255, 149, 0) 0%, rgb(255, 175, 21) 100%);
  border-radius: 100px;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1;
  text-align: center;
  padding: 0.4em;
  position: absolute;
  top: -0.85em;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
}
.function_list li .num span {
  font-size: 130%;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .function_list li .num {
    max-width: 34vw;
  }
}
.function_list li .ttl {
  color: #ff9500;
  font-size: clamp(16px, 2.8vw, 26px);
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
}
.function_list li .ttl span {
  font-size: 85%;
  font-weight: inherit;
}
.function_list li img {
  display: block;
  margin: 0 auto;
  max-width: 470px;
  width: 100%;
}
.function_list li dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8em;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .function_list li dl {
    display: block;
  }
}
.function_list li dl dt {
  background: #fff0db;
  border-radius: 4px;
  color: #ff9500;
  font-weight: 500;
  text-align: center;
  padding: 0.2em;
  max-width: 118px;
  width: 25%;
}
@media (max-width: 767px) {
  .function_list li dl dt {
    display: inline-block;
    padding: 0.2em 1.8em;
    margin-bottom: 0.2em;
    max-width: none;
    width: auto;
  }
}
.function_list li dl dd {
  font-size: 93.8%;
  padding: 0.2em 0;
  width: 70%;
}
.function_list li dl dd > span {
  display: block;
}
.function_list li dl dd > span + span {
  margin-top: 0.6em;
}
.function_list li dl dd strong {
  display: block;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .function_list li dl dd {
    width: 100%;
    margin-bottom: 1em;
  }
}

/* ---------------- operation ---------------- */
.operation {
  background: #fff0d8;
  background: linear-gradient(352deg, rgb(255, 240, 216) 0%, rgb(255, 247, 234) 20%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
}
.operation .sec_ttl {
  margin-bottom: 1em;
}
.operation_item {
  margin-bottom: 10em;
}
@media (max-width: 767px) {
  .operation_item {
    margin-bottom: 5em;
  }
}
.operation_item .item_ttl {
  background: #ff9500;
  border-radius: 4px;
  color: #fff;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.4;
  text-align: center;
  padding: 0.2em 0.6em;
  margin-bottom: 1.6em;
}
@media (max-width: 767px) {
  .operation_item .item_ttl {
    margin-bottom: 1.2em;
  }
}
.operation_item .txt_l {
  font-size: clamp(13px, 1.4vw, 18px);
  text-align: center;
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .operation_item .txt_l {
    text-align: left;
    margin-bottom: 2em;
  }
}
.operation_list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.6em;
}
.operation_list > li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .operation_list > li {
    margin-bottom: 4em;
    flex-direction: column;
  }
  .operation_list > li:nth-of-type(even) {
    flex-direction: column;
  }
}
.operation_list > li .youtube {
  margin: 0;
  width: 48%;
}
@media (max-width: 1024px) {
  .operation_list > li .youtube {
    max-width: 570px;
    width: 100%;
  }
}
.operation_list > li .txt_wrap {
  width: 47%;
}
@media (max-width: 1024px) {
  .operation_list > li .txt_wrap {
    margin-top: 1.2em;
    max-width: 570px;
    width: 100%;
  }
}
.operation_list > li .txt_wrap .tag {
  display: block;
  margin-bottom: 0.6em;
  max-width: 133px;
  width: 100%;
}
@media (max-width: 1024px) {
  .operation_list > li .txt_wrap .tag {
    max-width: 96px;
  }
}
.operation_list > li .txt_wrap .ttl {
  color: #ff9500;
  font-size: clamp(16px, 2.8vw, 26px);
  margin-bottom: 0.8em;
}
.operation_list > li .txt_wrap p {
  font-size: 93.8%;
}
.operation_list > li .txt_wrap .txt_m {
  font-size: clamp(13px, 1.4vw, 18px);
}
.operation_list > li .txt_wrap .disc {
  text-indent: -0.65em;
  padding-left: 1.8em;
  position: relative;
}
.operation_list > li .txt_wrap .disc::before {
  content: "●";
  color: #ff9500;
  display: inline-block;
  font-size: 55%;
  position: relative;
  top: -0.3em;
  margin-right: 0.4em;
}
.operation_box {
  background: #fff;
  border: 1px solid #ffae3c;
  border-radius: 10px;
  box-shadow: 3px 3px 14px 0px rgba(202, 134, 38, 0.14);
  padding: 1.8em 2.6em 2.6em;
  margin: -2em auto 0;
  max-width: 580px;
}
@media (max-width: 767px) {
  .operation_box {
    border-radius: 8px;
  }
}
.operation_box .ttl {
  color: #ff9500;
  font-size: clamp(16px, 2.4vw, 24px);
  text-align: center;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .operation_box {
    padding: 1.4em 1.6em 1.6em;
  }
}
.operation .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.6em;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 1em;
}
.operation .detail dt {
  background: #fff0db;
  border-radius: 4px;
  color: #ff9500;
  font-weight: 500;
  text-align: center;
  padding: 0.15em;
  max-width: 110px;
  width: 20%;
}
.operation .detail dd {
  font-size: 93.8%;
  padding: 0.15em 0;
  width: 75%;
}
@media (max-width: 767px) {
  .operation .detail {
    display: block;
  }
  .operation .detail dt {
    max-width: 100px;
    width: 100%;
  }
  .operation .detail dd {
    padding: 0.6em 0 1em;
    width: 100%;
  }
}
.operation .detail.is_l {
  display: block;
}
.operation .detail.is_l dt {
  max-width: 170px;
  width: 100%;
}
.operation .detail.is_l dd {
  padding: 0.6em 0 1em;
  width: 100%;
}
.operation .other_list li {
  border: 1px solid #ffae3c;
  border-radius: 10px;
  box-shadow: 3px 3px 14px 0px rgba(202, 134, 38, 0.14);
  display: flex;
  margin-bottom: 2em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .operation .other_list li {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .operation .other_list li {
    flex-direction: column;
  }
}
.operation .other_list li .item_01 {
  background: #ffae3c;
  padding: 2em;
  position: relative;
  width: 25%;
}
@media (max-width: 1024px) {
  .operation .other_list li .item_01 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .operation .other_list li .item_01 {
    padding: 1.8em 1.4em;
    width: 100%;
  }
}
.operation .other_list li .item_01 .ttl {
  color: #fff;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.operation .other_list li .item_01 .ttl::before {
  content: "";
  background: url(../images/icon_setting.webp) no-repeat center/contain;
  display: inline-block;
  margin-right: 0.6em;
  width: 25px;
  height: 25px;
  vertical-align: -12%;
}
@media (max-width: 1024px) {
  .operation .other_list li .item_01 .ttl::before {
    width: 1.2em;
    height: 1.2em;
  }
}
.operation .other_list li .item_02 {
  background: #fff;
  padding: 2.8em 2.4em;
  width: 75%;
}
@media (max-width: 1024px) {
  .operation .other_list li .item_02 {
    padding: 2.4em 2em;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .operation .other_list li .item_02 {
    padding: 1.8em 1.6em;
    width: 100%;
  }
}

/* ---------------- reading ---------------- */
.reading {
  background: #fff0db;
}
.reading .sec_ttl span {
  font-size: 85%;
}
.reading_item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reading_item {
    flex-direction: column;
  }
}
.reading_item .box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 14px 0px rgba(202, 134, 38, 0.14);
  padding: 2.4em;
  margin-bottom: 2em;
  width: 47.5%;
}
@media (max-width: 767px) {
  .reading_item .box {
    border-radius: 8px;
  }
}
@media (max-width: 1024px) {
  .reading_item .box {
    padding: 2.2em 2em;
    width: 49%;
  }
}
@media (max-width: 767px) {
  .reading_item .box {
    margin-bottom: 1.6em;
    width: 100%;
  }
}
.reading_item .box .ttl {
  color: #ff9500;
  font-size: clamp(16px, 2.4vw, 24px);
  text-align: center;
  margin-bottom: 1.2em;
}
.reading_item .box .check {
  margin: 0 auto;
  max-width: 360px;
}
.reading_item .box .check li {
  font-weight: 500;
  margin-bottom: 0.4em;
  text-indent: -1.6em;
  padding-left: 1.6em;
  position: relative;
  margin: 0.2em 0;
}
.reading_item .box .check li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #ff9500;
  line-height: 1;
  width: 1em;
  height: 0.6em;
  border: 0.25em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  margin-right: 0.6em;
}
.reading_item .box dl {
  text-align: center;
}
.reading_item .box dl dt {
  background: #fff0db;
  border-radius: 100px;
  color: #ff9500;
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  padding: 0.3em;
  margin: 0 auto;
  max-width: 140px;
}
.reading_item .box dl dd {
  margin: 0.6em 0 1.4em;
}

/* ---------------- step ---------------- */
.step_list {
  padding-left: 24px;
  position: relative;
}
.step_list::before {
  content: "";
  background: #ffae3c;
  position: absolute;
  top: 0;
  left: 15.6em;
  width: 8px;
  height: 100%;
}
@media (max-width: 1024px) {
  .step_list::before {
    left: 14em;
  }
}
@media (max-width: 767px) {
  .step_list {
    padding: 0 14px;
  }
  .step_list::before {
    left: 48%;
  }
}
.step_list > li {
  background: #fff;
  border: 2px solid #ffd599;
  border-radius: 10px;
  box-shadow: 3px 3px 14px 0px rgba(202, 134, 38, 0.14);
  display: flex;
  margin-bottom: 3.2em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .step_list > li {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .step_list > li {
    flex-direction: column;
    margin-bottom: 2.4em;
  }
}
.step_list > li .ttl_wrap {
  padding: 2.6em 4em 2.6em 5.4em;
  position: relative;
  width: 42%;
}
@media (max-width: 1024px) {
  .step_list > li .ttl_wrap {
    padding: 3.6em 1.6em 3.6em 2.8em;
  }
}
@media (max-width: 767px) {
  .step_list > li .ttl_wrap {
    padding: 1.8em 2.8em 1.8em 3.2em;
    width: 100%;
  }
}
.step_list > li .ttl_wrap .num {
  background: #ff9500;
  background: linear-gradient(300deg, rgb(255, 149, 0) 0%, rgb(255, 175, 21) 100%);
  border-radius: 100px;
  position: absolute;
  top: -1.4em;
  left: -1.6em;
  text-align: center;
  width: 92px;
  height: 92px;
}
.step_list > li .ttl_wrap .num .txt_en {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding-top: 1.16em;
}
.step_list > li .ttl_wrap .num .txt_en strong {
  display: block;
  font-size: 215%;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  .step_list > li .ttl_wrap .num {
    width: 70px;
    height: 70px;
  }
  .step_list > li .ttl_wrap .num .txt_en {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .step_list > li .ttl_wrap .num {
    width: 60px;
    height: 60px;
  }
  .step_list > li .ttl_wrap .num .txt_en {
    font-size: 11px;
  }
}
.step_list > li .ttl_wrap .ttl {
  color: #ff9500;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 500;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .step_list > li .ttl_wrap .ttl {
    margin-bottom: 0.4em;
  }
}
.step_list > li .ttl_wrap .txt_l {
  font-weight: 500;
}
.step_list > li .list_wrap {
  background: #f7f7f7;
  border-radius: 0 10px 10px 0;
  padding: 2.8em 4em;
  width: 58%;
}
@media (max-width: 1024px) {
  .step_list > li .list_wrap {
    padding: 3.2em 3em;
  }
}
@media (max-width: 767px) {
  .step_list > li .list_wrap {
    border-radius: 0 0 8px 8px;
    padding: 1.6em;
    width: 100%;
  }
}
.step_list > li .list_wrap .order li {
  display: flex;
  gap: 0.4em;
  font-size: clamp(12px, 1vw, 15px);
}
.step_list > li .list_wrap .order .txt_en {
  color: #ff9500;
  font-size: 110%;
}

/* ---------------- price ---------------- */
.price {
  background: #f7f7f7;
}
.price_tbl {
  border-collapse: separate;
  border-spacing: 4px;
}
.price_tbl thead th {
  background: #8e8e8e;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 500;
  text-align: center;
  padding: 0.8em;
  vertical-align: middle;
}
.price_tbl thead .c_01 {
  background: #ff9500;
}
.price_tbl thead .c_02 {
  background: #1ea1aa;
}
.price_tbl tbody th,
.price_tbl tbody td {
  background: #fff;
  font-size: clamp(13px, 1.4vw, 18px);
  padding: 1.4em 0.8em;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .price_tbl tbody th,
  .price_tbl tbody td {
    font-size: clamp(11px, 1.4vw, 18px);
    padding: 1.4em 0.6em;
  }
}
.price_tbl tbody th {
  font-weight: 500;
  width: 37%;
}
.price_tbl tbody th + td {
  width: 37%;
}
.price_tbl tbody th + td + td {
  width: 26%;
}
.price_tbl tbody .num {
  font-size: 160%;
  line-height: 1;
}
.price_tbl tbody .num span {
  font-size: 60%;
  font-weight: inherit;
}

/* ---------------- case ---------------- */
.case {
  background: #fff6e7;
}
.case_box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 3px 3px 14px 0px rgba(202, 134, 38, 0.14);
  overflow: hidden;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .case_box {
    border-radius: 10px;
  }
}
.case_box .case_ttl {
  background: #ffae3c;
  text-align: center;
  padding: 0.8em 0.4em;
}
.case_box .case_ttl span {
  color: #fff;
  display: block;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .case_box .case_ttl span {
    font-size: clamp(14px, 2.4vw, 24px);
  }
}
.case_box .item {
  padding: 2em 2em 2.6em;
}
@media (max-width: 1024px) {
  .case_box .item {
    min-height: 22em;
  }
}
@media (max-width: 767px) {
  .case_box .item {
    padding: 1.4em;
  }
}
.case_box .item dl {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  gap: 2%;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.6;
  padding-bottom: 0.2em;
  margin: 0.6em 0;
}
.case_box .item dl dt {
  color: #ff9500;
  display: inline-block;
  font-weight: 500;
  width: 22%;
}
.case_box .item dl dd {
  width: 76%;
}
@media (max-width: 767px) {
  .case_box .item dl {
    display: block;
    font-size: clamp(10px, 1vw, 15px);
  }
  .case_box .item dl dt {
    margin-bottom: 0.2em;
  }
  .case_box .item dl dt,
  .case_box .item dl dd {
    width: 100%;
  }
}
.case_box .item .benefit {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 1.7em 1em 1.4em;
  position: relative;
  margin-top: 2.4em;
}
.case_box .item .benefit .ttl {
  background: #ffae3c;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 0.2em;
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 110px;
}
.case_box .item .benefit p {
  font-size: 110%;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .case_box .item .benefit p {
    font-size: 90%;
  }
}
.case_box .item.is_others dl {
  display: block;
}
.case_box .item.is_others dl dt,
.case_box .item.is_others dl dd {
  display: inline-block;
  width: auto;
}

.slider .slick-slide {
  margin: 0 20px;
}
.slider .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1024px) {
  .slider .slick-slide {
    margin: 0 8px;
  }
  .slider .slick-list {
    margin: 0 -8px;
  }
}

.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  color: #dbdbdb;
  opacity: 1;
  font-size: 12px;
}
.slick-dots li.slick-active button:before {
  color: #ff9500;
}

.review_list {
  margin-top: 6em;
}
.review_list li {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #f3b1cc;
  box-shadow: inset 0px 0px 30px #fdeaf2;
  padding: 2.6em 2.4em;
  text-align: left;
  flex: 1;
}
@media (max-width: 767px) {
  .review_list li {
    padding: 2em;
  }
}
.review_list .voice_head {
  display: flex;
  align-items: center;
  gap: 1em;
  line-height: 1.5;
}
.review_list .voice_head img {
  width: 46px;
}
.review_list .voice_head dd > strong {
  display: block;
  font-weight: 700;
}
.review_list .voice_head dd > span {
  font-size: 92.9%;
}
.review_list .voice_txt {
  font-size: 85%;
}
.review_list .voice_star {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 12px 0 14px;
}
.review_list .voice_star .star {
  background: url(../images/icon_star_y.webp) no-repeat center/cover;
  display: block;
  width: 16px;
  height: 15px;
}
.review_list .voice_star .star.is_gray {
  background: url(../images/icon_star_g.webp) no-repeat center/cover;
}

/* ---------------- cta ---------------- */
.cta {
  background: url(../images/bg_line.webp) repeat 20px 20px/1474px;
  border-top: 3px solid #ff9500;
  border-bottom: 3px solid #ff9500;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .cta {
    background: url(../images/bg_line.webp) repeat 20px 20px/960px;
    padding: 60px 0;
  }
}
.cta .sec_ttl {
  line-height: 1.6;
}
.cta .sec_ttl > span {
  color: #ff9500;
  font-size: 114%;
  font-weight: 700;
}
.cta .btn_list {
  display: flex;
  justify-content: center;
  gap: 4%;
}
@media (max-width: 1024px) {
  .cta .btn_list {
    gap: 2em;
    flex-direction: column;
  }
}
.cta .btn_list li {
  flex: 1;
  text-align: center;
  margin-bottom: 1.8em;
}
@media (max-width: 767px) {
  .cta .btn_list li {
    margin-bottom: 0.8em;
  }
}
.cta .btn_list li .ttl {
  font-size: clamp(16px, 2.4vw, 24px);
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .cta .btn_list li .ttl {
    font-size: clamp(18px, 2.4vw, 24px);
  }
}
.cta .btn_list li .cta_btn {
  margin: 1em auto 0;
}

/* ---------------- footer ---------------- */
.footer .footer_main {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footer_main {
    padding: 40px 0;
  }
}
.footer .footer_main ul {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .footer .footer_main ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer .footer_address {
  font-size: 82%;
  line-height: 1.5;
  margin-right: auto;
  padding-left: 160px;
}
.footer .footer_address .logo {
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 120px;
}
@media (max-width: 767px) {
  .footer .footer_address {
    margin-left: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .footer .footer_address .logo {
    position: static;
    display: block;
    margin: 0 auto 1.4em;
  }
}
.footer .footer_cert {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 20px;
  text-align: center;
  width: 230px;
}
.footer .footer_cert img {
  max-width: 120px;
}
.footer .footer_cert + .footer_cert {
  border-left: none;
}
@media (max-width: 767px) {
  .footer .footer_cert {
    border-left: 0;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }
  .footer .footer_cert img {
    max-width: 80px;
  }
  .footer .footer_cert + .footer_cert {
    border-right: none;
  }
}
.footer .footer_copyright {
  background-color: #f3f5f9;
  font-size: 70%;
  letter-spacing: 0em;
  line-height: 1.5;
  opacity: 0.5;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: center;
}/*# sourceMappingURL=style.css.map */