@charset "UTF-8";
/*
デザイン上のpxサイズをvwに変換
viewportはデザインの横幅サイズ
*/
/*
メディアクエリ
記述例
body{
  @include ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
section.kv {
  position: relative;
}
@media (min-width:769px) {
  section.kv {
    padding-top: 59px;
  }
}
@media (max-width:768px) {
  section.kv {
    padding-top: 32px;
  }
}
@media (min-width:769px) {
  section.kv {
    padding-bottom: 97px;
  }
}
section.kv::before, section.kv::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width:769px) {
  section.kv::before, section.kv::after {
    height: 100%;
  }
}
@media (max-width:768px) {
  section.kv::before, section.kv::after {
    height: calc(100% - 28px);
  }
}
section.kv::before {
  background: linear-gradient(-41deg, #623F87 0%, #4F2473 55%, #3B1D56 100%);
}
section.kv::after {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width:769px) {
  section.kv::after {
    background-image: url("../../../images/about/what-we-can-do/kv/kv-pc.webp");
  }
}
@media (max-width:768px) {
  section.kv::after {
    background-image: url("../../../images/about/what-we-can-do/kv/kv-sp.webp");
  }
}
@media (min-width:769px) {
  .no-webp section.kv::after {
    background-image: url("../../../images/about/what-we-can-do/kv/kv-pc.png");
  }
}
@media (max-width:768px) {
  .no-webp section.kv::after {
    background-image: url("../../../images/about/what-we-can-do/kv/kv-sp.png");
  }
}
@media (min-width:769px) {
  section.kv .main-content-box {
    width: auto;
  }
}
section.kv .kv-inner {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width:769px) {
  section.kv .kv-inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  section.kv .kv-inner {
    max-width: 1080px;
  }
}
@media (min-width:769px) {
  section.kv .kv-inner {
    display: flex;
    justify-content: space-between;
  }
}
section.kv .txts {
  position: relative;
  z-index: 2;
}
@media (min-width:769px) {
  section.kv .txts {
    padding-top: 35px;
  }
}
section.kv .txts .txt-en {
  font-weight: 600;
  color: #FFE9B3;
}
@media (min-width:769px) {
  section.kv .txts .txt-en {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt-en {
    font-size: 17px;
  }
}
@media (min-width:769px) {
  section.kv .txts .txt-en {
    line-height: 1.4;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt-en {
    line-height: 30.4px;
  }
}
@media (min-width:769px) {
  section.kv .txts .txt-en {
    letter-spacing: 5.44px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt-en {
    letter-spacing: 3px;
  }
}
section.kv .txts .txt1 {
  font-weight: 500;
  letter-spacing: 3.68px;
  color: #fff;
}
@media (min-width:769px) {
  section.kv .txts .txt1 {
    font-size: 46px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt1 {
    font-size: 29px;
  }
}
@media (min-width:769px) {
  section.kv .txts .txt1 {
    line-height: 75.9px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt1 {
    line-height: 1.5;
  }
}
@media (min-width:769px) {
  section.kv .txts .txt1 {
    margin-top: 23px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt1 {
    margin-top: 13px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt1 .small {
    font-size: 21px;
  }
}
section.kv .txts .txt2 {
  line-height: 1.8;
  letter-spacing: 1.36px;
  color: #fff;
}
@media (min-width:769px) {
  section.kv .txts .txt2 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt2 {
    font-size: 16px;
  }
}
@media (min-width:769px) {
  section.kv .txts .txt2 {
    margin-top: 22px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt2 {
    margin-top: 13px;
  }
}
section.kv .txts .txt3 {
  line-height: 24.7px;
  letter-spacing: 2.34px;
  color: #FFE9B3;
}
@media (min-width:769px) {
  section.kv .txts .txt3 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt3 {
    font-size: 16px;
  }
}
@media (min-width:769px) {
  section.kv .txts .txt3 {
    margin-top: 29px;
  }
}
@media (max-width:768px) {
  section.kv .txts .txt3 {
    margin-top: 19px;
  }
}
section.kv .figs {
  position: relative;
}
@media (min-width:769px) {
  section.kv .figs {
    padding-right: 90px;
  }
}
@media (max-width:768px) {
  section.kv .figs {
    padding-bottom: 29.33vw;
  }
}
@media (max-width:768px) {
  section.kv .figs {
    margin-top: 27px;
  }
}
@media (max-width:768px) {
  section.kv .figs {
    overflow: hidden;
  }
}
section.kv .figs .main-content-box {
  position: relative;
}
@media (max-width:768px) {
  section.kv .figs .main-content-box {
    width: 100%;
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(1) {
    width: 315px;
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(1) {
    width: 56.53vw;
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(1) {
    margin-left: 63px;
  }
}
section.kv .figs figure:nth-child(n+2) {
  position: absolute;
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(2) {
    width: 180px;
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(2) {
    width: 27.46vw;
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(2) {
    top: 65px;
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(2) {
    top: 3.46vw;
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(2) {
    left: calc(100% - 40px);
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(2) {
    right: 9.33vw;
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(3) {
    width: 228px;
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(3) {
    width: 29.86vw;
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(3) {
    top: calc(100% - 104px);
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(3) {
    right: calc(100% - 84px);
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(3) {
    top: calc(100% - 9.86vw);
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(3) {
    left: 3.46vw;
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(4) {
    width: 169px;
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(4) {
    width: 34.93vw;
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(4) {
    right: 0;
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(4) {
    right: -29.33vw;
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(4) {
    top: calc(100% + 38px);
  }
}
@media (min-width:769px) {
  section.kv .figs figure:nth-child(4) {
    left: calc(100% - 66px);
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(4) {
    bottom: -29.33vw;
  }
}
@media (max-width:768px) {
  section.kv .figs figure:nth-child(4) {
    right: -2.66vw;
  }
}

/************************************************************
SCREEN ALL
*************************************************************/
section.all-in-one {
  overflow: hidden;
  position: relative;
}
@media (min-width:769px) {
  section.all-in-one {
    padding-top: 96px;
  }
}
@media (max-width:768px) {
  section.all-in-one {
    padding-top: 80px;
  }
}
@media (min-width:769px) {
  section.all-in-one {
    padding-bottom: 96px;
  }
}
@media (max-width:768px) {
  section.all-in-one {
    padding-bottom: 80px;
  }
}
@media (max-width:768px) {
  section.all-in-one {
    margin-top: -30px;
  }
}
section.all-in-one::before, section.all-in-one::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media (min-width:769px) {
  section.all-in-one::before, section.all-in-one::after {
    background-image: url("../../../images/about/what-we-can-do/all-in-one/bg-pc.webp");
  }
}
@media (max-width:768px) {
  section.all-in-one::before, section.all-in-one::after {
    background-image: url("../../../images/about/what-we-can-do/all-in-one/bg-sp.webp");
  }
}
@media (min-width:769px) {
  .no-webp section.all-in-one::before, .no-webp section.all-in-one::after {
    background-image: url("../../../images/about/what-we-can-do/all-in-one/bg-pc.png");
  }
}
@media (max-width:768px) {
  .no-webp section.all-in-one::before, .no-webp section.all-in-one::after {
    background-image: url("../../../images/about/what-we-can-do/all-in-one/bg-sp.png");
  }
}
section.all-in-one .all-in-one-inner {
  position: relative;
  z-index: 2;
}
section.all-in-one .use-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  justify-content: center;
}
@media (min-width:769px) {
  section.all-in-one .use-list {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list {
    margin-top: 24px;
  }
}
section.all-in-one .use-list > li {
  text-align: center;
}
@media (min-width:769px) {
  section.all-in-one .use-list > li {
    width: calc((100% - 48px) / 7);
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li {
    width: calc((100% - 24px) / 4);
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
section.all-in-one .use-list > li figure {
  margin: 0 auto;
}
@media (min-width:769px) {
  section.all-in-one .use-list > li figure {
    width: 120px;
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li figure {
    width: 100%;
  }
}
section.all-in-one .use-list > li .title {
  font-weight: 600;
  letter-spacing: 0.65px;
  color: #252525;
}
@media (min-width:769px) {
  section.all-in-one .use-list > li .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li .title {
    font-size: 16px;
  }
}
@media (min-width:769px) {
  section.all-in-one .use-list > li .title {
    line-height: 22.8px;
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li .title {
    line-height: 1.2;
  }
}
@media (min-width:769px) {
  section.all-in-one .use-list > li .title {
    margin-top: 15px;
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li .title {
    margin-top: 8px;
  }
}
@media (min-width:769px) {
  section.all-in-one .use-list > li .title {
    margin-bottom: 10px;
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li .title {
    margin-bottom: 4px;
  }
}
@media (min-width:769px) {
  section.all-in-one .use-list > li .title span.sp {
    display: none;
  }
}
section.all-in-one .use-list > li .desc {
  line-height: 1.2;
  letter-spacing: 0;
  color: #666;
}
@media (min-width:769px) {
  section.all-in-one .use-list > li .desc {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li .desc {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  section.all-in-one .use-list > li .desc {
    margin-top: auto;
  }
}
section.all-in-one .nav-list {
  margin-top: 30px;
}
@media (min-width:769px) {
  section.all-in-one .nav-list {
    display: flex;
    gap: 16px;
  }
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li {
    width: calc((100% - 64px) / 5);
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li {
    width: 100%;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li:nth-child(n+2) {
    margin-top: 12px;
  }
}
section.all-in-one .nav-list > li a {
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border: 1px solid #674498;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li a {
    padding: 16px 14px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li a {
    padding: 10px 10px 6px;
  }
}
section.all-in-one .nav-list > li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .upper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 7px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .txts {
    width: 150px;
  }
}
section.all-in-one .nav-list > li .desc {
  letter-spacing: 0;
  color: #555;
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li .desc {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .desc {
    font-size: 12px;
  }
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li .desc {
    line-height: 1.5;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .desc {
    line-height: 16px;
  }
}
section.all-in-one .nav-list > li .title {
  font-weight: 700;
  line-height: 28.5px;
  letter-spacing: 0.9px;
  color: #674498;
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li .title {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .title {
    font-size: 18px;
  }
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li .title {
    margin-top: 10px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .title {
    margin-top: 5px;
  }
}
section.all-in-one .nav-list > li .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .tags {
    width: calc(100% - 16px - 150px);
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .tags {
    justify-content: flex-end;
  }
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li .tags {
    margin-top: 17px;
    margin-bottom: 14px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .tags.min-width > li {
    min-width: 55px;
  }
}
section.all-in-one .nav-list > li .tags > li {
  line-height: 1;
  letter-spacing: 0.21px;
  text-align: center;
  white-space: nowrap;
  color: #8c7430;
  background-color: #F2EDDF;
  border-radius: 3px;
  padding: 6px 7px;
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li .tags > li {
    font-size: 10.5px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .tags > li {
    font-size: 10px;
  }
}
section.all-in-one .nav-list > li .link {
  font-weight: 500;
  line-height: 26.6px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #674498;
  border-top: 1px dotted #BCBCBC;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li .link {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .link {
    font-size: 12px;
  }
}
@media (min-width:769px) {
  section.all-in-one .nav-list > li .link {
    padding-top: 16px;
  }
}
@media (max-width:768px) {
  section.all-in-one .nav-list > li .link {
    padding-top: 5px;
  }
}
section.all-in-one .nav-list > li .link::after {
  content: "";
  width: 14.54px;
  height: 7.62px;
  background-image: url("../../../images/about/what-we-can-do/all-in-one/icon_arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
section.all-in-one .message {
  font-weight: 600;
  letter-spacing: 3.36px;
  text-align: center;
}
@media (min-width:769px) {
  section.all-in-one .message {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  section.all-in-one .message {
    font-size: 30px;
  }
}
@media (min-width:769px) {
  section.all-in-one .message {
    line-height: 45.6px;
  }
}
@media (max-width:768px) {
  section.all-in-one .message {
    line-height: 1.6;
  }
}
@media (min-width:769px) {
  section.all-in-one .message {
    margin-top: 44px;
  }
}
@media (max-width:768px) {
  section.all-in-one .message {
    margin-top: 44px;
  }
}
section.all-in-one .message .txt1 {
  color: #674498;
}
section.all-in-one .message .txt2 {
  color: #8C7430;
}

/************************************************************
SCREEN ALL
*************************************************************/
section.how-to-use {
  background-color: #F0EEE9;
}
@media (min-width:769px) {
  section.how-to-use {
    padding-top: 96px;
  }
}
@media (max-width:768px) {
  section.how-to-use {
    padding-top: 80px;
  }
}
@media (min-width:769px) {
  section.how-to-use {
    padding-bottom: 104px;
  }
}
@media (max-width:768px) {
  section.how-to-use {
    padding-bottom: 80px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list {
  margin: 0 auto;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list {
    margin-top: 40px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list {
    margin-top: 32px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li {
    margin-top: -140px;
    padding-top: 140px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li {
    margin-top: -96px;
    padding-top: 96px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li:nth-child(n+2) {
    margin-top: -108px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li:nth-child(n+2) {
    margin-top: -73px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .howtouse-list-item-inner {
  background-color: #fff;
  box-shadow: 0 6px 28px rgba(39, 22, 63, 0.07);
  border-radius: 10px;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .howtouse-list-item-inner {
    padding: 0 36px 54px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .howtouse-list-item-inner {
    padding: 0 15px 24px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .head {
  border-bottom: 2px solid #674498;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head {
    display: flex;
    align-items: center;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head {
    padding-top: 30px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head {
    padding-top: 20px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head {
    padding-bottom: 20px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head {
    padding-bottom: 16px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .head .title {
  line-height: 45.6px;
  display: flex;
  align-items: center;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .title {
    gap: 18px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .title {
    gap: 14px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .head .title .title-num {
  font-weight: 500;
  letter-spacing: 0.64px;
  color: #674498;
  padding-top: 5px;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .title .title-num {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .title .title-num {
    font-size: 30px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .head .title .title-txt {
  font-weight: 600;
  color: #252525;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .title .title-txt {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .title .title-txt {
    font-size: 22px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .title .title-txt {
    letter-spacing: 1.92px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .title .title-txt {
    letter-spacing: 0.92px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .head .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .tags {
    gap: 10px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .tags {
    gap: 4px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .tags {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .head .tags > li {
  font-size: 11.5px;
  line-height: 21.9px;
  letter-spacing: 0.46px;
  color: #674498;
  border: 1px solid #674498;
  border-radius: 2px;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .tags > li {
    padding: 5px 14px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .head .tags > li {
    padding: 2px 8px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .content {
  display: flex;
  gap: 26px;
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content {
    padding-top: 30px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content {
    padding-top: 10px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts {
    width: calc(100% - 30px - 36.94%);
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .txt1 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #674498;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .txt1 {
    line-height: 38px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .txt1 {
    line-height: 1.6;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .txt2 {
  font-size: 14.5px;
  line-height: 29.7px;
  letter-spacing: 0.64px;
  color: #444444;
  margin-top: 8px;
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow {
  margin-top: 30px;
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 22.8px;
  letter-spacing: 1.92px;
  color: #B9A46B;
  position: relative;
  padding-left: 28px;
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .title::before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #B9A46B;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns {
  margin-top: 12px;
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns {
    display: flex;
    gap: 10px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern {
    display: flex;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern {
    width: 100%;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern:nth-child(n+2) {
    margin-top: 12px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label {
  font-size: 12px;
  font-weight: 700;
  line-height: 22.8px;
  letter-spacing: 0.72px;
  text-align: center;
  color: #fff;
  background-color: #8C7430;
  position: relative;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label {
    width: 90px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label {
    border-radius: 8px 0 0 8px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label {
    border-radius: 8px 8px 0 0;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label {
    padding-left: 11px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label {
    padding-top: 3px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
  content: "";
  background: inherit;
  display: block;
  position: absolute;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
    width: 12px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
    width: 100%;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
    height: 100%;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
    height: 6px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
    top: 0;
    left: 100%;
    transform: translateX(-0.5px);
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .label::after {
    top: 100%;
    left: 0;
    transform: translateY(-0.5px);
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list {
  background-color: #FBF6E9;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list {
    width: calc(100% - 90px);
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 21px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list {
    border-radius: 0 8px 8px 0;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list {
    border-radius: 8px 0 0 8px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list {
    padding: 14px 24px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list {
    padding: 16px 20px 14px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li {
  font-size: 13px;
  line-height: 24.7px;
  letter-spacing: 0.26px;
  white-space: nowrap;
  color: #252525;
  background-color: #fff;
  border: 1px solid #E0D8C8;
  border-radius: 5px;
  position: relative;
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li {
    text-align: center;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li {
    padding: 5px 10px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li:nth-child(n+2) {
    margin-top: 13px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  position: absolute;
  margin: auto;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li:not(:last-child)::after {
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #8C7430;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li:not(:last-child)::after {
    border-width: 7px 5.5px 0 5.5px;
    border-color: #8C7430 transparent transparent transparent;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li:not(:last-child)::after {
    top: 0;
    bottom: 0;
    left: calc(100% + 8px);
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .txts .flow .patterns .pattern .flow-list > li:not(:last-child)::after {
    top: calc(100% + 4px);
    left: 0;
    right: 0;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .content .fig {
    width: 36.94%;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .links {
  display: flex;
  justify-content: center;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links {
    gap: 16px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links {
    gap: 8px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links {
    margin-top: 34px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links {
    margin-top: 30px;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .links a {
  letter-spacing: 2.4px;
  color: #252525;
  border: 1px solid #674498;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links a {
    width: 230px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links a {
    width: calc((100% - 8px) / 2);
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links a {
    height: 62px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links a {
    height: 50px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links a {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links a {
    font-size: 14px;
  }
}
@media (min-width:769px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links a {
    line-height: 40.8px;
  }
}
@media (max-width:768px) {
  section.how-to-use .how-to-use-content .howtouse-list > li .links a {
    line-height: 1.3;
  }
}
section.how-to-use .how-to-use-content .howtouse-list > li .links a .icon-triangle {
  color: #674498;
}
section.how-to-use .how-to-use-content .howtouse-list > li .links a:hover {
  color: #fff;
  background-color: #674498;
}
section.how-to-use .how-to-use-content .howtouse-list > li .links a:hover .icon-triangle {
  color: #fff;
}
section.how-to-use .cta {
  margin-top: 80px;
}
@media (min-width:769px) {
  section.how-to-use .cta {
    text-align: center;
  }
}
section.how-to-use .cta .how-to-use-cta-inner {
  border-radius: 20px;
  background: linear-gradient(-47deg, #623F87 0%, #4F2473 55%, #3B1D56 100%);
  position: relative;
  overflow: hidden;
}
@media (min-width:769px) {
  section.how-to-use .cta .how-to-use-cta-inner {
    padding: 64px 0 80px;
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .how-to-use-cta-inner {
    padding: 52px 26.5px 67px;
  }
}
section.how-to-use .cta .how-to-use-cta-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width:769px) {
  section.how-to-use .cta .how-to-use-cta-inner::before {
    background-image: url("../../../images/about/what-we-can-do/how-to-use/cta-pc.webp");
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .how-to-use-cta-inner::before {
    background-image: url("../../../images/about/what-we-can-do/how-to-use/cta-sp.webp");
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .how-to-use-cta-inner::before {
    background-position: bottom center;
  }
}
@media (min-width:769px) {
  .no-webp section.how-to-use .cta .how-to-use-cta-inner::before {
    background-image: url("../../../images/about/what-we-can-do/how-to-use/cta-pc.png");
  }
}
@media (max-width:768px) {
  .no-webp section.how-to-use .cta .how-to-use-cta-inner::before {
    background-image: url("../../../images/about/what-we-can-do/how-to-use/cta-sp.png");
  }
}
section.how-to-use .cta .how-to-use-cta-inner2 {
  position: relative;
  z-index: 2;
}
section.how-to-use .cta .txt1 {
  font-weight: 500;
  line-height: 57px;
  color: #ffe9b3;
}
@media (min-width:769px) {
  section.how-to-use .cta .txt1 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .txt1 {
    font-size: 26px;
  }
}
@media (min-width:769px) {
  section.how-to-use .cta .txt1 {
    letter-spacing: 2.4px;
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .txt1 {
    letter-spacing: 1.4px;
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .txt1 {
    text-align: center;
  }
}
section.how-to-use .cta .txt2 {
  line-height: 1.6;
  letter-spacing: 0.64px;
  color: #fff;
  margin-top: 8px;
}
@media (min-width:769px) {
  section.how-to-use .cta .txt2 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .txt2 {
    font-size: 16px;
  }
}
section.how-to-use .cta .links {
  margin-top: 24px;
}
@media (min-width:769px) {
  section.how-to-use .cta .links {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}
section.how-to-use .cta .links a {
  width: 230px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40.8px;
  letter-spacing: 2.4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width:769px) {
  section.how-to-use .cta .links a {
    height: 62px;
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .links a {
    height: 52px;
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .links a {
    margin: 0 auto;
  }
}
@media (max-width:768px) {
  section.how-to-use .cta .links a:nth-child(n+2) {
    margin-top: 12px;
  }
}
section.how-to-use .cta .links a.btn1 {
  color: #fff;
  background-color: #8C7430;
  border: 1px solid #8C7430;
}
section.how-to-use .cta .links a.btn1 .icon-triangle {
  color: #fff;
}
section.how-to-use .cta .links a.btn1:hover {
  color: #252525;
  background-color: #fff;
}
section.how-to-use .cta .links a.btn1:hover .icon-triangle {
  color: #8C7430;
}
section.how-to-use .cta .links a.btn2 {
  color: #252525;
  background-color: #fff;
  border: 1px solid #fff;
}
section.how-to-use .cta .links a.btn2 .icon-triangle {
  color: #8C7430;
}
section.how-to-use .cta .links a.btn2:hover {
  color: #fff;
  background-color: #8C7430;
  border: 1px solid #8C7430;
}
section.how-to-use .cta .links a.btn2:hover .icon-triangle {
  color: #fff;
}
section.how-to-use .cta .notes {
  font-size: 12px;
  line-height: 22.8px;
  letter-spacing: 0.24px;
  color: #fff;
  margin-top: 16px;
}

/************************************************************
SCREEN ALL
*************************************************************/
.main-content-box {
  margin-inline: auto;
}
@media (min-width:769px) {
  .main-content-box {
    width: 92.19%;
  }
}
@media (max-width:768px) {
  .main-content-box {
    width: 89.3333333333vw;
  }
}
@media (min-width:769px) {
  .main-content-box {
    max-width: 1180px;
  }
}

@media (min-width:769px) {
  .head {
    text-align: center;
  }
}
.head .head-en {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5.44px;
  color: #A9882D;
}
@media (max-width:768px) {
  .head .head-en {
    text-align: center;
  }
}
.head h2 {
  font-weight: 600;
  line-height: 45px;
  color: #252525;
}
@media (min-width:769px) {
  .head h2 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .head h2 {
    font-size: 28px;
  }
}
@media (min-width:769px) {
  .head h2 {
    letter-spacing: 2.4px;
  }
}
@media (max-width:768px) {
  .head h2 {
    letter-spacing: 2px;
  }
}
@media (max-width:768px) {
  .head h2 {
    text-align: center;
  }
}
@media (min-width:769px) {
  .head h2 {
    margin-top: 14px;
  }
}
@media (max-width:768px) {
  .head h2 {
    margin-top: 12px;
  }
}
.head .description {
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #444444;
  margin-top: 26px;
}
@media (min-width:769px) {
  .head .description {
    line-height: 33.6px;
  }
}
@media (max-width:768px) {
  .head .description {
    line-height: 1.7;
  }
}