@media screen and (min-width:768px){
	.sp{display: none !important;}
}
@media screen and (max-width:767px){
	.pc{display: none !important;}
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  --noto-serif: 'Noto Serif JP', serif;
  --main-color: #FFE1A1;
}

a:hover {
  text-decoration: underline;
}
a img {
  transition: opacity .3s;
}
a:hover img {
  opacity: .7;
}

h1,
h2 {
  font-family: var(--noto-serif);
  color: #333;
}

main {
  overflow: hidden;
}

.more-btn a {
  position: relative;
  display: inline-block;
  line-height: 35px;
  padding-left: 51px;
  background-image: url(../images/common/bg_more.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  font-size: 15px;
}
.more-btn a::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #000;
}

/* header */
header {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 80px));
  font-size: 14px;
  transform: translateX(-50%);
}
.header__logo img {
  width: 175px;
}
.header__menu__wrap {
  display: flex;
  align-items: center;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__menu__item {
  margin-right: min(60px, 5vw);
}
.header__menu__mail img {
  width: 72px;
}
.header__menu__hamburger {
  display: none;
}

/* footer */
footer {
  margin-top: 110px;
  padding-bottom: 81px;
  text-align: center;
}
.title__cotanct a {
  display: block;
  width: 513px;
  line-height: 480px;
  margin: 0 auto;
  background-image: url(../images/common/bg_contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  font-size: 50px;
  transition: opacity .3s;
}
.title__cotanct a:hover {
  opacity: .7;
  text-decoration: none;
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  font-size: 15px;
}
.footer__nav__item + .footer__nav__item {
  margin-left: 93px;
}
.footer__logo {
  margin-top: 60px;
}
.footer__logo img {
  width: 201px;
}
.footer__address {
  line-height: 2;
  margin-top: 51px;
  font-size: 14px;
}
.footer__copyright {
  margin-top: 32px;
  color: #707070;
  font-size: 12px;
}

/* top */
.top__title {
  font-size: 50px;
  text-align: center;
}
.top__mv {
  width: 100%;
  padding-top: 182px;
  background-color: var(--main-color);
  background-image:url(../images/top/bg_mv.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.top__mv__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.top__mv__title {
  line-height: 1.1;
  font-size: min(147px, 11.3vw);
  font-weight: 300;
  letter-spacing: -1px;
}
.top__mv__title span {
  font-size: min(174px, 13.4vw);
}
.top__mv__catch {
  margin-top: 55px;
  font-family: 'Sawarabi Mincho', serif;
  font-size: min(20px, 1.54vw);
  letter-spacing: 2px;
}
.top__mv__txt {
  line-height: 2.14;
  margin-top: 36px;
  font-size: min(14px, 1.08vw);
}
.top__mv__img {
  position: absolute;
  top: -55px;
  right: -280px;
  filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.25));
}
.top__mv__img img {
  width: min(801px, 55vw);
}
.top__about {
  min-height: 560px;
  margin-top: 180px;
  padding: 76px 0 85px;
  background-image: url(../images/top/bg_about.png);
  background-repeat: no-repeat;
  background-size: 598px auto;
  background-position: center center;
}
.top__about__txt {
  line-height: 2.11;
  margin: 40px 0 65px;
  font-size: 18px;
  text-align: center;
}
.top__about .more-btn {
  margin-top: 65px;
  text-align: center;
}
.top__works {
  min-height: 834px;
  margin-top: 100px;
  padding-top: 40px;
  background-image: url(../images/top/bg_works.png);
  background-repeat: no-repeat;
  background-size: 892px auto;
  background-position: calc(50% + 530px) top;
}
.top__works__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.top__works .more-btn {
  position: absolute;
  top: 65px;
  right: 0;
}
.top__works__cnt {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
.top__works__cnt__item {
  width: calc(100% / 3 - 20px);
}
.top__works__cnt__item + .top__works__cnt__item {
  margin-left: 40px;
}
.top__works__cnt__item:nth-child(2) {
  margin-top: 60px;
}
.top__works__cnt__item:nth-child(3) {
  margin-top: 120px;
}
.top__works__cnt__item__img {
  filter: drop-shadow(10px 15px 15px rgba(0,0,0,0.16));
}
.top__works__cnt__item__img img {
  width: 100%;
}
.top__works__cnt__item__title {
  margin-top: 33px;
  color: #333;
  font-size: 24px;
  font-family: var(--noto-serif);
  text-align: center;
}
.top__works__cnt__item__txt {
  line-height: 1.46;
  margin-top: 15px;
  font-size: 15px;
}
.top__workflow {
  margin-top: 82px;
  padding-top: 70px;
  background-image: url(../images/top/bg_workflow.png);
  background-repeat: no-repeat;
  background-size: 664px auto;
  background-position: calc(50% - 310px) top;
}
.top__workflow__main {
  max-width: 750px;
  margin: 54px auto 0;
}
.top__workflow__main__item {
  position: relative;
}
.top__workflow__main__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -23px;
  width: 3px;
  height: 23px;
  background: #DEE6F4;
}
.top__workflow__main__item + .top__workflow__main__item {
  margin-top: 23px;
}
.top__workflow__main__num {
  position: absolute;
  top: 50%;
  left: 0;
  width: 68px;
  line-height: 64px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  font-size: 24px;
  font-family: var(--noto-serif);
  transform: translateY(-50%);
  text-align: center;
}
.top__workflow__main__item:nth-child(1) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num01.png);
}
.top__workflow__main__item:nth-child(2) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num02.png);
}
.top__workflow__main__item:nth-child(3) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num03.png);
}
.top__workflow__main__item:nth-child(4) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num04.png);
}
.top__workflow__main__item:nth-child(5) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num05.png);
}
.top__workflow__main__item:nth-child(6) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num06.png);
}
.top__workflow__main__item:nth-child(7) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num07.png);
}
.top__workflow__main__item:nth-child(8) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num08.png);
}
.top__workflow__main__item:nth-child(9) .top__workflow__main__num {
  background-image: url(../images/top/bg_workflow_num09.png);
}
.top__workflow__main__cnt {
  display: flex;
  align-items: center;
  width: calc(100% - 33px);
  margin-left: 33px;
  padding: 16px 0 17px 78px;
  border: 2px solid #DEE6F4;
  border-radius: 10px;
  background: #fff;
}
.top__workflow__main__cnt__icon {
  flex-shrink: 0;
  width: 88px;
}
.top__workflow__main__cnt__title {
  font-size: 18px;
}
.top__workflow__main__cnt__description {
  margin-top: 7px;
  font-size: 15px;
}
.top__workflow__main__cnt__slider {
  position: absolute;
  top: 50%;
  right: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EEB74C;
  font-size: 14px;
  transform: translateY(-50%);
  transition: opacity .3s;
}
.top__workflow__main__cnt__slider:hover {
  cursor: pointer;
  opacity: .7;
}
.top__workflow__slider {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
}
.top__workflow__slider__close {
  position: absolute;
  top: 50px;
  right: 82px;
  width: 30px;
  height: 30px;
  transition: opacity .3s;
}
.top__workflow__slider__close:hover {
  cursor: pointer;
  opacity: .7;
}
.top__workflow__slider__close::before,
.top__workflow__slider__close::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.top__workflow__slider__close::before {
  transform: rotate(-45deg);
}
.top__workflow__slider__close::after {
  transform: rotate(45deg);
}
.top__workflow__slider__cnt__wrap {
  max-width: 792px;
  margin: 0 auto;
}
.top__workflow__slider__item img {
  max-width: 100%;
}
.top__workflow .slick-prev,
.top__workflow .slick-next {
  width: 25px;
  height: 51px;
}
.top__workflow .slick-prev {
  left: -144px;
}
.top__workflow .slick-next {
  right: -144px;
}
.top__workflow .slick-prev::before,
.top__workflow .slick-next::before {
  content: "";
  display: block;
  width: 25px;
  height: 51px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.top__workflow .slick-prev::before {
  background-image: url(../images/common/arrow_prev.svg);
}
.top__workflow .slick-next::before {
  background-image: url(../images/common/arrow_next.svg);
}
.top__workflow .slick-dots {
  bottom: -53px;
}
.top__workflow .slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 7px;
}
.top__workflow .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 9px;
}
.top__workflow .slick-dots li.slick-active button {
  background-color: #DD9500;
}
.top__workflow .slick-dots li button:before {
  display: none;
}
.top__company {
  margin-top: 100px;
}
.top__company__cnt {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 128px;
  background-image: url(../images/top/bg_company.png);
  background-repeat: no-repeat;
  background-size: 714px auto;
  background-position: right top;
}
.top__company__map {
  flex-shrink: 0;
  width: min(600px, 50%);
  margin-top: 114px;
  border-radius: 10px;
  overflow: hidden;
}
.top__company__map iframe {
  width: 100%;
  height: 440px;
}
.top__company .top__title {
  text-align: left;
}
.top__company__detail {
  margin-left: 45px;
}
.top__company__detail__cnt {
  display: flex;
  align-items: flex-start;
  margin-top: 46px;
}
.top__company__detail__cnt + .top__company__detail__cnt {
  margin-top: 20px;
}
.top__company__detail__label {
  flex-shrink: 0;
  width: 70px;
  line-height: 30px;
  margin-right: 31px;
  border-radius: 10px;
  background: var(--main-color);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.top__company__detail__txt {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 15px;
}
.top__company .more-btn {
  margin: 75px 0 0 -80px;
  text-align: center;
}
.top__instagram {
  margin-top: 120px;
}
.top__instagram .top__title {
  line-height: 1.4;
}
.top__instagram__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 54px auto 0;
}
.top__instagram__cnt__item {
  width: calc(20% - 10px);
  margin-bottom: 16px;
}
.top__instagram__cnt__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* child_common */
.wrapper__child {
  background-image: url(../images/common/bg_child.png);
  background-repeat: no-repeat;
  background-size: 100% 740px;
  background-position: center top;
}
.title__child {
  padding-top: 161px;
  font-size: 90px;
  text-align: center;
}

/* about */
.about__lead__cnt {
  margin-top: 110px;
  text-align: center;
}
.about__title {
  font-size: 30px;
  text-align: center;
}
.about__lead__txt {
  line-height: 1.88;
  margin-top: 30px;
  font-size: 18px;
}
.about__strength {
  margin-top: 224px;
}
.about__strength__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1250px;
  margin: 53px auto 0;
}
.about__strength__cnt__item {
  position: relative;
  width: calc(100% / 3 - 35px);
}
.about__strength__cnt__item:nth-child(1),
.about__strength__cnt__item:nth-child(4) {
  margin-top: -13px;
}
.about__strength__cnt__item:nth-child(2),
.about__strength__cnt__item:nth-child(5) {
  margin-top: 40px;
}
.about__strength__cnt__item:nth-child(3n) {
  margin-top: 80px;
}
.about__strength__cnt__item__num {
  position: absolute;
  top: 25px;
  left: 16px;
  width: 75px;
  line-height: 70px;
  background-image: url(../images/about/bg_about_num.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 28px;
  font-family: var(--noto-serif);
  text-align: center;
}
.about__strength__cnt__item__img {
  text-align: center;
}
.about__strength__cnt__item__img img {
  zoom: .5;
  max-width: 100%;
}
.about__strength__cnt__item__txt {
  line-height: 1.44;
  margin-top: 17px;
  font-size: 18px;
}

/* company */
.child__company {
  padding-bottom: 240px;
}
.child__company + footer {
  margin-top: 110px;
}
.title__child--company {
  padding-bottom: 110px;
}
.company__cnt {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 10px 20px 20px rgba(0,0,0,0.25);
  padding: 100px 90px 465px;
  border-radius: 10px;
  background: #FFFAF0;
}
.company__cnt__main {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #DD9500;
}
.company__cnt__main:first-child {
  border-top: 1px dashed #DD9500;
}
.company__cnt__main__label {
  flex-shrink: 0;
  width: 152px;
  font-size: 18px;
  font-weight: 400;
}
.company__cnt__main__txt {
  line-height: 2;
  font-size: 15px;
}
.company__map {
  position: absolute;
  bottom: -200px;
  left: 50%;
  width: calc(100% - 180px);
  height: 606px;
  box-shadow: 10px 20px 20px rgba(0,0,0,0.25);
  border-radius: 10px;
  overflow: hidden;
  transform: translateX(-50%);
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

/* works */
.works__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.works__cnt__item {
  width: calc(100% / 3 - 20px);
}
.works__cnt__item:nth-child(2),
.works__cnt__item:nth-child(5),
.works__cnt__item:nth-child(8) {
  margin-top: 60px;
}
.works__cnt__item:nth-child(3n) {
  margin-top: 120px;
}
.works__cnt__item__img {
  filter: drop-shadow(10px 15px 15px rgba(0,0,0,0.16));
}
.works__cnt__item__img img {
  width: 100%;
}
.works__cnt__item__title {
  margin-top: 33px;
  color: #333;
  font-size: 22px;
  font-family: var(--noto-serif);
  text-align: center;
}
.works__cnt__item__txt {
  line-height: 1.46;
  margin-top: 15px;
  font-size: 15px;
}

/* contact */
.contact__lead {
  margin-top: 130px;
  color: #333;
  font-size: 30px;
  font-family: var(--noto-serif);
  text-align: center;
}
.contact__tel {
  margin-top: 110px;
}
.contact__tel__title {
  font-size: 30px;
  text-align: center;
}
.contact__tel__cnt {
  width: 640px;
  margin: 20px auto 0;
  padding: 35px 0 24px;
  border: 1px solid #DD9500;
  border-radius: 10px;
  background-color: #fff;
}
.contact__tel__number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__tel__number__cnt {
  display: flex;
  align-items: center;
}
.contact__tel__number__cnt + .contact__tel__number__cnt {
  margin-left: 40px;
}
.contact__tel__number__cnt__label {
  line-height: 34px;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: var(--main-color);
  font-size: 23px;
  font-weight: 400;
}
.contact__tel__number__cnt__txt {
  font-size: 24px;
}
.contact__tel__number__cnt__txt a[href*='tel:'] {
  pointer-events: none;
  cursor: default;
}
.contact__tel__time {
  line-height: 28px;
  margin-top: 21px;
  font-size: 15px;
  text-align: center;
}
.contact__tel__time span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 7px;
  border-radius: 10px;
  background-color: var(--main-color);
}
.contact__form {
  min-height: 713px;
  margin-top: 111px;
  padding-top: 77px;
  background-image: url(../images/contact/bg_contact.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 762px auto;
}
.contact__form__lead {
  font-size: 30px;
  font-family: var(--noto-serif);
  text-align: center;
}
.contact__form form {
  max-width: 894px;
  margin: 40px auto 0;
}
.contact__form__cnt {
  display: flex;
  justify-content: space-between;
}
.contact__form__cnt + .contact__form__cnt {
  margin-top: 34px;
}
.contact__form__cnt__label {
  flex-shrink: 0;
  width: 186px;
  line-height: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}
.contact__form__cnt__label span {
  display: inline-block;
  margin-left: 20px;
  padding: 0 15px;
  border: 1px solid #DD9500;
  border-radius: 10px;
  background-color: #fff;
  color: #DD9500;
  font-size: 14px;
}
.contact__form__cnt__input {
  flex: auto;
}
.contact__form__cnt__input input,
.contact__form__cnt__input textarea {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: #fff;
}
.contact__form__cnt__input input {
  line-height: 60px;
}
.contact__form__cnt__input textarea {
  height: 140px;
  padding: 15px;
}
.contact__form__cnt__input .error {
  color: #ff0000cf;
}
.contact__form__cnt__btn button {
  display: block;
  width: 103px;
  line-height: 96px;
  margin: 64px auto 0;
  background-image: url(../images/contact/bg_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  font-family: var(--noto-serif);
  font-size: 24px;
  text-align: center;
  transition: opacity .3s;
}
.contact__form__cnt__btn button:hover {
  opacity: .7;
}
.contact__thanks__txt {
  text-align: center;
}
.child__contact + footer .title__cotanct {
  display: none;
}

@media screen and (max-width:1300px){
  /* top */
  .top__mv__inner {
    max-width: none;
    padding: 0 3.8vw;
  }
  .top__about,
  .top__works,
  .top__workflow,
  .top__company,
  .top__instagram {
    padding: 0 3.8vw;
  }
  .top__mv__img {
    right: -12vw;
  }
  .top__workflow__slider__cnt__wrap {
    padding: 0 14.8vw;
  }
  .top__workflow .slick-prev {
    left: -11vw;
  }
  .top__workflow .slick-next {
    right: -11vw;
  }

  /* child_common */
  .wrapper__child {
    background-size: auto 740px;
  }
  .about__strength__cnt{
    padding: 0 3.8vw;
  }

  /* about */
  .about__strength__cnt__item__num {
    top: 2vw;
    left: 1.3vw;
    width: 5.9vw;
    line-height: 5.6vw;
    font-size: 2.3vw;
  }

  /* company */
  .company__cnt {
    width: calc(100% - 7.9vw);
    margin: 0 3.8vw;
  }

  /* works */
  .works__cnt {
    width: calc(100% - 7.9vw);
  }

  /* contact */
  .contact__form form {
    width: calc(100% - 7.9vw);
  }
}

@media screen and (max-width:767px){
	.more-btn a {
    line-height: 6.69vw;
    padding-left: 10.93vw;
    font-size: 3.2vw;
  }
  .more-btn a::before {
    left: 4.5vw;
    width: 4.86vw;
  }

  .open + main {
    position: relative;
    z-index: -1;
  }

  .wrapper {
    position: relative;
    width: 100vw;
    overflow: hidden;
  }
  
  /* header */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 1.33vw 5.33vw;
    font-size: 6.93vw;
    transform: none;
    transition: background-color .3s;
  }
  header.scrolled {
    background-color: rgba(247,206,122,.5);
  }
  .header__logo img {
    width: 24.25vw;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    height: 100vh;
    background-color: #DD9500;
    text-align: center;
    transition: left .3s;
  }
  .open .header__menu {
    left: 0;
  }
  .header__menu__item {
    margin-right: 0;
  }
  .header__menu__item + .header__menu__item {
    margin-top: 10.93vw;
  }
  .header__menu__item a {
    color: #fff;
  }
  .header__menu__mail img {
    position: relative;
    z-index: 2;
  }
  .header__menu__mail img {
    width: 14.25vw;
  }
  .header__menu__hamburger {
    position: relative;
    z-index: 2;
    display: block;
    width: 14.25vw;
    height: 14.25vw;
    margin-left: 3.62vw;
    background-image: url(../images/common/bg_hamburger.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .open .header__menu__hamburger {
    background-image: url(../images/common/bg_hamburger_on.png);
  }
  .header__menu__hamburger__border {
    position: absolute;
    left: 50%;
    width: 4.26vw;
    height: 2px;
    margin-left: -2.13vw;
    border-radius: 2px;
    background-color: #fff;
    transition: transform .3s,opacity .3s, top .3s;
  }
  .header__menu__hamburger__border--top {
    top: 5.3vw;
  }
  .header__menu__hamburger__border--middle {
    top: calc(50% - 1px);
  }
  .header__menu__hamburger__border--bottom {
    top: 8.3vw;
  }
  .open .header__menu__hamburger__border--top {
    top: 6.5vw;
    transform: rotate(35deg);
  }
  .open .header__menu__hamburger__border--middle {
    opacity: 0;
  }
  .open .header__menu__hamburger__border--bottom {
    top: 6.5vw;
    transform: rotate(-35deg);
  }
  
  /* footer */
  footer {
    margin-top: 26.66vw;
    padding-bottom: 16vw;
  }
  .title__cotanct a {
    width: 86.66vw;
    line-height: 81.07vw;
    font-size: 9.6vw;
  }
  .footer__nav {
    justify-content: space-between;
    width: 89.33vw;
    margin: 26.66vw auto 0;
    font-size: 3.46vw;
  }
  .footer__nav__item + .footer__nav__item {
    margin-left: 0;
  }
  .footer__logo {
    margin-top: 13.33vw;
  }
  .footer__logo img {
    width: 30.67vw;
  }
  .footer__address {
    margin-top: 5.33vw;
    font-size: 3.2vw;
  }
  .footer__copyright {
    margin-top: 5.6vw;
    font-size: 2.66vw;
  }
  
  /* top */
  .top__title {
    font-size: 9.6vw;
  }
  .top__mv {
    padding: 24vw 0 17.52vw;
  }
  .top__mv__inner {
    position: relative;
    width: 89.33vw;
    padding: 0;
  }
  .top__mv__title {
    line-height: 1.15;
    font-size: 14.66vw;
  }
  .top__mv__title span {
    font-size: 17.86vw;
  }
  .top__mv__catch {
    line-height: 1.6;
    margin-top: 4.53vw;
    font-size: 4.26vw;
  }
  .top__mv__txt {
    line-height: 1.5;
    margin-top: 5.06vw;
    font-size: 3.2vw;
  }
  .top__mv__img {
    top: auto;
    right: -17.06vw;
    bottom: -69vw;
  }
  .top__mv__img img {
    width: 74.66vw;
  }
  .top__about {
    min-height: 119.5vw;
    margin-top: 79.54vw;
    padding: 13.33vw 5.33vw 34.16vw;
    background-position: center top;
    background-size: 127.74vw auto;
  }
  .top__about__txt {
    line-height: 1.6;
    margin: 8vw 0 14.13vw;
    font-size: 4vw;
    text-align: left;
  }
  .top__about .more-btn {
    margin-top: 0;
    text-align: center;
  }
  .top__works {
    min-height: auto;
    margin-top: 26.9vw;
    padding-top: 0;
    background-size: 190.22vw auto;
    background-position: 5.33vw 71.46vw;
  }
  .top__works__inner {
    padding: 0 5.33vw;
  }
  .top__works .more-btn {
    position: static;
    margin-top: 13.33vw;
    text-align: center;
  }
  .top__works__cnt {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8vw;
  }
  .top__works__cnt__item {
    width: 74.66vw;
  }
  .top__works__cnt__item + .top__works__cnt__item {
    margin-top: 16.26vw 0 0;
  }
  .top__works__cnt__item:nth-child(1) {
    margin: 0 auto 0 0;
  }
  .top__works__cnt__item:nth-child(2) {
    margin: 16.26vw 0 0 auto;
  }
  .top__works__cnt__item:nth-child(3) {
    margin: 16.26vw auto 0 0;
  }
  .top__works__cnt__item__title {
    margin-top: 3.73vw;
    font-size: 4.8vw;
  }
  .top__works__cnt__item__txt {
    line-height: 1.53;
    margin-top: 3.73vw;
    font-size: 3.46vw;
  }
  .top__workflow {
    margin-top: 33.3vw;
    padding: 13.33vw 0 0;
    background-size: 141.65vw auto;
    background-position: -61.6vw top;
  }
  .top__workflow__main {
    margin: 8vw auto 0;
    padding: 0 5.33vw;
  }
  .top__workflow__main__item:not(:first-child)::before {
    top: -5.33vw;
    height: 5.33vw;
  }
  .top__workflow__main__item + .top__workflow__main__item {
    margin-top: 5.33vw;
  }
  .top__workflow__main__num {
    width: 13.11vw;
    line-height: 12.26vw;
    font-size: 4.8vw;
  }
  .top__workflow__main__cnt {
    width: calc(100% - 6.65vw);
    margin-left: 6.65vw;
    padding: 5.11vw 4.26vw 4.74vw 10.93vw;
  }
  .top__workflow__main__cnt__icon {
    width: 13.6vw;
  }
  .top__workflow__main__item:nth-child(1) .top__workflow__main__cnt__icon img {
    width: 9.5vw;
  }
  .top__workflow__main__item:nth-child(2) .top__workflow__main__cnt__icon img,
  .top__workflow__main__item:nth-child(6) .top__workflow__main__cnt__icon img {
    width: 9.96vw;
  }
  .top__workflow__main__item:nth-child(3) .top__workflow__main__cnt__icon img {
    width: 7.93vw;
  }
  .top__workflow__main__item:nth-child(4) .top__workflow__main__cnt__icon img {
    width: 8.85vw;
  }
  .top__workflow__main__item:nth-child(5) .top__workflow__main__cnt__icon img {
    width: 9.34vw;
  }
  .top__workflow__main__item:nth-child(7) .top__workflow__main__cnt__icon img {
    width: 10.07vw;
  }
  .top__workflow__main__item:nth-child(8) .top__workflow__main__cnt__icon img {
    width: 8.21vw;
  }
  .top__workflow__main__item:nth-child(9) .top__workflow__main__cnt__icon img {
    width: 11vw;
  }
  .top__workflow__main__cnt__title {
    font-size: 4vw;
  }
  .top__workflow__main__cnt__description {
    margin-top: 1.86vw;
    font-size: 3.3vw;
  }
  .top__workflow__main__item:nth-child(7) .top__workflow__main__cnt {
    padding-bottom: 14.66vw;
  }
  .top__workflow__main__cnt__slider {
    top: auto;
    right: 4.13vw;
    bottom: 5.46vw;
    padding-bottom: 1.2vw;
    font-size: 3.2vw;
    transform: none;
  }
  .top__workflow__slider__close {
    position: absolute;
    top: 5.33vw;
    right: 5.33vw;
    width: 5.33vw;
    height: 5.33vw;
  }
  .top__workflow__slider__close::before,
  .top__workflow__slider__close::after {
    top: 1vw;
    width: 5.33vw;
  }
  .top__workflow__slider__cnt__wrap {
    max-width: 76.26vw;
    padding: 0;
  }
  .top__workflow .slick-prev,
  .top__workflow .slick-next {
    width: 3.73vw;
    height: 8vw;
  }
  .top__workflow .slick-prev {
    left: -6.93vw;
  }
  .top__workflow .slick-next {
    right: -6.93vw;
  }
  .top__workflow .slick-prev::before,
  .top__workflow .slick-next::before {
    width: 3.73vw;
    height: 8vw;
  }
  .top__workflow .slick-dots {
    bottom: -10vw;
  }
  .top__workflow .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 7px;
  }
  .top__workflow .slick-dots li {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.6vw;
  }
  .top__company {
    margin-top: 26.66vw;
    padding: 0;
  }
  .top__company .top__title {
    text-align: center;
  }
  .top__company__cnt {
    flex-direction: column;
    padding: 13.33vw 5.33vw 0;
    background-size: 152.24vw auto;
    background-position: center top;
  }
  .top__company__map {
    order: 1;
    width: 100%;
    margin-top: 9.84vw;
  }
  .top__company__map iframe {
    width: 100%;
    height: 65.51vw;
  }
  .top__company__detail {
    margin-left: 0;
  }
  .top__company__detail__cnt {
    margin-top: 8vw;
  }
  .top__company__detail__cnt + .top__company__detail__cnt {
    margin-top: 5.86vw;
  }
  .top__company__detail__label {
    width: 16vw;
    line-height: 6.93vw;
    margin-right: 2.66vw;
    font-size: 3.2vw;
  }
  .top__company__detail__txt {
    line-height: 1.38;
    margin-top: 0;
    font-size: 3.46vw;
  }
  .top__company .more-btn {
    margin: 13.33vw 0 0;
  }
  .top__instagram {
    margin-top: 26.74vw;
  }
  .top__instagram__cnt {
    max-width: 89.33vw;
    margin: 8vw auto 0;
  }
  .top__instagram__cnt__item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  /* child_common */
  .wrapper__child {
    background-image: url(../images/common/bg_child_sp.png);
    background-size: 100% auto;
  }
  .title__child {
    padding-top: 28.26vw;
    font-size: 12.26vw;
  }

  /* about */
  .about__lead__cnt {
    margin-top: 16vw;
  }
  .about__title {
    font-size: 5.33vw;
  }
  .about__lead__txt {
    line-height: 1.6;
    margin-top: 9.6vw;
    padding: 0 5.33vw;
    font-size: 4vw;
    text-align: left;
  }
  .about__strength {
    margin-top: 26.93vw;
  }
  .about__strength__cnt {
    flex-direction: column;
    margin: 9.6vw auto 0;
    padding: 0 5.33vw;
  }
  .about__strength__cnt__item {
    width: 74.66vw;
  }
  .about__strength__cnt__item:nth-child(1) {
    margin-top: 0;
  }
  .about__strength__cnt__item:nth-child(2),
  .about__strength__cnt__item:nth-child(4),
  .about__strength__cnt__item:nth-child(5),
  .about__strength__cnt__item:nth-child(3n) {
    margin-top: 16.26vw;
  }
  .about__strength__cnt__item:nth-child(even) {
    align-self: flex-end;
  }
  .about__strength__cnt__item__num {
    top: 5.33vw;
    left: 0;
    width: 15.98vw;
    line-height: 14.95vw;
    font-size: 5.33vw;
  }
  .about__strength__cnt__item__txt {
    line-height: 1.6;
    margin-top: 5.36vw;
    font-size: 4vw;
  }

  /* company */
  .child__company {
    padding-bottom: 27vw;
  }
  .child__company + footer {
    margin-top: 21.53vw;
  }
  .title__child--company {
    padding-bottom: 16vw;
  }
  .company__cnt {
    width: 89.33vw;
    margin: 0 5.33vw;
    padding: 16vw 5.33vw 34.13vw;
  }
  .company__cnt__main {
    display: block;
    padding: 4.26vw 0;
  }
  .company__cnt__main__label {
    width: 100%;
    font-size: 4vw;
  }
  .company__cnt__main__txt {
    margin-top: 2.93vw;
    font-size: 3.46vw;
  }
  .company__map {
    bottom: -16.4vw;
    width: calc(100% - 10.66vw);
    height: 43.33vw;
  }

  /* works */
  .works__cnt {
    width: calc(100% - 10.66vw);
    margin-top: 19.2vw;
  }
  .works__cnt__item {
    width: 75.2vw;
  }
  .works__cnt__item:not(:first-child),
  .works__cnt__item:nth-child(2),
  .works__cnt__item:nth-child(5),
  .works__cnt__item:nth-child(8),
  .works__cnt__item:nth-child(3n) {
    margin-top: 21.33vw;
  }
  .works__cnt__item:nth-child(even) {
    margin-left: auto;
  }
  .works__cnt__item__title {
    margin-top: 5.33vw;
    font-size: 4.6vw;
  }
  .works__cnt__item__txt {
    line-height: 1.46;
    margin-top: 1.53vw;
    font-size: 3.46vw;
  }

  /* contact */
  .contact__lead {
    margin-top: 16vw;
    font-size: 5.33vw;
  }
  .contact__tel {
    margin-top: 16vw;
  }
  .contact__tel__title {
    font-size: 5.33vw;
  }
  .contact__tel__cnt {
    width: 89.33vw;
    margin: 8vw auto 0;
    padding: 8vw 5.33vw;
  }
  .contact__tel__number {
    justify-content: space-between;
  }
  .contact__tel__number__cnt {
    display: block;
  }
  .contact__tel__number__cnt + .contact__tel__number__cnt {
    margin-left: 0;
  }
  .contact__tel__number__cnt__label {
    display: inline-block;
    line-height: 5.86vw;
    padding: 0 3.73vw;
    font-size: 3.73vw;
  }
  .contact__tel__number__cnt__txt {
    margin-top: 1.5vw;
    font-size: 5.33vw;
  }
  .contact__tel__number__cnt__txt a[href*='tel:'] {
    pointer-events: auto;
    border-bottom: 1px solid #EEB74C;
  }
  .contact__tel__time {
    line-height: 5.86vw;
    margin-top: 6.65vw;
    font-size: 3.46vw;
  }
  .contact__tel__time span {
    margin-right: 3.2vw;
    padding: 0 2.13vw;
  }
  .contact__form {
    min-height: 178.14vw;
    margin-top: 26.66vw;
    padding-top: 13.33vw;
    background-size: 190.41vw auto;
  }
  .contact__form__lead {
    font-size: 5.33vw;
  }
  .contact__form form {
    width: 89.33vw;
    margin: 8vw auto 0;
  }
  .contact__form__cnt {
    display: block;
  }
  .contact__form__cnt + .contact__form__cnt {
    margin-top: 5.33vw;
  }
  .contact__form__cnt__label {
    width: 100%;
    line-height: 6.93vw;
    margin-top: 0;
    font-size: 4vw;
  }
  .contact__form__cnt__label span {
    margin-left: 2.66vw;
    padding: 0 3.46vw;
    font-size: 3.2vw;
  }
  .contact__form__cnt__input {
    margin-top: 2.66vw;
  }
  .contact__form__cnt__input input,
  .contact__form__cnt__input textarea {
    padding: 0 3vw;
  }
  .contact__form__cnt__input input {
    line-height: 13.33vw;
  }
  .contact__form__cnt__input textarea {
    height: 37.33vw;
    padding: 3vw;
  }
  .contact__form__cnt__btn button {
    width: 21.94vw;
    line-height: 20.52vw;
    margin: 13.41vw auto 0;
    font-size: 5.28vw;
  }
}