﻿@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a,
a:visited,
button {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
html {
  font-size: 100px;
}
html.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
body {
  font-weight: 400;
  font-family:
    Jost,
    Hiragino Sans,
    "ヒラギノ角ゴシック",
    Meiryo,
    "メイリオ",
    sans-serif;
  line-height: 1;
  font-size: 0.1rem;
  color: #222;
  background-color: #fafafa;
}
body.is-modal-open {
  overflow-y: hidden;
}
@media screen and (min-width: 568px) and (max-width: 1920px) {
  :root {
    min-height: 0vw;
  }
  body {
    font-size: 0.1rem;
  }
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.1rem;
  }
  html {
    font-size: calc(100vw / 3.75);
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
select::-ms-expand {
  display: none;
}
@media screen and (min-width: 578px) {
  .is-pc {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 578px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .is-sp {
    display: block;
  }
}
.l-footer {
  background-color: #fbd7d0;
  position: relative;
}
@media screen and (max-width: 576px) {
  .l-footer {
    padding-top: 62px;
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 578px) {
  .l-footer {
    padding-top: 62px;
    padding-bottom: 32px;
  }
}
.l-footer__snsList {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__snsList li {
  width: 40px;
}
.l-footer__snsList li + li {
  margin-left: 20px;
}
.l-footer__copy {
  margin-top: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.l-footer__bubble {
  position: absolute;
  width: 92%;
  margin: 0 auto;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.l-header {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 62px;
  padding: 16px 60px;
  z-index: 5;
  transition: 0.3s ease-out;
}
.l-header--business {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.l-header.is-scroll {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 576px) {
  .l-header.is-scroll .l-header__button svg {
    transition: 0.3s ease-out;
  }
  .l-header.is-scroll .l-header__button svg path {
    fill: #222222;
  }
}
.l-header__logo {
  width: 98px;
  transition: 0.3s ease-out;
}
.l-header--top .l-header__logo {
  opacity: 0;
  pointer-events: none;
}
.l-header--top.is-scroll .l-header__logo {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 576px) {
  .l-header {
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header__logo {
    width: 98px;
  }
  .l-header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 999;
    display: none;
  }
  .l-header__menu {
    position: fixed;
    top: 0;
    right: -58%;
    width: 58%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    transition: right 0.3s ease-in-out;
    padding: 20px 0;
  }
  .l-header__menu.is-active {
    right: 0;
  }
  .l-header__menu li + li {
    margin-top: 24px;
  }
  .l-header__menu li a {
    display: block;
    padding-left: 18px;
    position: relative;
    line-height: 1.6;
    transition: 0.3s ease-out;
    color: inherit;
  }
  .l-header__menu li a::before {
    transition: 0.3s ease-out;
    opacity: 0;
  }
  .l-header.is-scroll .l-header__menu li a.is-active {
    color: #f1937d;
  }
  .l-header.is-scroll .l-header__menu li a.is-active:before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background-color: #f1937d;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
  }
}
@media screen and (min-width: 578px) {
  .l-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 62px;
    padding: 16px 60px;
    text-align: right;
    transition: 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header nav {
    display: inline-block;
    margin-left: auto;
  }
  .l-header ul {
    display: flex;
    line-height: inherit !important;
  }
  .l-header li {
    font-size: 16px;
    color: #fff;
  }
  .l-header li + li {
    margin-left: 24px;
  }
  .l-header li a {
    transition: all 0.3s;
  }
  .l-header li a::before {
    transition: all 0.3s;
  }
  .l-header.is-scroll {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
  }
  .l-header.is-scroll .l-topHeader__logo {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header.is-scroll li {
    color: inherit;
  }
  .l-header.is-scroll li a.is-active {
    display: block;
    position: relative;
    color: #f1937d;
  }
  .l-header.is-scroll li a.is-active::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f1937d;
    position: absolute;
    left: 0;
    bottom: -23px;
  }
}
.l-main section {
  position: relative;
}
.l-main--pt {
  padding-top: 62px;
}
.l-main__headingWrap {
  width: 1080px;
  margin: auto;
  padding-top: 46px;
  padding-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .l-main__headingWrap {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.l-main .p-topBusiness__inner .c-wave,
.l-main .p-message__outer .c-wave,
.l-main .p-company__inner .c-wave,
.l-main .p-business__inner .c-wave,
.l-main .p-contact__inner .c-wave {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  min-width: 1260px;
}
@media screen and (max-width: 576px) {
  .l-main .p-topBusiness__inner .c-wave,
  .l-main .p-message__outer .c-wave,
  .l-main .p-company__inner .c-wave,
  .l-main .p-business__inner .c-wave,
  .l-main .p-contact__inner .c-wave {
    width: 1440px;
  }
}
.l-main .p-topBusiness__inner .c-wave--top,
.l-main .p-message__outer .c-wave--top,
.l-main .p-company__inner .c-wave--top,
.l-main .p-business__inner .c-wave--top,
.l-main .p-contact__inner .c-wave--top {
  position: absolute;
  bottom: calc(100% - 2px);
}
@media screen and (max-width: 576px) {
  .l-main .p-topBusiness__inner .c-wave--top,
  .l-main .p-message__outer .c-wave--top,
  .l-main .p-company__inner .c-wave--top,
  .l-main .p-business__inner .c-wave--top,
  .l-main .p-contact__inner .c-wave--top {
    bottom: calc(100% - 80px);
  }
}
.l-main .p-topBusiness__inner .c-wave--bottom,
.l-main .p-message__outer .c-wave--bottom,
.l-main .p-company__inner .c-wave--bottom,
.l-main .p-business__inner .c-wave--bottom,
.l-main .p-contact__inner .c-wave--bottom {
  position: absolute;
  top: calc(100% - 2px);
}
@media screen and (max-width: 576px) {
  .l-main .p-topBusiness__inner .c-wave--bottom,
  .l-main .p-message__outer .c-wave--bottom,
  .l-main .p-company__inner .c-wave--bottom,
  .l-main .p-business__inner .c-wave--bottom,
  .l-main .p-contact__inner .c-wave--bottom {
    top: calc(100% - 80px);
  }
}
@media screen and (max-width: 576px) {
  .l-main .p-company__container .c-wave--top,
  .l-main .p-contact__container .c-wave--top {
    position: absolute;
    width: 100%;
    min-width: 100%;
    bottom: calc(100% - 2px);
  }
}
.l-wrap {
  position: relative;
}
@media screen and (min-width: 578px) {
  .l-wrap {
    min-width: 1260px;
  }
}
@media screen and (max-width: 576px) {
  .l-wrap {
    overflow: hidden;
  }
}
@media screen and (min-width: 578px) {
  .l-wrap__bg {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.c-button {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #69bb97;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 240px;
  height: 48px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
}
.c-button--icon svg {
  width: 20px;
  margin-right: 12px;
}
.c-button--icon span {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.c-button--icon.is-mail {
  font-size: 12px;
}
.c-button span {
  display: block;
  height: 100%;
  position: relative;
  z-index: 3;
  color: #69bb97;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #69bb97;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: top;
}
.c-button:hover span,
.c-button:active span {
  color: #fff;
}
.c-button:hover svg path,
.c-button:active svg path {
  fill: #fff;
}
.c-button:hover::before,
.c-button:active::before {
  transform: scale(1, 1);
}
.c-button.is-disable {
  border: 1px solid #efefef;
  background-color: #efefef;
  pointer-events: none;
}
.c-button.is-disable span {
  color: #acacac;
}
.js-scroll_up,
.js-fade-in-top {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.js-scroll_up.is-show {
  transform: translateY(0);
  opacity: 1;
}
.js-fade-in-top.is-show {
  transform: translateY(0);
  opacity: 1;
}
.c-sectionHeading {
  font-weight: 600;
  font-size: 48px;
}
.c-borderHeading {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  padding-bottom: 28px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-borderHeading {
    font-size: 28px;
  }
}
.c-borderHeading::before {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #69bb97;
  border-radius: 6px;
}
.c-subHeading {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-subHeading {
    line-height: 1.5;
    font-size: 24px;
  }
}
.c-text {
  font-size: 16px;
  line-height: 36px;
}
.p-business {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .p-business__container {
    padding-top: 40px;
  }
}
@media screen and (min-width: 578px) {
  .p-business__container {
    width: 1080px;
    margin: auto;
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
.p-business__inner {
  position: relative;
}
.p-business__inner::before {
  min-width: 1260px;
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .p-business__inner .c-wave--top {
    bottom: calc(100% - 45px) !important;
  }
}
@media screen and (min-width: 578px) {
  .p-business__detail {
    display: flex;
    justify-content: space-between;
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 578px) {
  .p-business__detail > div {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .p-business .c-borderHeading {
    padding-top: 42px;
  }
}
@media screen and (max-width: 576px) {
  .p-business__textWrap {
    padding-top: 70px;
    padding-bottom: 32px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 578px) {
  .p-business__textWrap {
    padding-right: 48px;
  }
}
.p-business__text span:nth-child(2) {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .p-business__detailImage {
    width: 237px;
    margin: 23px auto 0;
  }
}
@media screen and (min-width: 578px) {
  .p-business__detailImage {
    margin-top: 70px;
    width: 240px;
  }
}
.p-company {
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-company {
    margin-top: 60px;
  }
}
.p-company__bubble {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 578px) {
  .p-company__bubble {
    bottom: 0%;
  }
}
@media screen and (max-width: 576px) {
  .p-company__container {
    padding-top: 10px;
    background-color: #fbd7d0;
  }
}
@media screen and (min-width: 578px) {
  .p-company__container {
    width: 1080px;
    margin: auto;
    padding-top: 246px;
  }
}
.p-company__heading {
  color: #fff;
  text-align: center;
}
.p-company__inner {
  position: relative;
}
.p-company__inner::before {
  min-width: 1260px;
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-company__inner::before {
  background-color: #fbd7d0;
}
@media screen and (max-width: 576px) {
  .p-company__inner {
    margin-top: 48px;
  }
}
@media screen and (min-width: 578px) {
  .p-company__inner {
    margin-top: 54px;
  }
}
.p-company__body {
  background-color: #fff;
  box-shadow: 0px 2px 32px rgba(255, 184, 173, 0.6);
}
@media screen and (max-width: 576px) {
  .p-company__body {
    padding: 48px 12px;
  }
}
@media screen and (min-width: 578px) {
  .p-company__body {
    border-radius: 16px;
    display: flex;
    padding: 48px 46px 57px 50px;
  }
}
.p-company__body + .p-company__body {
  margin-top: 40px;
}
@media screen and (min-width: 578px) {
  .p-company__contact {
    min-width: 240px;
  }
}
.p-company__buttonWrap {
  margin-top: 20px;
}
.p-company__buttonWrap--web {
  margin-top: 34px;
}
.p-company__country {
  font-size: 32px;
}
@media screen and (max-width: 576px) {
  .p-company__country img {
    width: 32px;
  }
}
@media screen and (min-width: 578px) {
  .p-company__country img {
    width: 30px;
  }
}
.p-company__country span {
  margin-left: 8px;
}
.p-company__contactText {
  margin-top: 32px;
}
@media screen and (max-width: 576px) {
  .p-company__detail {
    margin-top: 40px;
  }
}
@media screen and (min-width: 578px) {
  .p-company__detail {
    flex: 1;
    margin-left: 72px;
  }
}
.p-company__item {
  display: flex;
  padding: 12px;
  font-size: 14px;
  line-height: 32px;
}
.p-company__item:not(:first-child) {
  border-top: 1px solid #cecece;
}
@media screen and (max-width: 576px) {
  .p-company__item dt {
    min-width: 32%;
  }
}
@media screen and (min-width: 578px) {
  .p-company__item dt {
    min-width: 70px;
  }
}
.p-company__item dd {
  flex: 1;
}
@media screen and (min-width: 578px) {
  .p-company__item dd {
    margin-left: 40px;
  }
}
.p-company__item dd.is-flex {
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-company__item dd.is-flex {
    padding-top: 10px;
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (min-width: 578px) {
  .p-company__item dd.is-flex {
    align-items: center;
  }
}
.p-company__item dd.is-flex img {
  width: auto;
  max-width: 160px;
  max-height: 50px;
  object-fit: contain;
}
.p-company__item dd.is-flex img:nth-child(2) {
  max-width: 120px;
}
@media screen and (max-width: 576px) {
  .p-company__item dd.is-flex img + img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 578px) {
  .p-company__item dd.is-flex img + img {
    margin-left: 16px;
  }
}
.p-contact {
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-contact {
    margin-top: 128px;
  }
}
@media screen and (max-width: 576px) {
  .p-contact__container {
    padding-top: 10px;
    background-color: #fbd7d0;
  }
}
@media screen and (min-width: 578px) {
  .p-contact__container {
    padding-top: 260px;
    width: 1080px;
    margin: auto;
  }
}
.p-contact__inner {
  position: relative;
}
.p-contact__inner::before {
  min-width: 1260px;
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-contact__inner:before {
  background-color: #fbd7d0;
}
.p-contact__body {
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 576px) {
  .p-contact__body {
    margin-top: 12px;
    padding: 40px 12px;
  }
}
@media screen and (min-width: 578px) {
  .p-contact__body {
    padding: 40px 0;
    border-radius: 16px;
  }
}
.p-contact__body .c-button {
  width: 336px;
  margin: 0 auto;
}
.p-contact__heading {
  font-size: 20px;
  padding-bottom: 28px;
}
@media screen and (max-width: 576px) {
  .p-contact__heading {
    font-size: 21px;
    line-height: 1.5;
  }
}
.p-contact .c-button {
  width: 100%;
  max-width: 350px;
  border: none;
}
.p-development {
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  .p-development {
    padding: 60px 12px;
  }
}
@media screen and (min-width: 578px) {
  .p-development__inner {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .p-development__text {
    margin-top: 56px;
  }
}
@media screen and (min-width: 578px) {
  .p-development__text {
    max-width: 436px;
  }
}
@media screen and (max-width: 576px) {
  .p-development__imageWrap {
    margin-top: 24px;
  }
}
@media screen and (min-width: 578px) {
  .p-development__imageWrap {
    width: 533px;
  }
}
@media screen and (max-width: 576px) {
  .p-development__cards {
    margin-top: 24px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 578px) {
  .p-development__cards {
    display: flex;
    margin-top: 32px;
    padding-bottom: 60px;
  }
}
.p-development__cards li {
  background-color: #fff;
  border: 1px solid #fafafa;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px 24px;
}
@media screen and (max-width: 576px) {
  .p-development__cards li {
    min-height: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 578px) {
  .p-development__cards li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 576px) {
  .p-development__cards li + li {
    margin-top: 16px;
  }
}
@media screen and (min-width: 578px) {
  .p-development__cards li + li {
    margin-left: 18px;
  }
}
.p-development__cardName {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.p-development__cardName span {
  margin-left: 13px;
}
.p-development__cardName img {
  width: 77px;
}
.p-development__cardText {
  margin-top: 17px;
  font-size: 12px;
  line-height: 26px;
}
@media screen and (max-width: 576px) {
  .p-feature {
    padding-top: 120px;
    padding-bottom: 60px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 578px) {
  .p-feature {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .p-feature__list {
    margin-top: 56px;
  }
}
@media screen and (min-width: 578px) {
  .p-feature__list {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 578px) {
  .p-feature__list li {
    width: 480px;
  }
}
@media screen and (max-width: 576px) {
  .p-feature__list li + li {
    margin-top: 48px;
  }
}
.p-feature__icon {
  margin: 0 auto;
  width: 106px;
}
.p-feature__content dt {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin-top: 32px;
}
.p-feature__content dd {
  margin-top: 15px;
}
.p-flow {
  background-color: #fafafa;
  border-radius: 8px;
}
@media screen and (max-width: 576px) {
  .p-flow {
    padding: 32px 16px;
  }
}
@media screen and (min-width: 578px) {
  .p-flow {
    padding: 32px 0;
  }
}
.p-flow__heading {
  text-align: center;
}
.p-flow__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .p-flow__content {
    margin-top: 32px;
  }
}
@media screen and (min-width: 578px) {
  .p-flow__content {
    padding-left: 70px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 578px) {
  .p-flow__imageWrap {
    width: 55px;
  }
}
.p-flow__list {
  margin-left: 23px;
}
@media screen and (max-width: 576px) {
  .p-flow__list {
    margin-top: 16px;
  }
}
@media screen and (min-width: 578px) {
  .p-flow__list {
    padding-top: 20px;
  }
}
.p-flow__list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  .p-flow__list li {
    font-size: 0.12rem;
    min-height: 0.4rem;
  }
}
.p-flow__list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 375px) {
  .p-flow__list li + li {
    margin-top: 0.24rem;
  }
}
.p-flow__list li span {
  display: block;
  color: #acacac;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 375px) {
  .p-flow__list li span {
    margin-top: 0.08rem;
    font-size: 0.1rem;
  }
}
.p-issueSolution {
  padding: 60px 0;
}
.p-issueSolution__body {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-issueSolution__body {
    margin-top: 53px;
    padding: 24px 16px 40px 16px;
  }
}
@media screen and (min-width: 578px) {
  .p-issueSolution__body {
    margin-top: 44px;
    padding: 40px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .p-issueSolution__body:nth-of-type(1) {
    margin-top: 40px;
  }
}
.p-issueSolution__body:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 21px solid #222;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .p-issueSolution__body:nth-of-type(1)::before {
    top: calc(100% + 16px);
  }
}
@media screen and (max-width: 576px) {
  .p-issueSolution__score {
    margin-top: 24px;
  }
}
@media screen and (min-width: 578px) {
  .p-issueSolution__score {
    flex: 1;
    margin-left: 100px;
  }
}
@media screen and (min-width: 578px) {
  .p-issueSolution__content {
    width: 410px;
  }
}
.p-issueSolution__content dt {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
}
.p-issueSolution__content dt img {
  width: 24px;
  margin-right: 12px;
}
.p-issueSolution__content dd {
  padding-top: 16px;
}
.p-issueSolution__scoreHeading,
.p-issueSolution__infoHeading {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-issueSolution__list {
    margin-top: 32px;
  }
}
@media screen and (min-width: 578px) {
  .p-issueSolution__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-issueSolution__list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 578px) {
  .p-issueSolution__list li {
    min-width: 200px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 576px) {
  .p-issueSolution__list li + li {
    margin-top: 30px;
  }
}
.p-issueSolution__list li img {
  margin: 0 auto 13px;
  width: 60px;
}
@media screen and (min-width: 578px) {
  .p-issueSolution__info {
    flex: 1;
    display: flex;
    margin-left: 50px;
    justify-content: space-between;
  }
}
.p-issueSolution__infoItem {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-issueSolution__infoItem {
    margin-top: 32px;
  }
}
@media screen and (min-width: 578px) {
  .p-issueSolution__infoItem {
    width: 44%;
  }
}
.p-issueSolution__infoItem:first-child::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./assets/image/svg/ic_outline-arrow.svg");
  position: absolute;
  top: 40%;
  left: 100%;
}
@media screen and (max-width: 576px) {
  .p-issueSolution__infoItem:first-child::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 576px) {
  .p-issueSolution__infoItem + .p-issueSolution__infoItem {
    margin-top: 56px;
  }
}
.p-issueSolution__infoSp {
  margin: 20px auto 0;
  width: 179px;
}
.p-issueSolution__infoData {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-issueSolution__infoData {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p-issueSolution__infoData {
    width: 68%;
    margin: 20px auto 0;
  }
}
.p-japnDevelopment {
  padding-top: 60px;
}
@media screen and (max-width: 576px) {
  .p-japnDevelopment {
    padding-bottom: 30px;
  }
}
.p-japnDevelopment__text {
  text-align: center;
  margin-top: 40px;
}
.p-japnDevelopment__list {
  margin-top: 24px;
}
@media screen and (min-width: 578px) {
  .p-japnDevelopment__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-japnDevelopment__list li {
  background: #fafafa;
  border-radius: 8px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 22px;
}
@media screen and (max-width: 576px) {
  .p-japnDevelopment__list li {
    width: 80%;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 576px) {
  .p-japnDevelopment__list li + li {
    margin-top: 24px;
  }
}
@media screen and (min-width: 578px) {
  .p-japnDevelopment__list li + li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 578px) {
  .p-japnDevelopment__list li {
    width: 280px;
  }
}
.p-japnDevelopment__list li img {
  width: 60px;
}
.p-japnDevelopment__list li .c-text {
  margin-top: 10px;
  line-height: 24px;
}
.p-message__container {
  width: 1080px;
  margin: auto;
  padding-top: 126px;
}
@media screen and (max-width: 576px) {
  .p-message__container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 576px) {
  .p-message__container {
    padding-bottom: 115px;
  }
}
@media screen and (min-width: 578px) {
  .p-message__container {
    padding-bottom: 160px;
  }
}
.p-message__outer {
  position: relative;
}
.p-message__outer::before {
  min-width: 1260px;
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .p-message__inner {
    margin-top: 128px;
  }
}
@media screen and (min-width: 578px) {
  .p-message__inner {
    padding-top: 100px;
    max-width: 840px;
    margin: 0 auto;
  }
}
.p-message__heading {
  text-align: center;
}
.p-message__text {
  position: relative;
}
.p-message__text::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("./assets/image/svg/ic_double_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -60px;
  left: -80px;
}
@media screen and (max-width: 576px) {
  .p-message__text::before {
    left: 0;
  }
}
.p-message__ceo {
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-message__ceo {
    margin-top: 54px;
  }
}
@media screen and (min-width: 578px) {
  .p-message__ceo {
    margin-top: 60px;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .p-message__imageWrap {
    width: 100px;
  }
}
@media screen and (min-width: 578px) {
  .p-message__imageWrap {
    width: 100px;
  }
}
.p-message__ceoDetail {
  flex: 1;
  margin-left: 28px;
}
@media screen and (max-width: 576px) {
  .p-message__ceoDetail {
    margin-left: 34px;
  }
}
@media screen and (max-width: 576px) {
  .p-message__ceoDetail dt {
    padding-top: 6px;
  }
}
@media screen and (min-width: 578px) {
  .p-message__ceoDetail dt {
    display: flex;
    align-items: center;
  }
}
.p-message__ceoDetail dt span {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-message__ceoDetail dt span {
    margin-top: 12px;
    display: block;
  }
}
@media screen and (min-width: 578px) {
  .p-message__ceoDetail dt span {
    margin-left: 16px;
  }
}
.p-message__ceoDetail dd {
  margin-top: 14px;
  color: #acacac;
  font-size: 12px;
  line-height: 20px;
}
.p-mission__container {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .p-mission__container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 576px) {
  .p-mission__container {
    padding-top: 44px;
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 578px) {
  .p-mission__container {
    display: flex;
    padding-top: 214px;
    padding-bottom: 196px;
    width: 1194px;
    margin: 0 0 0 66px;
  }
}
@media screen and (min-width: 1700px) {
  .p-mission__container {
    width: 1540px;
  }
}
@media screen and (min-width: 578px) {
  .p-mission__imageWrap {
    width: 43%;
  }
}
@media screen and (max-width: 576px) {
  .p-mission__contentWrap {
    padding-top: 42px;
  }
}
@media screen and (min-width: 578px) {
  .p-mission__contentWrap {
    flex: 1;
    margin-left: 102px;
  }
}
@media screen and (max-width: 576px) {
  .p-mission__content dt {
    font-size: 32px;
  }
}
@media screen and (min-width: 578px) {
  .p-mission__content dt {
    font-size: 32px;
    line-height: 46.24px;
  }
}
.p-mission__content dd {
  margin-top: 20px;
}
.p-mission__content + .p-mission__content {
  margin-top: 58px;
}
.p-news__container {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .p-news__container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 576px) {
  .p-news__container {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 578px) {
  .p-news__container {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.p-news__list {
  margin-top: 64px;
}
.p-news__list li {
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 576px) {
  .p-news__list li {
    padding-top: 23px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 578px) {
  .p-news__list li {
    display: flex;
    padding: 24px 0;
  }
}
@media screen and (min-width: 578px) {
  .p-news__date {
    min-width: 108px;
  }
}
@media screen and (max-width: 576px) {
  .p-news__text {
    margin-top: 4px;
  }
}
@media screen and (min-width: 578px) {
  .p-news__text {
    flex: 1;
    margin-left: 58px;
  }
}
.p-news__text a {
  cursor: pointer;
}
.p-news__text a:hover,
.p-news__text a:active {
  text-decoration: underline;
  color: #69bb97;
}
.p-scoring__container {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .p-scoring__container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 578px) {
  .p-scoring__container {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-scoring .c-borderHeading {
    padding-top: 140px;
  }
}
.p-scoring__inner {
  padding-bottom: 60px;
}
.p-scoring__desc {
  text-align: center;
  margin-top: 72px;
}
@media screen and (min-width: 578px) {
  .p-scoring__desc {
    padding: 0 95px;
  }
}
.p-scoring__videoWrap {
  width: 800px;
  padding-top: 46.25%;
  margin: 40px auto 0;
  position: relative;
  height: 0;
}
@media screen and (max-width: 576px) {
  .p-scoring__videoWrap {
    width: 100%;
    padding-top: 56.25%;
  }
}
.p-scoring__videoWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-situation {
  padding-top: 60px;
}
@media screen and (min-width: 578px) {
  .p-situation {
    display: flex;
    justify-content: space-between;
  }
}
.p-situation .c-subHeading {
  text-align: left;
  padding-bottom: 32px;
}
.p-situation__ex {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 52px;
}
@media screen and (max-width: 576px) {
  .p-situation__ex {
    margin-top: 32px;
  }
}
@media screen and (min-width: 578px) {
  .p-situation__ex {
    flex: 1;
    margin-left: 30px;
  }
}
.p-situation__exHeading {
  text-align: center;
}
.p-situation__listWrap {
  margin-top: 32px;
}
@media screen and (min-width: 578px) {
  .p-situation__listWrap {
    display: flex;
  }
}
@media screen and (min-width: 578px) {
  .p-situation__list {
    width: calc(100% / 3);
  }
}
.p-situation__list li {
  font-size: 13px;
  font-weight: 300;
  padding-left: 19px;
  position: relative;
  line-height: 42px;
}
@media screen and (max-width: 576px) {
  .p-situation__list li {
    font-size: 16px;
  }
}
.p-situation__list li.is-hidde-dotted::before {
  display: none !important;
}
.p-situation__list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #515151;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.p-topBusiness__container {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .p-topBusiness__container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 576px) {
  .p-topBusiness__container {
    padding-top: 68px;
    padding-bottom: 136px;
  }
}
@media screen and (min-width: 578px) {
  .p-topBusiness__container {
    padding-top: 128px;
    padding-bottom: 260px;
  }
}
.p-topBusiness__inner {
  position: relative;
}
.p-topBusiness__inner::before {
  min-width: 1260px;
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-topBusiness__heading {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-topBusiness__list {
    margin-top: 58px;
  }
}
@media screen and (min-width: 578px) {
  .p-topBusiness__list {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 578px) {
  .p-topBusiness__list li {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  .p-topBusiness__list li + li {
    margin-top: 54px;
  }
}
.p-topBusiness__content {
  padding-top: 42px;
  padding-bottom: 24px;
}
.p-topBusiness__content dt {
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}
.p-topBusiness__content dd {
  margin-top: 12px;
}
@media screen and (min-width: 578px) {
  .p-topMv {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 578px) {
  .p-topMv__container {
    padding-top: 14.2vw;
    max-width: 1260px;
    margin-left: 12%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1700px) {
  .p-topMv__container {
    max-width: 1500px;
    margin-left: 14%;
  }
}
@media screen and (max-width: 576px) {
  .p-topMv__logo {
    margin-top: 40px;
    margin-left: 12px;
    width: 232px;
  }
}
.p-topMv__heading {
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-topMv__heading {
    margin-top: 54px;
    font-size: 42px;
    line-height: 63px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 578px) {
  .p-topMv__heading {
    margin-top: 36px;
    font-size: 42px;
    line-height: 63px;
  }
}
@media screen and (min-width: 578px) {
  .p-topMv__content {
    width: 45%;
  }
}
@media screen and (min-width: 578px) {
  .p-topMv__imageWrap {
    flex: 1;
  }
}
@media screen and (max-width: 576px) {
  .p-topMv__list {
    margin-top: 54px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 578px) {
  .p-topMv__list {
    margin-top: 54px;
  }
}
.p-topMv__list li {
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-topMv__list li {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 578px) {
  .p-topMv__list li {
    font-size: 12px;
    line-height: 1.4;
    position: relative;
  }
}
.p-topMv__list li::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./assets/image/svg/Ic_award.svg");
  width: 42px;
  height: 32px;
  margin-right: 12px;
}
.p-topMv__list li + li {
  margin-top: 25px;
}

/* ==========================================================================
   Tablet responsive (768px - 1024px)
   ========================================================================== */
@media screen and (min-width: 577px) and (max-width: 1024px) {
  /* Layout */
  .l-wrap {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .l-main__headingWrap {
    width: 90%;
    max-width: 1080px;
  }

  /* Wave decorations */
  .l-main .p-topBusiness__inner .c-wave,
  .l-main .p-message__outer .c-wave,
  .l-main .p-company__inner .c-wave,
  .l-main .p-business__inner .c-wave,
  .l-main .p-contact__inner .c-wave {
    min-width: 100%;
  }

  /* Background pseudo-elements */
  .p-topBusiness__inner::before,
  .p-business__inner::before,
  .p-company__inner::before,
  .p-contact__inner::before,
  .p-message__outer::before {
    min-width: 100%;
  }

  /* Header */
  .l-header {
    padding: 16px 24px;
  }

  /* Top MV */
  .p-topMv__container {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }

  /* Mission */
  .p-mission__container {
    width: 90%;
    max-width: 1194px;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .p-mission__contentWrap {
    margin-left: 48px;
  }

  /* Top Business */
  .p-topBusiness__container {
    width: 90%;
    max-width: 1080px;
  }

  /* News */
  .p-news__container {
    width: 90%;
    max-width: 1080px;
  }

  /* Message */
  .p-message__container {
    width: 90%;
    max-width: 1080px;
  }

  /* Company */
  .p-company__container {
    width: 90%;
    max-width: 1080px;
  }

  .p-company__body {
    padding: 36px 24px 40px 32px;
  }

  .p-company__detail {
    margin-left: 40px;
  }

  /* Contact */
  .p-contact__container {
    width: 90%;
    max-width: 1080px;
  }

  /* Business (business.html) */
  .p-business__container {
    width: 90%;
    max-width: 1080px;
  }

  /* Scoring */
  .p-scoring__container {
    width: 90%;
    max-width: 1080px;
  }

  .p-scoring__videoWrap {
    width: 90%;
    max-width: 800px;
  }

  /* Feature */
  .p-feature__list li {
    width: 45%;
  }

  /* Development */
  .p-development__imageWrap {
    width: 45%;
    max-width: 533px;
  }

  .p-development__text {
    max-width: 50%;
  }

  /* Issue Solution */
  .p-issueSolution__content {
    width: 45%;
  }

  .p-issueSolution__score {
    margin-left: 48px;
  }
}
