@charset "UTF-8";
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
* {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

[type=hidden]:focus,
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=datetime]:focus,
[type=date]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=datetime-local]:focus,
[type=number]:focus,
select:focus,
textarea:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

[type=hidden]:focus,
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=datetime]:focus,
[type=date]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=datetime-local]:focus,
[type=number]:focus,
select:focus,
textarea:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  background: #FFF !important;
}

/*-----------------------------------------*/
.pc {
  display: flex !important;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.pc-block {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .pc-block {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .sp {
    display: block !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .sp-flex {
    display: inline-flex !important;
  }
}

.pc-none {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .pc-none {
    display: block !important;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 1023px) {
  .sp-none {
    display: none;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  br.sp {
    display: block;
  }
}

/*-----------------------------------------*/
.ml-5 {
  margin-left: 5%;
}

.ml-7 {
  margin-left: 7%;
}

.m-auto {
  margin: 0 auto;
}

.pl-7 {
  padding-left: 7% !important;
}

.pl-33 {
  padding-left: 3.3% !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-32 {
  margin-bottom: 32px;
}

@media screen and (max-width: 519px) {
  .sp_pl-73 {
    padding-left: 7.3% !important;
  }
}

.pad_25 {
  padding: 25px;
}

.radius_16 {
  border-radius: 16px;
}

.w-f6 {
  width: 60%;
}

.w-f7 {
  width: 70%;
}

.w-f8 {
  width: 80%;
}

.w-f9 {
  width: 90%;
}

.bg-light-blue {
  background: #ebf6fa;
}

.bg-light-yellow {
  background: #fff5e3;
}

.section-p6 {
  width: 100%;
  padding: 75px 0;
}
@media screen and (max-width: 519px) {
  .section-p6 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 519px) {
  .sp-w9 {
    width: 90%;
  }
}

p.typo-38 {
  text-align: center;
}

main {
  flex: 1;
  width: 100%;
}

a.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.btn--cubic:hover {
  border-bottom: 2px solid #2f6166;
}

.pb4rem {
  padding-bottom: 4rem;
}

.btn_header {
  display: flex;
  position: fixed;
  top: 8px;
  right: 4px;
  z-index: 9999;
}
.btn_header div a {
  background: yellowgreen;
  color: #080808;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  padding: 4px 8px;
  margin: 0 4px;
}

.ma0 {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.grid-center {
  display: grid;
  place-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-around {
  justify-content: space-around;
}

header.lp {
  position: initial !important;
  background-image: url("https://maclogi.co.jp/wp/wp-content/themes/macligi_service/images/lp-3/fv_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
header.lp .txt {
  width: 95.5%;
  margin: 37px auto 12px;
}
header.lp .txtlist {
  width: 79%;
  margin: 0 auto 17px;
}
@media screen and (max-width: 519px) {
  header.lp .maintxt {
    margin: 10px auto 20px;
    width: 100%;
  }
}
header .header_bg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  box-shadow: 0px 0px 20px rgba(52, 46, 44, 0.3);
  padding: 10px 20px;
}
header .header_bg--primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__right {
  display: flex;
}
header .header .button_head {
  text-align: center;
}
header .header .button_head a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 160px;
  padding: 8px 25px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  transition: 0.3s ease-in-out;
  background: #017eec;
  border-radius: 50px;
}
header .header .button_head a:hover {
  background: #1fb8c4;
}
header .header .button_head a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}
header .header .button_head_2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 160px;
  padding: 8px 25px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  transition: 0.3s ease-in-out;
  background: #1fb8c4;
  border-radius: 50px;
}
header .header .button_head_2 a:hover {
  background: #017eec;
}
header .header .button_head_2 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}
header .header .container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
header .header .container:first-child {
  z-index: 2;
}
header .header__bottom {
  overflow: hidden;
  padding-bottom: 11em;
}
@media screen and (min-width: 1500px) {
  header .header__bottom {
    padding-bottom: 14.4em;
  }
}
@media screen and (max-width: 1023px) {
  header .header__bottom {
    padding-bottom: 7em;
  }
}
header .header__box {
  position: relative;
  padding-top: 9em;
}
@media screen and (max-width: 519px) {
  header .header__box {
    padding-top: 0;
  }
}
header .header__box img {
  width: 75%;
}
@media screen and (max-width: 1023px) {
  header .header__box img {
    margin: 0 auto;
    text-align: center;
  }
}
header .header__box::after {
  position: absolute;
  content: "";
  background-image: url(https://maclogi.co.jp/wp/wp-content/themes/macligi_service/images/lp-3/fv_02_pc.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 95%;
  height: 165%;
  right: -9em;
  bottom: -29em;
  margin: auto;
}
@media screen and (min-width: 1500px) {
  header .header__box::after {
    right: -10em;
    bottom: -32.4em;
  }
}
@media screen and (max-width: 1198px) {
  header .header__box::after {
    height: 150%;
    right: -9em;
    bottom: -29em;
  }
}
@media screen and (max-width: 1023px) {
  header .header__box::after {
    display: none;
    content: none;
  }
}
header .header__box_02img {
  margin-top: 1em;
  margin-left: -7em;
}
header .header__box_02img img {
  width: 100%;
}
header .header__logo {
  width: 60px;
  margin-right: 37px;
}
@media screen and (max-width: 519px) {
  header .header__logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 519px) {
  header .header__logo img {
    width: 40px;
  }
}
header .header__list {
  margin-left: 36px;
}
@media screen and (max-width: 519px) {
  header .header__list {
    margin-left: 10px;
  }
}
header .header__list > li {
  display: inline-flex;
  flex-direction: column;
}
header .header__list > li:first-child > a {
  padding-left: 0;
}
header .header__list > li:last-child {
  border-right: 0;
}
header .header__list > li:last-child > a {
  padding-right: 0;
}
header .header__list > li > a {
  padding: 0 20px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1289px) {
  header .header__list > li > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  header .header__list > li > a {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.84px;
    color: #ffffff;
    padding: 0 10px;
  }
}
header .header__list_btn:not(:last-child) {
  margin-right: 16px;
}
header .header__sub-title {
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 2.1 px;
}
@media screen and (max-width: 1289px) {
  header .header__sub-title {
    font-size: 18.5 px;
    line-height: 24.5 px;
    letter-spacing: 2.22, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__sub-title {
    font-size: 15.7866666667 px;
    line-height: 20.9071126851 px;
    letter-spacing: 2220, 1000/2.34375 px;
  }
}
header .header__sub-title span {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.8 px;
}
@media screen and (max-width: 1289px) {
  header .header__sub-title span {
    font-size: 16 px;
    line-height: 21.5 px;
    letter-spacing: 1.92, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__sub-title span {
    font-size: 13.6533333333 px;
    line-height: 18.3470580706 px;
    letter-spacing: 1920, 1000/2.34375 px;
  }
}
header .header__title {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1.2 px;
  background-color: #ffffff;
  padding: 20px;
  display: inline-block;
}
@media screen and (max-width: 1289px) {
  header .header__title {
    font-size: 32.5 px;
    line-height: 32.5 px;
    letter-spacing: 1.3, 2px;
    padding: 10px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__title {
    font-size: 27.7333333333 px;
    line-height: 27.7339249904 px;
    letter-spacing: 1300, 1000/2.34375 px;
  }
}
header .header__title.middle {
  padding-right: 50px;
}
@media screen and (max-width: 1289px) {
  header .header__title.middle {
    padding-right: 25px;
  }
}
header .header__title.bottom {
  padding-right: 0;
}
header .header__title span {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0.9 px;
}
@media screen and (max-width: 1289px) {
  header .header__title span {
    font-size: 12 px;
    line-height: 16.25 px;
    letter-spacing: 0.48, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__title span {
    font-size: 10.24 px;
    line-height: 13.8669624952 px;
    letter-spacing: 480, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  header .header__title span {
    font-size: 20.48px;
    line-height: 27.7333333333px;
    letter-spacing: 0.4096px;
  }
}
header .header__normal-text {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.01944 px;
}
@media screen and (max-width: 1289px) {
  header .header__normal-text {
    font-size: 6 px;
    line-height: 10 px;
    letter-spacing: 0.00864, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__normal-text {
    font-size: 5.12 px;
    line-height: 8.5335153817 px;
    letter-spacing: 8.64, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  header .header__normal-text {
    font-size: 10.24px;
    line-height: 17.0666666667px;
    letter-spacing: 0.6144px;
  }
}
header .header__passion {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1289px) {
  header .header__passion {
    width: 100%;
    max-width: 650px;
    flex-wrap: wrap;
  }
}
header .header__passion li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border-color: #5cbec6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  background-color: #5cbec6;
}
@media screen and (max-width: 1289px) {
  header .header__passion li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 359px) {
  header .header__passion li {
    width: 140px;
    height: 140px;
  }
}
header .header__passion li > * {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
header .header__passion li .typo-1 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01944 px;
}
header .header__passion li .typo-2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.054 px;
}
header .header__passion li .typo-3 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0 px;
}
header .header__passion li .typo-4 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01176 px;
}
header .header__passion li .typo-5 {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 0.06144 px;
}
header .header__passion li .typo-6 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01536 px;
}
header .header__passion li .typo-7 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0 px;
}
header .header__passion li .typo-8 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0 px;
}
header .header__passion li .typo-9 {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.01568 px;
}
header .header__passion li .typo-10 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.01014 px;
}
header .header__passion li .typo-11 {
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.096 px;
}
header .header__passion li .typo-12 {
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.0375 px;
}
header .header__passion li .typo-13 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.024 px;
}

.header__marquee01 {
  overflow: hidden;
  padding: 28px 0;
}
@media screen and (max-width: 1289px) {
  .header__marquee01 {
    padding: 10px 0;
  }
}
.header__marquee01 .track {
  display: flex;
  align-items: center;
}
.header__marquee01 .track img {
  margin-right: 40px;
}
@media screen and (max-width: 1289px) {
  .header__marquee01 .track img {
    height: 60px;
  }
}
.header__marquee01 .track img:last-child {
  margin-right: 0;
}
.header__marquee02 {
  overflow: hidden;
  padding: 28px 0;
}
@media screen and (max-width: 1289px) {
  .header__marquee02 {
    padding: 10px 0;
  }
}
.header__marquee02 .track {
  display: flex;
  align-items: center;
}
.header__marquee02 .track img {
  margin-right: 40px;
}
@media screen and (max-width: 1289px) {
  .header__marquee02 .track img {
    height: 60px;
  }
}
.header__marquee02 .track img:last-child {
  margin-right: 0;
}

.sp_top_mgn {
  display: none;
}
@media screen and (max-width: 749px) {
  .sp_top_mgn {
    margin-top: 12px;
  }
}

@media screen and (max-width: 519px) {
  .w-fv {
    width: 90%;
    margin: 40px auto 20px;
  }
}

footer .footer .container {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1289px) {
  footer .footer .container {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
footer .footer__logo img {
  width: 68px;
}
footer .footer * {
  color: #ffffff;
}
footer .footer .typo-38 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.72 px;
}
@media screen and (max-width: 1289px) {
  footer .footer .typo-38 {
    font-size: 11 px;
    line-height: 20 px;
    letter-spacing: 1.32, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  footer .footer .typo-38 {
    font-size: 9.3866666667 px;
    line-height: 17.0670307633 px;
    letter-spacing: 1320, 1000/2.34375 px;
  }
}
footer .footer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2 px;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  width: 360px;
  height: 80px;
  border-radius: 47px;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1289px) {
  footer .footer__btn {
    font-size: 14 px;
    line-height: 18.5 px;
    letter-spacing: 1.68, 2px;
    max-width: 260px;
    width: 100% px;
    height: 50px;
    border-width: 1px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  footer .footer__btn {
    font-size: 11.9466666667 px;
    line-height: 15.7870034561 px;
    letter-spacing: 1680, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1289px) {
  footer .footer__btn img {
    max-width: 100px;
    margin-bottom: 5px;
  }
}
footer .footer__btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
footer .footer__btn span {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.84 px;
}
@media screen and (max-width: 1289px) {
  footer .footer__btn span {
    font-size: 10 px;
    line-height: 13.5 px;
    letter-spacing: 1.2, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  footer .footer__btn span {
    font-size: 8.5333333333 px;
    line-height: 11.5202457652 px;
    letter-spacing: 1200, 1000/2.34375 px;
  }
}
footer .footer__copyright {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.72 px;
  opacity: 0.5;
}
@media screen and (max-width: 1289px) {
  footer .footer__copyright {
    font-size: 10 px;
    line-height: 13.5 px;
    letter-spacing: 1.2, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  footer .footer__copyright {
    font-size: 8.5333333333 px;
    line-height: 11.5202457652 px;
    letter-spacing: 1200, 1000/2.34375 px;
  }
}
@media screen and (max-width: 749px) {
  footer .footer #footer-logo-group {
    order: 1;
  }
}

.sp_top_mgn {
  display: none;
}
@media screen and (max-width: 749px) {
  .sp_top_mgn {
    margin-top: 12px;
  }
}

@media screen and (max-width: 519px) {
  .w-fv {
    width: 90%;
    margin: 40px auto 20px;
  }
}

/*==================================================
  ふわっ
  ===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
  パタッ
  ===================================*/
/* 下へ */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 左へ */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 左上へ */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右上へ */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
  くるっ
  ===================================*/
/* X 軸（縦へ） */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }
  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}
/*　Y軸（横へ） */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* Z 軸（左へ） */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/*　Z 軸（右へ） */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
  ボンッ、ヒュッ
  ===================================*/
/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
  じわっ
  ===================================*/
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

/*==================================================
  にゅーん
  ===================================*/
/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger {
  opacity: 0;
}

/*==================================================
  スーッ（枠線が伸びて出現）
  ===================================*/
/*枠線が伸びて出現*/
.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点*/
  opacity: 0;
}
.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.lineTrigger::before, .lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
/*左右線*/
.line2::before, .line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}
.lineTrigger.lineanime::before {
  animation: lineAnime 0.5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 0.5s linear 0.5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}
.lineTrigger::after {
  bottom: 0;
  right: 0;
}
.lineTrigger.lineanime::after {
  animation: lineAnime 0.5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*下線*/
/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 0.5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
  シャッ（背景色が伸びて出現）
  ===================================*/
/*背景色が伸びて出現（共通）*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*右から*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*下から*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*上から*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.section__faq-list {
  margin-top: 40px;
}
.section__faq-list li:not(:last-child) {
  margin-bottom: 20px;
}

.section__faq-list__heading {
  font-size: 24px;
  letter-spacing: 1.44px;
  line-height: 40px;
  font-weight: 700;
  color: #080808;
}
.section__faq-list__heading span {
  font-size: 30px;
  letter-spacing: 1.8px;
  line-height: 40px;
  color: #5cbec6;
}

@media screen and (max-width: 767px) {
  .section__faq-list__heading {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .section__faq-list__heading span {
    font-size: 17px;
    letter-spacing: 1.02px;
    line-height: 23px;
  }
}
.section__faq-list__text-wrap {
  padding-top: 20px;
  padding-left: 50px;
  box-sizing: border-box;
}
.section__faq-list__text-wrap p {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 36px;
  color: #080808;
  padding: 20px 55px;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section__faq-list__text-wrap {
    padding-top: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section__faq-list__text-wrap p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 22px;
    padding: 15px;
    border-radius: 10px;
  }
}
.section--bg-gradient {
  background: #fff;
}
.section--bg-gradient * {
  color: #080808;
}
.section--bg-gradient .section__heading {
  text-align: center;
}
.section--bg-gradient .section__desc {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 749px) {
  .section--bg-gradient .section__desc {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
}

.section__layout {
  padding: 52px 0 56px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section__layout {
    padding: 40px 0;
  }
}
.section__contact .section__desc {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #342e2c;
}
@media screen and (max-width: 519px) {
  .section__contact .section__desc {
    font-size: 17px;
  }
}
.section__contact .section__desc:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section__contact .section__desc:first-child {
  margin-bottom: 22px;
  margin-top: 0;
}
.section__contact .section__note {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #342e2c;
}

@media screen and (max-width: 767px) {
  .section__contact .section__note {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 16px;
    margin-top: 10px;
  }
}
.section__contact .gal__btn {
  margin: 0 auto;
}

.gal__btn {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 60px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #f44040;
}
.gal__btn.btn-dark {
  background-color: #080808;
}
.gal__btn.btn-blue {
  background-color: #05b4ed;
  border: #05b4ed;
  margin: 0 auto;
}
.gal__btn:hover::after {
  transform: translate(10px, 0);
}
.gal__btn::after {
  content: "";
  background-image: url(../images/icons/icon_play_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 62px;
  height: 10px;
  margin-left: 16px;
  /* margin-top: -6px; */
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1023px) {
  .gal__btn::after {
    width: 50.375px;
    height: 8.125px;
  }
}

@media screen and (max-width: 767px) {
  #footer_tel a.gal__btn.btn-dark {
    width: 100%;
  }
}
section.flot_bn {
  position: fixed;
  width: 80px;
  right: 0;
  top: 120px;
  z-index: 9999;
}
section.flot_bn img {
  width: 100%;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  section.flot_bn {
    position: fixed;
    width: 100%;
    right: inherit;
    top: inherit;
    bottom: 0;
    z-index: 999;
    background: #fff;
  }
  section.flot_bn img {
    width: 50%;
    float: left;
  }
}
/* .footer__logo {
    margin-bottom: 37px;
  } */
.footer__logo img {
  display: block;
  margin: 0 auto;
}

p.typo-38 {
  text-align: center;
}

main {
  flex: 1;
  width: 100%;
}

.title-section {
  margin-bottom: 73px;
}
@media screen and (max-width: 519px) {
  .title-section {
    margin-bottom: 23px;
  }
}

.btn_fv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5em;
}
@media screen and (max-width: 1023px) {
  .btn_fv {
    justify-content: center;
  }
}

.btn_fv02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

.btn_fv03 {
  display: flex;
  justify-content: center;
  margin: 8px auto 15px;
}
.btn_fv03 .children {
  width: calc((100% - 8px) / 2);
}
.btn_fv03 .children:not(:last-child) {
  margin-right: 8px;
}

.btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .btn_container {
    flex-direction: column;
    margin-top: 80px;
  }
}
.btn_container div:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .btn_container div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.cta_btn_box {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 519px) {
  .cta_btn_box {
    display: block;
  }
}

.btn.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0041;
  border-radius: 50px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.btn.btn-link.contactbtn::after {
  background: url(../images/icons/ico_contactbtn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.btn-link:hover {
  background-color: #ff537e;
}
.btn.btn-link.pc {
  display: flex;
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.pc {
    display: none;
  }
}
.btn.btn-link.sp {
  display: none;
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.sp {
    display: flex;
  }
}
@media screen and (max-width: 749px) {
  .btn.btn-link.tab-no {
    display: none;
  }
}
.btn.btn-link.orange-btn-link {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ff9c00;
  max-width: 600px;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #ff9c00;
  padding: 20px 60px;
}
@media screen and (max-width: 519px) {
  .btn.btn-link.orange-btn-link {
    font-size: 17px;
    height: 56px;
    /* margin-left: 8%; */
  }
}
.btn.btn-link.orange-btn-link:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.btn.btn-link.fixed-on-scroll, .btn.btn-link.fixed-on-scroll {
  font-size: 18px;
  line-height: 24px;
  padding: 11px 9px 15px 0;
  /*letter-spacing: 1.08px;*/
  width: 272px;
  /*height: 52px;*/
  color: #fff;
  /*-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.16);*/
  position: fixed;
  top: 30px;
  right: 240px;
  z-index: 99;
}
@media screen and (max-width: 1669px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link.fixed-on-scroll {
    right: 20px;
  }
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link.fixed-on-scroll {
    font-size: 16px;
    line-height: 21.5px;
    letter-spacing: 0.96px;
    width: 250px;
    height: 44px;
    top: auto;
    bottom: 105px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #5cbec6;
  }
}
@media screen and (max-width: 1289px) and (max-width: 377px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link.fixed-on-scroll {
    font-size: 13.6533333333px;
    line-height: 18.3466666667px;
    letter-spacing: 0.8192px;
  }
}
@media screen and (max-width: 998px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link.fixed-on-scroll {
    bottom: 15px;
  }
}
@media screen and (max-width: 519px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link.fixed-on-scroll {
    bottom: 25px;
    left: 49%;
    padding: 15px 9px 15px 0;
  }
}
.btn.btn-link.fixed-on-scroll::after, .btn.btn-link.fixed-on-scroll::after {
  width: 24px;
  height: 24px;
  right: 36px;
  top: 24px;
}
@media screen and (max-width: 519px) {
  .btn.btn-link.fixed-on-scroll::after, .btn.btn-link.fixed-on-scroll::after {
    width: 24px;
    height: 24px;
    right: 36px;
    top: 20px;
  }
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.tablet-none {
    display: none;
  }
}
.btn.btn-link_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5cbec6;
  border-radius: 50px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.btn.btn-link_2::after {
  content: "";
  background: url(../images/icons/icon_play_next.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.btn.btn-link_2:hover {
  background-color: #cb0000;
}
.btn.btn-link.normal-btn-link {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.44px;
  width: 240px;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.normal-btn-link {
    font-size: 16px;
    line-height: 21.5px;
    letter-spacing: 0.96px;
    width: 100%;
    max-width: 300px;
    justify-content: flex-start;
    height: 50px;
    padding-left: 8%;
    margin: 0 5px;
    /* margin-left: 8%; */
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .btn.btn-link.normal-btn-link {
    font-size: 13.6533333333px;
    line-height: 18.3466666667px;
    letter-spacing: 0.8192px;
    max-width: 270px;
    justify-content: flex-start;
    padding-left: 10%;
    /* margin-left: 5%; */
  }
}
.btn.btn-link.normal-btn-link::after {
  width: 26px;
  height: 26px;
  right: 30px;
}

.button_topcontact_1 {
  text-align: center;
  margin-bottom: 1em;
}
.button_topcontact_1 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 420px;
  transition: 0.3s ease-in-out;
  background: #333;
  border-radius: 50px;
  padding: 20px 20px 23px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .button_topcontact_1 a {
    width: 320px;
  }
}
.button_topcontact_1 a:hover {
  background: #ec9e01;
}
.button_topcontact_1 a:hover::after {
  content: "";
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #ec9e01;
}
.button_topcontact_1 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.button_topcontact_1 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #333;
  border-bottom: 10px solid transparent;
  box-sizing: border-box;
}
.button_topcontact_2 {
  text-align: center;
}
.button_topcontact_2 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 420px;
  transition: 0.3s ease-in-out;
  background: #333;
  border-radius: 50px;
  padding: 20px 20px 23px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .button_topcontact_2 a {
    width: 320px;
  }
}
.button_topcontact_2 a:hover {
  background: #ec9e01;
}
.button_topcontact_2 a:hover::after {
  content: "";
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #ec9e01;
}
.button_topcontact_2 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.button_topcontact_2 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #333;
  border-bottom: 10px solid transparent;
  box-sizing: border-box;
}
.button_topcontact_3 {
  text-align: center;
  margin-bottom: 20px;
}
.button_topcontact_3 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 560px;
  transition: 0.3s ease-in-out;
  background: #017eec;
  border-radius: 50px;
  padding: 20px 20px 23px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .button_topcontact_3 a {
    width: 55%;
  }
}
@media screen and (max-width: 749px) {
  .button_topcontact_3 a {
    font-size: 18px;
    line-height: 2;
    width: 100%;
    padding: 12px 20px 14px;
  }
}
.button_topcontact_3 a:hover {
  background: #ec9e01;
}
.button_topcontact_3 a:hover::after {
  content: "";
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #ec9e01;
}
.button_topcontact_3 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 100vmax;
  background-color: #fff;
}
.button_topcontact_3 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #017eec;
  border-bottom: 10px solid transparent;
  box-sizing: border-box;
}
.button_topcontact_3--sub {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .button_topcontact_3--sub {
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
    margin-top: 5px;
    margin-left: 0;
  }
}
.button_topcontact_4 {
  text-align: center;
}
.button_topcontact_4 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 560px;
  transition: 0.3s ease-in-out;
  background: #1fb8c4;
  border-radius: 50px;
  padding: 20px 20px 23px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .button_topcontact_4 a {
    flex-direction: column;
    width: 55%;
  }
}
@media screen and (max-width: 749px) {
  .button_topcontact_4 a {
    font-size: 18px;
    width: 100%;
    padding: 10px 20px 13px;
  }
}
.button_topcontact_4 a:hover {
  background: #ec9e01;
}
.button_topcontact_4 a:hover::after {
  content: "";
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #ec9e01;
}
.button_topcontact_4 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 100vmax;
  background-color: #fff;
}
.button_topcontact_4 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #1fb8c4;
  border-bottom: 10px solid transparent;
  box-sizing: border-box;
}
.button_spcont_1 {
  text-align: center;
}
.button_spcont_1 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 8px 25px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  transition: 0.3s ease-in-out;
  background: #017eec;
  border-radius: 50px;
}
.button_spcont_1 a:hover {
  background: #1fb8c4;
}
.button_spcont_1 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}
.button_spcont_2 {
  text-align: center;
}
.button_spcont_2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 8px 25px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  transition: 0.3s ease-in-out;
  background: #1fb8c4;
  border-radius: 50px;
}
.button_spcont_2 a:hover {
  background: #017eec;
}
.button_spcont_2 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}

.detail_btn {
  text-align: center;
  margin-top: 44px;
}
.detail_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 10px 25px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  transition: 0.3s ease-in-out;
  background: #017eec;
  border-radius: 50px;
}
.detail_btn a:hover {
  background: #333;
}
.detail_btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -4px;
  transform: rotate(45deg);
}

.title_2 {
  font-weight: bold;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .title_2 {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
  }
}
.title_3 {
  font-weight: normal;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.7;
  text-align: center;
  color: #333;
}
.title_sub {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  line-height: 26px;
  text-align: center;
  color: #333;
  display: block;
  margin-top: 26px;
}
.title__main {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #333;
  padding: 21px 30px;
  border-top: 5px solid #1fb8c4;
  border-bottom: 5px solid #1fb8c4;
}
@media screen and (max-width: 519px) {
  .title__main {
    letter-spacing: 0;
    padding: 26px 16px;
  }
}
.title__main--botm {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-align: center;
  color: #333333;
  display: block;
  margin: 16px auto 0;
}
.title__main--botm::before, .title__main--botm::after {
  content: "・";
  color: #1fb8c4;
}
.title__main--botm::before {
  margin-right: 0.5em;
}
.title__main--botm::after {
  margin-left: 0.5em;
}
.title__submain01 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #1fb8c4;
  padding-bottom: 12px;
  border-bottom: 1px dotted #1fb8c4;
}
.title__submain01 span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #333;
}
.title__submain02 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #ec9e01;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ec9e01;
}
.title__submain02 span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #333;
}

.typography__note {
  font-size: 12px;
  line-height: 38px;
  letter-spacing: 0.72 px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .typography__note {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 32px;
    text-align: center;
    color: #fff;
  }
}
.typography__content {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1.08 px;
  color: #080808;
  text-align: center;
}
@media screen and (max-width: 1289px) {
  .typography__content {
    font-size: 12 px;
    line-height: 22 px;
    letter-spacing: 1.44, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__content {
    font-size: 10.24 px;
    line-height: 18.7737338397 px;
    letter-spacing: 1440, 1000/2.34375 px;
  }
}
.typography__title {
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 2.16 px;
  color: #342e2c;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1289px) {
  .typography__title {
    font-size: 22 px;
    line-height: 32 px;
    letter-spacing: 2.64, 2px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title {
    font-size: 18.7733333333 px;
    line-height: 27.3072492213 px;
    letter-spacing: 2640, 1000/2.34375 px;
  }
}
.typography__title.cyan {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.2 px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1289px) {
  .typography__title.cyan {
    font-size: 13 px;
    line-height: 20 px;
    letter-spacing: 1.56, 2px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title.cyan {
    font-size: 11.0933333333 px;
    line-height: 17.0670307633 px;
    letter-spacing: 1560, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1289px) {
  .typography__title.cyan::after {
    width: 20px;
  }
}
.typography__title.cyan::after {
  width: 40px;
  background-color: #5cbec6;
}
.typography__title_sales {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  color: #080808;
}
@media screen and (max-width: 1023px) {
  .typography__title_sales {
    font-size: 18px;
    line-height: 16px;
  }
}
@media screen and (max-width: 519px) {
  .typography__title_sales {
    font-size: 15px;
    line-height: 27px;
  }
}
.typography__title_sales_2 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  /* color: #05B4ED; */
}
@media screen and (max-width: 1023px) {
  .typography__title_sales_2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 519px) {
  .typography__title_sales_2 {
    font-size: 24px;
    line-height: 40px;
  }
}
.typography__title_sales_3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #080808;
}
@media screen and (max-width: 1023px) {
  .typography__title_sales_3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 519px) {
  .typography__title_sales_3 {
    font-size: 15px;
    line-height: 26px;
  }
}
.typography__title-bg {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2.4px;
  font-weight: 700;
  color: #ffffff;
  background-color: #080808;
  padding: 10px 70px;
  display: inline-block;
}
@media screen and (max-width: 1289px) {
  .typography__title-bg {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 1.26px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title-bg {
    font-size: 17.92px;
    line-height: 22.1866666667px;
    letter-spacing: 1.0752px;
  }
}
.typography__title-bg.none {
  display: none;
}
@media screen and (max-width: 749px) {
  .typography__title-bg.sp-none {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .typography__title-bg.sp-inline-block {
    display: inline-block;
  }
}
.typography__title-bg span {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 1289px) {
  .typography__title-bg span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.08px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title-bg span {
    font-size: 15.36px;
    line-height: 22.1866666667px;
    letter-spacing: 0.9216px;
  }
}
.typography__title_small {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #ff9c00;
}
@media screen and (max-width: 1023px) {
  .typography__title_small {
    font-size: 13px;
    line-height: 33px;
  }
}
@media screen and (max-width: 519px) {
  .typography__title_small {
    font-size: 14px;
  }
}
.typography__title_24 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: center;
  color: #080808;
}
@media screen and (max-width: 1023px) {
  .typography__title_24 {
    font-size: 17px;
    line-height: 31px;
  }
}
@media screen and (max-width: 519px) {
  .typography__title_24 {
    font-size: 14px;
    line-height: 34px;
  }
}
.typography__title_2 {
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 2.16 px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1289px) {
  .typography__title_2 {
    font-size: 22 px;
    line-height: 32 px;
    letter-spacing: 2.64, 2px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title_2 {
    font-size: 18.7733333333 px;
    line-height: 27.3072492213 px;
    letter-spacing: 2640, 1000/2.34375 px;
  }
}
.typography__title_2_small {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .typography__title_2_small {
    font-size: 13px;
    line-height: 33px;
  }
}
@media screen and (max-width: 519px) {
  .typography__title_2_small {
    font-size: 14px;
  }
}
.typography__title_3 {
  position: relative;
  padding: 0 0 22px;
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 2.16 px;
  color: #342e2c;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.typography__title_3:before {
  position: absolute;
  bottom: -2px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: "";
  background: #ff9c00;
}
@media screen and (max-width: 1289px) {
  .typography__title_3 {
    font-size: 22 px;
    line-height: 32 px;
    letter-spacing: 2.64, 2px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title_3 {
    font-size: 18.7733333333 px;
    line-height: 27.3072492213 px;
    letter-spacing: 2640, 1000/2.34375 px;
  }
}
.typography__title-sm {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 1.68 px;
  font-weight: 700;
  color: #080808;
  text-align: center;
}
@media screen and (max-width: 1289px) {
  .typography__title-sm {
    font-size: 17 px;
    line-height: 29 px;
    letter-spacing: 2.04, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title-sm {
    font-size: 14.5066666667 px;
    line-height: 24.7471946068 px;
    letter-spacing: 2040, 1000/2.34375 px;
  }
}
.typography__title-sm span {
  position: relative;
  z-index: 1;
}
.typography__title-sm span.left::after {
  right: 0;
}
.typography__title-sm span.right::after {
  left: 0;
}
.typography__title-sm span.center::after {
  width: 100%;
  left: 0;
}
.typography__title-sm span::after {
  content: "";
  width: 110%;
  height: 8px;
  background-color: #fff09b;
  position: absolute;
  bottom: 2px;
  z-index: -1;
}
.typography__title-bg {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2.4 px;
  font-weight: 700;
  color: #ffffff;
  background-color: #080808;
  padding: 10px 70px;
  display: inline-block;
}
@media screen and (max-width: 1289px) {
  .typography__title-bg {
    font-size: 21 px;
    line-height: 26 px;
    letter-spacing: 2.52, 2px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title-bg {
    font-size: 17.92 px;
    line-height: 22.1871399923 px;
    letter-spacing: 2520, 1000/2.34375 px;
  }
}
.typography__title-bg.none {
  display: none;
}
@media screen and (max-width: 749px) {
  .typography__title-bg.sp-none {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .typography__title-bg.sp-inline-block {
    display: inline-block;
  }
}
.typography__title-bg span {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 2.1 px;
}
@media screen and (max-width: 1289px) {
  .typography__title-bg span {
    font-size: 18 px;
    line-height: 26 px;
    letter-spacing: 2.16, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .typography__title-bg span {
    font-size: 15.36 px;
    line-height: 22.1871399923 px;
    letter-spacing: 2160, 1000/2.34375 px;
  }
}

.f_blue {
  color: #05b4ed;
}

.f_pink {
  color: #ff0041;
}

.radius_pink {
  border-left: 4px solid #ff0041;
  margin-left: 10px;
  border-radius: 10px;
  display: inline-block;
  width: 4px;
  height: 21px;
  vertical-align: bottom;
}
@media screen and (max-width: 519px) {
  .radius_pink {
    border-left: 3px solid #ff0041;
  }
}

.backtop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 200px;
  bottom: 50px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1699px) {
  .backtop {
    right: 24px;
  }
}
@media screen and (max-width: 1289px) {
  .backtop {
    display: none;
  }
}

.bg_orange {
  background: #ff9c00;
}

.bg-light-gray_2 {
  background: #f0f3f4;
}

.bg__white {
  background: #fff;
}
.bg__gray03 {
  background: #f9f9f9;
}
.bg__gray04 {
  background: #fcfcfc;
}

.container-0 {
  max-width: 935px;
  width: calc(100% - 24px);
  margin: 0 auto;
  text-align: center;
}

.container-1 {
  max-width: 550px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.container-2 {
  max-width: 800px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.container-3 {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.container-4 {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.container-5 {
  max-width: 965px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.container-6 {
  max-width: 650px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.container-s {
  margin-top: 5em;
}

h2.second_title {
  padding: 1rem 2rem;
  border-left: 2px solid #342e2c;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.06em;
  line-height: 58px;
  text-align: left;
  color: #342e2c;
  margin-bottom: 60px;
  white-space: nowrap;
}
@media screen and (max-width: 1289px) and (max-width: 1023px) {
  h2.second_title {
    white-space: normal;
  }
}
@media screen and (max-width: 1023px) {
  h2.second_title {
    margin-bottom: 39px;
  }
}
h2.second_title span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 44px;
  text-align: left;
  color: #ff9c00;
}

.slick-slide {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
}
@media screen and (max-width: 1289px) {
  .slick-slide {
    max-width: 750px;
  }
}
@media screen and (max-width: 749px) {
  .slick-slide {
    max-width: 426px;
  }
}
@media screen and (max-width: 425px) {
  .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 369px) {
  .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .casestudy-a {
    margin-top: -13.6em;
  }
}
@media screen and (max-width: 749px) {
  .casestudy-a {
    margin-top: -13.6em;
  }
}
@media screen and (max-width: 375px) {
  .casestudy-a {
    margin-top: -9.2em;
  }
}

.section-p {
  width: 100%;
  padding-top: 96px;
}
@media screen and (max-width: 749px) {
  .section-p {
    padding-top: 80px;
  }
}
.section-p.small-top {
  padding-top: 80px;
}
@media screen and (max-width: 1289px) {
  .section-p.small-top {
    padding-top: 40px;
  }
}
.section-p_1 {
  width: 100%;
  padding: 50px 0 33px;
}
@media screen and (max-width: 1289px) {
  .section-p_1 {
    width: 100%;
    padding: 40px 0 20px;
  }
}
.section-p_2 {
  width: 100%;
  padding: 80px 0;
  margin-top: 120px;
}
.section-p_3 {
  width: 100%;
  padding: 85px 0 73px;
}
.section-p_4 {
  position: relative;
  width: 100%;
  padding: 26px 0 39px;
  margin-top: -10em;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .section-p_4 {
    margin-top: 9em;
  }
}
@media screen and (max-width: 749px) {
  .section-p_4 {
    margin-top: 0;
  }
}
.section__casestudy--list {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .section__casestudy--list {
    gap: 16px 9px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section__casestudy .casestudy-col {
  width: 605px;
}
@media screen and (max-width: 1289px) {
  .section__casestudy .casestudy-col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 749px) {
  .section__casestudy .casestudy-col {
    width: 100%;
  }
}
.section__casestudy .casestudy-title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1289px) {
  .section__casestudy .casestudy-title {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
.section__casestudy .casestudy-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 20px 0 20px;
  border-color: #de3c3c transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1289px) {
  .section__casestudy .casestudy-title::after {
    border-width: 14px 12px 0 12px;
  }
}
.section__casestudy .casestudy-title p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2.4 px;
  font-weight: 700;
  color: #ffffff;
  background-color: #de3c3c;
  border-radius: 15px;
  height: 103px;
  width: 100%;
}
@media screen and (max-width: 1289px) {
  .section__casestudy .casestudy-title p {
    font-size: 12 px;
    line-height: 13.25 px;
    letter-spacing: 0.03456, 2px;
    border-radius: 7.5px;
    height: 55px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .section__casestudy .casestudy-title p {
    font-size: 10.24 px;
    line-height: 11.3069078807 px;
    letter-spacing: 34.56, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-title p {
    font-size: 20.48px;
    line-height: 22.6133333333px;
    letter-spacing: 1.2288px;
  }
}
.section__casestudy .casestudy-title span {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0.0735 px;
}
@media screen and (max-width: 1289px) {
  .section__casestudy .casestudy-title span {
    font-size: 9 px;
    line-height: 13.25 px;
    letter-spacing: 0.01944, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .section__casestudy .casestudy-title span {
    font-size: 7.68 px;
    line-height: 11.3069078807 px;
    letter-spacing: 19.44, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-title span {
    font-size: 15.36px;
    line-height: 22.6133333333px;
    letter-spacing: 0.9216px;
  }
}
.section__casestudy .casestudy-img {
  width: 288px;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 1289px) {
  .section__casestudy .casestudy-img {
    width: 47.6153846154%;
  }
}
.section__casestudy .casestudy-contents {
  width: 317px;
  display: flex;
  flex-direction: column;
  padding-left: 17px;
}
@media screen and (max-width: 1289px) {
  .section__casestudy .casestudy-contents {
    width: 52.3846153846%;
    padding-left: 10px;
  }
}
.section__casestudy__remark {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
.section__problem {
  padding: 69px 0 84px;
}
.section__problem--box {
  padding-bottom: 20px;
}
.section__problem--box h2 {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #1fb8c4;
}
.section__problem--box p {
  font-weight: normal;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #333;
}
.section__problem--box + .section__problem--box {
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}
.section__choice__container {
  position: relative;
}
.section__choice__flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 75px;
}
.section__choice__flex::after {
  position: absolute;
  content: "";
  background-image: url(https://maclogi.co.jp/wp/wp-content/themes/macligi_service/images/lp-3/choice_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 460px;
  height: 339px;
  left: 24%;
  top: 13%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .section__choice__flex::after {
    top: 18%;
  }
}
.section__choice__flex li {
  display: grid;
  place-content: center;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 40px;
  width: 18em;
  height: 17em;
}
@media screen and (max-width: 1023px) {
  .section__choice__flex li {
    height: 18em;
  }
}
.section__choice__flex li:nth-child(1) {
  border: 5px solid #1fb8c4;
}
.section__choice__flex li:nth-child(2) {
  border: 5px solid #ec9e01;
}
.section__choice__flex li p {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: center;
  color: #000;
  padding-top: 12px;
}
.section__choice__text {
  position: relative;
  background: #fff;
  border: 5px solid #1fb8c4;
  padding: 29px 44px;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: center;
  color: #000;
  margin-top: 4em;
  z-index: 10;
}
.section__choice__img {
  margin-top: 40px;
}
.section__choice__img img {
  width: 100%;
}
.section__support__img {
  display: block;
  margin: 80px auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section__support__img {
    width: 100%;
  }
}
.section__support__img img {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .section__support__img img {
    width: 90%;
  }
}
.section__support__list {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .section__support__list {
    gap: 20px 9px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section__support__list li {
  border-radius: 8px;
  background: #fff;
  border: 8px solid #1fb8c4;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  .section__support__list li {
    padding: 18px;
  }
}
.section__support__list h2 {
  font-weight: bold;
  font-size: clamp(0.813rem, 0.626rem + 0.93vw, 1.5rem);
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #1fb8c4;
  padding: 8px 16px;
}
.section__support__list p {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #000;
  border-top: 1px dashed #1fb8c4;
  margin-top: 20px;
  padding-top: 20px;
}
.section__support__list02 {
  display: flex;
  justify-content: flex-end;
}
.section__support__list02 li {
  padding: 0;
  border: none;
  border-radius: 0;
}
.section__support__list02 li:not(:last-child) {
  margin-right: 4px;
}
.section__value__list {
  margin-top: 60px;
}
.section__value__list li {
  position: relative;
}
.section__value__list li:not(:last-child)::before, .section__value__list li:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
}
.section__value__list li:not(:last-child)::before {
  top: 0;
  right: -4%;
  background: #e3e3e3;
  width: 9px;
  height: 95%;
}
@media screen and (max-width: 519px) {
  .section__value__list li:not(:last-child)::before {
    right: 1em;
  }
}
.section__value__list li:not(:last-child)::after {
  right: -29px;
  width: 22px;
  height: 22px;
  border: 7px solid #e3e3e3;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(135deg);
  transform-origin: center;
}
@media screen and (max-width: 519px) {
  .section__value__list li:not(:last-child)::after {
    right: 9px;
  }
}
.section__value__list li h2 {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-right: 32px;
}
@media screen and (max-width: 519px) {
  .section__value__list li h2 {
    margin-right: 2.5em;
  }
}
.section__value__list li h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3em;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 100vmax;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  .section__value__list li h2::before {
    right: -2em;
  }
}
.section__value__list li h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.5em;
  width: 43px;
  height: 43px;
  margin: auto;
  border-radius: 100vmax;
  box-sizing: border-box;
}
@media screen and (max-width: 519px) {
  .section__value__list li h2::after {
    right: -2.5em;
  }
}
.section__value__list li:nth-child(1) h2 {
  background: #a1d17c;
}
.section__value__list li:nth-child(1) h2::after {
  background: #a1d17c;
}
.section__value__list li:nth-child(2) h2 {
  background: #d1cb7c;
}
.section__value__list li:nth-child(2) h2::after {
  background: #d1cb7c;
}
.section__value__list li:nth-child(3) h2 {
  background: #efcc85;
}
.section__value__list li:nth-child(3) h2::after {
  background: #efcc85;
}
.section__value__list li:nth-child(4) h2 {
  background: #e3bebe;
}
.section__value__list li:nth-child(4) h2::after {
  background: #e3bebe;
}
.section__value__list li:nth-child(5) h2 {
  background: #e3bece;
}
.section__value__list li:nth-child(5) h2::after {
  background: #e3bece;
}
.section__value__list li:nth-child(6) h2 {
  background: #dabee3;
}
.section__value__list li:nth-child(6) h2::after {
  background: #dabee3;
}
.section__value__list li:nth-child(7) h2 {
  background: #c0bee3;
}
.section__value__list li:nth-child(7) h2::after {
  background: #c0bee3;
}
.section__value__list li p {
  font-weight: normal;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding: 16px 10px 32px;
  width: 95%;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict;
}
.section__service__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .section__service__box {
    justify-content: flex-start;
  }
}
.section__service__box li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 180px) / 4);
  margin-right: 60px;
  margin-bottom: 122px;
}
.section__service__box li:nth-child(4n) {
  margin-right: 0;
}
.section__service__box li:nth-child(n+5) {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .section__service__box li {
    width: calc((100% - 27px) / 2);
    margin-right: 9px;
    margin-bottom: 40px;
  }
  .section__service__box li:nth-child(2n) {
    margin-right: 0;
  }
  .section__service__box li:nth-child(4n) {
    margin-right: 9px;
  }
  .section__service__box li:nth-child(n+5) {
    margin-bottom: 40px;
  }
  .section__service__box li:nth-child(n+7) {
    margin-bottom: 0;
  }
}
.section__service__title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-align: center;
  color: #333;
  margin: 25px 0 21px;
}
@media screen and (max-width: 749px) {
  .section__service__title {
    font-size: 14px;
    margin: 16px 0 20px;
  }
}
.section__service p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 749px) {
  .section__service p {
    font-size: 12px;
  }
}
.section__service__span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.section__service__span + .detail_btn {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .section__service__span + .detail_btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 749px) {
  .section__service__span {
    font-size: 12px;
    margin-top: 16px;
  }
}
.section__faq .faq-list {
  margin-top: 80px;
}
.section__faq .ques {
  display: block;
  position: relative;
  padding: 14px 32px;
  border-radius: 33px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-align: left;
  color: #333;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 25px;
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .section__faq .ques {
    font-size: 22px;
  }
}
@media screen and (max-width: 749px) {
  .section__faq .ques {
    position: relative;
    border: 0.4vw solid #080808;
    border-radius: 2.1vw;
    font-size: 3.2vw;
    margin-bottom: 3.3vw;
  }
}
.section__faq .ques:after {
  display: block;
  position: absolute;
  top: 40%;
  right: 50px;
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: 3px solid #017eec;
  border-right: 3px solid #017eec;
  transform: rotate(45deg);
  content: "";
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 749px) {
  .section__faq .ques:after {
    right: 3.7vw;
  }
}
.section__faq .ques span {
  position: absolute;
  top: 45%;
  left: 32px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-align: left;
  color: #017eec;
  padding-right: 20px;
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .section__faq .ques span {
    font-size: 28px;
  }
}
@media screen and (max-width: 749px) {
  .section__faq .ques span {
    position: absolute;
    top: 45%;
    left: 3.4vw;
    transform: translateY(-50%);
    font-size: 4.8vw;
    padding-right: 0;
  }
}
.section__faq .ques.show:after {
  top: 45%;
  transform: rotate(225deg);
}
.section__faq .ques label {
  display: inline-block;
  width: 95%;
  line-height: 1.5;
  padding-left: 55px;
}
@media screen and (max-width: 749px) {
  .section__faq .ques label {
    display: inline-block;
    width: 95%;
    line-height: 1.5;
    padding-left: 6.6vw;
  }
}
.section__faq .ans {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: left;
  color: #000;
  padding: 4px 15px 24px;
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .section__faq .ans {
    padding: 0 3vw 4.8vw 3vw;
  }
}
@media screen and (max-width: 749px) {
  .section__faq .ans {
    font-size: 2.6vw;
  }
}
.section__faq-list__text-wrap {
  padding-top: 20px;
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .section__faq-list__text-wrap {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.section__faq-list__text-wrap p {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 36px;
  color: #080808;
  padding: 20px 55px;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .section__faq-list__text-wrap p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 22px;
    padding: 15px;
    border-radius: 10px;
  }
}
.section__layout {
  padding: 80px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .section__layout {
    padding: 80px 0 120px;
  }
}
.section__contact__desc {
  font-weight: 700;
}
.section__contact__desc:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section__contact__desc:first-child {
  margin-bottom: 22px;
  margin-top: 0;
}
.section__contact .gal__btn {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 60px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #f44040;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .section__contact .gal__btn {
    font-size: 16px;
  }
}
.section__contact .gal__btn.btn-dark {
  background-color: #080808;
}
.section__contact .gal__btn.btn-blue {
  background-color: #05b4ed;
  border: #05b4ed;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .section__contact .gal__btn.btn-blue {
    font-size: 13px;
  }
}
.section__contact .gal__btn:hover::after {
  transform: translate(10px, 0);
}
.section__contact .gal__btn::after {
  content: "";
  background-image: url(https://maclogi.co.jp/wp/wp-content/themes/macligi_service/images/lp-3/icons/icon_play_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 62px;
  height: 10px;
  margin-left: 16px;
  /* margin-top: -6px; */
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1099px) {
  .section__contact .gal__btn::after {
    width: 50.375px;
    height: 8.125px;
  }
}
.section__contact.flot_bn {
  position: fixed;
  width: 80px;
  right: 0;
  top: 120px;
  z-index: 9999;
}
@media screen and (max-width: 749px) {
  .section__contact.flot_bn {
    position: fixed;
    width: 100%;
    right: inherit;
    top: inherit;
    bottom: 0;
    z-index: 999;
    background: #fff;
  }
}
.section__contact.flot_bn img {
  width: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 749px) {
  .section__contact.flot_bn img {
    width: 50%;
    float: left;
  }
}
.section__form {
  width: 100%;
  padding: 80px 0;
}
.section .btn.btn-link.orange-btn-link {
  background: #080808;
  border-radius: 41px;
  margin: 0 auto;
  font-size: 20px;
  width: 420px;
  height: 60px;
  color: #ffffff;
}
@media screen and (max-width: 749px) {
  .section .btn.btn-link.orange-btn-link {
    width: 82%;
    font-size: 16px;
  }
}
.section .btn.btn-link.orange-btn-link::after {
  right: 46px;
}
@media screen and (max-width: 749px) {
  .section .btn.btn-link.orange-btn-link::after {
    right: 35px;
  }
}
.section .btn.btn-link.orange-btn-link:hover {
  background: #080808;
}
.section .btn.btn-link.orange-btn-link:hover::after {
  transform: translate(10px, -51%);
}
.section_1 {
  padding-top: 87px;
  padding-bottom: 91px;
}

.item__wrap {
  padding: 0;
  margin-top: 80px;
}
.item__box + .item__box {
  margin-top: 73px;
}
@media screen and (max-width: 1023px) {
  .item__box + .item__box {
    margin-top: 52px;
  }
}
.item__box:nth-child(2n+1) .item__inner {
  grid-template-columns: 0.8fr 1.2fr;
}
.item__box:nth-child(2n+1) .item__inner .item__box__img {
  order: 1;
  overflow: hidden;
  position: relative;
}
.item__box:nth-child(2n+1) .item__inner .item__box__img::after {
  position: absolute;
  content: "";
  background-image: url(https://maclogi.co.jp/wp/wp-content/themes/macligi_service/images/lp-3/problem_line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18%;
  height: 2px;
  top: 50%;
  margin: auto;
}
.item__box:nth-child(2n+1) .item__inner__text {
  order: 1;
}
@media screen and (max-width: 1023px) {
  .item__box:nth-child(2n+1) .item__inner {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
  .item__box:nth-child(2n+1) .item__inner img {
    order: 0;
  }
  .item__box:nth-child(2n+1) .item__inner__text {
    order: 2;
  }
}
.item__box__img {
  order: 1;
  overflow: hidden;
  position: relative;
}
.item__box__img img {
  -o-object-fit: cover;
     object-fit: cover; /* 縦横比を維持して幅いっぱいに広げる */
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px;
}
@media screen and (max-width: 519px) {
  .item__box__img img {
    width: 80%;
  }
}
.item__inner {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0 30px;
}
@media screen and (max-width: 1023px) {
  .item__inner {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.item__inner::after {
  content: "";
  border-bottom: 1px dashed #000;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .item__inner::after {
    border-left: 2px dashed #000;
    border-bottom: none;
    width: 2px;
    height: 20%;
    left: 50%;
  }
}
@media screen and (max-width: 749px) {
  .item__inner::after {
    top: 30%;
  }
}
.item__inner__text {
  align-self: center;
  background: #fff;
  padding: 24px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .item__inner__text {
    order: 2;
  }
}
.item__2parts {
  display: grid;
  gap: 35px 22px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 738px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .item__2parts {
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}
.item__2parts-2 {
  max-width: 738px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.item__2parts-3 {
  display: grid;
  gap: 35px 22px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 738px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .item__2parts-3 {
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}

.mall__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mall__list li {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #b1b1b1;
  padding: 3px 32px;
  margin-right: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .mall__list li {
    padding: 1px 20px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.mall__list .rakuten {
  color: #bf0000;
}
.mall__list .yahoo {
  color: #f03;
}
.mall__list .amazon {
  color: #171717;
}
.mall__list .au {
  color: #ff5f22;
}
.mall__list .qoo10 {
  color: #1262ae;
}
.mall__list .shopify {
  color: #95bf47;
}
.mall__list .makeshop {
  color: #2180ef;
}
.mall__list .futureshop {
  color: #004ba5;
}
.mall__list .d2c {
  color: #333;
}

.category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.category__list li {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #b1b1b1;
  padding: 3px 32px;
  margin-right: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .category__list li {
    padding: 1px 20px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

img.img-wrap {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px 50px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #ff9c00;
}

a:hover img.img-wrap {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  transition: 0.3s ease-in-out;
}

/*-----------------------------------------*/
.title-section {
  margin-bottom: 73px;
}
@media screen and (max-width: 519px) {
  .title-section {
    margin-bottom: 23px;
  }
}

.scroll {
  height: 80px;
  overflow: auto;
  overflow-y: scroll;
}

/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #d1f0f2, #d1f0f2); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 50%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}
.js-marker.inview {
  background-size: 100% 50%; /* '30%'の部分は上で設定した太さに合わせる */
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-80 {
  margin-top: 80px;
}

@media screen and (max-width: 749px) {
  .mt-sp50 {
    margin-top: 50px;
  }
}

.topbanner {
  width: 100%;
  overflow-x: hidden;
}
.topbanner__wrap {
  line-height: 0;
  padding: 0 0 48px;
}
.topbanner__carousel {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: visible;
}
.topbanner__item {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  margin-right: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .topbanner__item {
    margin-right: 25px;
  }
}
@media screen and (max-width: 519px) {
  .topbanner__item {
    margin-right: 14px;
  }
}
.topbanner__item:last-child {
  margin-right: 0;
}
.topbanner__item > img {
  max-width: 100%;
  width: 100%;
  transition: all 1s ease;
}
.topbanner__item .swiper-slide-active > img {
  opacity: 1;
}

.slick-slide {
  margin-right: 10px;
}
@media screen and (max-width: 749px) {
  .slick-slide {
    margin-right: 18px;
  }
}

.slider {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
  opacity: 1;
}

.slick-arrow {
  display: inline-block;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff !important;
  border-radius: 5px;
  position: relative;
  z-index: 2 !important;
  width: 48px !important;
  height: 48px !important;
  opacity: 1 !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slick-next,
.slick-prev {
  top: 41% !important;
}

.slick-next {
  right: 28% !important;
}
.slick-next:before {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  left: 7px;
}

.slick-prev {
  left: 29% !important;
}
.slick-prev:before {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(225deg);
  right: 7px;
}

.slick-dots li {
  width: 65px;
  height: 8px;
  margin-right: 12px;
}
.slick-dots li button:before {
  content: "";
  width: 65px;
  height: 8px;
  background: #505050;
}/*# sourceMappingURL=custom.css.map */