@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

.header {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
  }
}

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 16px;
    height: 100px;
    max-width: none;
  }
}

.drawer-icon {
  width: 27px;
  height: 18px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  width: 27px;
  height: 2.25px;
  background: #023e78;
  border-radius: 5px;
  left: 0;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:nth-child(1) {
  top: 1px;
}
.drawer-icon__bar:nth-child(2) {
  top: 7.75px;
}
.drawer-icon__bar:nth-child(3) {
  top: 14.5px;
}

.header__nav-sp {
  background: #023e78;
  width: 100%;
  height: calc(100% - 60px);
  position: fixed;
  left: 0;
  top: 60px;
  padding-top: 55px;
  display: none;
  padding-inline: 20px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header__nav-sp {
    top: 100px;
  }
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 31px;
}

.header__list {
  color: var(--color-base, #fff);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.header__link {
  display: inline-block;
  padding-block: 5px;
}

.header__list-dl {
  margin-top: 35px;
  border: 1px solid var(--color-base, #fff);
}
.header__list-dl .header__link {
  display: inline-block;
  padding: 21px 83px;
}
@media screen and (max-width: 340px) {
  .header__list-dl .header__link {
    padding: 21px 43px;
  }
}

.header__list-con {
  background: var(--color-base, #fff);
  margin-top: 2px;
  color: #023e78;
}
.header__list-con a {
  display: inline-block;
  padding: 22px 99px;
}
@media screen and (max-width: 340px) {
  .header__list-con a {
    padding: 21px 59px;
  }
}

.header__nav-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__lists-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

.header__list-pc-left {
  font-size: 14px;
  position: relative;
}
.header__list-pc-left:not(:last-child)::after {
  content: "／";
  position: absolute;
  right: -30px;
}

.header__lists-pc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 30px;
}

.header__list-dl-pc {
  border: 1px solid #023e78;
  background: var(--color-base, #fff);
  color: var(--color-main, #023e78);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__list-dl-pc:hover {
  border: 1px solid #023e78;
  background: #023e78;
  color: #fff;
}

.header__link-dl-pc {
  padding: 22px 31px;
  display: inline-block;
}

.header__list-con-pc {
  background: #023e78;
  color: var(--color-base, #fff);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__list-con-pc:hover {
  background: var(--color-main-dark, #002a52);
}

.header__link-con-pc {
  padding: 22px 46px;
  display: inline-block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
body.fixed {
  overflow: hidden;
}

.fv {
  margin-left: 41px;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-left: 90px;
  }
}
.fv img {
  width: 100%;
}

.fv-inner {
  position: relative;
}

.fv-text {
  position: absolute;
  bottom: 17px;
  left: -21px;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .fv-text {
    bottom: 60px;
    left: -40px;
  }
}

.fv-text__top {
  color: var(--color-main, #023e78);
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  background: var(--color-base, #fff);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .fv-text__top {
    font-size: 50px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-text__top {
    font-size: 60px;
    height: 72px;
  }
}

.fv-text-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv-text-pc {
    display: inline-block;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) {
  .fv-text-pc {
    font-family: "Fira Sans", sans-serif;
    margin-left: 14px;
    font-weight: 500;
  }
}

.fv-text__middle {
  color: var(--color-main, #023e78);
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  background: var(--color-base, #fff);
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .fv-text__middle {
    font-size: 50px;
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .fv-text-sp {
    display: none;
  }
}

.fv-text__bottom {
  color: var(--color-main, #023e78);
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  background: var(--color-base, #fff);
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .fv-text__bottom {
    font-size: 50px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-text__bottom {
    font-size: 60px;
    margin-top: 16px;
    height: 72px;
  }
}

.fv-text__last {
  color: var(--color-base, #fff);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: var(--color-main, #023e78);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .fv-text__last {
    font-size: 18px;
    height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-text__last {
    font-size: 20px;
    margin-top: 16px;
    height: 29px;
  }
}

.about-us {
  padding-top: 60px;
  padding-bottom: 245px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-us {
    margin-top: 150px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about-us {
    margin-top: 150px;
    padding-top: 104px;
  }
}
.about-us::before {
  content: "";
  position: absolute;
  top: 201px;
  left: 0;
  bottom: 31px;
  right: 0;
  background-color: #edf3f8;
  z-index: -1;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 470px) {
  .about-us::before {
    bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .about-us::before {
    bottom: -90px;
  }
}
@media screen and (min-width: 768px) {
  .about-us::before {
    top: 206px;
    left: 0;
    bottom: 120px;
    right: 0;
  }
}
@media screen and (min-width: 900px) {
  .about-us::before {
    top: 265px;
    left: 0;
    bottom: 115px;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-us-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .about-us-content-left {
    -ms-flex-preferred-size: 38.0909090909%;
        flex-basis: 38.0909090909%;
  }
}

.section-title__en {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 52px;
  color: #023e78;
}
@media screen and (min-width: 768px) {
  .section-title__en {
    font-size: 70px;
  }
}
@media screen and (min-width: 900px) {
  .section-title__en {
    font-size: 100px;
  }
}

.section-title__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #023e78;
}
@media screen and (min-width: 768px) {
  .section-title__jp {
    font-size: 24px;
    margin-top: -5px;
  }
}

.about-us-content__text-box {
  margin-top: 66px;
}
@media screen and (min-width: 768px) {
  .about-us-content__text-box {
    margin-top: 0;
  }
}

.about-us-content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .about-us-content__text {
    padding-right: 40px;
  }
}

.about-us-content__text-middle {
  margin-top: 23px;
}

.about-us-content__text-bottom {
  margin-top: 23px;
}

.about-us-content-right {
  margin-top: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-us-content-right {
    -ms-flex-preferred-size: 61.9090909091%;
        flex-basis: 61.9090909091%;
    margin-top: 0;
  }
}

.about-us-content__img img {
  width: 100%;
}

.about-us-bg {
  position: absolute;
  right: 0;
  top: 526px;
  z-index: -1;
  width: 78.6666666667%;
}
@media screen and (min-width: 470px) {
  .about-us-bg {
    width: 78.6666666667%;
    right: 0;
    top: 479px;
  }
}
@media screen and (min-width: 540px) {
  .about-us-bg {
    top: 425px;
  }
}
@media screen and (min-width: 600px) {
  .about-us-bg {
    top: 420px;
  }
}
@media screen and (min-width: 768px) {
  .about-us-bg {
    width: 39.0625%;
    right: 0;
    top: 50px;
  }
}
@media screen and (min-width: 900px) {
  .about-us-bg {
    width: 39.0625%;
    right: 0;
    top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-us-bg {
    width: 39.0625%;
    right: 0;
    top: 0;
  }
}
.about-us-bg img {
  width: 100%;
  max-height: 850px;
}

.about-us__vew-more {
  position: absolute;
  right: -2px;
  bottom: -65px;
}
@media screen and (min-width: 768px) {
  .about-us__vew-more {
    top: -80px;
    right: 0;
    bottom: auto;
  }
}
@media screen and (min-width: 900px) {
  .about-us__vew-more {
    top: -120px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__vew-more {
    top: -120px;
    right: -11px;
  }
}

.vew-more__link {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vew-more__link {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  .vew-more__link {
    font-size: 32px;
  }
}
.vew-more__link:hover::after {
  width: 85px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .vew-more__link:hover::after {
    width: 130px;
    right: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .vew-more__link:hover::after {
    width: 140px;
    top: 58%;
    right: -8px;
  }
}
.vew-more__link:hover:hover::before {
  right: 0;
}
@media screen and (min-width: 768px) {
  .vew-more__link:hover:hover::before {
    right: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .vew-more__link:hover:hover::before {
    right: -11px;
  }
}
.vew-more__link::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 64px;
  height: 2px;
  display: block;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}
@media screen and (min-width: 768px) {
  .vew-more__link::after {
    width: 95px;
    top: 58%;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .vew-more__link::after {
    width: 95px;
    top: 58%;
    right: 37px;
  }
}
.vew-more__link::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  display: block;
  top: 8.5px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  right: 18px;
}
@media screen and (min-width: 768px) {
  .vew-more__link::before {
    right: 0;
    top: 11px;
  }
}
@media screen and (min-width: 900px) {
  .vew-more__link::before {
    top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .vew-more__link::before {
    right: 36px;
  }
}

.about-us__link {
  color: #fff;
}
.about-us__link::after {
  background: #fff;
}
.about-us__link::before {
  background: #fff;
}

.sercle {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff400;
  right: 2px;
  top: -11px;
}
@media screen and (min-width: 768px) {
  .sercle {
    border: 3px solid #fff400;
    width: 54px;
    height: 54px;
    right: -16px;
    top: -9px;
  }
}
@media screen and (min-width: 1200px) {
  .sercle {
    border: 3px solid #fff400;
    width: 54px;
    height: 54px;
    right: 10px;
    top: -9px;
  }
}

.service {
  padding-top: 60px;
  padding-bottom: 147px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service {
    padding-top: 119px;
    padding-bottom: 109px;
  }
}
.service::before {
  position: absolute;
  content: "";
  background-color: #edf3f8;
  top: 1215px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 768px) {
  .service::before {
    top: 400px;
    bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .service::before {
    top: 672px;
    bottom: -10px;
  }
}

.service__inner {
  position: relative;
}

.service-section-title__jp {
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .service-section-title__jp {
    margin-top: -7px;
  }
}

.service__content {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .service__content {
    margin-top: 28px;
  }
}

.service__content__boxes {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .service__content__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    gap: 38px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .service__content__box {
    max-width: 29.0909090909%;
  }
}
@media screen and (min-width: 768px) {
  .service__content__box:nth-child(2) {
    margin-top: 60px;
  }
  .service__content__box:nth-child(3) {
    margin-top: 120px;
  }
}

.service__content__box__header {
  position: relative;
  padding-top: 55px;
}

.service__content__box__header__num {
  position: absolute;
  right: 4px;
  top: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 100px;
  font-style: italic;
  color: #023e78;
  text-shadow: 4px 4px #fff;
}

.service__content__box__header__img img {
  width: 100%;
}

.service__content__box__header__text__box {
  position: absolute;
  bottom: 35px;
  left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .service__content__box__header__text__box {
    left: -32px;
  }
}

.service__content__box__header__text {
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .service__content__box__header__text {
    font-size: 21px;
  }
}
@media screen and (min-width: 900px) {
  .service__content__box__header__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .service__content__box__header__text {
    font-size: 28px;
  }
}

.service__content__box__body {
  margin-top: 14px;
}

.service__content__box__body__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.service__vew-more {
  position: absolute;
  right: 16px;
  bottom: -65px;
}
@media screen and (min-width: 768px) {
  .service__vew-more {
    right: 43px;
    top: 53px;
    bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .service__vew-more {
    right: 30px;
    top: 53px;
  }
}

.vew-more__link {
  padding-right: 100px;
}
@media screen and (min-width: 1200px) {
  .vew-more__link {
    padding-right: 150px;
  }
}

.service__link {
  color: #023e78;
}
.service__link::after {
  background: #023e78;
}
.service__link::before {
  background: #023e78;
}

.service-sercle {
  background-color: #fff400;
  z-index: -1;
}

.case-study {
  background-image: url(../img/cacesutdy/case-sutudy-bg-sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 153px;
  margin-top: 89px;
}
@media screen and (min-width: 768px) {
  .case-study {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 130px;
    background-image: url(../img/cacesutdy/case-sutudy-bg-pc.png);
  }
}

.case-study__inner {
  position: relative;
}

.case-study-section-title__en {
  color: #ffffff;
}

.case-study-section-title__jp {
  color: #ffffff;
}

.case-study__content__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .case-study__content__boxes {
    margin-top: 80px;
    gap: 70px;
  }
}

.case-study__content__box {
  display: block;
}
.case-study__content__box:hover .case-sutudy__content__box__link-sercle {
  border: 2px solid #fff400;
}
@media screen and (min-width: 768px) {
  .case-study__content__box:hover .case-sutudy__content__box__link-sercle {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.case-study__content__box:hover .case-sutudy__content__box__link-sercle::after {
  background: #fff400;
}
.case-study__content__box:hover .case-sutudy__content__box__link-sercle::before {
  background: #fff400;
}

.case-study__content__img {
  max-width: 335px;
}
@media screen and (min-width: 470px) {
  .case-study__content__img {
    max-width: 400px;
  }
}
@media screen and (min-width: 540px) {
  .case-study__content__img {
    max-width: 450px;
  }
}
@media screen and (min-width: 600px) {
  .case-study__content__img {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .case-study__content__img {
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .case-study__content__img {
    max-width: 320px;
  }
}
.case-study__content__img img {
  width: 100%;
}

.case-study__content__box__text-top {
  color: #ffffff;
  margin-top: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.case-sutudy__content__box__link {
  color: #ffffff;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-sutudy__content__box__text-buttom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.case-sutudy__content__box__link-sercle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-sutudy__content__box__link-sercle::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translateX(-4px) translateY(-4px) rotate(45deg);
          transform: translateX(-4px) translateY(-4px) rotate(45deg);
  top: 50%;
  left: 50%;
  border-radius: 30% 0 0 30%;
}
.case-sutudy__content__box__link-sercle::before {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translateX(-4px) translateY(2px) rotate(-45deg);
          transform: translateX(-4px) translateY(2px) rotate(-45deg);
  top: 50%;
  left: 50%;
  border-radius: 30% 0 0 30%;
}

.casesutudy__vew-more {
  position: absolute;
  bottom: -89px;
  right: 18px;
}
@media screen and (min-width: 768px) {
  .casesutudy__vew-more {
    bottom: auto;
    top: 57px;
    right: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .casesutudy__vew-more {
    top: 57px;
    right: 29px;
  }
}

.casesutudy__link {
  color: #fff;
}
.casesutudy__link::after {
  background: #fff;
}
.casesutudy__link::before {
  background: #fff;
}

.news {
  padding-top: 60px;
  padding-bottom: 259px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.news::before {
  content: "";
  position: absolute;
  top: 211px;
  left: 0;
  bottom: 127px;
  right: 0;
  background-color: #edf3f8;
  z-index: -1;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 768px) {
  .news::before {
    top: 594px;
    bottom: 25px;
  }
}

.news__inner {
  position: relative;
}

.news-section-title__jp {
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .news-section-title__jp {
    margin-top: -6px;
  }
}

.news__content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .news__content {
    margin-top: 80px;
  }
}

.news__content__boxes {
  padding-top: 40px;
  padding-inline: 20px;
  padding-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .news__content__boxes {
    max-width: 768px;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 40px;
    padding-inline: 40px;
    gap: 29px;
  }
}

.news__content__box {
  border-bottom: 1px solid #dddddd;
  display: block;
}
.news__content__box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__content__box-tag {
  color: #e61264;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding-inline: 20px;
  padding-block: 6px;
  line-height: 100%;
  border: 1px solid #e61264;
}
@media screen and (min-width: 768px) {
  .news__content__box-tag {
    font-size: 14px;
    padding-block: 8px;
    padding-inline: 23px;
    line-height: 100%;
  }
}

.news__content__box-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #888888;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .news__content__box-time {
    line-height: 100%;
  }
}

.news__content__box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-top: 22px;
  padding-bottom: 32px;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .news__content__box-text {
    padding-top: 20px;
    padding-bottom: 31px;
    font-size: 16px;
    line-height: 100%;
    padding-right: 35px;
  }
}

.news__vew-more {
  position: absolute;
  bottom: -68px;
  right: 16px;
}
@media screen and (min-width: 768px) {
  .news__vew-more {
    top: 56px;
    right: 48px;
    color: #1a1a1a;
    bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .news__vew-more {
    top: 56px;
    right: 29px;
    color: #1a1a1a;
  }
}

.news__link {
  color: #023e78;
}
.news__link::after {
  background: #023e78;
}
.news__link::before {
  background: #023e78;
}

.news-sercle {
  background: #fff400;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.download {
  background-image: url(../img/cta/download-bg-sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 470px) {
  .download {
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (min-width: 768px) {
  .download {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-image: url(../img/cta/download-bg-pc.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1300px) {
  .download {
    background-size: cover;
    background-position: top center;
  }
}

.content {
  background-image: url(../img/cta/contact-bg-sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 470px) {
  .content {
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (min-width: 768px) {
  .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-image: url(../img/cta/contact-bg-pc.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1300px) {
  .content {
    background-size: cover;
    background-position: top center;
  }
}

.cta__content {
  padding-top: 41px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .cta__content {
    padding-top: 60px;
    padding-bottom: 52px;
  }
}

.cta__title-en {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__title-en {
    font-size: 60px;
  }
}

.cta__title-ja {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .cta__title-ja {
    font-size: 16px;
  }
}

.cta__vew-more {
  color: #fff400;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 100%;
  display: block;
  border: 2px solid #fff400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 43px auto 0 auto;
  padding: 29px 110px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__vew-more:hover {
  background: var(--color-accent-1, #fff400);
  color: var(--color-contrast, #1a1a1a);
}
@media screen and (min-width: 768px) {
  .cta__vew-more:hover .rew-more-arrow {
    background: var(--color-contrast, #1a1a1a);
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cta__vew-more:hover .rew-more-arrow::after {
    background: var(--color-contrast, #1a1a1a);
  }
}
@media screen and (min-width: 768px) {
  .cta__vew-more:hover .rew-more-arrow::before {
    background: var(--color-contrast, #1a1a1a);
  }
}
@media screen and (min-width: 768px) {
  .cta__vew-more {
    font-size: 24px;
    padding-top: 34px;
    padding-bottom: 35px;
    padding-left: 100px;
    padding-right: 97px;
  }
}

.rew-more-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #fff400;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .rew-more-arrow {
    right: 30px;
  }
}
.rew-more-arrow::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 30px;
  background: #fff400;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
}
.rew-more-arrow::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 30px;
  background: #fff400;
  top: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}

.common-us-fv {
  position: relative;
}

.common-us-fv-picture img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-us-fv__text-box {
  position: absolute;
  top: 36%;
  left: 20px;
  z-index: 20;
}
@media screen and (min-width: 600px) {
  .common-us-fv__text-box {
    left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .common-us-fv__text-box {
    top: 28%;
  }
}
@media screen and (min-width: 900px) {
  .common-us-fv__text-box {
    left: 17.1875vw;
    top: 28%;
  }
}

.common-us-fv__text-box-top {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #023e78;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .common-us-fv__text-box-top {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  .common-us-fv__text-box-top {
    font-size: 60px;
  }
}

.common-us-fv__text-box-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #023e78;
  background-color: #fff;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .common-us-fv__text-box-bottom {
    font-size: 20px;
    margin-top: 8px;
  }
}

.common-us-fv__text-box-bgc {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #023e78;
  width: 44vw;
  height: 250px;
  opacity: 0.8;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 12% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .common-us-fv__text-box-bgc {
    width: 28.515625vw;
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  }
}

.work-breadcrumb {
  display: block;
  padding-top: 5px;
  padding-bottom: 9px;
}

.breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumb-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 4.5px;
  color: #888888;
}
.breadcrumb-text.breadcrumb__common-us {
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

.about-us-fv {
  position: relative;
}

.about-us-fv-picture img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-fv__text-box {
  position: absolute;
  top: 36%;
  left: 20px;
  z-index: 20;
}
@media screen and (min-width: 600px) {
  .about-us-fv__text-box {
    left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .about-us-fv__text-box {
    top: 28%;
  }
}
@media screen and (min-width: 900px) {
  .about-us-fv__text-box {
    left: 17.1875vw;
    top: 28%;
  }
}

.about-us-fv__text-box-top {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #023e78;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .about-us-fv__text-box-top {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  .about-us-fv__text-box-top {
    font-size: 60px;
  }
}

.about-us-fv__text-box-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #023e78;
  background-color: #fff;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .about-us-fv__text-box-bottom {
    font-size: 20px;
    margin-top: 8px;
  }
}

.about-us-fv__text-box-bgc {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #023e78;
  width: 44vw;
  height: 250px;
  opacity: 0.8;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 12% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .about-us-fv__text-box-bgc {
    width: 28.515625vw;
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  }
}

.mission {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .mission {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}

.mission__bg-sp {
  background-image: url(../img/about-us/about-us/about-us-mission-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 281px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mission__bg-sp {
    display: none;
  }
}

.mission__bg-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mission__bg-pc {
    display: block;
    background-image: url(../img/about-us/about-us/about-us-mission-bg-pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 353px;
  }
}

.mission-title {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .mission-title {
    left: 60px;
  }
}

.mission-title-top {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 52px;
  font-style: italic;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mission-title-top {
    font-size: 100px;
  }
}

.mission-title-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .mission-title-bottom {
    font-size: 24px;
  }
}

.mission__inner {
  margin-top: -40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mission__inner {
    margin-top: 0;
  }
}

.mission__content__text-box {
  padding: 20px 20px 18px 20px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .mission__content__text-box {
    max-width: 688px;
    padding: 30px 40px;
    margin: -60px auto 0 auto;
  }
}

.mission__content__head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #023e78;
  padding-inline: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mission__content__head-text {
    font-size: 24px;
    letter-spacing: -0.4px;
  }
}

.mission__content__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .mission__content__body {
    margin-top: 30px;
  }
}

.mission__content__body-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px;
}

.vision {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .vision {
    padding-bottom: 120px;
  }
}

.vision__bg-sp {
  background-image: url(../img/about-us/about-us/about-us-visson-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 281px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vision__bg-sp {
    display: none;
  }
}

.vision-title {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .vision-title {
    left: 60px;
  }
}

.vision-title-top {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 52px;
  font-style: italic;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .vision-title-top {
    font-size: 100px;
  }
}

.vision-title-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .vision-title-bottom {
    font-size: 24px;
  }
}

.vision__inner {
  margin-top: -40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vision__inner {
    margin-top: 0;
  }
}

.vision__bg-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .vision__bg-pc {
    display: block;
    background-image: url(../img/about-us/about-us/about-us-visson-bg-pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 353px;
  }
}

.vision__content__text-box {
  padding: 20px 20px 18px 20px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .vision__content__text-box {
    max-width: 688px;
    padding: 30px 40px;
    margin: -60px auto 0 auto;
  }
}

.vision__content__head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #023e78;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vision__content__head-text {
    font-size: 24px;
    letter-spacing: -0.4px;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

.vision__content__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .vision__content__body {
    margin-top: 30px;
  }
}

.vision__content__body-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px;
}

.company-profile {
  background-image: url(../img/about-us/about-us/company-profile-bg-sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 101px;
}
@media screen and (min-width: 768px) {
  .company-profile {
    padding-top: 92.5px;
    padding-bottom: 92.5px;
    background-image: url(../img/about-us/about-us/company-profile-bg-pc.png);
  }
}

.company-profile__content {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 48px;
  max-width: 545px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company-profile__content {
    max-width: 768px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.company-profile__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.company-profile__table {
  margin: 40px auto 0 auto;
  padding-left: 18px;
  padding-right: 17px;
}
@media screen and (min-width: 768px) {
  .company-profile__table {
    margin-top: 60px;
    padding-inline: 40px;
    width: 100%;
  }
}

.company-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-profile__th {
  text-align: left;
  width: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .company-profile__th {
    font-size: 16px;
    padding-left: 30px;
    width: 100%;
    max-width: 200px;
  }
}

.company-profile__td {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding-left: 20px;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .company-profile__td {
    font-size: 16px;
    padding-left: 30px;
  }
}
.company-profile__td span {
  display: block;
}

.company-profile__row01 {
  padding-top: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company-profile__row01 {
    padding-top: 23px;
  }
}
.company-profile__row01 th::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #023e78;
  left: 0;
  top: -2px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company-profile__row01 th::after {
    width: 200px;
  }
}
.company-profile__row01 td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8eaec;
  left: 0;
  top: -2px;
  z-index: 0;
}

.company-profile__row02 {
  position: relative;
  padding-top: 29px;
}
@media screen and (min-width: 768px) {
  .company-profile__row02 {
    padding-top: 48px;
  }
}
.company-profile__row02 th::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #023e78;
  left: 0;
  top: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company-profile__row02 th::after {
    width: 200px;
    top: 23px;
  }
}
.company-profile__row02 td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8eaec;
  left: 0;
  top: 15px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company-profile__row02 td::after {
    top: 23px;
  }
}
.company-profile__row02 td span {
  padding-left: 21px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company-profile__row02 td span {
    padding-left: 24px;
  }
}
.company-profile__row02 td span::before {
  content: "・";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  font-size: 17px;
}

.company-profile__row03 {
  position: relative;
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .company-profile__row03 {
    padding-top: 52px;
  }
}
.company-profile__row03 th::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #023e78;
  left: 0;
  top: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company-profile__row03 th::after {
    width: 200px;
    top: 26px;
  }
}
.company-profile__row03 td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8eaec;
  left: 0;
  top: 15px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company-profile__row03 td::after {
    top: 26px;
  }
}

.company-profile__row04 {
  position: relative;
  padding-top: 29px;
}
@media screen and (min-width: 768px) {
  .company-profile__row04 {
    padding-top: 50px;
  }
}
.company-profile__row04 th::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #023e78;
  left: 0;
  top: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company-profile__row04 th::after {
    width: 200px;
    top: 24px;
  }
}
.company-profile__row04 td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8eaec;
  left: 0;
  top: 15px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company-profile__row04 td::after {
    top: 24px;
  }
}

.company-profile__row05 {
  position: relative;
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .company-profile__row05 {
    padding-top: 50px;
  }
}
.company-profile__row05 th::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #023e78;
  left: 0;
  top: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company-profile__row05 th::after {
    width: 200px;
    top: 24px;
  }
}
.company-profile__row05 td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8eaec;
  left: 0;
  top: 15px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company-profile__row05 td::after {
    top: 24px;
  }
}

.company-profile__row06 {
  position: relative;
  padding-top: 29px;
}
@media screen and (min-width: 768px) {
  .company-profile__row06 {
    padding-top: 50px;
  }
}
.company-profile__row06 th::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #023e78;
  left: 0;
  top: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company-profile__row06 th::after {
    width: 200px;
    top: 24px;
  }
}
.company-profile__row06 td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8eaec;
  left: 0;
  top: 15px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company-profile__row06 td::after {
    top: 24px;
  }
}

.company-profile__row07 {
  position: relative;
  padding-top: 29px;
}
@media screen and (min-width: 768px) {
  .company-profile__row07 {
    padding-top: 50px;
  }
}
.company-profile__row07 th::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #023e78;
  left: 0;
  top: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company-profile__row07 th::after {
    width: 200px;
    top: 24px;
  }
}
.company-profile__row07 td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8eaec;
  left: 0;
  top: 15px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company-profile__row07 td::after {
    top: 24px;
  }
}
.company-profile__row07 th::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #023e78;
  left: 0;
  bottom: -16px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company-profile__row07 th::before {
    width: 200px;
    bottom: -24px;
  }
}
.company-profile__row07 td::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8eaec;
  left: 0;
  bottom: -16px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company-profile__row07 td::before {
    bottom: -24px;
  }
}

.menber {
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menber {
    padding-top: 122px;
    padding-bottom: 187px;
  }
}
.menber::after {
  position: absolute;
  content: "";
  top: 942px;
  left: 0;
  right: 0;
  bottom: 83px;
  background-color: #edf3f8;
  z-index: -1;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 768px) {
  .menber::after {
    top: 842px;
    bottom: 67px;
  }
}

.menber__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.menber__content__boxes {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .menber__content__boxes {
    max-width: 688px;
    margin: 60px auto 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .menber__content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}

.menber__content__box__img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.menber__content__box__img img {
  width: 100%;
}

.menber__content__box__body {
  max-width: 450px;
  margin: 22px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .menber__content__box__body {
    margin-top: 0;
  }
}

.menber__content__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.menber-position {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: block;
  color: #1a1a1a;
}

.menber-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: block;
  color: #1a1a1a;
}

.menber__content__box-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .menber__content__box-bottom {
    margin-top: 30px;
  }
}

.menber__content__box-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .menber__content__box-sns {
    margin-top: 30px;
  }
}

.twitter {
  width: 32px;
  height: 32px;
  display: block;
}

.facebook {
  width: 32px;
  height: 32px;
  display: block;
}

.instagram {
  width: 32px;
  height: 32px;
  display: block;
}

.menber__content__box-last {
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .menber__content__box-last {
    margin-top: 0;
  }
}

.news.news-low {
  background: #fff;
  padding-top: 63px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .news.news-low {
    padding-top: 73px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .news-left-section {
    -ms-flex-preferred-size: 69.0909090909%;
        flex-basis: 69.0909090909%;
  }
}

.news-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .news-section__title.news-section__title-left {
    font-size: 32px;
  }
}

.news-section__box_boxes {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .news-section__box_boxes.news-section__box_boxes-left {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .news-section__box_boxes.news-section__box_boxes-right {
    gap: 16px;
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .news-section__box_boxes.news-section__box_boxes-right.news-section__box_boxes-right-archive {
    margin-top: 16px;
  }
}

.news-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .news-section__box.news-section__box-left {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-section__box.news-section__box-right {
    gap: 10px;
  }
}

.news-section__box__img {
  -ms-flex-preferred-size: 35.8208955224%;
      flex-basis: 35.8208955224%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24vw;
}
@media screen and (min-width: 768px) {
  .news-section__box__img {
    -ms-flex-preferred-size: 32.8947368421%;
        flex-basis: 32.8947368421%;
    height: 12.1875vw;
    max-height: 156px;
  }
}
.news-section__box__img img {
  width: 100%;
  height: 24vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-section__box__img img {
    height: 12.1875vw;
    max-height: 156px;
  }
}
@media screen and (min-width: 768px) {
  .news-section__box__img.news-section__box__img-right {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    height: 7.8125vw;
    max-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .news-section__box__img.news-section__box__img-right img {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    height: 7.8125vw;
    max-height: 100px;
  }
}

.news-section__box__body {
  -ms-flex-preferred-size: 64.1791044776%;
      flex-basis: 64.1791044776%;
}

.news-section__box__body__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-section__box__tag {
  display: inline-block;
  padding: 4.5px 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #e61264;
  border: 1px #e61264 solid;
}
@media screen and (min-width: 768px) {
  .news-section__box__tag {
    font-size: 14px;
    padding: 5px 9px;
  }
}
@media screen and (min-width: 768px) {
  .news-section__box__tag.news-section__box__tag-right {
    padding: 7px 9px;
  }
}

.news-section__box__time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #888888;
}

.news-section__box__text {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 126%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .news-section__box__text.news-section__box__text-left {
    font-size: 16px;
    margin-top: 15px;
    line-height: 121%;
  }
}
@media screen and (min-width: 768px) {
  .news-section__box__text.news-section__box__text-right {
    line-height: 136%;
  }
}
@media screen and (min-width: 768px) {
  .news-section__box__text.news-section__box__text-right.news-section__box__text-right-archive {
    line-height: 121%;
  }
}

.pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 60px;
    gap: 8px;
  }
}

.page-numbers {
  width: 40px;
  height: 40px;
  color: #888888;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    width: 50px;
    height: 50px;
  }
}

.page-numbers.current {
  background: #023e78;
  color: #fff;
  background: #023e78;
}

.next {
  color: #888888;
  background: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .next {
    margin-left: 22px;
  }
}

.page-numbers-arrow {
  position: relative;
}
.page-numbers-arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #888888;
  -webkit-transform: translateY(50%) rotate(48deg);
          transform: translateY(50%) rotate(48deg);
  top: -3px;
  left: -5px;
}
@media screen and (min-width: 768px) {
  .page-numbers-arrow::after {
    top: -6px;
  }
}
.page-numbers-arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #888888;
  -webkit-transform: translateY(50%) rotate(-44deg);
          transform: translateY(50%) rotate(-44deg);
  top: 3px;
  left: -5px;
}
@media screen and (min-width: 768px) {
  .page-numbers-arrow::before {
    top: 1px;
  }
}

.news-right-section {
  margin-top: 103px;
}
@media screen and (min-width: 768px) {
  .news-right-section {
    -ms-flex-preferred-size: 27.2727272727%;
        flex-basis: 27.2727272727%;
    margin-top: 0;
    min-width: 260px;
  }
}

.news__category-section {
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  .news__category-section {
    margin-top: 83px;
  }
}

.news__category-section__box {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .news__category-section__box {
    margin-top: 22px;
  }
}

.news__category-title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  padding-top: 18px;
  padding-bottom: 22px;
  padding-left: 39px;
  border-top: 1px solid #dddddd;
  position: relative;
}
.news__category-title:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.news__category-title::after {
  content: "";
  position: absolute;
  background: #023e78;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 20px;
  top: 26px;
  width: 12px;
  height: 3px;
  left: 19px;
  top: 23px;
  border-radius: 30px;
}
.news__category-title::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 3px;
  background: #023e78;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 19px;
  top: 30px;
  border-radius: 30px;
}

.single {
  background: #fff;
  padding-bottom: 99px;
}
@media screen and (min-width: 768px) {
  .single {
    padding-top: 70px;
    padding-bottom: 160px;
  }
}

.single-left-section-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-left-section-meta__tag {
  color: var(--color-accent-2, #e61264);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 7px 23px;
  border: 1px solid var(--color-accent-2, #e61264);
}

.single-left-section-meta__time {
  color: var(--color-contrast-light, #888);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.single-left-section__title {
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .single-left-section__title {
    font-size: 24px;
    margin-top: 24px;
  }
}

.single-left-section__img {
  margin-top: 24px;
}
.single-left-section__img img {
  width: 100%;
}

.single-left-section__content-boxes {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .single-left-section__content-boxes {
    margin-top: 40px;
  }
}

.single-left-section__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.single-left-section__head {
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
}
.single-left-section__head.single-left-section__head-top {
  font-size: 20px;
  line-height: 24px; /* 122.222% */
  padding: 10px 20px 10px 20px;
  background: #f8f8f8;
  border-left: 6px solid #023e78;
}
.single-left-section__head.single-left-section__head-underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #023e78;
  font-size: 18px;
}

.single-left-section__text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.single-left-section__text-link {
  color: #023e78;
  text-decoration-line: underline;
  text-underline-offset: 0.3ex;
}

.single-left-section__list {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.single-left-section__list li {
  padding-left: 21px;
}
.single-left-section__list.single-left-section__list-num li {
  position: relative;
  font-weight: 500;
}
.single-left-section__list.single-left-section__list-num li::after {
  position: absolute;
  left: 4px;
}
.single-left-section__list.single-left-section__list-num li:nth-child(1)::after {
  content: "1.";
}
.single-left-section__list.single-left-section__list-num li:nth-child(2)::after {
  content: "2.";
}
.single-left-section__list.single-left-section__list-num li:nth-child(3)::after {
  content: "3.";
}
.single-left-section__list.single-left-section__list-dod li {
  position: relative;
  font-weight: 400;
}
.single-left-section__list.single-left-section__list-dod li::after {
  content: "・";
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 17px;
}

.single-left-section__text-gray-box {
  border-left: 4px solid var(--color-main, #023e78);
  background: #f8f8f8;
  padding: 30px 35px 30px 31px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .single-left-section__text-gray-box {
    max-width: 646px;
  }
}

.single-left-section__text-gray-bg {
  position: absolute;
  left: 15px;
  top: 16px;
  width: 55.076px;
  height: 47.436px;
  z-index: 1;
}
.single-left-section__text-gray-bg img {
  width: 100%;
}

.single-left-section__text-gray {
  position: relative;
  z-index: 2;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.single-left-section-link-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-left-section-link-pre,
.single-left-section-link-next {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid var(--color-main, #023e78);
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.single-left-section-link-next {
  display: none;
}

@media screen and (min-width: 768px) {
  .news-right-section-single {
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .news-section__box__tag.news-section__box__tag-right.news-section__box__tag-right-single {
    padding: 6.5px 9px;
  }
}

.sub-service {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .sub-service {
    padding-top: 70px;
    padding-bottom: 160px;
  }
}

.sub-service-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .sub-service-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    padding-bottom: 80px;
  }
}

.sub-service__contentboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .sub-service__contentboxes {
    padding-top: 53px;
    gap: 260px;
  }
}

.sub-service__contentbox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sub-service__contentbox {
    margin-left: 30px;
  }
}
@media screen and (min-width: 900px) {
  .sub-service__contentbox {
    margin-left: 90px;
  }
}

.sub-service__content-img-sp {
  width: 50.1333333333%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sub-service__content-img-sp {
    display: none;
  }
}
.sub-service__content-img-sp img {
  width: 100%;
}

.sub-service__content-img-sp-left {
  left: 0;
}

@media screen and (min-width: 768px) {
  .sub-service__content__inner {
    max-width: 1170px;
  }
}

.sub-service__content {
  padding-top: 152px;
}
@media screen and (min-width: 768px) {
  .sub-service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 0 0 auto;
    padding-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .sub-service__content02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto 0 0;
  }
}

.sub-service__content-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sub-service__content-img-pc {
    display: block;
    -ms-flex-preferred-size: 51.376146789%;
        flex-basis: 51.376146789%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 63px;
  }
}
.sub-service__content-img-pc img {
  width: 100%;
}

.sub-service__content-text-box {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  padding-block: 40px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .sub-service__content-text-box {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .sub-service__content-text-box {
    margin-right: -60px;
    -ms-flex-preferred-size: 59.6330275229%;
        flex-basis: 59.6330275229%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 92px;
    padding-bottom: 60px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-service__content-text-box {
    margin-right: -60px;
    -ms-flex-preferred-size: 54.128440367%;
        flex-basis: 54.128440367%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 92px;
    padding-bottom: 60px;
    padding-inline: 40px;
  }
}
.sub-service__content-text-box dl:last-of-type {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .sub-service__content-text-box03 {
    padding-top: 84px;
  }
}

@media screen and (min-width: 768px) {
  .sub-service__content-text-box02 {
    margin-left: -60px;
    padding-top: 85px;
  }
}

.sub-service__content-text__num {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  top: -42px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text__num {
    font-size: 100px;
    top: -52px;
    left: 58px;
  }
}

@media screen and (min-width: 768px) {
  .sub-service__content-text__num03 {
    font-size: 100px;
    top: -61px;
  }
}

.sub-service__content-text__num-right {
  right: 21px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text__num-right {
    right: 43px;
    top: -61px;
  }
}

.sub-service__content-text__head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text__head {
    font-size: 40px;
  }
}

.sub-service__content-text__head-en {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text__head-en {
    font-size: 16px;
  }
}

.sub-service__content-text__head-en01 {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text__head-en01 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .sub-service__content-text__head-en02 {
    margin-top: 11px;
  }
}

.sub-service__content-text__head-en03 {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text__head-en03 {
    margin-top: 11px;
  }
}

.sub-service__content-text-top {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 31px;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text-top {
    margin-top: 59px;
    margin-bottom: 58px;
  }
}

.sub-service__content-text-dl {
  padding-block: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text-dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sub-service__content-text-dl dt {
  font-size: 14px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 52px;
}
@media screen and (min-width: 768px) {
  .sub-service__content-text-dl dt {
    padding-right: 52px;
  }
}
.sub-service__content-text-dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

@media screen and (min-width: 768px) {
  .sub-service__content-text-bottom {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .sub-service__content-text-bottom02 {
    padding-bottom: 32px;
  }
}

.service-link {
  margin: 32px auto 0 auto;
  display: block;
  border: 1px solid #023e78;
  width: 100%;
  max-width: 295px;
  text-align: center;
  padding-block: 23px;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-link:hover {
  color: var(--color-base, #fff);
  background: #023e78;
}
@media screen and (min-width: 768px) {
  .service-link:hover::after {
    background: white;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .service-link:hover .service-arrow::after {
    background: #fff;
    right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .service-link:hover .service-arrow::before {
    background: #fff;
    right: 9px;
  }
}
@media screen and (min-width: 768px) {
  .service-link {
    font-size: 16px;
    margin-top: 60px;
    max-width: 304px;
  }
}
.service-link::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 30px;
  background: #023e78;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .service-link::after {
    right: 20px;
  }
}

.service-arrow::after {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #023e78;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
  right: 11px;
  top: 43%;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .service-arrow::after {
    right: 18px;
  }
}
.service-arrow::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 9px;
  height: 2px;
  background: #023e78;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
  right: 12px;
  top: 53%;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .service-arrow::before {
    right: 19px;
  }
}

@media screen and (min-width: 768px) {
  .sub-service__contentbox02 {
    margin-right: 30px;
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .sub-service__contentbox02 {
    margin-right: 90px;
    margin-left: 0;
  }
}

.sub-service__contentbox-bg {
  position: relative;
}
.sub-service__contentbox-bg::after {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  bottom: 8px;
  background: #edf3f8;
  z-index: -10;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 768px) {
  .sub-service__contentbox-bg::after {
    top: -65px;
    bottom: -78px;
  }
}

.sub-survice-flow {
  background-image: url(../img/service/service/sub-service-flow-sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow {
    background-image: url(../img/service/service/sub-service-flow-pc.png);
  }
}

.sub-survice-flow__inner {
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__inner {
    padding-left: 40px;
  }
}

.sub-survice-flow__content {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__content {
    padding-top: 75px;
    padding-bottom: 119px;
  }
}

.sub-survice-flow__title {
  color: var(--color-base, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.sub-survice-flow__boxes {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 68px;
  }
}

.sub-survice-flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    gap: 4px;
  }
}

@media screen and (min-width: 768px) {
  .sub-survice-flow__box01 {
    -ms-flex-preferred-size: 27.0909090909%;
        flex-basis: 27.0909090909%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .sub-survice-flow__box02 {
    -ms-flex-preferred-size: 27.0909090909%;
        flex-basis: 27.0909090909%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -24px;
  }
}

@media screen and (min-width: 768px) {
  .sub-survice-flow__box03 {
    -ms-flex-preferred-size: 27.0909090909%;
        flex-basis: 27.0909090909%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -24px;
  }
}

@media screen and (min-width: 768px) {
  .sub-survice-flow__box04 {
    -ms-flex-preferred-size: 27.2727272727%;
        flex-basis: 27.2727272727%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -46px;
  }
}

.sub-survice-flow__num {
  color: var(--color-accent-1, #fff400);
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 9px;
  }
}

.sub-survice-flow__num__head {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.sub-survice-flow__num__body {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.sub-survice-flow__num__body04 {
  margin-left: -1px;
}

.sub-survice-flow__text__box {
  padding-inline: 20px;
  max-width: 390px;
}

.sub-survice-flow__text__box__head {
  color: #023e78;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__text__box__head {
    font-size: 20px;
    text-align: left;
  }
}

.sub-survice-flow__text__box__body {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__text__box__body {
    font-size: 14px;
    margin-top: 21px;
  }
}

.sub-survice-flow__text__box__body-red {
  color: var(--color-accent-2, #e61264);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 900px) {
  .sub-survice-flow__text__box__body-red {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-survice-flow__text__box__body-red {
    margin-top: 0;
  }
}

.sub-survice-flow__text__box01 {
  background: #edf3f8;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
  height: 148px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__text__box01 {
    height: 300px;
    margin-top: 0;
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 0 49%, 0% 0%);
    padding-top: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .sub-survice-flow__text__box01 {
    height: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-survice-flow__text__box01 {
    height: 209px;
    padding-top: 44px;
    padding-left: 43px;
    padding-right: 47px;
  }
}

.sub-survice-flow__text__box02 {
  background: #dde8f0;
  clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 85%, 100% 0, 50% 12%);
  margin-top: -23px;
  height: 190px;
  padding-top: 38px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__text__box02 {
    height: 300px;
    margin-top: 0;
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
    padding-top: 42px;
    padding-left: 35px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 900px) {
  .sub-survice-flow__text__box02 {
    height: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-survice-flow__text__box02 {
    height: 209px;
    padding-top: 44px;
    padding-left: 50px;
    padding-right: 47px;
  }
}

.sub-survice-flow__text__box03 {
  background: #c7dbe9;
  clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 85%, 100% 0, 50% 15%);
  margin-top: -29px;
  padding-top: 41px;
  height: 193px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__text__box03 {
    height: 300px;
    margin-top: 0;
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
    padding-top: 42px;
    padding-left: 35px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 900px) {
  .sub-survice-flow__text__box03 {
    height: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-survice-flow__text__box03 {
    height: 209px;
    padding-top: 44px;
    padding-left: 52px;
    padding-right: 47px;
  }
}

.sub-survice-flow__text__box04 {
  background: #b0d0e5;
  padding-top: 42px;
  margin-top: -29px;
  height: 191px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__text__box04 {
    height: 300px;
    margin-top: 0;
    padding-top: 44px;
    padding-left: 63px;
    padding-right: 13px;
  }
}
@media screen and (min-width: 900px) {
  .sub-survice-flow__text__box04 {
    height: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-survice-flow__text__box04 {
    height: 209px;
    padding-top: 42px;
    padding-left: 76px;
    padding-right: 22px;
  }
}

.sub-survice-flow__num01 {
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__num01 {
    padding-top: 0;
  }
}

.sub-survice-flow__num02 {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__num02 {
    padding-top: 0;
  }
}

.sub-survice-flow__num03 {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__num03 {
    padding-top: 0;
  }
}

.sub-survice-flow__num04 {
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .sub-survice-flow__num04 {
    padding-top: 0;
    padding-left: 25px;
  }
}

.sub-survice-qa__content {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa__content {
    margin: 0 auto;
    max-width: 688px;
    padding-block: 160px;
  }
}

.sub-survice-qa__tittle {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.sub-survice-qa_boxes {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa_boxes {
    margin-top: 60px;
  }
}

.sub-survice-qa-box {
  border-bottom: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa-box {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.sub-survice-qa-box.is-open .sub-survice-qa-box-head .sub-survice-qa-box-head-text {
  color: #e61264;
}
.sub-survice-qa-box.is-open .sub-survice-qa-box-head::after {
  background: #e61264;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
.sub-survice-qa-box.is-open .sub-survice-qa-box-head::before {
  background: #e61264;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}

.sub-survice-qa-box-head {
  text-align: left;
  position: relative;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sub-survice-qa-box-head::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background: #1a1a1a;
  top: 11px;
  right: 8px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa-box-head::after {
    top: 15px;
    right: 12px;
  }
}
.sub-survice-qa-box-head::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background: #1a1a1a;
  top: 10px;
  right: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa-box-head::before {
    top: 13px;
    right: 12px;
  }
}

.sub-survice-qa-box-head-text {
  font-size: 16px;
  font-weight: 700;
  padding-right: 65px;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa-box-head-text {
    font-size: 20px;
  }
}

.sub-survice-qa-box-body {
  display: none;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa-box-body {
    margin-top: 29px;
  }
}

.sub-survice-qabox-body-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .sub-survice-qabox-body-text {
    padding-left: 40px;
    padding-right: 60px;
  }
}

.sub-survice-qa-box02 {
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa-box02 {
    padding-bottom: 29px;
  }
}

.sub-survice-qa-box03 {
  padding-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .sub-survice-qa-box03 {
    padding-bottom: 30px;
  }
}

.pre-casestudy__pagelink-box {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__pagelink-box {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.pre-casestudy__pagelink-box__inner {
  width: 78.4%;
  margin: 0 auto;
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__pagelink-box__inner {
    padding-inline: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .pre-casestudy__pagelink-box__inner {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy__pagelink-box__inner {
    max-width: 1180px;
  }
}

.pre-casestudy__pagelink__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__pagelink__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}

.pre-casestudy__pagelink {
  text-align: center;
  border-radius: 4px;
  background: #eee;
  padding-block: 12px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__pagelink {
    width: 208px;
  }
}

@media screen and (min-width: 768px) {
  .pre-casestudy__content__inner {
    padding-inline: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .pre-casestudy__content__inner {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy__content__inner {
    max-width: 1180px;
  }
}

.pre-casestudy-tittle {
  padding-left: 10px;
  border-left: 8px solid #023e78;
  margin-bottom: 31px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy-tittle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 60px;
  }
}

.pre-casestudy-tittle-jp {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pre-casestudy-tittle-jp {
    font-size: 28px;
  }
}

.pre-casestudy-tittle-en {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy-tittle-en {
    font-size: 16px;
  }
}

.pre-casestudy__content-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 53px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  .pre-casestudy__content-boxes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy__content-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 59px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .pre-casestudy__content-box {
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 900px) {
  .pre-casestudy__content-box {
    max-width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy__content-box {
    max-width: 510px;
  }
}

.pre-casestudy__content-head {
  border-radius: 12px 12px 0 0;
  background: #023e78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 6px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-head {
    padding: 24px 20px 23px 40px;
    position: relative;
  }
}

.pre-casestudy__content-head-text-top {
  color: var(--color-base, #fff);
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-head-text-top {
    font-size: 14px;
  }
}

.pre-casestudy__content-head-text-bottom {
  color: var(--color-base, #fff);
  font-size: 16px;
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-head-text-bottom {
    font-size: 24px;
    margin-top: 3px;
    gap: 15px;
  }
}
.pre-casestudy__content-head-text-bottom span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-head-text-bottom span {
    font-size: 16px;
    margin-top: 12px;
  }
}

.pre-casestudy__content-head-img {
  overflow: hidden;
  border-radius: 4px;
  padding: 8px 19px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-head-img {
    padding: 6px 18px;
    border-radius: 12px;
    position: absolute;
    right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .pre-casestudy__content-head-img {
    padding: 6px 22px;
    border-radius: 12px;
    position: absolute;
    right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy__content-head-img {
    padding: 6px 30px;
    border-radius: 12px;
    position: absolute;
    right: 20px;
  }
}
.pre-casestudy__content-head-img img {
  width: 52px;
  height: 52px;
}
@media screen and (min-width: 900px) {
  .pre-casestudy__content-head-img img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy__content-head-img img {
    width: 100px;
    height: 100px;
  }
}

.pre-casestudy__content-body {
  border-radius: 0 0 12px 12px;
  background: var(--color-base, #fff);
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.pre-casestudy__content-body__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-body__head {
    padding-top: 32px;
    padding-inline: 40px;
  }
}

.pre-casestudy__content-body__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 12px;
}

.pre-casestudy__content-body__head-left {
  font-size: 16px;
  font-weight: 700;
}

.pre-casestudy__content-body__head-right {
  font-size: 16px;
  font-weight: 700;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-body__head-right {
    margin-left: 10px;
  }
}

.pre-casestudy__content-body-wrap {
  padding-top: 17px;
  padding-bottom: 21px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-body-wrap {
    gap: 27px;
    padding-top: 27px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 50px;
  }
}

.pre-casestudy__content-text-top {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pre-casestudy__content-text-top::after {
  content: "";
  position: absolute;
  background-image: url(../img/cacesutdy/case-sytydy/Icon\ ionic-md-checkbox-outline.svg);
  background-repeat: no-repeat;
  width: 15.516px;
  height: 15.516px;
  left: 0;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-text-top::after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-text-top {
    font-size: 18px;
    padding-left: 30px;
  }
}

.pre-casestudy__content-text-bottom {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}

.pre-casestudy-button {
  max-width: 350px;
  display: block;
  color: #023e78;
  border: 1px solid #023e78;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 88.0597014925%;
  margin: 38px auto 0 auto;
  padding-block: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pre-casestudy-button:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #023e78;
}
@media screen and (min-width: 768px) {
  .pre-casestudy-button:hover .pre-casestudy-button-arrow::after {
    background: #fff;
    right: 9px;
  }
  .pre-casestudy-button:hover .pre-casestudy-button-arrow::before {
    background: #fff;
    right: 9px;
  }
  .pre-casestudy-button:hover .pre-casestudy-button-arrow-line::after {
    background: #fff;
    right: 11px;
  }
}
@media screen and (min-width: 768px) {
  .pre-casestudy-button {
    max-width: none;
    font-size: 16px;
    width: 42%;
    margin-top: 60px;
    padding-block: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy-button {
    font-size: 16px;
    width: 30.5454545455%;
    margin-top: 60px;
    padding-block: 21px;
  }
}

@media screen and (min-width: 768px) {
  .pre-casestudy-button-middle {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy-button-middle {
    width: 36.3636363636%;
  }
}

@media screen and (min-width: 768px) {
  .pre-casestudy-button-bottom {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .pre-casestudy-button-bottom {
    width: 34.9090909091%;
  }
}

.pre-casestudy-button-arrow {
  display: block;
  position: relative;
}
.pre-casestudy-button-arrow::after {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 8px;
  height: 2px;
  background: #023e78;
  top: -12px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .pre-casestudy-button-arrow::after {
    top: -15px;
    right: 19px;
  }
}
.pre-casestudy-button-arrow::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 8px;
  height: 2px;
  background: #023e78;
  right: 10px;
  top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .pre-casestudy-button-arrow::before {
    right: 19px;
    top: -9px;
  }
}

.pre-casestudy-button-arrow-line {
  display: block;
  position: relative;
}
.pre-casestudy-button-arrow-line::after {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 13px;
  height: 2px;
  background: #023e78;
  top: -10px;
  border-radius: 30px;
  right: 14px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy-button-arrow-line::after {
    width: 16px;
    top: -12px;
    right: 21px;
  }
}

.pre-casestudy__content-middle {
  margin-top: 59px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-middle {
    margin-top: 80px;
  }
}

.pre-casestudy-tittle-en-bottom {
  margin-top: -1px;
}

.pre-casestudy__content-bottom {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .pre-casestudy__content-bottom {
    padding-bottom: 160px;
  }
}

.pre-download {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .pre-download {
    padding-top: 70px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .pre-download__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

.pre-download-left__content {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .pre-download-left__content {
    -ms-flex-preferred-size: 46.3636363636%;
        flex-basis: 46.3636363636%;
  }
}

.pre-download__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .pre-download__head {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
  }
}

.pre-download-left__img {
  padding-inline: 30px;
  margin-block: 40px;
}
@media screen and (min-width: 768px) {
  .pre-download-left__img {
    width: 53.9215686275%;
    min-width: 230px;
    padding-inline: 0;
    margin: 40px auto 40px auto;
  }
}
.pre-download-left__img img {
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pre-download-left__img img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.pre-download-left__body {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.pre-download-right__content {
  border-radius: 12px;
  background: var(--color-main-light, #edf3f8);
  padding: 41px 20px;
}
@media screen and (min-width: 768px) {
  .pre-download-right__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 40px;
  }
}

.pre-download__head-right {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pre-download__head-right {
    font-size: 32px;
  }
}

.form {
  margin-top: 38px;
}

.form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .form__fields {
    gap: 30px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.form-field-label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form-field-label {
    font-size: 18px;
  }
}

.form-field__tag {
  display: inline-block;
  color: var(--color-base, #fff);
  font-size: 10px;
  font-weight: 700;
  background: var(--color-accent-2, #e61264);
  padding: 1.5px 8px;
}
@media screen and (min-width: 768px) {
  .form-field__tag {
    padding: 1px 9px;
    font-size: 12px;
  }
}

.form-field__item {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .form-field__item {
    margin-top: 11px;
  }
}
.form-field__item select,
.form-field__item [type=text],
.form-field__item [type=email],
.form-field__item [type=number] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: var(--color-base, #fff);
  padding-block: 12px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form-field__item select,
  .form-field__item [type=text],
  .form-field__item [type=email],
  .form-field__item [type=number] {
    font-size: 16px;
    padding-block: 9px;
    padding-left: 16px;
  }
}
.form-field__item select::-webkit-input-placeholder, .form-field__item [type=text]::-webkit-input-placeholder, .form-field__item [type=email]::-webkit-input-placeholder, .form-field__item [type=number]::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item select::-moz-placeholder, .form-field__item [type=text]::-moz-placeholder, .form-field__item [type=email]::-moz-placeholder, .form-field__item [type=number]::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item select:-ms-input-placeholder, .form-field__item [type=text]:-ms-input-placeholder, .form-field__item [type=email]:-ms-input-placeholder, .form-field__item [type=number]:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item select::-ms-input-placeholder, .form-field__item [type=text]::-ms-input-placeholder, .form-field__item [type=email]::-ms-input-placeholder, .form-field__item [type=number]::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item select::placeholder,
.form-field__item [type=text]::placeholder,
.form-field__item [type=email]::placeholder,
.form-field__item [type=number]::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}

select {
  color: #1a1a1a; /* option選択時の文字色 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/download/4096.png);
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 10.8px 6.8px;
}
select.is-empty {
  color: #ccc; /* placeholder(初期値)の文字色 */
}

textarea {
  resize: vertical;
  width: 100%;
  height: 140px;
  padding: 13.5px 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
  line-height: 17px;
  background: var(--color-base, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 240px;
    padding: 12.5px 16px;
    font-size: 16px;
    line-height: 19px;
  }
}
textarea::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
textarea::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
textarea::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
textarea::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}

.pre-download-right__content__privacy {
  margin-top: 39px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pre-download-right__content__privacy {
    margin-top: 45px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 38px;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 16px;
    padding-left: 43px;
  }
}
.form-checkbox__text::after, .form-checkbox__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 28px;
  height: 28px;
  border: 1px solid #3e3e3e;
  background: var(--color-base, #fff);
  top: 12px;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text::before {
    width: 32px;
    height: 32px;
  }
}
.form-checkbox__text::after {
  width: 33.607px;
  height: 11.359px;
  top: 12px;
  background: url(../img/download/Check.svg) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text a {
  font-weight: 700;
  text-decoration-line: underline;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text a {
    margin-right: 10px;
  }
}

.pre-download-right__content__button-wrap {
  margin-top: 45px;
  text-align: center;
}

.pre-download-right__content__button {
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #023e78;
  background: var(--color-base, #fff);
  width: 100%;
  padding-block: 23px;
  line-height: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pre-download-right__content__button:hover {
  border: 1px solid #023e78;
  background: #023e78;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pre-download-right__content__button {
    width: 71.4893617021%;
    min-width: 245px;
    font-size: 16px;
  }
}

.pre-download-comp__head-right {
  line-height: 40px; /* 166.667% */
}
@media screen and (min-width: 768px) {
  .pre-download-comp__head-right {
    line-height: 48px;
  }
}

.pre-download__comp-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.pre-download__comp-text-top {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .pre-download__comp-text-top {
    margin-top: 35px;
  }
}

.pre-download__comp-text-middle {
  margin-top: 13px;
  color: #023e78;
  text-decoration-line: underline;
  display: block;
  line-height: 17px;
}

.pre-download__comp-text-bottom {
  margin-top: 14px;
  line-height: 28px; /* 200% */
}

@media screen and (min-width: 768px) {
  .pre-download-left__content-comp {
    margin-bottom: -4px;
  }
}

.pre-download-right__content {
  background: none;
  padding: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .pre-download-right__content {
    padding-top: 70px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .pre-contact__content {
    max-width: 687px;
    margin: 0 auto;
  }
}

.pre-contact__content-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.pre-contact__head {
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .pre-contact__head {
    font-size: 24px;
    margin-top: 80px;
  }
}

.pre-contact-content__privacy {
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
  .pre-contact-content__privacy {
    margin-top: 44px;
  }
}

.pre-contact__content__button {
  width: 88%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pre-contact__content__button:hover {
  border: 1px solid #023e78;
  background: #023e78;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pre-contact__content__button {
    padding-block: 27px;
    max-width: 295px;
  }
}

.pre-contact-form {
  margin-top: 57px;
}

.pre-contact-comp-link {
  display: inline-block;
  margin-top: 14px;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  text-decoration-line: underline;
  text-underline-offset: 0.2ex;
}
@media screen and (min-width: 768px) {
  .pre-contact-comp-link {
    line-height: 17px;
  }
}

.footer {
  background: #1a1a1a;
  padding-top: 78px;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 128px;
    padding-bottom: 21px;
  }
}

.footer__title {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__title {
    max-width: 363px;
  }
}

.address-box {
  max-width: 235px;
  margin: 31px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .address-box {
    margin: 35px auto 0 auto;
  }
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address__left {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 14px;
}

.address__right {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  text-align: center;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 81px;
    font-size: 14px;
  }
}

.top-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: fixed;
  bottom: 20px;
  right: 10px;
  border: 3px solid #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.top-btn.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .top-btn {
    right: 20px;
    bottom: 40px;
  }
}
.top-btn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(48deg);
          transform: translateX(-50%) rotate(48deg);
  left: 63%;
  top: 41%;
  border-radius: 30%;
}
.top-btn::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(-48deg);
          transform: translateX(-50%) rotate(-48deg);
  left: 37%;
  top: 41%;
  border-radius: 30%;
}