*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #282828;
  padding: 0;
  background: #F3FAFF;
}

h1, h2, h3, h4, h5, p, span, a, ul, li, strong, img {
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 414px;
  height: 64px;
  padding: 0 24px 0 12px;
  margin: 0 auto;
  background: #DC0003;
}
@media (max-width: 413px) {
  .header {
    width: 100%;
  }
}
.header .header-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .header-logo img {
  display: block;
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-copy {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: right;
}
.header .header-copy br {
  display: none;
}
@media (max-width: 413px) {
  .header .header-copy br {
    display: block;
  }
}

main {
  width: 414px;
  margin: 0 auto;
  background: #F3FAFF;
}
@media (max-width: 413px) {
  main {
    width: 100%;
  }
}

.inner {
  padding: 48px 24px;
}
.inner h2 {
  color: #232F4D;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 380px) {
  .inner h2 {
    font-size: 22px;
  }
}
.inner h2 strong {
  color: #DC0003;
}
.inner .font-12 {
  font-size: 12px;
}
.inner .font-13 {
  font-size: 13px;
}
.inner .font-14 {
  font-size: 14px;
}
.inner .font-16 {
  font-size: 16px;
}
.inner .font-19 {
  font-size: 19px;
}
.inner .font-20 {
  font-size: 20px;
}
.inner .font-32 {
  font-size: 32px;
}

.title {
  position: relative;
  padding-top: 24px;
}
.title span {
  position: absolute;
  z-index: 1;
  line-height: 1.2;
  color: #EAF7FF;
  font-size: 64px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.title h2 {
  position: relative;
  padding: 24px;
  z-index: 2;
}
.title h2 p {
  margin-top: 16px;
  line-height: 1.3;
}
.title h2 p:first-child {
  margin-top: 24px;
}
.title h2 p strong {
  color: #DC0003;
}
.title.bg-blue span {
  color: #fff;
}

.section-mv {
  line-height: 1;
}
.section-mv img {
  width: 100%;
  height: auto;
}

.section-companies {
  background: #fff;
}
.section-companies .inner {
  padding: 24px;
}
.section-companies .inner h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-companies .inner .companies-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 6px;
}
@media (max-width: 413px) {
  .section-companies .inner .companies-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-companies .inner .companies-box img {
    width: 100%;
    height: auto;
  }
}

.section-career {
  background: #EAF7FF;
}
.section-career .inner {
  padding: 40px 24px;
}
.section-career .inner img {
  width: 100%;
  height: auto;
}

.section-cta-line {
  background: #fff url(../img/bg-line.jpg) no-repeat top center;
}
.section-cta-line .inner {
  padding: 144px 24px 4px;
}
.section-cta-line img {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto 24px;
}
.section-cta-line .cta-txt {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 12px;
}
.section-cta-line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #00B900;
  border-radius: 64px;
  text-decoration: none;
  box-shadow: 0 3px 0 0 rgb(0, 142, 0);
  transition: opacity 0.2s;
}
.section-cta-line .btn:hover {
  opacity: 0.5;
}

.section-pain {
  background: #fff;
}
.section-pain .inner {
  padding: 40px 24px 72px;
  background: url(../img/bg-arrow.jpg) no-repeat bottom center;
}
.section-pain .inner h2 img {
  width: 100%;
  height: auto;
}
.section-pain .pain-box .box {
  margin-top: 32px;
}
.section-pain .pain-box .box img {
  width: 100%;
  height: auto;
}
.section-pain .bg-blue {
  background: #EAF7FF;
}
.section-pain .bg-blue .inner {
  padding: 0 24px 40px;
  background: #EAF7FF;
}
.section-pain .bg-blue .inner > p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.section-pain .bg-blue .inner > p strong {
  color: #DC0003;
}
@media (max-width: 413px) {
  .section-pain .bg-blue .inner > p {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .section-pain .bg-blue .inner > p {
    font-size: 18px;
  }
}

.section-feature {
  padding-bottom: 24px;
  background: #fff;
}
.section-feature .title br {
  display: block !important;
}
.section-feature .box {
  background: url(../img/bg-feature.png) no-repeat top 120px center;
}
.section-feature .box .inner {
  padding: 24px;
}
.section-feature .box span {
  line-height: 1;
  color: #DC0003;
  font-size: 32px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 413px) {
  .section-feature .box span {
    font-size: 28px;
  }
}
.section-feature .box h3 {
  line-height: 1.2;
  color: #232F4D;
  font-size: 28px;
  margin: 12px 0 24px;
}
@media (max-width: 413px) {
  .section-feature .box h3 {
    font-size: 24px;
  }
}
.section-feature .box img {
  width: 100%;
  height: auto;
}
.section-feature .box p {
  font-size: 15px;
  margin-top: 20px;
}
@media (max-width: 413px) {
  .section-feature .box p br {
    display: none;
  }
}

.section-counselor {
  background: #EAF7FF;
}
.section-counselor .inner {
  padding: 16px 24px;
}
.section-counselor .counselor-box .box {
  margin-bottom: 32px;
}
.section-counselor .counselor-box .box .flex {
  display: grid;
  align-items: center;
  grid-template-columns: 112px 1fr;
  gap: 24px;
}
@media (max-width: 375px) {
  .section-counselor .counselor-box .box .flex {
    grid-template-columns: 99px 1fr;
  }
  .section-counselor .counselor-box .box .flex img {
    width: 100px;
  }
}
.section-counselor .counselor-box .box .flex h3 {
  color: #232F4D;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media (max-width: 402px) {
  .section-counselor .counselor-box .box .flex h3 {
    font-size: 20px;
  }
  .section-counselor .counselor-box .box .flex h3 br {
    display: none;
  }
}
.section-counselor .counselor-box .box .flex .name {
  font-size: 19px;
  font-weight: bold;
}
.section-counselor .counselor-box .box .flex .name span {
  color: #DC0003;
  font-size: 14px;
  font-weight: bold;
  margin-left: 4px;
}
@media (max-width: 375px) {
  .section-counselor .counselor-box .box .flex .name {
    font-size: 18px;
  }
  .section-counselor .counselor-box .box .flex .name span {
    font-size: 12px;
  }
}
.section-counselor .counselor-box .box > p {
  font-size: 15px;
  margin-top: 20px;
}

.section-cases {
  background: #fff;
}
.section-cases .inner {
  text-align: center;
}
.section-cases .inner > span {
  display: inline-block;
  color: #232F4D;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #232F4D;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.section-cases .inner h3 {
  position: relative;
}
.section-cases .inner h3 span {
  position: relative;
  color: #232F4D;
  font-size: 18px;
  padding: 0 16px;
  z-index: 2;
  background: #fff;
}
.section-cases .inner h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #232F4D;
  z-index: 1;
}
.section-cases .inner .companies-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 6px;
  margin: 12px 0 24px;
}
@media (max-width: 413px) {
  .section-cases .inner .companies-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-cases .inner .companies-box img {
    width: 100%;
    height: auto;
  }
}
.section-cases .inner .cases-box {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 6px;
  list-style: none;
}
@media (max-width: 413px) {
  .section-cases .inner .cases-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
  }
  .section-cases .inner .cases-box li {
    width: calc((100% - 12px) / 3);
  }
}
.section-cases .inner .cases-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #DC0003;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 8px;
  border-radius: 4px;
  background: #FFD4D5;
}
.section-cases .inner p {
  color: #232F4D;
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}
.section-cases .inner p strong {
  color: #DC0003;
}
@media (max-width: 413px) {
  .section-cases .inner p br {
    display: none;
  }
}

.section-success {
  background: #EAF7FF;
}
.section-success .title h2 {
  font-size: 28px;
  text-align: center;
}
.section-success .inner {
  padding: 0 24px 48px;
}
.section-success .inner .owl-item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
}
.section-success .inner .owl-item .img-box {
  position: relative;
}
.section-success .inner .owl-item .img-box > img {
  border-radius: 12px 12px 0 0;
}
.section-success .inner .owl-item .img-box .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px 24px 0;
  background: #fff;
}
.section-success .inner .owl-item .img-box .tag p {
  display: flex;
  align-items: center;
}
.section-success .inner .owl-item .img-box .tag p img {
  width: auto;
  height: auto;
  margin-right: 8px;
}
.section-success .inner .owl-item .txt-box {
  padding: 24px;
}
.section-success .inner .owl-item .txt-box h3 {
  color: #232F4D;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 413px) {
  .section-success .inner .owl-item .txt-box h3 {
    font-size: 20px;
  }
}
.section-success .inner .owl-item .txt-box p {
  font-size: 15px;
  margin-top: 16px;
}
.section-success .inner .owl-item .txt-box strong {
  color: #232F4D;
  font-size: 18px;
  font-weight: bold;
}
.section-success .inner .owl-item .txt-box strong span {
  background: linear-gradient(transparent 95%, #F8CCCD 95%);
}
.section-success .owl-carousel-voices {
  position: relative;
  width: 100%;
}
.section-success .owl-carousel-voices .owl-stage-outer {
  background: #fff;
  border-radius: 12px;
}
.section-success .owl-carousel-voices .owl-nav {
  position: absolute;
  display: flex;
  width: calc(100% + 32px);
  top: calc(50% - 18px);
  left: -16px;
  justify-content: space-between;
}
.section-success .owl-carousel-voices .owl-nav button {
  width: 36px;
  height: 36px;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.section-success .owl-carousel-voices .owl-nav button.owl-prev {
  background: url(../img/btn-prev.png) no-repeat center;
}
.section-success .owl-carousel-voices .owl-nav button.owl-next {
  background: url(../img/btn-next.png) no-repeat center;
}
.section-success .owl-carousel-voices .owl-dots {
  display: none;
}

.section-flow {
  background: #fff;
}
.section-flow .title {
  text-align: center;
}
.section-flow .title span {
  width: 100%;
  left: 0;
}
.section-flow .inner {
  padding: 0 24px 48px;
}
.section-flow .flow-box > img {
  display: block;
  margin: 16px auto;
}
.section-flow .flow-box .box {
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.section-flow .flow-box .box .flex {
  display: flex;
  gap: 16px;
  border-bottom: #D9D9D9 1px solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 413px) {
  .section-flow .flow-box .box .flex {
    display: block;
    text-align: center;
  }
}
.section-flow .flow-box .box .flex span {
  color: #DC0003;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.section-flow .flow-box .box .flex h3 {
  color: #232F4D;
  font-size: 22px;
  font-weight: bold;
}
.section-flow .flow-box .box p {
  font-size: 15px;
}
.section-flow .flow-box .box p strong {
  color: #DC0003;
  font-weight: bold;
}

.line-cta-sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 91px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.line-cta-sticky .inner {
  padding: 12px 24px;
}
.line-cta-sticky .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 366px;
  height: 64px;
  background: #00B900 url(../img/icon-line.png) no-repeat center left 16px;
  border-radius: 64px;
  text-decoration: none;
  box-shadow: 0 3px 0 0 rgb(0, 142, 0);
  transition: opacity 0.2s;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .line-cta-sticky .btn {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .line-cta-sticky .btn {
    background: #00B900 url(../img/icon-line.png) no-repeat center left 16px;
    background-size: 48px;
  }
}
@media (max-width: 360px) {
  .line-cta-sticky .btn {
    background: #00B900;
  }
}
.line-cta-sticky .btn:hover {
  opacity: 0.5;
}
.line-cta-sticky .btn div {
  padding-left: 20px;
}
@media (max-width: 360px) {
  .line-cta-sticky .btn div {
    padding: 0;
  }
}
.line-cta-sticky .btn span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.line-cta-sticky .btn p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #232F4D;
  padding: 16px;
}
.footer small {
  display: block;
  color: #fff;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */