@charset "UTF-8";
:root {
  --wht: #fff;
  --textBlack01:#000;
  --textNavy01:#001576;
  --textBlue:#0058FF;
  --textGray01:#C1C1C1;
  --textGray02:#B3B9D6;
  --textGray03:#7E7E7E;
  --textGray04:#EBEBEB;
  --textGray05:#707070;
  --textGray06:#C1C1C1;
  --textGray07:#191919;
  --bgWhite:#F7F7F7;
  --bgGray01:#707070;
  --bgGray02:#B3B9D6;
  --bgGray03:#DBDBDB;
  --bgNavy01:#001576;
}

:root {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
  --noto_sans: "Noto Sans JP", sans-serif;
  --gothic: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  --yu_gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --mincho: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  --chikushi: "FOT-筑紫ゴシック Pr5 R", sans-serif;
  --font-chikushi-d: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  --helvetica: "HelveticaNowMicro-Regular", sans-serif;
}

:root {
  --fszBase: 1.4rem;
  --fszBase_sp: 14;
  --fszAtt: 1.1rem;
  --fszAtt_sp: 11;
  --fszMid: 1.6rem;
  --fszMid_sp: 16;
  --fszMvTtl: 3.2rem;
  --fszMvTtl_sp: 24;
  --fszTtl: 2.8rem;
  --fszTtl_sp: 20;
  --fszSubTtl: 2rem;
  --fszSubTtl_sp: 16;
}

:root {
  --fullWidth: 1280px;
  --outerWidth: 1223px;
  --inrWidth: 800px;
}

/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--chikushi);
  color: var(--textNavy01);
  background-color: var(--bgWhite);
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: justify;
  position: relative;
}
body.nav-on:before {
  position: fixed;
  z-index: 500;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    width: calc(414 / 414 * 100vw);
    font-size: vwsp(var(--fszBase_sp));
  }
}
.grecaptcha-badge {
  display: none;
}

main,
header,
footer,
section {
  display: block;
}

section {
  position: relative;
}

@media only screen and (max-width: 768px) {
  section:has(.c-stick-01) {
    padding-top: calc(42 / 414 * 100vw);
  }
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: unset;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

/*pcの時*/
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  /*spの時*/
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__toTop {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    width: 60px;
    opacity: 0;
  }
  .c-btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--wht);
    color: var(--textNavy01);
    border: 1px solid var(--bgGray01);
    font-size: 1.5rem;
    font-family: var(--helvetica);
    width: 300px;
    height: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  .c-btn01.-sticky {
    position: sticky;
    top: 0px;
    margin-top: -59px;
    height: 60px;
    margin-inline: 0;
    margin-left: auto;
    width: 200px;
    border-right: unset;
  }
  .c-btn01:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: var(--bgNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn01:hover {
    opacity: 1;
    color: var(--wht);
    background-color: var(--bgNavy01);
  }
  .c-btn01:hover:before {
    background-color: var(--wht);
  }
  .c-btn02 {
    margin-inline: auto;
    margin-top: 96px;
    width: 364px;
    height: 80px;
    border: 1px solid var(--bgGray01);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3rem;
    font-family: var(--helvetica);
    color: var(--textNavy01);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn02:hover {
    opacity: 1;
    background-color: var(--bgNavy01);
    color: var(--wht);
  }
}
@media screen and (max-width: 768px) {
  .c-btn__toTop {
    bottom: vwsp(50);
    right: vwsp(50);
    width: vwsp(60);
  }
  .c-btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--wht);
    color: var(--textNavy01);
    border: calc(1 / 414 * 100vw) solid var(--bgNavy01);
    border: calc(1 / 414 * 100vw) solid var(--bgGray01);
    font-size: calc(15 / 414 * 100vw);
    font-family: var(--helvetica);
    width: calc(300 / 414 * 100vw);
    height: calc(50 / 414 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 calc(20 / 414 * 100vw);
    margin: 0 auto;
    position: relative;
  }
  .c-btn01.-sticky {
    position: sticky;
    top: 0px;
    margin-top: calc(-43.5 / 414 * 100vw);
    height: calc(44 / 414 * 100vw);
    margin-inline: 0;
    margin-left: auto;
    width: calc(118 / 414 * 100vw);
    border-right: unset;
    font-size: calc(12 / 414 * 100vw);
    padding: 0 calc(9 / 414 * 100vw);
  }
  .c-btn01:before {
    position: absolute;
    content: "";
    width: calc(10.5 / 414 * 100vw);
    height: calc(10.5 / 414 * 100vw);
    top: 50%;
    right: calc(13 / 414 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: var(--bgNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn01:hover {
    opacity: 1;
    color: var(--wht);
    background-color: var(--bgNavy01);
  }
  .c-btn01:hover:before {
    background-color: var(--wht);
  }
  .c-btn02 {
    margin-inline: auto;
    margin-top: 56px;
    width: 300px;
    height: 50px;
    border: 1px solid var(--bgGray01);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    font-family: var(--helvetica);
    color: var(--textNavy01);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn02:hover {
    opacity: 1;
    background-color: var(--bgNavy01);
    color: var(--wht);
  }
}
.c-full {
  width: calc(100% - 0px);
  max-width: var(--fullWidth);
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: calc(100% - 0px);
  max-width: var(--outerWidth);
  margin-left: auto;
  margin-right: auto;
}

.c-inner {
  width: calc(100% - 30px);
  max-width: var(--inrWidth);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .c-container {
    width: calc(100% - 60px);
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-container {
    width: calc(100% - 0px);
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .comingsoon {
    font-size: 2.8rem;
    text-align: center;
    padding: 240px 0 270px;
    font-weight: bold;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .comingsoon {
    font-size: calc(14 / 414 * 100vw);
    text-align: center;
    padding: calc(100 / 414 * 100vw) 0 calc(50 / 414 * 100vw);
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .c-flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-flex-col2__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: calc(50% - 0px);
    border-top: 1px solid var(--bgGray01);
    border-left: 1px solid var(--bgGray01);
    border-bottom: 1px solid var(--bgGray01);
    border-right: 1px solid var(--bgGray01);
  }
  .c-flex-col2__block--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-flex-col2__block:nth-of-type(2n) {
    border-right: 1px solid var(--bgGray01);
    border-left: none;
  }
  .c-flex-col2__block:nth-of-type(n + 3) {
    border-top: none;
  }
  .c-flex-col2__block:hover {
    opacity: 1;
  }
  .c-flex-col2__block:hover .c-flex-col2__thumbnail img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-flex-col2__contents {
    width: 100%;
  }
  .c-flex-col2__head {
    width: calc(100% - 520px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 0;
    color: var(--textNavy01);
  }
  .c-flex-col2__date .date {
    font-size: 2.8rem;
    font-family: var(--helvetica);
    font-weight: normal;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__date .week {
    font-size: 1.8rem;
    padding-top: 8px;
    letter-spacing: 0;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__category {
    font-size: 1.6rem;
    padding-top: 28px;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__category span {
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
    display: inline-block;
  }
  .c-flex-col2__thumbnail {
    overflow: hidden;
  }
  .c-flex-col2__thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 310px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__textarea {
    padding: 29px 28px 24px 40px;
  }
  .c-flex-col2__title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__text {
    font-size: 1.4rem;
    margin-top: 13px;
    line-height: 1.67;
    letter-spacing: 0;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .c-flex-col2 {
    border-bottom: 1px solid var(--bgGray01);
  }
  .c-flex-col2__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid var(--bgGray01);
    border-left: 1px solid var(--bgGray01);
    border-right: 1px solid var(--bgGray01);
  }
  .c-flex-col2__block--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-flex-col2__block:hover {
    opacity: 1;
  }
  .c-flex-col2__block:hover .c-flex-col2__thumbnail img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-flex-col2__block:hover .c-flex-col2__date .date,
  .c-flex-col2__block:hover .c-flex-col2__date .week,
  .c-flex-col2__block:hover .c-flex-col2__category,
  .c-flex-col2__block:hover .c-flex-col2__title,
  .c-flex-col2__block:hover .c-flex-col2__text {
    font-weight: bold;
  }
  .c-flex-col2__contents {
    width: calc(100% - 34 / 414 * 100vw);
  }
  .c-flex-col2__head {
    width: calc(34 / 414 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: calc(15 / 414 * 100vw) 0;
    color: var(--textNavy01);
  }
  .c-flex-col2__date .date {
    font-size: calc(12 / 414 * 100vw);
    font-family: var(--helvetica);
    font-weight: normal;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__date .week {
    font-size: calc(10 / 414 * 100vw);
    padding-top: calc(6 / 414 * 100vw);
    letter-spacing: 0;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__category {
    font-size: calc(12 / 414 * 100vw);
    padding-top: calc(9 / 414 * 100vw);
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__category span {
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
    display: inline-block;
  }
  .c-flex-col2__thumbnail {
    overflow: hidden;
  }
  .c-flex-col2__thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: calc(200 / 414 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__textarea {
    padding: calc(13 / 414 * 100vw) calc(17 / 414 * 100vw) calc(13 / 414 * 100vw) calc(17 / 414 * 100vw);
  }
  .c-flex-col2__title {
    font-size: calc(15 / 414 * 100vw);
    font-weight: bold;
    letter-spacing: 0;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-flex-col2__text {
    font-size: calc(12 / 414 * 100vw);
    margin-top: calc(10 / 414 * 100vw);
    line-height: 1.67;
    letter-spacing: 0;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.slideRight {
  -webkit-transform: translateX(-180px);
          transform: translateX(-180px);
  opacity: 1;
}

.slideRightIn {
  -webkit-animation: slideRight 1s ease forwards;
          animation: slideRight 1s ease forwards;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
}

.fadeUpIn {
  -webkit-animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.fadeLft {
  opacity: 0;
}

.fadeLftIn {
  -webkit-animation: fadeLftIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeLftIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeLftIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadeLftIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.fadeRgt {
  opacity: 0;
}

.fadeRgtIn {
  -webkit-animation: fadeRgtIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeRgtIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeRgtIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadeRgtIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.fadeBtm {
  opacity: 0;
}

.fadeBtmIn {
  -webkit-animation: fadeBtmIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeBtmIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeBtmIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeBtmIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.scrollMark {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrollMarkIn {
  -webkit-animation: scrollMarkIn 1s ease 1.5s both;
  animation: scrollMarkIn 1s ease 1.5s both;
}

@-webkit-keyframes scrollMarkIn {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

@keyframes scrollMarkIn {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
.c-page-mv {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 40px;
  position: relative;
}
.c-page-mv:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-page-mv_ttl {
  position: relative;
  font-size: var(--fszMvTtl);
  color: #E6E5D3;
  text-shadow: 2px 2px 6px #000;
}
.c-page-bgBeige {
  background-color: var(--bgCol);
}
.c-page-ank__cnt {
  padding: 40px 0 70px;
}
.c-page-ank ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-page-ank ul li {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  border-bottom: 1px solid var(--borderCol);
}
.c-page-ank ul li:nth-of-type(4n) {
  margin-right: 0;
}
.c-page-ank ul li:nth-of-type(n + 5) {
  margin-top: 30px;
}
.c-page-ank ul li a {
  color: var(--txtCol);
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 10px 5px;
}
.c-page-box1 {
  padding: 10px 10px 10px;
  border: 1px solid var(--borderBlk);
}
.c-page-blk1 {
  margin-top: 70px;
}
.c-page-tbl table {
  width: 100%;
  border-top: 1px solid var(--borderTbl);
  border-left: 1px solid var(--borderTbl);
}
.c-page-tbl table th,
.c-page-tbl table td {
  padding: 10px 20px;
  border-bottom: 1px solid var(--borderTbl);
  border-right: 1px solid var(--borderTbl);
}
.c-page-tbl table th {
  background-color: var(--bgTblTh);
  color: var(--wht);
  font-weight: bold;
  font-size: 18px;
}
.c-page-tbl table td {
  color: var(--txtCol);
}
.c-page-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 29.25%;
  position: relative;
}
.c-page-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-page-tgl_blk:not(:first-of-type) {
  margin-top: 30px;
}
.c-page-tgl_blk-q {
  background-color: var(--mainCol);
  color: var(--wht);
  padding: 20px 70px 20px 20px;
  cursor: pointer;
  position: relative;
}
.c-page-tgl_blk-q:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 22.5px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_tgl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-page-tgl_blk-q.on:before {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important;
}
.c-page-tgl_blk-q dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}
.c-page-tgl_blk-q dl dt {
  font-size: var(--fszBase);
  width: 30px;
}
.c-page-tgl_blk-q dl dd {
  font-size: var(--fszBase);
  width: calc(100% - 30px);
}
.c-page-tgl_blk-a {
  background-color: var(--wht);
  color: var(--txtCol);
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.c-page-tgl_blk-a-wrap {
  padding: 20px 20px;
}
.c-page-tgl_blk-a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}
.c-page-tgl_blk-a dl dt {
  font-size: var(--fszBase);
  width: 30px;
}
.c-page-tgl_blk-a dl dd {
  font-size: var(--fszBase);
  width: calc(100% - 30px);
}
.c-page-tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-page-tab_nav-item {
  padding: 1rem;
  cursor: pointer;
  background-color: #ccc;
}
.c-page-tab_nav-item.-tabActive {
  background-color: #999;
}
.c-page-tab_content-item {
  display: none;
}
.c-page-tab_content-item.-pannelActive {
  display: block;
}
.c-page-defi dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-page-defi dl dt {
  width: 100px;
  font-size: var(--fszBase);
  font-weight: bold;
}
.c-page-defi dl dd {
  width: calc(100% - 100px);
  font-size: var(--fszBase);
  padding-left: 20px;
}
.c-page-att ul li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: var(--fszAtt);
}
.c-page-att ul li:not(:first-of-type) {
  margin-top: 4px;
}
.c-page-txIm_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-page-txIm_blk:not(:first-of-type) {
  margin-top: 30px;
}
.c-page-txIm_blk .img {
  width: 400px;
}
.c-page-txIm_blk .tArea {
  width: calc(100% - 400px);
  padding-left: 30px;
}
.c-page-txIm_blk .tArea_ttl {
  font-size: var(--fszMid);
  font-weight: bold;
}
.c-page-txIm_blk .tArea_txt {
  font-size: var(--fszBase);
}
.c-page-txIm_blk.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-page-txIm_blk.-reverse .img {
  padding-left: 30px;
}
.c-page-txIm_blk.-reverse .tArea {
  padding-left: 0;
}

.svg {
  fill: red;
  width: 30px;
}
.svg path {
  fill: red;
}
.svg:hover use {
  fill: red;
}
.svg:hover use path {
  fill: blue;
}

@media only screen and (max-width: 768px) {
  .c-page-mv {
    padding: vwsp(70) vwsp(10);
  }
  .c-page-ank__cnt {
    padding: vwsp(30) 0 vwsp(60);
  }
  .c-page-ank ul li {
    width: calc(50% - vwsp(20) * 1 / 2);
    margin-right: vwsp(20);
  }
  .c-page-ank ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-page-ank ul li:nth-of-type(n + 3) {
    margin-top: vwsp(20);
  }
  .c-page-ank ul li a {
    font-size: vwsp(16);
    padding: vwsp(10) vwsp(5);
  }
  .c-page-box1 {
    padding: vwsp(10) vwsp(10) vwsp(10);
  }
  .c-page-blk1 {
    margin-top: vwsp(70);
  }
  .c-page-tbl {
    overflow-x: scroll;
    padding-bottom: vwsp(20);
    position: relative;
  }
  .c-page-tbl__scroll {
    position: absolute;
    top: vwsp(50);
    left: vwsp(50);
    width: vwsp(100);
  }
  .c-page-tbl table {
    min-width: vwsp(600);
  }
  .c-page-tbl table th,
  .c-page-tbl table td {
    padding: vwsp(10) vwsp(15);
  }
  .c-page-tbl table th {
    font-size: vwsp(16);
  }
  .c-page-tbl table td {
    font-size: vwsp(13);
  }
  .c-page-tbl .simplebar-track.simplebar-horizontal {
    background-color: #f2f3f3;
    border-radius: 999px;
    height: vwsp(9);
  }
  .c-page-tbl .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: var(--bgTblTh);
    border-radius: vwsp(7);
    left: vwsp(2);
    right: vwsp(2);
    opacity: 1;
  }
  .c-page-gmap {
    padding-top: 25%;
  }
  .c-page-tgl_blk:not(:first-of-type) {
    margin-top: vwsp(20);
  }
  .c-page-tgl_blk-q {
    padding: vwsp(20) vwsp(45) vwsp(20) vwsp(20);
  }
  .c-page-tgl_blk-q:before {
    width: vwsp(20);
    height: vwsp(16);
    right: vwsp(15);
  }
  .c-page-tgl_blk-q dl dt {
    font-size: var(--fszBase_sp);
    width: vwsp(30);
  }
  .c-page-tgl_blk-q dl dd {
    font-size: var(--fszBase_sp);
    width: calc(100% - vwsp(30));
  }
  .c-page-tgl_blk-a-wrap {
    padding: vwsp(20) vwsp(20);
  }
  .c-page-tgl_blk-a dl dt {
    font-size: var(--fszBase_sp);
    width: vwsp(30);
  }
  .c-page-tgl_blk-a dl dd {
    font-size: var(--fszBase_sp);
    width: calc(100% - vwsp(30));
  }
  .c-page-defi dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-page-defi dl:not(:first-of-type) {
    margin-top: vwsp(10);
  }
  .c-page-defi dl dt {
    width: 100%;
    font-size: var(--fszBase_sp);
  }
  .c-page-defi dl dd {
    width: 100%;
    font-size: var(--fszBase_sp);
    padding-left: 0px;
  }
  .c-page-att ul li {
    font-size: var(--fszAtt_sp);
  }
  .c-page-att ul li:not(:first-of-type) {
    margin-top: vwsp(4);
  }
  .c-page-txIm_blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-page-txIm_blk:not(:first-of-type) {
    margin-top: vwsp(50);
  }
  .c-page-txIm_blk .img {
    width: 100%;
  }
  .c-page-txIm_blk .tArea {
    width: 100%;
    padding-left: vwsp(0);
    margin-top: vwsp(10);
  }
  .c-page-txIm_blk .tArea_ttl {
    font-size: var(--fszMid_sp);
  }
  .c-page-txIm_blk .tArea_txt {
    font-size: var(--fszMid_sp);
  }
  .c-page-txIm_blk.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-page-txIm_blk.-reverse .img {
    padding-left: vwsp(0);
  }
}
@media screen and (min-width: 769px) {
  .c-slide-gallery {
    position: relative;
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  .c-slide-gallery .swiper-horizontal > .swiper-pagination-bullets,
  .c-slide-gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .c-slide-gallery .swiper-pagination-custom,
  .c-slide-gallery .swiper-pagination-fraction {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 146px;
    position: absolute;
    margin-right: 0;
    left: unset;
    bottom: 44px;
  }
  .c-slide-gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .c-slide-gallery .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3.6px;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 999px;
    background: var(--bgGray01);
    opacity: 1;
  }
  .c-slide-gallery .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--wht) !important;
  }
  .c-slide-gallery .swiper-button-prev,
  .c-slide-gallery .swiper-button-next {
    height: 60px;
    width: 52px;
    top: unset;
    bottom: 22px;
    border: 1px solid var(--bgGray01);
    background-color: var(--wht);
  }
  .c-slide-gallery .swiper-button-prev:hover:after,
  .c-slide-gallery .swiper-button-next:hover:after {
    opacity: 0.5;
  }
  .c-slide-gallery .swiper-button-prev {
    right: 75px;
    left: unset;
  }
  .c-slide-gallery .swiper-button-next {
    right: 24px;
    left: unset;
  }
  .c-slide-gallery .swiper-button-prev::after,
  .c-slide-gallery .swiper-button-next::after {
    background-image: url(../../assets/img/common/icon_slide_angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 12px;
    height: 13px;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-slide-gallery .swiper-button-next::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-slide-gallery .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .c-slide-news {
    border-bottom: 1px solid var(--bgGray01);
  }
  .c-slide-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 30px;
    border-right: 1px solid var(--bgGray01);
    color: var(--textNave01);
  }
  .c-slide-news__item--information {
    width: 34px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12px;
  }
  .c-slide-news__item--information .date {
    font-size: 1.2rem;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .c-slide-news__item--information .week {
    font-size: 1rem;
    padding-top: 9px;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .c-slide-news__item--information .category {
    font-size: 1.2rem;
    padding-top: 9px;
    line-height: 1;
  }
  .c-slide-news__item--img {
    width: 200px;
  }
  .c-slide-news__item--textarea {
    width: 190px;
    padding: 0 0 0 20px;
  }
  .c-slide-news__item--title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .c-slide-news__item--text {
    font-size: 1.2rem;
    margin-top: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .c-slide-gallery {
    position: relative;
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  .c-slide-gallery .swiper-horizontal > .swiper-pagination-bullets,
  .c-slide-gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .c-slide-gallery .swiper-pagination-custom,
  .c-slide-gallery .swiper-pagination-fraction {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: calc(95 / 414 * 100vw);
    position: absolute;
    margin-right: 0;
    left: unset;
    bottom: calc(26 / 414 * 100vw);
  }
  .c-slide-gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .c-slide-gallery .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(3.6 / 414 * 100vw);
    width: calc(6 / 414 * 100vw);
    height: calc(6 / 414 * 100vw);
    display: inline-block;
    border-radius: 999px;
    background: var(--bgGray01);
    opacity: 1;
  }
  .c-slide-gallery .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--wht) !important;
  }
  .c-slide-gallery .swiper-button-prev,
  .c-slide-gallery .swiper-button-next {
    height: calc(35 / 414 * 100vw);
    width: calc(35 / 414 * 100vw);
    top: unset;
    bottom: calc(16 / 414 * 100vw);
    border: calc(1 / 414 * 100vw) solid var(--bgGray01);
    background-color: var(--wht);
  }
  .c-slide-gallery .swiper-button-prev:hover:after,
  .c-slide-gallery .swiper-button-next:hover:after {
    opacity: 0.5;
  }
  .c-slide-gallery .swiper-button-prev {
    right: calc(48 / 414 * 100vw);
    left: unset;
  }
  .c-slide-gallery .swiper-button-next {
    right: calc(14 / 414 * 100vw);
    left: unset;
  }
  .c-slide-gallery .swiper-button-prev::after,
  .c-slide-gallery .swiper-button-next::after {
    background-image: url(../../assets/img/common/icon_slide_angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: calc(9 / 414 * 100vw);
    height: calc(9 / 414 * 100vw);
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-slide-gallery .swiper-button-next::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-slide-gallery .swiper-slide img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: calc(382 / 414 * 100vw);
  }
  .c-slide-news {
    border-bottom: calc(1 / 414 * 100vw) solid var(--bgGray01);
  }
  .c-slide-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-right: calc(1 / 414 * 100vw) solid var(--bgGray01);
    color: var(--textNave01);
  }
  .c-slide-news__item--information {
    width: calc(39 / 414 * 100vw);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: calc(12 / 414 * 100vw);
  }
  .c-slide-news__item--information .date {
    font-size: calc(13 / 414 * 100vw);
    font-family: var(--helvetica);
    line-height: 1;
  }
  .c-slide-news__item--information .week {
    font-size: calc(11 / 414 * 100vw);
    padding-top: calc(9 / 414 * 100vw);
    font-family: var(--helvetica);
  }
  .c-slide-news__item--information .category {
    font-size: calc(13 / 414 * 100vw);
    padding-top: calc(9 / 414 * 100vw);
    font-weight: 600;
  }
  .c-slide-news__item--img {
    width: calc(200 / 414 * 100vw);
  }
  .c-slide-news__item--img img {
    height: calc(224 / 414 * 100vw) !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .c-slide-news__item--textarea {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body {
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  body .swiper-button-prev,
  body .swiper-button-next {
    height: 60px;
    width: 52px;
    top: unset;
    bottom: -1px;
    border: 1px solid var(--bgGray01);
    background-color: var(--wht);
  }
  body .swiper-button-prev:hover:after,
  body .swiper-button-next:hover:after {
    opacity: 0.5;
  }
  body .swiper-button-prev {
    right: 250px;
    left: unset;
  }
  body .swiper-button-next {
    right: 199px;
    left: unset;
  }
  body .swiper-button-prev::after,
  body .swiper-button-next::after {
    background-image: url(../../assets/img/common/icon_slide_angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 12px;
    height: 13px;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .swiper-button-next::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  body .swiper-slide img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  body {
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  body .swiper-button-prev,
  body .swiper-button-next {
    height: calc(44 / 414 * 100vw);
    width: calc(36 / 414 * 100vw);
    top: unset;
    bottom: calc(-0.5 / 414 * 100vw);
    border: calc(1 / 414 * 100vw) solid var(--bgGray01);
    background-color: var(--wht);
  }
  body .swiper-button-prev:hover:after,
  body .swiper-button-next:hover:after {
    opacity: 0.5;
  }
  body .swiper-button-prev {
    right: 50%;
    left: unset;
  }
  body .swiper-button-next {
    left: calc(50% - 1 / 414 * 100vw);
    right: unset;
  }
  body .swiper-button-prev::after,
  body .swiper-button-next::after {
    background-image: url(../../assets/img/common/icon_slide_angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: calc(9 / 414 * 100vw);
    height: calc(9 / 414 * 100vw);
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .swiper-button-next::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  body .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
.c-ttl-mv {
  font-size: var(--fszMvTtl);
  color: var(--txtMv);
}
.c-ttl-1 {
  font-size: var(--fszTtl);
  text-align: center;
  padding-bottom: 20px;
}
.c-ttl-2 {
  font-size: var(--fszSubTtl);
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .c-ttl-mv {
    font-size: vwsp(var(--fszMvTtl_sp));
  }
  .c-ttl-1 {
    font-size: vwsp(var(--fszTtl_sp));
    padding-bottom: vwsp(20);
  }
  .c-ttl-2 {
    font-size: vwsp(var(--fszSubTtl_sp));
    padding-bottom: vwsp(20);
  }
}
@media screen and (min-width: 769px) {
  .c-mv {
    position: relative;
    height: 58vw;
    min-height: 740px;
    overflow: hidden;
  }
  .c-mv.-mv02 {
    height: auto;
    min-height: unset;
  }
  .c-mv__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .c-mv__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
  .c-mv .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 790px;
  }
  .c-mv__logo {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 40px;
  }
  .c-mv__slogan {
    position: absolute;
    z-index: 10;
    opacity: 0.5;
  }
  .c-mv__slogan.-left-bottom {
    left: 42px;
    bottom: 43px;
  }
  .c-mv__slogan.-left-bottom .c-mv__slogan--sub {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-mv__slogan.-right-top {
    right: 39px;
    top: 60px;
  }
  .c-mv__slogan.-right-top .c-mv__slogan--sub {
    text-align: right;
  }
  .c-mv__slogan.-right-top .c-mv__slogan--title {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-mv__slogan--sub {
    font-size: 2rem;
    letter-spacing: 0em;
    font-weight: normal;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .c-mv__slogan--title {
    font-size: 4rem;
    letter-spacing: 0;
    font-weight: bold;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .c-mv__slogan.-top .c-mv__slogan--title {
    position: relative;
    left: 263px;
    top: 15px;
  }
  .c-mv__slogan.-business .c-mv__slogan--sub {
    position: relative;
    top: -170px;
    left: 19px;
  }
  .c-mv__slogan.-business .c-mv__slogan--title {
    padding-left: 31px;
  }
  .c-mv__slogan.-concept .c-mv__slogan--sub {
    position: relative;
    top: -117px;
    left: 19px;
  }
  .c-mv__slogan.-concept .c-mv__slogan--title {
    padding-left: 0;
  }
  .c-mv__slogan.-contact .c-mv__slogan--sub {
    position: relative;
    top: -117px;
    left: 19px;
  }
  .c-mv__slogan.-contact .c-mv__slogan--title {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-mv {
    position: relative;
  }
  .c-mv__bg02 img {
    height: calc(120 / 414 * 100vw);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .c-mv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: calc(280 / 414 * 100vw) !important;
  }
  .c-mv__logo {
    position: absolute;
    z-index: 10;
    top: calc(16 / 414 * 100vw);
    left: calc(15 / 414 * 100vw);
    width: calc(122 / 414 * 100vw);
  }
  .c-mv__slogan {
    position: absolute;
    z-index: 10;
    opacity: 0.5;
  }
  .c-mv__slogan.-left-bottom {
    left: calc(31 / 414 * 100vw);
    bottom: calc(12 / 414 * 100vw);
  }
  .c-mv__slogan.-left-bottom .c-mv__slogan--sub {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-mv__slogan.-right-top {
    right: calc(26 / 414 * 100vw);
    top: calc(74 / 414 * 100vw);
  }
  .c-mv__slogan.-right-top .c-mv__slogan--sub {
    text-align: right;
  }
  .c-mv__slogan.-right-top .c-mv__slogan--title {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-mv__slogan--sub {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0;
    font-weight: normal;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .c-mv__slogan--title {
    font-size: calc(30 / 414 * 100vw);
    letter-spacing: 0;
    font-weight: bold;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .c-mv__slogan.-top .c-mv__slogan--title {
    position: relative;
    left: calc(223 / 414 * 100vw);
    top: calc(10 / 414 * 100vw);
  }
  .c-mv__slogan.-business .c-mv__slogan--sub {
    position: relative;
    top: calc(-158 / 414 * 100vw);
    left: calc(19 / 414 * 100vw);
  }
  .c-mv__slogan.-business .c-mv__slogan--title {
    padding-left: calc(23 / 414 * 100vw);
  }
  .c-mv__slogan.-concept .c-mv__slogan--sub {
    position: relative;
    top: calc(-62 / 414 * 100vw);
    left: calc(19 / 414 * 100vw);
  }
  .c-mv__slogan.-concept .c-mv__slogan--title {
    padding-left: calc(23 / 414 * 100vw);
  }
  .c-mv__slogan.-contact .c-mv__slogan--sub {
    position: relative;
    top: calc(-61 / 414 * 100vw);
    left: calc(19 / 414 * 100vw);
  }
  .c-mv__slogan.-contact .c-mv__slogan--title {
    padding-left: calc(23 / 414 * 100vw);
  }
}
@media screen and (min-width: 1281px) {
  .c-mv .swiper-slide img {
    height: 58vw;
  }
}
@media screen and (min-width: 769px) {
  .c-anker {
    position: fixed;
    z-index: 500;
    bottom: 57px;
    right: 80px;
  }
  .c-anker__list--item:not(:first-of-type) {
    margin-top: 8px;
  }
  .c-anker__list--item a {
    font-family: var(--helvetica);
    color: var(--textGray03);
    font-weight: bold;
    font-size: 1.6rem;
    text-align: right;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0;
  }
  .c-anker__list--item a:hover {
    color: var(--textBlack01);
  }
  .c-anker__list--item.current a {
    color: var(--textBlack01);
  }
}
@media screen and (max-width: 768px) {
  .c-anker {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-scroll__text-01 {
    font-size: 16rem;
    line-height: 1;
    font-weight: bold;
    font-family: var(--helvetica);
    color: var(--textGray04);
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: slideRightToLeft 40s linear infinite;
            animation: slideRightToLeft 40s linear infinite;
  }
  .c-scroll__text-02 {
    font-size: 5.5rem;
    opacity: 0.2;
    line-height: 1;
    font-weight: bold;
    font-family: var(--helvetica);
    color: var(--textNavy01);
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: slideRightToLeft 40s linear infinite;
            animation: slideRightToLeft 40s linear infinite;
  }
  @-webkit-keyframes slideRightToLeft {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-4358px);
              transform: translateX(-4358px);
    }
  }
  @keyframes slideRightToLeft {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-4358px);
              transform: translateX(-4358px);
    }
  }
}
@media screen and (max-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-scroll__text-01 {
    font-size: calc(100 / 414 * 100vw);
    line-height: 1;
    font-weight: bold;
    font-family: var(--helvetica);
    color: var(--textGray04);
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: slideRightToLeft 40s linear infinite;
            animation: slideRightToLeft 40s linear infinite;
  }
  .c-scroll__text-02 {
    font-size: 6.1rem;
    opacity: 0.2;
    line-height: 1;
    font-weight: bold;
    font-family: var(--helvetica);
    color: var(--textNavy01);
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: slideRightToLeft 40s linear infinite;
            animation: slideRightToLeft 40s linear infinite;
  }
  @-webkit-keyframes slideRightToLeft {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-4358px);
              transform: translateX(-4358px);
    }
  }
  @keyframes slideRightToLeft {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-4358px);
              transform: translateX(-4358px);
    }
  }
}
@media screen and (min-width: 769px) {
  .c-stick-01 {
    position: sticky;
    z-index: 300;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid var(--bgGray01);
    border-bottom: 1px solid var(--bgGray01);
    width: 100%;
    height: 60px;
    background-color: var(--wht);
  }
  .c-stick-01__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 31px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid var(--bgGray01);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    font-family: var(--helvetica);
  }
}
@media screen and (max-width: 768px) {
  .c-stick-01 {
    position: sticky;
    z-index: 300;
    top: 0;
    left: 0;
    right: 0;
    border-top: calc(1 / 414 * 100vw) solid var(--bgGray01);
    border-bottom: calc(1 / 414 * 100vw) solid var(--bgGray01);
    width: 100%;
    height: calc(44 / 414 * 100vw);
    background-color: var(--wht);
  }
  .c-stick-01__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 calc(14 / 414 * 100vw);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: calc(1 / 414 * 100vw) solid var(--bgGray01);
    font-size: calc(14 / 414 * 100vw);
    text-align: center;
    font-family: var(--helvetica);
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .c-rotate-border {
    position: absolute;
    z-index: -1;
    width: 1000px;
    height: 1000px;
  }
  .c-rotate-border:before {
    position: absolute;
    content: "";
    width: 1000%;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(43deg);
            transform: translate(-50%, -50%) rotate(43deg);
    background-color: var(--bgGray03);
  }
  .c-rotate-border:after {
    position: absolute;
    content: "";
    width: 1000%;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-32deg);
            transform: translate(-50%, -50%) rotate(-32deg);
    background-color: var(--bgGray03);
  }
  .c-rotate-border.-rotate01 {
    bottom: -285px;
    left: calc(50% - 758px);
  }
  .c-rotate-border.-rotate02 {
    bottom: 262px;
    left: calc(50% - 13px);
  }
}
@media screen and (max-width: 768px) {
  .c-rotate-border {
    position: absolute;
    z-index: -1;
    width: calc(400 / 414 * 100vw);
    height: calc(400 / 414 * 100vw);
  }
  .c-rotate-border:before {
    position: absolute;
    content: "";
    width: 1000%;
    height: calc(1 / 414 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(43deg);
            transform: translate(-50%, -50%) rotate(43deg);
    background-color: var(--bgGray03);
  }
  .c-rotate-border:after {
    position: absolute;
    content: "";
    width: 1000%;
    height: calc(1 / 414 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-32deg);
            transform: translate(-50%, -50%) rotate(-32deg);
    background-color: var(--bgGray03);
  }
  .c-rotate-border.-rotate01 {
    bottom: calc(-79 / 414 * 100vw);
    left: calc(50% - 248 / 414 * 100vw);
  }
  .c-rotate-border.-rotate02 {
    bottom: calc(89 / 414 * 100vw);
    left: calc(50% - 161 / 414 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .c-text-vertical01 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
  .c-text-vertical01 span {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    position: relative;
    left: 2px;
    top: -4px;
  }
}
@media screen and (max-width: 768px) {
  .c-text-vertical01 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: calc(20 / 414 * 100vw);
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .c-modal-pickup {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-pickup {
    position: fixed;
    z-index: 500;
    bottom: calc(20 / 414 * 100vw);
    right: calc(22 / 414 * 100vw);
    background-color: var(--wht);
    border: calc(1 / 414 * 100vw) solid var(--bgGray02);
    padding: calc(13 / 414 * 100vw) calc(8 / 414 * 100vw);
    -webkit-box-shadow: 0 0 6px #c4c4c4;
            box-shadow: 0 0 6px #c4c4c4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-modal-pickup.off {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .c-modal-pickup.none {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .c-modal-pickup__close {
    position: absolute;
    top: calc(-13 / 414 * 100vw);
    right: calc(-9 / 414 * 100vw);
    width: calc(30 / 414 * 100vw);
    height: calc(30 / 414 * 100vw);
    border-radius: 100vmax;
    background-color: var(--wht);
    -webkit-box-shadow: 0 0 6px #c4c4c4;
            box-shadow: 0 0 6px #c4c4c4;
  }
  .c-modal-pickup__close:before {
    position: absolute;
    content: "";
    width: calc(8 / 414 * 100vw);
    height: calc(1 / 414 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--bgGray02);
  }
  .c-modal-pickup__close:after {
    position: absolute;
    content: "";
    width: calc(8 / 414 * 100vw);
    height: calc(1 / 414 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background-color: var(--bgGray02);
  }
  .c-modal-pickup__date {
    font-size: calc(11 / 414 * 100vw);
    font-family: var(--helvetica);
    letter-spacing: 0;
    color: var(--textNavy01);
  }
  .c-modal-pickup__title {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0;
    color: var(--textNavy01);
    margin-top: calc(6 / 414 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .c-tags-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-tags-single__item {
    margin-bottom: 10px;
    margin-right: 24px;
  }
  .c-tags-single__item a {
    color: var(--textGray01) !important;
    font-size: 1.6rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 4px;
    background-color: var(--wht);
  }
}
@media screen and (max-width: 768px) {
  .c-tags-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-inline: auto;
    max-width: calc(320 / 414 * 100vw);
    margin-top: calc(28 / 414 * 100vw);
  }
  .c-tags-single__item {
    margin-bottom: calc(8 / 414 * 100vw);
    margin-right: calc(8 / 414 * 100vw);
  }
  .c-tags-single__item a {
    color: var(--textGray01) !important;
    font-size: calc(12 / 414 * 100vw);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(4 / 414 * 100vw) calc(4 / 414 * 100vw);
    background-color: var(--wht);
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt1000 {
  margin-top: 1000px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: var(--txtRed);
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
@media screen and (min-width: 769px) {
  .l-ft {
    background-color: var(--bgNavy01);
    color: var(--wht);
    position: relative;
    z-index: 9999;
  }
  .l-ft a {
    color: var(--wht);
  }
  .l-ft a:hover {
    color: var(--textGray02);
    opacity: 1;
  }
  .l-ft a.-no-link {
    pointer-events: none;
  }
  .l-ft__inner {
    margin-inline: auto;
    padding: 0px 0 0px;
  }
  .l-ft__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    max-width: 1280px;
  }
  .l-ft__nav {
    width: 50.5%;
    border-right: 1px solid var(--wht);
  }
  .l-ft__nav--list {
    margin-inline: auto;
    max-width: 443px;
    padding: 90px 0 40px;
  }
  .l-ft__nav--item {
    margin-bottom: 38px;
  }
  .l-ft__nav--item:last-of-type {
    margin-bottom: 0;
  }
  .l-ft__nav--item .en {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .l-ft__nav--item-parent {
    display: block;
    position: relative;
  }
  .l-ft__nav--item-parent:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 1px;
    top: 40%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--wht);
  }
  .l-ft__nav--item-parent .en {
    background-color: var(--bgNavy01);
    padding-right: 18px;
    font-family: var(--helvetica);
    position: relative;
    z-index: 10;
  }
  .l-ft__nav--item-parent .ja {
    background-color: var(--bgNavy01);
    padding-left: 13px;
    position: absolute;
    top: 43%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.2rem;
  }
  .l-ft__nav--sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8px;
    padding-left: 19px;
  }
  .l-ft__nav--sub-list a {
    font-size: 1.4rem;
    display: block;
    margin-right: 33px;
    padding: 3px 3px;
  }
  .l-ft__nav--sub-item {
    margin-bottom: 8px;
  }
  .l-ft__info {
    width: 49.5%;
  }
  .l-ft__logo {
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-ft__address {
    height: 170px;
    border-top: 1px solid var(--wht);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .l-ft__address:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 1px;
    top: -1px;
    right: calc(50% - 50vw);
    background-color: var(--wht);
  }
  .l-ft__address--inner {
    margin-inline: auto;
    max-width: 460px;
  }
  .l-ft__address--title {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .l-ft__address--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .l-ft__address--text {
    line-height: 24px;
    display: inline;
    font-size: 1.4rem;
    margin-right: 13px;
  }
  .l-ft__contact-insta {
    height: 192px;
    border-top: 1px solid var(--wht);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .l-ft__contact-insta:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 1px;
    top: -1px;
    right: calc(50% - 50vw);
    background-color: var(--wht);
  }
  .l-ft__contact {
    width: 505px;
    height: 100%;
    border-right: 1px solid var(--wht);
  }
  .l-ft__contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .l-ft__contact a:hover .l-ft__contact--text {
    color: var(--textGray02);
  }
  .l-ft__contact a:hover .l-ft__contact--angle:before {
    background-color: var(--textGray02);
  }
  .l-ft__contact a:hover .l-ft__contact--angle:after {
    background-color: var(--textGray02);
  }
  .l-ft__contact--text {
    font-size: 3rem;
    letter-spacing: 0.03em;
    font-family: var(--helvetica);
    font-weight: 100;
    color: var(--wht);
    position: relative;
    padding-right: 56px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-ft__contact--angle {
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 40px;
    height: 10px;
  }
  .l-ft__contact--angle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-ft__contact--angle:after {
    position: absolute;
    content: "";
    width: 37%;
    height: 2px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(41deg);
            transform: translateY(-50%) rotate(41deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-ft__insta {
    width: 128px;
  }
  .l-ft__insta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .l-ft__insta a:hover svg rect {
    fill: var(--bgGray02);
  }
  .l-ft__insta a:hover svg path {
    fill: var(--bgGray02);
  }
  .l-ft__insta a svg rect, .l-ft__insta a svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-ft__policy-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0 30px;
    margin-inline: auto;
    max-width: 1190px;
    position: relative;
  }
  .l-ft__policy-copy:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: var(--wht);
  }
  .l-ft__policy {
    color: var(--wht);
    font-size: 1.4rem;
    padding-left: 100px;
  }
  .l-ft__copyright {
    font-size: 1.2rem;
    padding-right: 44px;
  }
  .l-ft__copyright a {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  .l-ft__policy-copy {
    max-width: unset;
  }
  .l-ft__policy-copy:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
    background-color: var(--wht);
  }
}
@media screen and (max-width: 768px) {
  .l-ft {
    background-color: var(--bgNavy01);
    color: var(--wht);
    position: relative;
  }
  .l-ft a {
    color: var(--wht);
  }
  .l-ft a:hover {
    color: var(--textGray02);
    opacity: 1;
  }
  .l-ft a.-no-link {
    pointer-events: none;
  }
  .l-ft__inner {
    margin-inline: auto;
  }
  .l-ft__nav {
    border-top: calc(1 / 414 * 100vw) solid var(--wht);
  }
  .l-ft__nav--list {
    margin-inline: auto;
    padding: calc(40 / 414 * 100vw) 0 0px;
    width: calc(100% - 55 / 414 * 100vw);
  }
  .l-ft__nav--item {
    margin-bottom: calc(8 / 414 * 100vw);
  }
  .l-ft__nav--item:last-of-type {
    margin-bottom: 0;
  }
  .l-ft__nav--item.-business {
    margin-bottom: calc(13 / 414 * 100vw);
  }
  .l-ft__nav--item .en {
    font-size: calc(20 / 414 * 100vw);
    font-family: var(--helvetica);
    letter-spacing: 0;
  }
  .l-ft__nav--item-parent {
    display: block;
    position: relative;
  }
  .l-ft__nav--item-parent:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: calc(1 / 414 * 100vw);
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--wht);
  }
  .l-ft__nav--item-parent .en {
    background-color: var(--bgNavy01);
    padding-right: calc(18 / 414 * 100vw);
    position: relative;
    z-index: 10;
  }
  .l-ft__nav--item-parent .ja {
    background-color: var(--bgNavy01);
    padding-left: calc(24 / 414 * 100vw);
    position: absolute;
    top: 43%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: calc(11 / 414 * 100vw);
  }
  .l-ft__nav--sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(5 / 414 * 100vw);
    margin-top: calc(18 / 414 * 100vw);
    padding-left: 0;
  }
  .l-ft__nav--sub-list a {
    font-size: calc(14 / 414 * 100vw);
    display: block;
    margin-right: calc(16 / 414 * 100vw);
    padding: calc(6 / 414 * 100vw) calc(3 / 414 * 100vw);
  }
  .l-ft__nav--sub-item {
    margin-bottom: calc(18 / 414 * 100vw);
  }
  .l-ft__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-ft__logo {
    height: calc(144 / 414 * 100vw);
  }
  .l-ft__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .l-ft__logo a img {
    height: calc(17.7 / 414 * 100vw);
  }
  .l-ft__address {
    padding-top: calc(40 / 414 * 100vw);
    padding-bottom: calc(40 / 414 * 100vw);
    border-top: calc(1 / 414 * 100vw) solid var(--wht);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-ft__address--inner {
    margin-inline: auto;
    width: calc(100% - 55 / 414 * 100vw);
  }
  .l-ft__address--title {
    font-size: calc(12 / 414 * 100vw);
    font-weight: bold;
  }
  .l-ft__address--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(16 / 414 * 100vw);
  }
  .l-ft__address--text {
    line-height: 21px;
    display: inline;
    font-size: calc(12 / 414 * 100vw);
    margin-right: calc(13 / 414 * 100vw);
  }
  .l-ft__contact-insta {
    height: calc(100 / 414 * 100vw);
    border-top: calc(1 / 414 * 100vw) solid var(--wht);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-ft__contact {
    width: calc(505 / 414 * 100vw);
    height: 100%;
    border-right: calc(1 / 414 * 100vw) solid var(--wht);
  }
  .l-ft__contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .l-ft__contact a:hover .l-ft__contact--text {
    color: var(--textGray02);
  }
  .l-ft__contact a:hover .l-ft__contact--angle:before {
    background-color: var(--textGray02);
  }
  .l-ft__contact a:hover .l-ft__contact--angle:after {
    background-color: var(--textGray02);
  }
  .l-ft__contact--text {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0.03em;
    font-family: var(--helvetica);
    font-weight: 100;
    color: var(--wht);
    position: relative;
    padding-right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-ft__contact--angle {
    display: none;
  }
  .l-ft__insta {
    width: calc(160 / 414 * 100vw);
  }
  .l-ft__insta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .l-ft__insta a:hover svg rect {
    fill: var(--bgGray02);
  }
  .l-ft__insta a:hover svg path {
    fill: var(--bgGray02);
  }
  .l-ft__insta a svg rect, .l-ft__insta a svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-ft__policy-copy {
    border-top: calc(1 / 414 * 100vw) solid var(--wht);
    padding: calc(16 / 414 * 100vw) 0;
  }
  .l-ft__policy {
    color: var(--wht);
    font-size: calc(14 / 414 * 100vw);
    padding-left: 0;
    text-align: left;
    margin-top: calc(8 / 414 * 100vw);
    width: calc(100% - 55 / 414 * 100vw);
    margin-inline: auto;
    padding-bottom: calc(40 / 414 * 100vw);
  }
  .l-ft__copyright {
    font-size: calc(9 / 414 * 100vw);
    text-align: center;
    width: calc(100% - 55 / 414 * 100vw);
    margin-inline: auto;
  }
  .l-ft__copyright a {
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) {
  .l-hd {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 9998;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hd.off {
    opacity: 0;
    visibility: hidden;
  }
  .l-hd.on .l-hd__sidebar {
    background-color: var(--bgNavy01);
    border-left: 1px solid var(--wht);
  }
  .l-hd.on .l-hd__sidebar--textarea-text {
    color: var(--wht);
  }
  .l-hd.on .l-hd__sidebar--textarea {
    border-top: 1px solid var(--wht);
    border-bottom: 1px solid var(--wht);
  }
  .l-hd.on .l-hd__sidebar--contact {
    border-bottom: 1px solid var(--wht);
  }
  .l-hd.on .l-hd__sidebar--contact-text {
    color: var(--wht);
  }
  .l-hd.on .l-hd__sidebar--insta-text svg rect, .l-hd.on .l-hd__sidebar--insta-text svg path {
    fill: var(--wht);
  }
  .l-hd__sidebar {
    position: relative;
    z-index: 500;
    width: 60px;
    height: 100vh;
    border-left: 1px solid var(--bgGray01);
    background-color: var(--wht);
  }
  .l-hd__sidebar--hb {
    width: 60px;
    height: 60px;
    background-color: var(--bgNavy01);
    position: relative;
    cursor: pointer;
  }
  .l-hd__sidebar--hb span {
    background-color: var(--wht);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hd__sidebar--hb span:nth-of-type(1) {
    top: 42%;
  }
  .l-hd__sidebar--hb span:nth-of-type(2) {
    top: 58%;
  }
  .l-hd__sidebar--hb.on span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(30deg);
            transform: translateX(-50%) rotate(30deg);
  }
  .l-hd__sidebar--hb.on span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
  .l-hd__sidebar--textarea {
    height: calc(100vh - 268px);
    padding: 0 0 0;
    border-bottom: 1px solid var(--bgGray01);
  }
  .l-hd__sidebar--textarea-text {
    color: var(--textNavy01);
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 38px;
  }
  .l-hd__sidebar--textarea-text .date {
    font-size: 1.5rem;
    font-family: var(--helvetica);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .l-hd__sidebar--textarea-text .text {
    font-size: 1.4rem;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
    padding-left: 33px;
  }
  .l-hd__sidebar--contact {
    height: 144px;
    border-bottom: 1px solid var(--bgGray01);
  }
  .l-hd__sidebar--contact-text {
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 133px;
    letter-spacing: 0.05em;
    font-family: var(--helvetica);
    color: var(--textNavy01);
  }
  .l-hd__sidebar--insta {
    height: 60px;
  }
  .l-hd__sidebar--insta-text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-hd__sidebar--insta-text svg {
    width: 20px;
  }
  .l-hd__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 365px;
    height: 100vh;
    background-color: var(--bgNavy01);
    -webkit-transform: translateX(365px);
            transform: translateX(365px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hd__nav.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-hd__nav a {
    color: var(--wht);
  }
  .l-hd__nav a:hover {
    color: var(--textGray02);
    opacity: 1;
  }
  .l-hd__nav a.-no-link {
    pointer-events: none;
  }
  .l-hd__nav--list {
    margin-inline: auto;
    padding: 27px 0 0px;
  }
  .l-hd__nav--item {
    padding: 26px 60px 16px 27px;
  }
  .l-hd__nav--item:not(:first-of-type) {
    border-top: 1px solid var(--wht);
  }
  .l-hd__nav--item .en {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .l-hd__nav--item-parent {
    display: block;
    position: relative;
  }
  .l-hd__nav--item-parent .en {
    background-color: var(--bgNavy01);
    font-size: 0.9rem;
  }
  .l-hd__nav--item-parent .ja {
    background-color: var(--bgNavy01);
    padding-left: 13px;
    position: absolute;
    top: 43%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.2rem;
  }
  .l-hd__nav--sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
  }
  .l-hd__nav--sub-list a {
    font-size: 1.4rem;
    display: block;
    margin-right: 14px;
    padding: 3px 3px;
  }
  .l-hd__nav--sub-item {
    margin-bottom: 12px;
  }
  .l-hd__nav--share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 53px;
    padding-right: 87px;
  }
  .l-hd__nav--share-text {
    color: var(--wht);
    font-size: 1.4rem;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .l-hd__nav--share-link {
    margin: 0 13px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .l-hd__nav--share-link svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hd__nav--share-link:hover svg path {
    fill: var(--textGray02);
  }
}
@media screen and (max-width: 768px) {
  .l-hd {
    position: fixed;
    top: calc(15 / 414 * 100vw);
    right: calc(15 / 414 * 100vw);
    height: calc(35 / 414 * 100vw);
    z-index: 9998;
  }
  .l-hd__sidebar {
    position: relative;
    z-index: 500;
    width: calc(35 / 414 * 100vw);
    height: calc(35 / 414 * 100vw);
  }
  .l-hd__sidebar--hb {
    width: calc(35 / 414 * 100vw);
    height: calc(35 / 414 * 100vw);
    background-color: var(--bgNavy01);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hd__sidebar--hb.down {
    -webkit-transform: translateY(calc(45 / 414 * 100vw));
            transform: translateY(calc(45 / 414 * 100vw));
  }
  .l-hd__sidebar--hb span {
    background-color: var(--wht);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(20 / 414 * 100vw);
    height: calc(1 / 414 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hd__sidebar--hb span:nth-of-type(1) {
    top: 42%;
  }
  .l-hd__sidebar--hb span:nth-of-type(2) {
    top: 58%;
  }
  .l-hd__sidebar--hb.on {
    background-color: var(--wht);
  }
  .l-hd__sidebar--hb.on span {
    background-color: var(--bgNavy01);
  }
  .l-hd__sidebar--hb.on span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(30deg);
            transform: translateX(-50%) rotate(30deg);
  }
  .l-hd__sidebar--hb.on span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
  .l-hd__sidebar--textarea {
    display: none;
  }
  .l-hd__sidebar--textarea-text .date {
    font-size: 1.5rem;
    font-family: var(--helvetica);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .l-hd__sidebar--textarea-text .text {
    font-size: 1.4rem;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
    padding-left: 33px;
  }
  .l-hd__sidebar--contact {
    display: none;
  }
  .l-hd__sidebar--contact-text {
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 133px;
    letter-spacing: 0.05em;
    font-family: var(--helvetica);
    color: var(--textNavy01);
  }
  .l-hd__sidebar--insta {
    display: none;
  }
  .l-hd__sidebar--insta-text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-hd__sidebar--insta-text svg {
    width: 20px;
  }
  .l-hd__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--bgNavy01);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-hd__nav.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-hd__nav a {
    color: var(--wht);
  }
  .l-hd__nav a:hover {
    color: var(--textGray02);
    opacity: 1;
  }
  .l-hd__nav a.-no-link {
    pointer-events: none;
  }
  .l-hd__nav--list {
    margin-inline: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    margin-top: calc(-123 / 414 * 100vw);
  }
  .l-hd__nav--item {
    padding: calc(20 / 414 * 100vw) calc(44 / 414 * 100vw) calc(8 / 414 * 100vw) calc(44 / 414 * 100vw);
  }
  .l-hd__nav--item:not(:first-of-type) {
    border-top: calc(1 / 414 * 100vw) solid var(--wht);
  }
  .l-hd__nav--item .en {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0.05em;
  }
  .l-hd__nav--item-parent {
    display: block;
    position: relative;
  }
  .l-hd__nav--item-parent .en {
    background-color: var(--bgNavy01);
    font-size: calc(9 / 414 * 100vw);
  }
  .l-hd__nav--item-parent .ja {
    background-color: var(--bgNavy01);
    padding-left: calc(13 / 414 * 100vw);
    position: absolute;
    top: 43%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: calc(12 / 414 * 100vw);
  }
  .l-hd__nav--sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(18 / 414 * 100vw);
  }
  .l-hd__nav--sub-list a {
    font-size: calc(14 / 414 * 100vw);
    display: block;
    margin-right: calc(14 / 414 * 100vw);
    padding: calc(3 / 414 * 100vw) calc(3 / 414 * 100vw);
  }
  .l-hd__nav--sub-item {
    margin-bottom: calc(12 / 414 * 100vw);
  }
  .l-hd__nav--share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: calc(33 / 414 * 100vw);
    padding-right: calc(31 / 414 * 100vw);
  }
  .l-hd__nav--share-text {
    color: var(--wht);
    font-size: calc(14 / 414 * 100vw);
    font-family: var(--helvetica);
    line-height: 1;
  }
  .l-hd__nav--share-link {
    margin: 0 calc(13 / 414 * 100vw);
    display: inline-block;
  }
}
.l-main {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.l-main--page {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: vwsp(0);
  }
}
@media screen and (min-width: 769px) {
  .l-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow-x: clip;
    min-width: 1280px;
  }
  .l-wrapper--page {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    width: calc(414 / 414 * 100vw);
  }
  .l-wrapper--page {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-contact__inner {
    padding: 75px 0 100px;
  }
  .l-contact__title {
    font-family: var(--helvetica);
    font-size: 9rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
  }
  .l-contact__title .navy {
    color: var(--textNavy01);
  }
  .l-contact__title .gray {
    color: var(--textGray01);
  }
  .l-contact__subtitle {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 0.05em;
    color: var(--textNavy01);
  }
  .l-contact__text {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 24px;
    line-height: 2.5;
    color: var(--textNavy01);
  }
}
@media screen and (max-width: 768px) {
  .l-contact__inner {
    padding: calc(103 / 414 * 100vw) 0 calc(62 / 414 * 100vw);
  }
  .l-contact__title {
    font-family: var(--helvetica);
    font-size: calc(61 / 414 * 100vw);
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
  }
  .l-contact__title .navy {
    color: var(--textNavy01);
  }
  .l-contact__title .gray {
    color: var(--textGray01);
  }
  .l-contact__subtitle {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 13px;
    letter-spacing: 0.05em;
    color: var(--textNavy01);
  }
  .l-contact__text {
    text-align: center;
    font-size: 12px;
    margin-top: 32px;
    line-height: 1.8;
    color: var(--textNavy01);
  }
}
@media screen and (min-width: 769px) {
  .l-inquiry {
    border-top: 1px solid var(--bgGray01);
    border-bottom: 1px solid var(--bgGray01);
    overflow: hidden;
    position: relative;
  }
  .l-inquiry:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bgNavy01);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .l-inquiry.on:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .l-inquiry__inner {
    padding: 0 0 0;
  }
  .l-inquiry__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-inquiry__tel {
    width: calc(50% - 0px);
    border-right: 1px solid var(--bgGray01);
    height: 300px;
    position: relative;
    z-index: 10;
  }
  .l-inquiry__tel a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .l-inquiry__tel--text {
    color: var(--textNavy01);
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
  }
  .l-inquiry__tel--number {
    margin-top: 14px;
    letter-spacing: 0;
  }
  .l-inquiry__tel svg {
    width: 24px;
    position: relative;
    top: 6px;
    left: -5px;
  }
  .l-inquiry__tel .number {
    font-size: 3.6rem;
    color: var(--textNavy01);
    padding-left: 11px;
    font-family: var(--helvetica);
  }
  .l-inquiry__form {
    width: calc(50% + 0px);
    height: 300px;
  }
  .l-inquiry__form a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .l-inquiry__form--title {
    color: var(--wht);
    font-size: 2rem;
    letter-spacing: 0.07em;
    border: 1px solid var(--wht);
    width: 378px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-inquiry {
    overflow: hidden;
    position: relative;
  }
  .l-inquiry:before {
    position: absolute;
    content: "";
    width: calc(100% - 56 / 414 * 100vw);
    height: calc(175 / 414 * 100vw);
    top: 0;
    left: 50%;
    background-color: var(--bgNavy01);
    -webkit-transform: translateY(100%) translateX(-200%);
            transform: translateY(100%) translateX(-200%);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .l-inquiry.on:before {
    -webkit-transform: translateY(100%) translateX(-50%);
            transform: translateY(100%) translateX(-50%);
  }
  .l-inquiry__inner {
    margin-inline: auto;
    padding: 0 calc(28 / 414 * 100vw);
  }
  .l-inquiry__tel {
    border-top: calc(1 / 414 * 100vw) solid var(--bgGray01);
    border-left: calc(1 / 414 * 100vw) solid var(--bgGray01);
    border-right: calc(1 / 414 * 100vw) solid var(--bgGray01);
    height: calc(175 / 414 * 100vw);
    position: relative;
    z-index: 10;
  }
  .l-inquiry__tel a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .l-inquiry__tel--text {
    color: var(--textNavy01);
    font-size: calc(12 / 414 * 100vw);
    font-weight: bold;
    margin-top: 0;
  }
  .l-inquiry__tel--number {
    margin-top: calc(4 / 414 * 100vw);
    letter-spacing: 0;
    text-indent: -2em;
  }
  .l-inquiry__tel svg {
    width: calc(15 / 414 * 100vw);
    height: calc(24 / 414 * 100vw);
    position: relative;
    top: calc(7 / 414 * 100vw);
    left: calc(1 / 414 * 100vw);
  }
  .l-inquiry__tel .number {
    font-size: calc(20 / 414 * 100vw);
    color: var(--textNavy01);
    padding-left: calc(7 / 414 * 100vw);
    font-family: var(--helvetica);
  }
  .l-inquiry__form {
    height: calc(175 / 414 * 100vw);
    border-bottom: calc(1 / 414 * 100vw) solid var(--bgGray01);
    border-left: calc(1 / 414 * 100vw) solid var(--bgGray01);
    border-right: calc(1 / 414 * 100vw) solid var(--bgGray01);
  }
  .l-inquiry__form a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .l-inquiry__form--title {
    color: var(--wht);
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0.07em;
    border: calc(1 / 414 * 100vw) solid var(--wht);
    width: calc(240 / 414 * 100vw);
    height: calc(55 / 414 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .l-banner__inner {
    padding: 120px 0 150px;
    margin-inline: auto;
    max-width: 975px;
  }
  .l-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-banner__list--item {
    width: 475px;
    position: relative;
  }
  .l-banner__list--item:nth-of-type(3) {
    width: 100%;
    margin-top: 43px;
  }
  .l-banner__list--item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .l-banner__list--item .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-banner__list.-two-two .l-banner__list--item:nth-of-type(n + 3) {
    width: 475px;
    margin-top: 43px;
  }
  .l-banner__list.-one-one .l-banner__list--item {
    width: 100%;
  }
  .l-banner__list.-one-one .l-banner__list--item:nth-of-type(2) {
    margin-top: 43px;
  }
  .l-banner__list.-one-two .l-banner__list--item:nth-of-type(1) {
    width: 100%;
  }
  .l-banner__list.-one-two .l-banner__list--item:nth-of-type(2), .l-banner__list.-one-two .l-banner__list--item:nth-of-type(3) {
    width: 475px;
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .l-banner__inner {
    padding: calc(56 / 414 * 100vw) calc(28 / 414 * 100vw) calc(55 / 414 * 100vw);
    margin-inline: auto;
  }
  .l-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-banner__list--item {
    width: calc(175 / 414 * 100vw);
    position: relative;
  }
  .l-banner__list--item:nth-of-type(3) {
    width: 100%;
    margin-top: calc(8 / 414 * 100vw);
  }
  .l-banner__list--item:nth-of-type(3) .title {
    height: calc(14 / 414 * 100vw);
  }
  .l-banner__list--item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .l-banner__list--item .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: calc(8 / 414 * 100vw);
  }
  .l-banner__list.-two-two .l-banner__list--item:nth-of-type(n + 3) {
    width: calc(175 / 414 * 100vw);
    margin-top: calc(8 / 414 * 100vw);
  }
  .l-banner__list.-one-one .l-banner__list--item {
    width: 100%;
  }
  .l-banner__list.-one-one .l-banner__list--item:nth-of-type(2) {
    margin-top: calc(8 / 414 * 100vw);
  }
  .l-banner__list.-one-two .l-banner__list--item:nth-of-type(1) {
    width: 100%;
  }
  .l-banner__list.-one-two .l-banner__list--item:nth-of-type(2), .l-banner__list.-one-two .l-banner__list--item:nth-of-type(3) {
    width: calc(175 / 414 * 100vw);
    margin-top: calc(8 / 414 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .p-top-message {
    position: relative;
    overflow: clip;
  }
  .p-top-message__mv {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .p-top-message__mv--bg {
    position: sticky;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 100vh;
    width: 100%;
    opacity: 0.4;
  }
  .p-top-message__mv--title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 3rem;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    left: 46.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -607px;
  }
  .p-top-message__mv--text {
    text-align: center;
    margin-top: 185px;
    padding-bottom: 160px;
    line-height: 2.3;
    font-size: 1.8rem;
    position: relative;
  }
  .p-top-message__lead--inner {
    padding: 80px 0 50px;
    max-width: 1080px;
    margin-inline: auto;
  }
  .p-top-message__lead--title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-message__lead--title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 3rem;
    font-weight: bold;
    padding-left: 91px;
    padding-top: 40px;
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
  .p-top-message__lead--text-area {
    margin-top: -613px;
    margin-inline: auto;
    max-width: 530px;
  }
  .p-top-message__lead--text {
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .p-top-message__lead--btn {
    margin-left: 0;
    margin-top: 47px;
  }
  .p-top-message__lead--img-area {
    margin-top: 96px;
  }
  .p-top-message__lead--img-area-img02 {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 50px;
    margin-top: -120px;
  }
  .p-top-message__slide {
    margin-top: 78px;
    max-width: 1030px;
  }
  .p-top-message__slide .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 500px;
  }
  .p-top-message__appeal {
    position: relative;
  }
  .p-top-message__appeal--inner {
    padding: 100px 0 133px;
    margin-inline: auto;
    max-width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-message__appeal--title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2.6rem;
    font-weight: bold;
    padding-left: 125px;
    padding-top: 5px;
    letter-spacing: 0.16em;
    line-height: 1.8;
  }
  .p-top-message__appeal--title .number {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    letter-spacing: 0;
  }
  .p-top-message__appeal--text {
    padding-top: 39px;
    line-height: 2.5;
    letter-spacing: 0.02em;
  }
  .p-top-business__inner {
    max-width: 1220px;
  }
  .p-top-business__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-business__item img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-business__item:hover img {
    opacity: 0.8;
  }
  .p-top-business__item:nth-of-type(1), .p-top-business__item:nth-of-type(2), .p-top-business__item:nth-of-type(6), .p-top-business__item:nth-of-type(7) {
    width: 50%;
  }
  .p-top-business__item:nth-of-type(3), .p-top-business__item:nth-of-type(4), .p-top-business__item:nth-of-type(5) {
    width: 33.3333333333%;
  }
  .p-top-news {
    position: relative;
    margin-bottom: 12px;
  }
  .p-top-news02 {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-message {
    position: relative;
  }
  .p-top-message__mv {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .p-top-message__mv--bg {
    position: sticky;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: calc(650 / 414 * 100vw);
    width: 100%;
    opacity: 0.5;
  }
  .p-top-message__mv--title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    left: 43.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: calc(167 / 414 * 100vw);
  }
  .p-top-message__mv--text {
    text-align: center;
    padding-bottom: calc(40 / 414 * 100vw);
    line-height: 2.2;
    font-size: calc(14 / 414 * 100vw);
    position: relative;
    position: relative;
    top: calc(-190 / 414 * 100vw);
  }
  .p-top-message__lead {
    margin-top: calc(-143 / 414 * 100vw);
  }
  .p-top-message__lead--inner {
    padding: calc(57 / 414 * 100vw) 0 calc(45 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-top-message__lead--title-img {
    padding-right: calc(14 / 414 * 100vw);
    width: calc(142 / 414 * 100vw);
  }
  .p-top-message__lead--title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-message__lead--title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: calc(20 / 414 * 100vw);
    font-weight: bold;
    padding-left: calc(41 / 414 * 100vw);
    padding-top: 0;
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
  .p-top-message__lead--text-area {
    margin-inline: auto;
    margin-top: calc(25 / 414 * 100vw);
    padding: 0 calc(30 / 414 * 100vw);
  }
  .p-top-message__lead--text {
    font-size: calc(14 / 414 * 100vw);
    line-height: 2.15;
    letter-spacing: 0;
  }
  .p-top-message__lead--btn {
    margin-top: calc(47 / 414 * 100vw);
  }
  .p-top-message__lead--img-area {
    margin-top: calc(56 / 414 * 100vw);
  }
  .p-top-message__lead--img-area-img01 {
    width: calc(240 / 414 * 100vw);
  }
  .p-top-message__lead--img-area-img02 {
    margin-left: auto;
    margin-top: calc(-40 / 414 * 100vw);
    width: calc(176 / 414 * 100vw);
  }
  .p-top-message__slide {
    margin-top: calc(62 / 414 * 100vw);
  }
  .p-top-message__slide .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: calc(480 / 414 * 100vw);
  }
  .p-top-message__appeal--inner {
    padding: 50px 0 45px;
    margin-inline: auto;
    max-width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-message__appeal--title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: bold;
    padding-left: 19px;
    padding-top: 5px;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
  .p-top-message__appeal--title .number {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    letter-spacing: 0;
  }
  .p-top-message__appeal--text {
    padding-top: 39px;
    line-height: 2.15;
    letter-spacing: 0.08em;
    font-size: 14px;
    padding-left: 43px;
    padding-right: 40px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-business__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-business__item img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-business__item:hover img {
    opacity: 0.8;
  }
  .p-top-business__item:nth-of-type(1), .p-top-business__item:nth-of-type(2), .p-top-business__item:nth-of-type(6), .p-top-business__item:nth-of-type(7) {
    width: 50%;
  }
  .p-top-business__item:nth-of-type(3), .p-top-business__item:nth-of-type(4), .p-top-business__item:nth-of-type(5) {
    width: 33.3333333333%;
  }
  .p-top-news {
    position: relative;
    margin-bottom: calc(28 / 414 * 100vw);
  }
  .p-top-news02 {
    margin-top: calc(16 / 414 * 100vw);
  }
  .p-top-news02__inner {
    margin-inline: auto;
    max-width: calc(360 / 414 * 100vw);
  }
}
/* Safari */
_::-webkit-full-page-media, _:future, :root .p-top-message__mv--title {
  top: 13px;
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .p-top-message__mv--title {
    top: calc(143 / 414 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .p-concept-main {
    position: relative;
    overflow: clip;
  }
  .p-concept-main__inner {
    padding: 157px 0 0px;
  }
  .p-concept-main__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    letter-spacing: 0.17em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-concept-main__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 93px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-concept-main__img {
    margin-top: 175px;
  }
  .p-concept-credo__inner {
    padding: 89px 0 136px;
  }
  .p-concept-credo__title {
    text-align: right;
    font-size: 4rem;
    font-weight: bold;
    padding-right: 39px;
  }
  .p-concept-credo__img01 {
    margin-top: 96px;
    margin-right: 82px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .p-concept-credo__textarea01 {
    margin-top: -748px;
    width: 670px;
    padding-left: 110px;
  }
  .p-concept-credo__textarea01--title {
    letter-spacing: 0.17em;
  }
  .p-concept-credo__textarea01--text {
    padding-left: 140px;
    margin-top: -300px;
    line-height: 2.5;
    letter-spacing: 0;
  }
  .p-concept-credo__img02 {
    margin-top: 160px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 190px;
  }
  .p-concept-credo__textarea02 {
    margin-top: -29px;
    margin-inline: auto;
    max-width: 810px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-concept-credo__textarea02--title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    letter-spacing: 0.17em;
  }
  .p-concept-credo__textarea02--text {
    margin-top: 160px;
    margin-inline: auto;
    max-width: 562px;
    position: relative;
    left: 45px;
    line-height: 2.5;
    letter-spacing: 0;
  }
  .p-concept-credo__textarea02--text .note {
    font-size: 1.1rem;
    margin-top: 3px;
    display: block;
    text-align: right;
  }
  .p-concept-credo__img03 {
    margin-top: 70px;
    margin-left: 40px;
  }
  .p-concept-credo__img04 {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -40px;
  }
  .p-concept-credo__textarea03 {
    margin-top: -67px;
    margin-inline: auto;
    max-width: 882px;
  }
  .p-concept-credo__textarea03--title {
    font-size: 3rem;
    font-weight: bold;
  }
  .p-concept-credo__textarea03--text {
    margin-top: 30px;
    line-height: 2.5;
  }
  .p-concept-message__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-concept-message__textarea {
    width: 490px;
    margin-inline: auto;
    padding-left: 55px;
  }
  .p-concept-message__title {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 160px;
    line-height: 1.8;
  }
  .p-concept-message__text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .p-concept-message__img {
    width: 600px;
  }
  .p-concept-message__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 620px;
  }
  .p-concept-message__role {
    margin-top: 28px;
    font-size: 1.4rem;
  }
  .p-concept-message__role img {
    -webkit-transform: scale(1.5) translateX(20px);
            transform: scale(1.5) translateX(20px);
  }
  .p-concept-business {
    padding-bottom: 63px;
  }
  .p-concept-business__textarea {
    margin-top: 45px;
    margin-bottom: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 980px;
  }
  .p-concept-business__title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.8;
    max-width: 320px;
  }
  .p-concept-business__text {
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    margin-top: 43px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    max-width: 627px;
  }
  .p-concept-business .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 691px;
  }
}
@media screen and (max-width: 768px) {
  .p-concept-main {
    position: relative;
    overflow: clip;
  }
  .p-concept-main__inner {
    padding: calc(90 / 414 * 100vw) 0 0px;
  }
  .p-concept-main__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    letter-spacing: 0.17em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-concept-main__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: calc(70 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    line-height: 2.1;
    width: calc(324 / 414 * 100vw);
  }
  .p-concept-main__img {
    margin-top: calc(47 / 414 * 100vw);
  }
  .p-concept-credo__inner {
    padding: calc(53 / 414 * 100vw) 0 calc(50 / 414 * 100vw);
  }
  .p-concept-credo__title {
    text-align: right;
    font-size: calc(20 / 414 * 100vw);
    font-weight: bold;
    padding-right: calc(29 / 414 * 100vw);
  }
  .p-concept-credo__img01 {
    margin-top: calc(36 / 414 * 100vw);
    margin-right: calc(14 / 414 * 100vw);
    width: calc(128 / 414 * 100vw);
    margin-left: auto;
  }
  .p-concept-credo__textarea01 {
    margin-top: calc(-107 / 414 * 100vw);
    width: calc(360 / 414 * 100vw);
    padding-left: 0;
    margin-inline: auto;
  }
  .p-concept-credo__textarea01--title {
    letter-spacing: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 1.9;
  }
  .p-concept-credo__textarea01--text {
    padding-left: 0;
    margin-top: calc(63 / 414 * 100vw);
    line-height: 2.15;
    letter-spacing: 0;
    font-size: calc(14 / 414 * 100vw);
  }
  .p-concept-credo__img02 {
    margin-top: calc(46 / 414 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: calc(45 / 414 * 100vw);
    width: calc(174 / 414 * 100vw);
  }
  .p-concept-credo__textarea02 {
    margin-top: calc(-35 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(365 / 414 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-concept-credo__textarea02--title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    letter-spacing: 0.2em;
    margin-right: calc(14 / 414 * 100vw);
  }
  .p-concept-credo__textarea02--text {
    margin-top: calc(66 / 414 * 100vw);
    margin-inline: 0;
    max-width: calc(244 / 414 * 100vw);
    position: relative;
    line-height: 2.15;
    font-size: calc(14 / 414 * 100vw);
  }
  .p-concept-credo__textarea02--text .note {
    font-size: calc(11 / 414 * 100vw);
    display: block;
    text-align: right;
  }
  .p-concept-credo__img03 {
    margin-top: calc(48 / 414 * 100vw);
    width: calc(244 / 414 * 100vw);
  }
  .p-concept-credo__img04 {
    margin-left: auto;
    width: calc(174 / 414 * 100vw);
    margin-right: calc(14 / 414 * 100vw);
  }
  .p-concept-credo__textarea03 {
    margin-top: calc(33 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(354 / 414 * 100vw);
  }
  .p-concept-credo__textarea03--title {
    font-size: calc(20 / 414 * 100vw);
    font-weight: bold;
  }
  .p-concept-credo__textarea03--text {
    margin-top: calc(22 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    line-height: 2.1;
  }
  .p-concept-message__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-concept-message__textarea {
    width: calc(100% - 50 / 414 * 100vw);
    margin-inline: auto;
    padding-left: 0;
    padding-bottom: calc(53 / 414 * 100vw);
  }
  .p-concept-message__title {
    font-size: calc(20 / 414 * 100vw);
    font-weight: bold;
    margin-top: calc(48 / 414 * 100vw);
    line-height: 1.9;
  }
  .p-concept-message__text {
    margin-top: calc(24 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    line-height: 2.1;
  }
  .p-concept-message__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: calc(414 / 414 * 100vw);
  }
  .p-concept-message__role {
    margin-top: calc(5 / 414 * 100vw);
    font-size: calc(11 / 414 * 100vw);
  }
  .p-concept-message__role img {
    margin-left: calc(21 / 414 * 100vw);
  }
  .p-concept-business {
    padding-bottom: calc(0 / 414 * 100vw);
  }
  .p-concept-business__textarea {
    margin-top: calc(25 / 414 * 100vw);
    margin-bottom: calc(37 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(360 / 414 * 100vw);
  }
  .p-concept-business .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: calc(480 / 414 * 100vw);
  }
  .p-concept-business__title {
    font-size: calc(20 / 414 * 100vw);
    font-weight: bold;
    line-height: 1.8;
  }
  .p-concept-business__text {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.09em;
    margin-top: calc(17 / 414 * 100vw);
    line-height: 2.2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (min-width: 769px) {
  .p-business-message {
    padding-bottom: 70px;
  }
  .p-business-message__inner {
    padding: 133px 0 100px;
  }
  .p-business-message__title {
    text-align: center;
  }
  .p-business-message__title .ja {
    font-size: 4rem;
    font-weight: bold;
    display: block;
  }
  .p-business-message__title .en {
    font-size: 1.6rem;
    font-family: var(--helvetica);
    display: block;
    margin-top: 12px;
  }
  .p-business-message__text {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 139px;
    margin-inline: auto;
    max-width: 590px;
    line-height: 1.8;
    font-family: var(--font-chikushi-d);
  }
  .p-business-message__v-cut {
    text-align: center;
    margin-top: 86px;
  }
  .p-business-message__img {
    margin-top: 86px;
  }
  .p-business-message__lead {
    margin-top: 118px;
    margin-inline: auto;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-business-message__lead--textarea {
    margin-top: 106px;
    position: relative;
    left: 0;
    margin-left: 89px;
  }
  .p-business-message__lead--text {
    line-height: 1.6;
    letter-spacing: 0;
  }
  .p-business-message__lead--text:not(:first-of-type) {
    margin-top: 15px;
  }
  .p-business-variations__inner {
    padding: 90px 0 80px;
  }
  .p-business-variations__title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
  }
  .p-business-variations__list {
    margin-top: 70px;
  }
  .p-business-variations__block:not(:first-of-type) {
    margin-top: 41px;
  }
  .p-business-variations__block:nth-of-type(odd) .p-business-variations__box {
    margin-left: auto;
    background-color: var(--wht);
    border-right: none;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__box {
    margin-right: auto;
    background-color: var(--bgWhite);
    border-left: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__textarea--title {
    padding-left: 120px;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__textarea--text01 {
    padding: 25px 54px 25px 120px;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__textarea--text02 {
    padding-left: 120px;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__img {
    border-right: unset;
    border-left: 1px solid var(--bgGray01);
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__img-wrap img {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .p-business-variations__box {
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--bgGray01);
  }
  .p-business-variations__img {
    border-right: 1px solid var(--bgGray01);
    width: 570px;
  }
  .p-business-variations__img-wrap {
    width: 400px;
    margin-inline: auto;
    padding: 18px 0;
  }
  .p-business-variations__img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 382px;
    height: 382px;
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .p-business-variations__textarea {
    width: 610px;
  }
  .p-business-variations__textarea--title {
    font-size: 3rem;
    font-weight: bold;
    padding: 17px 40px;
  }
  .p-business-variations__textarea--text01 {
    border-top: 1px solid var(--bgGray01);
    font-size: 1.8rem;
    padding: 25px 140px 25px 40px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .p-business-variations__textarea--text02 {
    border-top: 1px solid var(--bgGray01);
    font-size: 1.4rem;
    padding: 23px 40px;
    line-height: 2.15;
    letter-spacing: 0;
  }
  .p-business-variations__reference {
    font-size: 1.1rem;
    max-width: 1060px;
    margin-inline: auto;
    margin-top: 8px;
    color: var(--textGray05);
  }
  .p-business-variations__reference a {
    color: var(--textGray05);
  }
  .p-business-variations-paper__inner {
    padding: 90px 0 93px;
  }
  .p-business-variations-paper__title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
  }
  .p-business-variations-paper__list {
    margin-top: 70px;
  }
  .p-business-variations-paper__block:not(:first-of-type) {
    margin-top: 41px;
  }
  .p-business-variations-paper__block:nth-of-type(odd) li.on {
    opacity: 1;
    -webkit-animation: fadeLftIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
            animation: fadeLftIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
  }
  @-webkit-keyframes fadeLftIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes fadeLftIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  .p-business-variations-paper__block:nth-of-type(even) li {
    background-color: var(--bgWhite);
  }
  .p-business-variations-paper__block:nth-of-type(even) li.on {
    opacity: 1;
    -webkit-animation: fadeRgtIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
            animation: fadeRgtIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
  }
  @-webkit-keyframes fadeRgtIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes fadeRgtIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    width: 50vw;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list li {
    margin-right: auto;
    margin-left: 0;
    text-align: right;
    opacity: 0;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list li:nth-of-type(1) {
    width: 96%;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list li:nth-of-type(2) {
    width: 88%;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list li:nth-of-type(3) {
    width: 93%;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list li:nth-of-type(4) {
    width: 82%;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list li:nth-of-type(5) {
    width: 88%;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list li:nth-of-type(6) {
    width: 96%;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__img-wrap img {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .p-business-variations-paper__wrap {
    max-width: 1140px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-business-variations-paper__img {
    border: 1px solid var(--bgGray01);
    width: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-business-variations-paper__img-wrap {
    width: 400px;
    margin-inline: auto;
    padding: 0;
  }
  .p-business-variations-paper__img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 382px;
    height: 382px;
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .p-business-variations-paper__text-list {
    margin-right: calc(50% - 50vw);
    width: 50vw;
  }
  .p-business-variations-paper__text-list li {
    color: var(--textNavy01);
    font-weight: bold;
    font-size: 3rem;
    background-color: var(--wht);
    border: 1px solid var(--bgGray01);
    padding: 17px 40px;
    margin-left: auto;
    white-space: nowrap;
  }
  .p-business-variations-paper__text-list li:not(:first-of-type) {
    margin-top: -1px;
  }
  .p-business-variations-paper__text-list li:nth-of-type(1) {
    width: 96%;
  }
  .p-business-variations-paper__text-list li:nth-of-type(2) {
    width: 79%;
  }
  .p-business-variations-paper__text-list li:nth-of-type(3) {
    width: 89%;
  }
  .p-business-variations-paper__text-list li:nth-of-type(4) {
    width: 83%;
  }
  .p-business-variations-paper__text-list li:nth-of-type(5) {
    width: 96%;
  }
  .p-business-variations-paper__text-list li:nth-of-type(6) {
    width: 87%;
  }
  .p-business-variations-paper__reference {
    font-size: 1.1rem;
    max-width: 1060px;
    margin-inline: auto;
    margin-top: 8px;
    color: var(--textGray05);
  }
  .p-business-variations-paper__reference a {
    color: var(--textGray05);
  }
  .p-business-gallery .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 691px;
  }
  .p-business-topics__inner {
    margin-top: -1px;
  }
  .p-business-topics__inner a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1281px) {
  .p-business-variations__block:nth-of-type(odd) .p-business-variations__box {
    margin-right: calc(50% - 50vw);
  }
  .p-business-variations__block:nth-of-type(odd) .p-business-variations__textarea--text01:before {
    right: calc(50% - 700px);
  }
  .p-business-variations__block:nth-of-type(odd) .p-business-variations__textarea--text02:before {
    right: calc(50% - 700px);
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__box {
    margin-left: calc(50% - 50vw);
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__textarea--title {
    padding-left: 120px;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__textarea--text01 {
    padding: 25px 54px 25px 120px;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__textarea--text01:before {
    left: calc(50% - 700px);
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__textarea--text02 {
    padding-left: 120px;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__textarea--text02:before {
    left: calc(50% - 700px);
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__img {
    border-right: unset;
    border-left: 1px solid var(--bgGray01);
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__img-wrap img {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .p-business-variations__box {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--bgGray01);
  }
  .p-business-variations__img {
    border-right: 1px solid var(--bgGray01);
    width: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-business-variations__img-wrap {
    width: 400px;
    margin-inline: auto;
    padding: 18px 0;
  }
  .p-business-variations__img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 382px;
    height: 382px;
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .p-business-variations__textarea {
    width: 610px;
  }
  .p-business-variations__textarea--title {
    font-size: 3rem;
    font-weight: bold;
    padding: 17px 40px;
  }
  .p-business-variations__textarea--text01 {
    border-top: 1px solid var(--bgGray01);
    font-size: 1.8rem;
    padding: 25px 140px 25px 40px;
    line-height: 1.75;
    letter-spacing: 0;
    position: relative;
  }
  .p-business-variations__textarea--text01:before {
    position: absolute;
    content: "";
    width: 1000px;
    height: 1px;
    top: -1px;
    background-color: var(--bgGray01);
  }
  .p-business-variations__textarea--text02 {
    border-top: 1px solid var(--bgGray01);
    font-size: 1.4rem;
    padding: 23px 40px;
    line-height: 2.15;
    letter-spacing: 0;
    position: relative;
  }
  .p-business-variations__textarea--text02:before {
    position: absolute;
    content: "";
    width: 1000px;
    height: 1px;
    top: -1px;
    background-color: var(--bgGray01);
  }
  .p-business-variations__reference {
    font-size: 1.4rem;
    max-width: 1060px;
    margin-inline: auto;
    margin-top: 8px;
    color: var(--textGray05);
  }
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .p-business-variations-paper__text-list {
    margin-right: 0;
    width: auto;
  }
  .p-business-variations-paper__text-list li {
    border-right: none;
    position: relative;
  }
  .p-business-variations-paper__text-list li:before {
    position: absolute;
    content: "";
    width: 1000px;
    height: calc(100% + 2px);
    z-index: -1;
    top: -1px;
    bottom: 0;
    background-color: var(--wht);
    border-top: 1px solid var(--bgGray01);
    border-bottom: 1px solid var(--bgGray01);
  }
  .p-business-variations-paper__block:nth-of-type(even) li {
    border-right: 1px solid var(--bgGray01);
  }
  .p-business-variations-paper__block:nth-of-type(even) li:before {
    background-color: var(--bgWhite);
    left: calc(50% - 860px);
  }
}
@media screen and (max-width: 768px) {
  .p-business-message {
    padding-bottom: calc(37 / 414 * 100vw);
  }
  .p-business-message__inner {
    padding: calc(53 / 414 * 100vw) 0 calc(44 / 414 * 100vw);
  }
  .p-business-message__title {
    text-align: center;
  }
  .p-business-message__title .ja {
    font-size: calc(23 / 414 * 100vw);
    font-weight: bold;
    display: block;
  }
  .p-business-message__title .en {
    font-size: calc(9 / 414 * 100vw);
    font-family: var(--helvetica);
    display: block;
    margin-top: calc(8 / 414 * 100vw);
  }
  .p-business-message__text {
    font-size: calc(14 / 414 * 100vw);
    margin-top: calc(71 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(324 / 414 * 100vw);
    line-height: 2.15;
  }
  .p-business-message__v-cut {
    width: calc(358 / 414 * 100vw);
    margin-inline: auto;
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-business-message__img {
    margin-top: calc(46 / 414 * 100vw);
  }
  .p-business-message__lead {
    margin-top: calc(52 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(325 / 414 * 100vw);
  }
  .p-business-message__lead--textarea {
    margin-inline: auto;
    margin-top: calc(21 / 414 * 100vw);
    position: relative;
  }
  .p-business-message__lead--title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
  .p-business-message__lead--text {
    line-height: 1.9;
    letter-spacing: 0;
    font-size: calc(12 / 414 * 100vw);
  }
  .p-business-message__lead--text:not(:first-of-type) {
    margin-top: calc(15 / 414 * 100vw);
  }
  .p-business-variations__inner {
    padding: calc(53 / 414 * 100vw) 0 calc(53 / 414 * 100vw);
  }
  .p-business-variations__title {
    font-size: calc(23 / 414 * 100vw);
    text-align: center;
    font-weight: bold;
  }
  .p-business-variations__list {
    margin-top: calc(49 / 414 * 100vw);
  }
  .p-business-variations__block:not(:first-of-type) {
    margin-top: calc(21 / 414 * 100vw);
  }
  .p-business-variations__block:nth-of-type(odd) .p-business-variations__box {
    margin-left: auto;
    background-color: var(--wht);
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__box {
    margin-right: auto;
    background-color: var(--bgWhite);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-business-variations__block:nth-of-type(even) .p-business-variations__img {
    border-right: unset;
  }
  .p-business-variations__box {
    border: 1px solid var(--bgGray01);
    width: calc(360 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-business-variations__img-wrap {
    width: calc(312 / 414 * 100vw);
    margin-inline: auto;
    padding: calc(7 / 414 * 100vw) 0;
  }
  .p-business-variations__img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: calc(312 / 414 * 100vw);
    height: calc(312 / 414 * 100vw);
  }
  .p-business-variations__textarea--title {
    font-size: calc(20 / 414 * 100vw);
    font-weight: bold;
    padding: calc(19 / 414 * 100vw) calc(17 / 414 * 100vw);
    border-top: calc(1 / 414 * 100vw) solid var(--bgGray01);
  }
  .p-business-variations__textarea--text01 {
    border-top: calc(1 / 414 * 100vw) solid var(--bgGray01);
    font-size: calc(12 / 414 * 100vw);
    padding: calc(20 / 414 * 100vw) calc(17 / 414 * 100vw);
    line-height: 1.75;
    letter-spacing: 0;
  }
  .p-business-variations__textarea--text02 {
    border-top: calc(1 / 414 * 100vw) solid var(--bgGray01);
    font-size: calc(12 / 414 * 100vw);
    padding: calc(20 / 414 * 100vw) calc(17 / 414 * 100vw);
    line-height: 1.8;
    letter-spacing: 0;
  }
  .p-business-variations__reference {
    font-size: calc(12 / 414 * 100vw);
    width: calc(330 / 414 * 100vw);
    margin-inline: auto;
    margin-top: calc(5 / 414 * 100vw);
    color: var(--textGray05);
  }
  .p-business-variations__reference a {
    color: var(--textGray05);
  }
  .p-business-variations-paper__inner {
    padding: calc(53 / 414 * 100vw) 0 calc(53 / 414 * 100vw);
  }
  .p-business-variations-paper__title {
    font-size: calc(23 / 414 * 100vw);
    text-align: center;
    font-weight: bold;
  }
  .p-business-variations-paper__list {
    margin-top: calc(49 / 414 * 100vw);
    margin-inline: auto;
    width: calc(360 / 414 * 100vw);
  }
  .p-business-variations-paper__block:not(:first-of-type) {
    margin-top: calc(32 / 414 * 100vw);
  }
  .p-business-variations-paper__block:nth-of-type(odd) li.on {
    opacity: 1;
    -webkit-animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
            animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
  }
  @-webkit-keyframes fadeUpIn {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes fadeUpIn {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  .p-business-variations-paper__block:nth-of-type(even) li {
    background-color: var(--bgWhite);
  }
  .p-business-variations-paper__block:nth-of-type(even) li.on {
    opacity: 1;
    -webkit-animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
            animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
  }
  @keyframes fadeUpIn {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__text-list li {
    opacity: 0;
  }
  .p-business-variations-paper__block:nth-of-type(even) .p-business-variations-paper__img-wrap img {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .p-business-variations-paper__img {
    border: 1px solid var(--bgGray01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-business-variations-paper__img-wrap {
    margin-inline: auto;
    padding: calc(5 / 414 * 100vw) 0;
  }
  .p-business-variations-paper__img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 312px;
    height: 312px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .p-business-variations-paper__text-list {
    margin-top: calc(28 / 414 * 100vw);
  }
  .p-business-variations-paper__text-list li {
    color: var(--textNavy01);
    font-weight: bold;
    font-size: calc(20 / 414 * 100vw);
    background-color: var(--wht);
    border: calc(1 / 414 * 100vw) solid var(--bgGray01);
    padding: calc(19 / 414 * 100vw) calc(17 / 414 * 100vw);
    margin-left: auto;
    white-space: nowrap;
  }
  .p-business-variations-paper__text-list li:not(:first-of-type) {
    margin-top: calc(8 / 414 * 100vw);
  }
  .p-business-variations-paper__reference {
    font-size: calc(9 / 414 * 100vw);
    max-width: calc(328 / 414 * 100vw);
    margin-inline: auto;
    margin-top: calc(8 / 414 * 100vw);
    color: var(--textGray05);
  }
  .p-business-variations-paper__reference a {
    color: var(--textGray05);
  }
  .p-business-topics__inner {
    margin-top: -1px;
    margin-inline: auto;
    max-width: calc(360 / 414 * 100vw);
  }
  .p-business-topics__inner a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  .p-archive-works-list__inner {
    padding: 90px 0 40px;
  }
  .p-archive-works-list__title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
  }
  .p-archive-works-list__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27px;
    margin-bottom: 36px;
    margin-inline: auto;
    max-width: 1140px;
  }
  .p-archive-works-list__category--title {
    font-size: 1.4rem;
  }
  .p-archive-works-list__category--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-archive-works-list__category--list.-bottom {
    max-width: 400px;
  }
  .p-archive-works-list__category--list li {
    font-size: 1.4rem;
    position: relative;
  }
  .p-archive-works-list__category--list li.current a {
    font-weight: bold;
  }
  .p-archive-works-list__category--list li:before {
    position: absolute;
    content: "｜";
    font-size: 1.4rem;
    top: 0;
    left: -6px;
  }
  .p-archive-works-list__category--list li:first-of-type:before {
    display: none;
  }
  .p-archive-works-list__category--list li a {
    color: var(--textNavy01);
    padding: 3px 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-mv__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .p-archive-works-list__inner {
    padding: calc(54 / 414 * 100vw) 0 calc(40 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(360 / 414 * 100vw);
  }
  .p-archive-works-list__title {
    font-size: calc(23 / 414 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .p-archive-works-list__category {
    margin-top: calc(48 / 414 * 100vw);
    margin-bottom: calc(11 / 414 * 100vw);
  }
  .p-archive-works-list__category--title {
    font-size: calc(11 / 414 * 100vw);
    text-align: center;
  }
  .p-archive-works-list__category--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(2 / 414 * 100vw);
    max-width: calc(330 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-archive-works-list__category--list li {
    line-height: 1.9;
    position: relative;
  }
  .p-archive-works-list__category--list li.current a {
    font-weight: bold;
  }
  .p-archive-works-list__category--list li:before {
    position: absolute;
    content: "｜";
    top: 0;
    left: calc(-5 / 414 * 100vw);
    font-size: calc(11 / 414 * 100vw);
  }
  .p-archive-works-list__category--list li:first-of-type:before {
    display: none;
  }
  .p-archive-works-list__category--list li a {
    color: var(--textNavy01);
    padding: calc(3 / 414 * 100vw) calc(5 / 414 * 100vw);
    font-size: calc(11 / 414 * 100vw);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-single-works__inner {
    padding: 90px 0 186px;
  }
  .p-single-works__title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
  }
  .p-single-works__contents {
    margin-top: 84px;
    padding-top: 90px;
    border-top: 1px solid var(--bgGray01);
  }
  .p-single-works__contents--title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 980px;
  }
  .p-single-works__contents--title {
    font-size: 3rem;
    font-weight: bold;
    color: var(--textGray05);
    max-width: 560px;
  }
  .p-single-works__contents--category-date {
    font-size: 1.4rem;
    color: var(--textGray05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
  }
  .p-single-works__contents--category-date ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-single-works__contents--category-date ul li {
    margin: 0 3px;
  }
  .p-single-works__contents--date {
    padding-left: 17px;
  }
  .p-single-works__contents--editor {
    margin-inline: auto;
    max-width: 820px;
    margin-top: 85px;
  }
  .p-single-works__contents--editor p {
    color: var(--textGray05);
    margin-bottom: 29px;
    line-height: 2.4;
  }
  .p-single-works__contents--editor .wp-block-image {
    margin-bottom: 31px;
  }
  .p-single-works__contents--editor .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
  .p-single-works__contents--editor .gallery-columns-2 .gallery-item {
    width: 48%;
  }
  .p-single-works__contents--editor .gallery-columns-3 .gallery-item {
    width: 31%;
  }
  .p-single-works__contents--editor .wp-block-gallery {
    margin-bottom: 30px;
  }
  .p-single-works__contents--editor .c-slide-gallery {
    margin-bottom: 30px;
  }
  .p-single-works__contents--editor a {
    color: var(--textBlue);
  }
  .p-single-works__contents--editor .n2-section-smartslider {
    margin-bottom: 30px;
  }
  .p-single-works__contents--editor .nextend-arrow-previous, .p-single-works__contents--editor .nextend-arrow-next {
    height: 60px;
    width: 52px;
    top: unset;
    bottom: 22px;
    border: 1px solid var(--bgGray01);
    background-color: var(--wht);
    position: absolute !important;
  }
  .p-single-works__contents--editor .nextend-arrow-previous:after, .p-single-works__contents--editor .nextend-arrow-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 12px;
    height: 13px;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../../assets/img/common/icon_slide_angle.svg);
  }
  .p-single-works__contents--editor .nextend-arrow-previous {
    right: 75px;
    left: unset;
  }
  .p-single-works__contents--editor .nextend-arrow-next {
    right: 0px;
    left: unset;
  }
  .p-single-works__contents--editor .nextend-arrow-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .p-single-works__contents--editor .n2-ss-control-bullet {
    right: 150px;
    position: absolute !important;
    bottom: 34px;
  }
  .p-single-works__category-sns {
    margin-top: 80px;
    border-top: 1px solid var(--bgGray01);
    margin-inline: auto;
    max-width: 980px;
    padding: 34px 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-single-works__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-single-works__category--title {
    font-size: 1.4rem;
    width: 86px;
    white-space: nowrap;
  }
  .p-single-works__category--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 380px;
  }
  .p-single-works__category--list .cat-item {
    position: relative;
  }
  .p-single-works__category--list .cat-item.current {
    font-weight: bold;
  }
  .p-single-works__category--list .cat-item:before {
    position: absolute;
    content: "｜";
    font-size: 1.4rem;
    top: 2px;
    left: -6px;
  }
  .p-single-works__category--list .cat-item:first-of-type:before {
    display: none;
  }
  .p-single-works__category--list a {
    font-size: 1.4rem;
    color: var(--textNavy01);
    padding: 3px 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-single-works__category--list a:hover {
    font-weight: bold;
    opacity: 1;
  }
  .p-single-works__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -8px;
  }
  .p-single-works__sns--title {
    font-size: 1.4rem;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .p-single-works__sns--link {
    margin: 0 11px;
    display: inline-block;
  }
  .p-single-works__sns--link:last-of-type {
    margin-right: 0;
  }
  .p-single-works__pager {
    margin-top: 66px;
    margin-inline: auto;
    width: 980px;
    border: 1px solid var(--bgGray01);
  }
  .p-single-works__pager .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-single-works__pager .nav-links > div:nth-of-type(2) a {
    border-right: none;
    border-left: 1px solid var(--bgGray01);
  }
  .p-single-works__pager .nav-links > div:nth-of-type(2) a img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    left: 33px;
  }
  .p-single-works__pager .nav-links a {
    width: 325px;
    display: block;
    height: 78px;
    border-right: 1px solid var(--bgGray01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-single-works__pager .nav-links a:hover {
    background-color: var(--bgNavy01);
    color: var(--wht);
    opacity: 1;
  }
  .p-single-works__pager .nav-links a img {
    width: 12px;
  }
  .p-single-works__pager .nav-links a .prev-img {
    position: relative;
    left: -33px;
  }
  .p-single-works__pager .top {
    margin-inline: auto;
    width: 328px;
    display: block;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--textNavy01);
    margin-top: -79px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-single-works__pager .top:hover {
    background-color: var(--bgNavy01);
    color: var(--wht);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-single-works__inner {
    padding: calc(54 / 414 * 100vw) 0 calc(79 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(360 / 414 * 100vw);
  }
  .p-single-works__title {
    font-size: calc(23 / 414 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .p-single-works__contents {
    margin-top: calc(48 / 414 * 100vw);
    padding-top: calc(54 / 414 * 100vw);
    position: relative;
  }
  .p-single-works__contents:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: calc(1 / 414 * 100vw);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: var(--bgGray01);
  }
  .p-single-works__contents--title {
    font-size: calc(15 / 414 * 100vw);
    font-weight: bold;
    color: var(--textGray05);
  }
  .p-single-works__contents--category-date {
    font-size: calc(11 / 414 * 100vw);
    font-weight: bold;
    color: var(--textGray05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(18 / 414 * 100vw);
  }
  .p-single-works__contents--category-date ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-single-works__contents--category-date ul li {
    margin: 0 calc(3 / 414 * 100vw);
  }
  .p-single-works__contents--date {
    padding-left: calc(17 / 414 * 100vw);
  }
  .p-single-works__contents--editor {
    margin-inline: auto;
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-single-works__contents--editor p {
    color: var(--textGray05);
    margin-bottom: calc(18 / 414 * 100vw);
    line-height: 1.85;
    font-size: calc(12 / 414 * 100vw);
    padding: 0 calc(19 / 414 * 100vw);
  }
  .p-single-works__contents--editor .wp-block-image {
    margin-bottom: calc(17 / 414 * 100vw);
  }
  .p-single-works__contents--editor .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: calc(18 / 414 * 100vw);
  }
  .p-single-works__contents--editor .gallery-columns-2 .gallery-item {
    width: 48%;
  }
  .p-single-works__contents--editor .gallery-columns-3 .gallery-item {
    width: 31%;
  }
  .p-single-works__contents--editor .wp-block-gallery {
    margin-bottom: calc(18 / 414 * 100vw);
  }
  .p-single-works__contents--editor .c-slide-gallery {
    margin-bottom: calc(18 / 414 * 100vw);
  }
  .p-single-works__contents--editor a {
    color: var(--textBlue);
  }
  .p-single-works__contents--editor .n2-section-smartslider {
    margin-bottom: 30px;
  }
  .p-single-works__contents--editor .nextend-arrow-previous, .p-single-works__contents--editor .nextend-arrow-next {
    height: calc(35 / 414 * 100vw);
    width: calc(35 / 414 * 100vw);
    top: unset;
    bottom: calc(16 / 414 * 100vw);
    border: calc(1 / 414 * 100vw) solid var(--bgGray01);
    background-color: var(--wht);
    position: absolute !important;
  }
  .p-single-works__contents--editor .nextend-arrow-previous:after, .p-single-works__contents--editor .nextend-arrow-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../../assets/img/common/icon_slide_angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: calc(9 / 414 * 100vw);
    height: calc(9 / 414 * 100vw);
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-single-works__contents--editor .nextend-arrow-previous {
    right: calc(58 / 414 * 100vw);
    left: unset;
  }
  .p-single-works__contents--editor .nextend-arrow-next {
    right: 0px;
    left: unset;
  }
  .p-single-works__contents--editor .nextend-arrow-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .p-single-works__contents--editor .n2-ss-control-bullet {
    right: calc(105 / 414 * 100vw);
    position: absolute !important;
    bottom: calc(16 / 414 * 100vw);
  }
  .p-single-works__category-sns {
    margin-top: calc(33 / 414 * 100vw);
    border-top: calc(1 / 414 * 100vw) solid var(--bgGray01);
    margin-inline: auto;
    padding: calc(29 / 414 * 100vw) calc(18 / 414 * 100vw) 0;
  }
  .p-single-works__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-single-works__category--title {
    font-size: calc(11 / 414 * 100vw);
    font-weight: bold;
    width: calc(68 / 414 * 100vw);
    white-space: nowrap;
    line-height: 22px;
  }
  .p-single-works__category--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 104 / 414 * 100vw);
    line-height: 22px;
  }
  .p-single-works__category--list .cat-item {
    position: relative;
  }
  .p-single-works__category--list .cat-item.current {
    font-weight: bold;
  }
  .p-single-works__category--list .cat-item:before {
    position: absolute;
    content: "｜";
    font-size: calc(11 / 414 * 100vw);
    top: calc(0 / 414 * 100vw);
    left: calc(-6 / 414 * 100vw);
  }
  .p-single-works__category--list .cat-item:first-of-type:before {
    display: none;
  }
  .p-single-works__category--list a {
    font-size: calc(11 / 414 * 100vw);
    color: var(--textNavy01);
    padding: calc(3 / 414 * 100vw) calc(4 / 414 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-single-works__category--list a:hover {
    font-weight: bold;
    opacity: 1;
  }
  .p-single-works__sns {
    margin-top: calc(12 / 414 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-single-works__sns--title {
    font-size: calc(11 / 414 * 100vw);
    font-weight: bold;
    font-family: var(--helvetica);
    line-height: 1;
  }
  .p-single-works__sns--link {
    margin: 0 calc(5 / 414 * 100vw);
    display: inline-block;
  }
  .p-single-works__sns--link img {
    height: calc(12 / 414 * 100vw);
  }
  .p-single-works__sns--link:last-of-type {
    margin-right: 0;
  }
  .p-single-works__pager {
    margin-top: calc(56 / 414 * 100vw);
    margin-inline: auto;
    border: calc(1 / 414 * 100vw) solid var(--bgGray01);
  }
  .p-single-works__pager .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-single-works__pager .nav-links > div:nth-of-type(2) a {
    border-right: none;
    border-left: calc(1 / 414 * 100vw) solid var(--bgGray01);
  }
  .p-single-works__pager .nav-links > div:nth-of-type(2) a img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    left: calc(11 / 414 * 100vw);
  }
  .p-single-works__pager .nav-links a {
    width: calc(120 / 414 * 100vw);
    display: block;
    height: calc(35 / 414 * 100vw);
    border-right: calc(1 / 414 * 100vw) solid var(--bgGray01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(15 / 414 * 100vw);
    font-weight: bold;
    color: var(--textNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-single-works__pager .nav-links a:hover {
    background-color: var(--bgNavy01);
    color: var(--wht);
    opacity: 1;
  }
  .p-single-works__pager .nav-links a .prev-img {
    position: relative;
    left: calc(-11 / 414 * 100vw);
  }
  .p-single-works__pager .nav-links a .prev-img, .p-single-works__pager .nav-links a .next-img {
    width: calc(9 / 414 * 100vw);
  }
  .p-single-works__pager .top {
    margin-inline: auto;
    width: calc(120 / 414 * 100vw);
    display: block;
    height: calc(35 / 414 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(15 / 414 * 100vw);
    font-weight: bold;
    color: var(--textNavy01);
    margin-top: calc(-36 / 414 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-single-works__pager .top:hover {
    background-color: var(--bgNavy01);
    color: var(--wht);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-policy-area__inner {
    padding: 90px 0 40px;
  }
  .p-policy-area__title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
  }
  .p-policy-area__textarea {
    margin-top: 80px;
    margin-inline: auto;
    max-width: 975px;
  }
  .p-policy-area__block:not(:first-of-type) {
    margin-top: 42px;
  }
  .p-policy-area__block--title {
    font-size: 2rem;
    font-weight: bold;
    color: var(--textGray05);
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .p-policy-area__block--text {
    font-size: 1.6rem;
    line-height: 1.9;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
    color: var(--textGray05);
  }
  .p-policy-area__block--list li {
    font-size: 1.6rem;
    line-height: 1.9;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
    color: var(--textGray05);
    margin-left: 0.7em;
    text-indent: -0.7em;
  }
  .p-policy-area__block a {
    color: var(--textGray05);
  }
}
@media screen and (max-width: 768px) {
  .p-policy-area__inner {
    padding: calc(54 / 414 * 100vw) 0 calc(40 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(360 / 414 * 100vw);
  }
  .p-policy-area__title {
    font-size: calc(23 / 414 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .p-policy-area__textarea {
    margin-top: 70px;
    margin-inline: auto;
  }
  .p-policy-area__block:not(:first-of-type) {
    margin-top: 32px;
  }
  .p-policy-area__block--title {
    font-size: 14px;
    font-weight: bold;
    color: var(--textGray05);
    letter-spacing: 0.05em;
    margin-bottom: 9px;
  }
  .p-policy-area__block--text {
    font-size: 12px;
    line-height: 1.85;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.09em;
    color: var(--textGray05);
  }
  .p-policy-area__block--list li {
    font-size: 12px;
    line-height: 1.85;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.09em;
    color: var(--textGray05);
    margin-left: 0.7em;
    text-indent: -0.7em;
  }
  .p-policy-area__block a {
    color: var(--textGray05);
  }
}
@media screen and (min-width: 769px) {
  .p-company-info__inner {
    padding: 95px 0 0px;
  }
  .p-company-info__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-company-info__img {
    width: 360px;
  }
  .p-company-info__textarea {
    width: calc(100% - 440px);
    background-color: var(--wht);
  }
  .p-company-info__block {
    padding: 17px 120px 17px 40px;
  }
  .p-company-info__block:not(:first-of-type) {
    border-top: 1px solid var(--bgGray01);
  }
  .p-company-info__title {
    font-size: 1.4rem;
    color: var(--textGray05);
  }
  .p-company-info__text {
    margin-top: 2px;
    font-size: 1.8rem;
    color: var(--textNavy01);
    line-height: 1.7;
  }
  .p-company-info a {
    color: var(--textNavy01);
  }
  .p-company-info__slide {
    margin-top: 95px;
  }
  .p-company-info__slide .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p-company-info__slide .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 240px;
  }
  .p-company-access {
    padding-bottom: 67px;
  }
  .p-company-access__map iframe {
    aspect-ratio: 16/6.6;
    width: 100%;
    height: auto;
  }
  .p-company-access__place {
    margin-top: 29px;
    margin-bottom: 106px;
    text-align: right;
    padding: 0 40px;
  }
  .p-company-access__place--text:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-company-access__place a {
    color: var(--textNavy01);
  }
  .p-company-contact__inner {
    padding: 149px 0 40px;
    margin-inline: auto;
    max-width: 980px;
  }
  .p-company-contact__title {
    font-size: 4rem;
    font-weight: bold;
  }
  .p-company-contact__text {
    margin-top: 42px;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .p-company-contact__note {
    margin-top: 7px;
  }
  .p-company-contact__note li {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .p-company-contact__form-wrap {
    margin-top: 92px;
    padding-right: 30px;
    margin-bottom: 116px;
  }
  .p-company-contact__form-wrap .wpcf7-not-valid {
    background-color: #fae6e6;
  }
  .p-company-contact__form-wrap p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-company-contact__form-wrap p:not(:first-of-type) {
    margin-top: 41px;
  }
  .p-company-contact__form-wrap label,
  .p-company-contact__form-wrap .item {
    width: 260px;
    font-size: 1.8rem;
    font-weight: 500;
    padding-top: 13px;
  }
  .p-company-contact__form-wrap .item {
    width: auto;
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-company-contact__form-wrap .small {
    padding-left: 18px;
    font-size: 1.4rem;
  }
  .p-company-contact__form-wrap .wpcf7-form-control-wrap {
    width: calc(100% - 260px);
  }
  .p-company-contact__form-wrap input,
  .p-company-contact__form-wrap select,
  .p-company-contact__form-wrap textarea {
    font-size: 1.8rem;
    padding: 13px 23px;
    width: 100%;
    border: 1px solid var(--bgGray01);
  }
  .p-company-contact__form-wrap select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  .p-company-contact__form-wrap .c-checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-company-contact__form-wrap .c-form-checkbox {
    display: none;
  }
  .p-company-contact__form-wrap .c-form-checkbox + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-company-contact__form-wrap .c-form-checkbox + label img {
    width: 40px;
    height: auto;
  }
  .p-company-contact__form-wrap .c-form-checkbox:checked + label {
    background-color: rgba(255, 0, 0, 0.1);
    border-color: #ff0000;
  }
  .p-company-contact__form-wrap .shape {
    margin-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-company-contact__form-wrap .shape br {
    display: none;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p {
    width: 218px;
    height: 111px;
    margin-right: 7px;
    cursor: pointer;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p.on label {
    background-color: #bfbfbf;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p.on label img {
    opacity: 0.5;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:hover label {
    background-color: #bfbfbf;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:hover label img {
    opacity: 0.5;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p .c-form-radio {
    display: none;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:not(:first-of-type) {
    margin-top: 0;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(n + 5) {
    margin-top: 14px;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(1) {
    display: none;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(2) img {
    position: relative;
    left: -20px;
    width: 90px;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(3) img {
    position: relative;
    left: -5px;
    width: 90px;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(4) img {
    position: relative;
    left: -20px;
    width: 75px;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(5) img {
    position: relative;
    left: -13px;
    width: 75px;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group label {
    width: 100%;
    height: 100%;
    background-color: var(--wht);
    border: 1px solid var(--bgGray01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group label img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group span {
    font-size: 1.8rem;
    color: var(--textGray05);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group span.small {
    font-size: 1.1rem;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group span.small br {
    display: block;
  }
  .p-company-contact__form-wrap .c-form-submit {
    margin-top: 102px !important;
    margin-inline: auto;
    width: 800px;
    display: block;
  }
  .p-company-contact__form-wrap .c-form-submit br {
    display: none;
  }
  .p-company-contact__form-wrap .wpcf7-submit {
    background-color: var(--bgNavy01);
    color: var(--wht);
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3rem;
    cursor: pointer;
    border: 1px solid var(--bgNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0 !important;
  }
  .p-company-contact__form-wrap .wpcf7-submit:hover {
    background-color: var(--bgGray02);
    border: 1px solid var(--bgGray02);
    color: var(--textNavy01);
  }
  .p-company-contact__form-wrap ::-webkit-input-placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap ::-moz-placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap :-ms-input-placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap ::-ms-input-placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap ::placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap ::-webkit-input-placeholder {
    color: var(--textGray06);
  }
  .p-company-contact__form-wrap :-moz-placeholder {
    color: var(--textGray06);
  }
  .p-company-contact__form-wrap ::-moz-placeholder {
    color: var(--textGray06);
  }
  .p-company-contact__form-wrap :-ms-input-placeholder {
    color: var(--textGray06);
  }
  .p-company-contact .wpcf7-spinner {
    display: none !important;
  }
  .p-company-contact .wpcf7-response-output {
    display: none !important;
    border: none;
  }
  .p-company-contact .wpcf7 form.invalid .wpcf7-response-output, .p-company-contact .wpcf7 form.unaccepted .wpcf7-response-output, .p-company-contact .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    border: none;
  }
  .p-company-contact__btn-top {
    width: 770px;
    margin-inline: auto;
    margin-top: 90px;
    margin-bottom: 144px;
    background-color: var(--bgNavy01);
    color: var(--wht);
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3rem;
    cursor: pointer;
    border: 1px solid var(--bgNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-company-contact__btn-top:hover {
    background-color: var(--bgGray02);
    border: 1px solid var(--bgGray02);
    color: var(--textNavy01);
  }
}
@media screen and (max-width: 768px) {
  .p-company-info__inner {
    padding: calc(55 / 414 * 100vw) 0 0px;
  }
  .p-company-info__img {
    width: calc(177 / 414 * 100vw);
    margin-inline: auto;
  }
  .p-company-info__textarea {
    background-color: var(--wht);
    margin-top: calc(33 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(355 / 414 * 100vw);
  }
  .p-company-info__block {
    padding: calc(19.5 / 414 * 100vw) calc(15 / 414 * 100vw);
  }
  .p-company-info__block:not(:first-of-type) {
    border-top: calc(1 / 414 * 100vw) solid var(--bgGray01);
  }
  .p-company-info__title {
    font-size: calc(11 / 414 * 100vw);
    color: var(--textGray05);
  }
  .p-company-info__text {
    margin-top: calc(3 / 414 * 100vw);
    font-size: calc(12 / 414 * 100vw);
    color: var(--textNavy01);
    line-height: 1.7;
  }
  .p-company-info a {
    color: var(--textNavy01);
  }
  .p-company-info__slide {
    margin-top: calc(75 / 414 * 100vw);
  }
  .p-company-info__slide .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p-company-info__slide .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: calc(130 / 414 * 100vw);
  }
  .p-company-access {
    padding-bottom: calc(59 / 414 * 100vw);
  }
  .p-company-access__map iframe {
    aspect-ratio: 16/18.5;
    width: 100%;
    height: auto;
  }
  .p-company-access__place {
    margin-top: calc(20 / 414 * 100vw);
    margin-bottom: calc(16 / 414 * 100vw);
    text-align: right;
    padding: 0 calc(14 / 414 * 100vw);
  }
  .p-company-access__place--text {
    font-size: calc(12 / 414 * 100vw);
  }
  .p-company-access__place--text:not(:first-of-type) {
    margin-top: calc(6 / 414 * 100vw);
  }
  .p-company-access__place--text a {
    color: var(--textNavy01);
  }
  .p-company-contact__inner {
    padding: calc(54 / 414 * 100vw) 0 calc(40 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(357 / 414 * 100vw);
  }
  .p-company-contact__inner.-thanks {
    padding-bottom: 0;
  }
  .p-company-contact__title {
    font-size: calc(23 / 414 * 100vw);
    font-weight: bold;
  }
  .p-company-contact__text {
    margin-top: calc(18 / 414 * 100vw);
    font-size: calc(12 / 414 * 100vw);
    line-height: 1.8;
    letter-spacing: 0;
    margin-inline: auto;
    max-width: calc(320 / 414 * 100vw);
  }
  .p-company-contact__text.-thanks {
    margin-top: calc(32 / 414 * 100vw);
  }
  .p-company-contact__note {
    margin-top: calc(7 / 414 * 100vw);
    margin-inline: auto;
    max-width: calc(320 / 414 * 100vw);
  }
  .p-company-contact__note li {
    font-size: calc(10 / 414 * 100vw);
    letter-spacing: 0;
  }
  .p-company-contact__form-wrap {
    margin-top: calc(54 / 414 * 100vw);
    padding-right: 0;
    margin-bottom: 0;
  }
  .p-company-contact__form-wrap p:not(:first-of-type) {
    margin-top: calc(23 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .wpcf7-not-valid {
    background-color: #fae6e6;
  }
  .p-company-contact__form-wrap label,
  .p-company-contact__form-wrap .item {
    font-size: calc(12 / 414 * 100vw);
    font-weight: 500;
    padding-top: 0;
  }
  .p-company-contact__form-wrap .item {
    width: auto;
    font-size: calc(14 / 414 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-company-contact__form-wrap .small {
    font-size: calc(11 / 414 * 100vw);
    display: block;
    margin-top: calc(3 / 414 * 100vw);
  }
  .p-company-contact__form-wrap input,
  .p-company-contact__form-wrap select,
  .p-company-contact__form-wrap textarea {
    font-size: calc(16 / 414 * 100vw);
    padding: calc(10 / 414 * 100vw) calc(16 / 414 * 100vw);
    width: 100%;
    border: calc(1 / 414 * 100vw) solid var(--bgGray01);
    margin-top: calc(4 / 414 * 100vw);
    max-height: calc(183 / 414 * 100vw);
    border-radius: 0;
  }
  .p-company-contact__form-wrap select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    background-color: var(--wht);
  }
  .p-company-contact__form-wrap .c-checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(10 / 414 * 100vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-company-contact__form-wrap .c-form-checkbox {
    display: none;
  }
  .p-company-contact__form-wrap .c-form-checkbox + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-company-contact__form-wrap .c-form-checkbox + label img {
    width: calc(40 / 414 * 100vw);
    height: auto;
  }
  .p-company-contact__form-wrap .c-form-checkbox:checked + label {
    background-color: rgba(255, 0, 0, 0.1);
    border-color: #ff0000;
  }
  .p-company-contact__form-wrap .shape {
    margin-top: calc(26 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape br {
    display: none;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group {
    margin-top: calc(4 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p {
    width: calc(139 / 414 * 100vw);
    height: calc(72 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p.on label {
    background-color: #bfbfbf;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:hover label {
    background-color: #bfbfbf;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p .c-form-radio {
    display: none;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:not(:first-of-type) {
    margin-top: 0;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(n + 5) {
    margin-top: calc(-2 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(1) {
    display: none;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(2) img {
    position: relative;
    left: calc(-10 / 414 * 100vw);
    width: calc(68 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(3) img {
    position: relative;
    left: calc(-3 / 414 * 100vw);
    width: calc(68 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(4) img {
    position: relative;
    left: calc(-10 / 414 * 100vw);
    width: calc(58 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group p:nth-of-type(5) img {
    position: relative;
    left: calc(-10 / 414 * 100vw);
    width: calc(58 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group label {
    width: 100%;
    height: 100%;
    background-color: var(--wht);
    border: calc(1 / 414 * 100vw) solid var(--bgGray01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group span {
    font-size: calc(12 / 414 * 100vw);
    color: var(--textGray05);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group span.small {
    font-size: calc(9 / 414 * 100vw);
    padding-left: calc(9 / 414 * 100vw);
  }
  .p-company-contact__form-wrap .shape .c-checkbox-group span.small br {
    display: block;
  }
  .p-company-contact__form-wrap .c-form-submit {
    margin-top: calc(54 / 414 * 100vw) !important;
    margin-inline: auto;
    width: calc(300 / 414 * 100vw);
    display: block;
  }
  .p-company-contact__form-wrap .c-form-submit br {
    display: none;
  }
  .p-company-contact__form-wrap .wpcf7-submit {
    background-color: var(--bgNavy01);
    color: var(--wht);
    height: calc(50 / 414 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(14 / 414 * 100vw);
    cursor: pointer;
    border: calc(1 / 414 * 100vw) solid var(--bgNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-clip: padding-box;
  }
  .p-company-contact__form-wrap .wpcf7-submit:hover {
    background-color: var(--bgGray02);
    border: calc(1 / 414 * 100vw) solid var(--bgGray02);
    color: var(--textNavy01);
  }
  .p-company-contact__form-wrap ::-webkit-input-placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap ::-moz-placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap :-ms-input-placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap ::-ms-input-placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap ::placeholder {
    color: var(--textGray06);
    opacity: 1;
  }
  .p-company-contact__form-wrap ::-webkit-input-placeholder {
    color: var(--textGray06);
  }
  .p-company-contact__form-wrap :-moz-placeholder {
    color: var(--textGray06);
  }
  .p-company-contact__form-wrap ::-moz-placeholder {
    color: var(--textGray06);
  }
  .p-company-contact__form-wrap :-ms-input-placeholder {
    color: var(--textGray06);
  }
  .p-company-contact__btn-top {
    margin-top: calc(50 / 414 * 100vw);
    background-color: var(--bgNavy01);
    color: var(--wht);
    height: 12.077294686vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.3816425121vw;
    cursor: pointer;
    border: 0.2415458937vw solid var(--bgNavy01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-company-contact__btn-top.-thanks {
    margin-top: calc(55 / 414 * 100vw);
    width: calc(300 / 414 * 100vw);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1281px) {
  .p-company-info__slide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.rc-anchor-invisible-text.smalltext {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */