@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  -webkit-touch-callout: none;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

html.hidden2,
body.hidden2 {
  overflow: hidden;
}

input {
  outline: none;
}

textarea {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #e9e2d9;
  color: #000;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  font-family: adobe-caslon-pro, "Zen Old Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-touch-callout: none;
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.ftBox:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  pointer-events: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

a.disable {
  pointer-events: none !important;
  text-decoration: none !important;
}

/*-------------------------------------
POPUP	
-------------------------------------*/
.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
  background-color: #000;
  background-color: #d5c093;
}

.mfp-container {
  padding: 0;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.popupBox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 80px;
}
.popupBox img {
  pointer-events: none;
}
.popupBox img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 250px);
  max-height: calc(100vh - 130px);
  max-height: calc(100vh - 210px);
  margin-bottom: 20px;
}
.popupBox .despArea {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 70px;
}
.popupBox .caption {
  /*
  		color: #000;

  		a{
  			color: #000;
  		}
  */
}
.popupBox br {
  display: none;
}
.popupBox br.br {
  display: block;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 25px center;
}

.white-popup-block {
  -webkit-animation: open 1s;
          animation: open 1s;
}

.mfp-removing {
  -webkit-animation: close 1s;
          animation: close 1s;
}

@-webkit-keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------------
SLIDER	
-------------------------------------*/
.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

/*-------------------------------------
MOTION
-------------------------------------*/
.fadeSimple {
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 30px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fadeDelay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fadeDelay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fadeDelay4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

img {
  width: 100%;
}

/*-------------------------------------
LAYOUT	
-------------------------------------*/
header {
  position: absolute;
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 40px 6.64vw;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.hide {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
header .left {
  float: left;
}
header.black .snsList li.instagram a {
  background-image: url("../images/ico_instagram_black.png");
}
header .snsList {
  float: right;
}

.logo img {
  width: 107px;
}

.snsList li {
  float: left;
  text-align: left;
  margin-left: 15px;
}
.snsList li a {
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.snsList li a:hover {
  opacity: 0.8;
}
.snsList li.contact a {
  font-size: 14px;
  padding: 5px 20px 0px 20px;
  background-color: #3d3d3d;
  color: #fff;
  border-radius: 30px;
}
.snsList li.instagram a {
  width: 30px;
  height: 30px;
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  text-indent: -9999px;
}

.navList {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  font-size: 13px;
}
.mainVisual {
  position: relative;
}
.mainVisual .mainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mainVisual .mainBox .logoArea {
  width: 30%;
  background-image: url("../images/img_kamon.png");
  background-repeat: no-repeat;
  background-size: 351px auto;
  background-position: left 50%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mainVisual .mainBox .logoArea.active {
  opacity: 1;
}
.mainVisual .mainBox .logoArea .overArea {
  position: absolute;
  top: 50%;
  left: 6.64vw;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 20px;
}
.mainVisual .mainBox .logoArea .overArea.active {
  opacity: 1;
  margin-top: 0;
}
.mainVisual .mainBox .logoArea .overArea .mainLogo {
  margin-bottom: 5px;
  margin-left: -3px;
}
.mainVisual .mainBox .logoArea .overArea .mainLogo img {
  width: 163px;
}
.mainVisual .mainBox .mainImg {
  width: 70%;
  overflow: hidden;
}
.mainVisual .mainBox .mainImg.active img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mainVisual .mainBox .mainImg img {
  -webkit-transition: all 4.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 4.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
}
.mainVisual .scrollBtn {
  position: absolute;
  left: 6.64vw;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mainVisual .scrollBtn.active {
  opacity: 1;
}

.scrollBtn {
  height: 105px;
}
.scrollBtn a {
  display: inline-block;
  position: relative;
  height: 105px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scrollBtn a:hover {
  opacity: 0.8;
}
.scrollBtn a:before {
  content: "";
  display: block;
  width: 1px;
  height: 105px;
  background-color: #cbcbcb;
  position: absolute;
  left: 0;
  top: 0;
}
.scrollBtn a:after {
  content: "";
  display: block;
  width: 1px;
  height: 105px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
}
.scrollBtn a span {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-left: 10px;
  padding-top: 1px;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.sec {
  padding-top: 12vw;
}

.aboutBox {
  padding-left: 6.64vw;
  padding-right: 10.15vw;
  padding-right: 6.64vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 19.3vw;
}
.aboutBox .left {
  width: 33.9vw;
  padding-top: 7vw;
}
.aboutBox .left .nameBox {
  font-weight: 500;
}
.aboutBox .left .nameBox .name {
  font-size: 26px;
  display: inline-block;
  margin-right: 10px;
}
.aboutBox .left .nameBox .job {
  font-size: 14px;
  display: inline-block;
}
.aboutBox .left .nameEn {
  font-size: 14px;
  margin-bottom: 30px;
}
.aboutBox .left .desp {
  text-align: justify;
  font-size: 14px;
}
.aboutBox .right {
  width: 30vw;
}

.aboutBoxWide {
  gap: 0;
  padding-left: calc(6.64vw + 140px);
}
.aboutBoxWide .left {
  width: 50vw;
  padding-right: 8vw;
}
.aboutBoxWide .right {
  width: 50vw;
  padding-top: 7vw;
}

.ttlBox {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-bottom: 60px;
}
.ttlBox .number {
  display: inline-block;
  margin-right: 30px;
}
.ttlBox .mainTtl {
  display: inline-block;
}

.conceptFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 178px;
  overflow: hidden;
  text-align: left;
}
.conceptFlow p {
  white-space: nowrap;
  display: block;
  -webkit-animation: loop 20s linear infinite;
          animation: loop 20s linear infinite;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  will-change: transform;
}
.conceptFlow p span {
  padding: 20px;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}
#concept .contentBox {
  padding-left: calc(6.64vw + 140px);
}
#concept .desp {
  margin-bottom: 60px;
}
#concept .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#concept .imgBox .img2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#service .contentBox {
  padding-left: 14.84vw;
  padding-left: 6.64vw;
}
#service .contentBox .ttlBox {
  padding-left: 140px;
}
#service .contentBox .desp {
  padding-left: 140px;
}
#service .desp {
  margin-bottom: 60px;
}
.serviceSwiper {
  margin-bottom: 60px;
}
.serviceSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  will-change: transform;
}

.serviceSwiperControl {
  position: relative;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 150px;
  height: 1px;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  top: -5px;
  right: calc(7.4vw + 140px);
}

.swiper-button-prev, .swiper-button-next {
  color: #000;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50px;
  left: auto;
  right: auto;
  text-align: left;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 13px;
  font-weight: bold;
}

.swiper-button-prev {
  right: calc(7.4vw + 40px);
}
.swiper-button-prev:after {
  margin-left: -2px;
}

.swiper-button-next {
  right: 7.4vw;
}
.swiper-button-next:after {
  margin-right: -2px;
}

#contact {
  padding-bottom: 17vw;
}

#contact .contentBox {
  padding-left: calc(6.64vw + 140px);
}

.contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6.64vw;
  gap: 0 4.6vw;
}
.contactBox .left {
  width: 34vw;
}
.contactBox .left .ttlJa {
  font-size: 18px;
  margin-bottom: 80px;
}
.contactBox .right {
  width: 41vw;
}
.contactBox .right .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.contactBox .right .imgBox .img1 {
  padding-top: 11vw;
}

.formTbl {
  width: 100%;
  font-size: 14px;
}
.formTbl .sel1 {
  width: 100%;
  background-color: #cbcbcb;
  border: none;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 15px;
}
.formTbl textarea {
  width: 100%;
  height: 170px;
  background-color: #cbcbcb;
  border: none;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 15px;
}
.formTbl .submitBtn {
  background-color: #3d3d3d;
  color: #fff;
  padding: 13px 0 6px 0;
  width: 140px;
  text-align: center;
  border: none;
  font-size: 18px;
  border-radius: 40px;
}
.formTbl .each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.formTbl .each .ttl {
  width: 150px;
  padding-top: 7px;
}
.formTbl .each .desp {
  width: calc(100% - 150px);
}
.formTbl .all {
  margin-bottom: 10px;
}
.formTbl .all .ttl {
  margin-bottom: 10px;
}

footer {
  padding-left: 6.64vw;
  padding-right: 6.64vw;
}
footer .contentBox {
  border-top: 1px solid #a8a8a8;
  padding-top: 80px;
  padding-bottom: 40px;
}
footer .copyright {
  font-size: 10px;
  font-family: "Lato", sans-serif;
}

.ftBox {
  margin-bottom: 80px;
}
.ftBox .left {
  float: left;
}
.ftBox .right {
  float: right;
}
.ftBox .snsList li.instagram a {
  background-image: url("../images/ico_instagram_black.png");
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  #button_container {
    display: block;
  }
  header {
    padding: 45px 20px 45px 30px;
    position: absolute;
  }
  header .snsList {
    margin-top: -3px;
  }
  header .snsList li.instagram a {
    background-image: url("../images/ico_instagram_black.png");
  }
  .mainVisual .mainBox {
    display: block;
  }
  .mainVisual .mainBox .logoArea {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: left 100%;
  }
  .mainVisual .mainBox .logoArea .overArea {
    top: 52%;
  }
  .mainVisual .mainBox .mainImg {
    width: 100%;
  }
  .scrollBtn {
    height: 75px;
    overflow: hidden;
  }
  .aboutBox {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  .aboutBox .left {
    width: auto;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
  }
  .aboutBox .left .desp {
    letter-spacing: 0.03em;
  }
  .aboutBox .right {
    width: auto;
  }
  #service .contentBox .ttlBox {
    padding-left: 0;
  }
  #service .contentBox .desp {
    padding-left: 0;
  }
  #contact .contentBox {
    padding-left: 0;
  }
  .ttlBox {
    margin-bottom: 40px;
  }
  .conceptFlow {
    font-size: 68px;
  }
  #concept .contentBox {
    padding-left: 30px;
    padding-right: 30px;
  }
  #concept .desp {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 40px;
    letter-spacing: 0.03em;
  }
  #service .contentBox {
    padding-left: 30px;
    padding-right: 30px;
  }
  #service .desp {
    margin-bottom: 40px;
    text-align: justify;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  #service .imgBox {
    margin-right: -30px;
  }
  .serviceSwiper {
    margin-bottom: 40px;
  }
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    right: initial;
    left: 0;
  }
  .sec {
    padding-top: 80px;
  }
  .contactBox {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  .contactBox .left {
    width: auto;
    margin-bottom: 60px;
  }
  .contactBox .left .ttlJa {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .contactBox .right {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
  .formTbl .each {
    margin-bottom: 15px;
  }
  #contact {
    padding-bottom: 100px;
  }
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contactBox .right {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map *//* =========================================================
   Contact Form 7 / reCAPTCHA 調整（WordPress化に伴う追加分）
   ========================================================= */
.formTbl .wpcf7-form-control-wrap {
  display: block;
}
.formTbl .submitBtn {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.formTbl .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 10px 14px;
  font-size: 13px;
  border-width: 1px;
  border-radius: 6px;
}
.wpcf7-spinner {
  vertical-align: middle;
}

/* reCAPTCHA v3 のバッジを隠す代わりに表示する規約文言（Google の要件） */
.recaptchaNotice {
  font-size: 11px;
  line-height: 1.8;
  color: #a8a8a8;
  margin-bottom: 20px;
}
.recaptchaNotice a {
  color: inherit;
  text-decoration: underline;
}
