@charset "UTF-8";
body {
  line-height: 1.72;
  font-size: 14px;
  color: #1a1a1a;
  font-family: "Noto Sans JP", "Helvetica Neue", arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
}

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

.button {
  width: 285px;
  background: #fff;
  color: #023e78;
  font-size: 12px;
  text-align: center;
  border: 1px solid #023e78;
  padding-top: 23px;
  padding-bottom: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button:hover {
  background: #023e78;
  color: #fff;
}

.heading {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.heading__main {
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .heading__main {
    font-size: 100px;
  }
}
.heading__main.type2 {
  color: #fff;
}

.heading__sub {
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -2px;
}
@media screen and (min-width: 1280px) {
  .heading__sub {
    font-size: 24px;
  }
}
.heading__sub.type2 {
  color: #fff;
}

.view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  position: relative;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .view-more {
    padding-right: 120px;
  }
  .view-more:hover .view-more__line {
    width: 140px;
    right: -45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.view-more__text {
  color: #fff;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .view-more__text {
    font-size: 32px;
  }
}
.view-more__text.type2 {
  color: #023e78;
}

.view-more__line {
  display: inline-block;
  width: 17.06vw;
  height: 2px;
  background: #fff;
  margin-left: 13px;
  margin-top: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .view-more__line {
    position: absolute;
    right: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.view-more__line::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  top: -5px;
  right: -3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.view-more__line.type2 {
  background-color: #023e78;
}
.view-more__line.type2::after {
  background: #023e78;
}
@media screen and (min-width: 768px) {
  .view-more__line {
    width: 95px;
  }
}

.view-more__circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #fff400;
  position: absolute;
  right: -20px;
  top: -7px;
}
@media screen and (min-width: 768px) {
  .view-more__circle {
    width: 51px;
    height: 51px;
    border: 3px solid #fff400;
    border-radius: 51px;
    right: -20px;
    top: -1px;
  }
}
.view-more__circle.type2 {
  background: #fff400;
  z-index: -1;
}

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

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

.header {
  width: 100%;
  background: #fff;
  height: 60px;

}
@media screen and (min-width: 1280px) {
  .header {
    height: 100px;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__inner {
  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;
  height: 100%;


}
@media screen and (min-width: 1280px) {
  .header__inner.inner {
    padding: 0 16px;
  
  }
}
.header__logo{
height: 100%;
line-height: 56px;
}

@media screen and (min-width: 1280px) {
  .header__logo{
line-height: 93px;
  }
}
.header__logo img {
  width: 198px;
  
}
@media screen and (min-width: 1280px) {
  .header__logo img {
    width: 280px;
  }
}

.header__drawer {
  position: relative;
  width: 27px;
  height: 18px;
}
@media screen and (min-width: 1280px) {
  .header__drawer {
    display: none;
  }
}

.header__drawer-bar {
  width: 27px;
  height: 2.25px;
  background-color: #023e78;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 2px;
  z-index: 10;
}
.header__drawer-bar:nth-child(2) {
  top: 6px;
}
.header__drawer-bar:nth-child(3) {
  top: 12px;
}

.header__drawer.is-checked > .header__drawer-bar:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__drawer.is-checked > .header__drawer-bar:nth-child(2) {
  display: none;
}
.header__drawer.is-checked > .header__drawer-bar:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-right: 32px;
  margin-top: 4px;
}

.header__menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__menu-list li {
  position: relative;
}

.header__menu-list li:not(:last-child)::after {
  content: "／";
  margin-left: 16px;
  color: #000;
}

.header__menu-link {
  text-decoration: none;
  color: inherit;
}

.header__nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 32px;
}

.header__button-download {
  display: block;
  font-size: 14px;
  width: 176px;
  background: #fff;
  border: 1px solid #023e78;
  color: #023e78;
  font-weight: 500;
  padding: 20px 16px;
  text-align: center;
}
.header__button-download:hover{
  background: #023e78;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;

}
.header__button-contact {
  display: block;
  font-size: 14px;
  width: 176px;
  background: #023e78;
  border: 1px solid #023e78;
  color: #fff;
  font-weight: 500;
  padding: 20px 16px;
  text-align: center;
}
.header__button-contact:hover{
  background: #002A52;
  border: #023E78;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;

}
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #023e78;
  text-align: center;
  padding-top: 60px;
  z-index: 5;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.drawer-menu.is-checked {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.drawer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  color: #fff;
}

.drawer__menu-link {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
}
.drawer__buttons{
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drawer__button-download {
  display: inline-block;
  font-size: 16px;
  width: 295px;
  background: #023e78;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding-block: 19px;
  text-align: center;
}

.drawer__button-contact {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  width: 295px;
  background: #fff;
  border: 1px solid #023e78;
  color: #023e78;
  font-weight: 500;
  padding-block: 20px;
  text-align: center;
  margin-top: 31px;
}

.fv {
  position: relative;
}
.fv__inner {
  width: calc(100% - 40px);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    width: calc(100% - 90px);
  }
}

.fv__slide {
  width: 100%;
}
.fv__slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.fv__content {
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__content {
    left: 49px;
    bottom: 57px;
  }
}

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

.fv__title {
  background: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 10.66vw;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  padding: 4px 0;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 60px;
    font-weight: 500;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1280px) {
  .title2 {
    margin-top: 19px;
  }
}

.fv__sub-title p {
  margin-top: 16px;
  color: #fff;
  background: #023e78;
  font-family: "Noto Sans JP";
  font-size: 4vw;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 768px) {
  .fv__sub-title p {
    font-size: 20px;
    letter-spacing: 0.1px;
  }
}
/* ////////////////////////////////////////////////////// */
/* about */
/* ////////////////////////////////////////////////////// */


.about {
  position: relative;
  padding-top: 60px;
  padding-bottom: 135px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 254px;
  }
}

.about__diagonal-bg {
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  background: #eef3f8;
  height: 80.5%;
  width: 100%;
  position: absolute;
  z-index: -5;
  top: 197px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about__diagonal-bg {
    height: 58%;
    top: 414px;
  }
}

.about__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__bg {
    display: block;
    background: url("../image/bg.png") center/cover no-repeat;
    width: 39.0625%;
    height: 800px;
    position: absolute;
    top: 150px;
    right: 0;
  }
}

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

@media screen and (min-width: 768px) {
  .about__head {
    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;
  }
}

.about__description {
  color: #1a1a1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-top: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about__description p + p {
  margin-top: 23px;
  padding-right: 2px;
}
@media screen and (min-width: 768px) {
  .about__description {
    width: 34.4545454545%;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about__description {
    width: 34.7272727273%;
    margin-top:6px;
  }
}

.about__body {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
  }
}

.about__body-image {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .about__body-image {
    width: 61.9090909091%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about__body-image img {
  width: 100%;
}

.about__view-more {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .about__view-more {
    margin-top: 3px;
  }
}

.about__body-bg {
  background: url("../image/bg.png") no-repeat center center;
  height: 96.5333vw;
  width: 78.666vw;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__body-bg {
    display: none;
  }
}
/* ////////////////////////////////////////////////////// */
/* service */
/* ////////////////////////////////////////////////////// */
.service {
  padding-top: 100px;
  padding-bottom: 63px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 228px;
  }
}

.service__diagonal-bg {
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  background: #eef3f8;
  height: 40.2%;
  width: 100%;
  position: absolute;
  z-index: -5;
  top: 60%;
}
@media screen and (min-width: 768px) {
  .service__diagonal-bg {
    height: 44%;
  }
}

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

@media screen and (min-width: 768px) {
  .service__title {
    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;
  }
}

.service__cards {
  margin-top: 62px;
  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: 768px) {
  .service__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 70px;
    margin-top: 84px;
  }
}

.service__card {
  width: 85.33vw;
  max-width: 100%;
  margin-left: auto;
}
  .service__card:nth-child(2) {
    margin-top: 75px;
  }
  .service__card:nth-child(3) {
    margin-top: 72px;
  }
@media screen and (min-width: 768px) {
  .service__card {
    width: calc((100% - 140px) / 3);
  }
  .service__card:nth-child(2) {
    margin-top: 60px;
  }
  .service__card:nth-child(3) {
    margin-top: 120px;
  }
}

.service__card-head {
  position: relative;
  text-align: center;
}

.service__card-number {
  display: inline-block;
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 100px;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  right: 4px;
  top: -80px;
  text-shadow: #fff 4px 2px 0;
}

.service__card-title {
  text-align: left;
  position: absolute;
  bottom: 35px;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .service__card-title {
    bottom: 33px;
    left: -33px;
  }
}
.service__card-title span {
  display: inline-block;
  background-color: #fff;
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 0 5px;
}
.service__card-title span:nth-child(2) {
  margin-top: 10px;
}

.service__card-body {
  margin-top: 14px;
}

.service__card-body-description {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.service__view-more {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .service__view-more {
    margin-top: 0;
  }
}
/* ////////////////////////////////////////////////////// */
/* case */
/* ////////////////////////////////////////////////////// */
.case {
  margin-top: 106px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../image/case__bg.png) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .case {
    margin-top: 44px;
    padding-top: 100px;
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 768px) {
  .case__inner {
    max-width: 1180px;
  }
}

.case__title {
  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;
}

.case__view-more {
  margin-top: 61px;
}
@media screen and (min-width: 768px) {
  .case__view-more {
    margin-top: 2px;
  }
}

.case__cards {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 47px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .case__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    margin-top: 78px;
  }
}

.case__card:hover .case__link-arrow {
  stroke: #fff400;
}
@media screen and (min-width: 768px) {
  .case__card:hover .case__link-arrow {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.case__image{
  padding: 26px 66px;
  background: #fff;
}

.case__company {
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
}

.case__link {
  margin-top: 12px;
  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;
}
@media screen and (min-width: 768px) {
  .case__link {
    margin-top: 10px;
  }
}

.case__tag {
  color: #fff;
  font-size: 14px;
  padding: 3px 15px;
  border: 1px solid #fff;
}

.case__link-arrow {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.case__link-arrow svg {
  display: block;
}

/* ////////////////////////////////////////////////////// */
/* news */
/* ////////////////////////////////////////////////////// */
.news {
  position: relative;
  padding-top: 58px;
  padding-bottom: 126px;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 157px;
    padding-bottom: 97px;
  }
}

.news__diagonal-bg {
  -webkit-transform: skewY(9deg);
  transform: skewY(9deg);
  background: #eef3f8;
  height: 65%;
  width: 100%;
  position: absolute;
  z-index: -5;
  top: 208px;
}
@media screen and (min-width: 768px) {
  .news__diagonal-bg {
    height: 43.5%;
    top: 60%;
  transform: skewY(10deg);

  }
}

@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 1180px;
  }
}

.news__title {
  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__view-more {
  margin-top: 41px;
}
.news__view-more > .view-more {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .news__view-more {
    margin-top: 4px;
  }
}

.news__box {
  margin-top: 58px;
  background-color: #fff;
  padding: 40px 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: 16px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .news__box {
    max-width: 768px;
    margin-inline: auto;
    margin-top: 80px;
    padding: 82px 40px 43px;
    gap: 0;
  }
}



.news__box-item {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .news__box-item:nth-child(3) {
   margin-top: 27px;
  }
}

.news__box-item-top {
  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;
}

.news__item-box-tag {
  color: #e61264;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 19px;
  border: 1px solid #e61264;
}
@media screen and (min-width: 768px) {
  .news__item-box-tag {
    font-size: 14px;
 padding: 5px 23px 4px;
  }
}

.news__item-box-time {
  color: #888;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01px;
}

.news__box-item-title {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
margin-top: 18px;
margin-bottom: 28.5px;
  line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news__box-item-title {
    font-size: 16px;
  }
}
/* ////////////////////////////////////////////////////// */
/* footer */
/* ////////////////////////////////////////////////////// */
.footer__links {
  margin-top: 150px;
}
@media screen and (min-width: 768px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 106px;
  }
}

.footer__download {
  background: url(../image/download-bg.png) center/cover no-repeat;
  padding: 24px 0 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__download {
    background: url(../image/download-bg-pc.png) center/cover no-repeat;
    width: 50%;
    padding: 38px 0 50px;
  }
}

.footer__download-main-title {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__download-main-title {
    font-size: 60px;
  }
}

.footer__download-sub-title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .footer__download-sub-title {
    margin-top: -11px;
  }
}

.footer__download-link {
  border: 2px solid #fff400;
  text-align: center;
  padding: 23px 108px;
  margin-inline: auto;
  display: inline-block;
  margin-top: 36px;
  position: relative;
  color: #fff400;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__download-link {
    font-size: 24px;
    margin-top: 36px;
  }
}
.footer__download-link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 14px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../image/footer-link-arrrow.png) center center/contain
    no-repeat;
}
@media screen and (min-width: 768px) {
  .footer__download-link::after {
    right: 25px;
  }
}
.footer__download-link:hover {
  background: #fff400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
}
.footer__download-link:hover::after {
  background: url(../image/fotter-link-arrow-blue.png) center center/contain
    no-repeat;
  -webkit-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .footer__download-link {
    padding: 25px 99px;
  }
}

.footer__contact {
  background: url(../image/contact-bg.png) center/cover no-repeat;
  padding: 25px 0 36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__contact {
     background: url(../image/contact-bg-pc.png) center/cover no-repeat;
    width: 50%;
    padding: 38px 0 50px;
  }
}

.footer__contact-main-title {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__contact-main-title {
    font-size: 60px;
  }
}

.footer__contact-sub-title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .footer__contact-sub-title {
    margin-top: -11px;
  }
}

.footer__contact-link {
  border: 2px solid #fff400;
  text-align: center;
  padding: 23px 108px;
  margin-inline: auto;
  display: inline-block;
  margin-top: 36px;
  position: relative;
  color: #fff400;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__contact-link {
    font-size: 24px;
    padding: 25px 99px;
    margin-top: 36px;
  }
}
.footer__contact-link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 14px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../image/footer-link-arrrow.png) center center/contain
    no-repeat;
}
@media screen and (min-width: 768px) {
  .footer__contact-link::after {
    right: 25px;
  }
}
.footer__contact-link:hover {
  background: #fff400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #1a1a1a;
}
.footer__contact-link:hover::after {
  background: url(../image/fotter-link-arrow-blue.png) center center/contain
    no-repeat;
  -webkit-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer {
  background: #1a1a1a;
  padding-top: 76px;
  padding-bottom: 14px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 131px;
    padding-bottom: 17px;
  }
}
/* ////////////////////////////////////////////////////// */
/* page 共通 */
/* ////////////////////////////////////////////////////// */
.top-button {
  position: absolute;
  right: 10px;
  bottom: 24px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .top-button {
    right: 20px;
    bottom: 40px;
  }
}

.company__title {
  color: #fff;
  text-align: center;
  width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company__title {
    width: 363px;
  }
}

.company__info {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.company__info p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .company__info {
    margin-top: 38px;
  }
}

.company__small {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 38px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .company__small {
    font-size: 14px;
    margin-top: 74px;
  }
}

.page__mv {
  position: relative;
  background: url(../image/about-fv.png) no-repeat center center/cover;
  width: 100%;
  height: 250px;
}
.page__mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 62, 120, 0.8); /* 青 */
  clip-path: polygon(0 0, 165px 0%, 30px 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .page__mv::before {
    clip-path: polygon(0 0, 366px 0%, 210px 100%, 0% 100%);
  }
}

.page__mv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 90px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .page__mv-title {
    top: 71px;
    left: 221px;
  }
}

.page__mv-title-main {
  background: #fff;
  display: block;
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page__mv-title-main {
    font-size: 60px;
  }
}

.page__mv-title-sub {
  background: #fff;
  margin-top: 9px;
  display: block;
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page__mv-title-sub {
    font-size: 20px;
    margin-top: 7px;
  }
}

.page__mv-image img {
  width: 100%;
  height: 250px;
}

.breadcrumbs {
  margin-top: 7px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-left: 70px;
  }
}

.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-inline: 20px;
  align-items: center;
}
.breadcrumbs__inner span {
  font-size: 12px;
}

/* ////////////////////////////////////////////////////// */
/* page-about */
/* ////////////////////////////////////////////////////// */
.mission {
  background: url(../image/misson-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 281px;
  margin-top: 67px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .mission {
    font-size: 100px;
    max-width: 1100px;
    height: 353px;
    margin-inline: auto;
    margin-top: 76px;
    background: url(../image/mission-bg-pc.png) no-repeat center center/cover;
  }
}

.mission__inner {
  padding: 0 20px;
}

.mission__title>.heading>.heading__sub{
  margin-top: 0;
}

.mission__card {
  width: 89.33vw;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  margin-top: 133px;
  text-align: center;
  padding: 20px 20px 18px;
}
@media screen and (min-width: 768px) {
  .mission__card {
    max-width: 688px;
    margin-inline: auto;
    margin-top: 115px;
    padding: 35px 40px 28px;
  }
}

.mission__card-title {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .mission__card-title {
    font-size: 24px;
  }
}

.mission__card-description {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  text-align: left;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .mission__card-description {
    margin-top: 27px;
  }
}

.vision {
  background: url(../image/vison-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 281px;
  margin-top: 254px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .vision {
    max-width: 1100px;
    height: 353px;
    margin-inline: auto;
    margin-top: 260px;
    background: url(../image/vision-bg-pc.png) no-repeat center center/cover;
  }
}

.vision__inner {
  padding: 0 20px;
}

.vision__title>.heading>.heading__sub{
  margin-top: 0;
}

.vision__card {
  width: 89.33vw;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  margin-top: 133px;
  text-align: center;
  padding: 20px 20px 18px;
}
@media screen and (min-width: 768px) {
  .vision__card {
    max-width: 688px;
    margin-inline: auto;
    margin-top: 115px;
    padding: 28px 40px 28px;
  }
}

.vision__card-title {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .vision__card-title {
    font-size: 24px;
  }
}

.vision__card-description {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  text-align: left;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .vision__card-description {
    margin-top: 31px;
  }
}

.company-profile {
  margin-top: 278px;
  background: url(../image/bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .company-profile {
    margin-top: 288px;
  }
}

.company-profile__inner {
     padding-top: 60px;
    padding-bottom: 103px;
}
@media screen and (min-width: 768px) {
  .company-profile__inner {
    padding-top: 94px;
    padding-bottom:92px;
  }
}

.company-profile__box {
  background: #fff;
  padding: 40px 20px 32px;
}
@media screen and (min-width: 768px) {
  .company-profile__box {
    padding: 60px 40px 60px;
    max-width: 768px;
    margin-inline: auto;
  }
}

.company-profile__title {
  text-align: center;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}


/* ------------------------------------------------------ */



.company-profile__rows{
margin-top: 12px;
}
.company-profile__row{
display: flex;
align-items: center;
width: 100%;
padding-block: 14px;
position: relative;
box-sizing: border-box;
}

.company-profile__row:nth-child(3){
  padding-block: 13.5px;
}
.company-profile__row:nth-child(3)>.company-profile__row-right{
  padding-left: 28px;
}

.company-profile__row:nth-child(4){
  padding: 7px 0 13px;
}

.company-profile__row:nth-child(5)>.company-profile__row-right p{
padding-left: 0;
}


.company-profile__row:nth-child(5)>.company-profile__row-right p::before{
display: none;
}

.company-profile__row:nth-child(6){
  padding: 8px 0 15px;
}
.company-profile__row:nth-child(7){
  padding: 9px 0 15px;
}

.company-profile__row:nth-child(8){
  padding: 11px 0 11px;

}


.company-profile__row-left{
width: 33.9%;

}
.company-profile__row-right{
width: 66.1%;
padding-left: 20px;
   white-space: normal;        /* 通常の改行を許可 */
  overflow-wrap: break-word;  /* 英語・URLの折返し */

}
.company-profile__row-right p{
  line-height: 20px;
  position: relative;
  padding-left: 13px;
}
.company-profile__row-right p::before{
  content: '';
position: absolute;
width: 4px;
height: 4px;
border-radius: 50%;
background: #000;
top: 50%;
transform: translateY(-50%);
left: 0;
}

.company-profile__row::before{
content: '';
width: 66.1%;
height: 1px;
background: #e8eaec;
position: absolute;
bottom: 0;
right: 0;
}
.company-profile__row::after{
content: '';
width: 33.9%;
height: 1px;
background: #023e78;
position: absolute;
bottom: 0;
left: 0;
}

@media screen and (min-width: 768px) {
.company-profile__rows{
margin-top: 32px;
font-size: 16px;
}

.company-profile__row:nth-child(2){
padding: 22px 0 23px;
}

.company-profile__row-left{
width: 29.074%;
padding-left: 32px;
}
.company-profile__row-right{
width: 70.93%;
padding-left: 33px;
   white-space: normal;        /* 通常の改行を許可 */
  overflow-wrap: break-word;  /* 英語・URLの折返し */

}

.company-profile__row::before{
width: 70.93%;
}
.company-profile__row::after{
width: 29.074%;
}

.company-profile__row:nth-child(3){
  padding-block: 23.5px;
}
.company-profile__row:nth-child(3)>.company-profile__row-right{
  padding-left: 42px;
}

.company-profile__row-right p{
line-height: 24px;
}

.company-profile__row:nth-child(4){
  padding: 23px 0 24px;
}
.company-profile__row:nth-child(5){
  padding: 23px 0 24px;
}

.company-profile__row:nth-child(5)>.company-profile__row-right p{
padding-left: 0;
}


.company-profile__row:nth-child(5)>.company-profile__row-right p::before{
display: none;
}

.company-profile__row:nth-child(6){
  padding: 22px 0 23px;
}
.company-profile__row:nth-child(7){
  padding: 23px 0 22px;
}

.company-profile__row:nth-child(8){
  padding: 23px 0 22px;

}

  }



/* ------------------------------------------------------ */
.member-profile {
  padding-top: 56px;
  padding-bottom: 94px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .member-profile {
    padding-top: 118px;
    padding-bottom: 126px;
  }
}

.member-profile__diagonal-bg {
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  background: #eef3f8;
  height: 57.5%;
  width: 100%;
  position: absolute;
  z-index: -5;
  top: 47%;
}
@media screen and (min-width: 768px) {
  .member-profile__diagonal-bg {
    top: 67%;
    height: 44%;
  }
}

.member-profile__title {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.member-profile__boxes {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 63px;
}
@media screen and (min-width: 768px) {
  .member-profile__boxes {
    max-width: 688px;
    margin-inline: auto;
    margin-top: 55px;
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .member-profile__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;
  }
}

.member-profile__image {
  width: 64vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .member-profile__image {
    width: 34.8837209302%;
  }
}
.member-profile__image img {
  width: 100%;
}

.member-profile__body {
  margin-top: 21px;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .member-profile__body {
    width: 59.3023255814%;
    margin-top: 0;
  }
}

.member-profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.member-profile__name span {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}
.member-profile__name span:nth-child(2) {
  font-size: 20px;
  margin-left: 20px;
}

.member-profile__description {
  margin-top: 13px;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .member-profile__description {
    margin-top: 26px;
  }
}

.member-profile__sns-icon {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .member-profile__sns-icon {
    margin-top: 30px;
  }
}

.member-profile__sns-icon-link {
  width: 28.8px;
  height: 23.4px;
}
/* //////////////////////////////////////////////////////////////// */
/* page-service */
/* //////////////////////////////////////////////////////////////// */
.service__mv {
  background: url(../image/mv-service_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .service__mv {
  background: url(../image/mv-service_pc.png) no-repeat center center/cover;
  }
}
.service__main {
  position: relative;
}

.service__diagonal-bg {
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  background: #eef3f8;
  height: 33%;
  width: 100%;
  position: absolute;
  z-index: -5;
  top: 1227px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .service__diagonal-bg {
    height: 58%;
    top: 414px;
  }
}

@media screen and (min-width: 768px) {
  .service__inner2 {
padding: 0 50px;

  }
}

.service__main-title {
  margin-top: 67px;
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .service__main-title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 77px;
  }
}

.service__boxes {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 231px;
}
@media screen and (min-width: 768px) {
  .service__boxes {
    margin-top: 133px;
    gap: 259px;
  }
}

.service__box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service__box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.service__image {
  position: absolute;
  width: 50.133vw;
  right: -20px;
}
.service__image.left {
  left: -20px;
}
@media screen and (min-width: 768px) {
  .service__image.left {
    margin-top: 60px;
  }
}
.service__image img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .service__image {
    max-width: 560px;
    position: static;
    margin-top: 63px;
  }
}

.service__wrapper {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  top: 152px;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .service__wrapper {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    max-width: 590px;
    padding: 79px 40px 60px;
    top: 0;
  }
  .service__wrapper.reverse {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}

.service__wrapper-number {
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  top: -60px;
}
.service__wrapper-number.right {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .service__wrapper-number {
    font-size: 100px;
    top: -80px;
    left: 59px;
  }
  .service__wrapper-number.right {
    right: 44px;
    left: auto;
    top: -89px;
  }
}

.service__wrapper-title-main {
  display: block;
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service__wrapper-title-main.lh {
  line-height: 1.35;
}
.service__wrapper-title-main:nth-child(2) {
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .service__wrapper-title-main {
    font-size: 40px;
  }
}

.service__wrapper-title-sub {
  display: block;
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-top: 3px;
}
.service__wrapper-title-sub.mt {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .service__wrapper-title-sub.mt {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .service__wrapper-title-sub {
    font-size: 16px;
  }
}

.service__wrapper-description {
  margin-top: 31px;
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .service__wrapper-description {
    margin-top: 59px;
  }
}

.service__wrapper-table {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .service__wrapper-table {
    margin-top: 58px;
  }
}

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

.service__dl-row {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 18px;
}
.service__dl-row:nth-child(2) {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .service__dl-row {
    padding-block: 29px;
  }
}

.service__dt {
  display: block;
  white-space: nowrap;
}

.service__dd {
  margin-left: 52px;
}

.service__wrapper-button {
  border: 1px solid #023e78;
  background: #fff;
  display: block;
  padding-block: 23px;
  text-align: center;
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-top: 31px;
  position: relative;
}
.service__wrapper-button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
  background: url(../image/service-arrow.png) no-repeat center center/contain;
}
.service__wrapper-button:hover {
  background: #023e78;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.service__wrapper-button:hover::after {
  -webkit-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
  background: url(../image/service-aroow-white.png) no-repeat center
    center/contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .service__wrapper-button {
    max-width: 304px;
    margin-inline: auto;
    margin-top: 60px;
    font-size: 16px;
    padding-block: 23px;
  }
  .service__wrapper-button::after {
    right: 20px;
    width: 20px;
    height: 24px;
  }
}

.flow {
  margin-top: 210px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../image/bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 75px;
    padding-bottom: 120px;
    margin-top: 165px;
  }
}

.flow__inner {
  margin-inline: auto;
  max-width: 580px;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    max-width: 1180px;
  }
}

.flow__title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
}

.flow__boxes {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .flow__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 57px;
  }
}

.flow__box {
  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;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    gap: 5px;
  }
}

.flow__number {
  color: #fff400;
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 500;
  text-align: center;
  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: 768px) {
  .flow__number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-right: auto;
    gap: 7px;
  }
}

.flow__number-s {
  font-size: 20px;
  line-height: 1.18;
}

.flow__number-b {
  font-size: 40px;
  line-height: 1;
  margin-top: 4px;
}

.flow__box-wrap {
  padding: 20px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__box-wrap {
    height: 209px;
  }
}
.flow__box-wrap::after {
  bottom: -40px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  clip-path: polygon(0 60%, 51% 85%, 98% 59%);
}
@media screen and (min-width: 655px) {
  .flow__box-wrap::after {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .flow__box-wrap::after {
    clip-path: polygon(51% 0, 50% 96%, 73% 48%);
    bottom: 0;
    width: 80px;
    height: 100%;
    left: auto;
    right: -38px;
  }
}
.flow__box-wrap.bg1 {
  background: #edf3f8;
  z-index: 3;
}
.flow__box-wrap.bg1::after {
  background: #edf3f8;
}
.flow__box-wrap.bg2 {
  background: #dde8f0;
  z-index: 2;
  padding-top: 39px;
}
@media screen and (min-width: 768px) {
  .flow__box-wrap.bg2 {
    padding: 43px 24px 47px 51px;
  }
}
.flow__box-wrap.bg2::after {
  background: #dde8f0;
}
.flow__box-wrap.bg3 {
  background: #c7dbe9;
  z-index: 1;
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  .flow__box-wrap.bg3 {
    padding: 43px 24px 47px 51px;
  }
}
.flow__box-wrap.bg3::after {
  background: #c7dbe9;
}
.flow__box-wrap.bg4 {
  background: #b0d0e5;
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  .flow__box-wrap.bg4 {
    padding: 43px 24px 47px 51px;
  }
}
.flow__box-wrap.bg4::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow__box-wrap {
    padding: 43px 32px 47px 43px;
  }
}

.flow__box-wrap-title {
  text-align: center;
  color: #023e78;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flow__box-wrap-title {
    font-size: 1.565vw;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .flow__box-wrap-title {
    font-size: 20px;
  }
}

.flow__box-wrap-description {
  margin-top: 5px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.flow__box-wrap-description span {
  display: inline-block;
  color: #e61264;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .flow__box-wrap-description {
    font-size: 1.093vw;
    margin-top: 14px;
  }
}

@media screen and (min-width: 1280px) {
  .flow__box-wrap-description {
    font-size: 14px;
  }
}

.qa {
  padding-top: 58px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 157px;
    padding-bottom: 101px;
  }
}

.qa__title {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.qa__boxes {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    max-width: 688px;
    margin: 0 auto;
    margin-top: 57px;
  }
}

.qa__box {
  border-bottom: 1px solid #dddddd;
}

.qa__question {
  position: relative;
  padding-bottom: 15px;
  padding-top: 18px;
  line-height: normal;
}
.qa__question::before,
.qa__question::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  background: #000;
  top: 30px;
  right: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.qa__question::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qa__question.is-checked::before,
.qa__question.is-checked::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  background: #e61264;
  top: 30px;
  right: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.qa__question.is-checked::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.qa__question.is-checked::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qa__question.is-checked .qa__question-title {
  color: #e61264;
}
.qa__question.is-checked .qa__answer {
  display: block;
}
@media screen and (min-width: 768px) {
  .qa__question {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .qa__question::before,
  .qa__question::after {
    content: "";
    top: 42px;
    right: 12px;
  }
  .qa__question.is-checked::before,
  .qa__question.is-checked::after {
    top: 46px;
    right: 12px;
  }
}

.qa__question-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 78.2%;
}
@media screen and (min-width: 768px) {
  .qa__question-title {
    font-size: 20px;
    width: 85.2%;
  }
}

.qa__answer {
  margin-top: 3px;
  padding-bottom: 14px;
  display: none;
}
@media screen and (min-width: 768px) {
  .qa__answer {
    padding: 0 60px 30px 40px;
    margin-top: 0;
  }
}

.mt {
  margin-top: 60px;
}

.news-page__mv {
  background: url(../image/mv-news_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .news-page__mv {
    background: url(../image/mv-news_pc.png) no-repeat center center/cover;
  }
}

.news-page {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .news-page {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .news-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1180px;
    gap: 38px;
    margin: 72px auto 0;
  }
}

.news-page__content {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .news-page__content {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .news-page__content {
    width: 70.3703703704%;
  }
}

.news-page__title {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .news-page__title {
    font-size: 32px;
  }
}

.news-page__boxes {
  margin-top: 21px;
  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: 1280px) {
  .news-page__boxes {
    gap: 40px;
    margin-top: 18px;
  }
}

.news-page__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .news-page__box {
    gap: 20px;
  }
}
.news-page__box .box__image {
  width: 37.1517027864%;
}
.news-page__box .box__image img {
height: 24vw;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-page__box .box__image {
    max-width: 250px;
    width: 33.7837837838%;
  }
  .news-page__box .box__image img {
    width: 100%;
height: 12.1875vw;
        max-height: 156px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news-page__box .box__content {
  width: 62.8482972136%;
}
@media screen and (min-width: 768px) {
  .news-page__box .box__content {
    width: 66.2162162162%;
  }
}
.news-page__box .box__info {
  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;
}
@media screen and (min-width: 768px) {
  .news-page__box .box__info {
    /* margin-top: 17px; */
  }
}
.news-page__box .box__category {
  color: #e61264;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e61264;
  padding: 3px 8px 2px 10px;
}
@media screen and (min-width: 768px) {
  .news-page__box .box__category {
    font-size: 14px;
    padding: 2px 8px 3px 10px;
  }
}

@media screen and (min-width: 768px) {
  .news-page__box .box__tag {
    font-size: 16px;
    margin-left: 8px;
  }
  .news-page__box .box__tag.hidden {
    display: none;
  }
}
.news-page__box .box__date {
  color: #888;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 768px) {
  .news-page__box .box__date {
    margin-right: 2px;
  }
}
.news-page__box .box__description {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 最大3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .news-page__box .box__description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 最大3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news-page__number {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .news-page__number {
    margin-top: 60px;
    gap: 8px;
  }
}

.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
  }
}
.page-numbers.current {
  background: #023e78;
  color: #fff;
}

.page-numbers img {
  width: 7.481px;
  height: 12.722px;
}

@media screen and (min-width: 768px) {
  .page-numbers img {
    width: 9.424px;
    height: 16.026px;
  }
}

@media screen and (min-width: 768px) {
  .next.page-numbers {
    margin-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  .prev.page-numbers {
    margin-right: 22px;
  }
}

.news-page__number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page__number-item {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
}
.news-page__number-item.is-checked {
  background: #023e78;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news-page__number-item {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
  }
  .news-page__number-item:nth-child(1) {
    margin-right: 20px;
  }
  .news-page__number-item:nth-child(7) {
    margin-left: 20px;
  }
}

.news-page__number-link img {
  width: 7.481px;
  height: 12.722px;
}
@media screen and (min-width: 768px) {
  .news-page__number-link img {
    width: 9.424px;
    height: 16.026px;
  }
}

.news__side {
  margin-top: 98px;
}
@media screen and (min-width: 768px) {
  .news__side {
    max-width: 300px;
    width: 27.7777777778%;
    margin-top: 4px;
  }
}

.side__title {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.side__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: 20px;
}
@media screen and (min-width: 768px) {
  .side__boxes {
    margin-top: 15px;
    gap: 16px;
  }
}

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

.side-box__image {
  width: 37.1517027864%;
}

.side-box__image img {

  height: 90px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .side-box__image {
    width: 34.7222222222%;
  }
  .side-box__image img {
    width: 100px;
    max-height: 100px;
    height: 7.8125vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}




.side-box__content {
  width: 62.8482972136%;
}

.side-box__info {
  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;

  
}
@media screen and (min-width: 768px) {
  .side-box__info {
    font-size: 14px;
    }
}

.side-box__category {
  color: #e61264;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e61264;
  padding: 2px 8px 2px 10px;
  white-space: nowrap;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .side-box__category {
    font-size: 14px;
      padding: 4px 8px 5px 10px;
  }
}
.side-box__tag {
  color: #e61264;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .side-box__tag.hidden {
    display: none;
  }
}

.side-box__date {
  color: #888;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
    letter-spacing: -0.2px;
}
@media screen and (min-width: 768px) {
  .side-box__date {
    font-size: 13.5px;
  }
}

.side-box__description {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 最大3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;

}

@media screen and (min-width: 768px) {
  .side-box__description {
    margin-top: 5px;
      line-height: 19px;
  }
}

.side__category {
  margin-top: 59px;
}
@media screen and (min-width: 768px) {
  .side__category {
    margin-top: 82px;
  }
}

.category__title {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.category__list {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .category__list {
    margin-top: 15px;
  }
}
.category__item {
  border-top: 1px solid #dddddd;
  line-height: 20px;
}
.category__item:last-child {
  border-bottom: 1px solid #dddddd;
}

.category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 15px;
}

.category__image {
  width: 20px;
  height: 24px;
  margin-right: 4px;
}
.category__text {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.news-single {
  margin-top: 66px;
  padding-bottom: 41px;
}
@media screen and (min-width: 768px) {
  .news-single {
    margin-top: 67px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .news-single__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1180px;
    gap: 40px;
    margin: 0 auto;
  }
}
.news-single__content{

  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .news-single__content {
    width: 70.3703703704%;
    margin-top: 8px;
  }
}

.news-single__description {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-single__description {
    font-size: 24px;
    line-height: 32px;
    margin-top: 25px;
  }
}

.news-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news-single__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news-single__category {
  padding: 7px 23px 7px 23px;
  color: #e61264;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e61264;
}
@media screen and (min-width: 768px) {
  .news-single__category {
    font-size: 14px;
    padding: 8px 22px 5px 24px;
  }
}

.news-single__date {
  color: #888;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.news-single__image {
  margin-top: 24px;
}
.news-single__image img {
  width: 100%;
  max-height: 176px;
}
@media screen and (min-width: 768px) {
  .news-single__image {
    margin-top: 21px;
  }
  .news-single__image img {
    width: 100%;
    max-height: 399px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news-single__body h2 {
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.news-single__body h3 {
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news-single__body h4 {
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news-single__body p {
}
.news-single__body-h2-title {
  padding: 10px 10px 10px 21px;
  background: #f8f8f8;
  border-left: 6px solid #023e78;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-single__body-h2-title {
    margin-top: 40px;
  }
}

.news-single__body-h2-description {
  margin-top: 14px;
}

.news-single__body-h3 {
  margin-top: 26px;
}

.news-single__body-h3-title {
  border-bottom: 1px solid #023e78;
  padding-bottom: 9px;
}

.news-single__body-h3-description {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .news-single__body-h3-description {
    margin-top: 14px;
  }
}

.news-single__body-h4 {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .news-single__body-h4 {
    margin-top: 30px;
  }
}
.news-single__body-h4-title {
}

.news-single__body-h4-description {
  margin-top: 14px;
}

.news-single__ol-title {
  margin-top: 30px;
}

.new-single__ol-description {
  margin-top: 14px;
}

.news-single__ol {
  margin-top: 14px;
  list-style: decimal;
  margin-left: 21px;
}

.news-single__ol-item {
}
.news-single__ul-title {
  margin-top: 28px;
}
.news-single__ul {
  margin-top: 22px;
  list-style: disc;
  margin-left: 22px;
}
.news-single__ul-item {
}

.new-single__ul-description {
  margin-top: 14px;
}
.new-single__ul-description > a {
  color: blue;
  text-decoration: underline;
}
.new-single__ul-link {
}

.news-single__quotation-title {
  margin-top: 28px;
  border-bottom: 1px solid #023e78;
  padding-bottom: 8px;
}
.news-single__quotation-description {
  margin-top: 14px;
}

.news-single__quotation {
  margin-top: 14px;
  background-color: #f8f8f8;
  padding: 30px 35px 31px 31px;
  border-left: 4px solid #023e78;
  position: relative;
  z-index: 1;
}
.news-single__quotation::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  width: 50px;
  height: 50px;
  background: url(../image/quotation.png) no-repeat center/50px 50px;
  z-index: -1;
}
.news-single__quotation p {
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-single__quotation {
    max-width: 646px;
    padding-left: 31px;
  }
}

.entry-links {
  background: #000;
  width: 100px;
  height: 100px;
  color: #000;
}

.news-single__pagination {
  margin-top: 43px;
  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;
}
@media screen and (min-width: 768px) {
  .news-single__pagination {
    margin-top: 43px;
  }
}

.prev-post-btn a,
.next-post-btn a {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #023e78;
  border-radius: 4px;
  padding: 7px 15px;
}

.prev-post-btn a:hover,
.next-post-btn a:hover {
  background: #023e78;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.side--single {
  margin-top: 0;
}

.case_mv {
  background: url(../image/mv-company_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .case_mv {
    background: url(../image/mv-company_pc.png) no-repeat center center/cover;
  }
}

.case-study {
  padding-top: 66px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .case-study {
    padding-top: 77px;
    padding-bottom: 99px;
  }
}

@media screen and (min-width: 768px) {
  .case-study__inner {
    max-width: 1180px;
  }
}

.case-study__links {
  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: 20px;
}
@media screen and (min-width: 768px) {
  .case-study__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
  }
}

.case-study__link {
  display: block;
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-block: 12px;
  width: 294px;
  background: #eeeeee;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .case-study__link {
    width: 208px;
  }
}

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

.case-study__communication {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .case-study__communication {
    margin-top: 79px;
  }
}

.case-study__program {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .case-study__program {
    margin-top: 79px;
  }
}

.case-study__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 8px solid #023e78;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .case-study__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}

.case-study__title-main {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .case-study__title-main {
    font-size: 28px;
  }
}

.case-study__title-sub {
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-top:-2px;
}
@media screen and (min-width: 768px) {
  .case-study__title-sub {
    font-size: 16px;
    margin: 0;
  }
}

.case-study__cards {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 54px;
}
@media screen and (min-width: 990px) {
  .case-study__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    row-gap: 60px;
    margin-inline: auto;
    margin-top: 59px;
  }
}

.case-study__card {
  border-radius: 12px;
  background: #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) {
  .case-study__card {
    max-width: 510px;
    margin-inline: auto;
  }
}

.case-study__card-head {
  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: 8px 20px 5px 20px;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 768px) {
  .case-study__card-head {
    position: relative;
    padding: 22px 40px 17px 40px;
  }
}

.case-study__card-title {
  color: #fff;
}

.case-study__card-title-main {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 768px) {
  .case-study__card-title-main {
    font-size: 14px;
  }
}

.case-study__card-title-sub {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .case-study__card-title-sub {
    font-size: 24px;
    margin-top: 2px;
  }
}
.case-study__card-title-sub span {
  font-weight: 700;
  margin-left: 12px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .case-study__card-title-sub span {
    font-size: 16px;
    margin-left: 16px;
    margin-top: 2px;
  }
}

.case-study__card-image {
  width: 90px;
  height: 68px;
  overflow: hidden;
  border-radius: 4px;
  background: #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);
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-study__card-image {
    width: 160px;
    height: 112px;
    position: absolute;
    right: 20px;
    border-radius: 12px;
  }
}
.case-study__card-image img {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .case-study__card-image img {
    width: 80px;
    height: 80px;
  }
}

.case-study__card-body {
  padding: 16px 19px 20px 20px;
}
@media screen and (min-width: 768px) {
  .case-study__card-body {
    padding: 31px 41px 35px 41px;
  }
}

.case-study__card-subtitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.case-study__card-subtitle span {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.case-study__card-subtitle span + span {
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .case-study__card-subtitle {
    padding-bottom: 9px;
  }
}

.case-study__card-lists {
  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;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .case-study__card-lists {
    margin-top: 28px;
    gap: 27px;
  }
}

.case-study__card-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9.48px;
}
.case-study__card-list-title img {
  width: 15.516px;
  height: 15.516px;
}
@media screen and (min-width: 768px) {
  .case-study__card-list-title img {
    width: 20px;
    height: 20px;
  }
}
.case-study__card-list-title span {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .case-study__card-list-title span {
    font-size: 18px;
  }
}

.case-study__card-list-description {
  margin-top: 5px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .case-study__card-list-description {
    margin-top: 5px;
  }
}

.case-study__button-wrapper {
  text-align: center;
}

.case-study__button {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #023e78;
  margin-inline: auto;
  display: block;
  margin-top: 41px;
  position: relative;
  border: 1px solid #023e78;
  background: #fff;
  color: #023e78;
  padding: 21px 10px;
  max-width: 295px;
}
@media screen and (min-width: 768px) {
  .case-study__button {
    font-size: 16px;
    display: inline-block;
    padding: 19px 80px;
max-width: 100%;
    margin-top: 60px;
  
  }
}
.case-study__button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 14px;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../image/case-study-arrow1.png) center center/contain
    no-repeat;
}
@media screen and (min-width: 768px) {
  .case-study__button::after {
    right: 21px;
  }
}
.case-study__button:hover {
  background: #023e78;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.case-study__button:hover::after {
  background: url(../image/case-study-arrow2.png) center center/contain
    no-repeat;
  -webkit-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.download {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .download {
    padding-bottom: 100px;
  }
}

.download_mv {
  background: url(../image/mv-download_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .download_mv {
    background: url(../image/mv-download_pc.png) no-repeat center center/cover;
  }
}

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

.download__materials {
  margin-top: 67px;
}
@media screen and (min-width: 768px) {
  .download__materials {
    width: 46.3%;
    margin-top: 77px;
  }
}

.download__materials-title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .download__materials-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.download__materials-image {
  width: 79.3333vw;
  margin: 31px auto 0;
}
.download__materials-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .download__materials-image {
    max-width: 300px;
    margin-top: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .download__materials-image img {
    width: 100%;
    border: none;
  }
}

.download__materials-description {
  margin-top: 27px;
}
.download__materials-description p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.download__materials-description p + p {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .download__materials-description {
    margin-top: 23px;
  }
}

.download__form {
  border-radius: 12px;
  background: #edf3f8;
  padding: 40px 20px 40px 20px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .download__form {
    width: 50%;
    padding: 40px 40px 40px 40px;
    margin-top: 75px;
  }
}

.form__title {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form__title {
    font-size: 32px;
  }
}

.form__boxes {
  width: 100%;
  margin-top: 30px;
  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;
}

.form__boxes.cf{
margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .form__boxes {
    gap: 27px;
    margin-top: 28px;
  }
  .form__boxes.cf {
    margin-top: 57px;
    gap: 28px;
    box-sizing: border-box;
  }
}

.form__label {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 18px;
  }
}

.form__tag {
  background: #e61264;
  padding: 1px 8px 1px 8px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
}


@media screen and (min-width: 768px) {
  .form__tag {
    font-size: 12px;
    margin-left: 9px;
  }
}

.form__box-body {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .form__box-body {
    margin-top: 11px;
  }
}

.form__box-input,
.form__select {
  width: 100%;
  height: 44px;
  padding: 10px 13px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

.wpcf7 select {
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* 共通 */
  background: url("../image/select-arrow.png") no-repeat right 12px center/12px auto;
  padding-right: 30px; /* アイコン分の余白 */
}
.form__box-input::placeholder,
.form__select::placeholder,
.form__textarea::placeholder {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .form__box-input,
  .form__select {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
.wpcf7 select {
  background: url("../image/select-arrow.png") no-repeat right 17px center/12px auto;

}
}



.form__textarea {
  width: 100%;
  height: 140px;
  padding: 14px 12px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    font-size: 16px;
    height: 240px;
  }
}

.form__privacy {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__privacy {
    text-align: center;
    margin-top: 43px;
  }
}
.form__privacy.cf {
  margin-top: 41px;
  margin-bottom: 2px;
}
.wpcf7-list-item{
margin: 0;
padding: 0;
}
.wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    padding-left: 45px;
    font-size: 16px;
  }
}
.wpcf7-list-item-label a {
  margin-right: 6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  /* text-underline-offset: auto;
  text-underline-position: from-font; */
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label a {
    color: #1a1a1a;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    margin-right: 10px;
  }
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label::before,
  .wpcf7-list-item-label::after {
    left: 2px;
  }
}
.wpcf7-list-item-label::before {
  width: 28px;
  height: 28px;
  border-radius: 1px;
  border: 1px solid #111;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label::before {
    width: 32px;
    height: 32px;
  }
}
.wpcf7-list-item-label::after {
  width: 15px;
  height: 15px;
  left: 9px;
  margin-top: 1px;
  background: url(../image/Check.png) no-repeat center center/contain;
  opacity: 0 ;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label::after {
    left: 10px;
    margin-top: 1px;
  }
}

.form__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form__privacy .form__checkbox-input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__button {
  margin-top: 42px;
  text-align: center;

}
.form__button.cf{
  margin-top: 43px;
    width: 295px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .form__button {
    margin-top: 41px;
  }
  .form__button.cf{
    margin-top: 41px;
  }
}



.form__submit-button {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 332px;
  width: 100%;
  padding-block: 21px;
  background-color: #fff;
  border: 1px solid #023e78;
}
.form__submit-button:hover{
  background: #023e78;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form__submit-button {
    max-width: 336px;
    font-size: 16px;
    padding: 20px 15px;
     }
  .form__submit-button.cf {

      padding-block: 24px;
  }
}
.wpcf7-spinner {
  display: none;
}

.download-thanks {
  border-radius: 12px;
  background: #edf3f8;
  padding: 41px 20px;
  margin-top: 61px;
}
@media screen and (min-width: 768px) {
  .download-thanks {
    width: 50%;
    padding: 39px 40px;
    margin-top: 78px;
    height: 777px;
  }
}

.download-thanks__title {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
}
@media screen and (min-width: 768px) {
  .download-thanks__title {
    font-size: 32px;
    line-height: 48px;
  }
}

.download-thanks__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
}


.download-thanks__text-u {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.download-thanks__text-link {
  margin-top: 8px;
}
.download-thanks__text-link a {
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (min-width: 768px) {
  .download-thanks__text-link {
    margin-top: 8px;
  }
}

.download-thanks__text-d {
  margin-top: 11px;
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 768px) {
  .download-thanks__text-d {
    margin-top: 12px;
    letter-spacing: 0.1px;
  }
}

.contact_mv {
  background: url(../image/mv-contact_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .contact_mv {
    background: url(../image/mv-contact_pc.png) no-repeat center center/cover;
  }
}

.contact {
  padding-top: 67px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 76px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 768px;
    margin-inline: auto;
  }
}

.contact__description {
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

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

.contact__form-tag{
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .contact__form-tag {
     margin-left: 6px;
       padding: 1px 8px 1px 8px;
  }
}
.contact-title {
  text-align: center;
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-thanks {
  padding-top: 56px;
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .contact-thanks {
    padding-top: 75px;
    padding-bottom: 97px;
  }
}

@media screen and (min-width: 768px) {
  .contact-thanks__inner {
    max-width: 767px;
    margin-inline: auto;
  }
}

.contact-thanks__link {
  margin-top: 14px;
}
.contact-thanks__link a {
  margin-left: 8px;
  color: #023e78;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
