@charset "UTF-8";
/*
 Theme Name: WD
 Author: 株式会社ワンダフルドア
 Description: This is the base theme for all the Wordpress projects.
 Version: 1.0
 */
/*******************************************************
*
* Common
*
*******************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow: hidden;
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 2;
  }
}

canvas {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
}

img,
iframe {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.textCenter {
  text-align: center;
}

.textUppercase {
  text-transform: uppercase;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexboxCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexboxSpaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .flexboxSpaceBetween {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.flexboxSpaceBetweenTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexboxSpaceBetweenCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexboxSpaceBetweenEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hiddenSp {
  display: none;
}
@media (min-width: 992px) {
  .hiddenSp {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .hiddenPc {
    display: none;
  }
}

main {
  min-height: 500px;
}

/*******************************************************
  *
  * Image Wrapper
  *
  *******************************************************/
.imgWrap {
  position: relative;
}

.imgWrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

/*******************************************************
  *
  * Container
  *
  *******************************************************/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

/*******************************************************
  *
  * Global Button
  *
  *******************************************************/
.siteBtn01 {
  display: inline-block;
  text-align: center;
  background: #00c1aa;
  color: #fff;
  padding: 20px 28px;
  border-radius: 60px;
  margin: 20px 0 0;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  -webkit-box-shadow: 0 10px #049b89;
          box-shadow: 0 10px #049b89;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-weight: 500;
}
@media (min-width: 992px) {
  .siteBtn01 {
    font-size: 3.75vw;
    padding: 1.042vw 1.458vw;
    margin: 50px 0 0;
  }
}
@media (min-width: 1600px) {
  .siteBtn01 {
    font-size: 72px;
    padding: 20px 28px;
  }
}
.siteBtn01 span {
  font-family: "Nunito", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
.siteBtn01:active {
  -webkit-box-shadow: 0 0 #049b89;
          box-shadow: 0 0 #049b89;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/*******************************************************
  *
  * Site Title
  *
  *******************************************************/
.siteTtl01__dot {
  color: #bfbfbf;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding-inline: 32px 0;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .siteTtl01__dot {
    font-size: 18px;
    padding-inline: 24px 0;
  }
}
.siteTtl01__dot::before {
  content: "";
  background: #24a59f;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  .siteTtl01__dot::before {
    width: 10px;
    height: 10px;
  }
}
.siteTtl01__ttl {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.6;
  margin: 30px 0 0;
}
@media screen and (max-width: 991px) {
  .siteTtl01__ttl {
    font-size: 37px;
    margin-top: 10px;
  }
}
.siteTtl01__ttl-green {
  font-size: 58px;
  font-weight: 500;
  line-height: 1.3793103448;
  color: #00c1aa;
}
.siteTtl01__ttl-green span {
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 991px) {
  .siteTtl01__ttl-green {
    font-size: 43px;
  }
}
.siteTtl01__desc {
  margin: 49px 0 0;
}
.siteTtl01__desc p {
  letter-spacing: 0;
}
.siteTtl01__desc p:nth-child(n+2) {
  margin: 40px 0 0;
}
.siteTtl01--white .siteTtl01__dot {
  color: #e2f5f2;
}
.siteTtl01--white .siteTtl01__dot::before {
  background: #e2f5f2;
}
.siteTtl01--white .siteTtl01__ttl-green {
  color: #e2f5f2;
}
.siteTtl01--white .siteTtl01__ttl,
.siteTtl01--white .siteTtl01__desc {
  color: #fff;
}

.siteTtl02 {
  margin: 0 0 75px;
}
.siteTtl02__ttl {
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .siteTtl02__ttl {
    font-size: 27px;
  }
}
.siteTtl02__ttl span {
  display: block;
  padding: 14px 100px;
}
@media screen and (max-width: 991px) {
  .siteTtl02__ttl span {
    padding: 14px 50px;
  }
}
.siteTtl02__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.siteTtl02__rect {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  stroke: #00c1aa;
  stroke-dasharray: 10 15;
  stroke-linecap: round;
  stroke-dashoffset: 0;
  stroke-width: 5px;
  fill: transparent;
}

/*******************************************************
  *
  * Column 3
  *
  *******************************************************/
.col3 {
  margin: -10px;
}
.col3__item {
  width: 100%;
  max-width: 500px;
  padding: 10px;
}
@media (min-width: 576px) {
  .col3__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col3__item {
    width: 33.33%;
  }
}

/*******************************************************
  *
  * Image Text Content
  *
  *******************************************************/
.imgTxt__col {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 992px) {
  .imgTxt__col {
    width: 49%;
    max-width: unset;
  }
}
.imgTxt h2 {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .imgTxt h2 {
    margin: 0 0 30px;
  }
}

/*******************************************************
*
* Note
*
*******************************************************/
.note {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 50px 27px 30px;
  margin: 55px 0 0;
}
.note__tag {
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  background: #00c1aa;
  border-radius: 15px 0 0 0;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 26px;
}
.note__desc {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/*******************************************************
*
* Accent Curve
*
*******************************************************/
.accent-curve {
  position: relative;
}
.accent-curve::before {
  content: "";
  background: url("../images/common/accent-curveWhite.png") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5.8854166667%;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: none;
}
.accent-curve--green::before {
  background: url("../images/common/accent-curveGreen.png") center/cover no-repeat;
}
.accent-curve--speech::after {
  content: "";
  background: url("../images/common/accent-speechWhite.png") center/cover no-repeat;
  position: absolute;
  bottom: -153px;
  left: 0;
  height: 154px;
  width: 100%;
  z-index: 1;
}

/* bkt */
.bkt {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transform: translateX(71px);
  transform: translateX(71px);
}

@media (max-width: 500px) {
  .bkt {
    width: 46px;
    height: 46px;
    right: 15px;
    bottom: 50px;
    bottom: calc(constant(safe-area-inset-bottom) + 50px);
    bottom: calc(env(safe-area-inset-bottom) + 50px);
  }
}
.bkt svg {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 10px;
}

.bkt svg path {
  fill: #ffffff;
}

.bkt.show {
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.bkt:hover {
  cursor: pointer;
}

/*******************************************************
*
* Tags
*
*******************************************************/
.tags {
  margin-top: 20px;
}
.tags li {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  background: #fff;
  color: #000;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .tags li {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}

/*******************************************************
 *
 * Header
 *
 *******************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 100;
}
.header__logo {
  max-width: 360px;
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .header__btn {
    margin-left: 30px;
  }
  .header__btn p {
    display: none;
  }
}
.header__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 21px;
  padding-block: 4px;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 991px) {
  .header__btn-link {
    height: 40px;
    width: 40px;
    padding: 0 !important;
    border-radius: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__btn-link:not(:last-child) {
  margin-right: 10px;
}
.header__btn-link p {
  font-size: 14px;
  letter-spacing: 0;
}
.header__btn-link img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .header__btn-link img {
    margin-right: 10px;
  }
}
.header__btn-link:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.header__btn-phone {
  padding-inline: 17px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 4px #ccc;
          box-shadow: 0 4px #ccc;
}
.header__btn-phone img {
  width: 18px;
}
.header__btn-phone p {
  text-align: center;
  font-size: 10px;
  letter-spacing: -0.02em;
}
.header__btn-phone p span {
  font-size: 19px;
  line-height: 1.2631578947;
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.header__btn-phone:active {
  -webkit-box-shadow: 0 0 #ccc;
          box-shadow: 0 0 #ccc;
}
.header__btn-download {
  background: #00c1aa;
  padding-inline: 26px;
  -webkit-box-shadow: 0 4px #049b89;
          box-shadow: 0 4px #049b89;
}
.header__btn-download img {
  width: 16px;
}
.header__btn-download:active {
  -webkit-box-shadow: 0 0 #049b89;
          box-shadow: 0 0 #049b89;
}
.header__btn-contact {
  background: #bf0000;
  padding-inline: 34px;
  -webkit-box-shadow: 0 4px #1a807b;
          box-shadow: 0 4px #800000;
}
.header__btn-contact img {
  width: 19px;
}
.header__btn-contact:active {
  -webkit-box-shadow: 0 0 #1a807b;
          box-shadow: 0 0 #1a807b;
}

/*==============================
 Fixed Header
===============================*/
.fh {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.2);
}

/*==============================
 Burger Menu
===============================*/
.burgerMenu {
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 99;
}
.burgerMenu div {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.burgerMenu div:nth-child(1) {
  top: 0px;
}
.burgerMenu div:nth-child(2) {
  top: 15px;
}
.burgerMenu div:nth-child(3) {
  top: 30px;
}
.burgerMenu.is-open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
.burgerMenu.is-open div:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.burgerMenu.is-open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}

/*******************************************************
 *
 * Footer
 *
 *******************************************************/
.footer__top {
  padding: 60px 15px 43px;
}
.footer__logos {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px -50px;
}
.footer__logos-item {
  padding: 10px 50px;
}
.footer__logos .imgLogo {
  position: relative;
}
.footer__logos .imgLogo canvas {
  background: transparent;
}
.footer__logos .imgLogo__img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__bot {
  background: #333;
  padding: 48px 15px;
}
.footer__bot-logo img {
  max-width: 98px;
  width: 100%;
}
.footer__bot .copyright {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #fff;
}

/*******************************************************
 *
 * Top Page
 *
 *******************************************************/
/*-- .topBnr ---*/
.topBnr {
  background: url("../images/top/banner-bg.png") center/cover no-repeat;
}
.topBnr canvas {
  background: transparent;
}
@media screen and (max-width: 991px) {
  .topBnr canvas {
    height: 400px;
  }
}
.topBnr__wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 4.688vw;
}
.topBnr__info .ttl {
  font-size: 74px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2857142857;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 991px) {
  .topBnr__info .ttl {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .topBnr__info .ttl {
    font-size: 3.646vw;
  }
}
@media (min-width: 1600px) {
  .topBnr__info .ttl {
    font-size: 74px;
  }
}
.topBnr__info .ttl small {
  font-size: 16px;
  font-family: "Kiwi Maru", serif;
}
@media (min-width: 992px) {
  .topBnr__info .ttl small {
    font-size: 34px;
  }
}

/*-- .topWork ---*/
.topWork {
  z-index: 1;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .topWork {
    padding: 5.938vw 0 8.333vw;
  }
}
@media (min-width: 1366px) {
  .topWork {
    padding: 114px 0 160px;
  }
}
.topWork::before {
  content: "";
  background: url("../images/common/accent-work.png") center/cover no-repeat;
  position: absolute;
  top: -5.885vw;
  right: 0;
  width: 100%;
  padding-bottom: 38.3333333333%;
  -webkit-transform: initial;
          transform: initial;
  z-index: -1;
}
.topWork .siteTtl01 {
  margin: 0 0 50px;
}
@media (min-width: 992px) {
  .topWork .siteTtl01 {
    margin: 0 0 5.625vw;
  }
}
@media (min-width: 1366px) {
  .topWork .siteTtl01 {
    margin: 0 0 108px;
  }
}
.topWork__list {
  margin: -75px -37px 0;
}
@media screen and (max-width: 767px) {
  .topWork__list {
    margin: 0;
  }
}
.topWork__item {
  width: 50%;
  padding: 75px 37px 0;
}
@media screen and (max-width: 767px) {
  .topWork__item {
    width: 100%;
    padding: 0;
  }
  .topWork__item:nth-child(n+2) {
    margin: 50px 0 0;
  }
}
.topWork__item .tag {
  margin: 15px 0 0;
}
.topWork__item .tag span {
  background: #00c1aa;
  color: #fff;
  padding: 2px 40px;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: 0;
}
.topWork__item .ttl {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 0 0;
}
@media screen and (max-width: 991px) {
  .topWork__item .ttl {
    font-size: 20px;
  }
}
.topWork__item .desc {
  margin: 2px 0 0;
  letter-spacing: 0.05em;
}

/*-- .topTbp --*/
.topTbp {
  background: #00c1aa;
  z-index: 1;
  padding: 115px 0;
}
.topTbp .siteTtl01 {
  margin: 0 0 115px;
}
.topTbp::before {
  content: "";
  background: url("../images/top/topTbp_bg.png") top left/118px 97px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topTbp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .topTbp__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .topTbp__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .topTbp__item:nth-child(even) .topTbp__info {
    padding: 0 9.5833333333% 0 0;
  }
  .topTbp__item:nth-child(odd) .ttl {
    margin: 0 0 0 -34.0206185567%;
  }
}
.topTbp__item:nth-child(n+2) {
  margin: 70px 0 0;
}
.topTbp__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .topTbp__img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.topTbp__info {
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .topTbp__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 9%;
    max-width: 50%;
    margin: 70px 0 0;
  }
}
.topTbp__info .ttl {
  white-space: nowrap;
  color: #29cbb8;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 15.136vw;
}
@media (min-width: 992px) {
  .topTbp__info .ttl {
    font-size: 10.417vw;
  }
}
@media (min-width: 1600px) {
  .topTbp__info .ttl {
    font-size: 200px;
  }
}
.topTbp__info .sub-ttl {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  margin: 5px 0 25px;
  line-height: 1.6666666667;
}
.topTbp__info .desc {
  color: #e2f5f2;
  line-height: 2;
}
/*-- .topProduction --*/
.topProduction {
  padding: 110px 0 45px;
  z-index: 2;
  background: #fff;
}
.topProduction__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .topProduction__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.topProduction__wrap:not(:first-of-type) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .topProduction__wrap:not(:first-of-type) {
    margin-top: 60px;
  }
}
.topProduction__img {
  overflow: hidden;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .topProduction__img {
    width: 41.6666666667%;
    border-radius: 100px 0 0 0;
  }
}
.topProduction__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topProduction__info .client-name {
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
.topProduction__info .tag span {
  display: inline-block;
  border: 1px solid #00c1aa;
  border-radius: 12px;
  background: #fff;
  color: #00c1aa;
  font-size: 14px;
  line-height: 1;
  padding: 5px 17px;
}
.topProduction__info .ttl {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 24px;
  margin: 0 0 4px;
}
.topProduction__info .ttl02 {
  margin-top: 10px;
}
.topProduction__info .desc {
  font-size: 16px;
  line-height: 1.5;
  background: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
}
.topProduction .slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
.topProduction .slider .slick-arrow:hover {
  background: #000;
  color: #fff;
}
.topProduction .slider .slick-prev {
  position: absolute;
  left: auto;
  right: 80px;
  top: -40px;
}
.topProduction .slider .slick-prev:before {
  content: "<";
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  line-height: 1;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topProduction .slider .slick-next {
  position: absolute;
  right: 0;
  top: -40px;
}
.topProduction .slider .slick-next:before {
  content: ">";
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  line-height: 1;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topProduction .slider .slick-arrow:hover:before {
  color: #fff;
}
@media (min-width: 992px) {
  .topProduction .section-case .slider .slick-arrow {
    width: 62px;
    height: 62px;
  }
  .topProduction .section-case .slider .slick-prev {
    top: -100px;
  }
  .topProduction .section-case .slider .slick-next {
    top: -100px;
  }
}

/*-- .topTbpFlow --*/
.topTbpFlow {
  background: #e2f5f2;
  z-index: 1;
  padding: 210px 0 300px;
}
@media screen and (max-width: 375px) {
  .topTbpFlow {
    padding-bottom: 180px;
  }
}
@media (min-width: 992px) {
  .topTbpFlow {
    padding: 235px 0 370px;
  }
  .topTbpFlow::before {
    content: "";
    background: url("../images/common/accent-flow01.png") center/100% no-repeat;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 40.625vw;
    width: 35.417vw;
    top: -6.25vw;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .topTbpFlow::before {
    height: 780px;
    width: 680px;
    top: -120px;
  }
}
@media (min-width: 992px) {
  .topTbpFlow::after {
    content: "";
    background: url("../images/common/accent-flow02.png") center/100% no-repeat;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 40.625vw;
    width: 35.417vw;
    top: -5.729vw;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .topTbpFlow::after {
    height: 415px;
    width: 622px;
    top: -110px;
  }
}
@media (min-width: 992px) {
  .topTbpFlow > div::before {
    content: "";
    background: url("../images/common/accent-flow03.png") center/100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25.99vw;
    width: 20.573vw;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .topTbpFlow > div::before {
    height: 499px;
    width: 395px;
  }
}
@media (min-width: 992px) {
  .topTbpFlow > div::after {
    content: "";
    background: url("../images/common/accent-flow04.png") center/100% no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 17.552vw;
    width: 24.531vw;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .topTbpFlow > div::after {
    height: 337px;
    width: 471px;
  }
}
.topTbpFlow__list {
  margin: 237px 0 80px;
}
@media screen and (max-width: 991px) {
  .topTbpFlow__list {
    margin-top: 70px;
    margin-bottom: 0px;
  }
}
.topTbpFlow__item {
  min-height: 650px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -117px;
}
@media screen and (max-width: 991px) {
  .topTbpFlow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 130px 0 0;
    margin-top: auto;
  }
  .topTbpFlow__item:nth-child(n+2) {
    margin: 100px 0 0;
  }
}
.topTbpFlow__item .step {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #00c1aa;
  border-radius: 100%;
  font-family: "Nunito", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .topTbpFlow__item .step {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.topTbpFlow__item .step span {
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
}
.topTbpFlow__item .img-wrap {
  width: 45.8333333333%;
}
@media screen and (max-width: 991px) {
  .topTbpFlow__item .img-wrap {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 50px;
  }
}
.topTbpFlow__item .content-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .topTbpFlow__item .content-info {
    width: 100%;
  }
}
.topTbpFlow__item .content-info .ttl {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 3px;
}
@media screen and (max-width: 991px) {
  .topTbpFlow__item .content-info .ttl {
    font-size: 27px;
  }
}
.topTbpFlow__item .content-info .desc {
  font-size: 16px;
  line-height: 1.875;
}
.topTbpFlow__item:nth-last-child(2) .curve--left::after {
  content: "";
  background: url("../images/common/arrow-greenRight.png") center/contain no-repeat;
  height: 61px;
  width: 33px;
  border-radius: initial;
  bottom: -35.5px;
}
@media (min-width: 992px) {
  .topTbpFlow__item:nth-child(odd) {
    padding: 0 8.854vw 0 0;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .topTbpFlow__item:nth-child(odd) {
    padding: 0 170px 0 0;
  }
}
@media (min-width: 992px) {
  .topTbpFlow__item:nth-child(odd) .content-info {
    padding: 0 0 0 90px;
  }
  .topTbpFlow__item .curve {
    display: block;
    position: absolute;
    top: -5px;
    height: calc(100% + 10px);
    width: calc(50% - 75px);
    border: 10px solid #00c1aa;
    pointer-events: none;
  }
  .topTbpFlow__item .curve::after, .topTbpFlow__item .curve::before {
    content: "";
    background: #00c1aa;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
  }
  .topTbpFlow__item .curve--right {
    right: 0;
    border-left: 0;
    border-radius: 0 270px 270px 0;
  }
  .topTbpFlow__item .curve--right::before {
    top: -10px;
    left: -5px;
  }
  .topTbpFlow__item .curve--right::after {
    bottom: -10px;
    left: -5px;
  }
  .topTbpFlow__item .curve--left {
    left: 0;
    border-right: 0;
    border-radius: 270px 0 0 270px;
  }
  .topTbpFlow__item .curve--left::before {
    top: -10px;
    right: -5px;
  }
  .topTbpFlow__item .curve--left::after {
    bottom: -10px;
    right: -5px;
  }
  .topTbpFlow__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 0 8.854vw;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .topTbpFlow__item:nth-child(even) {
    padding: 0 0 0 170px;
  }
}
@media (min-width: 992px) {
  .topTbpFlow__item:nth-child(even) .content-info {
    padding: 0 90px 0 0;
  }
}
.topTbpFlow .note {
  background: #fff;
  margin-top: 26px;
}
.topTbpFlow .note__tag {
  background: #24a59f;
}
.topTbpFlow .note__desc {
  font-size: 14px;
}

/*-- .topFaq --*/
.topFaq {
  padding: 230px 0 100px;
}
@media screen and (max-width: 375px) {
  .topFaq {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .topFaq {
    padding: 23.125vw 0 7.813vw;
  }
}
@media (min-width: 1600px) {
  .topFaq {
    padding: 444px 0 150px;
  }
}
.topFaq > .container {
  position: relative;
  z-index: 2;
}
.topFaq__list {
  margin: 120px 0 0;
}
@media screen and (max-width: 991px) {
  .topFaq__list {
    margin-top: 60px;
  }
}
.topFaq .accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topFaq .accordion::before {
  height: 58px;
  width: 58px;
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .topFaq .accordion::before {
    height: 50px;
    width: 50px;
    font-size: 24px;
  }
}
.topFaq .accordion span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
}
.topFaq__question {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topFaq__question {
    font-size: 18px;
  }
}
.topFaq__question::before {
  content: "Q";
  color: #fff;
  background: #00c1aa;
  -webkit-box-shadow: 0 4px #028d7c;
          box-shadow: 0 4px #028d7c;
}
.topFaq__question::after {
  content: "-";
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .topFaq__question::after {
    font-size: 24px;
    right: -20px;
  }
}
.topFaq__answer {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.topFaq__answer::before {
  content: "A";
  color: #00c1aa;
  background: #fff;
  -webkit-box-shadow: 0 4px #c0cfcd;
          box-shadow: 0 4px #c0cfcd;
}
.topFaq__answer .content-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 0 0;
}
.topFaq__item {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px 30px;
  cursor: pointer;
}
.topFaq__item:nth-child(n+2) {
  margin: 45px 0 0;
}
.topFaq__item.active {
  -webkit-box-shadow: 0 7px #bed0cd;
          box-shadow: 0 7px #bed0cd;
  background: #e2f5f2;
}
.topFaq__item.active .topFaq__question::after {
  content: "+";
}
.topFaq__item.active .topFaq__answer {
  height: initial;
  opacity: 1;
  margin: 25px 0 0;
}
.topFaq__wheel {
  position: absolute;
  top: -240px;
  max-width: 450px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 992px) {
  .topFaq__wheel {
    max-width: 37.604vw;
    top: -19.01vw;
  }
}

/*-- .topContact --*/
.topContact .siteTtl01__desc {
  margin-top: 33px;
}
.topContact__wrap {
  padding: 75px 0 150px;
  background: #00c1aa;
  position: relative;
  z-index: 1;
}
@media (min-width: 1600px) {
  .topContact__wrap {
    padding: 75px 0 10.052vw;
  }
}
@media (min-width: 992px) {
  .topContact__wrap::before {
    content: "";
    background: url("../images/common/accent-contact.png") top/100% no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    padding-bottom: 37.5%;
    width: 80.99vw;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .topContact__wrap::before {
    height: 720px;
    width: 1555px;
  }
}
.topContact__info {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: 75px;
  -webkit-box-shadow: 0 10px #bfcfcc;
          box-shadow: 0 10px #bfcfcc;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  padding: 44px 10px 20px;
  z-index: 1;
}
.topContact__info-txt {
  font-size: 24px;
  border-radius: 28px;
  background: #e2f5f2;
  position: absolute;
  top: -30px;
  max-width: 280px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 3px 5px;
}
.topContact__info-txt::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 17px solid #e2f5f2;
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-right: 10px solid transparent;
}
.topContact__info-txt span {
  color: #00c1aa;
}
.topContact__info-desc {
  color: #666;
}
@media screen and (max-width: 576px) {
  .topContact__info-desc {
    font-size: 14px;
  }
}
.topContact__info-num {
  display: inline-block;
  font-size: 48px;
  letter-spacing: 0.05em;
  color: #00c1aa;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 1;
  padding: 0 0 0 58px;
}
@media screen and (max-width: 991px) {
  .topContact__info-num {
    font-size: 36px;
    padding: 5px 0 0 40px;
  }
}
@media screen and (max-width: 425px) {
  .topContact__info-num {
    font-size: 30px;
  }
}
.topContact__info-num::before {
  content: "";
  background: url("../images/common/icon-phone-green.png") center/contain no-repeat;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .topContact__info-num::before {
    width: 30px;
    height: 30px;
  }
}
.topContact .form {
  background: #e2f5f2;
  padding: 0 0 100px;
  z-index: 1;
}
.topContact .mktoForm {
  width: 100% !important;
  background: #fff;
  padding: 40px 70px 55px;
}
@media screen and (max-width: 767px) {
  .topContact .mktoForm {
    padding: 40px 20px 55px;
  }
}
.topContact .mktoForm textarea,
.topContact .mktoForm select,
.topContact .mktoForm input {
  width: 100% !important;
  margin: 0 !important;
  float: initial;
}
.topContact .mktoForm .mktoOffset {
  display: none;
}
.topContact .mktoForm .mktoFieldWrap,
.topContact .mktoForm .mktoFormCol {
  float: initial;
}
.topContact .mktoForm .mktoAsterix {
  font-size: 0;
  float: initial;
  line-height: 1;
  padding: 0;
  float: initial;
}
.topContact .mktoForm .mktoAsterix::before {
  content: "必須";
  background: #d51515;
  color: #fff;
  display: block;
  border-radius: 3px;
  font-size: 14px;
  padding: 3px 5px;
  margin-left: 10px;
}
.topContact .mktoForm .mktoField {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 10px 20px;
  height: 50px !important;
}
.topContact .mktoForm .mktoFieldWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .topContact .mktoForm .mktoFieldWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topContact .mktoForm .mktoFieldWrap label {
  width: 250px !important;
  margin: 0;
  float: initial;
}
@media screen and (max-width: 767px) {
  .topContact .mktoForm .mktoFieldWrap label {
    width: 100% !important;
    margin: 0 0 20px;
  }
}
.topContact .mktoForm .mktoFieldWrap select,
.topContact .mktoForm .mktoFieldWrap textarea,
.topContact .mktoForm .mktoFieldWrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topContact .mktoForm .mktoLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: initial;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
  padding: 0;
  font-weight: 500;
}
.topContact .mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}
.topContact .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.topContact .mktoForm .mktoButtonRow button {
  background: #00c1aa;
  color: #fff;
  border-radius: 60px;
  font-size: 18px;
  border: 0;
  -webkit-box-shadow: 0 4px #049b89;
          box-shadow: 0 4px #049b89;
}
.topContact .mktoFormRow {
  margin: 40px 0 0;
}
.topContact .mktoFormRow:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 40px;
}
.topContact .mktoFormRow:nth-child(5) input {
  max-width: 150px;
}
.topContact .mktoFormRow:nth-child(5) .mktoFieldDescriptor:first-child {
  margin-bottom: 20px !important;
}
.topContact .mktoFormRow:nth-child(8) .mktoFieldWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topContact .mktoFormRow:nth-child(8) textarea {
  height: 130px !important;
}
.topContact .mktoFormRow:nth-child(9) {
  margin: 0;
  padding: 0;
  border: 0;
}
.topContact .mktoFormRow:nth-child(9) .mktoFieldWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topContact .mktoFormRow:nth-child(9) .mktoHtmlText {
  width: 100% !important;
}
.topContact .mktoFormRow:nth-child(9) .mktoHtmlText > div {
  text-align: center !important;
}
.topContact .mktoFormRow:nth-child(9) .mktoHtmlText span {
  font-family: "Kiwi Maru", serif;
  font-size: 14px !important;
}
.topContact .mktoFormRow:nth-child(9) .mktoHtmlText a {
  color: #00c1aa;
}
.topContact .mktoFormRow:nth-child(10) {
  margin: 0;
  padding: 0;
  border: 0;
}
.topContact .mktoFormRow:nth-child(10) .mktoFieldWrap {
  display: block;
}
.topContact .mktoFormRow:nth-child(10) .mktoAsterix {
  display: none;
}
.topContact .mktoFormRow:nth-child(10) input {
  max-width: 20px;
  height: 20px !important;
}
.topContact .mktoFormRow:nth-child(10) .mktoCheckboxList {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topContact .mktoFormRow:nth-child(10) .mktoCheckboxList label {
  margin: 0 0 0 20px;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  width: initial !important;
}

.topContact .card {
  max-width: 882px;
  width: 95%;
  margin: auto;
}

.topContact .card {
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topContact .card > div {
  width: 50%;
  text-align: center;
  padding: 3rem 0;
}

.topContact .card .inline {
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.topContact .card .left .large {
  font-size: 24px;
}

.topContact .card .left .small {
  font-size: 14px;
}

.topContact .card .right {
  background: #F5F5F5;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}

.topContact .card .right:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/common/icon-phone-green.png) no-repeat center/cover;
  position: relative;
  z-index: 2;
  bottom: 12px;
}

.topContact .card .right:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #F5F5F5;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  position: absolute;
  top: 0;
  left: -27px;
}

.topContact .card .right .tel {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #00c1aa;
}

@media only screen and (max-width: 1024px) {
  .topContact .card > div {
    width: 100%;
    padding: 2rem 0;
  }
  .topContact .card .right:after {
    content: none;
  }
}
@media only screen and (max-width: 600px) {
  .topContact .card .inline {
    text-align: center;
  }
  .topContact .card .left .large {
    font-size: 20px;
  }
  .topContact .card .right:before {
    width: 20px;
    height: 20px;
    bottom: 10px;
  }
  .topContact .card .right .tel {
    font-size: 30px;
  }
}
.topBnr .tag {
  width: 100%;
  padding: 0 0 0 4.688vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}

.topBnr .tag .btn,
.topBnr .tag .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topBnr .tag .btn {
  gap: 0 50px;
}

.topBnr .tag .btn a {
  color: #333333;
  font-size: 20px;
  gap: 0 20px;
  border-bottom: 2px solid #333333;
  padding-bottom: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topBnr .tag .btn svg {
  background: #333333;
  color: #ffffff;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topBnr .tag .btn a:hover svg {
  background: #ffffff;
  color: #333333;
}

@media only screen and (max-width: 600px) {
  .topBnr .tag .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topBnr .tag .btn a {
    font-size: 14px;
  }
}
.point-subheading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Nunito", sans-serif;
}

.point-subheading .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00c1aa;
  border-radius: 50%;
}

.point-subheading .txt {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .point-subheading {
    width: 100px;
    height: 100px;
  }
}
.point-subheading-large {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
}

.point-line {
  position: absolute;
  stroke-width: 8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke: #00c1aa;
}

.point-line .line {
  width: 100%;
  height: 100%;
}

.point-line .arrow {
  position: absolute;
  width: 67px;
  height: 59px;
}

.point-line .arrow > svg {
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .point-line {
    display: none;
  }
}
.point-line-1,
.point-line-3,
.point-line-5 {
  left: calc(50% - 242.5px);
  margin-left: 320px;
  width: 485px;
  height: 540px;
  top: 57px;
}

.point-line-2,
.point-line-4,
.point-line-6 {
  left: calc(50% - 242.5px);
  margin-left: -320px;
  width: 485px;
  height: 540px;
  top: 57px;
}

.point-line-7 {
  left: calc(50% - 242.5px);
  margin-left: 240px;
  width: 567px;
  height: 648px;
  top: 55px;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*******************************************************
*
* 9/2 追加CSS
*
*******************************************************/
@media screen and (max-width: 991px) {
  .topWork .siteTtl01__ttl {
    font-size: clamp(21px, 4.8177083333vw, 37px);
  }
  .topTbp .siteTtl01__ttl,
  .topTbpFlow .siteTtl01__ttl {
    font-size: clamp(27px, 4.8177083333vw, 37px);
  }
}
.topWork .siteTtl01__desc .br {
  display: none;
}

@media screen and (min-width: 920px) {
  .topWork .siteTtl01__desc .br {
    display: block;
  }
}
.topWork__item .ttl {
  font-size: clamp(25px, 2.5423728814vw, 30px);
}

@media screen and (max-width: 991px) {
  .topWork__item .ttl {
    font-size: clamp(18px, 4.7619047619vw, 20px);
  }
}
.topWork__item:nth-child(odd) {
  padding: 75px 18px 0 37px;
}

.topWork__item:nth-child(even) {
  padding: 75px 37px 0 18px;
}

@media screen and (max-width: 860px) {
  .topWork__item:nth-child(odd) {
    padding: 75px 12px 0 34px;
  }
  .topWork__item:nth-child(even) {
    padding: 75px 34px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .topWork__item:nth-child(odd),
  .topWork__item:nth-child(even) {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .topTbp__info .sub-ttl {
    font-size: clamp(23px, 4.6875vw, 36px);
  }
}
.topTbp .siteTtl01__ttl-green .br {
  display: none;
}

@media screen and (max-width: 767px) {
  .topTbp .siteTtl01__ttl-green .br {
    display: block;
  }
}
.topTbp__item:nth-child(1) .br {
  display: none;
}

@media screen and (max-width: 1240px) {
  .topTbp__item:nth-child(1) .br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .topTbp__item:nth-child(1) .br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .topTbp__item:nth-child(2) .br {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .topTbp__item:nth-child(2) .br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .siteTtl01__ttl-green {
    font-size: clamp(33px, 5.5989583333vw, 43px);
  }
}
@media screen and (max-width: 375px) {
  .topTbpFlow {
    padding-bottom: 260px;
  }
}
.topFaq__item .topFaq__question::after {
  content: "+";
}

.topFaq__item.active .topFaq__question::after {
  content: "-";
}

@media screen and (max-width: 480px) {
  .topContact .siteTtl01__desc .br {
    display: none;
  }
}
.topContact .small .br {
  display: none;
}

@media screen and (max-width: 420px) {
  .topContact .small .br {
    display: block;
  }
}
.mktoHtmlText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 840px) {
  .section-contact .mktoFormRow:nth-child(9) .mktoHtmlText > div {
    text-align: left !important;
  }
}
/*******************************************************
 *
 * 404 PAGE
 *
 *******************************************************/
.page-404 {
  margin-top: 5rem;
  min-height: 350px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-404 h2 {
  font-size: 6rem;
  font-weight: 100;
  letter-spacing: 0.2em;
  color: orange;
}