@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  background: #fff;
}

img {
  width: 100%;
  height: auto;
}

.grid__content {
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .grid__content {
    display: grid;
    grid-template-columns: min(4.39238653vw, 60px) 1fr;
  }
}

.main__content {
  background: #f0f0f0;
  padding-top: 50px;
}
@media screen and (min-width:768px) {
  .main__content {
    padding-top: min(5.9297218155vw, 81px);
  }
}

.fv__bgWrap {
  position: relative;
}
.fv__bgWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  right: 0px;
  width: 194px;
  height: 111px;
  background: url(../../assets/img/index/bg_img_01.png) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .fv__bgWrap::after {
    top: min(8.78477306vw, 120px);
    right: min(5.8565153734vw, 80px);
    width: min(37.6281112738vw, 514px);
    height: min(21.5226939971vw, 294px);
  }
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn {
  display: inline-block;
}

.btn__block {
  text-align: center;
}
.btn__block .btn--more,
.btn__block .btn--back,
.btn__block .btn--contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  background: #000;
  border: 3px solid #000;
  max-width: 335px;
  width: 100%;
  height: 50px;
}
@media screen and (min-width:768px) {
  .btn__block .btn--more,
  .btn__block .btn--back,
  .btn__block .btn--contact {
    font-size: min(1.4641288433vw, 20px);
    width: min(17.5695461201vw, 240px);
    height: min(3.6603221083vw, 50px);
    border: min(0.2196193265vw, 3px) solid #000;
  }
}
.btn__block .btnHovAni span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.btn__block .btnHovAni:hover span {
  color: #000;
}
.btn__block .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn__block .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn__block .bgleft--contactLinks:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2235294118);
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn__block .bgleft--contactLinks:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.inner, .inner-s {
  width: 100%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .inner, .inner-s {
    width: 100%;
  }
}

.breadcrumbs {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:768px) {
  .breadcrumbs {
    margin: min(0.5124450952vw, 7px) 0 0 0;
  }
}

.breadcrumbs * {
  color: #AEB2B5;
}

.breadcrumbs span:before {
  /* >を表示*/
  content: "";
  display: inline-block;
  margin: 0 0 0 0.2em;
  background: #AEB2B5;
  width: 15px;
  height: 1px;
  transform-origin: 0;
  transform: rotate(-45deg);
}

.breadcrumbs span:first-child::before {
  display: none;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  font-weight: 400;
  color: #AEB2B5;
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: min(1.0248901903vw, 14px);
  }
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 -12px 0 0;
  background: #fff;
  transition: 0.5s;
  z-index: 99;
}
@media screen and (min-width:768px) {
  .hamburger {
    display: none;
    margin: 0;
  }
}
.hamburger div {
  width: 26px;
  height: 1px;
  border: 1px solid #ED6D0E;
  background: #ED6D0E;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.hamburger div:nth-child(2) {
  top: 22%;
}
.hamburger div:nth-child(3) {
  top: 49%;
}
.hamburger p {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #ED6D0E;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
}
.hamburger .close {
  display: none;
}

.hamburger.active div:nth-child(1) {
  opacity: 0;
}

.hamburger.active div:nth-child(2) {
  transform: translate(-50%, 9px) rotate(-26deg);
  background: #ED6D0E;
  transition: 0.3s;
}

.hamburger.active div:nth-child(3) {
  transform: translate(-50%, -5px) rotate(26deg);
  background: #ED6D0E;
  transition: 0.3s;
}

.hamburger.active .close {
  display: block;
}

.hamburger.active .open {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.header .inner--header {
  display: flex;
  align-items: center;
  width: 89.33%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .header .inner--header {
    width: 100%;
    height: min(5.9297218155vw, 81px);
  }
}
.header .header__ttl {
  width: 35%;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .header .header__ttl {
    width: min(14.6412884334vw, 200px);
    margin: 0 min(2.196193265vw, 30px);
  }
}
.header .header__ttl a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header__ttl img {
  width: 119px;
}
@media screen and (min-width:768px) {
  .header .header__ttl img {
    width: min(14.6412884334vw, 200px);
  }
}

.nav--header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s;
}
.nav--header.view {
  display: block;
  visibility: visible;
  transform: translateX(0);
  overflow-y: scroll;
}
@media screen and (min-width:768px) {
  .nav--header {
    position: static;
    display: block;
    height: 100%;
    transform: translateX(0);
    visibility: visible;
    margin: 0 min(1.4641288433vw, 20px);
  }
}
.nav--header .header__nav-items {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
  margin-top: 120px;
}
@media screen and (min-width:768px) {
  .nav--header .header__nav-items {
    flex-direction: row;
    align-items: center;
    height: inherit;
    margin-top: 0;
  }
}
.nav--header .header__nav-item {
  height: inherit;
  margin: 0 0 40px 0;
}
@media screen and (min-width:768px) {
  .nav--header .header__nav-item {
    margin: 0 min(2.9282576867vw, 40px) 0 0;
  }
}
.nav--header .header__nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
  width: -moz-max-content;
  width: max-content;
}
.nav--header .header__nav-link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: right top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
}
@media screen and (min-width:768px) {
  .nav--header .header__nav-link::after {
    bottom: min(0.7320644217vw, 10px);
  }
}
.nav--header .header__nav-link:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top;
  /*左から右に向かう*/
}
.nav--header .jp {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.73;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .nav--header .jp {
    font-size: min(1.0980966325vw, 15px);
  }
}
.nav--header .en {
  font-size: 13px;
  font-weight: 700;
  color: #C9CCCE;
  text-align: center;
  line-height: 1.54;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width:768px) {
  .nav--header .en {
    font-size: min(0.9516837482vw, 13px);
  }
}
.nav--header .sns__menu .sns_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 50px;
}

.sp-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact__block {
  display: flex;
  height: 100%;
  margin: 0 5px 0 auto;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .contact__block {
    margin: 0 0 0 auto;
  }
}
.contact__block .tel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width:768px) {
  .contact__block .tel__content {
    font-size: min(1.3909224012vw, 19px);
    line-height: 1.47;
    padding: 0 min(0.7320644217vw, 10px);
  }
}
.contact__block .tel__content a {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .contact__block .tel__content a {
    gap: min(0.3660322108vw, 5px);
  }
}
.contact__block .tel__content span {
  display: flex;
  text-align: center;
  width: auto;
}
@media screen and (min-width:768px) {
  .contact__block .tel__content span {
    width: min(2.1229868228vw, 29px);
  }
}
.contact__block .tel__content span.txt {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.52;
  letter-spacing: 0.08em;
  padding: 1px 4px;
  white-space: nowrap;
  background: #ED6D0E;
}
@media screen and (min-width:768px) {
  .contact__block .tel__content span.txt {
    font-size: min(0.8052708638vw, 11px);
    line-height: 1.57;
    padding: min(0.0732064422vw, 1px) min(0.2928257687vw, 4px);
    width: auto;
  }
}
.contact__block .tel__content img {
  width: 15px;
}
@media screen and (min-width:768px) {
  .contact__block .tel__content img {
    width: 100%;
    height: min(1.5373352855vw, 21px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.contact__block .line__content,
.contact__block .mail__content {
  display: none;
}
@media screen and (min-width:768px) {
  .contact__block .line__content,
  .contact__block .mail__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.contact__block .line__content span,
.contact__block .mail__content span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.27;
  letter-spacing: 0.08em;
  font-family: "hiragino-kaku-w5";
}
@media screen and (min-width:768px) {
  .contact__block .line__content span,
  .contact__block .mail__content span {
    font-size: min(0.8052708638vw, 11px);
    gap: min(0.5124450952vw, 7px);
    margin-top: min(1.0980966325vw, 15px);
  }
}
.contact__block .line__content {
  background: #26B72C;
}
@media screen and (min-width:768px) {
  .contact__block .line__content {
    width: min(6.2225475842vw, 85px);
  }
}
.contact__block .line__content img {
  width: 100%;
  height: min(1.5373352855vw, 21px);
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__block .line__content .btnHovAni span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.contact__block .line__content .btnHovAni:hover span {
  color: #fff;
}
.contact__block .line__content .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(18, 163, 24);
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.contact__block .line__content .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.contact__block .mail__content {
  background: #ED6D0E;
}
@media screen and (min-width:768px) {
  .contact__block .mail__content {
    width: min(6.2225475842vw, 85px);
  }
}
.contact__block .mail__content img {
  width: 100%;
  height: min(1.5373352855vw, 21px);
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__block .mail__content .btnHovAni span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.contact__block .mail__content .btnHovAni:hover span {
  color: #fff;
}
.contact__block .mail__content .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(217, 89, 0);
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.contact__block .mail__content .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.flow__sns-content {
  display: none;
}
@media screen and (min-width:768px) {
  .flow__sns-content {
    display: block;
    height: 100vh;
    background: #fff;
  }
}
.flow__sns-content .sns_items {
  background: inherit;
}
@media screen and (min-width:768px) {
  .flow__sns-content .sns_items {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: min(0.7320644217vw, 10px);
    width: min(4.39238653vw, 60px);
    padding-bottom: min(1.4641288433vw, 20px);
  }
}
.flow__sns-content .sns_items img {
  width: min(2.196193265vw, 30px);
  height: min(2.196193265vw, 30px);
  -o-object-fit: contain;
     object-fit: contain;
}

.access {
  background: #fff;
  /* Google Mapのiframe */
}
.access--top {
  background: #f0f0f0;
}
@media screen and (min-width:768px) {
  .access--top {
    background: #f0f0f0;
  }
}
.access .inner--access {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding-top: 120px;
}
@media screen and (min-width:768px) {
  .access .inner--access {
    width: min(78.0380673499vw, 1066px);
    padding-top: min(7.3206442167vw, 100px);
  }
}
.access--top .inner--access {
  padding-top: 48px;
}
.access .map__txt {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.08em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  margin: 25px 0 0 0;
}
@media screen and (min-width:768px) {
  .access .map__txt {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.69;
    margin: min(1.0980966325vw, 15px) 0 min(1.6105417277vw, 22px);
  }
}
.access .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55.4666%;
  margin-top: 14px;
}
@media screen and (min-width:768px) {
  .access .gmap {
    position: relative;
    padding-top: 26.4931%;
    margin-top: 0;
  }
}
.access .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  background: #000;
}
.footer .flow__footer-sns-content {
  background: #fff;
}
.footer .inner--footer {
  padding-bottom: 50px;
}
@media screen and (min-width:768px) {
  .footer .inner--footer {
    padding-bottom: 0;
  }
}
.footer .footer__content {
  display: grid;
  grid-template-columns: 1fr;
  width: 89.3%;
  margin: auto;
  padding: 80px 0 0 0;
  background: #000;
}
@media screen and (min-width:768px) {
  .footer .footer__content {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: min(5.4172767204vw, 74px) min(9.1508052709vw, 125px) min(5.1244509517vw, 70px) min(4.39238653vw, 60px);
  }
}
.footer .flow__lineBtn {
  display: none;
}
@media screen and (min-width:768px) {
  .footer .flow__lineBtn {
    display: block;
    position: fixed;
    bottom: min(1.4641288433vw, 20px);
    right: min(1.4641288433vw, 20px);
    z-index: 10;
  }
}
.footer .flow__lineBtn img {
  width: min(8.78477306vw, 120px);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .flow__contact {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 99;
}
@media screen and (min-width:768px) {
  .footer .flow__contact {
    display: none;
  }
}
.footer .flow__contact .btn__line,
.footer .flow__contact .btn__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.17;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
.footer .flow__contact .btn__line {
  background: #26B72C;
}
.footer .flow__contact .btn__line img {
  width: 28px;
}
.footer .flow__contact .btn__mail {
  background: #ED6D0E;
}
.footer .flow__contact .btn__mail img {
  width: 24px;
}
.footer .info {
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .footer .info {
    margin-bottom: 0;
  }
}
.footer .info .name01 {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.46;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .footer .info .name01 {
    font-size: min(0.9516837482vw, 13px);
  }
}
.footer .info .name02 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 7px;
}
@media screen and (min-width:768px) {
  .footer .info .name02 {
    font-size: min(1.4641288433vw, 20px);
    margin-bottom: min(0.5124450952vw, 7px);
  }
}
.footer .info .address01,
.footer .info .address02,
.footer .info .phone,
.footer .info .businessHours,
.footer .info .caution {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .footer .info .address01,
  .footer .info .address02,
  .footer .info .phone,
  .footer .info .businessHours,
  .footer .info .caution {
    font-size: min(1.0248901903vw, 14px);
  }
}
.footer .info .address02 {
  margin-bottom: 8px;
}
@media screen and (min-width:768px) {
  .footer .info .address02 {
    margin-bottom: min(0.5856515373vw, 8px);
  }
}
.footer .info .businessHours {
  margin: 4px 0;
}
@media screen and (min-width:768px) {
  .footer .info .businessHours {
    margin: min(0.2196193265vw, 3px) 0 min(0.2928257687vw, 4px);
  }
}
.footer .footer__nav {
  width: 100%;
}
@media screen and (min-width:768px) {
  .footer .footer__nav {
    width: min(31.4787701318vw, 430px);
    margin: 0 0 0 auto;
  }
}
.footer .footer__nav .nav__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 50px;
  margin-bottom: 58px;
}
@media screen and (min-width:768px) {
  .footer .footer__nav .nav__wrap {
    grid-template-columns: repeat(3, auto);
    gap: 0;
    margin-bottom: 0;
  }
}
.footer .footer__nav .nav__wrap .nav__wrap01 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
}
@media screen and (min-width:768px) {
  .footer .footer__nav .nav__wrap .nav__wrap01 {
    grid-row: auto;
    grid-column: auto;
    width: min(13.17715959vw, 180px);
  }
}
.footer .footer__nav .nav__wrap .nav__wrap02 {
  grid-row: 2/3;
  grid-column: 1/2;
  width: 100%;
}
@media screen and (min-width:768px) {
  .footer .footer__nav .nav__wrap .nav__wrap02 {
    grid-row: auto;
    grid-column: auto;
    width: min(11.7130307467vw, 160px);
  }
}
.footer .footer__nav .nav__wrap .nav__wrap03 {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 100px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 426px) and (max-width: 1100px) {
  .footer .footer__nav .nav__wrap .nav__wrap03 {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width:768px) {
  .footer .footer__nav .nav__wrap .nav__wrap03 {
    grid-row: auto;
    grid-column: auto;
    width: min(8.0527086384vw, 110px);
    margin: 0 auto;
  }
}
.footer .footer__nav .nav__wrap .footer__link {
  margin-bottom: 20px;
  padding-left: 0.5em;
  border-left: 2px solid #fff;
}
@media screen and (min-width:768px) {
  .footer .footer__nav .nav__wrap .footer__link {
    margin-bottom: min(1.317715959vw, 18px);
    padding-left: 0.5em;
    border-left: min(0.1464128843vw, 2px) solid #fff;
  }
}
.footer .footer__nav .nav__wrap .footer__link--under {
  margin-bottom: 10px;
  padding-left: 1.5em;
}
@media screen and (min-width:768px) {
  .footer .footer__nav .nav__wrap .footer__link--under {
    margin-bottom: min(0.7320644217vw, 10px);
    padding-left: 1.5em;
  }
}
.footer .footer__nav .nav__wrap a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .footer .footer__nav .nav__wrap a {
    font-size: min(1.0248901903vw, 14px);
  }
}
.footer .copy__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #ED6D0E;
}
@media screen and (min-width:768px) {
  .footer .copy__content {
    height: min(4.39238653vw, 60px);
  }
}
.footer .copy__content .privacyPolicy__btn {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.46;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .footer .copy__content .privacyPolicy__btn {
    position: absolute;
    top: 50%;
    left: min(4.39238653vw, 60px);
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.43;
    letter-spacing: 0.04em;
    transform: translateY(-50%);
  }
}
.footer .copy__content .copy {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .footer .copy__content .copy {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.43;
    letter-spacing: 0.04em;
    margin-left: min(4.0263543192vw, 55px);
  }
}
.footer .copy__content .copy a {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .footer .copy__content .copy a {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.43;
    letter-spacing: 0.04em;
  }
}

.fv {
  position: relative;
  height: 500px;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .fv {
    height: min(36.6032210835vw, 500px);
  }
}
.fv .inner--fv {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fv .inner--fv {
    width: min(78.0380673499vw, 1066px);
  }
}
.fv .fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.fv .fv__ttl {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
@media screen and (min-width:768px) {
  .fv .fv__ttl {
    top: 50%;
  }
}
.fv .fv__ttl .txt--small {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.77;
  letter-spacing: 0.08em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
@media screen and (min-width:768px) {
  .fv .fv__ttl .txt--small {
    font-size: min(1.756954612vw, 24px);
    line-height: 1.71;
  }
}
.fv .fv__ttl .txt--big {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.36;
  letter-spacing: 0.08em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
@media screen and (min-width:768px) {
  .fv .fv__ttl .txt--big {
    font-size: min(2.635431918vw, 36px);
    line-height: 1.5;
  }
}

.fvUnder {
  position: relative;
  z-index: 1;
}
.fvUnder .inner--fvUnder {
  width: 89.3%;
  max-width: 1066px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fvUnder .inner--fvUnder {
    width: min(78.0380673499vw, 1066px);
  }
}
.fvUnder .fvUnder__ttl {
  position: relative;
  margin: 46px 0 21px;
  padding-left: 31px;
}
@media screen and (min-width:768px) {
  .fvUnder .fvUnder__ttl {
    margin: min(3.6603221083vw, 50px) 0 min(2.9282576867vw, 40px);
    padding-left: min(2.7818448023vw, 38px);
  }
}
.fvUnder .fvUnder__ttl::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 70px;
  background: #ED6D0E;
}
@media screen and (min-width:768px) {
  .fvUnder .fvUnder__ttl::before {
    top: min(0.7320644217vw, 10px);
    width: min(1.0248901903vw, 14px);
    height: min(6.588579795vw, 90px);
  }
}
.fvUnder .fvUnder__ttl .en {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width:768px) {
  .fvUnder .fvUnder__ttl .en {
    font-size: min(3.6603221083vw, 50px);
    line-height: 1.48;
  }
}
.fvUnder .fvUnder__ttl .jp {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
@media screen and (min-width:768px) {
  .fvUnder .fvUnder__ttl .jp {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.4;
  }
}
.fvUnder .fvUnder__ttl--policy {
  margin: 46px 0 21px;
}
@media screen and (min-width:768px) {
  .fvUnder .fvUnder__ttl--policy {
    margin: min(3.6603221083vw, 50px) 0 0;
  }
}

.under__menu {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  margin: 32px 0 80px;
}
@media screen and (min-width:768px) {
  .under__menu {
    grid-template-columns: repeat(3, auto);
    gap: min(2.196193265vw, 30px);
    margin: min(3.953147877vw, 54px) 0 min(4.39238653vw, 60px);
  }
}
.under__menu .menu__link {
  position: relative;
  display: block;
  border-bottom: 2px solid #ED6D0E;
  padding-bottom: 5px;
  padding-left: 5px;
}
@media screen and (min-width:768px) {
  .under__menu .menu__link {
    padding-bottom: min(0.5124450952vw, 7px);
    border-bottom: min(0.2196193265vw, 3px) solid #ED6D0E;
  }
}
.under__menu .menu__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: 18px;
  width: 10px;
  height: 8px;
  background: url(../../assets/img/service/flow_arrow_sp.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .under__menu .menu__link::after {
    bottom: min(1.317715959vw, 18px);
    right: min(0.7320644217vw, 10px);
    width: 11px;
    height: 9px;
    background: url(../../assets/img/service/flow_arrow_sp.png) no-repeat center center/contain;
  }
}
.under__menu .menu__ttl .en {
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width:768px) {
  .under__menu .menu__ttl .en {
    font-size: min(0.9516837482vw, 13px);
    line-height: 1.54;
  }
}
.under__menu .menu__ttl .jp {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.47;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width:768px) {
  .under__menu .menu__ttl .jp {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.64;
  }
}

.under__menu--service {
  grid-template-columns: 53% 42%;
  gap: 13% 5%;
  width: 100%;
}
@media screen and (min-width:768px) {
  .under__menu--service {
    grid-template-columns: repeat(3, auto);
    gap: min(2.196193265vw, 30px);
    width: auto;
  }
}
@media screen and (min-width:768px) {
  .under__menu--service .menu__link:nth-of-type(1) {
    width: min(16.9838945827vw, 232px);
  }
}
@media screen and (min-width:768px) {
  .under__menu--service .menu__link:nth-of-type(2) {
    width: min(9.663250366vw, 132px);
  }
}
@media screen and (min-width:768px) {
  .under__menu--service .menu__link:nth-of-type(3) {
    width: min(14.055636896vw, 192px);
  }
}

.under__menu--shop {
  grid-template-columns: 1fr 1fr;
  gap: 13% 5%;
  width: 100%;
}
@media screen and (min-width:768px) {
  .under__menu--shop {
    grid-template-columns: repeat(3, auto);
    gap: min(2.196193265vw, 30px);
    width: auto;
  }
}
@media screen and (min-width:768px) {
  .under__menu--shop .menu__link:nth-of-type(1) {
    width: min(14.055636896vw, 192px);
  }
}
@media screen and (min-width:768px) {
  .under__menu--shop .menu__link:nth-of-type(2) {
    width: min(14.055636896vw, 192px);
  }
}
@media screen and (min-width:768px) {
  .under__menu--shop .menu__link:nth-of-type(3) {
    width: min(14.055636896vw, 192px);
  }
}

.businessContent {
  position: relative;
  z-index: 2;
}
.businessContent .inner--businessContent {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 50px 0 95px;
}
@media screen and (min-width:768px) {
  .businessContent .inner--businessContent {
    width: min(78.0380673499vw, 1066px);
    padding: min(5.1244509517vw, 70px) 0 min(1.8301610542vw, 25px);
    margin: auto;
  }
}
.businessContent .ttl {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-right: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .businessContent .ttl {
    font-size: min(1.756954612vw, 24px);
    line-height: 1.63;
    margin-bottom: min(1.9765739385vw, 27px);
    margin-right: min(5.4904831625vw, 75px);
  }
}
.businessContent .ttl .txt--small {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .businessContent .ttl .txt--small {
    font-size: min(1.6105417277vw, 22px);
    line-height: 1.77;
  }
}
.businessContent .txt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.69;
  letter-spacing: 0.08em;
  margin-right: 0;
}
@media screen and (min-width:768px) {
  .businessContent .txt {
    font-size: min(1.1713030747vw, 16px);
    text-align: center;
    margin-right: min(4.2459736457vw, 58px);
  }
}
.businessContent .txt .bg-orange {
  display: inline;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 500;
  background: #ED6D0E;
  color: #fff;
  padding: 0.2em 0.3em;
}
@media screen and (min-width:768px) {
  .businessContent .txt .bg-orange {
    line-height: 1.42;
  }
}

.works .inner--works {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 0 0 100px;
}
@media screen and (min-width:768px) {
  .works .inner--works {
    width: min(78.0380673499vw, 1066px);
    padding: min(5.8565153734vw, 80px) 0 min(2.9282576867vw, 40px);
  }
}
.works .works__content .card__items {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 10px;
  padding: 28px 18px 35px;
  border: 2px solid #ED6D0E;
  background: #fff;
  margin: 45px 0 60px;
}
@media screen and (min-width:768px) {
  .works .works__content .card__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.196193265vw, 30px) min(2.9282576867vw, 40px);
    padding: min(3.513909224vw, 48px) min(5.8565153734vw, 80px);
    margin: min(2.9282576867vw, 40px) 0 min(3.6603221083vw, 50px);
    border: min(0.2928257687vw, 4px) solid #ED6D0E;
  }
}
.works .works__content .card__items img {
  width: 100%;
  aspect-ratio: 275/194;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .works__content .card__items a {
  display: flex;
  flex-direction: column;
  width: calc(50% - 5px);
}
@media screen and (min-width:768px) {
  .works .works__content .card__items a {
    width: 100%;
  }
}
.works .works__content .ttl {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 5px 0 8px;
  flex-grow: 1;
}
@media screen and (min-width:768px) {
  .works .works__content .ttl {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.38;
    font-weight: 500;
    margin: min(0.7320644217vw, 10px) 0 min(0.7320644217vw, 10px);
  }
}
.works .works__content .works__meta .category-name {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  padding: 0 17px;
}
@media screen and (min-width:768px) {
  .works .works__content .works__meta .category-name {
    font-size: min(0.878477306vw, 12px);
    font-weight: 500;
    padding: 0 min(1.2445095168vw, 17px);
  }
}

.feature .inner--feature {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .feature .inner--feature {
    width: min(78.0380673499vw, 1066px);
    padding: min(2.9282576867vw, 40px) 0 min(6.8081991215vw, 93px);
  }
}
.feature .feature__content {
  display: grid;
  grid-template-columns: 1fr;
  margin: 70px 0 58px;
}
@media screen and (min-width:768px) {
  .feature .feature__content {
    grid-template-columns: 58% 1fr;
    gap: min(4.1727672035vw, 57px);
    margin: min(2.9282576867vw, 40px) 0 min(3.513909224vw, 48px) min(1.8301610542vw, 25px);
  }
}
.feature .feature__content .card__items {
  margin-bottom: 60px;
}
@media screen and (min-width:768px) {
  .feature .feature__content .card__items {
    margin-bottom: 0;
  }
}
.feature .feature__content .card__items li {
  position: relative;
  padding: 55px 18px 35px;
  margin-bottom: 57px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .feature .feature__content .card__items li {
    padding: min(1.6837481698vw, 23px) min(2.635431918vw, 36px) min(1.9765739385vw, 27px) min(3.6603221083vw, 50px);
    margin-bottom: min(1.2445095168vw, 17px);
  }
}
.feature .feature__content .card__items li:last-child {
  margin-bottom: 0;
}
.feature .feature__content .number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  background: #ED6D0E;
  width: 54px;
  height: 54px;
  border-radius: 27px;
}
@media screen and (min-width:768px) {
  .feature .feature__content .number {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    font-size: min(1.756954612vw, 24px);
    line-height: 1.5;
    width: min(3.953147877vw, 54px);
    height: min(3.953147877vw, 54px);
    border-radius: min(1.9765739385vw, 27px);
  }
}
.feature .feature__content .ttl {
  font-size: 18px;
  font-weight: 600;
  color: #ED6D0E;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 22px;
}
@media screen and (min-width:768px) {
  .feature .feature__content .ttl {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.5;
    text-align: left;
    margin: 0 0 min(0.3660322108vw, 5px);
  }
}
.feature .feature__content .oneWord {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.69;
  letter-spacing: 0.08em;
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .feature .feature__content .oneWord {
    font-size: min(1.1713030747vw, 16px);
    text-align: left;
    padding-left: 1em;
  }
}
.feature .feature__content .oneWord::before, .feature .feature__content .oneWord::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
}
@media screen and (min-width:768px) {
  .feature .feature__content .oneWord::before, .feature .feature__content .oneWord::after {
    width: min(1.0980966325vw, 15px);
    height: min(0.1464128843vw, 2px);
  }
}
.feature .feature__content .oneWord::before {
  top: 15px;
  left: -15px;
  transform: rotate(60deg);
}
@media screen and (min-width:768px) {
  .feature .feature__content .oneWord::before {
    top: min(1.0980966325vw, 15px);
    left: 0px;
  }
}
.feature .feature__content .oneWord::after {
  top: 15px;
  right: -15px;
  transform: rotate(-60deg);
}
@media screen and (min-width:768px) {
  .feature .feature__content .oneWord::after {
    top: min(1.0980966325vw, 15px);
    right: max(-1.0980966325vw, -15px);
  }
}
.feature .feature__content .txt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .feature .feature__content .txt {
    font-size: min(1.1713030747vw, 16px);
    text-align: left;
  }
}
.feature .feature__content .image__content {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width:768px) {
  .feature .feature__content .image__content {
    padding-top: 0;
  }
}
.feature .feature__content .image__content figure {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width:768px) {
  .feature .feature__content .image__content figure {
    gap: min(1.1713030747vw, 16px);
  }
}
.feature .feature__content .image__content figure img {
  width: 100%;
  aspect-ratio: 160/360;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .feature .feature__content .image__content figure img {
    width: min(13.3235724744vw, 182px);
    aspect-ratio: 182/569;
  }
}
.feature .feature__content .image__content figure .left__img {
  position: relative;
  margin-top: 46px;
}
@media screen and (min-width:768px) {
  .feature .feature__content .image__content figure .left__img {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.feature .feature__content .image__content figure .right__img {
  position: relative;
  margin-bottom: 46px;
}
@media screen and (min-width:768px) {
  .feature .feature__content .image__content figure .right__img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.blog {
  position: relative;
  background: #fff;
}
.blog::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -155px;
  left: auto;
  width: 360px;
  height: 260px;
  background: url(../../assets/img/index/bg_img_02.png) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .blog::after {
    top: min(0.5856515373vw, 8px);
    left: max(-26.3543191801vw, -360px);
    right: auto;
    width: min(61.7862371889vw, 844px);
    height: min(44.6559297218vw, 610px);
  }
}
.blog .inner--blog {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 100px 0 100px;
}
@media screen and (min-width:768px) {
  .blog .inner--blog {
    width: min(78.0380673499vw, 1066px);
    padding: min(7.3206442167vw, 100px) 0 min(7.3206442167vw, 100px);
  }
}
.blog .blog__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .blog .blog__content {
    grid-template-columns: min(17.5695461201vw, 240px) 1fr;
    gap: min(6.9546120059vw, 95px);
  }
}
.blog .first__content {
  position: relative;
  z-index: 3;
}
.blog .blogList__content .card__items {
  margin: 45px 0 58px;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .card__items {
    margin: 0;
  }
}
.blog .blogList__content .card__items li {
  position: relative;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .card__items li {
    margin-bottom: min(1.0248901903vw, 14px);
    padding-bottom: min(1.0248901903vw, 14px);
    border-bottom: min(0.1464128843vw, 2px) solid #f0f0f0;
  }
}
.blog .blogList__content .card__items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog .blogList__content .card__items .card__link {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .card__items .card__link {
    align-items: center;
    gap: min(2.196193265vw, 30px);
  }
}
.blog .blogList__content .card__items .card__link figure {
  width: 56%;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .card__items .card__link figure {
    width: auto;
  }
}
.blog .blogList__content .card__items .card__link figure img {
  width: 100%;
  aspect-ratio: 120/85;
  border: 8px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .card__items .card__link figure img {
    width: min(12.298682284vw, 168px);
    aspect-ratio: 168/119;
    border: min(0.5856515373vw, 8px) solid #000;
  }
}
.blog .blogList__content .card__txtBlock {
  width: 100%;
  padding-left: 16px;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .card__txtBlock {
    padding-left: 0;
  }
}
.blog .blogList__content .ttl {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .ttl {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.5;
    text-align: left;
  }
}
.blog .blogList__content .card__meta .news__time {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7D8286;
  text-align: left;
  line-height: 1.93;
  letter-spacing: 0.08em;
  margin-top: 2px;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .card__meta .news__time {
    font-size: min(1.1713030747vw, 16px);
    margin-top: min(0.7320644217vw, 10px);
  }
}
.blog .blogList__content .card__meta .category-name {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  padding: 1px 13px;
}
@media screen and (min-width:768px) {
  .blog .blogList__content .card__meta .category-name {
    font-size: min(1.1713030747vw, 16px);
    font-weight: 500;
    padding: min(0.1464128843vw, 2px) min(1.0980966325vw, 15px);
  }
}
@media screen and (min-width:768px) {
  .blog .btn__block {
    margin-top: min(1.6105417277vw, 22px);
  }
}

.contactLinks {
  background: #000;
}
.contactLinks .inner--contactLinks {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 71px 0 63px;
}
@media screen and (min-width:768px) {
  .contactLinks .inner--contactLinks {
    width: min(78.0380673499vw, 1066px);
    padding: min(3.1478770132vw, 43px) 0 min(3.6603221083vw, 50px);
  }
}
.contactLinks .contactLinks__content .contactLinks__ttl {
  text-align: center;
}
@media screen and (min-width:768px) {
  .contactLinks .contactLinks__content .contactLinks__ttl {
    margin-bottom: min(1.4641288433vw, 20px);
  }
}
.contactLinks .contactLinks__content .contactLinks__ttl .jp {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.95;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .contactLinks .contactLinks__content .contactLinks__ttl .jp {
    font-size: min(1.756954612vw, 24px);
    line-height: 1.63;
    margin-left: min(2.196193265vw, 30px);
  }
}
.contactLinks .contactLinks__content .card__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 8px;
  margin: 24px 0 40px;
}
@media screen and (min-width:768px) {
  .contactLinks .contactLinks__content .card__items {
    display: flex;
    justify-content: space-between;
    gap: min(1.1713030747vw, 16px);
    margin: 0 0 min(2.9282576867vw, 40px);
  }
}
.contactLinks .contactLinks__content .card__items li {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 15px 10px;
}
@media screen and (min-width:768px) {
  .contactLinks .contactLinks__content .card__items li {
    width: 25%;
    height: min(11.5666178624vw, 158px);
    padding: 0;
  }
}
.contactLinks .contactLinks__content .card__items li figure {
  text-align: center;
  height: auto;
}
@media screen and (min-width:768px) {
  .contactLinks .contactLinks__content .card__items li figure {
    height: min(4.2459736457vw, 58px);
  }
}
.contactLinks .contactLinks__content .card__items li figure img {
  width: 65%;
}
@media screen and (min-width:768px) {
  .contactLinks .contactLinks__content .card__items li figure img {
    width: auto;
  }
}
.contactLinks .contactLinks__content .txt {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width:768px) {
  .contactLinks .contactLinks__content .txt {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.5;
  }
}
.contactLinks .btn__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .contactLinks .btn__block {
    flex-direction: row;
    gap: min(2.196193265vw, 30px);
  }
}
.contactLinks .btn__block .btn__contactLinks {
  display: inline-block;
  aspect-ratio: 240/50;
}
@media screen and (min-width:768px) {
  .contactLinks .btn__block .btn__contactLinks {
    width: min(17.5695461201vw, 240px);
    height: min(3.6603221083vw, 50px);
    aspect-ratio: auto;
  }
}
.contactLinks .btn__block .btn__contactLinks img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
}
@media screen and (min-width:768px) {
  .contactLinks .btn__block .btn__contactLinks img {
    border: min(0.2196193265vw, 3px) solid #fff;
  }
}

.faq .inner--faq {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 100px 0 50px;
}
@media screen and (min-width:768px) {
  .faq .inner--faq {
    width: min(78.0380673499vw, 1066px);
    padding: min(7.906295754vw, 108px) 0 0;
  }
}
.faq .panel-area {
  background: #fff;
}
.faq .faq__content {
  margin-top: 43px;
  /*タブ*/
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
@media screen and (min-width:768px) {
  .faq .faq__content {
    margin-top: min(3.074670571vw, 42px);
  }
}
.faq .faq__content .tab__header .tab {
  display: inline-block;
  width: 49%;
}
@media screen and (min-width:768px) {
  .faq .faq__content .tab__header .tab {
    width: auto;
  }
}
.faq .faq__content .tab__header .tab a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.02em;
  padding: 9px 0;
  background: #C9CCCE;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .faq .faq__content .tab__header .tab a {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.69;
    letter-spacing: 0.08em;
    padding: min(0.878477306vw, 12px) min(2.4890190337vw, 34px);
  }
}
.faq .faq__content .tab__header .tab.active a {
  background: #000;
}
.faq .faq__content .panel {
  display: none;
}
.faq .faq__content .panel.active {
  display: block;
}
.faq .faq__content .accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 30px 12px 34px 20px;
}
@media screen and (min-width:768px) {
  .faq .faq__content .accordion-area {
    padding: min(3.6603221083vw, 50px) min(4.2459736457vw, 58px) min(4.4655929722vw, 61px);
  }
}
.faq .faq__content .accordion-area li {
  margin: 10px 0;
}
.faq .faq__content .accordion-area section {
  border-bottom: 1px solid #C9CCCE;
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .faq .faq__content .accordion-area section {
    border-bottom: min(0.0732064422vw, 1px) solid #C9CCCE;
    margin-bottom: min(1.4641288433vw, 20px);
  }
}
.faq .faq__content .question,
.faq .faq__content .answer {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  cursor: pointer;
  padding-right: 25px;
  padding-bottom: 19px;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .faq .faq__content .question,
  .faq .faq__content .answer {
    padding-right: 0;
    padding-left: min(1.4641288433vw, 20px);
    padding-bottom: min(1.0248901903vw, 14px);
    gap: 0;
  }
}
.faq .faq__content .answer {
  display: flex;
  align-items: baseline;
  padding: 22px 29px 23px 15px;
}
@media screen and (min-width:768px) {
  .faq .faq__content .answer {
    padding: 0 0 min(1.0248901903vw, 14px) min(1.4641288433vw, 20px);
  }
}
.faq .faq__content .question dt {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .faq .faq__content .question dt {
    font-size: min(1.0980966325vw, 15px);
    line-height: 1.4;
  }
}
.faq .faq__content .question dt,
.faq .faq__content .answer dt {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width:768px) {
  .faq .faq__content .question dt,
  .faq .faq__content .answer dt {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.3;
    margin-right: min(0.7320644217vw, 10px);
  }
}
.faq .faq__content .question dd,
.faq .faq__content .answer dd {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .faq .faq__content .question dd,
  .faq .faq__content .answer dd {
    font-size: min(1.0980966325vw, 15px);
    line-height: 1.4;
  }
}
.faq .faq__content .accordion__ttl {
  position: relative;
}
.faq .faq__content .accordion__ttl::before,
.faq .faq__content .accordion__ttl::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #000;
}
.faq .faq__content .accordion__ttl::before {
  top: 48%;
  right: 5px;
  transform: rotate(0deg);
}
@media screen and (min-width:768px) {
  .faq .faq__content .accordion__ttl::before {
    right: 15px;
  }
}
.faq .faq__content .accordion__ttl::after {
  top: 48%;
  right: 5px;
  transform: rotate(90deg);
}
@media screen and (min-width:768px) {
  .faq .faq__content .accordion__ttl::after {
    right: 15px;
  }
}
.faq .faq__content .accordion__ttl.close::before {
  background: #ED6D0E;
}
.faq .faq__content .accordion__ttl.close::after {
  display: none;
}
.faq .faq__content .accordion__ttl.close dt,
.faq .faq__content .accordion__ttl.close dd {
  color: #ED6D0E;
}
.faq .faq__content .accordion__txt {
  display: none;
  position: relative;
  background: #f0f0f0;
}
@media screen and (min-width:768px) {
  .faq .faq__content .accordion__txt {
    padding: min(1.0980966325vw, 15px) min(1.9033674963vw, 26px) min(0.878477306vw, 12px) 0;
  }
}

.about .inner--about {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 36px 0 109px;
}
@media screen and (min-width:768px) {
  .about .inner--about {
    width: min(78.0380673499vw, 1066px);
    padding: min(2.9282576867vw, 40px) 0 min(1.8301610542vw, 25px);
  }
}
.about .about__content {
  margin-top: 33px;
}
@media screen and (min-width:768px) {
  .about .about__content {
    margin-top: min(2.7086383602vw, 37px);
  }
}
.about .about__content .description__txt01,
.about .about__content .description__txt02 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}
@media screen and (min-width:768px) {
  .about .about__content .description__txt01,
  .about .about__content .description__txt02 {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: min(0.878477306vw, 12px);
  }
}
.about .card__content {
  margin-top: 75px;
}
@media screen and (min-width:768px) {
  .about .card__content {
    margin-top: min(4.0263543192vw, 55px);
  }
}
.about .card__content .card__ttl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #ED6D0E;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .about .card__content .card__ttl {
    font-size: min(1.6105417277vw, 22px);
    line-height: 1.09;
  }
}
.about .card__content .card__ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 40px;
  height: 1px;
  transform: translate(-50%, 0);
  background: #ED6D0E;
}
@media screen and (min-width:768px) {
  .about .card__content .card__ttl::before {
    bottom: max(-1.4641288433vw, -20px);
    width: min(2.9282576867vw, 40px);
    height: min(0.0732064422vw, 1px);
  }
}
.about .card__content .card__lists {
  display: flex;
  flex-direction: column;
  margin: 55px 0 0;
}
@media screen and (min-width:768px) {
  .about .card__content .card__lists {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: min(4.9780380673vw, 68px) 0 0;
  }
}
.about .card__content .card__lists li {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 27px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .about .card__content .card__lists li {
    width: min(23.7920937042vw, 325px);
    margin-bottom: min(2.635431918vw, 36px);
  }
}
.about .card__content .card__lists .txt__block {
  position: relative;
  background: #fff;
  height: 100%;
  padding: 32px 21px 25px;
}
@media screen and (min-width:768px) {
  .about .card__content .card__lists .txt__block {
    padding: min(2.196193265vw, 30px) min(1.4641288433vw, 20px) min(1.9765739385vw, 27px);
  }
}
.about .card__content .card__lists .txt__block .ttl {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.11;
  letter-spacing: 0.08em;
  min-width: 212px;
  width: -moz-max-content;
  width: max-content;
  padding: 7px 35px;
  background: #ED6D0E;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .about .card__content .card__lists .txt__block .ttl {
    top: max(-1.317715959vw, -18px);
    font-size: min(1.317715959vw, 18px);
    font-weight: 500;
    padding: min(0.439238653vw, 6px) min(2.4890190337vw, 34px);
    border-radius: min(1.9033674963vw, 26px);
  }
}
.about .card__content .card__lists .txt__block .txt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width:768px) {
  .about .card__content .card__lists .txt__block .txt {
    font-size: min(1.1713030747vw, 16px);
    letter-spacing: 0.05em;
  }
}

.price .inner--price {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 0 0 105px;
}
@media screen and (min-width:768px) {
  .price .inner--price {
    width: min(78.0380673499vw, 1066px);
    padding: min(2.9282576867vw, 40px) 0 min(4.2459736457vw, 58px);
  }
}
.price .price__content {
  margin-top: 33px;
}
@media screen and (min-width:768px) {
  .price .price__content {
    margin-top: min(2.635431918vw, 36px);
  }
}
.price .price__content .description__txt01 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .price .price__content .description__txt01 {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: min(1.4641288433vw, 20px);
  }
}
.price .card__content {
  margin-top: 75px;
}
@media screen and (min-width:768px) {
  .price .card__content {
    margin-top: min(4.0995607613vw, 56px);
  }
}
.price .card__content .card__ttl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #ED6D0E;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .price .card__content .card__ttl {
    font-size: min(1.6105417277vw, 22px);
    line-height: 1.09;
  }
}
.price .card__content .card__ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 40px;
  height: 1px;
  transform: translate(-50%, 0);
  background: #ED6D0E;
}
@media screen and (min-width:768px) {
  .price .card__content .card__ttl::before {
    bottom: max(-1.4641288433vw, -20px);
    width: min(2.9282576867vw, 40px);
    height: min(0.0732064422vw, 1px);
  }
}
.price .card__content .card__lists {
  margin-top: 55px;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists {
    margin-top: min(3.6603221083vw, 50px);
  }
}
.price .card__content .card__lists table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists table {
    margin-bottom: min(1.2445095168vw, 17px);
  }
}
.price .card__content .card__lists table th {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  width: 22%;
  height: 51px;
  padding: 5px 0;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists table th {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.69;
    width: 25%;
    height: auto;
  }
}
.price .card__content .card__lists table td {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #C9CCCE;
  border-top: none;
  background: #fff;
  width: 22%;
  height: 56px;
  vertical-align: middle;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists table td {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
    width: 25%;
    height: auto;
    padding: min(1.0980966325vw, 15px) 0;
    border-bottom: min(0.0732064422vw, 1px) solid #C9CCCE;
  }
}
.price .card__content .card__lists table td:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.94;
  letter-spacing: 0.08em;
  background: #FFF4EB;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists table td:first-child {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.58;
  }
}
.price .card__content .card__lists table tr:last-child td {
  border-bottom: none;
}
.price .card__content .card__lists .menu {
  width: 26%;
}
.price .card__content .card__lists .caution {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .caution {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.price .card__content .card__lists .discount__lists {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .discount__lists {
    flex-direction: row;
    justify-content: space-between;
  }
}
.price .card__content .card__lists .discount__lists li {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .discount__lists li {
    width: min(24.1581259151vw, 330px);
    margin-bottom: 0;
  }
}
.price .card__content .card__lists .discount__lists .wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 35px 0 30px;
  min-height: 200px;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .discount__lists .wrap {
    border-radius: min(0.7320644217vw, 10px);
    padding: min(2.5622254758vw, 35px) 0 0;
    min-height: 241px;
  }
}
.price .card__content .card__lists .discount__lists .ttl {
  font-size: 20px;
  font-weight: 600;
  color: #ED6D0E;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .discount__lists .ttl {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.2;
  }
}
.price .card__content .card__lists .discount__lists .price {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.09;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  margin: 15px 0 12px;
  padding: 5px 0;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .discount__lists .price {
    font-size: min(1.6105417277vw, 22px);
    line-height: 1.09;
    margin: min(0.9516837482vw, 13px) 0 min(0.0732064422vw, 1px);
    padding: min(0.5856515373vw, 8px) 0 min(0.0732064422vw, 1px);
  }
}
.price .card__content .card__lists .discount__lists .price .tax {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .discount__lists .price .tax {
    font-size: min(1.0980966325vw, 15px);
    line-height: 1.6;
  }
}
.price .card__content .card__lists .discount__lists .txt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 0 38px;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .discount__lists .txt {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
    padding: min(0.7320644217vw, 10px) min(2.5622254758vw, 35px);
  }
}
.price .card__content .card__lists .discount__lists .caution {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.04em;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .price .card__content .card__lists .discount__lists .caution {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.43;
    letter-spacing: 0.08em;
    margin-top: min(0.8052708638vw, 11px);
  }
}

.flowExplanation .inner--flowExplanation {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 0 0 120px;
}
@media screen and (min-width:768px) {
  .flowExplanation .inner--flowExplanation {
    width: min(78.0380673499vw, 1066px);
    padding: min(2.9282576867vw, 40px) 0 min(9.2972181552vw, 127px);
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 33px;
  margin-top: 38px;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists {
    grid-template-columns: repeat(5, 1fr);
    gap: min(1.2445095168vw, 17px);
    margin-top: min(2.9282576867vw, 40px);
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists li {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 60px 50px 35px;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists li {
    padding: min(4.39238653vw, 60px) min(1.4641288433vw, 20px) min(2.3426061493vw, 32px);
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists li::after {
  content: "";
  display: block;
  position: absolute;
  right: 48%;
  bottom: -24px;
  width: 15px;
  height: 15px;
  background: url(../../assets/img/service/flow_arrow_sp.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists li::after {
    bottom: min(8.0527086384vw, 110px);
    right: max(-1.1713030747vw, -16px);
    width: min(1.0248901903vw, 14px);
    height: min(1.0248901903vw, 14px);
    background: url(../../assets/img/service/flow_arrow_pc.png) no-repeat center center/contain;
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists li:last-child::after {
  display: none;
}
.flowExplanation .flowExplanation__content .flowExplanation__lists .wrap {
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists .wrap {
    border-radius: min(0.7320644217vw, 10px);
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.flowExplanation .flowExplanation__content .flowExplanation__lists figure img {
  width: auto;
  height: 50px;
}
.flowExplanation .flowExplanation__content .flowExplanation__lists li:last-child figure img {
  width: 50px;
  height: auto;
}
.flowExplanation .flowExplanation__content .flowExplanation__lists .number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 0 0 10px;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists .number {
    padding: min(0.5124450952vw, 7px) 0 0 min(0.7320644217vw, 10px);
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists .number span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.08em;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists .number span {
    font-size: min(1.317715959vw, 18px);
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists .number::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #ED6D0E;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
  z-index: 0;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists .number::before {
    width: min(4.39238653vw, 60px);
    height: min(4.39238653vw, 60px);
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists .ttl {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists .ttl {
    font-size: min(1.1713030747vw, 16px);
    font-weight: 500;
    line-height: 1.5;
    margin-top: min(1.317715959vw, 18px);
  }
}
.flowExplanation .flowExplanation__content .flowExplanation__lists .txt {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 11px;
}
@media screen and (min-width:768px) {
  .flowExplanation .flowExplanation__content .flowExplanation__lists .txt {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.5;
    margin-top: min(0.8052708638vw, 11px);
  }
}

.worksLists .inner--worksLists {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 70px 0 80px;
}
@media screen and (min-width:768px) {
  .worksLists .inner--worksLists {
    width: min(78.0380673499vw, 1066px);
    padding: min(3.2942898975vw, 45px) 0 min(7.3206442167vw, 100px);
  }
}
.worksLists .worksLists__lists {
  display: block;
}
@media screen and (min-width:768px) {
  .worksLists .worksLists__lists {
    display: flex;
    flex-wrap: wrap;
    gap: min(3.4407027818vw, 47px);
  }
}
.worksLists .worksLists__lists li {
  display: flex;
  background: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .worksLists .worksLists__lists li {
    width: min(23.7188872621vw, 324px);
    margin-bottom: 0;
  }
}
.worksLists .worksLists__lists li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.worksLists .worksLists__lists .thumbnail {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.worksLists .worksLists__lists .ttl {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  flex-grow: 1;
  padding: 20px 25px 30px;
}
@media screen and (min-width:768px) {
  .worksLists .worksLists__lists .ttl {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.38;
    font-weight: 500;
    padding: min(1.4641288433vw, 20px) min(1.8301610542vw, 25px) min(2.196193265vw, 30px);
  }
}
.worksLists .worksLists__lists .works__meta {
  padding: 0 25px 20px;
}
@media screen and (min-width:768px) {
  .worksLists .worksLists__lists .works__meta {
    padding: 0 min(1.8301610542vw, 25px) min(1.4641288433vw, 20px);
  }
}
.worksLists .worksLists__lists .works__meta .category-name {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  padding: 3px 26px;
}
@media screen and (min-width:768px) {
  .worksLists .worksLists__lists .works__meta .category-name {
    font-size: min(1.0248901903vw, 14px);
    font-weight: 500;
    padding: 0 min(1.5373352855vw, 21px);
  }
}

.category__content {
  margin-top: 85px;
}
@media screen and (min-width:768px) {
  .category__content {
    margin-top: min(5.8565153734vw, 80px);
  }
}
.category__content .category__ttl {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.86;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .category__content .category__ttl {
    font-size: min(1.756954612vw, 24px);
    line-height: 1.5;
    margin-bottom: min(1.0980966325vw, 15px);
  }
}
@media screen and (min-width:768px) {
  .category__content .category__lists {
    margin: 0 0 min(3.6603221083vw, 50px);
  }
}
.category__content .category__lists li {
  display: inline-block;
}
.category__content .category__lists li::after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 1px;
  margin: 0 7px;
  vertical-align: middle;
  background: #000;
}
@media screen and (min-width:768px) {
  .category__content .category__lists li::after {
    margin: 0 min(0.878477306vw, 12px);
  }
}
.category__content .category__lists li:last-child::after {
  display: none;
}
.category__content .category__lists li a {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 2.3;
  letter-spacing: 0.04em;
  width: auto;
  padding: 0 5px 0 0;
  margin-bottom: 3px;
}
@media screen and (min-width:768px) {
  .category__content .category__lists li a {
    font-size: min(1.317715959vw, 18px);
    line-height: 2;
    letter-spacing: 0.08em;
    padding: 0 min(0.5856515373vw, 8px) 0 0;
    margin-bottom: 0;
  }
}
.category__content .category__lists li a.current {
  color: #ED6D0E;
}
.category__content .category__lists li a:hover {
  color: #ED6D0E;
}

.worksSingle {
  position: relative;
  background: #f0f0f0;
}
.worksSingle .inner--worksSingle {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 100px 0 50px;
}
@media screen and (min-width:768px) {
  .worksSingle .inner--worksSingle {
    width: min(78.0380673499vw, 1066px);
    padding: min(7.3206442167vw, 100px) 0 min(7.3206442167vw, 100px);
  }
}
.worksSingle .worksSingle__article {
  background: #fff;
  padding: 60px 30px 80px;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article {
    padding: min(4.39238653vw, 60px) min(5.8565153734vw, 80px) min(5.8565153734vw, 80px);
  }
}
.worksSingle .worksSingle__article .blogSingle__body {
  line-height: 1.6;
}
.worksSingle .worksSingle__article .blogSingle__body img {
  width: auto;
  height: auto;
}
.worksSingle .worksSingle__article .blogSingle__body h2 {
  font-size: large;
  font-weight: 500;
  background: #F0F0F0;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .blogSingle__body h2 {
    margin-bottom: min(1.4641288433vw, 20px);
    padding: min(0.7320644217vw, 10px) min(1.8301610542vw, 25px);
  }
}
.worksSingle .worksSingle__article .blogSingle__body h3 {
  font-size: medium;
  font-weight: 500;
  background: #F0F0F0;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .blogSingle__body h3 {
    margin-bottom: min(1.4641288433vw, 20px);
    padding: min(0.7320644217vw, 10px) min(1.8301610542vw, 25px);
  }
}
.worksSingle .worksSingle__article .blogSingle__body h4 {
  font-size: small;
}
.worksSingle .worksSingle__article .blogSingle__body p {
  margin-bottom: 1em;
}
.worksSingle .worksSingle__article .worksSingle__header h1.ttl {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .worksSingle__header h1.ttl {
    font-size: min(1.756954612vw, 24px);
    font-weight: 500;
    margin-bottom: min(4.39238653vw, 60px);
    padding-bottom: min(2.196193265vw, 30px);
    border-bottom: min(0.0732064422vw, 1px) solid #707070;
  }
}
.worksSingle .worksSingle__article .worksSingle__header .worksSingle__meta .category-name {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  padding: 1px 13px;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .worksSingle__header .worksSingle__meta .category-name {
    font-size: min(1.1713030747vw, 16px);
    font-weight: 500;
    line-height: 1.69;
    padding: min(0.1464128843vw, 2px) min(1.0980966325vw, 15px);
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.worksSingle .worksSingle__article .customField__content .customField__ttl {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .customField__content .customField__ttl {
    margin-bottom: min(1.4641288433vw, 20px);
  }
}
.worksSingle .worksSingle__article .customField__content .customField__ttl span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .customField__content .customField__ttl span {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.5;
  }
}
.worksSingle .worksSingle__article .customField__content .bf__lists {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .customField__content .bf__lists {
    flex-direction: row;
    gap: min(7.3206442167vw, 100px);
    margin-bottom: min(3.6603221083vw, 50px);
  }
}
.worksSingle .worksSingle__article .customField__content .bf__lists li {
  position: relative;
  text-align: center;
}
.worksSingle .worksSingle__article .customField__content .bf__lists li::after {
  position: absolute;
  bottom: -50px;
  right: 50%;
  content: "";
  display: block;
  width: 14px;
  height: 41px;
  background: url(../../assets/img/icon/icon_custom_arrow_sp.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .customField__content .bf__lists li::after {
    position: absolute;
    bottom: 50%;
    right: max(-6.2225475842vw, -85px);
    width: min(5.0512445095vw, 69px);
    height: min(1.6105417277vw, 22px);
    background: url(../../assets/img/icon/icon_custom_arrow_pc.png) no-repeat center center/contain;
  }
}
.worksSingle .worksSingle__article .customField__content .bf__lists li:first-child .bf__ttl {
  background: #000;
}
.worksSingle .worksSingle__article .customField__content .bf__lists li:last-child .bf__ttl {
  background: #ED6D0E;
}
.worksSingle .worksSingle__article .customField__content .bf__lists li:last-child::after {
  display: none;
}
.worksSingle .worksSingle__article .customField__content .bf__ttl span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.47;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  padding: 5px 0;
  text-transform: uppercase;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .customField__content .bf__ttl span {
    font-size: min(1.0980966325vw, 15px);
    line-height: 1.47;
    padding: min(0.3660322108vw, 5px) 0;
  }
}
.worksSingle .worksSingle__article .customField__content .customField__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 322/399;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .customField__content .customField__img {
    width: min(23.5724743777vw, 322px);
  }
}
.worksSingle .worksSingle__article .customField__content .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 14px;
  margin-bottom: 60px;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .customField__content .gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: min(1.756954612vw, 24px);
    margin-bottom: min(4.39238653vw, 60px);
  }
}
.worksSingle .worksSingle__article .customField__content .gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 131/162;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .worksSingle .worksSingle__article .customField__content .gallery img {
    aspect-ratio: 213/266;
  }
}
.worksSingle .btn__block {
  margin: 100px 0 50px;
}
@media screen and (min-width:768px) {
  .worksSingle .btn__block {
    margin: min(5.1244509517vw, 70px) 0 min(3.6603221083vw, 50px);
  }
}

hr.customField__hr {
  height: 1px;
  background-color: #707070;
  border: none;
  color: #707070;
  margin: 60px 0;
}
@media screen and (min-width:768px) {
  hr.customField__hr {
    margin: min(4.39238653vw, 60px) 0;
  }
}

.otherWorks {
  position: relative;
  background: #f0f0f0;
}
.otherWorks .inner--otherWorks {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 50px 0 100px;
}
@media screen and (min-width:768px) {
  .otherWorks .inner--otherWorks {
    width: min(78.0380673499vw, 1066px);
    padding: min(7.3206442167vw, 100px) 0 min(7.3206442167vw, 100px);
  }
}
.otherWorks .otherWorks__content .otherWorks__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .otherWorks .otherWorks__content .otherWorks__lists {
    gap: min(3.4407027818vw, 47px);
    margin-top: min(3.6603221083vw, 50px);
  }
}
.otherWorks .otherWorks__content .otherWorks__lists li {
  display: flex;
  background: #fff;
}
@media screen and (min-width:768px) {
  .otherWorks .otherWorks__content .otherWorks__lists li {
    width: min(23.7188872621vw, 324px);
  }
}
.otherWorks .otherWorks__content .otherWorks__lists li a {
  display: flex;
  flex-direction: column;
}
.otherWorks .otherWorks__content .otherWorks__lists .thumbnail {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.otherWorks .otherWorks__content .otherWorks__lists .ttl {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  flex-grow: 1;
  padding: 20px 25px 30px;
}
@media screen and (min-width:768px) {
  .otherWorks .otherWorks__content .otherWorks__lists .ttl {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.38;
    font-weight: 500;
    padding: min(1.4641288433vw, 20px) min(1.8301610542vw, 25px) min(2.196193265vw, 30px);
  }
}
.otherWorks .otherWorks__content .otherWorks__lists .works__meta {
  padding: 0 25px 20px;
}
@media screen and (min-width:768px) {
  .otherWorks .otherWorks__content .otherWorks__lists .works__meta {
    padding: 0 min(1.8301610542vw, 25px) min(1.4641288433vw, 20px);
  }
}
.otherWorks .otherWorks__content .otherWorks__lists .works__meta .category-name {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  padding: 3px 26px;
}
@media screen and (min-width:768px) {
  .otherWorks .otherWorks__content .otherWorks__lists .works__meta .category-name {
    font-size: min(0.878477306vw, 12px);
    font-weight: 500;
    padding: 0 min(1.2445095168vw, 17px);
  }
}
.otherWorks .btn__block {
  margin: 80px 0 0;
}
@media screen and (min-width:768px) {
  .otherWorks .btn__block {
    margin: min(5.1244509517vw, 70px) 0 0;
  }
}

.area .inner--area {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 33px 0 80px;
}
@media screen and (min-width:768px) {
  .area .inner--area {
    width: min(78.0380673499vw, 1066px);
    padding: min(2.9282576867vw, 40px) 0 min(4.39238653vw, 60px);
  }
}
.area .area__content {
  margin-top: 37px;
  background: #fff;
  padding: 46px 30px 43px;
}
@media screen and (min-width:768px) {
  .area .area__content {
    margin-top: min(2.9282576867vw, 40px);
    padding: min(2.9282576867vw, 40px) min(2.9282576867vw, 40px) min(2.5622254758vw, 35px);
  }
}
.area .area__content dl {
  display: grid;
}
@media screen and (min-width:768px) {
  .area .area__content dl {
    grid-template-columns: auto 1fr;
    gap: 0 min(1.4641288433vw, 20px);
  }
}
.area .area__content dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #ED6D0E;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
@media screen and (min-width:768px) {
  .area .area__content dl dt {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.33;
    margin-bottom: 0;
  }
}
.area .area__content dl dd {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 11px;
}
@media screen and (min-width:768px) {
  .area .area__content dl dd {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: min(1.0248901903vw, 14px);
  }
}
.area .area__content dl dd:last-child {
  margin-bottom: 21px;
}
@media screen and (min-width:768px) {
  .area .area__content dl dd:last-child {
    margin-bottom: min(0.878477306vw, 12px);
  }
}
.area .area__content .caution {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .area .area__content .caution {
    font-size: min(1.0980966325vw, 15px);
  }
}

.company .inner--company {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 40px 0 80px;
}
@media screen and (min-width:768px) {
  .company .inner--company {
    width: min(78.0380673499vw, 1066px);
    padding: min(2.9282576867vw, 40px) 0 min(4.39238653vw, 60px);
  }
}
.company .company__content {
  margin-top: 37px;
}
@media screen and (min-width:768px) {
  .company .company__content {
    margin-top: min(2.9282576867vw, 40px);
  }
}
.company .company__content dl {
  display: grid;
  background: #fff;
}
@media screen and (min-width:768px) {
  .company .company__content dl {
    grid-template-columns: min(17.0571010249vw, 233px) 1fr;
  }
}
.company .company__content dl dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 16px 30px;
  background: #ED6D0E;
  border-bottom: 1px solid #C9CCCE;
}
@media screen and (min-width:768px) {
  .company .company__content dl dt {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.33;
    padding: min(1.317715959vw, 18px) min(2.196193265vw, 30px);
    border-bottom: min(0.0732064422vw, 1px) solid #C9CCCE;
  }
}
.company .company__content dl dt:last-child {
  border-bottom: none;
}
.company .company__content dl dd {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 20px 30px;
  border-bottom: 1px solid #C9CCCE;
}
@media screen and (min-width:768px) {
  .company .company__content dl dd {
    font-size: min(1.317715959vw, 18px);
    padding: min(1.0980966325vw, 15px) min(0.3660322108vw, 5px) min(1.0980966325vw, 15px) min(2.196193265vw, 30px);
    border-bottom: min(0.0732064422vw, 1px) solid #C9CCCE;
  }
}
.company .company__content dl dd .address {
  margin-bottom: 14px;
}
@media screen and (min-width:768px) {
  .company .company__content dl dd .address {
    margin-bottom: 0;
  }
}
.company .company__content dl dd .address:last-child {
  margin-bottom: 0;
}
.company .company__content dl dd .bold {
  font-weight: 600;
}
.company .company__content dl dd:last-child {
  border-bottom: none;
  letter-spacing: 0.05em;
}
.company .company__content .network__block {
  margin-top: 83px;
}
@media screen and (min-width:768px) {
  .company .company__content .network__block {
    margin-top: min(5.6368960469vw, 77px);
  }
}
.company .company__content .network__block .network__header {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 0.08em;
  padding: 25px 30px 20px;
  background: #ED6D0E;
}
@media screen and (min-width:768px) {
  .company .company__content .network__block .network__header {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.2;
    padding: min(1.317715959vw, 18px) min(2.196193265vw, 30px) min(0.9516837482vw, 13px);
  }
}
.company .company__content .network__block figure {
  text-align: center;
}
.company .company__content .network__block figure .network__logo {
  width: 47%;
}
@media screen and (min-width:768px) {
  .company .company__content .network__block figure .network__logo {
    width: 100%;
  }
}
.company .company__content .network__block .network__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #fff;
  padding: 20px 15px 53px;
  border: 4px solid #ED6D0E;
}
@media screen and (min-width:768px) {
  .company .company__content .network__block .network__body {
    grid-template-columns: auto 1fr;
    padding: min(1.8301610542vw, 25px) min(2.7086383602vw, 37px) min(1.317715959vw, 18px);
    gap: min(2.5622254758vw, 35px);
    border: min(0.2928257687vw, 4px) solid #ED6D0E;
  }
}
.company .company__content .network__block .network__body .txt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width:768px) {
  .company .company__content .network__block .network__body .txt {
    font-size: min(1.1713030747vw, 16px);
  }
}

.message .inner--message {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 60px 0 138px;
}
@media screen and (min-width:768px) {
  .message .inner--message {
    width: min(78.0380673499vw, 1066px);
    padding: min(2.9282576867vw, 40px) 0 min(11.9326500732vw, 163px);
  }
}
.message .message__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 35px;
}
@media screen and (min-width:768px) {
  .message .message__content {
    grid-template-columns: min(49.7803806735vw, 680px) 1fr;
    margin-top: min(3.2942898975vw, 45px);
  }
}
.message .message__content .txt__block {
  background: #fff;
  padding: 46px 20px 56px;
}
@media screen and (min-width:768px) {
  .message .message__content .txt__block {
    padding: min(3.4407027818vw, 47px) min(9.0775988287vw, 124px) min(3.2942898975vw, 45px) min(3.6603221083vw, 50px);
  }
}
.message .message__content .txt__block .txt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width:768px) {
  .message .message__content .txt__block .txt {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
  }
}
.message .image__block {
  position: relative;
}
@media screen and (min-width:768px) {
  .message .image__block {
    position: absolute;
    top: max(-3.6603221083vw, -50px);
    right: 0;
    width: min(34.9926793558vw, 478px);
  }
}
.message .image__block .name__block {
  width: 84%;
  margin: -10px 0 0 auto;
  padding: 17px 30px 18px;
  background: #ED6D0E;
}
@media screen and (min-width:768px) {
  .message .image__block .name__block {
    width: min(30.7467057101vw, 420px);
    margin: max(-0.7320644217vw, -10px) 0 0 auto;
    padding: min(1.2445095168vw, 17px) min(2.196193265vw, 30px) min(0.7320644217vw, 10px);
  }
}
.message .image__block .name__block .txt {
  text-align: right;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
}
@media screen and (min-width:768px) {
  .message .image__block .name__block .txt {
    text-align: right;
  }
}
.message .image__block .name__block .txt .representative {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width:768px) {
  .message .image__block .name__block .txt .representative {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
  }
}
.message .image__block .name__block .txt .name {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width:768px) {
  .message .image__block .name__block .txt .name {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.7;
    text-align: left;
  }
}

.blogLists {
  position: relative;
  background: #f0f0f0;
}
@media screen and (min-width:768px) {
  .blogLists {
    padding-right: min(4.0263543192vw, 55px);
  }
}
.blogLists .inner--blogLists {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 57px 0 70px;
}
@media screen and (min-width:768px) {
  .blogLists .inner--blogLists {
    width: min(56.0761346999vw, 766px);
    padding: min(4.2459736457vw, 58px) 0 min(7.3206442167vw, 100px);
  }
}
.blogLists .blogLists__lists li {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width:768px) {
  .blogLists .blogLists__lists li {
    margin-bottom: min(1.0248901903vw, 14px);
    padding-bottom: min(0.7320644217vw, 10px);
    border-bottom: min(0.1464128843vw, 2px) solid #fff;
  }
}
.blogLists .blogLists__lists li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blogLists .blogLists__lists a.blogLists__link {
  display: grid;
  grid-template-columns: 32.5% 1fr;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .blogLists .blogLists__lists a.blogLists__link {
    grid-template-columns: min(12.298682284vw, 168px) 1fr;
    gap: min(2.196193265vw, 30px);
  }
}
.blogLists .blogLists__lists a.blogLists__link figure img {
  width: 100%;
  aspect-ratio: 108/76;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px solid #000;
}
@media screen and (min-width:768px) {
  .blogLists .blogLists__lists a.blogLists__link figure img {
    width: 100%;
    aspect-ratio: 168/119;
    -o-object-fit: cover;
       object-fit: cover;
    border: min(0.5856515373vw, 8px) solid #000;
  }
}
.blogLists .blogLists__lists a.blogLists__link .ttl {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .blogLists .blogLists__lists a.blogLists__link .ttl {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.5;
  }
}
.blogLists .blogLists__lists a.blogLists__link .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blogLists .blogLists__lists a.blogLists__link .blog__meta .news__time {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7D8286;
  text-align: left;
  line-height: 1.93;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .blogLists .blogLists__lists a.blogLists__link .blog__meta .news__time {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.68;
  }
}
.blogLists .blogLists__lists a.blogLists__link .blog__meta .category-name {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  margin-bottom: 8px;
  padding: 1px 13px;
}
@media screen and (min-width:768px) {
  .blogLists .blogLists__lists a.blogLists__link .blog__meta .category-name {
    font-size: min(1.1713030747vw, 16px);
    font-weight: 500;
    line-height: 1.69;
    margin-bottom: min(0.7320644217vw, 10px);
    padding: min(0.1464128843vw, 2px) min(1.0980966325vw, 15px);
  }
}

.grid__blogContent {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
}
@media screen and (min-width:768px) {
  .grid__blogContent {
    grid-template-columns: 1fr min(14.2020497804vw, 194px);
    padding-right: min(3.6603221083vw, 50px);
  }
}

.aside {
  border: none;
  padding: 0 0 115px;
}
@media screen and (min-width:768px) {
  .aside {
    margin: min(3.074670571vw, 42px) 0 min(7.3206442167vw, 100px);
    border-left: min(0.0732064422vw, 1px) solid #000;
    padding: 0 0 0 min(2.196193265vw, 30px);
  }
}
.aside .inner--aside {
  width: 89.3%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .aside .inner--aside {
    width: 100%;
  }
}
.aside .aside__ttl {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
@media screen and (min-width:768px) {
  .aside .aside__ttl {
    font-size: min(1.756954612vw, 24px);
    margin-bottom: min(1.1713030747vw, 16px);
    padding-top: 0;
    border-top: none;
  }
}
.aside ul li {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width:768px) {
  .aside ul li {
    display: block;
  }
}
.aside ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 100%;
  margin: 0 25px 0 0;
}
@media screen and (min-width:768px) {
  .aside ul li a {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
    margin: 0 0 min(0.6588579795vw, 9px) 0;
  }
}

.blogSingle {
  position: relative;
  background: #f0f0f0;
}
.blogSingle .inner--blogSingle {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 100px 0 100px;
}
@media screen and (min-width:768px) {
  .blogSingle .inner--blogSingle {
    width: min(78.0380673499vw, 1066px);
    padding: min(7.3206442167vw, 100px) 0 min(7.3206442167vw, 100px);
  }
}
.blogSingle .blogSingle__wrapper {
  background: #fff;
  padding: 60px 30px 80px;
}
@media screen and (min-width:768px) {
  .blogSingle .blogSingle__wrapper {
    padding: min(4.39238653vw, 60px) min(5.8565153734vw, 80px) min(5.8565153734vw, 80px);
  }
}
.blogSingle .blogSingle__wrapper .blogSingle__header h1.ttl {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .blogSingle .blogSingle__wrapper .blogSingle__header h1.ttl {
    font-size: min(1.756954612vw, 24px);
    font-weight: 500;
    margin-bottom: min(4.39238653vw, 60px);
    padding-bottom: min(2.196193265vw, 30px);
    border-bottom: min(0.0732064422vw, 1px) solid #707070;
  }
}
.blogSingle .blogSingle__wrapper .blogSingle__header figure {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .blogSingle .blogSingle__wrapper .blogSingle__header figure {
    margin-bottom: min(4.39238653vw, 60px);
  }
}
.blogSingle .blogSingle__wrapper .blogSingle__header figure .thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 652/367;
}
@media screen and (min-width:768px) {
  .blogSingle .blogSingle__wrapper .blogSingle__header figure .thumbnail {
    width: 61%;
  }
}
.blogSingle .blogSingle__wrapper .blogSingle__header .blogSingle__meta .news__time {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7D8286;
  text-align: left;
  line-height: 1.93;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .blogSingle .blogSingle__wrapper .blogSingle__header .blogSingle__meta .news__time {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.68;
  }
}
.blogSingle .blogSingle__wrapper .blogSingle__header .blogSingle__meta .category-name {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.08em;
  background: #ED6D0E;
  padding: 1px 13px;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .blogSingle .blogSingle__wrapper .blogSingle__header .blogSingle__meta .category-name {
    font-size: min(1.1713030747vw, 16px);
    font-weight: 500;
    line-height: 1.69;
    padding: min(0.1464128843vw, 2px) min(1.0980966325vw, 15px);
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.blogSingle .blogSingle__wrapper .blogSingle__body {
  line-height: 1.6;
}
.blogSingle .blogSingle__wrapper .blogSingle__body img {
  width: auto;
  height: auto;
}
.blogSingle .blogSingle__wrapper .blogSingle__body h2 {
  font-size: large;
  font-weight: 500;
  background: #F0F0F0;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .blogSingle .blogSingle__wrapper .blogSingle__body h2 {
    margin-bottom: min(1.4641288433vw, 20px);
    padding: min(0.7320644217vw, 10px) min(1.8301610542vw, 25px);
  }
}
.blogSingle .blogSingle__wrapper .blogSingle__body h3 {
  font-size: medium;
  font-weight: 500;
  background: #F0F0F0;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .blogSingle .blogSingle__wrapper .blogSingle__body h3 {
    margin-bottom: min(1.4641288433vw, 20px);
    padding: min(0.7320644217vw, 10px) min(1.8301610542vw, 25px);
  }
}
.blogSingle .blogSingle__wrapper .blogSingle__body h4 {
  font-size: small;
}
.blogSingle .blogSingle__wrapper .blogSingle__body p {
  margin-bottom: 1em;
}
.blogSingle .btn__block {
  margin: 100px 0 50px;
}
@media screen and (min-width:768px) {
  .blogSingle .btn__block {
    margin: min(5.1244509517vw, 70px) 0 min(3.6603221083vw, 50px);
  }
}

.contact .inner--contact {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 68px 0 100px;
}
@media screen and (min-width:768px) {
  .contact .inner--contact {
    width: min(78.0380673499vw, 1066px);
    padding: min(4.0263543192vw, 55px) 0 min(1.8301610542vw, 25px);
  }
}
.contact .inner--contact .contact__content {
  margin-top: 41px;
  padding-bottom: 0;
}
@media screen and (min-width:768px) {
  .contact .inner--contact .contact__content {
    margin-top: min(2.1229868228vw, 29px);
    padding-bottom: min(1.0248901903vw, 14px);
  }
}
.contact .inner--thanks {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 68px 0 70px;
}
@media screen and (min-width:768px) {
  .contact .inner--thanks {
    width: min(78.0380673499vw, 1066px);
    padding: min(3.6603221083vw, 50px) 0 min(3.6603221083vw, 50px);
  }
}
.contact .inner--thanks .contact__content {
  margin-top: 41px;
  padding-bottom: 50px;
}
@media screen and (min-width:768px) {
  .contact .inner--thanks .contact__content {
    margin-top: min(1.0248901903vw, 14px);
    padding-bottom: min(3.6603221083vw, 50px);
  }
}
.contact .contact__content .txt01,
.contact .contact__content .txt02 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 23px;
}
@media screen and (min-width:768px) {
  .contact .contact__content .txt01,
  .contact .contact__content .txt02 {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: min(0.878477306vw, 12px);
  }
}
.contact .contact__content .txt02 {
  margin-bottom: 55px;
}
@media screen and (min-width:768px) {
  .contact .contact__content .txt02 {
    margin-bottom: min(2.635431918vw, 36px);
  }
}
.contact .contact__content .contact__other {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width:768px) {
  .contact .contact__content .contact__other {
    flex-direction: row;
    gap: min(0.7320644217vw, 10px);
  }
}
.contact .contact__content .contact__other .btn__line,
.contact .contact__content .contact__other .btn__phone {
  height: 60px;
  max-width: 335px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .contact .contact__content .contact__other .btn__line,
  .contact .contact__content .contact__other .btn__phone {
    height: min(4.39238653vw, 60px);
    width: auto;
  }
}
.contact .contact__content .contact__other .btn__line a,
.contact .contact__content .contact__other .btn__phone a {
  display: block;
  padding: 0 24px;
}
@media screen and (min-width:768px) {
  .contact .contact__content .contact__other .btn__line a,
  .contact .contact__content .contact__other .btn__phone a {
    padding: 0 min(1.756954612vw, 24px);
  }
}
.contact .contact__content .contact__other .btn__line span,
.contact .contact__content .contact__other .btn__phone span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  .contact .contact__content .contact__other .btn__line span,
  .contact .contact__content .contact__other .btn__phone span {
    gap: min(0.878477306vw, 12px);
    font-size: min(1.1713030747vw, 16px);
  }
}
.contact .contact__content .contact__other .btn__line {
  background: #26B72C;
}
.contact .contact__content .contact__other .btn__line img {
  width: 32px;
}
@media screen and (min-width:768px) {
  .contact .contact__content .contact__other .btn__line img {
    width: min(2.3426061493vw, 32px);
  }
}
.contact .contact__content .contact__other .btn__line .btnHovAni span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.contact .contact__content .contact__other .btn__line .btnHovAni:hover span {
  color: #fff;
}
.contact .contact__content .contact__other .btn__line .bgleft {
  position: relative;
}
.contact .contact__content .contact__other .btn__line .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(18, 163, 24);
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.contact .contact__content .contact__other .btn__line .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.contact .contact__content .contact__other .btn__phone {
  background: #ED6D0E;
}
.contact .contact__content .contact__other .btn__phone img {
  width: 24px;
}
@media screen and (min-width:768px) {
  .contact .contact__content .contact__other .btn__phone img {
    width: min(1.756954612vw, 24px);
  }
}
.contact .contact__content .contact__other .btn__phone .btnHovAni span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.contact .contact__content .contact__other .btn__phone .btnHovAni:hover span {
  color: #fff;
}
.contact .contact__content .contact__other .btn__phone .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(217, 89, 0);
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.contact .contact__content .contact__other .btn__phone .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.contact .contact__content .btn__block {
  text-align: center;
  margin-top: 76px;
}
@media screen and (min-width:768px) {
  .contact .contact__content .btn__block {
    text-align: left;
    margin-top: min(3.3674963397vw, 46px);
  }
}

.contactForm .inner--contactForm {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding-bottom: 109px;
}
@media screen and (min-width:768px) {
  .contactForm .inner--contactForm {
    width: min(78.0380673499vw, 1066px);
    padding: min(2.9282576867vw, 40px) 0 min(9.2972181552vw, 127px);
  }
}
.contactForm .form__inner {
  background: #fff;
  padding: 20px 30px 100px;
}
@media screen and (min-width:768px) {
  .contactForm .form__inner {
    padding: min(3.8067349927vw, 52px) min(5.8565153734vw, 80px) min(5.8565153734vw, 80px);
  }
}
.contactForm .form__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 36px 0;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (min-width:768px) {
  .contactForm .form__item {
    grid-template-columns: min(15.9590043924vw, 218px) 1fr;
    padding: min(1.9033674963vw, 26px) 0 min(2.196193265vw, 30px);
    border-bottom: min(0.0732064422vw, 1px) solid #BCBCBC;
  }
}
.contactForm .under--none {
  border-bottom: none;
}
.contactForm .form__item-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .contactForm .form__item-ttl {
    align-items: flex-start;
    padding-top: min(0.5856515373vw, 8px);
    gap: min(0.7320644217vw, 10px);
  }
}
.contactForm .form__item-ttl span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.94;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .contactForm .form__item-ttl span {
    font-size: min(1.1713030747vw, 16px);
  }
}
.contactForm .form__item-ttl .required {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.37;
  letter-spacing: 0em;
  padding: 1px 10px;
  background: #ED6D0E;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .contactForm .form__item-ttl .required {
    font-size: min(0.878477306vw, 12px);
    line-height: 1.37;
    border-radius: min(0.7320644217vw, 10px);
    margin-top: min(0.5124450952vw, 7px);
    padding: min(0.0732064422vw, 1px) min(0.7320644217vw, 10px);
  }
}
.contactForm input,
.contactForm select {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contactForm input,
  .contactForm select {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
    width: min(31.6983894583vw, 433px);
    padding: min(0.7320644217vw, 10px);
  }
}
.contactForm select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contactForm input[type=radio] {
  width: 22px;
  height: 22px;
  accent-color: #ED6D0E;
}
@media screen and (min-width:768px) {
  .contactForm input[type=radio] {
    width: min(1.6105417277vw, 22px);
    height: min(1.6105417277vw, 22px);
  }
}
.contactForm .post-code {
  width: 100%;
}
@media screen and (min-width:768px) {
  .contactForm .post-code {
    width: min(10.980966325vw, 150px);
  }
}
.contactForm .prefectures {
  width: 100%;
}
@media screen and (min-width:768px) {
  .contactForm .prefectures {
    width: min(13.17715959vw, 180px);
  }
}
.contactForm .address {
  width: 100%;
}
@media screen and (min-width:768px) {
  .contactForm .address {
    width: min(26.3543191801vw, 360px);
  }
}
.contactForm .street-address {
  width: 100%;
}
@media screen and (min-width:768px) {
  .contactForm .street-address {
    width: min(26.3543191801vw, 360px);
  }
}
.contactForm textarea {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 100%;
  height: 276px;
  padding: 10px;
  border: none;
  outline: none;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
}
@media screen and (min-width:768px) {
  .contactForm textarea {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
    height: min(20.3513909224vw, 278px);
    padding: min(0.7320644217vw, 10px);
  }
}
.contactForm input[type=checkbox] {
  display: inline-block;
  width: auto;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 22px;
  height: 22px;
  padding: 10px;
  accent-color: #ED6D0E;
}
@media screen and (min-width:768px) {
  .contactForm input[type=checkbox] {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
    width: min(1.6105417277vw, 22px);
    height: min(1.6105417277vw, 22px);
    padding: min(0.7320644217vw, 10px);
  }
}
.contactForm .privacyPolicy__item .form__item-ttl {
  padding: 0 !important;
}
.contactForm .privacyPolicy__item a {
  text-decoration: underline;
}
.contactForm .privacyPolicy__item a:hover {
  text-decoration: none;
}
.contactForm .cheack__txt {
  padding-left: 0.5em;
}
@media screen and (min-width:768px) {
  .contactForm .cheack__txt {
    padding-left: 1.6em;
  }
}
.contactForm span.wpcf7-list-item {
  display: block;
  margin: 0;
}
@media screen and (min-width:768px) {
  .contactForm span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
  }
}
.contactForm span.wpcf7-list-item.first {
  margin-left: 0;
}
.contactForm .m-10 {
  margin: 0 0 10px 0;
}
@media screen and (min-width:768px) {
  .contactForm .m-10 {
    margin: 0 0 min(0.7320644217vw, 10px) min(0.7320644217vw, 10px);
  }
}
.contactForm .mb-10 {
  margin: 0 0 10px 0;
}
@media screen and (min-width:768px) {
  .contactForm .mb-10 {
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.contactForm .ml-10 {
  margin: 0 0 0 0;
}
@media screen and (min-width:768px) {
  .contactForm .ml-10 {
    margin-left: min(0.7320644217vw, 10px);
  }
}
.contactForm .pt-0 {
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .contactForm .pt-0 {
    margin-bottom: min(0.3660322108vw, 5px);
  }
}
.contactForm .btn__block {
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .contactForm .btn__block {
    margin-top: min(6.4421669107vw, 88px);
  }
}
.contactForm .btn__block .btn--send {
  width: 100%;
  text-align: center;
  background: transparent;
  color: #fff;
  z-index: 5;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contactForm .btn__block .btn--send {
    width: 100%;
  }
}

.btn--send:hover.btn--send {
  color: #000;
}

.btn--contact {
  position: relative;
  /* z-index: 3; */
  color: #fff;
  display: block;
  height: 100%;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.privacyPolicy .inner--privacyPolicy {
  width: 89.3%;
  height: 100%;
  max-width: 1066px;
  margin: auto;
  padding: 75px 0 30px;
}
@media screen and (min-width:768px) {
  .privacyPolicy .inner--privacyPolicy {
    width: min(78.0380673499vw, 1066px);
    padding: min(3.2942898975vw, 45px) 0 min(8.78477306vw, 120px);
  }
}
.privacyPolicy .privacyPolicy__content {
  padding: 60px 30px 30px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .privacyPolicy .privacyPolicy__content {
    padding: min(4.39238653vw, 60px) min(4.39238653vw, 60px) min(2.196193265vw, 30px);
  }
}
.privacyPolicy .privacyPolicy__content .policy__txt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 52px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .privacyPolicy .privacyPolicy__content .policy__txt {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: min(4.39238653vw, 60px);
  }
}
.privacyPolicy .privacyPolicy__content dl dt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ED6D0E;
}
@media screen and (min-width:768px) {
  .privacyPolicy .privacyPolicy__content dl dt {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: min(1.4641288433vw, 20px);
    padding-bottom: 10px;
    border-bottom: min(0.0732064422vw, 1px) solid #ED6D0E;
  }
}
.privacyPolicy .privacyPolicy__content dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 51px;
}
@media screen and (min-width:768px) {
  .privacyPolicy .privacyPolicy__content dl dd {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: min(3.513909224vw, 48px);
  }
}

h2.section__ttl {
  display: flex;
  flex-direction: column;
}
h2.section__ttl span.en {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.46;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width:768px) {
  h2.section__ttl span.en {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.5;
  }
}
h2.section__ttl span.jp {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 2.16;
  letter-spacing: 0.08em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
@media screen and (min-width:768px) {
  h2.section__ttl span.jp {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.95;
  }
}
h2.section__ttl .point::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ED6D0E;
  margin-right: 15px;
}
@media screen and (min-width:768px) {
  h2.section__ttl .point::before {
    width: min(1.4641288433vw, 20px);
    height: min(1.4641288433vw, 20px);
    margin-right: min(1.0980966325vw, 15px);
  }
}

h2.section__ttl--under {
  display: flex;
  flex-direction: column;
}
h2.section__ttl--under span.en {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width:768px) {
  h2.section__ttl--under span.en {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.5;
  }
}
h2.section__ttl--under span.jp {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 2.44;
  letter-spacing: 0.08em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  margin-top: -5px;
}
@media screen and (min-width:768px) {
  h2.section__ttl--under span.jp {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.95;
    margin-top: 0;
  }
}
h2.section__ttl--under span.jp--thanks {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  h2.section__ttl--under span.jp--thanks {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.95;
  }
}
h2.section__ttl--under .point::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #ED6D0E;
  margin-right: 15px;
  margin-bottom: 4px;
}
@media screen and (min-width:768px) {
  h2.section__ttl--under .point::before {
    width: min(1.4641288433vw, 20px);
    height: min(1.4641288433vw, 20px);
    margin-right: min(1.0980966325vw, 15px);
    margin-bottom: 0;
  }
}

.color-orange {
  color: #ED6D0E;
}

.btnHovAni {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}

[data-aos=showLeft_anime] {
  opacity: 0;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition-duration: 0.9s !important;
  transform: translateX(-40px) !important;
}

[data-aos=showLeft_anime].aos-animate {
  opacity: 1;
}

[data-aos=showLeft_anime].aos-animate {
  transform: translateX(0) !important;
}

.pageNation {
  text-align: center;
  margin: 50px 0;
}
@media screen and (min-width:768px) {
  .pageNation {
    margin: min(5.8565153734vw, 80px) min(2.196193265vw, 30px);
  }
}
.pageNation .pages {
  display: none;
}
.pageNation span,
.pageNation a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #AEB2B5;
  text-align: center;
  line-height: 2.44;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 40px;
  height: 40px;
}
@media screen and (min-width:768px) {
  .pageNation span,
  .pageNation a {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.44;
    height: min(2.9282576867vw, 40px);
  }
}
.pageNation span.current {
  background: #000;
  color: #fff;
}

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

.sp-none {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-none {
    display: block !important;
  }
}
@media screen and (min-width:1025px) and (max-width:1840px) {
  .sp-none {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */