@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
/* 表示切替 ----------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .tab {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 550px) {
  .sp_only {
    display: none !important;
  }
}
/* 各種設定  */
:root {
  --blue: #00aeec;
  --blue02: #5bc0f6;
  --blue03: #d8f1ff;
  --orange: #ff5d02;
  --green01: #01c35d;
  --color01: #c1e6fb;
  --color02: #68dc9f;
  --color03: #ffef5f;
  --color04: #fff2b3;
  --base-color: #333333;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-poppins: "Poppins", sans-serif;
}

/*---------------------------------------
  TOPページ コンテンツ
---------------------------------------*/
.mv-content {
  width: 100%;
  background: url("../img/mv_bg-main.png") bottom center no-repeat, linear-gradient(0deg, #68dc9f 0%, #68dc9f min(10.2857142857vw, 9rem), #c1e6fb min(10.2857142857vw, 9rem), #c1e6fb 100%);
  background-size: min(100%, 840px) auto, auto;
}
.mv-content .mv-content__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
}
.mv-content .logo {
  padding: min(2.1428571429vw, 1.875rem) min(2.1428571429vw, 1.875rem) 0;
}
.mv-content .logo img {
  display: block;
  width: auto;
  height: 1.25rem;
}
.mv-content .top-catch {
  position: relative;
  width: min(100%, 930px);
  margin: 0.3125rem auto 0;
  text-align: center;
}
.mv-content .top-catch .txt01 {
  color: var(--blue);
  font-size: min(1.2857142857vw, 1.125rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  padding: 0.46em 1.7em 1.1em;
  background: url("../img/mv_img02.svg");
  background-size: 100% 100%;
  margin-bottom: 1.9rem;
}
.mv-content .top-catch h1 {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
.mv-content .top-catch h1 span {
  display: inline-block;
}
.mv-content .top-catch h1 span.t01 {
  font-size: min(2.2285714286vw, 1.95rem);
}
.mv-content .top-catch h1 span.t02 {
  font-size: min(3.4285714286vw, 3rem);
}
.mv-content .top-catch h1 span.t03 {
  font-size: min(4.6428571429vw, 4.0625rem);
  color: var(--orange);
}
.mv-content .top-catch .fukidashi {
  position: absolute;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1.2857142857vw, 1.125rem);
  font-weight: 700;
}
.mv-content .top-catch .fukidashi a {
  display: block;
  padding: 1.55em 0 1.85em;
  transform: scale(1);
  transition: 0.5s all;
}
.mv-content .top-catch .fukidashi a:hover {
  transform: scale(1.05);
}
.mv-content .top-catch .fukidashi p {
  font-size: min(1.2857142857vw, 1.125rem);
  line-height: 1.2;
  text-align: center;
}
.mv-content .top-catch .fukidashi span {
  display: inline-block;
  font-size: 0.75em;
}
.mv-content .top-catch .fukidashi.fukidashi01 {
  opacity: 0;
  width: min(15.3571428571vw, 13.4375rem);
  top: min(12.8571428571vw, 11.25rem);
  left: min(2.1428571429%, 1.875rem);
  animation: fadeIn 1s ease-in-out 1s forwards;
}
.mv-content .top-catch .fukidashi.fukidashi01 a {
  background: url("../img/mv_fukidashi.svg");
  background-size: 100% 100%;
}
.mv-content .top-catch .fukidashi.fukidashi02 {
  opacity: 0;
  width: min(16.0714285714vw, 14.0625rem);
  right: min(4.2857142857%, 3.75rem);
  top: min(5vw, 4.375rem);
  animation: fadeIn 1s ease-in-out 1.5s forwards;
}
.mv-content .top-catch .fukidashi.fukidashi02 a {
  background: url("../img/mv_fukidashi2.svg");
  background-size: 100% 100%;
}
.mv-content .top-catch .fukidashi.fukidashi03 {
  opacity: 0;
  width: min(16.4285714286vw, 14.375rem);
  top: min(16.4285714286vw, 14.375rem);
  right: min(0.7142857143%, 0.625rem);
  animation: fadeIn 1s ease-in-out 2s forwards;
}
.mv-content .top-catch .fukidashi.fukidashi03 a {
  background: url("../img/mv_fukidashi2.svg");
  background-size: 100% 100%;
}
.mv-content .img-box {
  text-align: center;
  padding-bottom: 3.125rem;
  pointer-events: none;
}
.mv-content .img-box img {
  width: min(24.9285714286vw, 21.8125rem);
  vertical-align: bottom;
}
@media screen and (max-width: 999px) {
  .mv-content {
    background: url("../img/mv_bg-main.png") bottom center no-repeat, linear-gradient(0deg, #68dc9f 0%, #68dc9f 14.4vw, #c1e6fb 14.4vw, #c1e6fb 100%);
    background-size: 84% auto, auto;
  }
  .mv-content .mv-content__inner {
    width: 100%;
    margin: 0 auto;
  }
  .mv-content .top-catch {
    position: relative;
    width: 100%;
    margin: 0.3125rem auto 0;
    text-align: center;
  }
  .mv-content .top-catch .txt01 {
    color: var(--blue);
    font-size: 1.8vw;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1em;
    padding: 0.46em 1.7em 1.1em;
    background: url("../img/mv_img02.svg");
    background-size: 100% 100%;
    margin-bottom: 1.9rem;
  }
  .mv-content .top-catch h1 {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
  }
  .mv-content .top-catch h1 span {
    display: inline-block;
  }
  .mv-content .top-catch h1 span.t01 {
    font-size: 3.12vw;
  }
  .mv-content .top-catch h1 span.t02 {
    font-size: 4.8vw;
  }
  .mv-content .top-catch h1 span.t03 {
    font-size: 6.5vw;
    color: var(--orange);
  }
  .mv-content .top-catch .fukidashi {
    position: absolute;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.8vw;
    font-weight: 700;
  }
  .mv-content .top-catch .fukidashi a {
    display: block;
    padding: 1.55em 0 1.85em;
    transform: scale(1);
    transition: 0.5s all;
  }
  .mv-content .top-catch .fukidashi a:hover {
    transform: scale(1.05);
  }
  .mv-content .top-catch .fukidashi p {
    font-size: 1.8vw;
    line-height: 1.2;
    text-align: center;
  }
  .mv-content .top-catch .fukidashi span {
    display: inline-block;
    font-size: 0.75em;
  }
  .mv-content .top-catch .fukidashi.fukidashi01 {
    opacity: 0;
    width: 21.5vw;
    top: min(18vw, 11.25rem);
    left: min(3%, 1.875rem);
    animation: fadeIn 1s ease-in-out 1s forwards;
  }
  .mv-content .top-catch .fukidashi.fukidashi01 a {
    background: url("../img/mv_fukidashi.svg");
    background-size: 100% 100%;
  }
  .mv-content .top-catch .fukidashi.fukidashi02 {
    opacity: 0;
    width: min(22.5vw, 14.0625rem);
    right: min(6%, 3.75rem);
    top: min(7vw, 4.375rem);
    animation: fadeIn 1s ease-in-out 1.5s forwards;
  }
  .mv-content .top-catch .fukidashi.fukidashi02 a {
    background: url("../img/mv_fukidashi2.svg");
    background-size: 100% 100%;
  }
  .mv-content .top-catch .fukidashi.fukidashi03 {
    opacity: 0;
    width: min(23vw, 14.375rem);
    top: min(23vw, 14.375rem);
    right: min(1%, 0.625rem);
    animation: fadeIn 1s ease-in-out 2s forwards;
  }
  .mv-content .top-catch .fukidashi.fukidashi03 a {
    background: url("../img/mv_fukidashi2.svg");
    background-size: 100% 100%;
  }
  .mv-content .img-box {
    text-align: center;
    padding-bottom: 0;
  }
  .mv-content .img-box img {
    width: min(34.9vw, 21.8125rem);
    vertical-align: bottom;
  }
}
@media screen and (max-width: 767px) {
  .mv-content {
    background: url("../img/mv_bg-main.png") bottom center no-repeat, linear-gradient(0deg, #68dc9f 0%, #68dc9f 6.9375rem, #c1e6fb 6.9375rem, #c1e6fb 100%);
    background-size: auto 17.6875rem, auto;
  }
  .mv-content .logo {
    padding: 1.25rem 0.9375rem 0;
  }
  .mv-content .logo img {
    width: auto;
    height: 0.9375rem;
  }
  .mv-content .top-catch {
    position: relative;
    width: 100%;
    margin: 3.125rem auto 1.25rem;
    text-align: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .mv-content .top-catch .txt01 {
    color: var(--blue);
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    padding: 0.5em 0 0.75em;
    background: url("../img/mv_img02.svg");
    background-size: 100% 100%;
    margin-bottom: 1.25rem;
  }
  .mv-content .top-catch h1 {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
  }
  .mv-content .top-catch h1 span {
    display: inline-block;
  }
  .mv-content .top-catch h1 span.t01 {
    font-size: 1.75rem;
  }
  .mv-content .top-catch h1 span.t02 {
    font-size: 2.5rem;
  }
  .mv-content .top-catch h1 span.t03 {
    font-size: 3rem;
    color: var(--orange);
  }
  .mv-content .top-catch .fukidashi {
    position: absolute;
    z-index: 1;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.9375rem;
    font-weight: 700;
  }
  .mv-content .top-catch .fukidashi p {
    font-size: 0.9375rem;
    line-height: 1.2;
    text-align: center;
  }
  .mv-content .top-catch .fukidashi a {
    padding: 1.5em 0 1.5em;
  }
  .mv-content .top-catch .fukidashi.fukidashi01 {
    opacity: 0;
    width: 9.375rem;
    top: 16.25rem;
    left: 0.625rem;
  }
  .mv-content .top-catch .fukidashi.fukidashi01 a {
    background: url("../img/mv_fukidashi.svg");
    background-size: 100% 100%;
  }
  .mv-content .top-catch .fukidashi.fukidashi02 {
    opacity: 0;
    width: 12.5rem;
    right: 0.625rem;
    top: 13.75rem;
  }
  .mv-content .top-catch .fukidashi.fukidashi02 a {
    background: url("../img/mv_fukidashi2.svg");
    background-size: 100% 100%;
  }
  .mv-content .top-catch .fukidashi.fukidashi03 {
    opacity: 0;
    width: 12.5rem;
    right: 0.625rem;
    top: 18.75rem;
  }
  .mv-content .top-catch .fukidashi.fukidashi03 a {
    background: url("../img/mv_fukidashi2.svg");
    background-size: 100% 100%;
  }
  .mv-content .img-box {
    text-align: center;
    margin-top: 10rem;
    padding-bottom: 0;
  }
  .mv-content .img-box img {
    width: 21.5625rem;
    vertical-align: bottom;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#about {
  position: relative;
  padding-top: min(12.8571428571vw, 11.25rem);
  padding-bottom: min(3.5714285714vw, 3.125rem);
  background: var(--blue03);
}
#about p.txt {
  font-weight: 500;
}
#about .box01 {
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .box01 h2 {
  width: min(100%, 56.25rem);
  font-size: min(3.5555555556vw, 2rem);
  margin: 0 auto 3.75rem;
  background: url("../img/fukidashi3.svg");
  background-size: 100% 100%;
  text-align: center;
  padding: 1.5625rem 1.5625rem 3.125rem;
}
#about .box01 p {
  text-align: center;
  width: min(100% - 9.375rem, 56.25rem);
}
#about .box01 .cloud01 {
  font-size: 2rem;
  font-weight: 500;
  width: 44.0625rem;
  height: 15rem;
  text-align: center;
  background: url("../img/fukidashi4.svg") center center no-repeat;
  background-size: 100% 100%;
  padding: 3.375rem;
  margin-top: 2.125rem;
}
#about .box01 .cloud01 span {
  display: inline-block;
}
#about .box01 .cloud01 span.blue-dot {
  position: relative;
  font-size: 1.3333333333em;
  color: var(--blue);
}
#about .box01 .cloud01 span.blue-dot::after {
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: var(--blue);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#about .box01 .cloud01 span.highlight {
  background: var(--color03);
  line-height: 1.5;
  padding: 0 0.25em;
  margin: 0.25em;
}
#about .box02 {
  width: 100%;
  position: relative;
  z-index: 0;
  padding-top: min(15vw, 13.125rem);
}
#about .box02 .bg-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color02);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 25px 25px;
  z-index: -1;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 50% 7.1428571429vw, 100% 0, 100% calc(100% - 7.1428571429vw), 50% 100%, 0% calc(100% - 7.1428571429vw));
          clip-path: polygon(0 0, 50% 7.1428571429vw, 100% 0, 100% calc(100% - 7.1428571429vw), 50% 100%, 0% calc(100% - 7.1428571429vw));
}
#about .box02 .illust01 {
  position: absolute;
  width: min(22.8571428571vw, 20rem);
  left: 2.5rem;
  top: -4.2857142857vw;
}
#about .box02 .illust01 img {
  width: 100%;
  vertical-align: bottom;
}
#about .box02 .illust02 {
  position: absolute;
  width: min(20.5vw, 17.9375rem);
  right: 0.625rem;
  top: -8.5714285714vw;
}
#about .box02 .illust02 img {
  width: 100%;
  vertical-align: bottom;
}
#about .box02 .col2-box-01 {
  width: min(100% - 2.5rem, 1100px);
  margin: 0 auto;
  display: flex;
}
#about .box02 .col2-box-01 .image-box {
  width: 32.7272727273%;
  text-align: center;
}
#about .box02 .col2-box-01 .image-box img {
  width: 65%;
}
#about .box02 .col2-box-01 .text-box {
  width: 67.2727272727%;
  padding-top: 2.1875rem;
  padding-bottom: 4.375rem;
}
#about .box02 .col2-box-01 .text-box h3 {
  width: 100%;
  font-size: min(2.6666666667vw, 2rem);
  font-weight: 700;
  padding: 1.25rem;
  text-align: center;
  background: #fff;
  color: var(--green01);
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 999px) {
  #about .box01 p.txt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 3.75rem;
  }
  #about p.txt {
    font-weight: 500;
  }
  #about .box01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  #about .box01 h2 {
    width: min(100%, 21.5625rem);
    min-height: 7.75rem;
    line-height: 1.5;
    font-size: 1.375rem;
    margin: 0 auto 1.5625rem;
    background: url("../img/fukidashi6.svg");
    background-size: 100% 100%;
    text-align: center;
    padding: 1.25rem 0.9375rem 2.1875rem;
  }
  #about .box01 p {
    text-align: center;
    width: 100%;
  }
  #about .box01 p.txt {
    text-align: left;
  }
  #about .box01 .cloud01 {
    font-size: 1.375rem;
    font-weight: 500;
    width: min(100%, 43.125rem);
    height: 15rem;
    text-align: center;
    background: url("../img/fukidashi7.svg") center center no-repeat;
    background-size: 100% 100%;
    padding: 2.5rem 0 3.125rem;
    margin-top: 2.125rem;
    margin-bottom: 3.4375rem;
  }
  #about .box01 .cloud01 span {
    display: inline-block;
  }
  #about .box01 .cloud01 span.blue-dot {
    position: relative;
    font-size: 1.3333333333em;
    color: var(--blue);
    margin-top: 0.2em;
  }
  #about .box01 .cloud01 span.blue-dot::after {
    content: "";
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background: var(--blue);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  #about .box01 .cloud01 span.highlight {
    background: var(--color03);
    line-height: 1.5;
    padding: 0 0.25em;
    margin: 0 0.25em;
  }
  #about .box02 {
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: min(15vw, 13.125rem);
  }
  #about .box02 .bg-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 8.125rem);
    background-color: var(--color02);
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2.5px, transparent 2.5px);
    background-position: 0 0;
    background-size: 25px 25px;
    z-index: -1;
    pointer-events: none;
    -webkit-clip-path: polygon(0 0, 50% 3.125rem, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0% calc(100% - 3.125rem));
            clip-path: polygon(0 0, 50% 3.125rem, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0% calc(100% - 3.125rem));
  }
  #about .box02 .illust01 {
    position: absolute;
    width: 7.5rem;
    left: 0.9375rem;
    top: -1.875rem;
  }
  #about .box02 .illust01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #about .box02 .illust02 {
    position: absolute;
    width: 6.875rem;
    right: 0.9375rem;
    top: -2.8125rem;
  }
  #about .box02 .illust02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #about .box02 .col2-box-01 {
    width: min(100% - 1.875rem, 1100px);
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  #about .box02 .col2-box-01 .image-box {
    width: 100%;
    text-align: center;
  }
  #about .box02 .col2-box-01 .image-box img {
    width: 7.9375rem;
  }
  #about .box02 .col2-box-01 .text-box {
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #about .box02 .col2-box-01 .text-box h3 {
    width: min(100%, 18.125rem);
    font-size: 1.375rem;
    font-weight: 700;
    padding: 0.625rem;
    text-align: center;
    background: #fff;
    color: var(--green01);
    margin: 0 auto 2.5rem;
  }
}

.step .box-wrap {
  width: min(100% - 2.5rem, 1100px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: min(5.7142857143vw, 5rem);
}
.step .box-wrap .title-box {
  font-size: min(3.2727272727vw, 2.25rem);
  position: relative;
  width: min(100%, 21em);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/fukidashi5.svg") top center no-repeat;
  background-size: 100% 100%;
  padding: 1.3888888889em 0.5555555556em 2.2222222222em;
}
.step .box-wrap .title-box::after {
  content: "";
  width: min(22.2222222222%, 10.5rem);
  aspect-ratio: 168/167;
  background: url("../img/icon_01.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -0.2777777778em;
  bottom: -0.2777777778em;
}
.step .box-wrap .title-box p.step-num {
  font-family: var(--font-poppins);
  font-size: min(2.1818181818vw, 1.5rem);
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 6em;
  background: url("../img/icon_02.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
.step .box-wrap .title-box p.ttl {
  font-size: min(3.2727272727vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.step .box-wrap .title-box p.ttl span {
  color: var(--orange);
  font-size: 1.3333333333em;
}
.step .box-wrap h3 {
  position: relative;
  font-size: 2.25rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.step .box-wrap h3::after {
  background: radial-gradient(circle farthest-side, var(--blue), var(--blue) 60%, transparent 60%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 0.625rem;
  width: 100%;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
}
.step .box-wrap p.txt {
  font-weight: 500;
}
.step .box-wrap .flow-wrap {
  width: min(100%, 59.375rem);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.step .box-wrap .flow-wrap .image-box {
  position: relative;
  z-index: 1;
}
.step .box-wrap .flow-wrap .image-box img {
  width: 100%;
}
.step .box-wrap .flow-wrap .text-box {
  position: relative;
  z-index: 0;
  padding: 3.75rem 3.125rem;
  border-radius: 1.875rem;
}
.step .box-wrap .flow-wrap .text-box::after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.875rem;
}
.step .box-wrap .flow-wrap .text-box p.subttl {
  font-size: min(3.3684210526vw, 2rem);
  line-height: 1.5;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 1rem;
}
.step .box-wrap .flow-wrap .text-box p.txt span.blue-line {
  display: inline-block;
  color: #11acff;
  text-decoration: underline;
}
.step .box-wrap .flow-wrap .text-box.text-box01::before {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 1.25rem;
  content: "";
  width: calc(100% + 1.25rem);
  height: 100%;
  background: rgba(17, 172, 255, 0.1);
  border-radius: 1.875rem;
}
.step .box-wrap .flow-wrap .text-box.text-box02::before {
  position: absolute;
  z-index: -2;
  right: 0;
  top: 1.25rem;
  content: "";
  width: calc(100% + 1.25rem);
  height: 100%;
  background: rgba(17, 172, 255, 0.1);
  border-radius: 1.875rem;
}
.step .box-wrap .flow-wrap .arrow {
  width: 100%;
  height: 6.5rem;
  background: url("../img/arrow3.svg") center center no-repeat;
  background-size: 2.125rem 4rem;
  padding: 1.25rem;
}
.step .box-wrap .layout-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.step .box-wrap .layout-box .item-box {
  position: relative;
  width: 100%;
  padding: 6.25rem min(7.2727272727%, 5rem) 3.125rem;
  background: #fff;
  border-radius: 1.25rem;
  border: 5px solid #11acff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 4.5454545455%;
  margin-top: 2.8125rem;
}
.step .box-wrap .layout-box .item-box .item-ttl {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(95%, 56.25rem);
  padding: 1.25rem 0.625rem 1.875rem;
  background: var(--blue02);
  border-radius: 3.125rem;
  text-align: center;
}
.step .box-wrap .layout-box .item-box .item-ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #11acff;
  top: -0.8125rem;
  left: 0;
  border-radius: 3.125rem;
}
.step .box-wrap .layout-box .item-box .item-ttl h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2.9090909091vw, 2rem);
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 1s all;
}
.step .box-wrap .layout-box .item-box .item-ttl h4 span {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color03);
}
.step .box-wrap .layout-box .item-box .image-box {
  width: 44.6808510638%;
}
.step .box-wrap .layout-box .item-box .image-box img {
  max-width: 100%;
}
.step .box-wrap .layout-box .item-box .text-box {
  width: 50%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .step .box-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3.75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .step .box-wrap .title-box {
    position: relative;
    width: min(100%, 21.5625rem);
    min-height: 6.625rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/fukidashi5_sp.svg") top center no-repeat;
    background-size: 100% 100%;
    padding: 1.875rem 0.625rem 2.5rem;
  }
  .step .box-wrap .title-box p.step-num {
    font-family: var(--font-poppins);
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 4.875em;
    background: url("../img/icon_02.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .step .box-wrap .title-box p.ttl {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .step .box-wrap .title-box p.ttl span {
    color: var(--orange);
    font-size: 1.1538461538em;
  }
  .step .box-wrap .title-box::after {
    content: "";
    width: 3.375rem;
    aspect-ratio: 168/167;
    background: url("../img/icon_01.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -0.3125rem;
    bottom: 0.3125rem;
  }
  .step .box-wrap h3 {
    position: relative;
    font-size: 1.875rem;
    line-height: 1.5;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .step .box-wrap h3::after {
    background: radial-gradient(circle farthest-side, var(--blue), var(--blue) 60%, transparent 60%, transparent);
    background-size: 10px;
    content: "";
    display: inline-block;
    height: 0.625rem;
    width: 100%;
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
  }
  .step .box-wrap p.txt {
    font-weight: 500;
  }
  .step .box-wrap .flow-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
  .step .box-wrap .flow-wrap .image-box {
    position: relative;
    z-index: 1;
  }
  .step .box-wrap .flow-wrap .image-box img {
    width: 100%;
  }
  .step .box-wrap .flow-wrap .image-box.image-box01 {
    order: 2;
  }
  .step .box-wrap .flow-wrap .image-box.image-box02 {
    order: 5;
  }
  .step .box-wrap .flow-wrap .text-box {
    position: relative;
    z-index: 0;
    padding: 1.875rem;
    border-radius: 1.875rem;
    width: calc(100% - 0.625rem);
  }
  .step .box-wrap .flow-wrap .text-box::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.875rem;
  }
  .step .box-wrap .flow-wrap .text-box p.subttl {
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 1rem;
  }
  .step .box-wrap .flow-wrap .text-box p.txt span.blue-line {
    display: inline-block;
    color: #11acff;
    text-decoration: underline;
  }
  .step .box-wrap .flow-wrap .text-box.text-box01 {
    order: 1;
  }
  .step .box-wrap .flow-wrap .text-box.text-box01::before {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0.625rem;
    content: "";
    width: calc(100% + 0.625rem);
    height: 100%;
    background: rgba(17, 172, 255, 0.1);
    border-radius: 1.875rem;
  }
  .step .box-wrap .flow-wrap .text-box.text-box02 {
    order: 4;
  }
  .step .box-wrap .flow-wrap .text-box.text-box02::before {
    position: absolute;
    z-index: -2;
    right: auto;
    left: 0;
    top: 0.625rem;
    content: "";
    width: calc(100% + 0.625rem);
    height: 100%;
    background: rgba(17, 172, 255, 0.1);
    border-radius: 1.875rem;
  }
  .step .box-wrap .flow-wrap .arrow {
    width: 100%;
    height: 4rem;
    background: url("../img/arrow3.svg") center center no-repeat;
    background-size: 2.125rem 4rem;
    padding: 0;
    order: 3;
  }
  .step .box-wrap .layout-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
  .step .box-wrap .layout-box .item-box {
    position: relative;
    width: 100%;
    padding: 3.75rem 1.875rem 1.875rem;
    background: #fff;
    border-radius: 1.25rem;
    border: 3px solid #11acff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875rem;
    margin-top: 2.8125rem;
  }
  .step .box-wrap .layout-box .item-box .item-ttl {
    position: absolute;
    top: auto;
    bottom: calc(100% - 2.5rem);
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
    padding: 1.25rem 0.625rem 1.875rem;
    background: var(--blue02);
    border-radius: 3.3125rem;
    text-align: center;
  }
  .step .box-wrap .layout-box .item-box .item-ttl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #11acff;
    top: -0.5rem;
    left: 0;
    border-radius: 3.3125rem;
  }
  .step .box-wrap .layout-box .item-box .item-ttl h4 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: 1s all;
  }
  .step .box-wrap .layout-box .item-box .item-ttl h4 span {
    display: inline-block;
    font-size: 1.0909090909em;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color03);
  }
  .step .box-wrap .layout-box .item-box .image-box {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .step .box-wrap .layout-box .item-box .image-box img {
    max-width: 100%;
  }
  .step .box-wrap .layout-box .item-box .text-box {
    width: 100%;
    flex-grow: 1;
    order: 2;
  }
}

#step01 {
  padding-top: min(3.5714285714vw, 3.125rem);
  padding-bottom: min(7.1428571429vw, 6.25rem);
  background: var(--blue03);
}
#step01 .box-wrap .flow-wrap {
  width: min(100%, 59.375rem);
}
#step01 .box-wrap .flow-wrap .image-box {
  width: 31.1578947368%;
}
#step01 .box-wrap .flow-wrap .image-box.image-box01 {
  width: 34.3157894737%;
  margin-right: -3.1578947368%;
}
#step01 .box-wrap .flow-wrap .image-box.image-box02 {
  width: 28.8421052632%;
  margin-left: -6.3157894737%;
}
#step01 .box-wrap .flow-wrap .text-box {
  width: 68.8421052632%;
}
#step01 .box-wrap .layout-box .item-box .image-box {
  width: 44.6808510638%;
}
#step01 .box-wrap .layout-box .item-box .image-box.image-box02 {
  width: 34.0425531915%;
}
#step01 .box-wrap .layout-box .item-box .text-box {
  width: 50%;
}
#step01 .box-wrap .layout-box .item-box .text-box.text-box02 {
  width: 60.6382978723%;
}
@media screen and (max-width: 767px) {
  #step01 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #step01 .box-wrap .flow-wrap {
    width: 100%;
  }
  #step01 .box-wrap .flow-wrap .image-box {
    width: 100%;
  }
  #step01 .box-wrap .flow-wrap .image-box.image-box01 {
    width: 17.875rem;
    margin-right: unset;
  }
  #step01 .box-wrap .flow-wrap .image-box.image-box02 {
    width: 10.9375rem;
    margin-left: unset;
  }
  #step01 .box-wrap .flow-wrap .text-box {
    width: calc(100% - 0.625rem);
    margin-right: auto;
  }
  #step01 .box-wrap .layout-box .item-box .image-box {
    width: 100%;
  }
  #step01 .box-wrap .layout-box .item-box .image-box.image-box02 {
    width: 17.8125rem;
  }
  #step01 .box-wrap .layout-box .item-box .text-box {
    width: 100%;
  }
  #step01 .box-wrap .layout-box .item-box .text-box.text-box02 {
    width: 100%;
  }
}

#step02 {
  padding-top: min(3.5714285714vw, 3.125rem);
  padding-bottom: min(7.1428571429vw, 6.25rem);
  background: linear-gradient(180deg, #fff 0%, #fff min(8.5714285714vw, 7.5rem), transparent min(8.5714285714vw, 7.5rem), transparent 100%), var(--blue03);
}
#step02 .box-wrap .flow-wrap {
  width: min(100%, 59.375rem);
}
#step02 .box-wrap .flow-wrap .image-box {
  width: 32.6315789474%;
}
#step02 .box-wrap .flow-wrap .image-box.image-box01 {
  width: 35.7894736842%;
  margin-right: -3.1578947368%;
}
#step02 .box-wrap .flow-wrap .image-box.image-box02 {
  margin-left: -3.1578947368%;
}
#step02 .box-wrap .flow-wrap .image-box.image-box02 img {
  width: min(100%, 17.875rem);
}
#step02 .box-wrap .flow-wrap .text-box {
  width: 67.3684210526%;
}
@media screen and (max-width: 767px) {
  #step02 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    background: linear-gradient(180deg, #fff 0%, #fff 5rem, transparent 5rem, transparent 100%), var(--blue03);
  }
  #step02 .box-wrap .flow-wrap {
    width: 100%;
  }
  #step02 .box-wrap .flow-wrap .image-box {
    width: 100%;
  }
  #step02 .box-wrap .flow-wrap .image-box.image-box01 {
    width: 17.125rem;
    margin-right: unset;
  }
  #step02 .box-wrap .flow-wrap .image-box.image-box02 {
    width: 15rem;
    margin-left: unset;
  }
  #step02 .box-wrap .flow-wrap .image-box.image-box02 img {
    width: 100%;
  }
  #step02 .box-wrap .flow-wrap .text-box {
    width: calc(100% - 0.625rem);
    margin-right: auto;
  }
}

#step03 {
  padding-top: min(3.5714285714vw, 3.125rem);
  padding-bottom: min(7.1428571429vw, 6.25rem);
  background: linear-gradient(180deg, #fff 0%, #fff 7.5rem, transparent 7.5rem, transparent 100%), var(--blue03);
}
#step03 .box-wrap .flow-wrap {
  width: min(100%, 57.5rem);
}
#step03 .box-wrap .flow-wrap .image-box.image-box01 {
  width: 35.1086956522%;
  margin-right: -4.6739130435%;
}
#step03 .box-wrap .flow-wrap .image-box.image-box02 {
  width: 58.6956521739%;
  margin-left: -32.6086956522%;
  padding-top: 5rem;
}
#step03 .box-wrap .flow-wrap .text-box {
  width: 69.5652173913%;
}
#step03 .box-wrap .flow-wrap .text-box.text-box02 {
  padding-right: 32.6086956522%;
  width: 73.9130434783%;
}
@media screen and (max-width: 767px) {
  #step03 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    background: linear-gradient(180deg, #fff 0%, #fff 5rem, transparent 5rem, transparent 100%), var(--blue03);
  }
  #step03 .box-wrap .flow-wrap {
    width: 100%;
  }
  #step03 .box-wrap .flow-wrap .image-box.image-box01 {
    width: 15.625rem;
    margin-right: unset;
  }
  #step03 .box-wrap .flow-wrap .image-box.image-box02 {
    width: 21.5625rem;
    margin-left: unset;
    padding-top: 0;
  }
  #step03 .box-wrap .flow-wrap .text-box {
    width: calc(100% - 0.625rem);
  }
  #step03 .box-wrap .flow-wrap .text-box.text-box02 {
    padding-right: 1.875rem;
    width: calc(100% - 0.625rem);
  }
}

#qa .qa-wrap {
  width: min(100% - 2.5rem, 1100px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5.7142857143vw, 5rem);
  padding: min(7.1428571429vw, 6.25rem) min(7.2727272727%, 5rem);
  border: 5px solid var(--blue);
  border-radius: 1.875rem;
}
#qa .qa-wrap h3 {
  font-family: var(--font-poppins);
  font-size: 3.25rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
#qa .qa-wrap .qa-list {
  width: 100%;
}
#qa .qa-wrap .qa-list:not(:last-child) {
  padding-bottom: 1.875rem;
}
#qa .qa-wrap .qa-list .qa-item {
  width: 100%;
}
#qa .qa-wrap .qa-list .qa-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.875rem;
}
#qa .qa-wrap .qa-list .qa-item:not(:first-child) {
  padding-top: 1.875rem;
}
#qa .qa-wrap .qa-list .qa-item .q-box {
  width: 100%;
  display: flex;
  align-items: first baseline;
  gap: 2.5rem;
  margin-bottom: 1.875rem;
}
#qa .qa-wrap .qa-list .qa-item .q-box p.icon {
  flex-flow: var(--font-poppins);
  font-size: 1.5rem;
  width: 2.5em;
  height: 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}
#qa .qa-wrap .qa-list .qa-item .q-box p.txt {
  font-weight: 500;
  font-size: 1.375rem;
  color: var(--blue);
}
#qa .qa-wrap .qa-list .qa-item .a-box {
  width: 100%;
  display: flex;
  align-items: first baseline;
  gap: 2.5rem;
}
#qa .qa-wrap .qa-list .qa-item .a-box p.icon {
  font-size: 1.5rem;
  width: 2.5em;
  height: 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color04);
  border-radius: 50%;
  flex-shrink: 0;
}
#qa .qa-wrap .qa-list .qa-item .a-box p.txt {
  font-weight: 500;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  #qa {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  #qa .qa-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding: 1.875rem 1.25rem;
    border: 3px solid var(--blue);
    border-radius: 1.25rem;
  }
  #qa .qa-wrap h3 {
    font-family: var(--font-poppins);
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
  }
  #qa .qa-wrap .qa-list {
    width: 100%;
  }
  #qa .qa-wrap .qa-list:not(:last-child) {
    padding-bottom: 1.25rem;
  }
  #qa .qa-wrap .qa-list .qa-item {
    width: 100%;
  }
  #qa .qa-wrap .qa-list .qa-item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1.25rem;
  }
  #qa .qa-wrap .qa-list .qa-item:not(:first-child) {
    padding-top: 1.25rem;
  }
  #qa .qa-wrap .qa-list .qa-item .q-box {
    width: 100%;
    display: flex;
    align-items: first baseline;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
  #qa .qa-wrap .qa-list .qa-item .q-box p.icon {
    font-size: 1.125rem;
    width: 2.2222222222em;
    height: 2.2222222222em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
  }
  #qa .qa-wrap .qa-list .qa-item .q-box p.txt {
    font-weight: 500;
    font-size: 1rem;
    color: var(--blue);
  }
  #qa .qa-wrap .qa-list .qa-item .a-box {
    width: 100%;
    display: flex;
    align-items: first baseline;
    gap: 1.25rem;
  }
  #qa .qa-wrap .qa-list .qa-item .a-box p.icon {
    font-size: 1.125rem;
    width: 2.2222222222em;
    height: 2.2222222222em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color04);
    border-radius: 50%;
    flex-shrink: 0;
  }
  #qa .qa-wrap .qa-list .qa-item .a-box p.txt {
    font-weight: 500;
    font-size: 1rem;
  }
}

#case-study .page-link-wrap {
  width: min(100% - 2.5rem, 68.75rem);
  margin: min(2.1428571429vw, 1.875rem) auto 0;
  padding-top: min(7.1428571429vw, 6.25rem);
  padding-bottom: min(2.8571428571vw, 2.5rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: min(5.7142857143vw, 5rem) 5.4545454545%;
}
#case-study .page-link-wrap .link-item {
  font-size: min(2.1818181818vw, 1.5rem);
  position: relative;
  width: 47.2727272727%;
  min-height: 10.8333333333em;
  display: inline-block;
  background: #fffbd9;
  border: 4px solid var(--base-color);
  border-radius: 1.875rem;
  padding: min(3.2142857143vw, 2.8125rem) 13.6363636364% min(3.2142857143vw, 2.8125rem) 4.0909090909%;
}
#case-study .page-link-wrap .link-item p.ttl {
  position: relative;
  z-index: 0;
  font-size: min(2.1818181818vw, 1.5rem);
  font-weight: 500;
  width: 11.1666666667em;
  height: 2.1666666667em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 1em;
}
#case-study .page-link-wrap .link-item p.ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1.0833333333em;
  position: absolute;
  z-index: -1;
  top: 0.2307692308em;
  left: 0;
  background: var(--blue);
}
#case-study .page-link-wrap .link-item p.ttl::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid var(--base-color);
  border-radius: 1.0833333333em;
  position: absolute;
  top: 0;
  left: 0;
}
#case-study .page-link-wrap .link-item h4 {
  font-size: min(2.5714285714vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#case-study .page-link-wrap .link-item .image-box {
  pointer-events: none;
}
#case-study .page-link-wrap .link-item .image-box img {
  width: 100%;
  vertical-align: middle;
}
#case-study .page-link-wrap .link-item .image-box.img01 {
  position: absolute;
  width: 26.5384615385%;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
#case-study .page-link-wrap .link-item .image-box.img02 {
  position: absolute;
  width: 32.1153846154%;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
#case-study .page-link-wrap .link-item .image-box.img03 {
  position: absolute;
  width: 23.6538461538%;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
#case-study .page-link-wrap .link-item .image-box.img04 {
  position: absolute;
  width: 26.5384615385%;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
#case-study .page-link-wrap .link-item:hover {
  background: #fff2b3;
}
@media screen and (max-width: 767px) {
  #case-study .page-link-wrap {
    width: 100%;
    margin: 1.25rem auto 0;
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  #case-study .page-link-wrap .link-item {
    font-size: 1.5rem;
    position: relative;
    width: 21.5625rem;
    min-height: 12.5rem;
    display: inline-block;
    background: #fffbd9;
    border: 3px solid var(--base-color);
    border-radius: 1.25rem;
    padding: 1.875rem;
  }
  #case-study .page-link-wrap .link-item p.ttl {
    position: relative;
    z-index: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    width: 10.8em;
    height: 2.1333333333em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 1em;
  }
  #case-study .page-link-wrap .link-item p.ttl::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    position: absolute;
    z-index: -1;
    top: 0.1333333333em;
    left: 0;
    background: var(--blue);
  }
  #case-study .page-link-wrap .link-item p.ttl::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--base-color);
    border-radius: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  #case-study .page-link-wrap .link-item h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  #case-study .page-link-wrap .link-item .image-box {
    pointer-events: none;
  }
  #case-study .page-link-wrap .link-item .image-box img {
    width: 100%;
    vertical-align: middle;
  }
  #case-study .page-link-wrap .link-item .image-box.img01 {
    position: absolute;
    width: 6.0625rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3125rem;
  }
  #case-study .page-link-wrap .link-item .image-box.img02 {
    position: absolute;
    width: 7.375rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;
  }
  #case-study .page-link-wrap .link-item .image-box.img03 {
    position: absolute;
    width: 5.6875rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3125rem;
  }
  #case-study .page-link-wrap .link-item:hover {
    background: #fff2b3;
  }
}/*# sourceMappingURL=style.css.map */