@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Work+Sans:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Work+Sans:wght@400;500&display=swap");
.shadow-area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 80px;
}
@media screen and (min-width: 1300px) {
  .shadow-area {
    padding: 130px 0;
  }
}
.shadow-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #59554C;
  opacity: 0.9;
}
.shadow-area .bg_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.shadow-area__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .shadow-area__inner {
    width: 100%;
  }
}
.shadow-area h2 {
  color: #ffffff;
}
@media screen and (min-width: 1300px) {
  .shadow-area h2 {
    width: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .shadow-area h2 {
    width: 60%;
    margin-right: auto;
  }
}
.shadow-area__content {
  display: grid;
  grid-template-columns: 100%;
  gap: 70px;
  color: #ffffff;
  margin-top: 75px;
}
@media screen and (min-width: 960px) {
  .shadow-area__content {
    grid-template-columns: repeat(2, 46%);
    gap: 60px;
    margin-top: 95px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1300px) {
  .shadow-area__content {
    width: 75%;
    margin-left: 20%;
    margin-right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .shadow-area__content {
    width: 60%;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .shadow-area__box.policy__box:first-child, .shadow-area__box.strong__box:first-child {
    grid-column: 1/3;
    justify-self: center;
    max-width: 50%;
  }
}
.shadow-area__box:nth-child(1) > .shadow-area__box__inner {
  background-color: #E87DA5;
}
.shadow-area__box:nth-child(2) > .shadow-area__box__inner {
  background-color: #F4BF69;
}
.shadow-area__box:nth-child(3) > .shadow-area__box__inner {
  background-color: #3FAAB4;
}
.shadow-area__box:nth-child(4) > .shadow-area__box__inner {
  background-color: #103D64;
}
.shadow-area__box__inner {
  border: 1px #ffffff solid;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 10px 45px;
  display: grid;
  grid-template-columns: 85px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "index title" "content content";
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner {
    display: block;
    max-width: unset;
    padding: 60px 35px;
  }
}
.shadow-area__box__inner span {
  display: block;
  padding-top: 10px;
  padding-right: 30px;
  grid-area: index;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
  font-size: 32px;
  font-family: "Cardo", "Noto Sans JP", serif;
  font-weight: 700;
  line-height: 27px;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner span {
    padding-right: 36px;
    padding-top: 16px;
    margin-bottom: 60px;
  }
}
.shadow-area__box__inner span::before {
  content: "";
  display: block;
  width: 52px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(./../image/heart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner span::before {
    width: 60px;
    height: 47px;
  }
}
.shadow-area__box__inner p {
  grid-area: title;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner p {
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.shadow-area__box__inner div {
  grid-area: content;
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner div {
    font-size: 16px;
    margin-top: 0;
  }
}

.service-box {
  width: 100%;
  padding: 45px 0 64px;
  margin-bottom: 32px;
  -webkit-box-shadow: #59554C4A 0px 3px 13px;
          box-shadow: #59554C4A 0px 3px 13px;
}
@media screen and (min-width: 1300px) {
  .service-box {
    padding: 50px 0;
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 64px;
  }
}
.service-box__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .service-box__inner {
    width: 90%;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-box__inner.task__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 1300px) {
  .service-box__content {
    width: 50%;
  }
}
.service-box__content h2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .service-box__content h2 {
    margin-bottom: 50px;
  }
}
.service-box.about {
  background-color: #ffffff;
}
@media screen and (min-width: 960px) {
  .service-box.about {
    margin-top: 180px;
  }
}
.service-box.task {
  background-color: #EBE6E0;
  margin-bottom: 104px;
}
@media screen and (min-width: 960px) {
  .service-box.task {
    margin-bottom: 124px;
  }
}
.service-box__img {
  max-width: 500px;
  margin: 32px auto 0;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .service-box__img {
    width: 50%;
    margin: 0;
  }
}
.service-box__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #59554C;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.service-box__img img {
  width: 100%;
  display: block;
}

.services {
  margin: 0 auto 104px;
  padding-top: 104px;
}
@media screen and (min-width: 960px) {
  .services {
    padding-top: 124px;
    margin-bottom: 124px;
  }
}
.services__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .services__inner {
    width: 80%;
    margin-right: 0;
  }
}
.services__link {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .services__link {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .services__link:hover .services__link__inner {
    width: 0;
    opacity: 0;
  }
}
.services__link__inner {
  display: block;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  height: 225px;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media screen and (min-width: 960px) {
  .services__link__inner {
    width: 50%;
    height: 355px;
  }
  .services__link__inner:nth-child(2):hover .services__link__content {
    margin-left: auto;
    margin-right: 0;
  }
  .services__link__inner:hover {
    opacity: 1 !important;
    width: 100% !important;
  }
  .services__link__inner:hover .services__link__content {
    width: 50%;
  }
  .services__link__inner:hover .services__link__content span::after {
    height: 0px;
  }
}
.services__link__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #59554C;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.services__link__inner img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.services__link__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
.services__link__content p {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .services__link__content p {
    font-size: 24px;
  }
}
.services__link__content span {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: "Cardo", "Noto Sans JP", serif;
  padding-right: 30px;
}
@media screen and (min-width: 960px) {
  .services__link__content span {
    font-size: 20px;
  }
}
.services__link__content span::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.services__link__content span::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.services__other {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .services__other {
    width: 90%;
  }
}
.services__other p {
  border-bottom: 1px #59554C solid;
  padding-bottom: 14px;
  font-weight: 300;
}
@media screen and (min-width: 960px) {
  .services__other p {
    padding-bottom: 20px;
  }
}
.services__other .row {
  margin-top: 20px;
  border-bottom: 1px #59554C solid;
}
@media screen and (min-width: 960px) {
  .services__other .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
.services__other .row .label {
  margin-bottom: 14px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .services__other .row .label {
    width: 33%;
  }
}
.services__other .row .content {
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .services__other .row .content {
    width: 67%;
    padding-bottom: 60px;
  }
}

.child_services {
  margin: 104px 0 30px;
}
@media screen and (min-width: 960px) {
  .child_services {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.child_services h2 {
  width: 95%;
  margin: 0 auto 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .child_services h2 {
    width: 80%;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 960px) and (min-width: 1300px) {
  .child_services h2 {
    width: 75%;
    margin-right: 5%;
  }
}
.child_services .child_services__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .child_services .child_services__inner {
    width: 80%;
    position: relative;
  }
}
@media screen and (min-width: 1300px) {
  .child_services .child_services__inner {
    width: 75%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 960px) {
  .child_services .child_services__inner::before {
    content: "";
    display: block;
    background-color: #59554C;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 95px;
    z-index: -1;
  }
}
.child_services__item {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 64px;
  position: relative;
  -webkit-box-shadow: #59554C4A 0px 3px 13px;
          box-shadow: #59554C4A 0px 3px 13px;
}
@media screen and (min-width: 960px) {
  .child_services__item {
    margin-bottom: 104px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform-origin: center;
            transform-origin: center;
    color: #59554C4D;
  }
}
.child_services__item:nth-of-type(3n + 2) .child_services__item__inner::before {
  border-color: #E87DA5;
}
.child_services__item:nth-of-type(3n + 2) .child_services__img__inner::before {
  color: #E87DA5;
}
.child_services__item:nth-of-type(3n) .child_services__item__inner::before {
  border-color: #F4BF69;
}
.child_services__item:nth-of-type(3n) .child_services__img__inner::before {
  color: #F4BF69;
}
.child_services__item:nth-of-type(3n + 1) .child_services__item__inner::before {
  border-color: #3FAAB4;
}
.child_services__item:nth-of-type(3n + 1) .child_services__img__inner::before {
  color: #3FAAB4;
}
@media screen and (min-width: 960px) {
  .child_services__item__inner::before {
    opacity: 0.3;
  }
}
@media screen and (min-width: 960px) {
  .child_services__item {
    color: #59554C;
  }
}
@media screen and (min-width: 960px) {
  .child_services__item .child_services__item__inner::before {
    opacity: 1;
  }
}
.child_services__item__inner {
  display: block;
  background-color: #ffffff;
}
@media screen and (min-width: 960px) {
  .child_services__item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .child_services__item__inner::before {
    content: "";
    display: block;
    border-width: 37.5px;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    left: 0;
    top: 0;
    position: absolute;
  }
}
.child_services__content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .child_services__content {
    padding: 70px 65px;
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
}
.child_services__content .text_content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .child_services__content .text_content {
    max-width: 700px;
    margin-left: auto;
  }
}
.child_services__img {
  display: none;
}
@media screen and (min-width: 960px) {
  .child_services__img {
    position: -webkit-sticky;
    position: sticky;
    width: 50%;
    height: 27vw;
    top: 30%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.child_services__img__inner {
  margin-top: 35px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .child_services__img__inner {
    height: 100%;
    width: 50%;
    position: absolute;
    margin-top: 0;
    padding-bottom: 0;
    z-index: 0;
    right: -30px;
  }
}
.child_services__img__inner::before {
  content: attr(data-label);
  display: block;
  position: absolute;
  font-size: 50px;
  font-family: "Cardo", "Noto Sans JP", serif;
  color: #DAD2C5;
  opacity: 0.3;
  right: 10px;
  top: -15px;
}
@media screen and (min-width: 960px) {
  .child_services__img__inner::before {
    color: #ffffff;
    z-index: 2;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
    right: auto;
    top: auto;
    left: calc(10% + 60px);
    bottom: calc(10% + 30px);
  }
}
.child_services__img__inner div {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .child_services__img__inner div {
    width: 90%;
    height: 90%;
    margin-left: 0;
    position: absolute;
    top: 30px;
    right: -30px;
    z-index: 1;
  }
}
.child_services__img__inner div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #59554C;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.child_services__img__inner div img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.child_services__label {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .child_services__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding-bottom: 0;
    max-width: 100%;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.child_services__label .index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Cardo", "Noto Sans JP", serif;
}
.child_services__label .index span:first-child {
  font-size: 64px;
  line-height: 86px;
}
.child_services__label .index span:last-child {
  font-size: 34px;
  line-height: 46px;
}
.child_services__label .title {
  text-align: center;
}
.child_services__label .title p {
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .child_services__label .title p {
    text-align: left;
    margin: 0;
  }
}
.child_services__label .title p::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #59554C;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .child_services__label .title p::before {
    bottom: 5px;
  }
}
.child_services__label .title span {
  display: block;
  font-size: 12px;
  line-height: 17px;
}

.flow {
  margin: 0 auto;
  width: 95%;
  padding-top: 104px;
}
@media screen and (min-width: 960px) {
  .flow {
    padding-top: 124px;
  }
}
@media screen and (min-width: 1300px) {
  .flow {
    width: 80%;
    margin-right: 0;
  }
}
.flow__content {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
.flow__content > p:first-child {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .flow__content > p:first-child {
    margin-top: 64px;
  }
}
.flow__items {
  position: relative;
  z-index: 0;
  margin-top: 50px;
  max-width: 850px;
}
@media screen and (min-width: 960px) {
  .flow__items {
    margin-top: 35px;
  }
}
.flow__items::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #59554C;
  top: 0;
  left: 40px;
}
.flow__item {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
}
@media screen and (min-width: 960px) {
  .flow__item {
    color: #59554C;
    padding: 15px 50px;
    padding-left: 130px;
    -webkit-box-shadow: #59554C4A 0px 3px 13px;
            box-shadow: #59554C4A 0px 3px 13px;
  }
  .flow__item:hover {
    color: #ffffff;
  }
  .flow__item:hover::before {
    background-color: #59554C;
    opacity: 0.5;
  }
}
.flow__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #59554C;
  opacity: 0.5;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .flow__item::before {
    background-color: #ffffff;
    opacity: 1;
  }
}
.flow__item::after {
  content: attr(data-num);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  left: 15px;
  z-index: 2;
  font-family: "Cardo", "Noto Sans JP", serif;
  font-size: 32px;
}
@media screen and (min-width: 960px) {
  .flow__item::after {
    top: 50%;
    left: 65px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.flow__item:nth-child(1)::after {
  background-image: url("./../image/flow/1_wt.svg");
}
@media screen and (min-width: 960px) {
  .flow__item:nth-child(1)::after {
    background-image: url("./../image/flow/1_bk.svg");
  }
  .flow__item:nth-child(1):hover::after {
    background-image: url("./../image/flow/1_wt.svg");
  }
}
.flow__item:nth-child(2)::after {
  background-image: url("./../image/flow/2_wt.svg");
}
@media screen and (min-width: 960px) {
  .flow__item:nth-child(2)::after {
    background-image: url("./../image/flow/2_bk.svg");
  }
  .flow__item:nth-child(2):hover::after {
    background-image: url("./../image/flow/2_wt.svg");
  }
}
.flow__item:nth-child(3)::after {
  background-image: url("./../image/flow/3_wt.svg");
}
@media screen and (min-width: 960px) {
  .flow__item:nth-child(3)::after {
    background-image: url("./../image/flow/3_bk.svg");
  }
  .flow__item:nth-child(3):hover::after {
    background-image: url("./../image/flow/3_wt.svg");
  }
}
.flow__item:nth-child(4)::after {
  background-image: url("./../image/flow/4_wt.svg");
}
@media screen and (min-width: 960px) {
  .flow__item:nth-child(4)::after {
    background-image: url("./../image/flow/4_bk.svg");
  }
  .flow__item:nth-child(4):hover::after {
    background-image: url("./../image/flow/4_wt.svg");
  }
}
.flow__item:nth-child(5)::after {
  background-image: url("./../image/flow/5_wt.svg");
}
@media screen and (min-width: 960px) {
  .flow__item:nth-child(5)::after {
    background-image: url("./../image/flow/5_bk.svg");
  }
  .flow__item:nth-child(5):hover::after {
    background-image: url("./../image/flow/5_wt.svg");
  }
}
.flow__item > * {
  position: relative;
  z-index: 2;
}
.flow__item .title {
  padding-left: 70px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .flow__item .title {
    padding-left: 0;
    line-height: normal;
    margin-bottom: 10px;
  }
}

.faq {
  margin: 0 auto;
  width: 95%;
  padding-top: 104px;
  padding-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .faq {
    padding-top: 124px;
    padding-bottom: 104px;
  }
}
@media screen and (min-width: 1300px) {
  .faq {
    width: 80%;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .faq__inner {
    width: 90%;
    margin: 0 auto;
  }
}
.faq__items {
  max-width: 1070px;
  margin: 32px auto 0;
}
@media screen and (min-width: 960px) {
  .faq__items {
    margin-top: 64px;
  }
}
.faq__items input {
  display: none;
}
.faq__items input:checked + label span::after {
  height: 0px;
}
.faq__items input:checked + label + .faq_a {
  max-height: 9999px;
}
.faq__items label {
  display: block;
  border-top: 1px #59554C solid;
  border-bottom: 1px #59554C solid;
  padding: 20px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  margin-top: -1px;
}
@media screen and (min-width: 960px) {
  .faq__items label {
    padding-left: 120px;
  }
}
.faq__items label:nth-of-type(2n + 1) {
  background-color: #59554C1A;
}
.faq__items label:nth-of-type(2n + 1) + .faq_a {
  background-color: #59554C1A;
}
.faq__items label::before {
  content: "Q";
  display: block;
  position: absolute;
  font-family: "Cardo", "Noto Sans JP", serif;
  font-size: 32px;
  top: 50%;
  left: 22px;
  color: inherit;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__items label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 20px;
  height: 1px;
  background-color: #59554C;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.faq__items label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 1px;
  height: 20px;
  background-color: #59554C;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.faq__items .faq_a {
  height: auto;
  max-height: 0;
  overflow: hidden;
  font-weight: 700;
}
.faq__items .faq_a__inner {
  padding: 20px 30px 30px;
}
@media screen and (min-width: 960px) {
  .faq__items .faq_a__inner {
    padding-left: 120px;
  }
}

.other-link {
  margin: 0 auto;
  padding-bottom: 104px;
}
@media screen and (min-width: 960px) {
  .other-link {
    padding-bottom: 124px;
    width: 95%;
  }
}
@media screen and (min-width: 1300px) {
  .other-link {
    width: 80%;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .other-link__inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1300px) {
  .other-link__inner {
    margin-left: 0;
  }
}
.other-link h2 {
  font-weight: 300;
  border-bottom: 1px #59554C solid;
  max-width: 270px;
  padding-left: 2.5%;
}
@media screen and (min-width: 960px) {
  .other-link h2 {
    max-width: none;
    font-size: 24px;
    padding-left: 0;
    padding-bottom: 5px;
  }
}
.other-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 25px auto 0;
  width: 90%;
  height: 225px;
  text-decoration: none;
  position: relative;
  z-index: 0;
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  .other-link a {
    width: 50%;
    margin-left: 0;
    height: 350px;
  }
  .other-link a:hover span {
    padding-left: 30px;
  }
  .other-link a:hover span::before {
    width: 30px;
  }
  .other-link a:hover span::after {
    height: 0;
    -webkit-transform: translate(-15px, -50%);
            transform: translate(-15px, -50%);
  }
}
.other-link a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #59554C;
  opacity: 0.5;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.other-link a > * {
  position: relative;
  z-index: 2;
}
.other-link a p {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .other-link a p {
    font-size: 24px;
  }
}
.other-link a span {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: "Cardo", "Noto Sans JP", serif;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .other-link a span {
    font-size: 20px;
  }
}
.other-link a span::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.other-link a span::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.suppliers {
  margin: 0 auto;
  width: 95%;
  padding-top: 104px;
}
@media screen and (min-width: 960px) {
  .suppliers {
    padding-top: 124px;
  }
}
@media screen and (min-width: 1300px) {
  .suppliers {
    width: 80%;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .suppliers__inner {
    width: 90%;
    margin: 64px auto 0;
  }
}
.suppliers__text {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .suppliers__text {
    margin-bottom: 20px;
  }
}
.suppliers__content {
  padding-top: 32px;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .suppliers__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 32px;
  }
}
.suppliers__content:nth-of-type(3n + 1) .company::before {
  background-image: url(./../image/arrow_pink.svg);
}
.suppliers__content:nth-of-type(3n + 2) .company::before {
  background-image: url(./../image/arrow_yellow.svg);
}
.suppliers__content:nth-of-type(3n) .company::before {
  background-image: url(./../image/arrow_lightblue.svg);
}
.suppliers__division {
  font-weight: 700;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px #59554C solid;
}
@media screen and (min-width: 960px) {
  .suppliers__division {
    width: 99px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-bottom: none;
    padding-right: 30px;
    margin-right: 30px;
    margin-top: 10px;
    border-right: 1px #59554C solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
.suppliers__companies {
  overflow-x: auto;
}
.suppliers__companies .company {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .suppliers__companies .company {
    margin-bottom: 16px;
  }
}
.suppliers__companies .company::before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.suppliers h2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1300px) {
  .suppliers h2 {
    width: 100%;
  }
}
.suppliers .h2_add {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .suppliers .h2_add {
    margin-left: 16px;
    font-size: 14px;
  }
}

.office {
  margin: 0 auto;
  width: 95%;
  padding-top: 52px;
  padding-bottom: 104px;
}
@media screen and (min-width: 960px) {
  .office {
    padding-top: 62px;
  }
}
@media screen and (min-width: 1300px) {
  .office {
    width: 80%;
    margin-right: 0;
  }
}
.office__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .office__inner {
    width: 90%;
  }
}
@media screen and (min-width: 1300px) {
  .office__inner {
    margin-left: 0;
  }
}
.office h2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .office h2 {
    margin-bottom: 64px;
  }
}
.office__past {
  border: 1px #DAD2C5 solid;
  padding: 30px 10px 45px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .office__past {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.office__past p {
  text-align: center;
  font-size: 18px;
  position: absolute;
  margin-bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 20px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .office__past p {
    font-size: 24px;
    margin-bottom: 65px;
  }
}
.office__past ul {
  width: 95%;
  max-width: 610px;
  margin: 0 auto;
  list-style: none;
  padding-left: 45px;
}
.office__past ul li {
  position: relative;
  margin-bottom: 14px;
}
@media screen and (min-width: 960px) {
  .office__past ul li {
    margin-bottom: 16px;
  }
}
.office__past ul li::before {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background-image: url(./../image/check-n.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -45px;
  top: 7px;
}
.office__past div {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .office__past div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.office__past div::before {
  content: "";
  display: block;
  background-image: url(./../image/face.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 45px;
  height: 48px;
  margin: 25px auto 0;
}
@media screen and (min-width: 960px) {
  .office__past div::before {
    margin: 0;
  }
}
.office__arrow {
  width: 30px;
  margin: 35px auto 65px;
  display: block;
}
@media screen and (min-width: 960px) {
  .office__arrow {
    width: 45px;
    margin: 45px auto 105px;
  }
}
.office__illumina {
  -webkit-box-shadow: #59554C4A 0px 3px 13px;
          box-shadow: #59554C4A 0px 3px 13px;
  background-color: #f2f1ef;
  padding-bottom: 40px;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .office__illumina {
    font-size: 20px;
  }
}
.office__illumina p {
  text-align: center;
  font-size: 16px;
  position: relative;
  margin: 0 auto 40px;
  top: -30px;
  width: 90%;
  height: 100px;
  line-height: 100px;
  font-weight: 700;
  background-color: #ffffff;
}
@media screen and (min-width: 960px) {
  .office__illumina p {
    font-size: 24px;
    margin-bottom: 0;
    top: -60px;
    max-width: 700px;
    height: 100px;
    line-height: 100px;
  }
}
.office__illumina p .color {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.office__illumina p .color:nth-of-type(1) {
  border-left: 10px #E87DA5 solid;
  border-top: 10px #E87DA5 solid;
  width: calc((100% - 5px) * 7 / 10);
  height: calc((100% - 5px) * 5 / 10);
  left: 0;
  top: 0;
}
@media screen and (min-width: 960px) {
  .office__illumina p .color:nth-of-type(1) {
    width: calc((100% - 10px) * 7 / 10);
    height: calc((100% - 10px) * 5 / 10);
    border-width: 12px;
  }
}
.office__illumina p .color:nth-of-type(2) {
  border-top: 10px #F4BF69 solid;
  border-right: 10px #F4BF69 solid;
  width: calc((100% - 5px) * 3 / 10);
  height: calc((100% - 5px) * 8 / 10);
  right: 0;
  top: 0;
}
@media screen and (min-width: 960px) {
  .office__illumina p .color:nth-of-type(2) {
    width: calc((100% - 10px) * 3 / 10);
    height: calc((100% - 10px) * 8 / 10);
    border-width: 12px;
  }
}
.office__illumina p .color:nth-of-type(3) {
  border-bottom: 10px #3FAAB4 solid;
  border-left: 10px #3FAAB4 solid;
  width: calc((100% - 5px) * 4 / 10);
  height: calc((100% - 5px) * 5 / 10);
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 960px) {
  .office__illumina p .color:nth-of-type(3) {
    width: calc((100% - 10px) * 4 / 10);
    height: calc((100% - 10px) * 5 / 10);
    border-width: 12px;
  }
}
.office__illumina p .color:nth-of-type(4) {
  border-bottom: 10px #103D64 solid;
  border-right: 10px #103D64 solid;
  width: calc((100% - 5px) * 6 / 10);
  height: calc((100% - 5px) * 2 / 10);
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 960px) {
  .office__illumina p .color:nth-of-type(4) {
    width: calc((100% - 10px) * 6 / 10);
    height: calc((100% - 10px) * 2 / 10);
    border-width: 12px;
  }
}
.office__illumina ul {
  width: 95%;
  max-width: 830px;
  margin: 0 auto;
  list-style: none;
  padding-left: 45px;
}
.office__illumina ul li {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .office__illumina ul li {
    margin-bottom: 16px;
  }
}
.office__illumina ul li::before {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background-image: url(./../image/check-c.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -45px;
  top: 7px;
}
.office__illumina div {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .office__illumina div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -16px;
  }
}
.office__illumina div::before {
  content: "";
  display: block;
  background-image: url(./../image/bulb.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 55px;
  height: 65px;
  margin: 25px auto 0;
}
@media screen and (min-width: 960px) {
  .office__illumina div::before {
    width: 75px;
    height: 95px;
    margin: 0;
  }
}
.office__illumina div span {
  display: block;
}
@media screen and (min-width: 960px) {
  .office__illumina div span {
    margin-bottom: 20px;
  }
}

.download {
  margin: 100px auto 0;
  width: 90%;
  max-width: 1200px;
}
.download-cta {
  background-color: #DAD2C5;
  margin: 0 auto 32px;
  position: relative;
  padding: 65px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .download-cta {
    margin-bottom: 64px;
    padding: 100px 0 80px;
  }
}
.download-cta::before {
  content: attr(data-en);
  color: #59554C;
  display: block;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Cardo", "Noto Sans JP", serif;
  font-size: 36px;
}
@media screen and (min-width: 960px) {
  .download-cta::before {
    font-size: 64px;
  }
}
.download-cta::after {
  content: attr(data-jp);
  color: #59554C;
  display: block;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 960px) {
  .download-cta::after {
    top: 60px;
    font-size: 16px;
  }
}
.download-cta p {
  font-weight: 300;
}
.download-cta__wrap {
  width: 90%;
  margin: 18px auto 0;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .download-cta__wrap {
    margin-top: 25px;
    padding-right: 0;
  }
}
.download-cta__wrap a {
  display: block;
  width: 280px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 2px #59554C solid;
  position: relative;
  font-family: "Cardo", "Noto Sans JP", serif;
  text-decoration: none;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .download-cta__wrap a {
    max-width: 650px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
  }
  .download-cta__wrap a:hover {
    background-color: #59554C;
    border-color: #ffffff;
    color: #ffffff;
  }
  .download-cta__wrap a:hover::after {
    background-color: #ffffff;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.download-cta__wrap a::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #59554C;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (min-width: 960px) {
  .download-cta__wrap a::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}