@charset "UTF-8";
/**
* Foundation
* ========================== */
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Jersey+10&family=Lexend:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap");
/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
}

.container {
  position: relative;
  overflow: hidden;
}

body {
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #323232;
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1064px;
}
@media (max-width: 768px) {
  body {
    min-width: 0;
  }
}

p,
dt,
dd,
li {
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
  line-break: strict;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.8vw;
  }
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

@media (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 959px) {
  .inner {
    padding: 0 28px;
  }
}
.inner--l {
  max-width: 1210px;
}
.inner--w {
  max-width: 100%;
  padding: 0 60px;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

.en {
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}

.serif {
  font-weight: 500;
}

.mid {
  font-weight: 500;
}

.thin {
  font-weight: 300;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media (max-width: 768px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #f1f1f1;
  width: 100%;
  outline: none;
}
@media (max-width: 428px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    padding: 8px 14px;
    font-size: 13px;
  }
}

select {
  padding: 16px 18px;
  background: url(../img/common/icn-select.svg) no-repeat right 20px center/12px;
  color: #323232;
}
@media (max-width: 428px) {
  select {
    padding: 12px 14px;
  }
}

textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
}
@media (max-width: 428px) {
  textarea {
    height: 220px;
  }
}

input::-webkit-input-placeholder {
  color: #ababab;
}

input:-moz-placeholder {
  color: #ababab;
}

textarea::-webkit-input-placeholder {
  color: #ababab;
}

textarea:-moz-placeholder {
  color: #ababab;
}

.anc {
  margin-top: -125px;
  padding-top: 125px;
}
@media (max-width: 768px) {
  .anc {
    margin-top: -20px;
    padding-top: 20px;
  }
}

.icn-totop .cls-01 {
  fill: #323232;
  transition: all 0.3s ease-out;
}
.icn-totop .cls-01,
.icn-totop .cls-02 {
  stroke-width: 0px;
}
.icn-totop .cls-02 {
  fill: #fff;
  transition: all 0.3s ease-out;
}

.wrapper-bothside {
  position: relative;
  margin-top: 20px;
}
.wrapper-bothside .side-flow {
  animation: sideFlow 40s linear infinite;
}
@keyframes sideFlow {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.wrapper-bothside .left-side-bar,
.wrapper-bothside .right-side-bar {
  position: absolute;
  top: 0;
  border: 1px solid #323232;
  height: 88%;
  overflow: hidden;
  background-color: #fff;
  z-index: 3;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .wrapper-bothside .left-side-bar,
  .wrapper-bothside .right-side-bar {
    height: 66.5%;
    width: 6vw;
  }
}
.wrapper-bothside .left-side-bar {
  left: 0;
}
.wrapper-bothside .right-side-bar {
  right: 0;
}

.page-company .wrapper-bothside .left-side-bar,
.page-company .wrapper-bothside .right-side-bar {
  height: 100%;
}

.fade {
  opacity: 0;
  transform: translate(0, 8px);
  transition: 0.6s;
}
.fade.on {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 76px);
  }
  100% {
    transform: translate(0, 76px);
  }
}
@keyframes scroll_down_btn-animation_sp {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 50px);
  }
  100% {
    transform: translate(0, 50px);
  }
}
/* Object
* ========================== */
/* Component ------------ */
.c-btn-01 {
  text-align: right;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .c-btn-01 {
    padding-right: 0;
    transform: translateX(2.2vw);
  }
}
.c-btn-01 .c-btn-01__link {
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .c-btn-01 .c-btn-01__link {
    font-size: 4vw;
  }
}
.c-btn-01 .c-btn-01__link:before {
  content: "";
  background: #323232;
  width: calc(100% - 20px);
  height: 1px;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 14px;
  transform: scale(1, 1);
  transform-origin: right center;
  transition: transform 0.3s ease-out;
}
@media (hover: hover) {
  .c-btn-01 .c-btn-01__link:where(:any-link, :enabled, summary):hover:before {
    transform: scale(0, 1);
  }
}
.c-btn-01--external {
  position: relative;
}
.c-btn-01--external:after {
  content: "";
  background: url(../img/common/icn_link-b.svg) no-repeat center center/contain;
  width: 11px;
  height: 10px;
  display: inline-block;
  position: relative;
  right: 10px;
  bottom: 2px;
}

.link {
  display: flex;
  margin-top: 30px;
}
.link li + li {
  margin-left: 20px;
}
.link a {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 750px) {
  .link a {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
.link a span {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .link a span {
    padding-bottom: 0;
    border-bottom: 1px solid #323232;
  }
}
.link a span:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  background: #323232;
  transition: 0.3s;
  transform-origin: left;
}
@media (min-width: 960px) {
  .link a:hover span:before {
    transform: scaleX(1);
  }
}
.link a:after {
  content: "";
  width: 14.5px;
  height: 15px;
  display: inline-block;
  background-image: url(../img/common/icon-blank.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 8px;
}
@media (max-width: 750px) {
  .link a:after {
    width: calc(22 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .link a:after {
    height: calc(22 / 750 * 100 * 1vw);
  }
}

.c-clock {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 64px;
  top: 97px;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-clock {
    position: absolute;
    right: 7.4vw;
    top: 20vw;
    z-index: 1;
  }
}

.c-clock__date,
.c-clock__time {
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
}
@media (max-width: 750px) {
  .c-clock__date,
  .c-clock__time {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  .c-clock__date,
  .c-clock__time {
    font-size: 3.3vw;
  }
}

.c-clock__time {
  width: 2.8em;
}

.c-clock__separate {
  display: block;
  width: 1px;
  height: 14px;
  background: #323232;
  margin: 0 14px;
}
@media (max-width: 768px) {
  .c-clock__separate {
    height: 3vw;
    margin: 0 3vw;
  }
}

.c-heading-01__ja {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .c-heading-01__ja {
    font-size: 3.84vw;
    margin-bottom: 2vw;
  }
}

.c-heading-01__en {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-heading-01__en {
    font-size: 9.6vw;
  }
}

.c-heading-02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-heading-02__ja {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .c-heading-02__ja {
    font-size: 3.8vw;
    margin-right: 3vw;
  }
}

.c-heading-02__en {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-heading-02__en {
    font-size: 7.2vw;
  }
}

.c-pageTtl__heading__ja {
  font-size: 19px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .c-pageTtl__heading__ja {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}

.c-pageTtl__heading__en {
  font-size: 55px;
}
@media (max-width: 768px) {
  .c-pageTtl__heading__en {
    font-size: 12.2vw;
  }
}

.c-pageTtl__catch {
  font-size: 14px;
  line-height: 1.14;
  margin-top: 33px;
}
@media (max-width: 768px) {
  .c-pageTtl__catch {
    font-size: 3.36vw;
    margin-top: 4.3vw;
  }
}

.title-area {
  padding: 20px;
  height: 458px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .title-area {
    height: 350px;
  }
}
.title-area .container {
  height: 100%;
  padding: 218px 45px 0;
  background-size: 1280px 418px;
  border: 1px solid #232323;
}
@media (max-width: 768px) {
  .title-area .container {
    padding: 26vw 6vw 0;
    background-size: 100%;
  }
}
.title-area .container h1 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .title-area .container h1 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
.title-area .container h1 .en {
  font-size: 53px;
  font-weight: 500;
  font-family: "Alexandria", sans-serif;
}
@media (max-width: 750px) {
  .title-area .container h1 .en {
    font-size: calc(80 / 750 * 100 * 1vw);
  }
}
.title-area + section {
  margin-top: 100px;
}

.post__nav {
  padding: 0 0 120px;
}
@media (max-width: 768px) {
  .post__nav {
    padding: 0 0 12vw;
  }
}

.post__nav__flex {
  display: grid;
  grid-template-columns: 110px 180px 110px;
  gap: 0 80px;
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .post__nav__flex {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    justify-content: space-between;
  }
}

.post__nav__btn a {
  gap: 0 7px;
}
@media (max-width: 768px) {
  .post__nav__btn .c-btn-01__arrow {
    width: 8.5vw;
    height: 8.5vw;
  }
}
.post__nav__back {
  text-align: center;
}
.post__nav__back a {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 120px;
  margin: 0 auto;
  padding: 5px 8px;
  transition: color 0.3s ease-out;
}
@media (max-width: 768px) {
  .post__nav__back a {
    width: 24.2vw;
    font-size: 3.6vw;
    border-width: 4px;
  }
}

/*	form
---------------------------------*/
.sec-form__require {
  color: #e14449;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin-bottom: 0;
  }
}

.wrap_form {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 70px 102px 59px;
}
@media (max-width: 768px) {
  .wrap_form {
    padding: 12vw 4.5vw 10vw;
  }
}
.wrap_form .require {
  color: #e14449;
  font-weight: bold;
  padding-left: 6px;
}
.wrap_form .btn_send_narrow {
  width: 304px;
  height: 64px;
  border-radius: 64px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: #323232;
  background-image: url(../img/form/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right 23px center;
  position: relative;
  transition: opacity 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .wrap_form .btn_send_narrow {
    width: 93%;
    height: 16vw;
    border-radius: 7.5vw;
    font-size: 4.6vw;
  }
}
@media (hover: hover) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.8;
  }
}
.wrap_form button.btn_back_narrow {
  width: 304px;
  height: 64px;
  margin: 20px auto 0;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #acabab;
  position: relative;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .wrap_form button.btn_back_narrow {
    width: 93%;
    height: 16vw;
    border-radius: 7.5vw;
    font-size: 4.6vw;
  }
}
@media (hover: hover) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.5;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 74px;
}
@media (max-width: 768px) {
  .table_entry {
    margin: 0 0 6vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .table_entry .row {
    margin-bottom: 5vw;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 16px;
  width: 100%;
  line-height: 1;
  color: #333;
}
@media (max-width: 768px) {
  .table_entry .dt {
    padding-bottom: 2vw;
    font-size: 3.7vw;
    line-height: 1.3;
  }
}
.table_entry .dt .en {
  font-weight: 200;
}
.table_entry .dt .dt__link {
  display: inline-block;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .table_entry .dt .dt__link {
    padding-top: 5px;
    padding-left: 1em;
  }
}
.table_entry .dt .dt__link a {
  color: #fe0000;
  text-decoration: underline;
  font-weight: normal;
}
.table_entry .dd {
  flex: 1;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .table_entry .dd {
    font-size: 3.4vw;
  }
}
@media (max-width: 768px) {
  .table_entry .dd .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin: 1.5vw 0 1.5vw;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table_entry .dd .dd-in {
    padding: 7px 15px;
  }
}
.table_entry .dd.dd--noflex {
  display: block;
}
.table_entry #age-error {
  padding-left: 173px;
}
@media (max-width: 768px) {
  .table_entry #age-error {
    padding-left: 119px;
  }
}
.table_entry .mark_zip {
  height: 34px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
  }
}
.table_entry .mark_age {
  height: 34px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .table_entry .mark_age {
    font-size: 3.4vw;
  }
}
.table_entry .example {
  font-size: 14px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .table_entry .example {
    font-size: 3.4vw;
    padding-top: 2vw;
    padding-left: 0;
  }
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
    padding: 12px 15px;
  }
}
.table_entry .message-txt {
  padding: 8px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .table_entry .message-txt {
    font-size: 3.3vw;
  }
}
.table_entry textarea {
  font-size: 16px;
  padding: 23px 25px;
  height: 171px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table_entry textarea {
    width: 100%;
    height: 40vw;
    padding: 13px 15px;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  width: 100%;
  padding: 15px 6px;
  background: #f1f1f1;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap {
    padding: 3vw 0;
  }
}
@media (max-width: 768px) {
  .table_entry .radio-wrap .wpcf7-list-item {
    display: block;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: block;
  }
  .table_entry .radio-wrap label:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  top: 0;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap label input[type=radio],
  .table_entry .radio-wrap label input[type=checkbox] {
    top: 0.5vw;
  }
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry .radio-wrap label.error {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}
.table_entry [data-name=your_name],
.table_entry [data-name=your_furigana],
.table_entry [data-name=your_company],
.table_entry [data-name=message] {
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry .dd-zip {
    flex-wrap: nowrap;
  }
}
.table_entry #age {
  width: 106px;
}
.table_entry #tel,
.table_entry #mail {
  width: 334px;
}
@media (max-width: 768px) {
  .table_entry #tel,
  .table_entry #mail {
    width: 100%;
  }
}
.table_entry #zip {
  width: 186px;
}
@media (max-width: 768px) {
  .table_entry #zip {
    width: calc(100% - 0.2vw);
  }
}
.table_entry #pref_w {
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry #pref_w {
    margin-bottom: 2vw;
  }
}
.table_entry #city_w {
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry #city_w {
    margin-bottom: 2vw;
  }
}
.table_entry #area_w {
  width: 100%;
}

.mw_wp_form .wrap_form .error {
  font-size: 16px;
}
.mw_wp_form .wrap_form input.error {
  display: inline-block;
}
.mw_wp_form .wrap_form label.error {
  color: #b70000;
  display: block;
  margin: 10px 0;
  width: 100%;
  font-size: 15px;
}

#agree_error + label.error {
  text-align: center;
}

.mw_wp_form_confirm .table_entry {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .table_entry {
    margin-bottom: 8vw;
  }
}
.mw_wp_form_confirm .table_entry div {
  line-height: 2;
}
.mw_wp_form_confirm .table_entry .radio-wrap {
  padding: 0;
}
.mw_wp_form_confirm .table_entry .dt {
  line-height: 1.3;
}
.mw_wp_form_confirm .table_entry .dd {
  font-size: 16px;
  line-height: 2;
  padding: 6px 18px 5px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .table_entry .dd {
    padding: 1.5vw 3.5vw;
    font-size: 3.4vw;
  }
}
.mw_wp_form_confirm .table_entry .dd .dd-in {
  padding: 7px 0;
}
.mw_wp_form_confirm .sec-form__mailAttention {
  display: none;
}

label.error {
  font-size: 16px;
  color: #e14449;
  display: block;
  margin: 10px 0 10px;
}
@media (max-width: 768px) {
  label.error {
    line-height: 1.5;
    font-size: 3.4vw;
    margin: 5px 0 0;
  }
}

.form_privacy-policy {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.form_privacy-policy .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .form_privacy-policy .ttl {
    font-size: 3.7vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text {
    margin-bottom: 7vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4d4d4d;
  font-weight: bold;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
    max-width: 100%;
    margin: 0 auto;
  }
}
.form_privacy-policy .agree_text a {
  display: inline-block;
  margin-bottom: 15px;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text a {
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .agree_text a:after {
  content: "";
  background: url(../img/form/icon_external.svg) no-repeat center center/cover;
  width: 11px;
  height: 9px;
  display: inline-block;
  margin-left: 8px;
}
@media (hover: hover) {
  .form_privacy-policy .agree_text a:hover {
    opacity: 0.7;
  }
}
.form_privacy-policy .agree_text .mwform-checkbox-field-text {
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text .require {
    padding-left: 0;
  }
}
.form_privacy-policy .inner_box {
  height: 117px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 19px 23px;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box {
    height: 46vw;
    padding: 4vw 3vw;
    margin-bottom: 3.8vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box .ttl {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box strong {
  font-size: 14px;
  font-weight: bold;
}
.form_privacy-policy .inner_box .text_box {
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box .text_box {
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box p {
  font-size: 14px;
  line-height: 1.64;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box p a {
  color: #323232;
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  font-size: 14px;
  line-height: 1.64;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul > li {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  font-size: 14px;
  line-height: 1.64;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul > li > ul > li {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.4vw;
  }
}

.mw_wp_form_confirm .example {
  display: none;
}

.mw_wp_form_confirm .comment {
  display: none;
}

.mw_wp_form_confirm .require {
  display: none;
}

.mw_wp_form_confirm .entry_contents {
  display: none;
}

.display_confirm {
  display: none;
}

.mw_wp_form_confirm .display_confirm {
  display: block;
}

.confirm_attention {
  display: none;
}

.mw_wp_form_confirm .form_privacy-policy {
  display: none;
}

.mw_wp_form_confirm .confirm_attention {
  display: block;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .confirm_attention {
    line-height: 150%;
    margin-bottom: 3vw;
  }
}

.require {
  color: #e14449;
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 768px) {
  .require {
    font-size: 3vw;
  }
}

.agree_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-top: 4px;
}
.agree_item .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.page-contact .st-footer__pageTop,
.page-entry .st-footer__pageTop {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 768px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
.thanks-text {
  margin: 0 0 50px;
  line-height: 2;
}
@media (max-width: 768px) {
  .thanks-text {
    margin: 0 0 9vw;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

#autozip {
  display: none !important;
}

@media (max-width: 768px) {
  .pagenaviWrap .inner {
    padding: 0 10px;
  }
}

.wp-pagenavi {
  margin-top: 180px;
  padding: 34px 20px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: stretch;
  -js-display: flex;
  text-align: center;
}
@media (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 18vw;
    padding: 6.1vw 20px;
  }
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  font-size: 18px;
  font-weight: 300;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin: 0 5px;
  line-height: 1;
  font-family: "Alexandria", sans-serif;
}
@media (max-width: 768px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    font-size: 4.3vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

.wp-pagenavi > a {
  transition: all 0.2s;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 18px;
}
@media (max-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 4.3vw;
  }
}

.wp-pagenavi .previouspostslink {
  background: url(../img/common/navi_arrow_left@2x.png) no-repeat center center/8px;
}
@media (max-width: 768px) {
  .wp-pagenavi .previouspostslink {
    background-size: 1.86vw;
  }
}

.wp-pagenavi .nextpostslink {
  background: url(../img/common/navi_arrow_right@2x.png) no-repeat center center/8px;
}
@media (max-width: 768px) {
  .wp-pagenavi .nextpostslink {
    background-size: 1.86vw;
  }
}

.wp-pagenavi .current {
  border: 1px solid #d6d6d6;
}

/* Structures ------------ */
.st-footer {
  background: #323232;
  color: #fff;
}

.st-footer__top {
  padding: 142px 25px 44px;
  border-bottom: 1px solid #656565;
}
@media (max-width: 768px) {
  .st-footer__top {
    padding: 14vw 5vw 7vw;
  }
}

.st-footer__catch {
  text-align: center;
  font-size: 55px;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .st-footer__catch {
    font-size: 9.33vw;
    margin-bottom: 3.6vw;
    line-height: 1.17;
  }
}
.st-footer__catch .fun {
  display: inline-block;
  padding: 0 8px;
}

.st-footer__logo {
  margin-bottom: 119px;
}
@media (max-width: 768px) {
  .st-footer__logo {
    margin-bottom: 11vw;
  }
}
.st-footer__logo img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .st-footer__logo img {
    width: 58vw;
  }
}

.st-footer__container {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .st-footer__container {
    display: block;
    margin: 0 auto;
    padding: 0 9vw;
  }
}

.st-footer__navWrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .st-footer__navWrap {
    margin: 0 auto 9vw;
  }
}

.st-footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .st-footer__nav {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 3vw 0;
    margin-bottom: 7vw;
  }
}

.st-footer__nav__item:not(:last-child) {
  margin-right: 14px;
}
@media (max-width: 768px) {
  .st-footer__nav__item:not(:last-child) {
    margin-right: 0;
    text-align: center;
  }
}
.st-footer__nav__item:not(.st-footer__cta__btn) a span {
  position: relative;
  display: inline-block;
}
.st-footer__nav__item:not(.st-footer__cta__btn) a span:before {
  content: "";
  background: #fff;
  width: calc(100% - 10px);
  height: 1px;
  display: block;
  position: absolute;
  left: 5px;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.3s ease-out;
}
.st-footer__nav__item a {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  transition: 0.3s;
}
@media (hover: hover) {
  .st-footer__nav__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .st-footer__nav__item a:where(:any-link, :enabled, summary):hover .st-footer__nav__txt__ja {
    opacity: 1;
  }
  .st-footer__nav__item a:where(:any-link, :enabled, summary):hover .st-footer__nav__txt__ja:before {
    transform: scale(1, 1);
  }
  .st-footer__nav__item a:where(:any-link, :enabled, summary):hover .st-footer__nav__txt {
    opacity: 0;
  }
  .st-footer__nav__item a:where(:any-link, :enabled, summary):hover span:before {
    transform: scale(1, 1);
  }
}
@media (max-width: 768px) {
  .st-footer__nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.st-footer__nav__item img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
@media (max-width: 768px) {
  .st-footer__nav__item img {
    margin-left: 5px;
  }
}

.st-footer__nav__txt {
  font-size: 15px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-footer__nav__txt {
    font-size: 3.6vw;
    color: #989898;
  }
}

.st-footer__nav__txt__ja {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 52%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .st-footer__nav__txt__ja {
    opacity: 1;
    color: #fff;
    font-weight: 500;
    font-size: 3.2vw;
    position: static;
    padding-left: 2vw;
    transform: translateY(0);
  }
}
.st-footer__nav__txt__ja:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.3s ease-out;
}

.st-footer__cta {
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .st-footer__cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3vw 0;
    padding: 0 5px;
  }
}

.st-footer__cta__btn:not(:last-child) {
  margin-right: 21px;
}
@media (max-width: 959px) {
  .st-footer__cta__btn:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .st-footer__cta__btn {
    margin-top: 2vw;
  }
}
.st-footer__cta__btn a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  padding: 0 10px;
  transition: all 0.3s ease-out;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .st-footer__cta__btn a {
    padding: 2.4vw 2.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (hover: hover) {
  .st-footer__cta__btn a:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #323232;
  }
  .st-footer__cta__btn a:where(:any-link, :enabled, summary):hover .st-footer__cta__txt {
    opacity: 0;
  }
  .st-footer__cta__btn a:where(:any-link, :enabled, summary):hover .st-footer__cta__txt__ja {
    opacity: 1;
  }
}
.st-footer__cta__btn--tel a {
  pointer-events: none;
}
@media (max-width: 959px) {
  .st-footer__cta__btn--tel a {
    pointer-events: auto;
    font-size: 4vw;
  }
}

.st-footer__cta__txt {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .st-footer__cta__txt {
    font-size: 3.6vw;
    color: #989898;
    position: static;
    transform: translateY(0);
    margin: 0;
  }
}

.st-footer__cta__txt__ja {
  font-size: 13px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-footer__cta__txt__ja {
    font-size: 3.2vw;
    font-weight: 500;
    opacity: 1;
    padding-left: 2vw;
  }
}

.st-footer__shopBnr {
  width: 1130px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .st-footer__shopBnr {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
  }
}
.st-footer__shopBnr a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer__shopBnr a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.st-footer__shopBnr__ttl {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 768px) {
  .st-footer__shopBnr__ttl {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 2vw;
  }
}

.st-footer__shopBnr__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .st-footer__shopBnr__list {
    display: block;
  }
}

.st-footer__shopBnr__list__item {
  display: block;
}
.st-footer__shopBnr__list__item:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .st-footer__shopBnr__list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.8vw;
  }
}

.st-footer__bottom {
  padding: 15px 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .st-footer__bottom {
    display: block;
    padding: 3.3vw 7.7vw 5vw;
  }
}

.st-footer__info__name,
.st-footer__info__tel {
  font-size: 15px;
}
@media (max-width: 768px) {
  .st-footer__info__name,
  .st-footer__info__tel {
    font-size: 3.33vw;
  }
}
@media (max-width: 768px) {
  .st-footer__info__name .tel,
  .st-footer__info__tel .tel {
    display: block;
  }
}
.st-footer__info__name .address,
.st-footer__info__tel .address {
  letter-spacing: 0.05em;
}

.st-footer__copyright small {
  color: #989898;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .st-footer__copyright small {
    font-size: 3.33vw;
  }
}
.st-footer__copyright img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .st-footer__copyright img {
    width: 2.8vw;
  }
}

.st-footer__totop {
  position: fixed;
  right: 27px;
  bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-footer__totop {
    width: 7.6vw;
    right: 3.5vw;
    bottom: 3.5vw;
  }
}
.st-footer__totop svg {
  width: 100%;
  height: auto;
}
.st-footer__totop.fixed {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .st-footer__totop a:where(:any-link, :enabled, summary):hover .icn-totop .cls-01 {
    fill: #fff;
  }
  .st-footer__totop a:where(:any-link, :enabled, summary):hover .icn-totop .cls-02 {
    fill: #323232;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header.fixed .st-header__nav.active {
  opacity: 1;
  visibility: visible;
}
.st-header.fixed .st-header__menuBtn,
.st-header.fixed .st-header__separate {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .st-header.fixed .st-header__contact a:where(:any-link, :enabled, summary):hover:before {
    transform: scale(0, 1);
  }
}

.st-header__logo {
  position: fixed;
  top: 53px;
  left: 64px;
  z-index: 8;
}
@media (max-width: 959px) {
  .st-header__logo {
    top: 6.5vw;
    left: 7vw;
    width: 16vw;
  }
}

.st-header__btnWrap {
  position: fixed;
  top: 31px;
  right: -88px;
  height: 50px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  background: rgba(255, 255, 255, 0);
  padding: 0 21px;
  z-index: 6;
  border: 1px solid #323232;
}
@media (min-width: 960px) {
  .st-header__btnWrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .st-header__btnWrap {
    top: 7.8vw;
    right: 8.3vw;
    height: 8.6vw;
    padding: 0 2.7vw;
    background: white;
  }
}

.st-header__separate {
  width: 2px;
  height: 2px;
  background: #323232;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  margin: 0 18px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 959px) {
  .st-header__separate {
    display: none;
  }
}

.st-header__contact {
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-header__contact {
    display: none;
  }
}
.st-header__contact a {
  display: block;
  padding: 5px;
  position: relative;
}
.st-header__contact a:before {
  content: "";
  background: #323232;
  width: calc(100% - 10px);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 8px;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__contact a:where(:any-link, :enabled, summary):hover:before {
    transform: scale(1, 1);
  }
  .st-header__contact a:where(:any-link, :enabled, summary):hover .st-header__contact__txt__ja {
    opacity: 1;
  }
}

.st-header__contact__txt {
  font-size: 15px;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  position: absolute;
  left: 5px;
  top: 52%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .st-header__contact__txt {
    font-size: 3vw;
    position: static;
    transform: translateY(0);
  }
}

.st-header__contact__txt__ja {
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-header__contact__txt__ja {
    display: none;
  }
}

.st-header__menuBtn {
  transition: all 0.3s ease-out;
  padding: 5px;
  width: 70px;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 959px) {
  .st-header__menuBtn {
    width: 15.4vw;
    font-size: 3vw;
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (hover: hover) {
  .st-header__menuBtn:where(:any-link, :enabled, summary):hover .st-header__contact__txt__ja {
    opacity: 1;
  }
}

@media (max-width: 959px) {
  #sp-btn.active .st-header__menuBtn__line span:nth-of-type(1) {
    -webkit-transform: translate(0, 2px) rotate(-31deg);
    transform: translate(0, 2px) rotate(-31deg);
  }
  #sp-btn.active .st-header__menuBtn__line span:nth-of-type(2) {
    -webkit-transform: translate(0, -3px) rotate(31deg);
    transform: translate(0, -3px) rotate(31deg);
  }
}

.st-header__menuBtn__line {
  display: none;
}
@media (max-width: 959px) {
  .st-header__menuBtn__line {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
}
@media (max-width: 959px) {
  .st-header__menuBtn__line span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
    width: 15px;
    height: 1px;
    transition: all 0.4s;
    background: #323232;
  }
  .st-header__menuBtn__line span:not(:last-child) {
    margin-bottom: 4px;
  }
}

.st-header__nav {
  position: fixed;
  top: 40px;
  right: 65px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  z-index: 1;
  width: max-content;
  padding: 10px;
  background: #fff;
  border: 1px solid #323232;
  z-index: 5;
}
@media (max-width: 959px) {
  .st-header__nav {
    display: none;
  }
}

.st-header__pageLink {
  display: flex;
}
@media (max-width: 768px) {
  .st-header__pageLink {
    display: block;
  }
}
.st-header__pageLink li {
  margin-left: 16px;
}
@media (max-width: 768px) {
  .st-header__pageLink li {
    margin-left: 0;
    text-align: center;
  }
}
.st-header__pageLink li:nth-of-type(1) {
  margin-left: 0;
}

.st-header__pageLink__item a {
  display: inline-block;
  padding: 1.6px 5px;
  position: relative;
  font-weight: 700;
}
.st-header__pageLink__item a:before {
  content: "";
  background: #323232;
  width: calc(100% - 10px);
  height: 1px;
  display: block;
  position: absolute;
  left: 5px;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.3s ease-out;
}
.st-header__pageLink__item a.current .st-header__pageLink__txt:before {
  transform: scale(1, 1);
}
@media (hover: hover) {
  .st-header__pageLink__item a:where(:any-link, :enabled, summary):hover:before {
    transform: scale(1, 1);
  }
}
.st-header__pageLink__item img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  left: -5px;
}

.st-header__pageLink__txt {
  font-size: 16px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-header__pageLink__txt {
    font-size: 3vw;
    position: static;
    transform: translateY(0);
    color: #fff;
  }
}

.st-header__pageLink__txt__ja {
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-header__pageLink__txt__ja {
    opacity: 1;
    color: #fff;
    font-weight: 500;
    font-size: 3.2vw;
    position: static;
    padding-left: 2vw;
  }
}

.st-header__navFix {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #323232;
  color: #fff;
  z-index: 4;
  display: none;
}
@media (max-width: 959px) {
  .st-header__navFix {
    padding: 12vw 14vw;
  }
}
.st-header__navFix .st-header__pageLink__item:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 959px) {
  .st-header__navFix .st-header__pageLink__item:not(:last-child) {
    margin-bottom: 2.6vw;
  }
}
.st-header__navFix .st-header__pageLink__item img {
  left: 10px;
}
.st-header__navFix .st-header__pageLink__txt {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 959px) {
  .st-header__navFix .st-header__pageLink__txt {
    font-size: 3.6vw;
  }
}
.st-header__navFix .st-header__pageLink__txt__ja {
  font-size: 16px;
}
@media (max-width: 959px) {
  .st-header__navFix .st-header__pageLink__txt__ja {
    font-size: 3.2vw;
  }
}
.st-header__navFix .st-header__pageLink__txt:before {
  background: #fff;
}

.st-header__navFix__cont {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 125px;
  place-content: center;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 959px) {
  .st-header__navFix__cont {
    display: block;
  }
}

.st-header__cta {
  display: flex;
  align-items: center;
  margin: 26px 0;
}
@media (max-width: 959px) {
  .st-header__cta {
    margin: 6vw 5px 9vw;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3vw 0;
  }
}

.st-header__cta__btn:not(:last-child) {
  margin-right: 27px;
}
@media (max-width: 959px) {
  .st-header__cta__btn:not(:last-child) {
    margin-right: 0;
  }
}
.st-header__cta__btn a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0 10px;
  transition: all 0.3s ease-out;
  position: relative;
  text-align: center;
}
@media (hover: hover) {
  .st-header__cta__btn a:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #323232;
  }
  .st-header__cta__btn a:where(:any-link, :enabled, summary):hover .st-header__cta__txt {
    opacity: 0;
  }
  .st-header__cta__btn a:where(:any-link, :enabled, summary):hover .st-header__cta__txt__ja {
    opacity: 1;
  }
}
@media (max-width: 959px) {
  .st-header__cta__btn a {
    padding: 2.4vw 2.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.st-header__cta__btn--tel {
  font-weight: 300;
}
.st-header__cta__btn--tel a {
  pointer-events: none;
}
@media (max-width: 959px) {
  .st-header__cta__btn--tel a {
    pointer-events: auto;
    font-size: 4vw;
  }
}

.st-header__cta__txt {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .st-header__cta__txt {
    font-size: 3.6vw;
    color: #989898;
    position: static;
    transform: translateY(0);
    margin: 0;
  }
}

.st-header__cta__txt__ja {
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 959px) {
  .st-header__cta__txt__ja {
    font-size: 3.2vw;
    font-weight: 500;
    opacity: 1;
    padding-left: 2vw;
  }
}

.st-header__shopBnr a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__shopBnr a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (max-width: 959px) {
  .st-header__shopBnr {
    padding: 0 5px;
  }
}

.st-header__shopBnr__ttl {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 768px) {
  .st-header__shopBnr__ttl {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 2vw;
  }
}

.st-header__shopBnr__list__item {
  display: block;
}
.st-header__shopBnr__list__item:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .st-header__shopBnr__list__item:not(:last-child) {
    margin-bottom: 2.8vw;
  }
}

/* Project ------------ */
#about-us .secConcept {
  background: url(../img/about-us/concept_bg@2x.png) repeat-x center top/cover;
  height: auto;
  aspect-ratio: 2603/1614;
  margin-top: 158px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
  #about-us .secConcept {
    background: url(../img/about-us/concept_bg_sp@2x.png) repeat-x center top/cover;
    padding: 29.7vw 0 0;
    aspect-ratio: 751/1453;
    margin-top: 27.9vw;
    display: block;
  }
}
#about-us .secConcept .inner {
  width: 100%;
}
#about-us .secConcept__cont {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0 0;
  padding-right: 4vw;
}
@media (max-width: 768px) {
  #about-us .secConcept__cont {
    display: block;
    padding-right: 0;
  }
}
#about-us .secConcept__ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.91;
  letter-spacing: 0.16em;
  place-self: center center;
  position: relative;
}
@media (max-width: 768px) {
  #about-us .secConcept__ttl {
    font-size: 5.4vw;
    display: grid;
    place-content: end;
    padding-right: 4.2vw;
    margin-bottom: 11.2vw;
  }
}
#about-us .secConcept__ttl:before {
  content: "";
  background: url(../img/top/about_deco.svg) no-repeat center center/cover;
  width: 125.52px;
  height: 125.52px;
  display: block;
  position: absolute;
  left: -66px;
  bottom: -45px;
}
@media (max-width: 768px) {
  #about-us .secConcept__ttl:before {
    width: 29.86vw;
    height: 29.86vw;
    left: 22.5vw;
    bottom: 13.2vw;
  }
}
#about-us .secConcept__txt {
  font-size: 18px;
  line-height: 2.1;
  max-width: 305px;
  place-self: center;
}
@media (max-width: 768px) {
  #about-us .secConcept__txt {
    max-width: 100%;
    font-size: 4.13vw;
    padding: 0 5.9vw 0 6.2vw;
    line-height: 2.2;
  }
}
#about-us .secCompany {
  padding: 0 0 125px;
}
@media (max-width: 768px) {
  #about-us .secCompany {
    padding: 0 0 21vw;
  }
}
#about-us .secCompany__heading {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  #about-us .secCompany__heading {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 768px) {
  #about-us .secCompany__heading .c-heading-01__ja {
    margin-bottom: 4vw;
  }
}
#about-us .secCompany__dl {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  gap: 24px 0;
}
@media (max-width: 768px) {
  #about-us .secCompany__dl {
    gap: 5.4vw 0;
    grid-template-columns: 1fr;
    padding: 0 3vw;
  }
}
#about-us .secCompany__dl .row {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  #about-us .secCompany__dl .row {
    grid-template-columns: 1fr;
  }
}
#about-us .secCompany__dl dt {
  color: #8e8e8e;
  font-weight: bold;
}
#about-us .secOffice {
  padding: 82px 0 59px;
}
@media (max-width: 768px) {
  #about-us .secOffice {
    padding: 12vw 0 1vw;
  }
}
#about-us .secOffice__heading {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #about-us .secOffice__heading {
    margin-bottom: 16vw;
  }
}
#about-us .secOffice__item {
  padding-bottom: 86px;
}
@media (max-width: 768px) {
  #about-us .secOffice__item {
    padding-bottom: 15vw;
  }
}
#about-us .secOffice__item:not(:first-child) {
  padding-top: 86px;
}
@media (max-width: 768px) {
  #about-us .secOffice__item:not(:first-child) {
    padding-top: 15vw;
  }
}
#about-us .secOffice__item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
#about-us .secOffice__item .inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: flex-end;
  gap: 0;
}
@media (max-width: 768px) {
  #about-us .secOffice__item .inner {
    padding: 0;
    display: block;
  }
}
@media (max-width: 768px) {
  #about-us .secOffice__txtbox {
    margin-bottom: 5.4vw;
  }
}
#about-us .secOffice__ttl {
  font-size: 23px;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  #about-us .secOffice__ttl {
    font-size: 5.4vw;
    margin-bottom: 7.2vw;
  }
}
#about-us .secOffice__map {
  line-height: 1;
}
#about-us .secOffice__map iframe {
  width: 100%;
  height: 230px;
}
#about-us .secOrganization {
  padding: 174px 0 177px;
}
@media (max-width: 768px) {
  #about-us .secOrganization {
    padding: 20vw 0 21.5vw;
  }
}
#about-us .secOrganization__head {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #about-us .secOrganization__head {
    margin-bottom: 14vw;
  }
}
#about-us .secOrganization__heading {
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  #about-us .secOrganization__heading .c-heading-02__ja {
    margin: 0 0 2.2vw 0;
  }
}
@media (max-width: 768px) {
  #about-us .secOrganization__heading .c-heading-02__en {
    white-space: nowrap;
  }
}
#about-us .secOrganization__container {
  position: relative;
  transition: 0.3s;
}
#about-us .secOrganization__container.on {
  background: #f0c700;
}
#about-us .secOrganization__container:before {
  content: "";
  background: #323232;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#about-us .secOrganization__container:after {
  content: "";
  background: #323232;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#about-us .secOrganization__in:after {
  content: "";
  background: #323232;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 394px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #about-us .secOrganization__in:after {
    width: 1px;
    height: 100%;
    left: 28px;
    right: auto;
    margin: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  #about-us .secOrganization__in:before {
    content: "";
    background: #323232;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 28px;
    margin: 0;
  }
}
#about-us .secOrganization__list {
  max-width: 1182px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media (max-width: 768px) {
  #about-us .secOrganization__list {
    grid-template-columns: 1fr;
  }
}
#about-us .secOrganization__list:before {
  content: "";
  background: #323232;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  #about-us .secOrganization__list:before {
    content: none;
  }
}
#about-us .secOrganization__item {
  width: 394px;
  height: 394px;
  border-radius: 50%;
  border: 1px solid #323232;
  background: #fafafa;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  place-content: center;
  place-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  #about-us .secOrganization__item {
    width: calc(100vw - 56px);
    height: calc(100vw - 56px);
    margin: 0 auto;
  }
}
#about-us .secOrganization__item:before {
  content: "";
  background: #323232;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
}
@media (max-width: 768px) {
  #about-us .secOrganization__item:before {
    width: 100vw;
    height: 1px;
    top: auto;
    bottom: -1px;
    left: -29px;
    right: auto;
  }
}
@media (max-width: 768px) {
  #about-us .secOrganization__item.item-logo {
    display: none;
  }
}
#about-us .secOrganization__item.item-01 {
  order: -1;
}
#about-us .secOrganization__item.item-04 .secOrganization__txt {
  place-items: start;
}
#about-us .secOrganization__item.item-05 .secOrganization__ttl {
  transform: translateY(20px);
}
@media (max-width: 768px) {
  #about-us .secOrganization__item.item-05 .secOrganization__ttl {
    transform: translateY(5.2vw);
    margin-bottom: 4.1vw;
  }
}
#about-us .secOrganization__num {
  font-size: 18px;
  color: #323232;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  #about-us .secOrganization__num {
    font-size: 4.3vw;
    margin-bottom: 1.4vw;
  }
}
#about-us .secOrganization__ttl__en {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  min-height: 80px;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  #about-us .secOrganization__ttl__en {
    font-size: 9.6vw;
    min-height: 19.2vw;
  }
}
#about-us .secOrganization__ttl {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  #about-us .secOrganization__ttl {
    font-size: 4.6vw;
    margin-bottom: 2.6vw;
  }
}
#about-us .secOrganization__txt {
  min-height: 56px;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  #about-us .secOrganization__txt {
    min-height: 13.4vw;
  }
}
#about-us .secHistory {
  padding: 0 0 207px;
}
@media (max-width: 768px) {
  #about-us .secHistory {
    padding: 0 0 21.5vw;
  }
}
#about-us .secHistory__head {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  #about-us .secHistory__head {
    margin-bottom: 8.8vw;
  }
}
#about-us .secHistory__dl .row {
  border-bottom: 1px solid #323232;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 0.45fr 0.9fr 2.6fr;
  align-items: center;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl .row {
    padding: 5.4vw 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#about-us .secHistory__dl .row:first-child {
  border-top: 1px solid #323232;
}
#about-us .secHistory__dl .dt {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl .dt {
    font-size: 4.3vw;
    text-align: left;
    margin-bottom: 2vw;
  }
}
#about-us .secHistory__dl .separate {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #323232;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl .separate {
    display: none;
  }
}

#business-contents .c-pageTtl__catch {
  max-width: 302px;
}
@media (max-width: 768px) {
  #business-contents .c-pageTtl__catch {
    max-width: 71vw;
    margin-top: 6.3vw;
  }
}
#business-contents .secLead {
  margin-top: 22px;
  padding-bottom: 37px;
}
@media (max-width: 768px) {
  #business-contents .secLead {
    margin-top: 0;
    padding-bottom: 15vw;
  }
}
@media (max-width: 768px) {
  #business-contents .secLead__lead {
    display: none;
  }
}
#business-contents .secLead__circle {
  background: url(../img/business-contents/lead_bg@2x.png) no-repeat center center/1553px;
  height: 547px;
  margin-top: -107px;
  display: grid;
  place-content: center end;
}
@media (max-width: 768px) {
  #business-contents .secLead__circle {
    background: url(../img/business-contents/lead_bg_sp@2x.png) no-repeat center center/100%;
    height: 152.26vw;
    margin-top: -3vw;
    display: block;
  }
}
#business-contents .secLead__circle .inner {
  height: 100%;
}
#business-contents .secLead__txt {
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  max-width: 362px;
  margin-left: auto;
  transform: translateX(calc(-50vw + 460px));
}
@media (max-width: 1064px) {
  #business-contents .secLead__txt {
    transform: translateX(-80px);
  }
}
@media (max-width: 768px) {
  #business-contents .secLead__txt {
    font-size: 4.13vw;
    transform: translateX(0);
    max-width: 70vw;
    margin: 0 auto;
    padding-top: 35.3vw;
    line-height: 2.2;
    letter-spacing: 0;
  }
}
#business-contents .secItem {
  padding-bottom: 166px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  #business-contents .secItem {
    padding-bottom: 10vw;
  }
}
#business-contents .secItem__heading {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #business-contents .secItem__heading {
    margin-bottom: 11.8vw;
  }
}
#business-contents .secItem__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px 6vw;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #business-contents .secItem__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 13.4vw 4vw;
    padding: 0 2vw;
  }
}
@media (max-width: 768px) and (max-width: 750px) {
  #business-contents .secItem__list > :nth-last-of-type(2) .secItem__ttl {
    height: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #business-contents .secItem__list > :last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - 4vw) / 2); /* 通常の1カラム幅 */
  }
}
#business-contents .secItem__img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #business-contents .secItem__img {
    margin-bottom: 2vw;
  }
}
#business-contents .secItem__img img {
  width: 100%;
}
#business-contents .secItem__en {
  font-size: 19px;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  #business-contents .secItem__en {
    font-size: 4.56vw;
    margin-bottom: 2.5vw;
  }
}
#business-contents .secItem__ttl {
  margin-bottom: 1px;
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 750px) {
  #business-contents .secItem__ttl {
    font-size: calc(29 / 750 * 100 * 1vw);
  }
}
#business-contents .secItem__ttl + .secItem__img img {
  width: 180px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  #business-contents .secItem__ttl + .secItem__img img {
    width: calc(200 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #business-contents .secItem__ttl + .secItem__img img {
    margin-bottom: -3vw;
  }
}
@media (max-width: 750px) {
  #business-contents .secItem__txt {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
#business-contents .secBusiness:not(.default) {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
#business-contents .secBusiness:not(.default) .title {
  padding-top: 390px;
  line-height: 1.2;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  #business-contents .secBusiness:not(.default) .title {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#business-contents .secBusiness:not(.default) .title + p {
  width: 998px;
  text-align: left;
}
@media (max-width: 768px) {
  #business-contents .secBusiness:not(.default) .title + p {
    width: 100%;
  }
}
#business-contents .secBusiness.default {
  padding: 0;
  margin-bottom: 120px;
  position: relative;
  background-image: none;
}
#business-contents .secBusiness.default .wrapper {
  padding: 0;
}
@media (max-width: 768px) {
  #business-contents .secBusiness.default {
    padding: 7.5vw 0 0;
    margin-bottom: 0;
  }
}
#business-contents .secBusiness.default .wrapper:before, #business-contents .secBusiness.default .wrapper:after {
  content: "";
  background: #323232;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
#business-contents .secBusiness.default .wrapper:before {
  left: calc(50vw - 605px);
}
@media (max-width: 768px) {
  #business-contents .secBusiness.default .wrapper:before {
    left: 27px;
  }
}
#business-contents .secBusiness.default .wrapper:after {
  right: calc(50vw - 605px);
}
@media (max-width: 768px) {
  #business-contents .secBusiness.default .wrapper:after {
    right: 27px;
  }
}
#business-contents .secBusiness__in {
  padding: 104px 0 0;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__in {
    padding: 24vw 0 0;
  }
}
#business-contents .secBusiness__heading {
  text-align: center;
  border-bottom: 1px solid #323232;
  padding: 104px 0 90px;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__heading {
    padding: 10.4vw 0 10vw;
  }
}
@media (max-width: 768px) {
  #business-contents .secBusiness__heading .c-heading-01__ja {
    margin-bottom: 3vw;
  }
}
#business-contents .secBusiness__item {
  border-bottom: 1px solid #323232;
}
#business-contents .secBusiness__item.item-01 {
  position: relative;
}
#business-contents .secBusiness__item.item-01.on:before {
  opacity: 1;
}
#business-contents .secBusiness__item.item-01:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #6eae72;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__item.item-01 .secBusiness__ttl__en {
    margin-bottom: 6.6vw;
  }
}
#business-contents .secBusiness__item.item-01 .secBusiness__txt {
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__item.item-01 .secBusiness__txt {
    margin-bottom: 0;
  }
}
#business-contents .secBusiness__item.item-02 {
  position: relative;
}
#business-contents .secBusiness__item.item-02.on:before {
  opacity: 1;
}
#business-contents .secBusiness__item.item-02:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #c7a3c8;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__item.item-02 .secBusiness__ttl__en {
    margin-bottom: 6.6vw;
  }
}
#business-contents .secBusiness__item.item-03 {
  position: relative;
}
#business-contents .secBusiness__item.item-03.on:before {
  opacity: 1;
}
#business-contents .secBusiness__item.item-03:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #d58858;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
#business-contents .secBusiness__item.item-03 .secBusiness__bnr {
  text-align: center;
}
#business-contents .secBusiness__item.item-03 .secBusiness__bnr a {
  display: inline-block;
}
#business-contents .secBusiness__item.item-03 .secBusiness__bnr a img {
  width: 363px;
}
#business-contents .secBusiness__item.item-03 .secBusiness__ttl__en {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__item.item-03 .secBusiness__ttl__en {
    margin-bottom: 6.6vw;
  }
}
#business-contents .secBusiness__item.item-03 .secBusiness__txt {
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__item.item-03 .secBusiness__txt {
    margin-bottom: 0;
  }
}
#business-contents .secBusiness__item .inner {
  height: 100%;
  padding: 80px 134px;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__item .inner {
    padding: 1.6vw 28px 10vw;
  }
}
#business-contents .secBusiness__num {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media (min-width: 960px) {
  #business-contents .secBusiness__num {
    position: absolute;
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  #business-contents .secBusiness__num {
    font-size: 4.56vw;
    margin-bottom: 9.3vw;
    padding-left: 2vw;
  }
}
#business-contents .secBusiness__box {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  gap: 0 2vw;
  align-items: center;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__box {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 5vw;
  }
}
@media (max-width: 768px) {
  #business-contents .secBusiness__img {
    margin-bottom: 0;
    margin-top: 5vw;
  }
}
#business-contents .secBusiness__img img {
  width: 100%;
}
#business-contents .secBusiness__txtbox {
  order: -1;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__txtbox {
    padding: 0 3.5vw;
  }
}
#business-contents .secBusiness__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__ttl {
    font-size: 3.8vw;
    margin-bottom: 3.6vw;
  }
}
#business-contents .secBusiness__ttl__en {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #business-contents .secBusiness__ttl__en {
    font-size: 7.8vw;
    white-space: nowrap;
  }
}
#business-contents .secBusiness__bnr a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  #business-contents .secBusiness__bnr a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

#company section .container {
  width: 1140px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #company section .container {
    width: 82vw;
    padding-inline: 2vw;
  }
}
#company .txt {
  text-align: center;
  border: 1px solid #323232;
  width: max-content;
  margin-inline: auto;
  border-radius: 50%;
  padding: 74px 115px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  #company .txt {
    width: 100%;
    padding: 10vw 3vw;
  }
}
#company .txt h3 {
  width: 700px;
  margin-inline: auto;
  font-size: 30px;
  margin-top: 20px;
}
#company .txt h3 span {
  border-bottom: 6px solid #323232;
  padding-bottom: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  #company .txt h3 span {
    margin-bottom: 2vw;
    padding-bottom: 0;
    margin-top: 0;
    letter-spacing: -0.07em;
  }
}
@media (max-width: 750px) {
  #company .txt h3 {
    font-size: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #company .txt h3 {
    line-height: 1.4;
    width: 100%;
  }
}
#company .txt p {
  width: 620px;
  margin: 30px auto;
  font-size: 18px;
}
@media (max-width: 750px) {
  #company .txt p {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #company .txt p {
    width: 82%;
    margin: 1vw auto 4vw;
  }
}
@media (max-width: 750px) {
  #company .mission .title,
  #company .message .title,
  #company .value .title,
  #company .vision .title {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #company .mission .title .en,
  #company .message .title .en,
  #company .value .title .en,
  #company .vision .title .en {
    font-size: calc(66 / 750 * 100 * 1vw);
  }
}
#company .mission .container,
#company .message .container,
#company .value .container,
#company .vision .container {
  border: #323232 1px solid;
  padding-block: 80px;
  position: relative;
}
@media (max-width: 768px) {
  #company .mission .container,
  #company .message .container,
  #company .value .container,
  #company .vision .container {
    width: 82vw;
    padding-block: 8vw;
  }
}
#company .mission .container:before,
#company .message .container:before,
#company .value .container:before,
#company .vision .container:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
#company .mission.on .container:before,
#company .message.on .container:before,
#company .value.on .container:before,
#company .vision.on .container:before {
  opacity: 1;
}
#company .mission .container:before {
  background-image: url(../img/company/bg-01.webp);
}
#company .vision .container:before {
  background-image: url(../img/company/bg-02.webp);
}
#company .value .container:before {
  background-image: url(../img/company/bg-03.webp);
}
#company .message .container:before {
  background-image: url(../img/company/bg-04.webp);
}
#company .message,
#company .value,
#company .vision {
  margin-top: 60px;
}
#company .value .wrapper {
  text-align: center;
  background-image: url(../img/company/bg-value.webp);
  background-position: top 200px center;
  background-repeat: no-repeat;
  background-size: 930px auto;
  padding: 100px 136px 286px;
}
@media (max-width: 768px) {
  #company .value .wrapper {
    padding: 5vw;
    background-image: url(../img/company/bg-value-sp.webp);
    background-position: top 27vw center;
    background-size: 75vw auto;
  }
}
#company .value .container .flex {
  margin-top: 70px;
}
#company .value .container .item {
  width: 418px;
}
@media (max-width: 768px) {
  #company .value .container .item {
    width: 100%;
  }
}
#company .value .container .item:nth-of-type(1), #company .value .container .item:nth-of-type(2) {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  #company .value .container .item:nth-of-type(1), #company .value .container .item:nth-of-type(2) {
    margin-bottom: 17vw;
  }
}
@media (max-width: 768px) {
  #company .value .container .item:nth-of-type(2), #company .value .container .item:nth-of-type(3) {
    margin-bottom: 18vw;
  }
}
@media (max-width: 768px) {
  #company .value .container .item:last-of-type {
    margin-bottom: 10vw;
  }
}
#company .value .container .item:last-of-type h3 {
  margin-left: -20px;
}
@media (max-width: 768px) {
  #company .value .container .item:last-of-type h3 {
    margin-left: 0;
  }
}
#company .value .container .item .num {
  font-size: 53px;
  font-weight: 700;
  font-family: "Alexandria", sans-serif;
  text-align: center;
}
@media (max-width: 750px) {
  #company .value .container .item .num {
    font-size: calc(66 / 750 * 100 * 1vw);
  }
}
#company .value .container .item h3 {
  margin-inline: auto;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #company .value .container .item h3 {
    font-size: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #company .value .container .item h3 {
    margin-bottom: 1vw;
    margin-top: 2vw;
  }
}
#company .value .container .item h3 span {
  padding-bottom: 20px;
  position: relative;
  width: max-content;
  display: inline-block;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #company .value .container .item h3 span {
    padding-bottom: 2vw;
    margin-bottom: 3vw;
  }
}
#company .value .container .item h3 span:before {
  content: "";
  width: 418px;
  height: 6px;
  display: block;
  background: #323232;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  #company .value .container .item h3 span:before {
    width: 100%;
    height: 1vw;
  }
}
@media (max-width: 750px) {
  #company .value .container .item p {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
#company .message {
  text-align: center;
}
@media (max-width: 768px) {
  #company .message .container {
    padding-inline: 8vw;
  }
}
#company .message h2,
#company .message p {
  position: relative;
}
@media (max-width: 750px) {
  #company .message p {
    font-size: calc(25 / 750 * 100 * 1vw);
  }
}
#company .message p {
  line-height: 2;
  font-weight: 700;
}
#company .message p span {
  font-weight: 500;
}
#company .secConcept {
  background: url(../img/about-us/concept_bg@2x.png) repeat-x center top/cover;
  height: auto;
  aspect-ratio: 2603/1614;
  margin-top: 158px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
  #company .secConcept {
    background: url(../img/about-us/concept_bg_sp@2x.png) repeat-x center top/cover;
    padding: 29.7vw 0 0;
    aspect-ratio: 751/1453;
    margin-top: 27.9vw;
    display: block;
  }
}
#company .secConcept .inner {
  width: 100%;
}
#company .secConcept__cont {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0 0;
  padding-right: 4vw;
}
@media (max-width: 768px) {
  #company .secConcept__cont {
    display: block;
    padding-right: 0;
  }
}
#company .secConcept__ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.91;
  letter-spacing: 0.16em;
  place-self: center center;
  position: relative;
}
@media (max-width: 768px) {
  #company .secConcept__ttl {
    font-size: 5.4vw;
    display: grid;
    place-content: end;
    padding-right: 4.2vw;
    margin-bottom: 11.2vw;
  }
}
#company .secConcept__ttl:before {
  content: "";
  background: url(../img/top/about_deco.svg) no-repeat center center/cover;
  width: 125.52px;
  height: 125.52px;
  display: block;
  position: absolute;
  left: -66px;
  bottom: -45px;
}
@media (max-width: 768px) {
  #company .secConcept__ttl:before {
    width: 29.86vw;
    height: 29.86vw;
    left: 22.5vw;
    bottom: 13.2vw;
  }
}
#company .secConcept__txt {
  font-size: 18px;
  line-height: 2.1;
  max-width: 305px;
  place-self: center;
}
@media (max-width: 768px) {
  #company .secConcept__txt {
    max-width: 100%;
    font-size: 4.13vw;
    padding: 0 5.9vw 0 6.2vw;
    line-height: 2.2;
  }
}
#company .secCompany {
  padding: 100px 0 125px;
}
@media (max-width: 768px) {
  #company .secCompany {
    padding: 0 0 21vw;
  }
}
#company .secCompany__heading {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  #company .secCompany__heading {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 768px) {
  #company .secCompany__heading .c-heading-01__ja {
    margin-bottom: 4vw;
  }
}
#company .secCompany__dl {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  gap: 24px 0;
}
@media (max-width: 768px) {
  #company .secCompany__dl {
    gap: 5.4vw 0;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
#company .secCompany__dl .row {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  #company .secCompany__dl .row {
    grid-template-columns: 1fr;
  }
}
#company .secCompany__dl dt {
  color: #8e8e8e;
  font-weight: bold;
}
#company .secOffice {
  padding: 82px 0 59px;
}
@media (max-width: 768px) {
  #company .secOffice {
    padding: 12vw 0 1vw;
  }
}
#company .secOffice h2 {
  text-align: center;
}
#company .secOffice__head {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #company .secOffice__head {
    margin-bottom: 16vw;
  }
}
#company .secOffice__item {
  padding-bottom: 86px;
}
@media (max-width: 768px) {
  #company .secOffice__item {
    padding-bottom: 15vw;
  }
}
#company .secOffice__item:not(:first-child) {
  padding-top: 86px;
}
@media (max-width: 768px) {
  #company .secOffice__item:not(:first-child) {
    padding-top: 15vw;
  }
}
#company .secOffice__item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
#company .secOffice__item .inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: flex-end;
  gap: 0;
}
@media (max-width: 768px) {
  #company .secOffice__item .inner {
    padding: 0;
    display: block;
  }
}
@media (max-width: 768px) {
  #company .secOffice__txtbox {
    margin-bottom: 5.4vw;
  }
}
#company .secOffice__ttl {
  font-size: 23px;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  #company .secOffice__ttl {
    font-size: 5.4vw;
    margin-bottom: 7.2vw;
  }
}
#company .secOffice__map {
  line-height: 1;
}
#company .secOffice__map iframe {
  width: 100%;
  height: 230px;
}
#company .secOrganization {
  padding: 174px 0 177px;
}
@media (max-width: 768px) {
  #company .secOrganization {
    padding: 29.8vw 0 21.5vw;
  }
}
#company .secOrganization__head {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #company .secOrganization__head {
    margin-bottom: 17vw;
  }
}
#company .secOrganization__heading {
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  #company .secOrganization__heading .c-heading-02__ja {
    margin: 0 0 2.2vw 0;
  }
}
@media (max-width: 768px) {
  #company .secOrganization__heading .c-heading-02__en {
    white-space: nowrap;
  }
}
#company .secOrganization__container {
  position: relative;
}
#company .secOrganization__container:before {
  content: "";
  background: #d6d6d6;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#company .secOrganization__container:after {
  content: "";
  background: #d6d6d6;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#company .secOrganization__in:after {
  content: "";
  background: #d6d6d6;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 394px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #company .secOrganization__in:after {
    width: 1px;
    height: 100%;
    left: 28px;
    right: auto;
    margin: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  #company .secOrganization__in:before {
    content: "";
    background: #d6d6d6;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 28px;
    margin: 0;
  }
}
#company .secOrganization__list {
  max-width: 1182px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media (max-width: 768px) {
  #company .secOrganization__list {
    grid-template-columns: 1fr;
  }
}
#company .secOrganization__list:before {
  content: "";
  background: #d6d6d6;
  width: 1px;
  height: calc(100% + 74px);
  display: block;
  position: absolute;
  top: -37px;
  left: 0;
}
@media (max-width: 768px) {
  #company .secOrganization__list:before {
    content: none;
  }
}
#company .secOrganization__item {
  width: 394px;
  height: 394px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  background: #fafafa;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  place-content: center;
  place-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  #company .secOrganization__item {
    width: calc(100vw - 56px);
    height: calc(100vw - 56px);
    margin: 0 auto;
  }
}
#company .secOrganization__item:before {
  content: "";
  background: #d6d6d6;
  width: 1px;
  height: calc(100% + 74px);
  display: block;
  position: absolute;
  top: -37px;
  right: -1px;
}
@media (max-width: 768px) {
  #company .secOrganization__item:before {
    width: 100vw;
    height: 1px;
    top: auto;
    bottom: -1px;
    left: -29px;
    right: auto;
  }
}
@media (max-width: 768px) {
  #company .secOrganization__item.item-logo {
    display: none;
  }
}
#company .secOrganization__item.item-01 {
  order: -1;
}
#company .secOrganization__item.item-04 .secOrganization__txt {
  place-items: start;
}
#company .secOrganization__item.item-05 .secOrganization__ttl {
  transform: translateY(20px);
}
@media (max-width: 768px) {
  #company .secOrganization__item.item-05 .secOrganization__ttl {
    transform: translateY(5.2vw);
    margin-bottom: 4.1vw;
  }
}
#company .secOrganization__num {
  font-size: 18px;
  color: #d6d6d6;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  #company .secOrganization__num {
    font-size: 4.3vw;
    margin-bottom: 1.4vw;
  }
}
#company .secOrganization__ttl__en {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  min-height: 80px;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  #company .secOrganization__ttl__en {
    font-size: 9.6vw;
    min-height: 19.2vw;
  }
}
#company .secOrganization__ttl {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  #company .secOrganization__ttl {
    font-size: 4.6vw;
    margin-bottom: 2.6vw;
  }
}
#company .secOrganization__txt {
  min-height: 56px;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  #company .secOrganization__txt {
    min-height: 13.4vw;
  }
}
#company .secHistory {
  padding: 0 0 207px;
}
@media (max-width: 768px) {
  #company .secHistory {
    padding: 0 0 21.5vw;
  }
}
#company .secHistory__head {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  #company .secHistory__head {
    margin-bottom: 8.8vw;
  }
}
#company .secHistory__dl .row {
  border-bottom: 1px solid #d6d6d6;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 0.45fr 0.9fr 2.6fr;
  align-items: center;
}
@media (max-width: 768px) {
  #company .secHistory__dl .row {
    padding: 5.4vw 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#company .secHistory__dl .row:first-child {
  border-top: 1px solid #d6d6d6;
}
#company .secHistory__dl .dt {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 768px) {
  #company .secHistory__dl .dt {
    font-size: 4.3vw;
    text-align: left;
    margin-bottom: 2vw;
  }
}
#company .secHistory__dl .separate {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #323232;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #company .secHistory__dl .separate {
    display: none;
  }
}

.page-contact .st-footer__totop {
  display: none;
}

#contact .sec-form {
  padding-top: 178px;
  padding-bottom: 234px;
}
@media (max-width: 768px) {
  #contact .sec-form {
    padding-top: 18vw;
    padding-bottom: 21vw;
  }
}

#news-ac .secNews {
  margin-top: 177px;
  padding-bottom: 133px;
}
@media (max-width: 768px) {
  #news-ac .secNews {
    margin-top: 17.5vw;
    padding-bottom: 21vw;
  }
}
@media (max-width: 768px) {
  #news-ac .secNews .inner {
    padding: 0;
  }
}
#news-ac .secNews__tableHead {
  display: grid;
  grid-template-columns: 1fr 1.4fr 4fr;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #news-ac .secNews__tableHead {
    display: none;
  }
}
#news-ac .secNews__tableHead__ttl {
  font-size: 16px;
  color: #c1c1c1;
  text-transform: uppercase;
}
#news-ac .secNews__list {
  border-top: 1px solid #d6d6d6;
}
#news-ac .secNews__item {
  display: grid;
  grid-template-columns: 1fr 1.4fr 4fr;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  #news-ac .secNews__item {
    display: block;
    padding: 4vw 9vw 5.5vw;
  }
}
#news-ac .sp-ttl {
  display: none;
}
@media (max-width: 768px) {
  #news-ac .sp-ttl {
    display: inline-block;
    font-size: 3.8vw;
    color: #c1c1c1;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 6.5em;
  }
}
#news-ac .secNews__date {
  letter-spacing: 0.1em;
  border-right: 1px solid #d6d6d6;
  padding: 33px 0px 33px 24px;
}
@media (max-width: 768px) {
  #news-ac .secNews__date {
    border: none;
    padding: 0;
    margin-bottom: 1vw;
  }
}
#news-ac .secNews__category {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-right: 1px solid #d6d6d6;
  padding: 33px 0px 33px 37px;
}
@media (max-width: 768px) {
  #news-ac .secNews__category {
    border: none;
    padding: 0;
    margin-bottom: 1vw;
  }
}
#news-ac .secNews__ttl {
  padding: 28px 0px 28px 32px;
}
@media (max-width: 768px) {
  #news-ac .secNews__ttl {
    padding: 0;
    line-height: 2;
  }
}
#news-ac .secNews__ttl h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #news-ac .secNews__ttl h2 {
    font-size: 3.8vw;
  }
}
#news-ac .secNews__ttl a {
  text-decoration: underline;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 5px;
}
@media (max-width: 768px) {
  #news-ac .secNews__ttl a {
    -webkit-line-clamp: 2;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #news-ac .wp-pagenavi {
    margin-top: 12.8vw;
  }
}

#news-dtl .artNews {
  margin-top: 195px;
}
@media (max-width: 768px) {
  #news-dtl .artNews {
    margin-top: 18vw;
  }
}
#news-dtl .artNews__wrap {
  border: 1px solid #d6d6d6;
  padding: 0 60px;
  margin-bottom: 108px;
}
@media (max-width: 768px) {
  #news-dtl .artNews__wrap {
    padding: 0;
    margin-bottom: 23vw;
  }
}
#news-dtl .artNews__head {
  padding: 83px 0 39px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  #news-dtl .artNews__head {
    padding: 7.6vw 5vw 10vw;
  }
}
#news-dtl .artNews__head__meta {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #news-dtl .artNews__head__meta {
    display: block;
    margin-bottom: 7vw;
  }
}
#news-dtl .artNews__date {
  border: 1px solid #d6d6d6;
  padding: 4px 40px;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 768px) {
  #news-dtl .artNews__date {
    font-size: 3.8vw;
    margin-right: 0;
    margin-bottom: 3vw;
    padding: 1vw 9.8vw;
  }
}
#news-dtl .artNews__category {
  border: 1px solid #d6d6d6;
  padding: 4px 20px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #news-dtl .artNews__category {
    font-size: 3.8vw;
    margin-right: 0;
    padding: 1vw 3.7vw;
  }
}
#news-dtl .artNews__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #news-dtl .artNews__ttl {
    font-size: 3.8vw;
  }
}
#news-dtl .artNews__cont {
  padding: 80px 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #news-dtl .artNews__cont {
    padding: 9vw 5vw;
  }
}
#news-dtl .secLink {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 0;
  margin-bottom: 175px;
}
@media (max-width: 768px) {
  #news-dtl .secLink {
    padding: 6vw 0;
    margin-bottom: 21vw;
  }
}
#news-dtl .secLink__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
  align-items: center;
  justify-content: center;
  max-width: 374px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #news-dtl .secLink__wrap {
    max-width: 100%;
    gap: 0;
    justify-content: space-between;
  }
}
#news-dtl .secLink__btn {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  #news-dtl .secLink__btn {
    font-size: 4.3vw;
  }
}
#news-dtl .secLink__btn a {
  display: inline-block;
  padding: 5px;
}
#news-dtl .secLink__prev a,
#news-dtl .secLink__next a {
  display: flex;
  align-items: center;
}
#news-dtl .secLink__prev a:before {
  content: "";
  width: 8px;
  height: 13px;
  display: inline-block;
  background: url(../img/common/navi_arrow_left@2x.png) no-repeat center center/cover;
  margin-right: 22px;
}
@media (max-width: 768px) {
  #news-dtl .secLink__prev a:before {
    margin-right: 3.5vw;
  }
}
#news-dtl .secLink__next a:after {
  content: "";
  width: 8px;
  height: 13px;
  display: inline-block;
  background: url(../img/common/navi_arrow_right@2x.png) no-repeat center center/cover;
  right: 0;
  margin-left: 22px;
}
@media (max-width: 768px) {
  #news-dtl .secLink__next a:after {
    margin-left: 3.5vw;
  }
}
#product-ac .c-pageTtl__catch {
  max-width: 306px;
}
@media (max-width: 768px) {
  #product-ac .c-pageTtl__catch {
    max-width: 71vw;
    margin-top: 4.3vw;
  }
}
#product-ac .secLead {
  padding: 151px 0 0;
}
@media (max-width: 768px) {
  #product-ac .secLead {
    padding-top: 19.9vw;
  }
}
#product-ac .secLead__lead {
  font-size: 18px;
  line-height: 2.11;
  max-width: 580px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #product-ac .secLead__lead {
    font-size: 4.13vw;
    max-width: 100%;
    margin-bottom: 12.5vw;
  }
}
#product-ac .secProduct {
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  #product-ac .secProduct {
    padding-bottom: 21vw;
  }
}
@media (max-width: 768px) {
  #product-ac .secProduct__list {
    padding: 0 28px;
  }
}
#product-ac .secProductArt {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
@media (max-width: 768px) {
  #product-ac .secProductArt {
    border-top: none;
    border-bottom: none;
    border: 1px solid #d6d6d6;
    padding: 0;
  }
}
#product-ac .secProductArt:not(:last-child) {
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  #product-ac .secProductArt:not(:last-child) {
    margin-bottom: 12vw;
  }
}
#product-ac .secProductArt:before, #product-ac .secProductArt:after {
  content: "";
  background: #d6d6d6;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  #product-ac .secProductArt:before, #product-ac .secProductArt:after {
    content: none;
  }
}
#product-ac .secProductArt:before {
  left: calc(50vw - 605px);
}
@media (max-width: 768px) {
  #product-ac .secProductArt:before {
    left: 27px;
  }
}
#product-ac .secProductArt:after {
  right: calc(50vw - 605px);
}
@media (max-width: 768px) {
  #product-ac .secProductArt:after {
    right: 27px;
  }
}
#product-ac .secProductArt .inner {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  padding: 0;
}
@media (max-width: 768px) {
  #product-ac .secProductArt .inner {
    display: block;
  }
}
#product-ac .secProductArt__img {
  padding: 30px 50px 30px 1px;
  border-right: 1px solid #d6d6d6;
  position: relative;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__img {
    padding: 6.66vw 5.5vw;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }
}
#product-ac .secProductArt__img:before {
  content: "";
  background: #d6d6d6;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 29px;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__img:before {
    width: 100%;
    top: calc(6.66vw - 1px);
  }
}
#product-ac .secProductArt__img:after {
  content: "";
  background: #d6d6d6;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__img:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: calc(6.66vw - 1px);
    right: 0;
  }
}
#product-ac .secProductArt__img__in {
  aspect-ratio: 402/268;
  position: relative;
}
#product-ac .secProductArt__img__in:before {
  content: "";
  background: #d6d6d6;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  right: -50px;
  bottom: 0;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__img__in:before {
    width: 1px;
    height: calc(100% + 13.32vw);
    left: 0;
    right: auto;
    top: -6.66vw;
  }
}
#product-ac .secProductArt__img__in:after {
  content: "";
  background: #d6d6d6;
  width: 1px;
  height: calc(100% + 30px);
  display: block;
  position: absolute;
  right: 0;
  top: -30px;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__img__in:after {
    width: 1px;
    height: calc(100% + 13.32vw);
    right: 0;
    top: -6.66vw;
  }
}
#product-ac .secProductArt__head {
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 4.6vw;
  min-height: 165px;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__head {
    padding: 5.6vw 5.5vw;
    min-height: 0;
  }
}
#product-ac .secProductArt__category {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__category {
    margin-bottom: 1.1vw;
  }
}
#product-ac .secProductArt__ttl {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.73;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__ttl {
    font-size: 4.56vw;
  }
}
#product-ac .secProductArt__cont {
  padding: 30px 4.6vw;
}
@media (max-width: 768px) {
  #product-ac .secProductArt__cont {
    padding: 6.9vw 4.7vw;
  }
}
:root {
  --main-color: #323232;
}

.single-content * {
  max-width: 100%;
}
.single-content h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 768px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 19px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 16px 0;
}
@media (max-width: 768px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 0.2px;
}
@media (max-width: 768px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 16px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 768px) {
  .single-content p {
    font-size: 3.8vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: var(--main-color);
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fff;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 768px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
}
@media (max-width: 768px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
}
@media (max-width: 768px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 768px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 768px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 768px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*=wp-image-],
.single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
}
@media (max-width: 768px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignright,
.single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 768px) {
  .single-content img[class*=wp-image-].alignright,
  .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignleft,
.single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 768px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}

.loading {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
}
.loading .wrapper {
  height: 100%;
}
.loading .label {
  width: 153px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% - 170px);
}
@media (max-width: 768px) {
  .loading .label {
    width: 30vw;
    top: calc(50% - 23vw);
  }
}

#top .secMainView {
  padding: 457px 0 167px;
  position: relative;
}
@media (max-width: 768px) {
  #top .secMainView {
    padding: 95vw 0 35vw;
  }
}
#top .secMainView .inner {
  position: relative;
}
@media (max-width: 768px) {
  #top .secMainView .inner {
    padding: 0 24px;
  }
}
#top .secMainView__ttl__en .row,
#top .secMainView__catch__en .row,
#top .secMainView__ttl .row {
  overflow: hidden;
  display: inline-block;
}
#top .secMainView__ttl__en .row-in,
#top .secMainView__catch__en .row-in,
#top .secMainView__ttl .row-in {
  display: inline-block;
}
#top .secMainView__ttl__en {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  #top .secMainView__ttl__en {
    font-size: 12.26vw;
    margin-bottom: 1.4vw;
    white-space: nowrap;
    line-height: 0.98;
  }
}
#top .secMainView__ttl__en .palt {
  letter-spacing: 0.06em;
}
#top .secMainView__catch__en {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  #top .secMainView__catch__en {
    font-size: 3.36vw;
    margin-bottom: 11.3vw;
  }
}
#top .secMainView__ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media (max-width: 768px) {
  #top .secMainView__ttl {
    font-size: 4vw;
    line-height: 1.5;
  }
}
#top .secMainView__ttl img {
  display: inline-block;
  margin: 0 9px;
  transform: translateY(3px);
}
@media (max-width: 768px) {
  #top .secMainView__ttl img {
    margin: 0 1.4vw;
    width: 6.5vw;
  }
}
#top .secMainView__scroll {
  position: absolute;
  right: 183px;
  top: -56px;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .secMainView__scroll {
    right: 6.3vw;
    top: -40.9vw;
  }
}
#top .secMainView__clock {
  position: absolute;
  right: 0;
  bottom: -127px;
}
@media (max-width: 768px) {
  #top .secMainView__clock {
    right: 10px;
    bottom: -24.5vw;
  }
}
#top .secMainView__scroll__lineWrap {
  width: 1px;
  height: 76px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #top .secMainView__scroll__lineWrap {
    height: 50px;
  }
}
#top .secMainView__scroll__line {
  display: block;
  width: 1px;
  height: 6px;
  background: #323232;
  animation: 2s scroll_down_btn-animation ease infinite;
}
@media (max-width: 768px) {
  #top .secMainView__scroll__line {
    animation: 2s scroll_down_btn-animation_sp ease infinite;
  }
}
#top .secMainView__scroll__txt {
  text-transform: uppercase;
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  #top .secMainView__scroll__txt {
    font-size: 2.6vw;
  }
}
#top .secMainView__deco {
  width: 529px;
  height: 607px;
  display: block;
  position: absolute;
  top: -28px;
  right: 5%;
}
@media (max-width: 768px) {
  #top .secMainView__deco {
    width: 69.6vw;
    height: 90.66vw;
    top: 0;
    right: 5vw;
  }
}
#top .secMainView__deco__item {
  position: absolute;
}
#top .secMainView__deco__item.item-01 {
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-01 {
    display: none;
  }
}
#top .secMainView__deco__item.item-02 {
  top: 29px;
  left: 170px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-02 {
    top: 0;
    left: 22.9vw;
    width: 10.5vw;
  }
}
#top .secMainView__deco__item.item-03 {
  top: 24px;
  left: 297px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-03 {
    top: 9vw;
    left: 15vw;
    width: 8.5vw;
  }
}
#top .secMainView__deco__item.item-04 {
  top: 105px;
  left: 277px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-04 {
    top: 10vw;
    left: 29.5vw;
    width: 2.9vw;
  }
}
#top .secMainView__deco__item.item-05 {
  top: 246px;
  left: 7px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-05 {
    top: 18.6vw;
    left: 0;
    width: 2.3vw;
  }
}
#top .secMainView__deco__item.item-06 {
  top: 270px;
  left: 115px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-06 {
    top: 21.8vw;
    left: 14.4vw;
    width: 4.9vw;
  }
}
#top .secMainView__deco__item.item-07 {
  top: 403px;
  left: 72px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-07 {
    top: 39.8vw;
    left: 8.4vw;
    width: 9.6vw;
  }
}
#top .secMainView__deco__item.item-08 {
  top: 355px;
  left: 131px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-08 {
    top: 33vw;
    left: 16.9vw;
    width: 16.6vw;
  }
}
#top .secMainView__deco__item.item-09 {
  top: 470px;
  left: 472px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-09 {
    top: 48.7vw;
    left: 62.1vw;
    width: 3.6vw;
  }
}
#top .secMainView__deco__item.item-10 {
  top: 513px;
  left: 438px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-10 {
    top: 54.3vw;
    left: 57.6vw;
    width: 3.4vw;
  }
}
#top .secMainView__deco__item.item-11 {
  top: 550px;
  left: 500px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-11 {
    top: 58.3vw;
    left: 65.8vw;
    width: 3.4vw;
  }
}
#top .secMainView__deco__item.item-12 {
  top: 760px;
  left: 302px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-12 {
    top: 87.3vw;
    left: 39.6vw;
    width: 3.4vw;
  }
}
#top .secMainView__deco__item.item-13 {
  top: 209px;
  left: 321px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-13 {
    top: 24.2vw;
    left: 42.6vw;
    width: 9.4vw;
  }
}
#top .secMainView__deco__item.item-14 {
  top: 252px;
  left: 177px;
}
@media (max-width: 768px) {
  #top .secMainView__deco__item.item-14 {
    top: 19.4vw;
    left: 22.8vw;
    width: 2.7vw;
  }
}
#top .secNews {
  padding: 74px 0 120px;
}
@media (max-width: 768px) {
  #top .secNews {
    padding: 16vw 0 24vw;
  }
}
#top .secNews .inner {
  position: relative;
}
#top .secNews .link {
  position: absolute;
  top: 0;
  right: 20px;
}
@media (max-width: 768px) {
  #top .secNews .link {
    top: initial;
    bottom: -12vw;
    margin-top: 3vw;
  }
}
#top .secNews__heading {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  #top .secNews__heading {
    margin-bottom: 6.4vw;
  }
}
#top .secNews__list {
  margin: 0 auto 10px;
}
@media (max-width: 768px) {
  #top .secNews__list {
    margin-bottom: 2.4vw;
    width: 100vw;
    max-width: initial;
    margin-left: -28px;
  }
}
#top .secNews__item {
  border: 1px solid #232323;
  border-bottom: 0;
}
@media (max-width: 768px) {
  #top .secNews__item:not(:last-child) {
    margin-bottom: 0;
  }
}
#top .secNews__item:last-of-type {
  border: 1px solid #232323;
}
#top .secNews__item a {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
#top .secNews__item a:hover {
  background: #e6e6e6;
}
#top .secNews__date {
  width: 166px;
  font-size: 20px;
  line-height: 2;
  padding: 28px 22px;
  border-right: 1px solid #232323;
}
@media (max-width: 768px) {
  #top .secNews__date {
    width: 24.8vw;
    font-size: 4.4vw;
    line-height: 1;
    padding: 7vw 2vw;
  }
}
#top .secNews__ttl {
  padding: 28px 22px;
  flex: 1;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
@media (max-width: 768px) {
  #top .secNews__ttl {
    padding: 0 8vw 0 3vw;
  }
}
#top .secNews__ttl:after {
  content: "";
  width: 14.5px;
  height: 15px;
  display: inline-block;
  background-image: url(../img/common/icon-blank.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  #top .secNews__ttl:after {
    width: calc(22.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .secNews__ttl:after {
    height: calc(22.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #top .secNews__ttl:after {
    right: 3vw;
  }
}
@media (max-width: 768px) {
  #top .secNews__ttl {
    font-size: 3.5vw;
  }
}
#top .secNews__clock {
  position: absolute;
  left: 20px;
  bottom: -109px;
}
@media (max-width: 768px) {
  #top .secNews__clock {
    left: 24px;
    bottom: -21vw;
  }
}
#top .secAbout__top {
  background: url(../img/top/about_bg@2x.png) repeat-x center top/cover;
  padding: 124px 0 130px;
  height: auto;
  aspect-ratio: 1300/807;
}
@media (max-width: 768px) {
  #top .secAbout__top {
    background: url(../img/top/about_bg_sp@2x.png) repeat-x center top/cover;
    padding: 28vw 0 40.7vw;
    aspect-ratio: 751/1905;
  }
}
#top .secAbout__heading {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #top .secAbout__heading {
    margin-bottom: 19vw;
  }
}
#top .secAbout__txtbox {
  display: grid;
  grid-template-columns: 1.9fr 1fr auto;
  gap: 0 60px;
}
@media (max-width: 768px) {
  #top .secAbout__txtbox {
    display: block;
  }
}
#top .secAbout__ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.91;
  letter-spacing: 0.16em;
  place-self: center center;
  position: relative;
}
@media (max-width: 768px) {
  #top .secAbout__ttl {
    font-size: 5.4vw;
    display: grid;
    place-content: end;
    padding-right: 4.2vw;
    margin-bottom: 11.2vw;
  }
}
#top .secAbout__ttl:before {
  content: "";
  background: url(../img/top/about_deco.svg) no-repeat center center/cover;
  width: 125.52px;
  height: 125.52px;
  display: block;
  position: absolute;
  left: -66px;
  bottom: -45px;
}
@media (max-width: 768px) {
  #top .secAbout__ttl:before {
    width: 29.86vw;
    height: 29.86vw;
    left: 22.5vw;
    bottom: 13.2vw;
  }
}
#top .secAbout__txt {
  font-size: 18px;
  line-height: 2.1;
}
@media (max-width: 768px) {
  #top .secAbout__txt {
    font-size: 4.13vw;
    padding: 0 4.2vw;
    line-height: 2.2;
    margin-bottom: 14vw;
  }
}
#top .secAbout__btn {
  text-align: left;
  place-self: end;
}
@media (max-width: 768px) {
  #top .secAbout__btn {
    text-align: right;
  }
}
#top .secAbout__category {
  position: relative;
}
@media (max-width: 768px) {
  #top .secAbout__category {
    width: 100%;
    padding: 0 5.7vw;
  }
  #top .secAbout__category:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #232323;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
#top .secAbout__category__txt {
  font-size: 15px;
  line-height: 1.33;
  position: absolute;
  top: -63px;
  left: 7px;
}
@media (max-width: 768px) {
  #top .secAbout__category__txt {
    font-size: 3.6vw;
    top: -19.4vw;
    left: 7.3vw;
  }
}
#top .secAbout__category__list {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  justify-content: center;
  background: #f0c700;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
@media (max-width: 768px) {
  #top .secAbout__category__list {
    grid-template-columns: repeat(4, auto);
    margin-top: 10vw;
    gap: 0;
    padding: 0;
    justify-content: space-between;
    display: grid;
  }
}
#top .secAbout__category__item {
  width: 150px;
  height: 177px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #323232;
}
#top .secAbout__category__item:last-of-type {
  border-right: 1px solid #323232;
}
@media (max-width: 750px) {
  #top .secAbout__category__item {
    height: calc(210 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #top .secAbout__category__item {
    width: 21vw;
  }
  #top .secAbout__category__item.item-01 .category__icn img {
    width: 3.86vw;
  }
  #top .secAbout__category__item.item-02 .category__icn img {
    width: 6.93vw;
  }
  #top .secAbout__category__item.item-03 .category__icn img {
    width: 3.1066666667vw;
  }
  #top .secAbout__category__item.item-04 .category__icn img {
    width: 3vw;
  }
  #top .secAbout__category__item.item-05 .category__icn img {
    width: 5.4vw;
  }
  #top .secAbout__category__item.item-06 .category__icn img {
    width: 0.1333333333vw;
  }
  #top .secAbout__category__item.item-07 .category__icn img {
    width: 3.2533333333vw;
  }
  #top .secAbout__category__item.item-08 .category__icn img {
    width: 5.12vw;
  }
}
#top .category__icn {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 768px) {
  #top .category__icn {
    width: 17vw;
  }
  #top .category__icn img {
    margin: 0 auto;
    max-height: 6.93vw;
    width: auto;
  }
}
#top .category__txt {
  font-size: 15px;
  display: block;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 750px) {
  #top .category__txt {
    font-size: calc(16.2 / 750 * 100 * 1vw);
  }
}
#top .category__txt {
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  height: 22px;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #top .category__txt {
    height: 6.5vw;
    margin-top: 1vw;
    font-size: 2.4vw;
  }
}
#top .secBusiness__headingWrap {
  text-align: right;
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  #top .secBusiness__headingWrap {
    margin-bottom: 11.5vw;
  }
}
#top .secBusiness__heading {
  text-align: left;
  display: inline-block;
  transform: translateX(65px);
}
@media (max-width: 768px) {
  #top .secBusiness__heading {
    transform: translateX(0);
  }
}
#top .secBusiness__img {
  position: absolute;
  left: -53px;
  top: 0px;
}
@media (max-width: 768px) {
  #top .secBusiness__img {
    position: relative;
    top: 0;
    left: -28px;
    width: calc(100% + 28px);
    margin-bottom: 13.8vw;
  }
}
#top .secBusiness__txt {
  max-width: 390px;
  margin-left: auto;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #top .secBusiness__txt {
    max-width: 100%;
    margin-bottom: 5vw;
  }
}
#top .secBusiness__btn {
  padding-right: 0;
}
#top .secProduct {
  padding: 0 0 110px;
}
@media (max-width: 768px) {
  #top .secProduct {
    padding: 0 0 13vw;
  }
}
#top .secProduct__headingWrap {
  text-align: right;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .secProduct__headingWrap {
    text-align: left;
    margin-bottom: 8.8vw;
  }
}
#top .secProduct__heading {
  text-align: left;
  display: inline-block;
  transform: translateX(25px);
}
@media (max-width: 768px) {
  #top .secProduct__heading {
    transform: translateX(0);
  }
}
#top .secProduct__txt {
  max-width: 288px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .secProduct__txt {
    max-width: 100%;
    margin-bottom: 1vw;
  }
}
#top .secProduct__btn {
  padding-right: 0;
  transform: translateY(512px);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .secProduct__btn {
    transform: translateY(0);
    margin-bottom: 11.2vw;
  }
}
#top .secProduct__img {
  margin-top: -158px;
  transform: translateX(-25px);
}
@media (max-width: 768px) {
  #top .secProduct__img {
    margin-top: 0;
    transform: translateX(0);
    width: 136vw;
  }
}
#top .secRecruit .btn-circle {
  width: 304.5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #323232;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 750px) {
  #top .secRecruit .btn-circle {
    width: calc(397 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #top .secRecruit .btn-circle {
    margin-inline: auto;
  }
}
#top .secRecruit .btn-circle img {
  width: 122px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  #top .secRecruit .btn-circle img {
    width: calc(172 / 750 * 100 * 1vw);
  }
}
#top .secRecruit .btn-circle:before {
  content: "";
  width: 284px;
  aspect-ratio: 1/1;
  background-image: url(../img/top/btn-circle.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 15s linear infinite;
}
@media (max-width: 750px) {
  #top .secRecruit .btn-circle:before {
    width: calc(350 / 750 * 100 * 1vw);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#top .secRecruit .btn-circle:hover {
  background: #5a7398;
}
#top .secRecruit__join {
  margin-bottom: 112px;
}
@media (max-width: 768px) {
  #top .secRecruit__join {
    margin-bottom: 20.2vw;
  }
}
#top .join__txt {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #top .join__txt {
    font-size: 9.6vw;
  }
}
#top .secRecruit__scroll {
  position: relative;
}
#top .scroll__bg {
  aspect-ratio: 2600/660;
  background: url(../img/top/recruit_bg@2x.webp) no-repeat center center/cover;
}
@media (max-width: 768px) {
  #top .scroll__bg {
    background: url(../img/top/recruit_bg@2x.webp) no-repeat center center/cover;
  }
}
#top .scroll__maskWrap {
  position: absolute;
  top: -2px;
  left: 0;
  aspect-ratio: 2600/660;
  height: calc(100% + 4px);
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  white-space: nowrap;
}
#top .scroll__mask {
  display: inline-block;
  height: 100%;
  aspect-ratio: 4900/680;
}
#top .scroll__mask img {
  width: auto;
  height: 100%;
  height: calc(100% + 2px);
}
#top .secRecruit__cont {
  padding: 48px 0 100px;
}
@media (max-width: 768px) {
  #top .secRecruit__cont {
    padding: 12.2vw 0 10vw;
  }
}
#top .secRecruit__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -120px;
}
@media (max-width: 768px) {
  #top .secRecruit__box {
    display: block;
    margin-top: initial;
  }
}
#top .secRecruit__ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  #top .secRecruit__ttl {
    font-size: 3.8vw;
    text-align: center;
  }
}
#top .secRecruit__txt {
  font-size: 18px;
  margin-top: 24px;
}
@media (max-width: 750px) {
  #top .secRecruit__txt {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  #top .secRecruit__txt {
    margin-top: 4vw;
  }
}
#top .secRecruit__txt span {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #323232;
  font-weight: 700;
}
@media (max-width: 768px) {
  #top .secRecruit__txt {
    margin-bottom: 4vw;
    text-align: center;
  }
}
#top .secRecruit__btn {
  margin-bottom: 8px;
}

.title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .title {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  .title {
    line-height: 1.2;
  }
}
.title > span {
  display: inline-block;
  overflow: hidden;
}
.title > span span {
  display: inline-block;
  transform: translate(0, 105%);
  transition: 0.3s;
}
.title > span.on span {
  transform: translate(0, 0%);
}
.title .en {
  font-size: 53px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .title .en {
    font-size: calc(80 / 750 * 100 * 1vw);
  }
}

.secAbout {
  padding-top: 178px;
}
@media (max-width: 768px) {
  .secAbout {
    padding-top: 8vw;
  }
}
.secAbout .container {
  width: 860px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secAbout .container {
    width: 76vw;
  }
}
.secAbout .container .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .secAbout .container .flex {
    margin-top: 10vw;
  }
}
.secAbout .container .flex .txt {
  width: 350px;
}
@media (max-width: 768px) {
  .secAbout .container .flex .txt {
    width: 100%;
  }
}
.secAbout .container .flex .txt h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .secAbout .container .flex .txt h3 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
.secAbout .container .flex .txt h3 span {
  display: inline-block;
  overflow: hidden;
}
.secAbout .container .flex .txt h3 .en {
  font-size: 53px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .secAbout .container .flex .txt h3 .en {
    font-size: calc(80 / 750 * 100 * 1vw);
  }
}
.secAbout .container .flex .txt p {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .secAbout .container .flex .txt p {
    margin-top: 3vw;
  }
}
.secAbout .container .flex img {
  width: 410px;
}
@media (max-width: 768px) {
  .secAbout .container .flex img {
    width: 100%;
    margin-top: 5vw;
  }
}
.secAbout .container h2 {
  text-align: center;
  width: max-content;
  margin-inline: auto;
  font-size: 38px;
  font-weight: 700;
}
.secAbout .container h2 > span {
  padding-bottom: 14px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .secAbout .container h2 > span {
    padding-bottom: 2vw;
  }
}
.secAbout .container h2 > span span {
  transform: translate(0, 150%);
  transition: 0.3s;
  display: inline-block;
}
.secAbout .container h2 > span.on02 span {
  transform: translate(0, 0);
}
.secAbout .container h2 > span:before {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  background: #232323;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: 0.3s;
  transform-origin: left;
}
@media (max-width: 768px) {
  .secAbout .container h2 > span:before {
    height: 1.4vw;
  }
}
.secAbout .container h2 > span.on:before {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .secAbout .container h2 > span {
    padding-bottom: 2vw;
    display: inline-block;
  }
  .secAbout .container h2 > span:last-of-type {
    margin-top: 3vw;
  }
}
@media (max-width: 768px) {
  .secAbout .container h2 {
    text-align: left;
    font-size: 6.13vw;
    line-height: 1.5;
    margin-left: initial;
  }
}

.secGallery {
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .secGallery {
    padding-bottom: 15vw;
  }
}
.secGallery .title {
  text-align: center;
}
.secGallery .slick-gallery {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .secGallery .slick-gallery {
    margin-top: 5vw;
  }
}
.secGallery .slick-gallery .itme {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .secGallery .slick-gallery .itme {
    padding: 0 2vw;
  }
}

.secBusiness {
  padding: 351px 0 210px;
  background-image: url(../img/top/image-02.webp);
  background-size: 1111px auto;
  background-position: top 90px center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .secBusiness {
    padding: 10vw 0 23vw;
    background-image: none;
  }
}
.secBusiness .title {
  text-align: center;
}
.secBusiness p {
  width: 465px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .secBusiness p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 768px) {
  .secBusiness p {
    margin-inline: 0 auto;
    width: 100%;
    margin-top: 4vw;
  }
}
.secBusiness .link {
  justify-content: center;
}
.secBusiness .link + .image {
  margin-top: 8vw;
}
.secBusiness .inner {
  position: relative;
}
.secBusiness .container {
  width: 1140px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secBusiness .container {
    width: 76vw;
  }
}
.secBusiness .container .btn {
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}
@media (max-width: 768px) {
  .secBusiness .container .btn {
    margin-top: 10vw;
    flex-wrap: wrap;
  }
  .secBusiness .container .btn li {
    margin-top: 4vw;
  }
  .secBusiness .container .btn li:first-of-type {
    margin-top: 0;
  }
}
.secBusiness .container .btn a {
  display: block;
  position: relative;
}
.secBusiness .container .btn a:hover .hvr {
  opacity: 1;
}
.secBusiness .container .btn img {
  width: 366px;
}
@media (max-width: 768px) {
  .secBusiness .container .btn img {
    width: 100%;
  }
}
.secBusiness .container .btn img.hvr {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.wrapper {
  padding: 20px;
  position: relative;
}

.wave-wrapper {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 768px) {
  .wave-wrapper {
    top: 44%;
  }
}

@media (max-width: 768px) {
  .loading .wave-wrapper {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .loading .txt-wrapper {
    top: 50%;
  }
}
.loading .txt-wrapper .txt2 {
  display: flex;
  width: max-content;
}
.loading .txt-wrapper .txt2 p {
  margin-left: 16px;
}
.loading .txt-wrapper .txt2 p img {
  height: 97px;
}
@media (max-width: 768px) {
  .loading .txt-wrapper .txt2 p img {
    height: 15vw;
  }
}

.txt-wrapper {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .txt-wrapper {
    top: 44%;
  }
}
.txt-wrapper .lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .txt-wrapper .lead {
    font-size: 3.4vw;
    margin-top: 5vw;
    margin-bottom: -5vw;
  }
}
.txt-wrapper .txt {
  display: flex;
  width: max-content;
}
.txt-wrapper .txt p {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 55px;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif !important;
}
@media (max-width: 750px) {
  .txt-wrapper .txt p {
    font-size: calc(80 / 750 * 100 * 1vw);
  }
}
.txt-wrapper .txt p {
  letter-spacing: 0.1em;
}
.txt-wrapper .txt p span {
  color: #f0c700;
}

.scroll-txt {
  overflow: hidden;
}

.scroll-track {
  display: flex;
  width: max-content;
}

.scroll-track p {
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 0;
  font-family: "Jersey 10", sans-serif;
  font-size: 23px;
  letter-spacing: 0.08em;
}

.wave {
  display: flex;
  width: 200vw;
  animation: waveMove 20s linear infinite;
}
@media (max-width: 768px) {
  .wave {
    animation: waveMove 5s linear infinite;
  }
}

.wave img {
  width: 100vw;
  flex: 0 0 100vw;
  display: block;
}
@media (max-width: 768px) {
  .wave img {
    width: 300vw;
  }
}

@keyframes waveMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
@keyframes txtMove {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
canvas#world {
  background-image: url(../img/top/mv-bg.webp) !important;
  background-size: 1250px auto;
  height: 800px;
  width: calc(100vw - 40px);
  border: 1px solid #323232;
}
@media (max-width: 768px) {
  canvas#world {
    height: 580px;
  }
}

main .title-area + canvas#world {
  height: 418px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  main .title-area + canvas#world {
    height: 310px;
  }
}
/*# sourceMappingURL=style.css.map */
