@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

sup {
  font-size: small;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

.only-pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 14;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
}

.original-form {
  position: fixed;
  max-width: 500px;
  border-radius: 4px;
  top: 50px;
  right: 50%;
  width: 91%;
  height: 100%;
  z-index: 15;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  max-height: 83.7%;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

iframe {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.original-form-icon--close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: opacity 0.7s;
  margin-left: auto;
  margin-bottom: 10px;
}

.original-form-icon--close:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1025px) {
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 14;
    background: rgba(0, 0, 0, 0.7);
  }
  .original-form {
    position: fixed;
    max-width: 342px;
    max-height: 97%;
    height: 97vh;
    border-radius: 4px;
    overflow: hidden;
    top: 24px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 15;
    transition: all 0.3s;
    -webkit-transform: none;
    transform: none;
  }
  .expand-form {
    position: fixed;
    max-width: 35.5%;
    max-height: 82.3%;
    top: 50px;
    right: 32.2%;
    overflow: unset;
  }
  iframe {
    height: 100%;
    width: 100%;
  }
  .original-form-icon--close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: opacity 0.7s;
  }
  .original-form-icon--close:hover {
    opacity: 0.7;
  }
}
.contact-fix-bottom {
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  display: none;
  max-width: 465px;
  width: 91.2%;
  transition: all 0.3s;
}

.contact-fix-bottom:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact-fix-bottom-text {
  display: block;
  width: 48%;
}

.fix-btn {
  opacity: 1;
  z-index: 3;
  display: flex !important;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (min-width: 1025px) {
  .fix-btn.only-sp {
    display: none !important;
  }
}
.header-container-inner {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 38px 68px;
  width: 100%;
  justify-content: space-between;
  flex-shrink: 0;
  z-index: 2;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.header-container-inner-logo {
  max-width: 102px;
}

.header-container-inner-logo > img {
  -o-object-fit: contain;
  object-fit: contain;
}

.header-logo-pc {
  width: 144px;
  height: auto;
}

.header-logo-sp {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 544px) {
  .header-logo-pc {
    display: none;
  }
}
@media screen and (min-width: 545px) {
  .header-logo-sp {
    display: none;
  }
}
.header-container-inner-hamburger {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  z-index: 20;
}

.header-container-inner-hamburger span {
  width: 100%;
  height: 1.5px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  background-color: #232847;
  transition: opacity 0.3s, rotate 0.3s, top 0.3s, bottom 0.3s, translate 0.3s;
}

.header-container-inner-hamburger span:nth-child(1) {
  top: 0;
}

.header-container-inner-hamburger span:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}

.header-container-inner-hamburger span:nth-child(3) {
  bottom: 0;
}

#toggle_menu:checked ~ .header-container-inner-hamburger {
  position: fixed;
  top: 20px;
  right: 32px;
  z-index: 30;
}

#toggle_menu:checked ~ .header-container-inner-hamburger span:nth-child(1) {
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}

#toggle_menu:checked ~ .header-container-inner-hamburger span:nth-child(2) {
  opacity: 0;
}

#toggle_menu:checked ~ .header-container-inner-hamburger span:nth-child(3) {
  bottom: 50%;
  translate: 0 50%;
  rotate: -45deg;
}

.header-container-inner-sidemenu {
  position: fixed;
  width: 89.3%;
  height: 100vh;
  top: 0;
  right: -200%;
  padding: 120px 16px 0;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.98);
  z-index: 25;
}

#toggle_menu:checked ~ .header-container-inner-sidemenu {
  right: 0;
}

.header-container-inner-sidemenu-list {
  display: block;
  padding: 24px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #232847;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s;
}

.header-container-inner-sidemenu-list:hover {
  opacity: 0.7;
}

.header-container-inner-sidemenu-list--ja {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.header-container-inner-sidemenu-list--en {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: rgba(35, 40, 71, 0.7);
  margin-top: 16px;
}

.fix-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #ffffff 1.09%, rgba(255, 255, 255, 0.9) 74.01%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.6s;
  z-index: 10;
}

.fix-header .header-container-inner-hamburger {
  position: fixed;
  top: 20px;
  right: 32px;
  z-index: 30;
}

@media screen and (min-width: 1025px) {
  .header {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    padding: 38px 68px 0 68px;
    margin: 0 auto;
  }
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .header-container-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin: 0;
    max-width: none;
    width: auto;
    left: auto;
    right: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .header-cv-buttons {
    display: flex;
    gap: 16px;
    margin: 0;
  }
  .header-container-inner-content {
    gap: 40px;
  }
  .header-container-inner-logo {
    max-width: initial;
  }
  .header-container-inner-hamburger {
    display: none;
  }
  .header-container-inner-logo,
  .header-container-inner-content-menu {
    transition: all 0.3s;
  }
  .header-container-inner-logo:hover,
  .header-container-inner-content-menu:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .header-container-inner-content {
    display: flex;
    gap: 30px;
  }
  .header-container-inner-content-menu {
    text-align: center;
  }
  .header-container-inner-content-menu-text--ja {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #232847;
  }
  .header-container-inner-content-menu-text--en {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.08em;
    color: rgba(35, 40, 71, 0.7);
    margin-top: 6px;
  }
  .font-small {
    font-size: 14px;
    line-height: 20px;
  }
  .fix-header {
    position: fixed;
    background: linear-gradient(180deg, #ffffff 1.09%, rgba(255, 255, 255, 0.9) 74.01%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.6s;
    z-index: 10;
  }
  /* ヘッダーCVボタン */
  .header-cv-buttons {
    display: flex;
    gap: 16px;
    margin-left: auto;
    margin-right: 0;
  }
  .header-cv-button {
    border-radius: 4px;
    padding: 12px 20px;
    text-align: center;
    transition: all 0.3s;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-cv-button:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .header-cv-button--download {
    background: #43a2c6;
  }
  .header-cv-button--contact {
    background: #232847;
  }
  .header-cv-button-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
}
.fv {
  max-width: 500px;
  margin: 0 auto;
}

.fv-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.fv-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fv-inner-content-wrapper {
  padding: 72px 32px;
}

.fv-inner-content-wrapper-inner-photos {
  width: 100%;
}

.fv-inner-content-wrapper-inner-description-helper-text {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  text-align: center;
  margin-top: 24px;
}

.fv-inner-content-wrapper-inner-description-helper-text > p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #232847;
}

.fv-inner-content-wrapper-inner-description-title {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .fv-inner-content-wrapper-inner-description-title {
    margin-top: 26px;
  }
}
@media screen and (max-width: 425px) {
  .fv-inner-content-wrapper-inner-description-title {
    margin-top: 23px;
  }
}
.fv-inner-content-wrapper-inner-description-title-container {
  background: #ffffff;
  text-align: center;
}

.fv-inner-content-wrapper-inner-description-title-container + .fv-inner-content-wrapper-inner-description-title-container {
  margin-top: 8px;
}

.fv-inner-content-wrapper-inner-description-title-container-text {
  font-weight: 700;
  font-size: 29px;
  line-height: 61px;
  letter-spacing: 0.12em;
  color: #43a2c6;
}

.fv-inner-content-wrapper-inner-description-title-container-text.title-text--bottom {
  font-size: 29px;
  line-height: 61px;
  letter-spacing: 0.12em;
}

.fv-inner-content-wrapper-inner-description-logo {
  width: 100%;
  margin-top: 15.5px;
}

.fv-inner-content-wrapper-inner-description-catch {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.7px;
  color: #232847;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 1441px) {
  .fv-inner-content-wrapper-inner-description-catch br {
    display: none;
  }
}
@media (max-width: 544px) {
  .fv-inner-content-wrapper-inner-description-catch br {
    display: none;
  }
}
@media (max-width: 544px) {
  .fv-inner-content-wrapper-inner-description-catch {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media (min-width: 545px) and (max-width: 1440px) {
  .fv-inner-content-wrapper-inner-description-catch {
    line-height: 1.6;
  }
}
.fv-inner-content-wrapper-inner-description-buttons.only-pc {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-direction: column;
}

.fv-inner-content-wrapper-inner-description-buttons.only-sp {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  flex-direction: column;
}

.fv-inner-content-wrapper-inner-description-contact {
  transition: opacity 0.3s;
}

.fv-inner-content-wrapper-inner-description-contact:hover {
  opacity: 0.7;
  cursor: pointer;
}

.fv-inner-content-wrapper-inner-description-download {
  transition: opacity 0.3s;
}

.fv-inner-content-wrapper-inner-description-download:hover {
  opacity: 0.7;
  cursor: pointer;
}

.fv-inner-content-wrapper-inner-description-contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

/* 今後 work 本体と揃え sp view width <= 544px として設定していく */
@media (max-width: 544px) {
  .fv-inner-content-wrapper-inner-description-contact-text {
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.75px;
  }
}
@media screen and (min-width: 1025px) {
  .fv {
    max-width: initial;
    margin: 0;
    padding: 0;
  }
  .fv-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .fv-inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .fv-inner-content {
    margin-right: 0;
    padding-left: 0;
  }
  .fv-inner-content-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 125px 0 50px 0;
  }
  .fv-inner-content-wrapper-inner {
    display: flex;
    gap: 49px;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .fv-inner-content-wrapper-inner-photos {
    max-width: 49.2%;
  }
  .fv-inner-content-wrapper-inner-description {
    margin-top: -16px;
  }
  .fv-inner-content-wrapper-inner-description-helper-text {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1440px) {
  .fv-inner-content-wrapper-inner-description-helper-text > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .fv-inner-content-wrapper-inner-description-title-container + .fv-inner-content-wrapper-inner-description-title-container {
    margin-top: 10px;
  }
  .fv-inner-content-wrapper-inner-description-title-container-text {
    font-size: 26px;
    line-height: 61px;
  }
}
@media screen and (min-width: 1260px) {
  .fv-inner-content-wrapper-inner-description-title-container-text {
    font-size: 36px;
    height: 61px;
  }
}
@media screen and (min-width: 1025px) {
  .fv-inner-content-wrapper-inner-description-title-container-text.title-text--bottom {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1260px) {
  .fv-inner-content-wrapper-inner-description-title-container-text.title-text--bottom {
    font-size: 38px;
  }
}
@media screen and (min-width: 1025px) {
  .fv-inner-content-wrapper-inner-description-logo {
    margin-top: 28px;
  }
}
@media screen and (max-width: 320px) {
  .fv-inner-content-wrapper-inner-description-title-container-text {
    font-size: 24px;
    height: 61px;
  }
  .fv-inner-content-wrapper-inner-description-title-container-text.title-text--bottom {
    font-size: 22px;
  }
}
.fv-inner-content-wrapper-slider.swiper {
  background: #ffffff;
  border: 1px solid rgba(35, 40, 71, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 36px;
  height: 60px;
}

.fv-inner-content-wrapper-slider.swiper > .swiper-wrapper {
  transition-timing-function: linear;
  padding: 18px 20px;
  height: auto;
}

.fv-inner-content-wrapper-slider > .swiper-wrapper > .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fv-inner-content-wrapper-slider > .swiper-wrapper > .swiper-slide,
.fv-inner-content-wrapper-slider > .swiper-wrapper > .swiper-slide > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 24px;
}

@media screen and (min-width: 1025px) {
  .fv-inner-content-wrapper-slider.swiper {
    max-width: 960px;
    margin-top: 44px;
    height: 72px;
  }
  .fv-inner-content-wrapper-slider > .swiper-wrapper > .swiper-slide {
    /* width: fit-content; */
    height: 32px;
    margin-left: 64px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .fv-inner-content-wrapper-slider > .swiper-wrapper > .swiper-slide {
    height: 24px;
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  .fv-inner-content-wrapper-slider.swiper > .swiper-wrapper {
    padding: 18px 0;
  }
  .fv-inner-content-wrapper-slider > .swiper-wrapper > .swiper-slide {
    /* width: fit-content; */
    height: 24px;
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
}
.fv-inner-content-wrapper-slider-description {
  color: rgba(35, 40, 71, 0.6980392157);
  text-align: right;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.6px;
}

.problem {
  padding: 72px 67.5px;
  max-width: 500px;
  margin: 0 auto;
}

.problem-wrapper-inner-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 44px;
  letter-spacing: 0.05em;
  color: #232847;
  text-align: center;
}

.emphasis--problem {
  color: #43a2c6;
  font-weight: 900;
  font-size: 36px;
  line-height: 52px;
}

@media screen and (min-width: 426px) and (max-width: 1024px) {
  .problem-wrapper-inner-title {
    font-size: 37px;
    line-height: 60px;
  }
  .emphasis--problem {
    font-size: 50px;
  }
}
.highlight-yellow {
  text-decoration: underline;
  text-decoration-thickness: 16px;
  text-decoration-color: rgba(253, 241, 62, 0.3);
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.problem-wrapper-inner-content-list {
  margin-top: 32px;
}

.problem-wrapper-inner-content-list-text {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #232847;
  text-align: center;
}

.problem-wrapper-inner-content-list-image {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .problem {
    background: #ffffff;
    padding: 144px 0 150px 68px;
    max-width: initial;
    margin: 0;
  }
  .problem-wrapper {
    margin-right: 0;
  }
  .problem-wrapper-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .problem-wrapper-inner-title {
    max-width: 960px;
    font-size: 32px;
    line-height: 46px;
  }
  .emphasis--problem {
    color: #43a2c6;
    font-weight: 900;
    font-size: 36px;
    line-height: 52px;
  }
  .problem-wrapper-inner-content {
    display: flex;
    gap: 32px;
    text-align: center;
    max-width: 960px;
    margin-top: 70px;
  }
  .problem-wrapper-inner-content-list {
    width: calc((100% - 96px) / 4);
  }
  .problem-wrapper-inner-content-list-text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1240px) {
  .problem-wrapper-inner-content-list-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .problem-wrapper-inner-content-list-image {
    width: 100%;
  }
}
.service {
  background: linear-gradient(0deg, rgba(67, 162, 198, 0.14), rgba(67, 162, 198, 0.14)), #ffffff;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 128px 0 80px;
}

.bg-square--yellow {
  position: absolute;
  left: -163px;
  bottom: -100px;
  width: 240px;
  height: auto;
}

.bg-triangle--blue {
  position: absolute;
  right: 0;
  top: 0;
}

.bg-arrow {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-wrapper-inner-title {
  text-align: center;
  position: relative;
  padding: 0 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  letter-spacing: 0.05em;
  color: #232847;
}

.service-wrapper-inner-title-heading {
  width: 603px;
  margin: 0 auto;
}

.service-wrapper-inner-title-object {
  position: absolute;
  max-width: 91.5%;
  width: 100%;
  top: -41%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.emphasis--service-wrapper-inner-title {
  font-weight: 900;
  font-size: 44px;
  line-height: 84px;
  letter-spacing: 0.05em;
  color: #43a2c6;
}

@media screen and (max-width: 1024px) {
  .service {
    max-width: none;
  }
  .service-wrapper-inner {
    max-width: 500px;
    margin: 0 auto;
  }
  .service-wrapper-inner-title-heading {
    width: 90%;
  }
}
@media screen and (max-width: 425px) {
  .emphasis--service-wrapper-inner-title {
    font-size: 41px;
  }
  .service-wrapper-inner-title-heading {
    width: 292px;
  }
}
.emphasis--service-wrapper-inner-title--brandon-grotesque {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 84px;
  letter-spacing: 0.05em;
  color: #43a2c6;
}

.service-wrapper-inner-description {
  margin-top: 30px;
  padding: 0 32px;
}

.service-wrapper-inner-description-top {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.05em;
  color: rgba(35, 40, 71, 0.7);
}

.emphasis--service-wrapper-inner-description {
  font-weight: 700;
  color: #232847;
}

.service-wrapper-inner-description-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 30px;
  text-align: left;
  font-size: 10px;
  line-height: 18px;
  color: rgba(35, 40, 71, 0.7);
}

@media screen and (min-width: 1025px) {
  .service {
    background: linear-gradient(0deg, rgba(67, 162, 198, 0.14), rgba(67, 162, 198, 0.14)), #ffffff;
    padding: 0 0 150px 68px;
    position: relative;
    max-width: initial;
    margin: 0;
  }
  .bg-square--yellow {
    position: absolute;
    left: -540px;
    bottom: -150px;
    width: 690px;
  }
  .bg-triangle--blue {
    position: absolute;
    right: 0;
    top: 0;
  }
  .bg-arrow {
    position: absolute;
    max-width: 960px;
    /* top: -57%;
    left: 50%; */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .service-title-object {
    width: 80%;
    padding-top: 64px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .service-wrapper {
    margin-right: 0;
  }
  .service-wrapper-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .service-wrapper-inner-title {
    text-align: center;
    position: relative;
    padding: 0;
    font-size: 38px;
    line-height: 84px;
  }
  .service-wrapper-inner-title-object {
    position: absolute;
    max-width: 783px;
    width: 100%;
    top: -26%;
    left: 47%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .emphasis--service-wrapper-inner-title {
    font-weight: 900;
    font-size: 44px;
    line-height: 84px;
    letter-spacing: 0.05em;
    color: #43a2c6;
  }
  .emphasis--service-wrapper-inner-title--brandon-grotesque {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 84px;
    letter-spacing: 0.05em;
    color: #43a2c6;
  }
  .service-wrapper-inner-description {
    margin-top: 71px;
  }
  .service-wrapper-inner-description-top {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgba(35, 40, 71, 0.7);
  }
  .emphasis--service-wrapper-inner-description {
    font-weight: 700;
    color: #232847;
  }
  .service-wrapper-inner-description-bottom {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    color: rgba(35, 40, 71, 0.7);
  }
}
.service-wrapper-inner-flow {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(35, 40, 71, 0.05));
  filter: drop-shadow(0px 0px 20px rgba(35, 40, 71, 0.05));
  max-width: 78.7%;
  margin: 50px auto 0;
}

.service-wrapper-inner-flow-title {
  background: linear-gradient(100.17deg, rgba(67, 162, 198, 0.8) 38.72%, rgba(170, 208, 153, 0.8) 87.27%), #ffffff;
  border-radius: 8px 8px 0px 0px;
  padding: 12px 0;
  text-align: center;
}

.service-wrapper-inner-flow-title-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.service-wrapper-inner-flow-description {
  padding: 32px 58px 32px 58px;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.service-wrapper-inner-flow-description-list-image > img {
  width: 100%;
}

.service-wrapper-inner-flow-description-list-text {
  margin-top: 17px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
}

.service-wrapper-inner-flow-description-list-text-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #232847;
}

.service-wrapper-inner-flow-description-list-text-content {
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(35, 40, 71, 0.7);
}

.service-wrapper-inner-flow-description-arrow {
  width: 13px;
  align-self: center;
}

.service-wrapper-inner-flow-description-arrow img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .service-wrapper-inner-flow {
    margin-top: 80px;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(35, 40, 71, 0.05));
    filter: drop-shadow(0px 0px 20px rgba(35, 40, 71, 0.05));
    max-width: initial;
  }
  .service-wrapper-inner-flow-title {
    background: linear-gradient(100.17deg, rgba(67, 162, 198, 0.8) 38.72%, rgba(170, 208, 153, 0.8) 87.27%), #ffffff;
    border-radius: 8px 8px 0px 0px;
    padding: 12px 0;
    text-align: center;
  }
  .service-wrapper-inner-flow-title-heading {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
  .service-wrapper-inner-flow-description {
    padding: 58px 60px 58px 60px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    flex-direction: row;
  }
  .service-wrapper-inner-flow-description-list {
    max-width: 184px;
  }
  .service-wrapper-inner-flow-description-list-image > img {
    width: 100%;
  }
  .service-wrapper-inner-flow-description-list-text {
    margin-top: 17px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  .service-wrapper-inner-flow-description-list-text-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #232847;
  }
  .service-wrapper-inner-flow-description-list-text-content {
    margin-top: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(35, 40, 71, 0.7);
  }
  .service-wrapper-inner-flow-description-arrow {
    width: 13px;
    align-self: center;
  }
  .service-wrapper-inner-flow-description-arrow img {
    width: 100%;
  }
}
.secret {
  background: linear-gradient(0deg, rgba(35, 40, 71, 0.03), rgba(35, 40, 71, 0.03)), #ffffff;
  padding: 80px 32px;
  max-width: 500px;
  margin: 0 auto;
}

.secret-wrapper-inner-title {
  text-align: center;
  letter-spacing: 0.05em;
  color: #232847;
  position: relative;
}

.secret-wrapper-inner-title-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 43px;
}

.secret-wrapper-inner-title-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  margin-top: 22px;
}

.secret-wrapper-inner-description {
  margin-top: 44px;
}

.secret-wrapper-inner-description-list {
  background: #ffffff;
  border: 1px solid rgba(35, 40, 71, 0.1);
  box-shadow: 0px 0px 20px rgba(35, 40, 71, 0.05);
  border-radius: 40px 8px 8px 8px;
  position: relative;
  z-index: 1;
}

.secret-wrapper-inner-description-list + .secret-wrapper-inner-description-list {
  margin-top: 24px;
}

.secret-wrapper-inner-description-list-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 40px 0 0 8px;
}

.secret-wrapper-inner-description-list-text {
  padding: 30px 22px 34px;
}

.secret-wrapper-inner-description-list-text-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.secret-wrapper-inner-description-list-text-title-number {
  color: rgba(67, 162, 198, 0.9);
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: 0.05em;
}

.secret-wrapper-inner-description-list-text-title-content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #232847;
}

.secret-wrapper-inner-description-list-text-description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: rgba(35, 40, 71, 0.7);
  margin-top: 9px;
}

.secret-image--tablet {
  display: none;
}

@media screen and (min-width: 1025px) {
  .secret {
    padding: 140px 0 150px 68px;
    background: linear-gradient(0deg, rgba(35, 40, 71, 0.03), rgba(35, 40, 71, 0.03)), #ffffff;
    max-width: initial;
    margin: 0;
  }
  .secret-wrapper {
    margin-right: 0;
  }
  .secret-wrapper-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .secret-wrapper-inner-title {
    text-align: center;
    letter-spacing: 0.05em;
    color: #232847;
  }
  .secret-wrapper-inner-title-content {
    font-size: 14px;
  }
  .secret-wrapper-inner-description {
    margin-top: 86px;
    margin-bottom: 100px;
  }
  .secret-wrapper-inner-description-list {
    height: 331px;
    background: #ffffff;
    border: 1px solid rgba(35, 40, 71, 0.1);
    box-shadow: 0px 0px 20px rgba(35, 40, 71, 0.05);
    border-radius: 40px 8px 8px 8px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .secret-wrapper-inner-description-list + .secret-wrapper-inner-description-list {
    margin-top: 42px;
  }
  .secret-image--tablet {
    display: block;
  }
  .secret-image--pc {
    display: none;
  }
  .secret-wrapper-inner-description-list-image {
    max-width: 34.4%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px 0 0 8px;
  }
  .secret-wrapper-inner-description-list-text {
    padding: 50px 38px 50px 30px;
  }
  .secret-wrapper-inner-description-list-text-title {
    display: block;
  }
  .secret-wrapper-inner-description-list-text-title-number {
    font-weight: 600;
    font-size: 72px;
    line-height: 114px;
  }
  .secret-wrapper-inner-description-list-text-title-content {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #232847;
    margin-top: -16px;
  }
  .secret-wrapper-inner-description-list-text-description {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: rgba(35, 40, 71, 0.7);
    margin-top: 24px;
  }
}
@media screen and (min-width: 1380px) {
  .secret-image--tablet {
    display: none;
  }
  .secret-image--pc {
    display: block;
  }
  .secret-wrapper-inner-description-list {
    height: 300px;
  }
  .secret-wrapper-inner-description-list-image {
    max-width: 48.75%;
  }
  .secret-wrapper-inner-description-list-text {
    padding: 77px 56px 77px 34px;
  }
  .secret-wrapper-inner-description-list-text-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: -16px;
  }
  .secret-wrapper-inner-description-list-text-title-number {
    font-size: 80px;
  }
  .secret-wrapper-inner-description-list-text-title-content {
    margin-top: 0px;
  }
  .secret-wrapper-inner-description-list-text-description {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .secret {
    max-width: none;
  }
  .secret-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
.secret-wrapper-inner-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 86px;
}

.secret-wrapper-inner-buttons .custom-contact-btn,
.secret-wrapper-inner-buttons .custom-download-btn {
  margin: 0;
}

.secret-wrapper-inner-contact {
  margin: 86px auto 0;
  max-width: 83.9%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  background: #232847;
  border-radius: 377.636px;
  padding: 20px 32px;
  text-align: center;
  transition: all 0.3s;
}

.secret-wrapper-inner-contact:hover {
  opacity: 0.7;
  cursor: pointer;
}

.secret-wrapper-inner-contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

/* 今後 work 本体と揃え sp view width <= 544px として設定していく */
@media (max-width: 544px) {
  .secret-wrapper-inner-contact {
    margin-top: 40px;
  }
  .secret-wrapper-inner-contact-text {
    font-size: 15px;
  }
}
.compatible {
  background: linear-gradient(0deg, rgba(35, 40, 71, 0.01), rgba(35, 40, 71, 0.01)), linear-gradient(0deg, rgba(67, 162, 198, 0.1), rgba(67, 162, 198, 0.1)), #ffffff;
  padding: 80px 40px;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.compatible-wrapper-inner-title {
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
  color: #232847;
}

.compatible-wrapper-inner-title-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 46px;
}

.compatible-wrapper-inner-title-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  margin-top: 22px;
}

@media screen and (max-width: 425px) {
  .compatible-wrapper-inner-title-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .problem-wrapper-inner-title {
    font-size: 20px;
  }
  .emphasis--problem {
    font-size: 31px;
  }
  .compatible-wrapper-inner-title-heading {
    font-size: 22px;
  }
  .compatible-wrapper-inner-title-content {
    font-size: 10px;
  }
  .service-wrapper-inner-title-heading {
    width: 260px;
  }
  .service-wrapper-inner-description-top {
    font-size: 10px;
  }
  .service-wrapper-inner-description-bottom {
    font-size: 8px;
  }
  .service-wrapper-inner-flow-description-list-text-content {
    font-size: 10px;
  }
}
.compatible-wrapper-inner-description {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin: 40px auto 0;
}

.compatible-wrapper-inner-description-item {
  width: calc((100% - 28px) / 2);
}

.compatible-wrapper-inner-description-item-image {
  width: 100%;
}

.compatible-wrapper-inner-description-item-content {
  margin-top: 6px;
}

.compatible-wrapper-inner-description-item-content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #232847;
}

.compatible-wrapper-inner-description-item-content-list {
  margin-top: 6px;
}

.compatible-wrapper-inner-description-item-content-list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: rgba(35, 40, 71, 0.7);
}

@media screen and (max-width: 1024px) {
  .compatible {
    max-width: none;
  }
  .compatible-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .compatible-wrapper-inner-description-item-content-list-item {
    font-size: 9px;
  }
}
.compatible-wrapper-inner-description-item-content-list-item:before {
  content: "";
  display: inline-block;
  position: relative;
  left: -10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.etc {
  font-weight: 390;
  font-size: 11.5px;
}

.blue-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
  background: #6887c3;
  margin-left: 16px;
}

.blue-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
  background: transparent;
}

.emerald-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
  background: #43a2c6;
  margin-left: 14px;
}

.emerald-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
  background: transparent;
}

.green-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
  background: #35ac9c;
  margin-left: 26px;
}

.green-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
  background: transparent;
}

.yellow-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
  background: #d5cc41;
  margin-left: 10px;
}

.yellow-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
  background: transparent;
}

.orange-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
  background: #e69f33;
  margin-left: 24px;
}

.orange-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
  background: transparent;
}

.pink-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
  background: #eb7171;
  margin-left: 32px;
}

.pink-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
  background: transparent;
}

.bg-circle--green {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bg-circle--red {
  position: absolute;
  right: 0;
  top: -12%;
}

@media screen and (min-width: 1025px) {
  .compatible {
    background: linear-gradient(0deg, rgba(35, 40, 71, 0.01), rgba(35, 40, 71, 0.01)), linear-gradient(0deg, rgba(67, 162, 198, 0.1), rgba(67, 162, 198, 0.1)), #ffffff;
    padding: 141px 0 150px 68px;
    position: relative;
    overflow: hidden;
    max-width: initial;
    margin: 0;
  }
  .compatible-wrapper {
    margin-right: 0;
  }
  .compatible-wrapper-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .compatible-wrapper-inner-title-heading {
    font-size: 30px;
    line-height: 43px;
  }
  .compatible-wrapper-inner-title-heading > span {
    font-size: 22px;
  }
  .compatible-wrapper-inner-title-content {
    font-size: 14px;
    line-height: 20px;
  }
  .compatible-wrapper-inner-description {
    max-width: 740px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 70px;
    margin: 86px auto 0;
  }
  .compatible-wrapper-inner-description-item {
    width: calc((100% - 140px) / 3);
  }
  .compatible-wrapper-inner-description-item-image {
    width: 100%;
  }
  .compatible-wrapper-inner-description-item-content {
    margin-top: 16px;
  }
  .compatible-wrapper-inner-description-item-content-title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #232847;
  }
  .compatible-wrapper-inner-description-item-content-list {
    margin-top: 9px;
  }
  .compatible-wrapper-inner-description-item-content-list-item {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: rgba(35, 40, 71, 0.7);
  }
  .compatible-wrapper-inner-description-item-content-list-item:before {
    content: "";
    display: inline-block;
    position: relative;
    left: -10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  .etc {
    font-weight: 390;
    font-size: 11.5px;
  }
  .blue-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    background: #6887c3;
    margin-left: 10px;
  }
  .blue-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
    background: transparent;
  }
  .emerald-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    background: #43a2c6;
    margin-left: 24px;
  }
  .emerald-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
    background: transparent;
  }
  .green-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    background: #35ac9c;
    margin-left: 40px;
  }
  .green-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
    background: transparent;
  }
  .yellow-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    background: #d5cc41;
    margin-left: 10px;
  }
  .yellow-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
    background: transparent;
  }
  .orange-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    background: #e69f33;
    margin-left: 24px;
  }
  .orange-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
    background: transparent;
  }
  .pink-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    background: #eb7171;
    margin-left: 40px;
  }
  .pink-bullet.etc.compatible-wrapper-inner-description-item-content-list-item:before {
    background: transparent;
  }
}
@media screen and (min-width: 1128px) {
  .blue-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 45px;
  }
  .emerald-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 45px;
  }
  .green-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 56px;
  }
  .yellow-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 45px;
  }
  .orange-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 56px;
  }
  .pink-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blue-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 76px;
  }
  .emerald-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 70px;
  }
  .green-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 78px;
  }
  .yellow-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 69px;
  }
  .orange-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 76px;
  }
  .pink-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 87px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .blue-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 21px;
  }
  .emerald-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 18px;
  }
  .green-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 29px;
  }
  .yellow-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 14px;
  }
  .orange-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 23px;
  }
  .pink-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 34px;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  .blue-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 38px;
  }
  .emerald-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 34px;
  }
  .green-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 43px;
  }
  .yellow-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 32px;
  }
  .orange-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 35px;
  }
  .pink-bullet.compatible-wrapper-inner-description-item-content-list-item:before {
    margin-left: 47px;
  }
}
@media screen and (min-width: 1025px) {
  .bg-circle--green {
    position: absolute;
    left: -36%;
    bottom: -36%;
    max-width: 690px;
  }
  .bg-circle--red {
    position: absolute;
    right: 0;
    top: -36%;
  }
}
.case {
  padding: 80px 32px 102px 32px;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.case-wrapper-inner-title {
  text-align: center;
  letter-spacing: 0.05em;
  color: #232847;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.case-wrapper-inner-title-heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 46px;
}

.emphasis-case-wrapper-inner-title--brandon-grotesque {
  font-family: "brandon-grotesque", sans-serif;
}

.case-wrapper-inner-title-content {
  margin-top: 14px;
  font-size: 13px;
  line-height: 24px;
}

.case-wrapper-inner-slider.swiper {
  max-width: 100%;
  overflow: visible;
}

.case-wrapper-inner-slider.swiper > .swiper-wrapper {
  width: 100%;
  height: auto;
  align-items: center;
}

.case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.7s;
}

.case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide,
.case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
}

.case-wrapper-inner-slider.swiper-slide img {
  height: auto;
  width: 100%;
}

.case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide-active {
  -webkit-transform: scale(1.55);
  transform: scale(1.55);
}

.case-wrapper-inner-slider-container {
  position: relative;
}

.case-wrapper-inner-slider-container > .swiper-button-prev::after,
.case-wrapper-inner-slider-container > .swiper-button-next::after {
  display: none;
}

.case-wrapper-inner-slider-container > .swiper-button-prev > img,
.case-wrapper-inner-slider-container > .swiper-button-next > img {
  width: 100%;
}

.case-wrapper-inner-slider-item-text {
  display: block;
}

.case-wrapper-inner-slider-item-text {
  max-width: 89.9%;
  margin: -8px auto;
}

.case-wrapper-inner-slider-item-text-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10.2px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #232847;
}

.case-wrapper-inner-slider-item-text-history {
  display: flex;
  align-items: center;
  gap: 4px;
}

.case-wrapper-inner-slider-item-text-history-icon {
  width: 10px;
  height: 10px;
}

.case-wrapper-inner-slider-item-text-history-date {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 390;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: rgba(35, 40, 71, 0.7);
}

@media screen and (max-width: 1024px) {
  .case {
    padding: 80px 32px 120px 32px;
  }
  .case-wrapper-inner-slider-container {
    margin-top: 90px;
  }
  .case-wrapper-inner-title-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide > img {
    margin-bottom: 12px;
  }
  .case-wrapper-inner-slider-container {
    margin-top: 70px;
  }
  .case-wrapper-inner-slider-item-text-history-date {
    font-size: 8px;
    font-family: "brandon-grotesque", sans-serif;
  }
}
.case-wrapper-inner > .case-wrapper-inner-slider-container > .swiper-pagination {
  bottom: -49%;
  z-index: 1;
}

.swiper-pagination > .swiper-pagination-bullet {
  background: #ffffff;
  border: 1px solid rgba(35, 40, 71, 0.5);
}

.swiper-pagination > .swiper-pagination-bullet-active {
  background: linear-gradient(0deg, rgba(35, 40, 71, 0.5), rgba(35, 40, 71, 0.5)), #ffffff;
  border: none;
}

@media screen and (min-width: 1025px) {
  .case {
    padding: 130px 0 170px 68px;
    max-width: initial;
    margin: 0;
  }
  .case-wrapper {
    margin-right: 0;
  }
  .case-wrapper-inner {
    max-width: 100%;
  }
  .case-wrapper-inner-title {
    font-style: normal;
    text-align: center;
    letter-spacing: 0.05em;
    color: #232847;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .case-wrapper-inner-title-heading {
    font-weight: 500;
    font-size: 38px;
    line-height: 55px;
  }
  .emphasis-case-wrapper-inner-title--brandon-grotesque {
    font-family: "brandon-grotesque", sans-serif;
  }
  .case-wrapper-inner-title-content {
    font-size: 14px;
  }
  .case-wrapper-inner-slider.swiper {
    max-width: 100%;
    overflow: visible;
    position: relative;
  }
  .case-wrapper-inner-slider.swiper > .swiper-wrapper {
    width: 100%;
    height: auto;
    align-items: center;
  }
  .case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.7s;
  }
  .case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide,
  .case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
  }
  .case-wrapper-inner-slider.swiper-slide img {
    height: auto;
    width: 100%;
  }
  .case-wrapper-inner-slider > .swiper-wrapper > .swiper-slide-active {
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
  }
  .case-wrapper-inner-slider-container {
    margin-top: 112px;
  }
  .case-wrapper-inner-slider-container > .swiper-button-prev,
  .case-wrapper-inner-slider-container > .swiper-button-next {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 37%;
  }
  .case-wrapper-inner-slider-container > .swiper-button-prev {
    left: 15%;
  }
  .case-wrapper-inner-slider-container > .swiper-button-next {
    right: 15%;
  }
  .case-wrapper-inner-slider-container > .swiper-button-prev::after,
  .case-wrapper-inner-slider-container > .swiper-button-next::after {
    display: none;
  }
  .case-wrapper-inner-slider-container > .swiper-button-prev > img,
  .case-wrapper-inner-slider-container > .swiper-button-next > img {
    width: 100%;
  }
  .case-wrapper-inner-slider-item-text {
    display: block;
  }
  .case-wrapper-inner-slider-item-text {
    max-width: 89.9%;
    margin: -8px auto;
  }
  .case-wrapper-inner-slider-item-text-heading {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10.2px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #232847;
  }
  .case-wrapper-inner-slider-item-text-history {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .case-wrapper-inner-slider-item-text-history-icon {
    width: 12px;
    height: 12px;
  }
  .case-wrapper-inner-slider-item-text-history-date {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 390;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: rgba(35, 40, 71, 0.7);
  }
  .case-wrapper-inner > .case-wrapper-inner-slider-container > .swiper-pagination {
    bottom: -42%;
  }
  .swiper-pagination > .swiper-pagination-bullet-active {
    background: linear-gradient(0deg, rgba(35, 40, 71, 0.5), rgba(35, 40, 71, 0.5)), #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .case-wrapper-inner-slider.swiper {
    position: relative;
  }
  .case-wrapper-inner-slider-container > .swiper-button-prev,
  .case-wrapper-inner-slider-container > .swiper-button-next {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 23%;
  }
  .case-wrapper-inner-slider-container > .swiper-button-prev {
    left: -8%;
  }
  .case-wrapper-inner-slider-container > .swiper-button-next {
    right: -8%;
  }
}
@media screen and (max-width: 425px) {
  .case-wrapper-inner-slider.swiper {
    position: relative;
  }
  .case-wrapper-inner-slider-container > .swiper-button-prev,
  .case-wrapper-inner-slider-container > .swiper-button-next {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 14%;
  }
  .case-wrapper-inner-slider-container > .swiper-button-prev {
    left: -8%;
  }
  .case-wrapper-inner-slider-container > .swiper-button-next {
    right: -8%;
  }
}
.person {
  padding: 80px 32px;
  max-width: 500px;
  margin: 0 auto;
}

.person-wrapper-inner-title {
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
  color: #232847;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.person-wrapper-inner-title-heading {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
}

.person-wrapper-inner-title-content {
  margin-top: 14px;
  font-size: 13px;
  line-height: 24px;
}

.person-wrapper-inner-list {
  margin-top: 48px;
}

.person-wrapper-inner-list-item {
  display: flex;
  background: #ffffff;
  border: 1px solid rgba(35, 40, 71, 0.1);
  box-shadow: 0px 0px 20px rgba(35, 40, 71, 0.05);
  border-radius: 16px;
}

.person-wrapper-inner-list-item + .person-wrapper-inner-list-item {
  margin-top: 16px;
}

.person-wrapper-inner-list-item-photo {
  max-width: 42.5%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}

.person-wrapper-inner-list-item-skill {
  padding: 30px 20px;
}

.person-wrapper-inner-list-item-skill-title {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: rgba(35, 40, 71, 0.7);
}

.person-wrapper-inner-list-item-skill-content {
  margin-top: 10px;
}

.person-wrapper-inner-list-item-skill-content-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.person-wrapper-inner-list-item-skill-content-item + .person-wrapper-inner-list-item-skill-content-item {
  margin-top: 10px;
}

.person-wrapper-inner-list-item-skill-content-item-detail > p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #232847;
}

@media screen and (max-width: 320px) {
  .person-wrapper-inner-list-item-skill-content-item-detail > p {
    font-size: 8px;
  }
}
.person-wrapper-inner-list-item-skill-content-experience {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #232847;
}

.emphasis--experience {
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 1025px) {
  .person {
    padding: 150px 0 150px 68px;
    max-width: initial;
    margin: 0;
  }
  .person-wrapper {
    margin-right: 0;
  }
  .person-wrapper-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .person-wrapper-inner-title {
    font-style: normal;
    text-align: center;
    letter-spacing: 0.05em;
    color: #232847;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .person-wrapper-inner-title-heading {
    font-size: 38px;
    line-height: 55px;
    font-weight: 500;
  }
  .person-wrapper-inner-title-content {
    margin-top: 14px;
    font-size: 14px;
    line-height: 30px;
  }
  .person-wrapper-inner-list-item {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid rgba(35, 40, 71, 0.1);
    box-shadow: 0px 0px 20px rgba(35, 40, 71, 0.05);
    border-radius: 16px;
    height: 320px;
    max-width: 460px;
    margin: 0 auto;
  }
  .person-wrapper-inner-list-item + .person-wrapper-inner-list-item {
    margin-top: 32px;
  }
  .person-wrapper-inner-list-item-photo {
    max-width: 45.2%;
    height: 100%;
  }
  .person-wrapper-inner-list-item-skill {
    padding: 40px 30px 40px 20px;
  }
  .person-wrapper-inner-list-item-skill-title {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 420;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: rgba(35, 40, 71, 0.7);
  }
  .person-wrapper-inner-list-item-skill-content {
    margin-top: 10px;
  }
  .person-wrapper-inner-list-item-skill-content-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .person-wrapper-inner-list-item-skill-content-item + .person-wrapper-inner-list-item-skill-content-item {
    margin-top: 10px;
  }
  .person-wrapper-inner-list-item-skill-content-item-detail > p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #232847;
  }
  .person-wrapper-inner-list-item-skill-content-experience {
    font-size: 14px;
  }
  .emphasis--experience {
    font-size: 16px;
  }
  .high-card {
    height: 340px;
  }
}
@media screen and (min-width: 1440px) {
  .person-wrapper-inner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 80px;
  }
  .person-wrapper-inner-list-item {
    width: calc((100% - 40px) / 2);
  }
  .person-wrapper-inner-list-item + .person-wrapper-inner-list-item {
    margin-top: 0;
  }
}
.works {
  padding: 0px 0px 150px 68px;
}

@media screen and (min-width: 1025px) {
  .works {
    padding-top: 130px;
  }
}
.works-wrapper {
  margin-right: 0;
}

.works-wrapper-inner {
  max-width: 960px;
  margin: 0 auto;
}

.works-wrapper-inner-title {
  color: #232847;
  text-align: center;
  font-family: Noto Sans JP;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.works-wrapper-inner-title-heading {
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.9px;
}

.works-wrapper-inner-title-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.7px;
}

.works-wrapper-inner-photo-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 44px;
}

.works-wrapper-inner-photo-list-row {
  display: flex;
  width: 960px;
  justify-content: space-between;
  align-items: flex-start;
}

.works-wrapper-inner-photo-list-item {
  cursor: pointer;
  position: relative;
}

.works-wrapper-inner-photo-list-item-image {
  margin-bottom: 11px;
}

.works-wrapper-inner-photo-list-item-description {
  color: #232847;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.7px;
}

/* hover */
@media screen and (min-width: 544px) {
  .works-wrapper-inner-photo-hover-list-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }
  .works-wrapper-inner-photo-list-item:hover .works-wrapper-inner-photo-hover-list-item {
    display: flex;
  }
  .works-wrapper-inner-photo-hover-list-item-content {
    text-align: center;
    color: #ffffff;
  }
  .works-wrapper-inner-photo-hover-content-title {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-bottom: 24px;
  }
  .hover-content-works-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .works-wrapper-inner-photo-hover-list-item {
    width: 300px;
    height: 300px;
  }
}
.works-tag {
  padding: 5px 14px;
  border-radius: 50px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), rgba(67, 162, 198, 0.2);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #232847;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.65px;
}

.hover-content-more-btn {
  width: -webkit-max-content;
  width: max-content;
  margin: 34px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 7px;
  gap: 12px;
  border-bottom: 2px solid #fff;
}

.hover-content-more-btn-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}

.message {
  max-width: 500px;
  margin: 0 auto;
}

.message-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.message-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.message-inner-content-wrapper {
  margin: 0 auto;
  padding: 92px 56px;
  position: relative;
  text-align: center;
}

.circle--left {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 12px;
}

.triangle--left {
  position: absolute;
  left: 16%;
  bottom: 10%;
  width: 12px;
}

.circle--right {
  position: absolute;
  right: 66px;
  top: 14%;
  width: 12px;
}

.rectangle--right {
  position: absolute;
  right: 7%;
  top: 21%;
  width: 12px;
}

.message-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 0.16em;
  color: #232847;
  text-align: center;
}

.message-logo {
  margin-top: 35px;
  width: 100%;
  max-width: 83.3%;
}

@media screen and (min-width: 1025px) {
  .message {
    max-width: initial;
    margin: 0;
  }
  .message-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .message-inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .message-inner-content {
    margin-right: 0;
    padding-left: 0;
  }
  .message-inner-content-wrapper {
    max-width: 440px;
    margin: 0 auto;
    padding: 125px 0 186px 0;
    position: relative;
  }
  .circle--left {
    position: absolute;
    left: -16%;
    bottom: 32%;
    width: 20px;
  }
  .triangle--left {
    position: absolute;
    left: 0;
    bottom: 35%;
    width: 20px;
  }
  .circle--right {
    position: absolute;
    right: 0;
    top: 8%;
    width: 20px;
  }
  .rectangle--right {
    position: absolute;
    right: -8%;
    top: 14%;
    width: 20px;
  }
  .message-text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 95px;
    letter-spacing: 0.16em;
    color: #232847;
    text-align: center;
  }
  .message-logo {
    margin-top: 95.5px;
    width: 100%;
  }
  .text-indent {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1230px) {
  .only-tablet {
    display: none;
  }
  .text-indent {
    padding-left: 24px;
  }
  .message-inner-content-wrapper {
    max-width: 732px;
    text-align: center;
  }
  .message-logo {
    max-width: 512px;
  }
  .message-text {
    text-align: auto;
  }
  .circle--left {
    left: -8%;
    bottom: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .message {
    max-width: none;
  }
  .message-inner-content-wrapper {
    max-width: 500px;
  }
}
.footer {
  margin: 0 auto;
}

.footer-content {
  background: #232847;
  padding: 56px 32px;
}

.footer-content-wrapper-inner-top {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-content-wrapper-inner-top-logo {
  max-width: 128px;
}

.footer-content-wrapper-inner-top-download:hover,
.footer-content-wrapper-inner-top-contact:hover {
  opacity: 0.7;
  cursor: pointer;
}

.footer-content-wrapper-inner-top-section {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer-content-wrapper-inner-top-download,
.footer-content-wrapper-inner-top-contact {
  padding: 5px 40px;
  border: 1px solid #ffffff;
  border-radius: 60px;
  text-align: center;
  transition: all 0.3s;
}

.footer-content-wrapper-inner-top-download-text,
.footer-content-wrapper-inner-top-contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.footer-content-wrapper-inner-bottom {
  margin-top: 24px;
}

.footer-content-wrapper-inner-bottom-info {
  display: flex;
  align-items: center;
}

.footer-content-wrapper-inner-bottom-info-list {
  padding: 0 23px;
  border-right: 1px solid #ffffff;
}

.footer-content-wrapper-inner-bottom-info-list:first-child {
  border-left: 1px solid #ffffff;
}

.footer-content-wrapper-inner-bottom-info-list > a {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.08em;
  transition: all 0.3s;
}

.footer-content-wrapper-inner-bottom-info-list > a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.footer-content-wrapper-inner-bottom-link {
  display: flex;
  align-items: center;
  margin-top: 24px;
  max-width: 258px;
  height: 40px;
  background-image: url(../images/bg-footer-she-likes-link.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-content-wrapper-inner-bottom-link > div {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.footer-content-wrapper-inner-bottom-link-logo {
  display: block;
  width: 61.7px;
  height: auto;
  margin-left: 13px;
}

.footer-content-wrapper-inner-bottom-link-text {
  color: #1f2c32;
  font-size: 12px;
  font-weight: 700;
  padding-right: 16px;
  border-right: 1px solid #1f2c32;
  display: flex;
  gap: 4px;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-content-wrapper-inner-bottom-link-text .emphasis--no1 {
  color: #1f2c32;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 15px;
  font-weight: 420;
  letter-spacing: 1.2px;
}

.footer-copyright {
  background: #ffffff;
  padding: 24px 0 24px 68px;
  margin-bottom: 72px;
}

.footer-copyright-wrapper {
  margin-right: 397px;
}

.footer-copyright-wrapper-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* ------------------------- */
/* Responsive Styles */
/* ------------------------- */
/* SP 〜768px */
@media screen and (max-width: 768px) {
  .footer-content-wrapper-inner-top {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer-content-wrapper-inner-top-section {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .footer-content-wrapper-inner-top-download,
  .footer-content-wrapper-inner-top-contact {
    padding: 5px 40px;
    border: 1px solid #ffffff;
    border-radius: 60px;
    text-align: center;
    transition: all 0.3s;
  }
  .footer-content-wrapper-inner-bottom-link {
    margin: 24px auto 0;
  }
  .footer-content-wrapper-inner-bottom-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-content-wrapper-inner-bottom-info-list {
    border-right: none;
  }
  .footer-content-wrapper-inner-bottom-info-list:first-child {
    border-left: none;
  }
  .footer-copyright {
    padding: 24px 68px;
  }
  .footer-copyright-wrapper {
    text-align: center;
    margin-right: 0;
  }
}
/* iPhone SEサイズ以下 */
@media screen and (max-width: 425px) {
  .emphasis--service-wrapper-inner-title {
    display: block;
    margin-bottom: -18px;
  }
  .compatible-wrapper-inner-title-heading > span {
    font-size: 18px;
  }
  .footer-content-wrapper-inner-top {
    justify-content: space-between;
  }
  .footer-copyright {
    padding-right: 68px;
  }
  .footer-copyright-wrapper {
    margin-right: 0;
    text-align: center;
  }
  .footer-content-wrapper-inner-top-download,
  .footer-content-wrapper-inner-top-contact {
    padding: 5px 35px;
    border: 1px solid #ffffff;
    border-radius: 60px;
    text-align: center;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 375px) {
  .footer-content-wrapper-inner-bottom-info-list {
    padding: 0 15px;
  }
}
/* Tablet 768〜1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    max-width: none;
  }
  .footer-content {
    padding: 56px 130px;
  }
}
/* PC 1025px〜 */
@media screen and (min-width: 1025px) {
  .footer {
    max-width: initial;
    margin: 0;
  }
  .footer-content {
    background: #232847;
    padding: 92px 0 92px 68px;
  }
  .footer-content-wrapper {
    margin-right: 0;
  }
  .footer-content-wrapper-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .footer-content-wrapper-inner-top {
    align-items: center;
    gap: 24px;
  }
  .footer-content-wrapper-inner-top-logo {
    max-width: 240px;
  }
  .footer-content-wrapper-inner-top-contact,
  .footer-content-wrapper-inner-top-download {
    padding: 6px 40px;
    border: 1px solid #ffffff;
    border-radius: 60px;
    text-align: center;
    transition: all 0.3s;
  }
  .footer-content-wrapper-inner-top-contact-text,
  .footer-content-wrapper-inner-top-download-text {
    font-size: 12px;
  }
  .footer-content-wrapper-inner-bottom {
    margin-top: 44px;
  }
  .footer-content-wrapper-inner-bottom-link {
    margin-top: 24px;
    max-width: 258px;
  }
  .footer-copyright {
    padding: 24px 0 24px 68px;
  }
  .footer-copyright-wrapper {
    margin-right: 0;
  }
}
/* modal */
.v--modal {
  width: 920px !important;
  left: 0 !important;
  margin: auto !important;
  padding: 56px 200px 88px 200px !important;
  border-radius: 16px !important;
  position: relative;
}

.v--modal-box {
  overflow: visible !important;
}

.v--modal-overlay {
  z-index: 10000 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.works-modal-photo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.modal-close-btn {
  position: absolute;
  top: -3%;
  right: 0;
  cursor: pointer;
}

.modal-close-btn img {
  width: 24px;
  height: 24px;
}

.works-modal-photo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.works-modal-photo-image {
  width: 520px;
  height: 520px;
}

.works-modal-photo-thumbnails {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.works-modal-photo-thumbnails img {
  width: 80px;
  height: 80px;
}

.works-modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin: 48px 0;
}

.works-modal-body-title {
  color: #232847;
  font-family: Noto Sans JP;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.3px;
}

.works-modal-tag-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}

.works-modal-tag {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.works-modal-tag.grey {
  background-color: rgba(104, 135, 195, 0.15);
}
.works-modal-tag.blue {
  background-color: rgba(67, 162, 198, 0.15);
}
.works-modal-tag.green {
  background-color: rgba(53, 172, 156, 0.15);
}
.works-modal-tag.yellow {
  background-color: rgba(213, 204, 65, 0.2);
}

.works-modal-body-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
  color: #232847;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.7px;
}

.works-modal-body-company-name {
  font-weight: 500;
}

.works-modal-body-company-description {
  font-weight: 400;
}

.works-modal-contact {
  margin: 24px auto;
  width: 298px;
  background: #232847;
  padding: 20px 80px;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 60px;
  text-align: center;
  transition: all 0.3s;
}

@media screen and (max-width: 320px) {
  .works-modal-contact {
    padding: 20px 60px;
  }
}
.works-modal-contact:hover {
  opacity: 0.7;
  cursor: pointer;
}

.works-modal-contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

/* モーダル slick */
.works-modal {
  padding: 40px;
}

.works-modal-slider {
  width: 100%;
}

/* ドット */
.slider {
  text-align: center;
}

.slick-dots {
  display: flex;
  text-align: center;
  margin-top: 32px;
  justify-content: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(35, 40, 71, 0.5);
  padding: 0;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: rgba(35, 40, 71, 0.5);
  border: none;
}

.works-modal-main-slider .slick-slide {
  height: 520px;
  margin-bottom: 0px;
}

.works-modal-thumbnail-slider {
  margin-top: 16px;
}

.works-modal-thumbnail-slider .slick-list {
  width: 100% !important;
}

.works-modal-thumbnail-slider .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
  width: 100% !important;
  display: flex;
}

.works-modal-thumbnail-slider .slick-track::before {
  content: none !important;
}

.works-modal-thumbnail-slider .slick-track::after {
  content: none !important;
}

.works-modal-thumbnail-slider .slick-slide {
  width: 80px !important;
  height: 80px !important;
  margin-right: 8px;
}

.works-modal-thumbnail-slider .slick-slide:last-child {
  margin-right: 0;
}

.works-modal-thumbnail-slider img {
  border-radius: 3px;
}

.works-modal-main-slider img,
.works-modal-thumbnail-slider img {
  width: 100%;
}

.works-video-player {
  width: 100%;
  height: 100%;
}

/* works sp・縦tb共通 */
@media screen and (max-width: 1024px) {
  .works {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 32px 88px 32px;
  }
  .works-wrapper {
    margin-right: 0;
  }
  .works-wrapper-inner {
    width: 100%;
  }
  .works-wrapper-inner-photo-list {
    gap: 30px 0;
  }
  .works-wrapper-inner-photo-list-item {
    width: 48%;
  }
  .works-wrapper-inner-photo-list-item-image {
    width: 100%;
  }
  .works-wrapper-inner-photo-hover-list-item {
    display: none;
  }
  /* modal */
  .v--modal {
    width: 90% !important;
    padding: 40px !important;
  }
  .works-modal-thumbnail-slider .slick-slide:last-child {
    margin-right: 0 !important;
  }
  .works-modal-thumbnail-slider img {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .works-wrapper-inner-photo-list {
    width: 630px;
    margin: 44px auto 0;
  }
  .works-wrapper {
    margin-left: -30px;
  }
}
/* work 縦tb */
@media screen and (min-width: 426px) and (max-width: 1024px) {
  /* modal */
  .modal-close-btn img {
    width: 17px;
    height: 17px;
  }
  .works-modal-main-slider .slick-slide {
    height: 568px !important;
  }
  .works-modal-main-slider .slick-track {
    height: 568px !important;
  }
  .works-modal-thumbnail-slider .slick-slide {
    margin-right: 4.5% !important;
  }
}
/* works sp */
@media screen and (max-width: 544px) {
  .works {
    max-width: 500px;
    margin: 0 auto;
    padding: 80px 32px 88px 32px;
  }
  .works-modal {
    padding: 30px 10px;
  }
  .works-wrapper {
    margin-right: 0;
  }
  .works-wrapper-inner {
    width: 100%;
  }
  .works-wrapper-inner-photo-list {
    gap: 30px 0;
  }
  .works-wrapper-inner-photo-list-item {
    width: 48%;
  }
  .works-wrapper-inner-photo-list-item-image {
    width: 100%;
  }
  .works-wrapper-inner-photo-hover-list-item {
    display: none;
  }
  .works-wrapper-inner-title-heading {
    font-size: 30px;
  }
  .works-wrapper-inner-title-content {
    font-size: 14px;
  }
  .works-wrapper-inner-photo-list-item-description {
    color: #232847;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
  .works-wrapper-inner-photo-list-item-description-company {
    font-size: 12px;
    margin-bottom: -3px;
  }
  .works-wrapper-inner-photo-list-item-description-work-name {
    font-size: 10px;
  }
  /* modal */
  .v--modal {
    width: 90% !important;
    padding: 26px 26px 40px 26px !important;
  }
  .modal-close-btn img {
    width: 16px;
    height: 16px;
  }
  .works-modal-main-slider .slick-slide {
    height: 440px;
  }
  .works-modal-main-slider .slick-track {
    height: 440px;
  }
  /* slick */
}
@media screen and (max-width: 544px) and (max-width: 768px) {
  .works-modal-main-slider .slick-slide {
    height: 390px;
  }
  .works-modal-main-slider .slick-track {
    height: 390px;
  }
}
@media screen and (max-width: 544px) and (max-width: 425px) {
  .works-modal-main-slider .slick-slide {
    height: 320px;
  }
  .works-modal-main-slider .slick-track {
    height: 320px;
  }
}
@media screen and (max-width: 544px) and (max-width: 375px) {
  .works-modal-main-slider .slick-slide {
    height: 270px;
  }
  .works-modal-main-slider .slick-track {
    height: 270px;
  }
}
@media screen and (max-width: 544px) and (max-width: 320px) {
  .works-modal-main-slider .slick-slide {
    height: 220px;
  }
  .works-modal-main-slider .slick-track {
    height: 220px;
  }
}
@media screen and (max-width: 544px) and (max-width: 319px) {
  .works-modal-main-slider .slick-slide {
    height: 200px;
  }
  .works-modal-main-slider .slick-track {
    height: 200px;
  }
}
@media screen and (max-width: 544px) {
  .works-modal-thumbnail-slider .slick-slide {
    width: 45px !important;
    height: 45px !important;
    margin-right: 13px !important;
  }
  .works-modal-thumbnail-slider .slick-slide:last-child {
    margin-right: 0 !important;
  }
  .works-modal-thumbnail-slider img {
    height: 100%;
  }
  .works-modal-body-title {
    font-size: 18px;
  }
  .works-modal-body-company-name .works-modal-body-company-description {
    font-size: 13px;
  }
  .works-modal-contact {
    width: 100%;
  }
  .works-modal-contact-text {
    font-size: 15px;
  }
  .slick-dots {
    margin-top: 24px;
  }
}
.custom-contact-btn {
  position: relative;
  width: 348px;
  height: 83px;
  overflow: hidden;
  margin: 0 auto;
}

.custom-contact-btn-bg {
  position: absolute;
  top: 13px;
  left: 0;
  width: 348px;
  height: 70px;
  background: #232847;
  border-radius: 70px;
  z-index: 1;
}

.custom-contact-btn-label {
  position: absolute;
  top: 0;
  left: 26.5px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 26px;
  outline: 2px #232847 solid;
  outline-offset: -2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #232847;
  letter-spacing: 0.65px;
  z-index: 1;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  word-break: break-word;
}

.custom-contact-btn-main {
  position: absolute;
  top: 40px;
  left: 112px;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 1;
  text-align: center;
  width: 126px;
  word-break: break-word;
}

.fv-inner-content-wrapper-inner-description-contact {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: auto !important;
  transition: none !important;
  max-width: unset !important;
  width: auto !important;
}

.custom-download-btn {
  position: relative;
  width: 348px;
  height: 83px;
  overflow: hidden;
  margin: 0 auto;
}

.custom-download-btn-bg {
  position: absolute;
  top: 13px;
  left: 0;
  width: 348px;
  height: 70px;
  background: #3aa0c6;
  border-radius: 70px;
  z-index: 1;
}

.custom-download-btn-label {
  position: absolute;
  top: 0;
  left: 18px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 26px;
  outline: 2px #3aa0c6 solid;
  outline-offset: -2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #3aa0c6;
  letter-spacing: 0.65px;
  z-index: 1;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  word-break: break-word;
}

.custom-download-btn-main {
  position: absolute;
  top: 40px;
  left: 91px;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 1;
  text-align: center;
  width: 168px;
  word-break: break-word;
}

@media screen and (max-width: 1024px) {
  .header-container-inner {
    padding: 20px 32px;
  }
}
@media screen and (min-width: 1025px) {
  .header-container-inner {
    padding: 0;
  }
}
@media (max-width: 544px) {
  .custom-contact-btn,
  .custom-download-btn {
    width: 94vw;
    max-width: 320px;
    min-width: 200px;
    height: 60px;
  }
  .custom-contact-btn-bg,
  .custom-download-btn-bg {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    top: 10px;
    left: 0;
  }
  .custom-contact-btn-label,
  .custom-download-btn-label {
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    padding: 6px 8px;
    font-size: 11px;
    letter-spacing: 0.55px;
    border-radius: 16px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: 700;
    background: #fff;
    outline-offset: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .custom-contact-btn-main,
  .custom-download-btn-main {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 15px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #fff;
    z-index: 1;
    letter-spacing: 1px;
  }
}
@media (max-width: 1024px) {
  .custom-contact-fix-btn,
  .custom-download-fix-btn {
    width: 100%;
    height: 60px;
    position: relative;
    padding-bottom: 10px;
  }
  .custom-contact-fix-btn-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    background: #232847;
    border-radius: 70px;
    z-index: 4;
  }
  .custom-download-fix-btn-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    background: #3aa0c6;
    border-radius: 70px;
    z-index: 4;
  }
  .custom-contact-fix-btn-label,
  .custom-download-fix-btn-label {
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    padding: 6px 8px;
    font-size: 11px;
    letter-spacing: 0.55px;
    border-radius: 16px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: 700;
    background: #fff;
    outline-offset: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
  }
  .custom-contact-fix-btn-main,
  .custom-download-fix-btn-main {
    position: absolute;
    top: 20px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #fff;
    z-index: 4;
    letter-spacing: 1px;
  }
}