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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #F7F7F7;
  font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.4s;
}
button:hover {
  opacity: 0.7;
}

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

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

dl, dt, dd {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

header > div {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #E7005A;
}
@media screen and (min-width: 1000px) {
  header > div {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
header > div img {
  display: block;
  width: 61px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  header > div img {
    width: 115px;
  }
}
header > img {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (min-width: 1000px) {
  header > img {
    width: 322px;
    padding-top: 31px;
    padding-bottom: 23px;
  }
}

main section.main-visual {
  position: relative;
  padding-top: 20px;
  padding-bottom: 53px;
  padding-right: 25px;
  padding-left: 25px;
  background-image: url(../img/main-visual-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1000px) {
  main section.main-visual {
    padding-top: 23px;
    padding-bottom: 41px;
  }
}
main section.main-visual h1 {
  display: block;
}
main section.main-visual h1 img {
  width: min(100%, 500px);
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  main section.main-visual h1 img {
    width: 838px;
  }
}
main section.main-visual > p {
  margin-top: 20px;
  font-size: 8px;
  color: #707070;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.main-visual > p {
    margin-top: 15px;
    font-size: 9px;
  }
}
main section.main-visual .cv-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 326px);
}
@media screen and (min-width: 1000px) {
  main section.main-visual .cv-btn {
    bottom: -50px;
    width: 500px;
  }
}
main section.main-visual .cv-btn img {
  width: 100%;
}
main section.introduction-record {
  padding-top: 53px;
  padding-bottom: 30px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record {
    padding-top: 58px;
    padding-right: 0;
    padding-left: 0;
  }
}
main section.introduction-record h2 {
  font-family: "yu-mincho-pr6n", serif;
  font-style: normal;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record h2 {
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
main section.introduction-record h2 p {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record h2 p {
    font-size: 18px;
  }
}
main section.introduction-record h2 p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 120px);
  height: 1px;
  background-color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record h2 p:before {
    width: calc(50% - 160px);
  }
}
main section.introduction-record h2 p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50% - 120px);
  height: 1px;
  background-color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record h2 p:after {
    width: calc(50% - 160px);
  }
}
main section.introduction-record h2 p em {
  padding: 0 8px;
  font-size: 28px;
  color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record h2 p em {
    font-size: 30px;
  }
}
main section.introduction-record h2 p span {
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record h2 p span {
    font-size: 24px;
  }
}
main section.introduction-record h2 small {
  padding-top: 8px;
  font-size: 8px;
}
main section.introduction-record div.splide .splide__track .splide__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 20px;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record div.splide .splide__track .splide__list {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide {
    justify-content: center;
  }
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .ikawa {
  width: 65px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .kibou {
  width: 115px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .iwakura {
  width: 116px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .ruru {
  width: 74.15px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .nijuu {
  width: 72.9px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .miyazaki {
  width: 114.51px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .kawamura {
  width: 115.23px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .bun {
  width: 56px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .yogou {
  width: 107px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .kawanishi {
  width: 97.38px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .mochiduki {
  width: 120.35px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .sei {
  width: 54.54px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .shinagawa {
  width: 94.88px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .freesia {
  width: 51.26px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .takasu {
  width: 115.23px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .sorano {
  width: 115.23px;
}
main section.introduction-record div.splide .splide__track .splide__list .splide__slide .hino {
  width: 69.88px;
}
@media screen and (min-width: 1000px) {
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .ikawa {
    width: 113px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .kibou {
    width: 202px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .iwakura {
    width: 200px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .ruru {
    width: 128.69px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .nijuu {
    width: 126.52px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .miyazaki {
    width: 200px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .kawamura {
    width: 200px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .bun {
    width: 100px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .yogou {
    width: 184px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .kawanishi {
    width: 169.01px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .mochiduki {
    width: 208.89px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .sei {
    width: 94.66px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .shinagawa {
    width: 164.67px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .freesia {
    width: 90px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .takasu {
    width: 200px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .sorano {
    width: 200px;
  }
  main section.introduction-record div.splide .splide__track .splide__list .splide__slide .hino {
    width: 121.29px;
  }
}
main section.feature {
  padding-top: 40px;
  padding-bottom: 182px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 600px) {
  main section.feature {
    padding-right: calc(50vw - 250px);
    padding-left: calc(50vw - 250px);
  }
}
@media screen and (min-width: 1000px) {
  main section.feature {
    padding-bottom: 217px;
    padding-right: calc(50vw - 500px);
    padding-left: calc(50vw - 500px);
  }
}
main section.feature .blue-line-frame-text {
  text-align: center;
}
main section.feature .blue-line-frame-text p, main section.feature .blue-line-frame-text a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #ffffff;
  border: 2px solid #008CCF;
  border-radius: 21px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #008CCF;
  letter-spacing: -1px;
}
main section.feature > h2 {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.feature > h2 {
    font-size: 35px;
  }
}
main section.feature > h2 em {
  color: #E7005A;
}
main section.feature > h2 em strong {
  font-size: 45px;
  background-image: radial-gradient(circle at center, #E7005A 10%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
}
main section.feature article.detail {
  margin-top: 30px;
  padding: 30px 13px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 3px 3px 0 0 #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.feature article.detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 28px 60px;
  }
}
main section.feature article.detail div.text h3 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
main section.feature article.detail div.text h3 em {
  color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.feature article.detail div.text h3 {
    font-size: 35px;
    text-align: left;
  }
}
main section.feature article.detail div.text p {
  margin-top: 25px;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.feature article.detail div.text p {
    font-size: 17px;
    text-align: left;
  }
}
main section.feature article.detail img {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  main section.feature article.detail img {
    margin-top: 0;
    width: 391px;
  }
}
main section.about {
  position: relative;
  padding-top: 276px;
  padding-bottom: 70px;
  background-color: #C9E6F4;
}
@media screen and (min-width: 380px) {
  main section.about {
    padding-top: 276px;
  }
}
@media screen and (min-width: 1000px) {
  main section.about {
    padding-top: 0;
    overflow-x: clip;
  }
}
main section.about > div.headline {
  position: absolute;
  top: -123px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  main section.about > div.headline {
    position: relative;
    width: 1000px;
    height: 394px;
  }
}
main section.about > div.headline .logo {
  width: 210px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
  main section.about > div.headline .logo {
    position: absolute;
    top: 48px;
    left: 0;
    width: 278px;
    margin-bottom: 0;
  }
}
main section.about > div.headline .pc-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  main section.about > div.headline .pc-img {
    position: absolute;
    top: 50%;
    right: -220px;
    transform: translateY(-50%);
  }
}
main section.about > div.headline .pc-img > img:nth-child(1) {
  position: relative;
  width: 100%;
  max-width: 390px;
}
main section.about > div.headline .pc-img > img:nth-child(2) {
  width: calc(100% + 168px);
  max-width: 530px;
  margin-top: -50px;
}
@media screen and (min-width: 1000px) {
  main section.about > div.headline .pc-img > img:nth-child(1) {
    width: 633px;
    max-width: none;
  }
  main section.about > div.headline .pc-img > img:nth-child(2) {
    width: 900px;
    max-width: none;
    margin-top: -110px;
  }
}
main section.about > div.headline p {
  position: absolute;
  bottom: -40px;
  display: block;
  font-size: 23px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about > div.headline p {
    position: absolute;
    left: 0;
    bottom: 100px;
    font-size: 35px;
    text-align: left;
  }
}
main section.about > section.detail {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 600px) {
  main section.about > section.detail {
    padding-right: calc(50vw - 250px);
    padding-left: calc(50vw - 250px);
  }
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail {
    position: relative;
    margin-top: -155px;
    padding-right: calc(50vw - 500px);
    padding-left: calc(50vw - 500px);
  }
}
main section.about > section.detail div.inner {
  padding-top: 25px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 3px 3px 0 0 #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner {
    padding-top: 18px;
  }
}
main section.about > section.detail div.inner h3 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner h3 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
main section.about > section.detail div.inner h3 small {
  display: block;
  padding-top: 6px;
  font-size: 8px;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner h3 small {
    display: inline;
    font-size: 9px;
  }
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 77px;
         column-gap: 77px;
    padding-right: 45px;
    padding-left: 45px;
  }
}
main section.about > section.detail div.inner .wrapper article.before {
  position: relative;
  width: calc(100% - 26px);
  margin: 0 auto 63px;
  padding-top: 20px;
  padding-bottom: 14px;
  background-color: #F2F2F2;
  border-radius: 15px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before {
    padding-top: 13px;
    margin: 0 auto 21px;
  }
}
main section.about > section.detail div.inner .wrapper article.before:after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/about-arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 119px;
  height: 28px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before:after {
    top: 20%;
    right: -160px;
    left: auto;
    transform: rotate(270deg) translate(-50%, -50%);
    width: 193px;
    height: 46px;
  }
}
main section.about > section.detail div.inner .wrapper article.before h4 {
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid #313131;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before h4 {
    padding-bottom: 11px;
    font-size: 25px;
  }
}
main section.about > section.detail div.inner .wrapper article.before > div.detail {
  padding: 25px 13px 14px 13px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before > div.detail {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    padding: 11px 12px;
  }
}
main section.about > section.detail div.inner .wrapper article.before > div.detail > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 265px;
  margin: 0 auto 13px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before > div.detail > div {
    position: absolute;
    flex-direction: column;
    left: 12px;
  }
}
main section.about > section.detail div.inner .wrapper article.before > div.detail > div img {
  width: 141.1px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before > div.detail > div img {
    width: 191.3px;
  }
}
main section.about > section.detail div.inner .wrapper article.before > div.detail > div p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before > div.detail > div p {
    padding-right: 12px;
    font-size: 25px;
  }
}
main section.about > section.detail div.inner .wrapper article.before > div.detail > div p em {
  color: #008CCF;
}
main section.about > section.detail div.inner .wrapper article.before > div.detail > p {
  padding-top: 4px;
  padding-bottom: 14px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before > div.detail > p {
    align-self: flex-end;
    padding: 54px 15px;
    border-radius: 43px;
    font-size: 21px;
    text-align: left;
  }
}
main section.about > section.detail div.inner .wrapper article.before > div.detail > p em {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before > div.detail > p em {
    padding-left: 0px;
    font-size: 73px;
  }
}
main section.about > section.detail div.inner .wrapper article.before > div.detail > p span {
  font-size: 28px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.before > div.detail > p span {
    font-size: 35px;
  }
}
main section.about > section.detail div.inner .wrapper article.after {
  width: calc(100% - 26px);
  margin: 0 auto 15px;
  padding-top: 20px;
  padding-bottom: 14px;
  background-color: #FFFDE6;
  border-radius: 15px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after {
    padding-top: 13px;
  }
}
main section.about > section.detail div.inner .wrapper article.after h4 {
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: 500;
  color: #008CCF;
  text-align: center;
  border-bottom: 2px solid #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after h4 {
    padding-bottom: 11px;
    font-size: 25px;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail {
  padding: 25px 13px 14px 13px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 11px 12px;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex: 1;
  max-width: 300px;
  margin: 0 auto 13px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > div {
    flex-direction: column;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div:before {
  content: "+";
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > div:before {
    top: 55%;
    transform: translate(-50%, -50%);
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.ai {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.ai {
    width: 95%;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.ai img {
  padding-top: 10px;
  padding-bottom: 3px;
  width: 68px;
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.ai p {
  font-size: 18px;
  font-weight: bold;
  color: #E7005A;
  background: linear-gradient(transparent 60%, #FFF364 60%);
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.ai p {
    font-size: 21px;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.human {
  width: 47%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.human {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 95%;
    margin-top: 40px;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.human img {
  width: 77.67px;
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.human p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.human p {
    margin-left: 3px;
    font-size: 21px;
    text-align: left;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > div div.human p em {
  color: #E7005A;
  text-align: center;
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > p {
  padding: 4px 0 14px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  background-color: #FFF364;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > p {
    padding: 21px 15px;
    border-radius: 43px;
    font-size: 21px;
    text-align: left;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > p strong {
  padding: 0 5px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > p strong {
    padding: 0;
    font-size: 55px;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > p small {
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > p small {
    font-size: 14px;
  }
}
main section.about > section.detail div.inner .wrapper article.after > div.detail > p em {
  color: #E7005A;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner .wrapper article.after > div.detail > p em {
    display: block;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
  }
}
main section.about > section.detail div.inner > p {
  padding: 20px 0;
  font-size: 11px;
  text-align: center;
  background-color: #FFF364;
  line-height: 1.8;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner > p {
    font-size: 17px;
  }
}
main section.about > section.detail div.inner > p em {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail div.inner > p em {
    font-size: 25px;
  }
}
main section.about > section.detail .cv-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 326px);
}
@media screen and (min-width: 1000px) {
  main section.about > section.detail .cv-btn {
    bottom: -120px;
    width: 500px;
  }
}
main section.about > section.detail .cv-btn img {
  width: 100%;
}
main > section.merit {
  margin-top: 94px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 600px) {
  main > section.merit {
    padding-right: calc(50vw - 250px);
    padding-left: calc(50vw - 250px);
  }
}
@media screen and (min-width: 1000px) {
  main > section.merit {
    padding-right: calc(50vw - 500px);
    padding-left: calc(50vw - 500px);
  }
}
main > section.merit .blue-line-frame-text {
  text-align: center;
  margin-bottom: 25px;
}
main > section.merit .blue-line-frame-text p, main > section.merit .blue-line-frame-text a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #ffffff;
  border: 2px solid #008CCF;
  border-radius: 21px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #008CCF;
  letter-spacing: -1px;
}
main > section.merit h2 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (min-width: 1000px) {
  main > section.merit h2 {
    font-size: 35px;
  }
}
main > section.merit h2 em {
  font-size: 45px;
  color: #E7005A;
}
main > section.merit > ul {
  padding: 85px 13px 43px;
  background: linear-gradient(to bottom left, #EBF9FF 0%, #7AC3E5 100%);
  border-radius: 15px;
}
@media screen and (min-width: 1000px) {
  main > section.merit > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 46px;
    padding: 52px 72px;
  }
}
main > section.merit > ul > li {
  position: relative;
  margin-bottom: 70px;
  padding: 52px 42px 30px;
  background-color: #ffffff;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 3px 3px 0 0 #008CCF;
  border-radius: 15px;
}
main > section.merit > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  main > section.merit > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 358px;
    margin-bottom: 0;
    padding: 18px 24px 23px;
  }
}
main > section.merit > ul > li div.security-img,
main > section.merit > ul > li div.risk-img,
main > section.merit > ul > li div.management-img {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #ffffff;
  width: 92px;
  height: 92px;
  border-radius: 46px;
}
@media screen and (min-width: 1000px) {
  main > section.merit > ul > li div.security-img,
  main > section.merit > ul > li div.risk-img,
  main > section.merit > ul > li div.management-img {
    top: 50px;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
main > section.merit > ul > li div.security-img img,
main > section.merit > ul > li div.risk-img img,
main > section.merit > ul > li div.management-img img {
  width: 52.21px;
}
main > section.merit > ul > li div.security-img .management-img,
main > section.merit > ul > li div.risk-img .management-img,
main > section.merit > ul > li div.management-img .management-img {
  width: 48.42px;
}
@media screen and (min-width: 1000px) {
  main > section.merit > ul > li div.security-img {
    top: 75px;
  }
  main > section.merit > ul > li div.security-img img {
    width: 94.44px;
  }
  main > section.merit > ul > li div.risk-img {
    top: 87px;
  }
  main > section.merit > ul > li div.risk-img img {
    width: 77.13px;
  }
  main > section.merit > ul > li div.management-img {
    top: 80px;
  }
  main > section.merit > ul > li div.management-img img {
    width: 71.53px;
  }
}
main > section.merit > ul > li h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main > section.merit > ul > li h3 {
    order: -1;
    margin-bottom: 150px;
    font-size: 25px;
  }
}
main > section.merit > ul > li > ul {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main > section.merit > ul > li > ul {
    width: 100%;
  }
}
main > section.merit > ul > li > ul > li {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #313131;
}
main > section.merit > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  main > section.merit > ul > li > ul > li {
    font-size: 17px;
  }
}
main section.install {
  position: relative;
  margin-top: 70px;
  padding-top: 78px;
  padding-bottom: 60px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #C9E6F4;
}
@media screen and (min-width: 600px) {
  main section.install {
    padding-right: calc(50vw - 180px);
    padding-left: calc(50vw - 180px);
  }
}
@media screen and (min-width: 1000px) {
  main section.install {
    padding-right: calc(50vw - 438px);
    padding-left: calc(50vw - 438px);
  }
}
main section.install:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 47px solid #F7F7F7;
}
@media screen and (min-width: 1000px) {
  main section.install:before {
    border-left: 91px solid transparent;
    border-right: 91px solid transparent;
    border-top: 47px solid #F7F7F7;
  }
}
@media screen and (min-width: 1000px) {
  main section.install > div.headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-bottom: 20px;
  }
}
main section.install > div.headline h2 {
  font-size: 45px;
  font-weight: 700;
  color: #E7005A;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 1000px) {
  main section.install > div.headline h2 {
    padding-bottom: 22px;
    font-size: 35px;
  }
}
main section.install > div.headline h2 em {
  position: relative;
}
main section.install > div.headline h2 em:after {
  content: "・・";
  position: absolute;
  top: -1.2em;
  left: 10px;
  font-size: 20px;
  letter-spacing: 20px;
}
@media screen and (min-width: 1000px) {
  main section.install > div.headline h2 em:after {
    left: 5px;
    font-size: 25px;
    letter-spacing: 7px;
  }
}
main section.install > div.headline h2 em strong {
  font-size: 65px;
}
@media screen and (min-width: 1000px) {
  main section.install > div.headline h2 em strong {
    font-size: 55px;
  }
}
main section.install > div.headline h2 span {
  font-size: 38px;
  color: #313131;
}
main section.install > div.headline h2 .emphasis {
  font-size: 45px;
  color: #E7005A;
}
main section.install > div.headline .cv-btn {
  margin-top: 25px;
  margin-bottom: 35px;
}
main section.install > div.headline .cv-btn img {
  width: 100%;
  max-width: 376px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  main section.install > div.headline .cv-btn img {
    width: 412px;
  }
}
main section.install > ul {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  main section.install > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 76px;
         column-gap: 76px;
    row-gap: 67px;
    margin-bottom: 56px;
  }
}
main section.install > ul > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 13px;
       column-gap: 13px;
  margin-bottom: 32px;
  padding: 30px 13px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 3px 3px 0 0 #7AC3E5;
}
@media screen and (min-width: 1000px) {
  main section.install > ul > li {
    width: calc(50% - 38px);
    height: 200px;
    margin-bottom: 0;
    padding: 22px 16px 18px;
  }
  main section.install > ul > li:nth-child(3) {
    align-self: center;
  }
}
main section.install > ul > li:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background-image: url(../img/quote.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 80px;
}
main section.install > ul > li:after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -20px;
  background-image: url(../img/unquote.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 80px;
}
main section.install > ul > li > img {
  width: 30%;
}
main section.install > ul > li > div {
  width: 65%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.install > ul > li > div {
    width: auto;
  }
}
main section.install > ul > li > div h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.install > ul > li > div h3 {
    font-size: 25px;
  }
}
main section.install > ul > li > div p {
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  main section.install > ul > li > div p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1000px) {
  main section.install > ul > li:nth-child(1) img {
    width: 116.7px;
  }
  main section.install > ul > li:nth-child(2) img {
    width: 146.72px;
  }
  main section.install > ul > li:nth-child(3) img {
    width: 146.6px;
  }
}
main section.install .accordion-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: 2px solid #7AC3E5;
  border-radius: 10px;
  cursor: pointer;
}
main section.install .accordion-btn::before, main section.install .accordion-btn::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: #7AC3E5;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
main section.install .accordion-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
main section.install .accordion-btn.is-open {
  background-color: #7AC3E5;
  border-color: #ffffff;
  color: #ffffff;
  /* 縦線を消して − にする */
}
main section.install .accordion-btn.is-open::before, main section.install .accordion-btn.is-open::after {
  background-color: #ffffff;
}
main section.install .accordion-btn.is-open::after {
  opacity: 0;
}
main section.install section#about-dashboard {
  margin-top: 30px;
  padding: 40px 13px;
  background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard {
    padding: 35px;
  }
}
main section.install section#about-dashboard h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard h2 {
    font-size: 35px;
  }
}
main section.install section#about-dashboard ul.func > li {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.func > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-top: 52px;
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.func > li > div.headline {
    padding-left: calc(50% - 344px);
  }
}
main section.install section#about-dashboard ul.func > li > div.headline h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #008CCF;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.func > li > div.headline h3 {
    font-size: 25px;
    text-align: left;
  }
}
main section.install section#about-dashboard ul.func > li > div.headline > p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.func > li > div.headline > p {
    font-size: 17px;
    text-align: left;
  }
}
main section.install section#about-dashboard ul.func > li > div.headline > ul {
  margin-bottom: 20px;
  padding-left: 28px;
}
main section.install section#about-dashboard ul.func > li > div.headline > ul li {
  position: relative;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
}
main section.install section#about-dashboard ul.func > li > div.headline > ul li:last-child {
  margin-bottom: 0;
}
main section.install section#about-dashboard ul.func > li > div.headline > ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background-color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.func > li div.detail {
    padding-right: calc(50% - 344px);
  }
}
main section.install section#about-dashboard ul.func > li div.detail > img {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.func > li div.detail > img {
    width: 400px;
  }
}
main section.install section#about-dashboard ul.func > li div.detail .blue-line-frame-text {
  text-align: center;
}
main section.install section#about-dashboard ul.func > li div.detail .blue-line-frame-text p {
  display: inline-block;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #008CCF;
  line-height: 25px;
  border: 2px solid #008CCF;
  border-radius: 37px;
  letter-spacing: -1px;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.func > li:nth-child(2) .detail img {
    width: 370px;
  }
}
main section.install section#about-dashboard ul.add-func {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.add-func {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 43px;
         column-gap: 43px;
    padding-right: calc(50% - 344px);
    padding-left: calc(50% - 344px);
    margin-top: 46px;
  }
}
main section.install section#about-dashboard ul.add-func > li {
  margin-bottom: 30px;
  padding: 15px 0 20px;
  text-align: center;
  background-color: #FFFDE6;
  border-radius: 15px;
  box-shadow: 3px 3px 0 0 #7AC3E5;
}
main section.install section#about-dashboard ul.add-func > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.add-func > li {
    width: calc(50% - 21.5px);
    height: 320px;
    margin-bottom: 0;
    padding: 18px 25px 30px;
  }
}
main section.install section#about-dashboard ul.add-func > li h3 {
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 700;
  color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.add-func > li h3 {
    margin-bottom: 16px;
    font-size: 27px;
  }
}
main section.install section#about-dashboard ul.add-func > li > ul li {
  width: calc(100% - 80px);
  margin: 0 auto 15px;
  padding-bottom: 14px;
  font-size: 14px;
  border-bottom: 1px solid #008CCF;
}
main section.install section#about-dashboard ul.add-func > li > ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  main section.install section#about-dashboard ul.add-func > li > ul li {
    width: 100%;
    margin-bottom: 9px;
    padding-bottom: 5px;
    font-size: 17px;
  }
}
main section.basic-function {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 600px) {
  main section.basic-function {
    padding-right: calc(50vw - 290px);
    padding-left: calc(50vw - 290px);
  }
}
@media screen and (min-width: 1000px) {
  main section.basic-function {
    padding-top: 60px;
    padding-bottom: 56px;
    padding-right: calc(50vw - 500px);
    padding-left: calc(50vw - 500px);
  }
}
main section.basic-function h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.basic-function h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1000px) {
  main section.basic-function ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 30px;
    flex-wrap: wrap;
  }
}
main section.basic-function ul li {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
main section.basic-function ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  main section.basic-function ul li {
    width: calc(50% - 35px);
  }
}
main section.basic-function ul li img {
  width: 80px;
}
main section.basic-function ul li p {
  flex: 1;
  color: #008CCF;
  line-height: 28px;
}
@media screen and (min-width: 1000px) {
  main section.basic-function ul li p {
    font-size: 20px;
  }
}
main section.case {
  padding: 40px 0 50px;
  background-color: #C9E6F4;
}
@media screen and (min-width: 1000px) {
  main section.case {
    padding: 62px 0 129px;
  }
}
main section.case h2 {
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.case h2 {
    margin-bottom: 48px;
  }
}
main section.case div.splide .splide__track {
  padding-bottom: 5px;
}
main section.case div.splide .splide__track .splide__list .splide__slide {
  width: auto;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner {
  height: auto;
  margin: 0 auto;
  padding: 32px 13px 33px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 3px 3px 0 0 #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner {
    width: 1000px;
    padding: 29px 60px 50px;
  }
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 36px;
         column-gap: 36px;
    row-gap: 0;
    margin-bottom: 60px;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #008CCF;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline h3 {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: left;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline > img {
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline > img {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 391px;
    margin-bottom: 0;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail {
  margin-bottom: 20px;
  padding: 12px 23px;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail {
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
    padding: 30px 30px 30px 17px;
    border-radius: 15px;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail h4 {
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail h4 em {
  color: #E7005A;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail h4 {
    width: 144px;
    margin-bottom: 0;
    text-align: left;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail dl {
    flex: 1;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail dl > div {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail dl > div {
    font-size: 14px;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail dl > div dt span {
  display: block;
  color: #E7005A;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail dl > div dd em {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail dl > div dd em {
    font-size: 22px;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .headline .detail img {
    width: 254px;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 7px 15px;
  text-align: left;
  background-color: #ffffff;
  border: 2px solid #7AC3E5;
  border-radius: 10px;
  cursor: pointer;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn::before, main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: #7AC3E5;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn.is-open {
  background-color: #7AC3E5;
  border-color: #ffffff;
  color: #ffffff;
  /* 縦線を消して − にする */
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn.is-open::before, main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn.is-open::after {
  background-color: #ffffff;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn.is-open::after {
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn {
    padding: 18px 0;
    font-size: 17px;
    text-align: center;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn span {
  display: inline-block;
  width: calc(100% - 25px);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn.is-open {
  background-color: #7AC3E5;
  border-color: #ffffff;
  color: #ffffff;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn.is-open::before, main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn.is-open::after {
  background-color: #ffffff;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .accordion-btn.is-open::after {
  opacity: 0;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .answer {
  margin-bottom: 25px;
  padding: 15px 13px;
  border: 2px solid #7AC3E5;
  border-radius: 10px;
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .answer:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .answer {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .answer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .answer .inner img {
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .answer .inner img {
    width: 360px;
    margin-bottom: 0;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .answer .inner p {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .splide__track .splide__list .splide__slide > .inner .voice .answer .inner p {
    font-size: 17px;
    line-height: 29px;
  }
}
main section.case div.splide .splide__track .splide__list .splide__slide .block-with-img .headline .detail {
  padding: 17px 26px 22px;
}
main section.case div.splide .button {
  background-color: transparent;
  height: 50px;
  transition: 0.3s;
  width: 50px;
}
main section.case div.splide .button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: auto;
}
main section.case div.splide .prev::before {
  left: -10px;
  background-image: url(../img/case-slide-prev-arrow.webp);
}
main section.case div.splide .next::before {
  right: -10px;
  background-image: url(../img/case-slide-next-arrow.webp);
}
main section.case div.splide .case-slide-page {
  width: 13px;
  height: 13px;
  margin: 0;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: 0.5s all;
}
main section.case div.splide .case-slide-page.is-active {
  background-color: #008CCF;
  opacity: 1;
  transform: none;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .case-slide-page {
    width: 17px;
    height: 17px;
  }
}
main section.case div.splide .case-slide-pagination {
  bottom: -35px;
}
@media screen and (min-width: 1000px) {
  main section.case div.splide .case-slide-pagination {
    bottom: -45px;
  }
}
main section.case div.splide .case-slide-pagination li {
  margin-right: 5px;
  margin-left: 5px;
}
main section.lead {
  padding-top: 40px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 600px) {
  main section.lead {
    padding-right: calc(50vw - 290px);
    padding-left: calc(50vw - 290px);
  }
}
@media screen and (min-width: 1000px) {
  main section.lead {
    padding-top: 58px;
    padding-right: calc(50vw - 500px);
    padding-left: calc(50vw - 500px);
  }
}
main section.lead > article {
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  main section.lead > article {
    margin-bottom: 44px;
  }
  main section.lead > article:nth-child(1) {
    padding-right: 81px;
    padding-left: 81px;
  }
  main section.lead > article:nth-child(2) {
    margin-bottom: 83px;
  }
}
main section.lead > article .blue-line-frame-text {
  text-align: center;
  margin-bottom: 25px;
}
main section.lead > article .blue-line-frame-text p, main section.lead > article .blue-line-frame-text a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #ffffff;
  border: 2px solid #008CCF;
  border-radius: 21px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #008CCF;
  letter-spacing: -1px;
}
main section.lead > article h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.lead > article h2 {
    font-size: 35px;
  }
}
main section.lead > article h2 em {
  font-size: 45px;
  color: #E7005A;
}
@media screen and (min-width: 1000px) {
  main section.lead > article h2 em {
    font-size: 55px;
  }
}
main section.lead > article div.trust {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  main section.lead > article div.trust {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 13px;
         column-gap: 13px;
    row-gap: 13px;
  }
}
main section.lead > article div.trust div.prize {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  -moz-column-gap: 23px;
       column-gap: 23px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  main section.lead > article div.trust div.prize {
    flex-wrap: nowrap;
    width: 457px;
    margin-bottom: 0;
  }
}
main section.lead > article div.trust div.prize img {
  width: calc(50% - 12px);
}
@media screen and (min-width: 1000px) {
  main section.lead > article div.trust div.prize img {
    width: calc(33% - 16.6px);
  }
}
main section.lead > article div.trust > p {
  order: 2;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
}
@media screen and (min-width: 1000px) {
  main section.lead > article div.trust > p {
    order: 0;
    flex: 1;
    font-size: 17px;
    line-height: 30px;
  }
}
main section.lead > article div.trust > small {
  margin-bottom: 25px;
  font-size: 8px;
  color: #707070;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.lead > article div.trust > small {
    margin-bottom: 0;
    font-size: 9px;
    width: 613px;
  }
}
main section.lead > article > ol {
  position: relative;
  margin-top: 40px;
  padding-left: 44px;
}
@media screen and (min-width: 1000px) {
  main section.lead > article > ol {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 78px;
    padding-left: 0;
  }
}
main section.lead > article > ol:before {
  content: "";
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 170px;
  background: linear-gradient(to bottom left, #ffffff 0%, #FFFBCE 100%);
  border-radius: 15px;
}
@media screen and (min-width: 1000px) {
  main section.lead > article > ol:before {
    top: -50px;
    left: 67%;
    transform: translateX(-50%);
    width: 369px;
    height: 137px;
  }
}
main section.lead > article > ol > li {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  border-left: 1px solid #313131;
}
@media screen and (min-width: 1000px) {
  main section.lead > article > ol > li {
    width: 135px;
    padding-top: 0;
    padding-left: 0;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #313131;
    border-left: none;
  }
  main section.lead > article > ol > li:nth-child(2) {
    width: 145px;
  }
  main section.lead > article > ol > li:nth-child(5) {
    width: 184px;
  }
  main section.lead > article > ol > li:nth-child(6) {
    width: 125px;
  }
}
main section.lead > article > ol > li span {
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #E7005A;
}
@media screen and (min-width: 1000px) {
  main section.lead > article > ol > li span {
    display: block;
    padding-right: 0;
    font-size: 22px;
  }
}
main section.lead > article > ol > li:nth-child(5) {
  margin-top: 25px;
  padding-top: 56px;
  color: #E7005A;
  border-left: 1px solid #E7005A;
}
@media screen and (min-width: 1000px) {
  main section.lead > article > ol > li:nth-child(5) {
    margin-top: 0;
    padding-top: 0;
    border-left: none;
    border-bottom: 1px solid #E7005A;
  }
}
main section.lead > article > ol > li:nth-child(6) {
  margin-bottom: 25px;
  color: #E7005A;
  border-left: 1px solid #E7005A;
}
@media screen and (min-width: 1000px) {
  main section.lead > article > ol > li:nth-child(6) {
    margin-bottom: 0;
    padding-top: 0;
    border-left: none;
    border-bottom: 1px solid #E7005A;
  }
}
main section.lead > article > ol .caption-text {
  position: absolute;
  top: 200px;
  right: 60px;
  padding: 0;
  font-size: 13px;
  border: none;
}
@media screen and (min-width: 1000px) {
  main section.lead > article > ol .caption-text {
    width: auto;
    top: -42px;
    right: 214px;
    font-size: 17px;
  }
}
main section.lead > article > ol .caption-text em {
  font-size: 19px;
  font-weight: 700;
  color: #E7005A;
}
@media screen and (min-width: 1000px) {
  main section.lead > article > ol .caption-text em {
    font-size: 25px;
  }
}
main section.lead article.price {
  text-align: center;
}
main section.lead article.price > p {
  margin-bottom: 10px;
  font-size: 23px;
}
@media screen and (min-width: 1000px) {
  main section.lead article.price > p {
    font-size: 17px;
  }
}
main section.lead article.price > p em {
  font-weight: 700;
  color: #E7005A;
}
main section.lead article.price > p em strong {
  font-size: 34px;
}
@media screen and (min-width: 1000px) {
  main section.lead article.price > p em strong {
    font-size: 25px;
  }
}
main section.lead article.price > small {
  display: inline-block;
  font-size: 8px;
  color: #707070;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.lead article.price > small {
    font-size: 9px;
  }
}
main section.about-genova {
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 600px) {
  main section.about-genova {
    padding-right: calc(50vw - 290px);
    padding-left: calc(50vw - 290px);
  }
}
@media screen and (min-width: 1000px) {
  main section.about-genova {
    margin-bottom: 76px;
    padding-right: calc(50vw - 500px);
    padding-left: calc(50vw - 500px);
  }
}
main section.about-genova div.wrap {
  padding: 12px 13px 20px;
  border-radius: 15px;
  background: linear-gradient(to bottom left, #EBF9FF 0%, #7AC3E5 100%);
}
@media screen and (min-width: 1000px) {
  main section.about-genova div.wrap {
    padding: 48px 49px;
  }
}
main section.about-genova div.wrap div.inner {
  padding: 13px 0 30px;
  background-color: #ffffff;
  border-radius: 15px;
}
@media screen and (min-width: 1000px) {
  main section.about-genova div.wrap div.inner {
    padding: 48px 32px 0;
  }
}
@media screen and (min-width: 1000px) {
  main section.about-genova div.wrap div.inner div.headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}
main section.about-genova div.wrap div.inner div.headline div.texts {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about-genova div.wrap div.inner div.headline div.texts {
    flex: 1;
  }
}
main section.about-genova div.wrap div.inner div.headline div.texts p {
  margin-bottom: 20px;
  line-height: 30px;
}
@media screen and (min-width: 1000px) {
  main section.about-genova div.wrap div.inner div.headline div.texts p {
    font-size: 17px;
  }
}
main section.about-genova div.wrap div.inner div.headline div.texts img {
  display: inline-block;
  width: 154px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  main section.about-genova div.wrap div.inner div.headline div.texts img {
    width: 216px;
  }
}
main section.about-genova div.wrap div.inner div.headline > img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  main section.about-genova div.wrap div.inner div.headline > img {
    width: 461.6px;
    margin-bottom: 0;
  }
}
main section.about-genova div.wrap div.inner > p {
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 1000px) {
  main section.about-genova div.wrap div.inner > p {
    margin-top: 50px;
    font-size: 17px;
  }
}
main section.about-genova div.wrap div.inner > p em {
  color: #E7005A;
}
main section.about-genova div.wrap div.inner > img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat {
    padding-right: calc(50% - 500px);
    padding-left: calc(50% - 500px);
  }
}
main section.about-nomoca-ai-chat div.inner {
  padding: 40px 25px 48px;
  background-color: #008CCF;
}
@media screen and (min-width: 600px) {
  main section.about-nomoca-ai-chat div.inner {
    padding-right: calc(50% - 290px);
    padding-left: calc(50% - 290px);
  }
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner {
    padding: 39px 29px 27px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner div.headline {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    -moz-column-gap: 35px;
         column-gap: 35px;
    margin-bottom: 15px;
    padding: 0 30px 0 20px;
  }
}
main section.about-nomoca-ai-chat div.inner div.headline h2 {
  margin-bottom: 22px;
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner div.headline h2 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 5px;
  }
}
main section.about-nomoca-ai-chat div.inner div.headline p {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner div.headline p {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 15px;
    font-size: 17px;
  }
}
main section.about-nomoca-ai-chat div.inner div.headline > img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner div.headline > img {
    grid-column: 2/3;
    grid-row: 1/4;
    width: 363px;
  }
}
main section.about-nomoca-ai-chat div.inner div.headline .cv-btn {
  width: 50%;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner div.headline .cv-btn {
    grid-column: 1/2;
    grid-row: 3/4;
    width: 100%;
  }
}
main section.about-nomoca-ai-chat div.inner div.headline .cv-btn img {
  width: 100%;
  max-width: 326px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner div.headline .cv-btn img .img {
    width: 412px;
  }
}
main section.about-nomoca-ai-chat div.inner article.material {
  margin-top: 20px;
  padding: 25px 35px 35px;
  background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner article.material {
    padding: 39px 42px 31px;
    border-radius: 0 0 15px 15px;
  }
}
main section.about-nomoca-ai-chat div.inner article.material h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner article.material h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner article.material > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
main section.about-nomoca-ai-chat div.inner article.material > ul > li {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  main section.about-nomoca-ai-chat div.inner article.material > ul > li {
    margin-bottom: 0;
  }
}
main section.about-nomoca-ai-chat div.inner article.material > ul > li:last-child {
  margin-bottom: 0;
}
main section.about-nomoca-ai-chat div.inner article.material > ul > li h4 {
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
main section.about-nomoca-ai-chat div.inner article.material > ul > li img {
  margin-bottom: 15px;
  width: 100%;
}
main section.about-nomoca-ai-chat div.inner article.material > ul > li .blue-line-frame-text {
  text-align: center;
}
main section.about-nomoca-ai-chat div.inner article.material > ul > li .blue-line-frame-text p, main section.about-nomoca-ai-chat div.inner article.material > ul > li .blue-line-frame-text a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #ffffff;
  border: 2px solid #008CCF;
  border-radius: 21px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #008CCF;
  letter-spacing: -1px;
}
main section.about-nomoca-ai-chat div.inner article.material > ul > li .blue-line-frame-text a {
  position: relative;
}
main section.about-nomoca-ai-chat div.inner article.material > ul > li .blue-line-frame-text a:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #008CCF;
  border-right: 2px solid #008CCF;
  transform: rotate(45deg);
  margin-left: 8px;
}

footer {
  padding-top: 45px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  footer {
    padding-top: 117px;
    text-align: left;
  }
}
footer h2 {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 700;
  color: #0F3B65;
}
@media screen and (min-width: 1000px) {
  footer h2 {
    margin-bottom: 45px;
    font-size: 34px;
    text-align: center;
  }
}
footer div.inner {
  padding: 0 12px 27px;
}
@media screen and (min-width: 1000px) {
  footer div.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1030px) {
  footer div.inner {
    padding-right: calc(50vw - 500px);
    padding-left: calc(50vw - 500px);
  }
}
@media screen and (min-width: 1000px) {
  footer div.inner div.company {
    flex: 1;
  }
}
footer div.inner div.company > img {
  display: inline-block;
  width: 146px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  footer div.inner div.company > img {
    width: 215.02px;
    margin-bottom: 60px;
  }
}
footer div.inner div.company p {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #0F3B65;
}
@media screen and (min-width: 1000px) {
  footer div.inner div.company p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 33px;
  }
}
footer div.inner div.company p span {
  display: none;
}
@media screen and (min-width: 1000px) {
  footer div.inner div.company p span {
    display: inline;
  }
}
footer div.inner .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (min-width: 1000px) {
  footer div.inner .iframe-wrap {
    width: 468.52px;
    padding-top: 24%;
  }
}
footer div.inner .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .copyrights {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  background-color: #E7005A;
}
@media screen and (min-width: 1000px) {
  footer .copyrights {
    font-size: 18px;
    text-align: center;
  }
}