@charset "UTF-8";
@font-face {
  font-family: Noto Sans JP;
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Light.woff) format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(../fonts/Barlow/Barlow-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(../fonts/Barlow/Barlow-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(../fonts/Barlow/Barlow-Bold.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter/Inter-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter/Inter-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter/Inter-SemiBold.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter/Inter-Bold.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}
/*============================
animation
============================*/
@-webkit-keyframes moveleft {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    -webkit-transform: translate3d(111%, 0, 0);
            transform: translate3d(111%, 0, 0);
  }
}
@keyframes moveleft {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    -webkit-transform: translate3d(111%, 0, 0);
            transform: translate3d(111%, 0, 0);
  }
}
@-webkit-keyframes moveBg {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveBg {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveright {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    -webkit-transform: translate3d(-111%, 0, 0);
            transform: translate3d(-111%, 0, 0);
  }
}
@keyframes moveright {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    -webkit-transform: translate3d(-111%, 0, 0);
            transform: translate3d(-111%, 0, 0);
  }
}
@-webkit-keyframes moveLayer {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(111%);
            transform: translateX(111%);
  }
}
@keyframes moveLayer {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(111%);
            transform: translateX(111%);
  }
}
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinblock {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeinblock {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*===========================
reset style
===========================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html,
body {
  min-height: 100%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  text-align: center;
  letter-spacing: 1.2px;
  color: #212121;
  background: #ffffff;
  font-size: 1.6rem;
  font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: normal;
}

p {
  color: #212121;
  font-size: 16px;
  line-height: 150%;
}

ul,
ol,
li {
  list-style: none;
  color: #212121;
}

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

address {
  color: #212121;
  font-style: normal;
}

img {
  height: auto;
  vertical-align: bottom;
  border: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  color: #212121;
}

main {
  display: block;
}

picture {
  display: block;
}

table,
th,
td {
  color: #212121;
}

header {
  display: block;
}

footer {
  display: block;
}

aside {
  display: block;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

data {
  display: block;
}

time {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

/*==========================
l-header
==========================*/
.l-header {
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.is-active .l-header__inner {
  background-color: transparent;
  position: relative;
  z-index: 10001;
}
.l-header.is-active .l-header__hmb {
  background: transparent;
}
.l-header.is-active .l-header__logoLink img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-header.js-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.l-header__split:nth-of-type(2) {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  font-size: 10px;
}
.l-header__logoLink {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-header__logoLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__gnav {
  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;
  gap: 40px;
}
.l-header__gnavLink {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: initial;
}
.l-header__gnavLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__megamenu {
  position: fixed;
  z-index: -1;
  top: 75px;
  left: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
}
.l-header__megamenu::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
}
.l-header__megamenu.is-active {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.l-header__megamenuItem {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(231, 106, 15)), to(rgb(243, 159, 46)));
  background: linear-gradient(0deg, rgb(231, 106, 15) 0%, rgb(243, 159, 46) 100%);
}
.l-header__megamenuItem.is-active {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.l-header__megamenuDoboz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 40px;
}
.l-header__megamenuHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 15px;
  border-right: 1px solid #ffffff;
  padding-right: 40px;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__megamenuHeadTitJp {
  display: block;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
}
.l-header__megamenuHeadTitEn {
  display: block;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  text-align: left;
}
.l-header__megamenuHead .m-button {
  width: 200px;
  height: 60px;
  border-radius: 30px;
}
.l-header__megamenuHead .m-button__tit {
  font-weight: normal;
}
.l-header__megamenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__megamenuList--service {
  gap: 20px;
}
.l-header__megamenuList--service .l-header__megamenuListItem {
  text-align: left;
  width: calc(25% - 15px);
}
.l-header__megamenuList--service .l-header__megamenuListItemDoboz {
  text-align: left;
}
.l-header__megamenuList--service .l-header__megamenuListItemDobozLink {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  letter-spacing: 0.04em;
  display: inline-block;
}
.l-header__megamenuList--service .l-header__megamenuListItemDobozLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__megamenuList--service .l-header__megamenuListItemDobozLink:nth-of-type(n + 2) {
  margin-top: 10px;
}
.l-header__megamenuList--service .l-header__megamenuListItemDobozLinkMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 180%;
  gap: 5px;
}
.l-header__megamenuList--service .l-header__megamenuListItemDobozLinkMainNum {
  line-height: 150%;
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: initial;
}
.l-header__megamenuList--service .l-header__megamenuListItemDobozLinkSub {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-left: 16px;
  letter-spacing: 0.02em;
}
.l-header__megamenuListItem {
  width: calc(25% - 23px);
  height: 140px;
}
.l-header__megamenuListItemLink {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}
.l-header__megamenuListItemLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__megamenuListItemLink:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 5px;
  height: 10.3923048454px;
  width: 12px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e76a0f), to(#f39f2e));
  background: linear-gradient(90deg, #e76a0f 0%, #f39f2e 100%);
}
.l-header__megamenuListItemLinkMain {
  display: block;
  color: #e76a0f;
}
.l-header__megamenuListItemLinkSub {
  display: block;
  font-size: 14px;
  color: #e76a0f;
}
.l-header__hmb {
  display: none;
}
.l-header__drwNav {
  display: none;
}
.l-header__drwNavDoboz {
  text-align: center;
  margin-top: 30px;
}
.l-header__drwNavDobozSummary {
  display: block;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.l-header__drwNavDobozSummaryTit {
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
}
.l-header__drwNavDobozSummaryAnchor {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
.l-header__drwNavDobozSummaryAnchor:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-header__drwNavDobozSummaryAnchor:hover {
  text-decoration: none;
}
.l-header__drwNavDobozSummaryAnchor:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__drwNavDobozSummary.js-toggle__switch {
  padding: 20px;
  padding-right: 50px;
}
.l-header__drwNavDobozList {
  width: 100%;
}
.l-header__drwNavDobozLinksItem {
  position: relative;
  text-align: left;
}
.l-header__drwNavDobozLinksAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 50px 15px 40px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-weight: bold;
}
.l-header__drwNavDobozLinksAnchor:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-header__drwNavDobozLinksAnchor:hover {
  text-decoration: none;
}
.l-header__drwNavDobozLinksAnchor--sub {
  padding-left: 70px;
}
.l-header__drwNavDobozLinksNum {
  font-size: 12px;
}
.l-header__drwNavDobozLinksTit {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.l-header__drwNavDobozButton {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-header__drwNavDobozButton .m-button {
  display: block;
}
.l-header__drwNavDobozButton .m-buttonLink {
  width: 100%;
  height: 70px;
  border-radius: 35px;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.l-header__drwNavDobozButton .m-buttonLink--tel {
  font-size: 32px;
}
.l-header__drwNavDobozButton .m-buttonLink--small {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.l-header__drwNavDobozButton .m-buttonLink--contact {
  position: relative;
  font-size: 19px;
}
.l-header__drwNavDobozButton .m-buttonLink--contact::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: auto;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__drwNavButton {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ffffff;
}
.l-header__drwNavButton .m-button {
  height: 42px;
  font-size: 16px;
  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;
  padding-left: 0;
}

/*==========================
l-header-homepage
==========================*/
.l-header-homepage {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #ffffff;
}
.l-header-homepage__inner {
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.l-header-homepage__doboz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header-homepage__dobozSplit:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-homepage__logo {
  width: 256px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 10px;
}
.l-header-homepage__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-homepage__logoImg--active {
  display: none;
}
.l-header-homepage__hmb {
  z-index: 1000001;
  height: 100%;
  width: 75px;
  background: -webkit-gradient(linear, left top, right top, from(#f73766), to(#f8da60));
  background: linear-gradient(90deg, #f73766 0%, #f8da60 100%);
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.l-header-homepage__hmbButton {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -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;
  gap: 10px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px;
}
.l-header-homepage__hmbButton > div {
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
}
.l-header-homepage__hmbButton.is-active > div {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
}
.l-header-homepage__hmbButton.is-active > div:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.l-header-homepage__hmbButton.is-active > div:nth-of-type(2) {
  opacity: 0;
}
.l-header-homepage__hmbButton.is-active > div:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}
.l-header-homepage__drwNav {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: calc(100vh + 75px);
  background-color: white;
  position: fixed;
  top: 75px;
  left: 0;
  padding: 35px 20px;
}
.l-header-homepage__drwNav.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10000000000000000;
  overflow-y: scroll;
  padding-bottom: 200px;
}
.l-header-homepage__drwNavDoboz {
  max-width: 1140px;
  padding: 0 20px;
  margin: 50px auto 0;
}
.l-header-homepage__drwNavDobozTit {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
.l-header-homepage__drwNavDobozSummary {
  font-size: 14px;
  font-weight: bold;
}
.l-header-homepage__drwNavDobozSummaryTit {
  font-size: 14px;
}
.l-header-homepage__drwNavDobozList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header-homepage__drwNavDobozListItem {
  text-align: left;
  width: calc(25% - 30px);
}
.l-header-homepage__drwNavDobozLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  font-size: 12px;
}
.l-header-homepage__drwNavDobozLinksAnchor {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-header-homepage__drwNavDobozLinksAnchor:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-homepage__drwNavDobozUnder {
  margin-top: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #bfbfbf;
  gap: 40px;
}
.l-header-homepage__drwNavDobozUnderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
.l-header-homepage__drwNavDobozUnderItemLink {
  font-size: 14px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-header-homepage__drwNavDobozUnderItemLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-homepage__drwNavDobozUnder .m-button {
  width: 255px;
  margin-left: auto;
}

/*==========================
l-footer
==========================*/
.l-footer {
  background-image: url(../img/global/footer/bg.jpg?20248403);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-footer-sitemap__inner {
  max-width: 1140px;
  padding: 80px 20px 40px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
.l-footer-sitemap__gnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  text-align: left;
}
.l-footer-sitemap__gnavListContent {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 24px 16px;
}
.l-footer-sitemap__gnavListContent:nth-of-type(1) {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-footer-sitemap__gnavListContent:nth-of-type(2) {
  width: 50%;
}
.l-footer-sitemap__gnavListContent:nth-of-type(3) {
  width: 25%;
}
.l-footer-sitemap__gnavListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-footer-sitemap__gnavListItem a {
  text-decoration: none;
  color: #ffffff;
}
.l-footer-sitemap__gnavListItem a:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-footer-sitemap__gnavListItem a:hover {
  text-decoration: none;
}
.l-footer-sitemap__gnavListLabel {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.l-footer-sitemap__gnavListLabel a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
  color: #ffffff;
}
.l-footer-sitemap__gnavListLabel a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-sitemap__gnavListLabel a:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-footer-sitemap__gnavListLabel a:hover {
  text-decoration: none;
}
.l-footer-sitemap__gnavListDoboz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-footer-sitemap__gnavListNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-footer-sitemap__gnavListNextItemTit {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.l-footer-sitemap__gnavListNextItemTit span {
  font-size: 12px;
}
.l-footer-sitemap__gnavListNextItemLink {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-footer-sitemap__gnavListNextItemLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-sitemap__gnavListNextItem--normal a {
  padding-left: 0;
  font-weight: bold;
}
.l-footer-sitemap .js-toggle__next {
  display: block;
}
.l-footer-sitemap .js-toggle__next--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
.l-footer-area__inner {
  max-width: 1140px;
  padding: 40px 20px;
  margin: 0 auto;
  text-align: left;
}
.l-footer-area__label {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 12px;
}
.l-footer-area__tit {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 8px;
}
.l-footer-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 16px;
}
.l-footer-area__item {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 24px 16px;
}
.l-footer-area__item:nth-of-type(1), .l-footer-area__item:nth-of-type(2) {
  width: 205px;
}
.l-footer-area__item:nth-of-type(3) {
  width: 410px;
}
.l-footer-area__item:nth-of-type(3) .l-footer-area__itemRegionTxt {
  width: 77px;
}
.l-footer-area__item:nth-of-type(4) {
  background-color: initial;
}
.l-footer-area__itemTit {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.l-footer-area__itemRegion {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.l-footer-area__itemRegionTxt {
  color: #ffffff;
  font-size: 14px;
  width: 70px;
  line-height: 1.5;
}
.l-footer-area__itemImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer-content__inner {
  max-width: 1140px;
  padding: 40px 20px;
  margin: 0 auto;
}
.l-footer-content__list {
  display: grid;
  grid-template-areas: "item01 item02" "item03 item04" "item05 item05";
}
.l-footer-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
  margin-top: 14px;
}
.l-footer-content__item:nth-of-type(1) {
  grid-area: item01;
  gap: 30px;
}
.l-footer-content__item:nth-of-type(2) {
  grid-area: item02;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer-content__item:nth-of-type(2) .l-footer-content__itemLink {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
}
.l-footer-content__item:nth-of-type(3) {
  grid-area: item03;
}
.l-footer-content__item:nth-of-type(4) {
  grid-area: item04;
}
.l-footer-content__item:nth-of-type(5) {
  grid-area: item05;
  margin-top: 30px;
}
.l-footer-content__itemLink {
  text-decoration: none;
  color: #ffffff;
  text-align: right;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-footer-content__itemLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-footer-content__itemLink:hover {
  text-decoration: none;
}
.l-footer-content__itemLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-content__itemAddress {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
.l-footer-content__itemBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-footer-content__itemBtnLink {
  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;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0 24px;
  border-radius: 20px;
  height: 40px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  letter-spacing: 0;
}
.l-footer-content__itemBtnLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-footer-content__itemBtnLink:hover {
  text-decoration: none;
}
.l-footer-content__itemBtnLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-content__itemTxt {
  color: #ffffff;
  font-size: 12px;
  text-align: left;
}

/*============================
.l-footcontact
============================*/
.l-footcontact img {
  width: 100%;
}
.l-footcontact__inner {
  max-width: 1140px;
  padding: 0 20px 120px;
  margin: 0 auto;
}
.l-footcontact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footcontact__item {
  width: calc(50% - 20px);
  position: relative;
  border: 1px solid #e76a0f;
  overflow: hidden;
  border-radius: 16px;
}
.l-footcontact__itemLetter {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 60px;
}
.l-footcontact__item:nth-of-type(1) {
  width: 100%;
}
.l-footcontact__item:nth-of-type(1) .l-footcontact__itemLetter {
  top: 90px;
}
.l-footcontact__item:nth-of-type(1) .l-footcontact__arrow {
  position: absolute;
  top: 140px;
  left: auto;
  right: 90px;
  width: 80px;
  height: 80px;
}
.l-footcontact__itemLink:hover .l-footcontact__itemImg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-footcontact__itemTxt {
  color: #ffffff;
  text-align: left;
  line-height: 180%;
}
.l-footcontact__itemImg img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-footcontact__arrow {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 20px;
}
.l-footcontact .m-tit__ja {
  font-size: 36px;
}

/*============================
.l-container
============================*/
.l-container {
  /* IE11 */
  overflow: hidden;
}
_:-ms-lang(x)::-ms-backdrop, .l-container {
  overflow-x: hidden;
  overflow-y: visible;
}

/*============================
.l-section
============================*/
.l-section__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

/*============================
.l-main
============================*/
.l-main-works {
  margin-top: 75px;
}

/*============================
.l-mv
============================*/
.l-mv-top {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.l-mv-top .l-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #e76a0f;
  z-index: 101;
  background: linear-gradient(-45deg, #e76a0f 25%, #ffe1ae 100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.l-mv-top .l-mv__bg.is-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-mv-top .l-mv__bgLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fade 3s linear infinite;
          animation: fade 3s linear infinite;
}
.l-mv-top .l-mv__bgLogo.is-active {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-animation: initial;
          animation: initial;
}
.l-mv-top .l-mv__shineImg {
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.l-mv-top .l-mv__shineImg:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 102;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.l-mv-top .l-mv__shineImg:nth-of-type(2) {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: auto;
  right: 0;
  z-index: 102;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.l-mv-top .l-mv__shine.is-active .l-mv__shineImg:nth-of-type(1) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-mv-top .l-mv__shine.is-active .l-mv__shineImg:nth-of-type(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-mv-top .l-mv__letter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 103;
}
.l-mv-top .l-mv__letterTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-mv-top .l-mv__letterTitMain {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.l-mv-top .l-mv__letterTitMain.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}
.l-mv-top .l-mv__letterTitMain.is-on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.l-mv-top .l-mv__letterTitSub {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.l-mv-top .l-mv__letterTitSub.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}
.l-mv-top .l-mv__letterTitSub.is-on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.l-mv-top .l-mv__letterTxt {
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  line-height: 160%;
  margin-top: 60px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.l-mv-top .l-mv__letterTxt.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}
.l-mv-top .l-mv__letterTxt.is-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-mv-top .l-mv__copy {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 60px;
  color: #ffffff;
  z-index: 103;
  font-size: 12px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.l-mv-top .l-mv__copy.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}
.l-mv-top .l-mv__copy.is-on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.l-mv-top .l-mv__slider {
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__sliderItem {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__sliderImg {
  display: block;
  width: 100%;
  height: calc(100% - 75px);
  margin-top: 75px;
}
.l-mv-top .l-mv__sliderImg img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv-top .l-mv__sliderVideo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100%;
  margin-top: 75px;
}
.l-mv-top .swiper-parts {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.l-mv-top .swiper-parts .swiper-pagination {
  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;
  gap: 20px;
}
.l-mv-top .swiper-parts .swiper-pagination-bullet {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#e76a0f), to(#f39f2e));
  background: linear-gradient(90deg, #e76a0f 0%, #f39f2e 100%);
  margin: 0 !important;
}
.l-mv-top .swiper-parts .swiper-pagination-bullet:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e76a0f), to(#f39f2e));
  background: linear-gradient(90deg, #e76a0f 0%, #f39f2e 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.l-mv-under {
  position: relative;
  margin-top: 100px;
}
.l-mv-under__img {
  position: relative;
}
.l-mv-under__img--bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.l-mv-under__img picture {
  width: 100%;
  height: 100%;
}
.l-mv-under__img img {
  max-height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv-under__letter {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-mv-under__letterTit {
  text-align: left;
}
.l-mv-under__letterTitSub {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  font-size: 24px;
  background-color: #ffffff;
}
.l-mv-under__letterTitMain {
  display: block;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 0 10px;
}
.l-mv-under__letterTitMain--gradient {
  font-weight: bold;
  font-size: 56px;
  letter-spacing: 0.12em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-mv-under__tit {
  width: 100%;
  max-width: 1134px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
}
.l-mv-under--single {
  height: 500px;
}
.l-mv-under--single .l-mv-under__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.l-mv-under--single .l-mv-under__bg:before {
  content: "";
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-mv-under--single .l-mv-under__img {
  position: relative;
  z-index: 1;
  max-width: 1094px;
  height: 100%;
  margin: 0 auto;
}
.l-mv-under--single .l-mv-under__img img {
  max-height: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============================
.l-drwnav
============================*/
/*==========================
l-offer
==========================*/
.l-offer {
  background: -webkit-gradient(linear, left top, right top, from(#f73766), to(#f8da60));
  background: linear-gradient(90deg, #f73766 0%, #f8da60 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  padding: 40px 0;
}
.l-offer__decoration {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 180%;
}
.l-offer__decoration--large {
  font-size: 20px;
}
.l-offer__txt {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
}
.l-offer__txt--small {
  font-size: 14px;
  font-weight: initial;
  line-height: 220%;
  margin-top: 24px;
}
.l-offer .m-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  width: 400px;
  height: 65px;
  margin: 24px auto 0;
}

/*============================
.l-tab
============================*/
.l-tab__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 40px;
  gap: 16px;
}
.l-tab__switchItem {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #dddddd;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  border-radius: 20px;
}
.l-tab__switchItem.is-active {
  background-color: #e76a0f;
  color: #ffffff;
}
.l-tab__switchItem:hover {
  background-color: #e76a0f;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-tab__mainItem {
  /* スクロールバーCSS */
}
.l-tab__mainItem .simplebar-scrollbar::before {
  background: #e76a0f;
}
.l-tab__mainItem .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.l-tab__mainItem .simplebar-track {
  background: #d9d9d9;
}
.l-tab__mainItem .simplebar-track.simplebar-horizontal {
  height: 4px;
}
.l-tab__mainItem .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  top: -2px;
  right: 0;
  left: 0;
}
.l-tab__mainItem .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 4px;
}
.l-tab__mainItem .simplebar .simplebar-scroll-content,
.l-tab__mainItem [data-simplebar-direction] .simplebar-scroll-content {
  overflow: hidden;
  overflow-y: scroll;
}
.l-tab__mainItem ::-webkit-scrollbar {
  display: none;
}
.l-tab__mainItem .simplebar-track.simplebar-horizontal {
  top: auto;
}

/*============================
.l-roleHeader
下層共通のh1
============================*/
#l-roleHeader .l-roleHeader__tit {
  font-size: 10px;
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  font-weight: 400;
}

/*============================
.l-roleBreadcrumbs
下層共通のパンくず
============================*/
#l-roleBreadcrumbs .l-roleBreadcrumbs {
  text-align: left;
  width: 100%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 70px;
  white-space: nowrap;
}

#l-roleBreadcrumbs .l-roleBreadcrumbs__doboz {
  font-size: 9pt;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*============================
.l-pankuzu
============================*/
.l-pankuzu {
  text-align: left;
  padding-left: 20px;
  margin-top: 16px;
}
.l-pankuzu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.l-pankuzu__list li {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 2%;
}
.l-pankuzu__list li:last-of-type {
  color: #cccccc;
}

.l-form__desc {
  text-align: center;
  margin-top: 5em;
}
.l-form__descTxt {
  font-size: 18px;
}
.l-form__descTxt:nth-child(1) {
  margin-bottom: 2.5em;
}
.l-form__title {
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 40px;
}
.l-form__title:before {
  content: "";
  display: block;
  background-color: #e76a0f;
  width: 8px;
  height: 30px;
  border-radius: 48px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.l-form__title:nth-of-type(2) {
  margin-top: 50px;
}
.l-form__doboz {
  margin-top: 80px;
  background-color: #fef8f3;
}
.l-form__dobozWrap {
  max-width: 1000px;
  padding: 80px 20px 100px;
  margin: 0 auto;
}
.l-form__line {
  font-size: 18px;
  padding: 25px 0;
  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;
  gap: 30px;
}
.l-form__line--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-form__line:nth-of-type(1) {
  padding-top: 0;
}
.l-form__line:nth-of-type(6) {
  padding-bottom: 0;
}
.l-form__lineLbx {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.l-form__lineRbx {
  width: 70%;
}
.l-form__lineRbxFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-form__lineRbxAddressItem:not(:first-of-type) {
  margin-top: 20px;
}
.l-form__lineRbxAddressItem:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.l-form__ttl {
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-form__req {
  margin-left: auto;
}
.l-form__req p {
  font-size: 18px;
  color: #e76a0f;
}
.l-form__input input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
  border: 1px solid #e5e9f0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  border-radius: 16px;
}
.l-form__input input::-webkit-outer-spin-button, .l-form__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__input input::-webkit-input-placeholder {
  color: #dddddd;
}
.l-form__input input::-moz-placeholder {
  color: #dddddd;
}
.l-form__input input:-ms-input-placeholder {
  color: #dddddd;
}
.l-form__input input::-ms-input-placeholder {
  color: #dddddd;
}
.l-form__input input::placeholder {
  color: #dddddd;
}
.l-form__input input::-webkit-input-placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__input input::-moz-placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__input input:-ms-input-placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__input input::-ms-input-placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__input input::placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__input--small {
  width: 270px;
}
.l-form__textarea {
  word-break: break-all;
}
.l-form__textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
  border: 1px solid #e5e9f0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 16px;
}
.l-form__textarea textarea::-webkit-input-placeholder {
  color: #dddddd;
}
.l-form__textarea textarea::-moz-placeholder {
  color: #dddddd;
}
.l-form__textarea textarea:-ms-input-placeholder {
  color: #dddddd;
}
.l-form__textarea textarea::-ms-input-placeholder {
  color: #dddddd;
}
.l-form__textarea textarea::placeholder {
  color: #dddddd;
}
.l-form__textarea textarea::-webkit-input-placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__textarea textarea::-moz-placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__textarea textarea:-ms-input-placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__textarea textarea::-ms-input-placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__textarea textarea::placeholder {
  color: #d9d9d9;
  letter-spacing: 10%;
  font-size: 18px;
}
.l-form__checkBox .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
}
.l-form__checkBox .wpcf7-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-form__checkBox .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e9f0;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.l-form__checkBox .wpcf7-list-item input[type=checkbox]::after {
  width: 10px;
  height: 5px;
  border: 2px solid #e76a0f;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 6px;
  top: 6px;
  border-top: none;
  border-right: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.l-form__checkBox .wpcf7-list-item input[type=checkbox]:checked::after {
  opacity: 1;
}
.l-formLink {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 20px;
  text-align: center;
}
.l-formLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-formLinkAnchor {
  text-decoration: underline !important;
}
.l-form__privacyCheckbox {
  text-align: center;
}
.l-form__privacyCheckbox .wpcf7-list-item {
  margin: 0;
}
.l-form__privacyCheckbox .wpcf7-list-item-label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-form__privacyCheckbox .wpcf7-list-item-label::before {
  content: "■";
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #e5e9f0;
  border-radius: 4px;
  overflow: hidden;
  line-height: 180%;
  letter-spacing: 0;
  font-size: 10px;
  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;
  color: transparent;
  margin-right: 10px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-form__privacyCheckbox input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-form__privacyCheckbox input::-webkit-outer-spin-button, .l-form__privacyCheckbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__privacyCheckbox input::-webkit-input-placeholder {
  color: #dddddd;
}
.l-form__privacyCheckbox input::-moz-placeholder {
  color: #dddddd;
}
.l-form__privacyCheckbox input:-ms-input-placeholder {
  color: #dddddd;
}
.l-form__privacyCheckbox input::-ms-input-placeholder {
  color: #dddddd;
}
.l-form__privacyCheckbox input::placeholder {
  color: #dddddd;
}
.l-form__privacyCheckbox input:checked ~ .wpcf7-list-item-label::before {
  color: #212121;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.l-form__privacyLink {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 20px;
  text-align: center;
}
.l-form__privacyLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-form__privacyLinkAnchor {
  text-decoration: underline !important;
}
.l-form__submit {
  margin-top: 50px;
}
.l-form__submitTag {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.l-form__submitTag:before {
  content: url(../img/global/btn-arrow.svg?20248403);
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.l-form__submitTag input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#e86b10), to(#f4a02f));
  background: linear-gradient(90deg, #e86b10 0%, #f4a02f 100%);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  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: 300px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  background-color: #ffffff;
  line-height: 1em;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 18px;
}
.l-form__submitTag input[type=submit]::-webkit-outer-spin-button, .l-form__submitTag input[type=submit]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__submitTag input[type=submit]::-webkit-input-placeholder {
  color: #dddddd;
}
.l-form__submitTag input[type=submit]::-moz-placeholder {
  color: #dddddd;
}
.l-form__submitTag input[type=submit]:-ms-input-placeholder {
  color: #dddddd;
}
.l-form__submitTag input[type=submit]::-ms-input-placeholder {
  color: #dddddd;
}
.l-form__submitTag input[type=submit]::placeholder {
  color: #dddddd;
}
.l-form__submitTag input[type=submit]:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-form__submitTag input[type=submit]:hover {
  text-decoration: none;
}
.l-form__submitTag input[type=submit]:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-form__submitTag .wpcf7-spinner {
  display: none;
}
.l-form__previous {
  margin-top: 80px;
}
.l-form__previousTag {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}
.l-form__previousTag:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: calc(50% + 2px);
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 100;
}
.l-form__previousTag input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 5px 5px 0 0 rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 0 0 rgba(33, 33, 33, 0.2);
  width: 240px;
  height: 48px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #212121;
  border: 1px solid transparent;
  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;
  position: relative;
  color: #ffffff;
}
.l-form__previousTag input::-webkit-outer-spin-button, .l-form__previousTag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__previousTag input::-webkit-input-placeholder {
  color: #dddddd;
}
.l-form__previousTag input::-moz-placeholder {
  color: #dddddd;
}
.l-form__previousTag input:-ms-input-placeholder {
  color: #dddddd;
}
.l-form__previousTag input::-ms-input-placeholder {
  color: #dddddd;
}
.l-form__previousTag input::placeholder {
  color: #dddddd;
}
.l-form__previousTag input:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-form__previousTag .wpcf7-spinner {
  display: none;
}
.l-form__policy {
  height: 217px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  color: #333;
  text-align: left;
  margin-top: 40px;
  font-size: 18px;
}
.l-form__policyTitle {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.l-form__policyLetter p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 10%;
  color: #333;
}
.l-form__policyLetter h4 {
  line-height: 180%;
  letter-spacing: 10%;
  font-size: 16px;
  color: #333;
  margin: 25px auto 10px;
  background-color: #f0f0f0;
  padding: 5px 15px;
  border-radius: 5px;
}
.l-form__policyLetter h5 {
  line-height: 180%;
  letter-spacing: 10%;
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}
.l-form__policyLetter h6 {
  line-height: 180%;
  letter-spacing: 10%;
  color: #333;
  margin-top: 15px;
  font-size: 14px;
}
.l-form__complete {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-form__complete.is-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  position: static;
  visibility: visible;
}
.l-form__completeLetter {
  text-align: left;
}
.l-form__completeLetterTit {
  font-size: 20px;
}
.l-form__completeLetterTxt {
  line-height: 1.5;
  margin-top: 10px;
}
.l-form__thanks {
  margin-top: 80px;
  padding-bottom: 80px;
}
.l-form__thanksTxt {
  color: #2a2a2a;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 10%;
  text-align: center;
}
.l-form__thanksTxt:nth-of-type(2) {
  margin-top: 20px;
}
.l-form__thanks .m-button--thanks {
  width: 345px;
  position: relative;
  margin: 80px auto 0;
}
.l-form .wpcf7-not-valid-tip {
  text-align: right;
}

/*============================
m-pagetop
============================*/
.m-pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: fixed;
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 20px;
  background: url(../img/global/footer/m-pagetop.svg) no-repeat left top;
  background-size: contain;
  z-index: 99999;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-pagetop:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*============================
m-button
============================*/
.m-button {
  position: relative;
  width: 250px;
  height: 60px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button__tit {
  font-size: 18px;
  font-weight: bold;
}
.m-button--whiteborder {
  border: 2px solid #ffffff;
  border-radius: 30px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--whiteborder:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button--whiteborder .m-button__tit {
  color: #ffffff;
}
.m-button--gradientborder {
  background-color: #ffffff;
  border-radius: 40px;
}
.m-button--gradientborder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 5px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 55, 102)), to(rgb(248, 218, 96))) border-box border-box;
  background: linear-gradient(90deg, rgb(247, 55, 102) 0%, rgb(248, 218, 96) 100%) border-box border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.m-button--gradientborder:after {
  content: url(../img/homepage/btn-arrow--gradientred.svg?20248403);
  width: 10px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-button--gradientborder:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--gradientborder:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button--gradientborder .m-button__tit {
  background: -webkit-gradient(linear, left top, right top, from(#f73766), to(#f8da60));
  background: linear-gradient(90deg, #f73766 0%, #f8da60 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.m-button--gradient {
  width: 150px;
  height: 50px;
  border-radius: 30px;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#f73766), to(#f8da60));
  background: linear-gradient(90deg, #f73766 0%, #f8da60 100%);
  text-decoration: none;
  color: #ffffff;
}
.m-button--gradient:visited {
  text-decoration: none;
  color: #ffffff;
}
.m-button--gradient:hover {
  text-decoration: none;
}
.m-button--gradient:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--gradient:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button--gradient .m-button__tit {
  font-size: 14px;
}
.m-button--gradientyellow {
  width: 150px;
  height: 50px;
  border-radius: 30px;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#e76a0f), to(#f39f2e));
  background: linear-gradient(90deg, #e76a0f 0%, #f39f2e 100%);
  text-decoration: none;
  color: #ffffff;
}
.m-button--gradientyellow:visited {
  text-decoration: none;
  color: #ffffff;
}
.m-button--gradientyellow:hover {
  text-decoration: none;
}
.m-button--gradientyellow:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--gradientyellow:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button--gradientyellow .m-button__tit {
  font-size: 14px;
}
.m-button--gradientyellowarrow {
  width: 450px;
  height: 60px;
  border-radius: 30px;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#e76a0f), to(#f39f2e));
  background: linear-gradient(90deg, #e76a0f 0%, #f39f2e 100%);
  text-decoration: none;
  color: #ffffff;
}
.m-button--gradientyellowarrow:visited {
  text-decoration: none;
  color: #ffffff;
}
.m-button--gradientyellowarrow:hover {
  text-decoration: none;
}
.m-button--gradientyellowarrow:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--gradientyellowarrow:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button--gradientyellowarrow .m-button__tit {
  font-size: 18px;
}
.m-button--gradientyellowarrow:after {
  content: url(../img/global/btn-arrow.svg?20248403);
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-button--black {
  background-color: #5d5d5d;
  width: 280px;
  height: 80px;
  padding-left: 40px;
  text-decoration: none;
  color: #ffffff;
}
.m-button--black:visited {
  text-decoration: none;
  color: #ffffff;
}
.m-button--black:hover {
  text-decoration: none;
}
.m-button--black:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--black:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button--borderblack {
  border-radius: 8px;
  border: 1px solid #212121;
  width: 280px;
  height: 80px;
  text-decoration: none;
  color: #212121;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.m-button--borderblack:visited {
  text-decoration: none;
  color: #212121;
}
.m-button--borderblack:hover {
  text-decoration: none;
}
.m-button--borderblack:after {
  content: url(../img/homepage/btn-arrow--black.svg?20248403);
  width: 10px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-button--borderblack:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--borderblack:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button--boxshadow {
  border-radius: 8px;
  border: 1px solid #212121;
  -webkit-box-shadow: 0px 4px 0px 0px rgb(214, 214, 214);
          box-shadow: 0px 4px 0px 0px rgb(214, 214, 214);
  width: 200px;
  height: 75px;
  padding: 0 30px 0 20px;
  text-decoration: none;
  color: #212121;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-button--boxshadow:visited {
  text-decoration: none;
  color: #212121;
}
.m-button--boxshadow:hover {
  text-decoration: none;
}
.m-button--boxshadow:after {
  content: url(../img/homepage/btn-arrow--underblack.svg?20248403);
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-button--boxshadow:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--boxshadow:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button--white {
  background-color: #ffffff;
  width: 280px;
  height: 80px;
  text-decoration: none;
  color: #212121;
}
.m-button--white:visited {
  text-decoration: none;
  color: #212121;
}
.m-button--white:hover {
  text-decoration: none;
}
.m-button--white:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-button--white:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*============================
m-hide
============================*/
.m-hide--pc {
  display: none;
}

/*============================
m-tit
============================*/
.m-tit__ja {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 42px;
}
.m-tit__ja--white {
  color: #ffffff;
}
.m-tit__ja--orenge {
  color: #e76a0f;
}
.m-tit__en {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #e76a0f;
  font-size: 20px;
  letter-spacing: 0;
}
.m-tit__en--white {
  color: #ffffff;
}
.m-tit-homepage {
  color: #ffffff;
}
.m-tit-homepage .m-tit__ja {
  font-size: 56px;
  text-align: center;
}
.m-tit-homepage .m-tit__ja--black {
  color: #212121;
}
.m-tit-homepage .m-tit__en {
  text-align: center;
  color: #ffffff;
}
.m-tit-homepage .m-tit__en--gradation {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#f73766), to(#f8da60));
  background: linear-gradient(90deg, #f73766 0%, #f8da60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*============================
m-bg
============================*/
.m-bg {
  width: 100%;
  height: 405px;
  background: -webkit-gradient(linear, left top, right top, from(#f73766), to(#f8da60));
  background: linear-gradient(90deg, #f73766 0%, #f8da60 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.m-bg:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.m-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 1s;
  transition: 1s;
}
.m-bg.is-active:after {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.m-bg--reverse {
  background: -webkit-gradient(linear, left top, right top, from(#f8da60), to(#f73766));
  background: linear-gradient(90deg, #f8da60 0%, #f73766 100%);
}
.m-bg--reverse:before {
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100px);
          clip-path: polygon(100% 100%, 100% 0, 0 100px);
}
.m-bg--reverse.is-active:after {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.m-bg--grey {
  background: #f5f5f5 !important;
}
.m-bg--grey:before {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0) !important;
          clip-path: polygon(0 100%, 100% 100%, 0 0) !important;
}

/*============================
m-box
============================*/
.m-box {
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
}
.m-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 55, 102)), to(rgb(248, 218, 96))) border-box border-box;
  background: linear-gradient(90deg, rgb(247, 55, 102) 0%, rgb(248, 218, 96) 100%) border-box border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/*============================
m-swiper-button
============================*/
.m-swiper-button {
  position: relative;
  z-index: 100;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-swiper-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-swiper-button-service.m-swiper-button--next {
  display: inline-block;
  background: url(../img/service/top/btn_next.svg?20248403) no-repeat center;
  width: 40px;
  height: 40px;
}
.m-swiper-button-service.m-swiper-button--prev {
  display: inline-block;
  background: url(../img/service/top/btn_prev.svg?20248403) no-repeat center;
  width: 40px;
  height: 40px;
}
.m-swiper-button-about.m-swiper-button--next {
  display: inline-block;
  background: url(../img/about/btn_next.svg?20248403) no-repeat center;
  height: 16px;
  width: 40px;
}
.m-swiper-button-about.m-swiper-button--prev {
  display: inline-block;
  background: url(../img/about/btn_prev.svg?20248403) no-repeat center;
  height: 16px;
  width: 40px;
}
.m-swiper-button--next {
  display: inline-block;
  background: url(../img/global/btn_next.svg?20248403) no-repeat center;
  width: 32px;
  height: 32px;
}
.m-swiper-button--prev {
  display: inline-block;
  background: url(../img/global/btn_prev.svg?20248403) no-repeat center;
  width: 32px;
  height: 32px;
}
.m-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}

/*============================
m-card
============================*/
.m-card__link {
  display: block;
}
.m-card__link:hover .m-card__tit {
  color: #e76a0f;
}
.m-card__link:hover .m-card__catLabelTxt {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-card__img {
  z-index: 1;
  overflow: hidden;
  border: 1px solid #212121;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.m-card__img::after {
  content: "";
  display: block;
  padding-top: 67.5%;
}
.m-card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.m-card__img--center img {
  -o-object-position: center;
     object-position: center;
}
.m-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-card__img:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m-card__cat {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.m-card__catLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-card__catLabelTxt {
  font-size: 10px;
  color: #e76a0f;
  border: 1px solid #e76a0f;
  background-color: #ffffff;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: 0;
}
.m-card__catLabelTxt--active {
  background: -webkit-gradient(linear, left top, right top, from(#e76a0f), to(#f39f2e));
  background: linear-gradient(90deg, #e76a0f 0%, #f39f2e 100%);
  border: initial;
  color: #ffffff;
}
.m-card__data {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #979797;
}
.m-card__tit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}
.m-card__tit--white {
  color: #ffffff;
}
.m-card__tit--hidden {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*============================
.m-ballon
============================*/
.m-ballon {
  position: relative;
  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;
  display: inline-block;
  color: #e76a0f;
  border: 1px solid #e76a0f;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #ffffff;
  font-weight: bold;
}
.m-ballon:before, .m-ballon:after {
  content: "";
  position: absolute;
  left: 20%;
  border: 14px solid transparent;
}
.m-ballon:before {
  bottom: -28px;
  border-top-color: #e76a0f;
}
.m-ballon:after {
  bottom: -27px;
  border-top-color: #ffffff;
}
.m-ballon--reverse:before, .m-ballon--reverse:after {
  left: auto;
  right: 20%;
}

/*============================
.m-circle
============================*/
.m-circle {
  background: linear-gradient(-135deg, #e76a0f 25%, #ffe1ae 100%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
}

/*============================
m-nolink
============================*/
.m-nolink {
  cursor: default !important;
  opacity: 1 !important;
}

/*==========================
共通タブ用 => .js-tab
==========================*/
.js-tab__switchItem {
  cursor: pointer;
}
.js-tab__main {
  position: relative;
}
.js-tab__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tab__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tab__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tab__mainItem.is-active.has-scroll {
  display: block;
}

/*===================
タブの中のタブ => .js-tab_inr
===================*/
.js-tabInr__switchItem {
  cursor: pointer;
}
.js-tabInr__main {
  position: relative;
}
.js-tabInr__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tabInr__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tabInr__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tabInr__mainItem.is-active.has-scroll {
  display: block;
}

/*==========================
共通トグル用 => .js-toggle
==========================*/
.js-toggle--normal .js-toggle__next {
  display: none;
}

.js-toggle__switch {
  position: relative;
}
.js-toggle__switch--normal {
  position: relative;
}

/*==================
js-fadeIn
==================*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.js-fadeIn.is-active {
  opacity: 1;
}
.js-fadeIn--up {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js-fadeIn--up.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.js-fadeIn--left {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js-fadeIn--left.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.js-fadeIn--right {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js-fadeIn--right.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.js-fadeIn--leftlong {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}
.js-fadeIn--leftlong.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.js-fadeIn--rightlong {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
.js-fadeIn--rightlong.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*==========================
共通スライダー用 => .js-slider
==========================*/
.js-slider__modulDots {
  position: relative;
}
.js-slider__modulArw {
  cursor: pointer;
}

/*==========================
共通トグル用 => .js-text
==========================*/
.js-text {
  color: black;
}
.js-text span {
  opacity: 0.4;
}
.js-text span.is-end {
  opacity: 1;
}

/*==========================
パララックス .js-parallax
==========================*/
.js-parallax {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-parallax--reverse {
  left: auto;
  right: 0;
}

/*==========================
モーダル => .js-modal
==========================*/
.js-modal {
  /* モーダルアニメーション */
}
.js-modal-overlay {
  position: fixed;
  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;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.js-modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 980px;
  overflow-y: auto;
  padding: 50px 30px 30px 30px;
  width: 80%;
  -webkit-box-shadow: 0 0 10px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 10px 5px rgba(33, 33, 33, 0.2);
}
.js-modal-close {
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  top: 25px;
  left: auto;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.js-modal-close:before, .js-modal-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #979797;
}
.js-modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.js-modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .js-modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .js-modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .js-modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .js-modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .js-modal-container, .micromodal-slide .js-modal-overlay {
  will-change: transform;
}

/*==========================
トップ
.p-about
==========================*/
.p-about {
  margin-top: 90px;
}
.p-about img {
  width: 100%;
}
.p-about-nav {
  padding-bottom: 90px;
  margin-top: 90px;
}
.p-about-nav__tit {
  font-size: 64px;
  font-weight: bold;
  text-align: left;
}
.p-about-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 90px;
}
.p-about-nav__item {
  width: 25%;
}
.p-about-nav__item .m-button {
  letter-spacing: 0;
  width: 100%;
}
.p-about-greeting {
  background-color: #fef8f3;
  padding: 80px 0;
}
.p-about-greeting__doboz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 56px;
  margin-top: 40px;
}
.p-about-greeting__img {
  width: 357px;
}
.p-about-greeting__letter {
  text-align: left;
}
.p-about-greeting__letterTit {
  font-size: 32px;
  font-weight: bold;
}
.p-about-greeting__letterList {
  margin-top: 40px;
}
.p-about-greeting__letterItem:not(:first-child) {
  margin-top: 40px;
}
.p-about-greeting__letterItemTit {
  font-size: 20px;
  font-weight: bold;
}
.p-about-greeting__letterItemTxt {
  line-height: 180%;
  margin-top: 16px;
  letter-spacing: 0;
}
.p-about-greeting__letterName {
  font-size: 22px;
  text-align: right;
  margin-top: 40px;
}
.p-about-greeting__letterName--small {
  display: block;
  font-size: 16px;
}
.p-about-company {
  padding: 80px 0;
  text-align: left;
}
.p-about-company__inner {
  position: relative;
}
.p-about-company__logo {
  position: absolute;
  top: 0;
  right: 0;
}
.p-about-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.p-about-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 16px;
  gap: 16px;
}
.p-about-company__itemTit {
  font-weight: bold;
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about-company__itemColumnTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-about-company__itemColumnTxt:not(:first-of-type) {
  margin-top: 16px;
}
.p-about-company__itemColumnTxt--bold {
  font-weight: bold;
  font-size: 14px;
}
.p-about-company__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.p-about-company__detailItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #e76a0f;
  padding-bottom: 16px;
  gap: 16px;
}
.p-about-company__detailItem:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.p-about-company__detailItemTit {
  color: #e76a0f;
  font-weight: bold;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  line-height: 140%;
}
.p-about-company__detailItemTxt {
  color: #e76a0f;
  font-size: 14px;
  line-height: 160%;
}
.p-about-company__office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.p-about-company__officeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
.p-about-company__officeItemTit {
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about-area {
  padding-bottom: 40px;
}
.p-about-area__tit {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-about-area__tit:before {
  content: "";
  display: block;
  background-color: #e76a0f;
  width: 8px;
  height: 30px;
  border-radius: 48px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.p-about-area__txt {
  text-align: left;
  margin-top: 40px;
}
.p-about-area__note {
  text-align: left;
  margin-top: 8px;
}
.p-about-area__inner {
  position: relative;
}
.p-about-area__img {
  position: absolute;
  top: 0;
  right: 32px;
}
.p-about-area__nationwide {
  margin-top: 48px;
}
.p-about-area__nationwideTit {
  font-size: 32px;
  line-height: 180%;
  text-align: left;
  font-weight: bold;
}
.p-about-area__nationwideList {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  right: 32px;
}
.p-about-area__nationwideItem {
  background-color: #fff8f0;
  padding: 24px 16px;
  width: 204px;
}
.p-about-area__nationwideItem:nth-of-type(2) {
  width: 324px;
}
.p-about-area__nationwideItem:nth-of-type(4) {
  background-color: initial;
  padding: 0;
  width: 258px;
}
.p-about-area__nationwideItemTit {
  font-weight: bold;
  line-height: 180%;
}
.p-about-area__nationwideItemRegion {
  text-align: left;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
}
.p-about-area__nationwideItemRegionTxt {
  font-size: 14px;
  line-height: 180%;
  width: 85px;
}
.p-about-work {
  margin-top: 40px;
}
.p-about-work__tit {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-about-work__tit:before {
  content: "";
  display: block;
  background-color: #e76a0f;
  width: 8px;
  height: 30px;
  border-radius: 48px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.p-about-work__split {
  margin: 48px auto 0;
}
.p-about-work__split:nth-of-type(1) {
  width: 774px;
}
.p-about-introduction {
  padding: 80px 0;
}
.p-about-introduction__slide {
  margin-top: 48px;
}
.p-about-introduction__slideWrap {
  position: relative;
}
.p-about-introduction__slideLink {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.p-about-introduction__slideLink:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.p-about-introduction__slideLink:hover .p-about-introduction__slideName {
  color: #e76a0f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-about-introduction__slideImg {
  width: 220px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.p-about-introduction__slidePosition {
  margin-top: 16px;
  font-size: 12px;
}
.p-about-introduction__slideName {
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-about-introduction .swiper-container {
  overflow: hidden;
}
.p-about-introduction .swiper-parts {
  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;
  margin-top: 48px;
  gap: 40px;
}
.p-about-introduction .swiper-parts .swiper-pagination {
  position: initial;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-about-introduction .swiper-parts .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.p-about-introduction .swiper-parts .swiper-pagination-bullet-active {
  background-color: #e76a0f;
}
.p-about-modal__color {
  font-weight: bold;
  color: #e76a0f;
}
.p-about-modal__tit {
  position: relative;
  font-size: 22px;
  padding: 15px 0;
  font-weight: bold;
  margin: 0 auto;
  line-height: 180%;
}
.p-about-modal__tit:before {
  position: absolute;
  top: 0;
  left: 150px;
  content: url(../img/about/modal_kakko_left.png);
}
.p-about-modal__tit:after {
  position: absolute;
  bottom: 0;
  right: 150px;
  content: url(../img/about/modal_kakko_right.png);
}
.p-about-modal__doboz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
  margin-top: 30px;
}
.p-about-modal__img {
  width: 290px;
  margin: 0 auto;
}
.p-about-modal__letter {
  text-align: left;
  margin-top: 8px;
}
.p-about-modal__letterHeadPosition {
  font-size: 12px;
}
.p-about-modal__letterHeadName {
  font-size: 32px;
  font-weight: bolder;
}
.p-about-modal__letterHeadSkill {
  margin-top: 8px;
}
.p-about-modal__letterList {
  margin-top: 20px;
}
.p-about-modal__letterItem:nth-of-type(n + 2) {
  margin-top: 20px;
}
.p-about-modal__letterItemTit {
  font-weight: bold;
}
.p-about-modal__letterItemTxt {
  line-height: 180%;
}
.p-about-concept {
  background-color: #fafafa;
  padding: 80px 0;
}
.p-about-concept__list {
  position: relative;
  width: 850px;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about-concept__item {
  text-align: left;
}
.p-about-concept__item:nth-of-type(1) {
  margin-top: 60px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-about-concept__item:nth-of-type(2) {
  margin-top: 145px;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-about-concept__item:nth-of-type(3) {
  margin-top: 109px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-about-concept__item:nth-of-type(4) {
  margin-top: 111px;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-about-concept__item:nth-of-type(5) {
  margin-top: 40px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-about-concept__itemTit {
  color: #e76a0f;
  font-size: 25px;
  padding-bottom: 8px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.p-about-concept__itemTit--small {
  font-size: 18px;
  padding-bottom: 0;
  line-height: 180%;
  letter-spacing: -0.04em;
}
.p-about-concept__itemTxt {
  font-size: 14px;
  line-height: 180%;
}
.p-about-concept__itemSplit:nth-of-type(n + 2) {
  margin-top: 8px;
}
.p-about-concept__itemImg {
  position: absolute;
  top: 0;
}
.p-about-message {
  padding: 80px 0;
}
.p-about-message__tit {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-about-message__tit:before {
  content: "";
  display: block;
  background-color: #e76a0f;
  width: 8px;
  height: 30px;
  border-radius: 48px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.p-about-message__logo {
  margin-top: 56px;
  width: 176px;
}
.p-about-message__wrap {
  margin-top: 24px;
  text-align: left;
  position: relative;
}
.p-about-message__wrapTit {
  font-size: 42px;
  color: #e76a0f;
  line-height: 160%;
  font-weight: bold;
}
.p-about-message__wrapImg {
  position: absolute;
  top: -50px;
  right: 0;
}
.p-about-message__wrapLetter {
  margin-top: 43px;
}
.p-about-message__wrapLetterTxt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.6666666667vw;
  }
  html.is-active {
    overflow: hidden;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header {
    height: 50px;
  }
  .l-header__logo {
    width: 120px;
  }
  .l-header__logo img {
    width: 100%;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__megamenu {
    display: none;
  }
  .l-header__hmb {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1000001;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(231, 106, 15)), to(rgb(243, 159, 46)));
    background: linear-gradient(180deg, rgb(231, 106, 15) 0%, rgb(243, 159, 46) 100%);
  }
  .l-header__hmbButton {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 24px;
    height: 50px;
    position: relative;
  }
  .l-header__hmbButton > div {
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    top: 68%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .l-header__drwNav {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(231, 106, 15)), to(rgb(243, 159, 46)));
    background: linear-gradient(0deg, rgb(231, 106, 15) 0%, rgb(243, 159, 46) 100%);
    position: fixed;
    top: 0;
    left: 0;
    padding: 35px 20px;
  }
  .l-header__drwNav.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10000;
    overflow-y: scroll;
    padding-bottom: 150px;
  }
  .l-header__drwNavDobozSummaryAnchor {
    padding: 10px 20px;
  }
  .l-header-homepage {
    height: 50px;
  }
  .l-header-homepage__inner {
    padding: 0 20px;
  }
  .l-header-homepage__logo {
    width: 125px;
  }
  .l-header-homepage__hmb {
    width: 50px;
  }
  .l-header-homepage__hmbButton {
    gap: 8px;
    padding: 12px;
  }
  .l-header-homepage__hmbButton.is-active > div:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .l-header-homepage__hmbButton.is-active > div:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  .l-header-homepage__drwNav {
    padding: 20px 20px 50px 20px;
    height: calc(100vh + 50px);
    top: 50px;
    overflow-y: scroll;
  }
  .l-header-homepage__drwNavDoboz {
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
  .l-header-homepage__drwNavDobozSummary {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding: 20px 0;
  }
  .l-header-homepage__drwNavDobozSummaryTit {
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
  }
  .l-header-homepage__drwNavDobozSummaryAnchor {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #212121;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    text-align: left;
  }
  .l-header-homepage__drwNavDobozSummaryAnchor:visited {
    text-decoration: none;
    color: #212121;
  }
  .l-header-homepage__drwNavDobozSummaryAnchor:hover {
    text-decoration: none;
  }
  .l-header-homepage__drwNavDobozSummaryAnchor:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-homepage__drwNavDobozSummary.js-toggle__switch {
    padding: 20px 0;
  }
  .l-header-homepage__drwNavDobozList {
    width: 100%;
    display: table;
    border-collapse: collapse;
  }
  .l-header-homepage__drwNavDobozListItem {
    display: table-row;
  }
  .l-header-homepage__drwNavDobozLinks {
    margin-top: 0;
    font-size: 16px;
    gap: 15px;
  }
  .l-header-homepage__drwNavDobozLinksItem {
    position: relative;
    text-align: left;
  }
  .l-header-homepage__drwNavDobozLinksAnchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    padding-left: 20px;
    text-decoration: none;
    color: #212121;
    position: relative;
  }
  .l-header-homepage__drwNavDobozLinksAnchor:visited {
    text-decoration: none;
    color: #212121;
  }
  .l-header-homepage__drwNavDobozLinksAnchor:hover {
    text-decoration: none;
  }
  .l-header-homepage__drwNavDobozUnder {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header-homepage__drwNavDobozUnderList {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .l-header-homepage__drwNavDobozUnderItem {
    width: calc(50% - 10px);
    text-align: left;
  }
  .l-header-homepage__drwNavDobozUnderItemLink {
    font-size: 12px;
  }
  .l-header-homepage__drwNavDobozUnder .m-button {
    width: 100%;
    height: 60px;
  }
  .l-footer {
    background-image: url(../img/global/footer/sp-bg.jpg?20248403);
  }
  .l-footer-sitemap__inner {
    padding-top: 50px;
  }
  .l-footer-sitemap__gnavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-sitemap__gnavListContent {
    background-color: initial;
    padding: 0;
  }
  .l-footer-sitemap__gnavListContent:nth-of-type(1) {
    width: 100%;
    padding: 0;
  }
  .l-footer-sitemap__gnavListContent:nth-of-type(2) {
    width: 100%;
  }
  .l-footer-sitemap__gnavListContent:nth-of-type(3) {
    width: 100%;
  }
  .l-footer-sitemap__gnavListDoboz:nth-of-type(2) {
    margin-top: 20px;
  }
  .l-footer-sitemap__gnavListNext {
    gap: 0;
  }
  .l-footer-sitemap__gnavListNextItem {
    padding-bottom: 10px;
  }
  .l-footer-sitemap__gnavListNextItemLink {
    position: relative;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
  }
  .l-footer-sitemap__gnavListNextItemLink::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: auto;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-footer-sitemap__gnavListNextItem--normal a {
    font-weight: 300;
  }
  .l-footer-sitemap .js-toggle__next {
    display: none;
  }
  .l-footer-area__inner {
    padding-bottom: 0;
  }
  .l-footer-area__label {
    font-size: 12px;
  }
  .l-footer-area__tit {
    font-size: 20px;
  }
  .l-footer-area__list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-area__item:nth-of-type(1), .l-footer-area__item:nth-of-type(2) {
    width: 100%;
  }
  .l-footer-area__item:nth-of-type(3) {
    width: 100%;
  }
  .l-footer-area__item:nth-of-type(3) .l-footer-area__itemRegionTxt {
    width: 90px;
  }
  .l-footer-area__item:nth-of-type(4) {
    margin-top: 20px;
  }
  .l-footer-area__itemTit {
    text-align: left;
  }
  .l-footer-area__itemRegionTxt {
    width: 90px;
  }
  .l-footer-content__inner {
    padding-top: 0;
  }
  .l-footer-content__list {
    display: grid;
    grid-template-areas: "item04" "item01" "item03" "item02" "item05";
  }
  .l-footer-content__item {
    -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;
    margin-top: 30px;
  }
  .l-footer-content__item:nth-of-type(1) {
    gap: 20px;
    margin-top: 50px;
  }
  .l-footer-content__item:nth-of-type(1) img {
    width: 220px;
  }
  .l-footer-content__item:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-content__item:nth-of-type(4) {
    margin-top: 0;
  }
  .l-footer-content__itemLink {
    font-size: 14px;
  }
  .l-footer-content__itemBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .l-footer-content__itemBtnLink {
    font-size: 16px;
    width: 100%;
  }
  .l-footcontact__inner {
    padding: 40px 15px 60px;
  }
  .l-footcontact__item {
    width: 100%;
  }
  .l-footcontact__itemLetter {
    left: 8vw;
    top: 8vw;
  }
  .l-footcontact__itemLetter .m-tit {
    position: relative;
  }
  .l-footcontact__item:nth-of-type(1) {
    max-height: 330px;
  }
  .l-footcontact__item:nth-of-type(1) .l-footcontact__itemLetter {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-footcontact__item:nth-of-type(1) .l-footcontact__itemLetter .m-tit__en {
    font-size: 20px;
  }
  .l-footcontact__item:nth-of-type(1) .l-footcontact__itemLetter .m-tit__ja {
    font-size: 36px;
    margin-top: 20px;
  }
  .l-footcontact__item:nth-of-type(1) .l-footcontact__arrow {
    width: 40px;
    height: 40px;
    right: auto;
    left: 54%;
    top: auto;
    bottom: 0;
  }
  .l-footcontact__itemTxt {
    margin-top: 24px;
  }
  .l-footcontact__itemImg {
    height: 100%;
  }
  .l-footcontact__itemImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-footcontact__arrow {
    margin-top: 10px;
    width: 36px;
    height: 36px;
  }
  .l-footcontact .m-tit__en {
    font-size: 16px;
  }
  .l-footcontact .m-tit__ja {
    font-size: 28px;
  }
  .l-section__inner {
    max-width: initial;
    padding: 0 15px;
  }
  .l-main-works {
    margin-top: 50px;
  }
  .l-mv-top .l-mv__bgLogo {
    top: 45%;
  }
  .l-mv-top .l-mv__shine.is-active .l-mv__shineImg:nth-of-type(2) {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  .l-mv-top .l-mv__letter {
    left: auto;
    top: 150px;
    -webkit-transform: translate(0%);
            transform: translate(0%);
    width: 100%;
  }
  .l-mv-top .l-mv__letterTxt {
    font-size: 18px;
  }
  .l-mv-top .l-mv__copy {
    left: 20px;
  }
  .l-mv-top .l-mv__sliderImg {
    height: 100%;
    margin-top: 0;
  }
  .l-mv-top .l-mv__sliderVideo {
    height: 100%;
    margin-top: 0;
  }
  .l-mv-top .swiper-parts {
    bottom: 30px;
    left: 15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-mv-top .swiper-parts .swiper-pagination {
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-mv-under {
    margin-top: 60px;
  }
  .l-mv-under__img img {
    width: 100%;
    height: 100%;
    max-height: 280px;
  }
  .l-mv-under__letter {
    left: 20px;
    top: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-mv-under__letterTitSub {
    font-size: 18px;
  }
  .l-mv-under__letterTitMain--gradient {
    font-size: 36px;
  }
  .l-mv-under--single .l-mv-under__bg {
    display: none;
  }
  .l-mv-under--single .l-mv-under__img {
    width: 100%;
  }
  .l-offer__txt {
    font-size: 22px;
    letter-spacing: 0;
  }
  .l-offer__txt--small {
    font-size: 14px;
    text-align: left;
  }
  .l-offer .m-button {
    width: 100%;
  }
  .l-tab__switch {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 20px;
  }
  .l-tab__switchItem {
    width: calc(50% - 8px);
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-tab__mainItem .simplebar-track.simplebar-horizontal {
    bottom: -10px;
  }
  .l-form__descTxt {
    font-size: 16px;
    line-height: 2;
  }
  .l-form__title {
    gap: 10px;
    font-size: 18px;
  }
  .l-form__title:nth-of-type(2) {
    margin-top: 40px;
  }
  .l-form__doboz {
    margin-top: 30px;
  }
  .l-form__dobozWrap {
    padding: 60px 20px;
  }
  .l-form__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
  .l-form__lineLbx {
    width: 100%;
  }
  .l-form__lineRbx {
    width: 100%;
  }
  .l-form__input input {
    padding: 15px 20px;
  }
  .l-form__input--small {
    width: 50%;
  }
  .l-form__textarea textarea {
    padding: 14px 20px;
    height: 150px;
  }
  .l-form__checkBox .wpcf7-checkbox {
    grid-template-columns: repeat(2, auto);
  }
  .l-form__checkBox .wpcf7-list-item {
    font-size: 16px;
    margin-left: 0;
  }
  .l-form__privacyCheckbox .wpcf7-list-item-label {
    font-size: 14px;
    text-align: left;
  }
  .l-form__submit {
    margin-top: 30px;
  }
  .l-form__submitTag {
    max-width: 100%;
  }
  .l-form__submitTag input[type=submit] {
    width: 100%;
    height: 60px;
    border-radius: 30px;
  }
  .l-form__previous {
    margin-top: 30px;
  }
  .l-form__policy {
    height: 36.5em;
    padding: 24px 20px;
    font-size: 12px;
  }
  .l-form__policyLetter .top {
    font-size: 16px;
  }
  .l-form__policyLetter p {
    font-size: 12px;
  }
  .l-form__completeLetterTit {
    font-size: 16px;
  }
  .l-form__completeLetterTxt {
    font-size: 14px;
  }
  .l-form__thanks .m-button--thanks {
    width: 95%;
    margin-top: 50px;
  }
  .l-form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
  .m-button {
    width: 100%;
  }
  .m-button--borderblack {
    width: 75%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-button--borderblack:after {
    height: 16px;
    right: 20px;
  }
  .m-button--boxshadow {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 48px;
  }
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .m-tit__ja {
    font-size: 32px;
  }
  .m-tit-homepage .m-tit__ja {
    font-size: 32px;
  }
  .m-tit-homepage .m-tit__en {
    font-size: 14px;
  }
  .m-box:before {
    border: 2px solid transparent;
    background: -webkit-gradient(linear, left top, right top, from(rgb(247, 55, 102)), to(rgb(248, 218, 96))) border-box border-box;
    background: linear-gradient(90deg, rgb(247, 55, 102) 0%, rgb(248, 218, 96) 100%) border-box border-box;
  }
  .m-swiper-button-about.m-swiper-button--next {
    width: 30px;
    background-size: contain;
  }
  .m-swiper-button-about.m-swiper-button--prev {
    width: 30px;
    background-size: contain;
  }
  .m-card__cat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-ballon {
    font-size: 14px;
  }
  .m-ballon--reverse:before, .m-ballon--reverse:after {
    left: 20%;
    right: auto;
  }
  .m-circle {
    width: 250px;
    height: 250px;
  }
  .js-toggle__switch::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#f73766), to(#f8da60));
    background: linear-gradient(90deg, #f73766 0%, #f8da60 100%);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 12px;
  }
  .js-toggle__switch::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: auto;
    right: 27.5px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-toggle__switch.is-active::after {
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .js-toggle__switch--normal::before, .js-toggle__switch--normal::after {
    content: "";
    width: 18px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    border: initial;
  }
  .js-toggle__switch--normal::before {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .js-toggle__switch--normal::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .js-toggle__switch--normal.is-active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-toggle__switch--normal.is-active::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .js-toggle__next {
    display: none;
  }
  .js-modal-container {
    width: 90%;
    padding: 40px 20px 20px;
  }
  .js-modal-close {
    top: 10px;
    right: 20px;
  }
  .p-about {
    margin-top: 60px;
  }
  .p-about-nav {
    margin-top: 64px;
    padding-bottom: 60px;
  }
  .p-about-nav__tit {
    font-size: 40px;
  }
  .p-about-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
  }
  .p-about-nav__item {
    width: 100%;
  }
  .p-about-nav__item .m-button__tit {
    font-size: 16px;
  }
  .p-about-nav__item .m-button {
    font-size: 16px;
  }
  .p-about-greeting {
    padding: 60px 0;
  }
  .p-about-greeting__doboz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .p-about-greeting__img {
    width: 240px;
    margin: 0 auto;
  }
  .p-about-greeting__letterTit {
    font-size: 28px;
  }
  .p-about-greeting__letterList {
    margin-top: 24px;
  }
  .p-about-greeting__letterItem:not(:first-child) {
    margin-top: 24px;
  }
  .p-about-greeting__letterName {
    margin-top: 24px;
  }
  .p-about-company {
    padding: 60px 0;
  }
  .p-about-company__logo {
    right: 20px;
  }
  .p-about-company__list {
    margin-top: 48px;
  }
  .p-about-company__item {
    gap: 0;
  }
  .p-about-company__itemTit {
    font-weight: normal;
    width: 100px;
  }
  .p-about-company__itemColumn {
    width: 100%;
  }
  .p-about-company__itemColumnTxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-about-company__detailItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-about-company__detailItemTit {
    font-size: 16px;
    width: 100%;
  }
  .p-about-company__detailItemTxt {
    font-size: 12px;
  }
  .p-about-company__office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 16px 0;
  }
  .p-about-company__officeItem {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 16px;
    gap: 0;
  }
  .p-about-company__officeItem:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-about-company__officeItemTit {
    font-weight: normal;
    width: 100px;
  }
  .p-about-area {
    padding-bottom: 24px;
  }
  .p-about-area__tit {
    font-size: 18px;
  }
  .p-about-area__txt {
    font-size: 14px;
  }
  .p-about-area__note {
    font-size: 14px;
  }
  .p-about-area__img {
    position: relative;
    margin: 24px auto;
    width: 345px;
  }
  .p-about-area__nationwide {
    margin-top: 40px;
  }
  .p-about-area__nationwideTit {
    font-size: 28px;
  }
  .p-about-area__nationwideList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .p-about-area__nationwideItem {
    width: 100%;
    text-align: left;
    padding: 16px;
  }
  .p-about-area__nationwideItem:nth-of-type(2) {
    width: 100%;
  }
  .p-about-area__nationwideItem:nth-of-type(4) {
    width: 100%;
  }
  .p-about-area__nationwideItemRegion {
    gap: 4px 16px;
    margin-top: 8px;
  }
  .p-about-area__nationwideItemRegionTxt {
    width: 90px;
  }
  .p-about-area__nationwideItemImg {
    width: 258px;
    margin: 32px auto 0;
  }
  .p-about-work {
    margin-top: 24px;
  }
  .p-about-work__tit {
    font-size: 18px;
  }
  .p-about-work__split {
    width: 345px;
    margin-top: 24px;
  }
  .p-about-work__split:nth-of-type(1) {
    width: 345px;
  }
  .p-about-introduction {
    padding: 60px 0;
  }
  .p-about-introduction__slideImg {
    width: 155px;
  }
  .p-about-introduction .swiper-parts {
    margin-top: 32px;
  }
  .p-about-introduction .swiper-parts .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .p-about-modal__tit--small {
    font-size: 10px;
  }
  .p-about-modal__tit {
    font-size: 12px;
    width: 290px;
  }
  .p-about-modal__tit:before {
    left: 0;
  }
  .p-about-modal__tit:after {
    right: 0;
  }
  .p-about-modal__doboz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  .p-about-modal__img {
    width: 170px;
  }
  .p-about-modal__letterHeadName {
    font-size: 24px;
  }
  .p-about-modal__letterItemTit {
    font-size: 16px;
  }
  .p-about-modal__letterItemTxt {
    font-size: 14px;
  }
  .p-about-concept {
    padding: 60px 0;
  }
  .p-about-concept__item {
    width: 160px;
  }
  .p-about-concept__item:nth-of-type(2) {
    margin-top: 20px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p-about-concept__item:nth-of-type(3) {
    margin-top: 30px;
  }
  .p-about-concept__item:nth-of-type(4) {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 80px;
  }
  .p-about-concept__item:nth-of-type(5) {
    margin-top: 200px;
    width: 100%;
  }
  .p-about-concept__itemTit {
    font-size: 18px;
  }
  .p-about-message {
    padding: 60px 0;
  }
  .p-about-message__tit {
    font-size: 18px;
  }
  .p-about-message__logo {
    margin-top: 48px;
    width: 120px;
  }
  .p-about-message__wrap {
    margin-top: 16px;
  }
  .p-about-message__wrapTit {
    font-size: 32px;
    line-height: 150%;
  }
  .p-about-message__wrapImg {
    width: 345px;
    position: initial;
    margin: 48px auto 0;
  }
  .p-about-message__wrapLetterTxt {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1094px) {
  html.is-active {
    overflow: hidden;
  }
  .l-header {
    height: 50px;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__hmb {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1000001;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(231, 106, 15)), to(rgb(243, 159, 46)));
    background: linear-gradient(180deg, rgb(231, 106, 15) 0%, rgb(243, 159, 46) 100%);
  }
  .l-header__hmbButton {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: Noto Sans JP, YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 24px;
    height: 50px;
    position: relative;
  }
  .l-header__hmbButton > div {
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    top: 68%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .l-header__drwNav {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(231, 106, 15)), to(rgb(243, 159, 46)));
    background: linear-gradient(0deg, rgb(231, 106, 15) 0%, rgb(243, 159, 46) 100%);
    position: fixed;
    top: 0;
    left: 0;
    padding: 35px 20px;
  }
  .l-header__drwNav.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10000;
    overflow-y: scroll;
    padding-bottom: 150px;
  }
  .l-header-homepage {
    height: 50px;
  }
  .l-header-homepage__logo {
    width: 150px;
  }
  .l-header-homepage__hmb {
    width: 50px;
  }
  .l-header-homepage__hmbButton {
    gap: 8px;
    padding: 12px;
  }
  .l-header-homepage__hmbButton.is-active > div:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .l-header-homepage__hmbButton.is-active > div:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  .l-header-homepage__drwNav {
    padding: 20px 20px 50px 20px;
    height: calc(100vh + 50px);
    top: 50px;
    overflow-y: scroll;
  }
  .l-header-homepage__drwNavDoboz {
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
  .l-header-homepage__drwNavDobozSummary {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding: 20px 0;
  }
  .l-header-homepage__drwNavDobozSummaryTit {
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
  }
  .l-header-homepage__drwNavDobozSummaryAnchor {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #212121;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    text-align: left;
  }
  .l-header-homepage__drwNavDobozSummaryAnchor:visited {
    text-decoration: none;
    color: #212121;
  }
  .l-header-homepage__drwNavDobozSummaryAnchor:hover {
    text-decoration: none;
  }
  .l-header-homepage__drwNavDobozSummaryAnchor:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-homepage__drwNavDobozSummary.js-toggle__switch {
    padding: 20px 0;
  }
  .l-header-homepage__drwNavDobozList {
    width: 100%;
    display: table;
    border-collapse: collapse;
  }
  .l-header-homepage__drwNavDobozListItem {
    display: table-row;
  }
  .l-header-homepage__drwNavDobozLinks {
    margin-top: 0;
    font-size: 16px;
    gap: 15px;
  }
  .l-header-homepage__drwNavDobozLinksItem {
    position: relative;
    text-align: left;
  }
  .l-header-homepage__drwNavDobozLinksAnchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    padding-left: 20px;
    text-decoration: none;
    color: #212121;
    position: relative;
  }
  .l-header-homepage__drwNavDobozLinksAnchor:visited {
    text-decoration: none;
    color: #212121;
  }
  .l-header-homepage__drwNavDobozLinksAnchor:hover {
    text-decoration: none;
  }
  .l-footer-sitemap__inner {
    padding-top: 50px;
  }
  .l-footer-sitemap__gnavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-sitemap__gnavListContent {
    background-color: initial;
    padding: 0;
  }
  .l-footer-sitemap__gnavListContent:nth-of-type(1) {
    width: 100%;
    padding: 0;
  }
  .l-footer-sitemap__gnavListContent:nth-of-type(2) {
    width: 100%;
  }
  .l-footer-sitemap__gnavListContent:nth-of-type(3) {
    width: 100%;
  }
  .l-footer-sitemap__gnavListDoboz:nth-of-type(2) {
    margin-top: 20px;
  }
  .l-footer-sitemap__gnavListNext {
    gap: 0;
  }
  .l-footer-sitemap__gnavListNextItem {
    padding-bottom: 10px;
  }
  .l-footer-sitemap__gnavListNextItemLink {
    position: relative;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
  }
  .l-footer-sitemap__gnavListNextItemLink::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: auto;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-footer-sitemap .js-toggle__next {
    display: none;
  }
  .l-footer-area__label {
    font-size: 12px;
  }
  .l-footer-area__tit {
    font-size: 20px;
  }
  .l-footer-area__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-area__item:nth-of-type(1), .l-footer-area__item:nth-of-type(2) {
    width: 100%;
  }
  .l-footer-area__item:nth-of-type(3) {
    width: 100%;
  }
  .l-footer-area__item:nth-of-type(4) {
    margin-top: 20px;
  }
  .l-footer-content__inner {
    padding-top: 0;
  }
  .l-footer-content__list {
    display: grid;
    grid-template-areas: "item04" "item01" "item03" "item02" "item05";
  }
  .l-footer-content__item {
    -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;
    margin-top: 30px;
  }
  .l-footer-content__item:nth-of-type(1) {
    gap: 20px;
    margin-top: 50px;
  }
  .l-footer-content__item:nth-of-type(1) img {
    width: 220px;
  }
  .l-footer-content__item:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-content__item:nth-of-type(4) {
    margin-top: 0;
  }
  .l-footer-content__itemBtn {
    width: 100%;
  }
  .l-footer-content__itemBtnLink {
    width: 100%;
  }
  .l-footcontact__itemLetter {
    top: 10%;
    left: 5%;
  }
  .l-footcontact__itemLetter .m-tit {
    position: relative;
  }
  .l-footcontact__item:nth-of-type(1) .l-footcontact__itemLetter {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-footcontact__item:nth-of-type(1) .l-footcontact__arrow {
    width: 40px;
    height: 40px;
    right: auto;
    left: 54%;
    top: auto;
    bottom: 0;
  }
  .l-footcontact__arrow {
    margin-top: 10px;
    width: 36px;
    height: 36px;
  }
  .l-main-works {
    margin-top: 50px;
  }
  .l-tab__mainItem .simplebar-track.simplebar-horizontal {
    bottom: -20px;
  }
  .l-form__dobozWrap {
    padding: 80px 20px 100px;
  }
  .l-form__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-form__lineLbx {
    width: 100%;
  }
  .l-form__lineRbx {
    width: 100%;
  }
  .m-button--boxshadow {
    width: 100%;
  }
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .js-toggle__switch::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#f73766), to(#f8da60));
    background: linear-gradient(90deg, #f73766 0%, #f8da60 100%);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 12px;
  }
  .js-toggle__switch::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: auto;
    right: 27.5px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-toggle__switch.is-active::after {
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .js-toggle__switch--normal::before, .js-toggle__switch--normal::after {
    content: "";
    width: 18px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    border: initial;
  }
  .js-toggle__switch--normal::before {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .js-toggle__switch--normal::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .js-toggle__switch--normal.is-active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-toggle__switch--normal.is-active::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .js-toggle__next {
    display: none;
  }
  .p-about-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-about-nav__item {
    width: calc(33.3333333333% - 16px);
  }
  .p-about-area__img {
    position: relative;
    margin: 24px auto;
    width: 345px;
  }
  .p-about-area__nationwideList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .p-about-area__nationwideItem {
    width: 100%;
    text-align: left;
  }
  .p-about-area__nationwideItem:nth-of-type(2) {
    width: 100%;
  }
  .p-about-area__nationwideItem:nth-of-type(4) {
    width: 100%;
  }
  .p-about-area__nationwideItemRegion {
    gap: 8px 16px;
  }
  .p-about-area__nationwideItemRegionTxt {
    width: 90px;
  }
  .p-about-area__nationwideItemImg {
    width: 258px;
    margin: 32px auto 0;
  }
  .p-about-modal__tit {
    font-size: 22px;
  }
  .p-about-modal__tit:before {
    left: 50px;
  }
  .p-about-modal__tit:after {
    right: 50px;
  }
  .p-about-modal__doboz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  .p-about-concept__list {
    width: 750px;
  }
  .p-about-concept__item:nth-of-type(3) {
    margin-top: 50px;
  }
  .p-about-concept__item:nth-of-type(4) {
    margin-top: 50px;
  }
  .p-about-message__wrapImg {
    width: 557px;
    position: initial;
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-header__megamenu {
    display: none;
  }
  .l-mv-under {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  /*============================
  .l-roleHeader
  下層共通のh1
  ============================*/
  #l-roleHeader .l-roleHeader__tit {
    font-size: 10px;
    padding: 30px 10px 0;
  }
  /*============================
  worksの調整
  ============================*/
  #l-roleHeader .l-roleHeader--adjWorks .l-roleHeader__tit {
    padding-top: 0;
  }
  /*============================
  .l-roleBreadcrumbs
  下層共通のパンくず
  ============================*/
  #l-roleBreadcrumbs .l-roleBreadcrumbs {
    text-align: left;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  #l-roleBreadcrumbs .l-roleBreadcrumbs__doboz {
    font-size: 9pt;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: scroll;
    white-space: nowrap;
  }
  /*============================
  worksの調整
  ============================*/
  #l-roleBreadcrumbs .l-roleBreadcrumbs--adjWorks {
    padding: 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .m-circle {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-concept__list {
    width: 345px;
  }
}
