@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo&family=Inter&family=Lato&family=Roboto&display=swap");
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

a {
  background-color: transparent;
}

abbr[ttl] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*グーテンベルグ common*/
.alignleft {
  float: left;
  margin-left: 0;
}

.alignright {
  float: right;
  margin-right: 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-commments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

figure {
  margin: 0 0 0 0;
}

.wp-block-image {
  margin: 0;
}

.blocks-gallery-item {
  margin: 0;
}

/*グーテンベルグ commonここまで*/
/*common*/
:root {
  --color: #000;
  --bg: #f8f8f8;
  --keyColor: #c7ab74;
  --colorBorderGray: #cbcbcb;
  --Gray: #afafaf;
  --blue: #95b2b8;
  --bgGray: #efefef;
  --green: #a3bb87;
  --beige: #F5EBE1;
  --bgw: #fff;
  --red: #C1272D;
  --sand:#C69C6D;
}

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

body {
  box-sizing: border-box;
  background-color: var(--bgw);
}

body *,
body *::before,
body *::after {
  box-sizing: inherit;
}

html {
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.6;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  display: block;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
}

span {
  line-height: 2;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, "dnp-shuei-gothic-gin-std", "游ゴシック体", YuGothic, sans-serif;
  color: var(--color);
  font-style: normal;
  font-weight: 400;
  min-height: 100vh;
  letter-spacing: 0.02rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  line-height: 1.44;
}

html {
  font-size: 62.5%;
}

img {
  vertical-align: top;
}

* {
  margin: 0;
}

header {
  position: relative;
}

/*
.en{
  font-family: 'Open Sans',"Hiragino Kaku Gothic ProN",  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans","メイリオ",  sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
    font-feature-settings: initial;
}
*/
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
  span {
    font-size: 1.4rem;
  }
}
/*00__00__00 共通*/
.all-wrap {
  position: relative;
  width: 100%;
}

.content {
  min-height: 100vh;
  margin-bottom: 140px;
  opacity: 0;
}

.top .content {
  margin-bottom: 80px;
}

.top-section {
  width: 85%;
  margin: 0 auto;
}

.under-section {
  width: 85%;
  margin: 0 auto;
  max-width: 800px;
}

.under-section-l {
  width: 85%;
  margin: 0 auto;
  max-width: 800px;
}

.en {
  font-family: "Segoe UI", "Helvetica Neue", Arial, "dnp-shuei-gothic-gin-std", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.08em;
}

.atmark:before {
  display: inline-block;
  content: "@";
}

.link-disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .content {
    min-height: 100vh;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-section {
    margin: 0 6.4vw;
    width: calc(100% - 12.8vw);
  }
  .under-section {
    margin: 0 6.4vw;
    width: calc(100% - 12.8vw);
  }
}
/*00__01_00 ヘッダー*/
.toggle-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  z-index: 999;
  transition: all 0.3s ease-out;
  cursor: pointer;
  background: var(--sand);
}

.toggle-btn__inner {
  position: relative;
  top: 50%;
  left: 50%;
}

.bar {
  width: 40px;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
  background-color: #fff;
  transition: 0.3s cubic-bezier(0, 0.45, 0.47, 1);
}

.toggle-btn:hover .bar_top,
.toggle-btn:hover .bar_bottom {
  transform: translateX(-30%);
}

.bar_top {
  top: -11px;
}

.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}

.bar_bottom {
  bottom: -11px;
}

.toggle-btn.close .bar_top {
  transform: translate(-50%, 10.5px) rotate(45deg);
  transition: transform 0.3s cubic-bezier(0, 0.45, 0.47, 1);
}

.toggle-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0.45, 0.47, 1);
}

.toggle-btn.close .bar_bottom {
  transform: translate(-50%, -10.5px) rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0, 0.45, 0.47, 1);
}

body.noscroll {
  overflow: hidden;
}

.mail_btn {
  position: fixed;
  top: 80px;
  background: var(--red);
  width: 80px;
  height: 80px;
  right: 0;
  display: block;
  z-index: 999;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.mail_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mail_btn a img {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .mail_btn {
    width: 50px;
    height: 50px;
    top: 50px;
    right: 0;
  }
  .mail_btn a img {
    width: 23px;
  }
}
@media (max-width: 768px) {
  .mail_btn {
    display: none;
  }
}

.header__sns {
  position: fixed;
  z-index: 99;
  top: 210px;
  right: 50px;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__sns li {
  margin-bottom: 40px;
  color: var(--keyColor);
  position: relative;
  height: 100px;
  left: 0;
}

.header__sns li a {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 1.35rem;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.header__sns li a:hover {
  opacity: 1;
}

.header__sns li:last-child {
  margin-bottom: 0px;
}

.header__sns li a:before {
  content: "";
  background: url(../img/arrow-down.png) no-repeat;
  position: relative;
  width: 10px;
  height: 8px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  padding-right: 10px;
  background-size: cover;
  transition: all 0.2s ease-out; /*アニメーション速度*/
}

.header__sns li .mail {
  background: var(--sand);
}

.contact-btn {
  position: fixed;
  right: 100px;
  bottom: 85px;
  z-index: 99;
  transform: translate(50%, 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 105px;
  height: 105px;
  border-radius: 50% 50%;
  justify-content: center;
  background-color: var(--keyColor);
  transition: background-color 0.3s ease-out;
}

.contact-btn .envelope {
  width: 30px;
  transition: fill 0.3s ease-out;
  fill: #fff;
}

.contact-btn span {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 3px;
  transition: color 0.3s ease-out;
}

.contact-btn:hover {
  background-color: #fff;
  border: var(--keyColor) solid 1px;
  opacity: 1;
}

.contact-btn:hover .envelope {
  fill: var(--keyColor);
}

.contact-btn:hover span {
  color: var(--keyColor);
}

@media screen and (max-width: 1024px) {
  .toggle-btn {
    width: 50px;
    height: 50px;
    background-color: var(--keyColor);
    top: 0;
    right: 0;
  }
  .toggle-btn__inner {
    top: calc(50% - 6px);
  }
  .bar {
    background-color: #fff;
    width: 19px;
  }
  .bar_top {
    top: -5px;
  }
  .bar_mid {
    top: 5px;
  }
  .bar_bottom {
    bottom: -15px;
  }
  .toggle-btn.close .bar {
    background-color: var(--bgw);
  }
  .toggle-btn.close .bar_top {
    transform: translate(-50%, 9px) rotate(45deg);
  }
  .toggle-btn.close .bar_bottom {
    transform: translate(-50%, -9px) rotate(-45deg);
  }
  .toggle-btn.close .toggle-btn__inner:after {
    color: var(--keyColor);
  }
  .header__sns {
    right: 30px;
  }
  .contact-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__sns {
    display: none;
  }
}
/*00__01_01 メニュー*/
.menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 901;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.45, 0.47, 1);
}

.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--bg);
}

.menu__body {
  position: relative;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu__logo {
  display: block;
  width: 289px;
  margin-bottom: 80px;
}

.menu__nav__outer {
  display: flex;
  flex-direction: column;
}

.menu__nav {
  display: flex;
  flex-direction: row;
  width: 520px;
  justify-content: space-between;
}

.menu__nav-main {
  display: flex;
  flex-flow: column;
  margin-right: 10px;
}

.menu__nav-main__item {
  margin-bottom: 36px;
  padding-right: 40px;
}

.menu__nav-main__item:last-child {
  margin-bottom: 0px;
}

.menu__nav-main__item a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.menu__nav-main__item a:hover span {
  animation: horizontalFade 0.4s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.menu__nav-main__item a span {
  transition: all 0.3s cubic-bezier(0, 0.45, 0.47, 1);
}

/*.menu__nav-main__item a:before {
  content: '';
  width: 0px;
  height: 1px;
  background: var(--color);
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  position: absolute;
  top: 50%;
}
*/
.menu__nav-main__item a:hover {
  opacity: 1;
}

/*
.menu__nav-main__item a:hover:before {
  width: 20px;
}

.menu__nav-main__item a:hover span {
  transform: translateX(30px);
}
*/
.menu__nav-main .en {
  font-size: 1.5rem;
  line-height: 1.44;
  color: var(--keyColor);
}

.menu__nav-main .ja {
  font-size: 2rem;
  line-height: 1.44;
  margin-top: 3px;
  font-weight: 600;
  margin-right: 20px;
}

.menu__nav-sub {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}

.menu__nav-sub__item {
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.menu__nav-sub__item a {
  position: relative;
  background: var(--red);
  color: #fff;
  padding: 10px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__nav-sub__item a img {
  width: 19px;
  margin-right: 14px;
}

.menu__nav-sub__item a:hover {
  opacity: 1;
}

.menu__nav-sub__item:last-child {
  margin-bottom: 0px;
}

.menu__nav-sns {
  display: flex;
  flex-direction: column;
}

.menu__nav-sns__item {
  font-size: 1.5rem;
  color: var(--keyColor);
  padding-right: 50px;
}

.menu__nav-sns__item:last-child {
  margin-bottom: 0px;
}

.menu__nav-sns__item a {
  display: flex;
  align-items: center;
  position: relative;
}

.menu__nav-sns__item a span {
  transition: all 0.3s cubic-bezier(0, 0.45, 0.47, 1);
  transform: translateX(20px);
}

.menu__nav-sns__item a:before {
  content: "";
  background: url(../img/arrow-down.png) no-repeat;
  position: relative;
  width: 10px;
  height: 8px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  padding-right: 10px;
  background-size: cover;
  transition: all 0.3s cubic-bezier(0, 0.45, 0.47, 1);
  position: absolute;
  top: 39%;
  transform: rotateZ(-90deg);
}

.menu__nav-sns__item a:hover {
  opacity: 1;
}

.menu__nav-sns__item a:hover span {
  transform: translateX(60px);
}

.reserve-btn {
  color: var(--keyColor);
  border: var(--keyColor) solid 1px;
  padding: 10px 20px 10px 25px;
  font-size: 1.5rem;
  border-radius: 25px;
  display: flex;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: end;
  transition: all 0.3s ease-out;
  margin-top: 25px;
}

.reserve-btn__arrow::after {
  position: relative;
  top: calc(50% - 8.25px);
  left: calc(50% - 10.25px);
  display: block;
  width: 20.5px;
  height: 16.5px;
  content: "";
  background-image: url(../images/common/icon-link_keyColor.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16.5px;
  transition: all 0.3s ease-out;
}

.reserve-btn:hover {
  color: #fff;
  background-color: var(--keyColor);
}

.reserve-btn:hover span:first-child {
  animation: horizontalFade 0.4s cubic-bezier(0.7, 0.2, 0.2, 1) forwards;
}

.reserve-btn:hover .reserve-btn__arrow::after {
  background-image: url(../images/common/icon-link_white.svg);
}

@media screen and (max-width: 1024px) {
  .menu__body {
    flex-direction: column;
    top: 0;
    transform: translateY(0);
    margin-top: 140px;
  }
  .menu__logo {
    margin-bottom: 80px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .menu__body {
    margin-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 50px;
    overflow-y: scroll;
    height: 100vh;
  }
  .menu__body::-webkit-scrollbar {
    display: none;
  }
  .menu__logo {
    margin: 0 auto 64px auto;
    width: 180px;
  }
  .menu__nav__outer {
    margin: 0 auto 50px;
  }
  .menu__nav {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
  }
  .menu__nav-main {
    margin-right: 0;
  }
  .menu__nav-main__item {
    margin-right: 0;
    margin-bottom: 37px;
  }
  .menu__nav-main .en {
    font-size: 1.8rem;
  }
  .menu__nav-main .ja {
    font-size: 1.8rem;
    margin-top: 2px;
  }
  .menu__nav-sub {
    flex-direction: column;
    margin-top: 40px;
    margin-right: 0;
  }
  .menu__nav-sub__item {
    margin-bottom: 27px;
    margin-top: 0;
    margin-right: 20px;
    font-size: 1.6rem;
  }
  .menu__nav-sub__item a {
    padding: 10px 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu__nav-sub__item:last-child {
    margin-bottom: 20px;
  }
  .menu__nav-sns {
    margin-top: 25px;
    flex-direction: row;
  }
  .menu__nav-sns__item {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-right: 20px;
  }
  .menu__nav-sns__item a span {
    font-size: 1.7rem;
  }
  .reserve-btn {
    align-self: center;
  }
}
/*00__01_02 メニュー フェードイン*/
.menu.fade-in {
  opacity: 1;
}

.menu .fadeInDelay {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.menu .fadeInDelay.fade-in {
  opacity: 1;
}

.menu .fadeInDelay02 li {
  overflow: hidden;
}

.menu .fadeInDelay02 li a {
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0, 0.45, 0.47, 1);
}

.menu .fadeInDelay02 li.fade-in a {
  transform: translateY(0);
}

.menu .fadeInDelay03 {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.menu .fadeInDelay03.fade-in {
  opacity: 1;
}

/*00_02_00 フッター*/
.footer {
  padding-top: 60px;
  border-top: var(--colorBorderGray) solid 1px;
}

.footer__inner {
  display: flex;
  flex-direction: row;
  padding-bottom: 158px;
  position: relative;
}

.footer__logo {
  display: block;
  width: 289px;
  min-width: 180px;
}

.footer__logo:hover {
  opacity: 1;
}

.footer__body {
  margin-left: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-grow: 1;
}

.footer__nav {
  margin-left: -30px;
  display: flex;
  margin-bottom: 25px;
}

.footer__nav-main {
  display: flex;
  flex-flow: column;
}

.footer__nav-main__item {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 32px;
  margin-left: 30px;
}

.footer__nav-main__item:last-child {
  margin-bottom: 0px;
}

.footer__nav-sub {
  display: flex;
  flex-flow: column;
}

.footer__nav-sub__item {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 25px;
  margin-left: 100px;
}

.footer__nav-sub__item:last-child {
  margin-bottom: 0px;
}

.footer__nav-sub__item.pp {
  display: inline-block;
}

.footer__nav-sub__item.pp a:hover {
  opacity: 0.6;
}

.footer__nav-sub__item.pp a:after {
  height: 1px;
}

.footer__nav ul li a {
  position: relative;
}

.footer__nav ul li a:hover {
  opacity: 1;
}

.footer__nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 1px;
  background: var(--color);
  transition: all 0.2s cubic-bezier(0, 0.45, 0.47, 1); /*アニメーション速度*/
}

.footer__nav ul li a:hover:after {
  width: 100%;
}

.footer__info {
  font-size: 1.5rem;
}

.copyright__wrap {
  position: absolute;
  bottom: 70px;
}

.subsidized {
  font-size: 1.2rem;
}

.copyright {
  margin-top: 5px;
  display: inline-block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 55px;
  }
  .footer__inner {
    flex-direction: column;
    padding-bottom: 88px;
  }
  .footer__logo {
    width: 200px;
    min-width: 140px;
    margin: 0 auto 45px auto;
  }
  .footer__body {
    margin-left: 0px;
    justify-content: center;
  }
  .footer__nav {
    margin-bottom: 0;
  }
  .footer__nav-main__item {
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .footer__nav-sub {
    margin-bottom: 45px;
  }
  .footer__nav-sub__item {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .copyright__wrap {
    bottom: 64px;
  }
  .copyright {
    margin-right: 0px;
    font-size: 1.4rem;
  }
}
/*00_03__00 ナビゲーション*/
.header__nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 900;
  padding: 28px 120px 28px 50px;
  background-color: var(--bg);
  border-left: 20px solid #C69C6D;
}

.header__nav__list {
  display: flex;
}

.header__nav__item {
  font-size: 1.7rem;
  margin-right: 40px;
  line-height: 1.44;
}

.header__nav__item:last-child {
  margin-right: 0px;
}

.header__nav__item a {
  position: relative;
}

.header__nav__item a:hover {
  opacity: 1;
}

.header__nav__item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 1px;
  background: var(--color);
  transition: all 0.2s cubic-bezier(0, 0.45, 0.47, 1); /*アニメーション速度*/
}

.header__nav__item a:hover:after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
/*00_04_00 下層ページキービジュアル*/
.under-kv {
  width: 100%;
  padding-right: 80px;
  display: flex;
  flex-flow: row nowrap;
}

.under-kv__ttl__outer {
  width: 25%;
  /* min-width: 200px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.under-kv__logo {
  width: 100%;
  min-width: 241px;
  padding: 58px 42px 85px;
  background: var(--red);
}

.under-kv__logo img {
  width: 100%;
  height: auto;
}

.under-kv__logo:hover {
  opacity: 1;
}

.under__kv__ttl {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  min-width: 100px;
}

.under__kv__ttl__inner {
  margin-top: 30px;
  position: relative;
  writing-mode: vertical-rl;
}

.under__kv__ttl__inner span {
  font-feature-settings: "pkna";
}

.under__kv__ttl__inner .en {
  position: absolute;
  font-size: 1.6rem;
  color: var(--keyColor);
  line-height: 1.44;
  left: 100%;
  margin-left: 7px;
}

.under__kv__ttl__inner .ja {
  font-size: 4rem;
  line-height: 1;
  color: #C1272D;
  font-weight: 700;
}

.under-kv__image {
  width: 75%;
  height: -moz-min-content;
  height: min-content;
}
.under-kv__image p {
  margin: 50px auto 72px;
  font-size: 2rem;
}
.under-kv__image p a {
  text-decoration: underline;
  color: blue;
  word-wrap: break-word;
}

.under-kv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-moz-document url-prefix() {
  .under-kv__image img {
    height: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .under-kv {
    width: 100%;
    height: auto;
    padding-right: 0px;
    display: flex;
    flex-flow: column nowrap;
  }
  .under-kv__ttl__outer {
    width: 85%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .under-kv__logo {
    width: 32%;
    max-width: 180px;
    margin-bottom: 50px;
    margin-left: -9%;
  }
  .under__kv__ttl {
    align-items: flex-start;
    flex-direction: row;
  }
  .under__kv__ttl:before {
    display: none;
  }
  .under__kv__ttl__inner {
    margin-top: 0px;
    margin-bottom: 23px;
    display: flex;
    flex-direction: column;
    writing-mode: horizontal-tb;
  }
  .under__kv__ttl__inner span {
    font-feature-settings: "palt";
  }
  .under__kv__ttl__inner .en {
    left: 0;
    margin-left: 0;
    margin-bottom: 4px;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .under-kv__image {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .under-kv__image {
    width: calc(100% - 12.8vw);
    margin: 0 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .under-kv__ttl__outer {
    width: calc(100% - 12.8vw);
    margin: 0 6.4vw;
  }
  .under-kv__logo {
    max-width: 160px;
    min-width: 140px;
    margin-bottom: 40px;
    margin-left: -6.4vw;
    padding: 30px 20px 40px;
  }
  .under__kv__ttl__inner .en {
    left: 0;
    margin-left: 0;
    margin-bottom: 4px;
    position: relative;
  }
  .under__kv__ttl__inner .ja {
    font-size: 2.4rem;
  }
  .under-kv__image p {
    margin: 28px auto 60px;
    font-size: 1.4rem;
  }
}
/*00_04_001 下層ページキービジュアルなし*/
.under__ttl__outer {
  position: relative;
  margin-top: -118px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}

.under__ttl__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.under__ttl__inner .en {
  position: relative;
  font-size: 1.6rem;
  color: var(--keyColor);
  line-height: 1.44;
  margin-bottom: 4px;
  text-align: center;
}

.under__ttl__inner .ja {
  font-size: 2.7rem;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .under__ttl__outer {
    max-width: 85%;
    margin: 0 auto;
    top: 0;
    align-items: flex-start;
  }
  .under__ttl__inner .en {
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  .under__ttl__outer {
    width: calc(100% - 12.8vw);
    margin: 0 6.4vw;
  }
  .under__ttl__inner .ja {
    font-size: 2.2rem;
  }
}
/*トップページ共通*/
/*00_04_02 下層ページ共通*/
.under-sec {
  display: flex;
  justify-content: space-between;
}

.section-ttl__box {
  padding-top: 4vh;
  top: 0;
  align-self: baseline;
  margin-top: -4vh;
}

.under-kv__ttl__outer .section-ttl {
  align-items: flex-start;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .under-kv__ttl__outer .section-ttl {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .under-kv__ttl__outer .section-ttl {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .under-kv__ttl__outer .section-ttl span {
    display: inline;
    margin-right: 17px;
  }
}
.under-kv__ttl__outer .section-ttl .ja {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .under-kv__ttl__outer .section-ttl .ja {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .under-kv__ttl__outer .section-ttl .ja {
    margin-bottom: 10px;
  }
}
.under-kv__ttl__outer .section-ttl .ja:after {
  content: none;
}
.under-kv__ttl__outer .section-ttl .en {
  margin-left: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .under-kv__ttl__outer .section-ttl .en {
    margin: 0 0 24px 63px;
  }
}
@media (max-width: 768px) {
  .under-kv__ttl__outer .section-ttl .en {
    margin: 0 0 24px 44px;
  }
}
.under-kv__ttl__outer .section-ttl .en:before {
  content: "";
  background: var(--sand);
  position: absolute;
  top: -24%;
  height: 44px;
  width: 2px;
  left: 17px;
}
@media screen and (max-width: 1024px) {
  .under-kv__ttl__outer .section-ttl .en:before {
    top: 47%;
    height: 2px;
    width: 44px;
    left: -57px;
  }
}
@media screen and (min-width: 1025px) {
  #about-otari .section-ttl__box {
    top: initial;
  }
  #about-otari .section-ttl__box.is-fixed {
    position: fixed;
    margin-top: -10px;
  }
  .course-page .section-ttl {
    position: initial;
  }
  .course-page .section-ttl.is-fixed {
    position: fixed;
    width: 76px;
    margin-right: 80px;
  }
  #guide .section-ttl__box {
    position: sticky;
  }
}
@media screen and (max-width: 1024px) {
  #about-otari .section-ttl__box.is-fixed {
    position: initial !important;
  }
  .course-page .section-ttl {
    position: initial !important;
  }
  .course-page .section-ttl.is-fixed {
    position: initial !important;
  }
}
.section-ttl {
  display: flex;
  flex-direction: column;
}

.section-ttl span {
  display: block;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
}

.section-ttl .en {
  font-size: 2.4rem;
  color: #C69C6D;
  line-height: 1.44;
  margin-left: 7px;
}

.section-ttl .ja {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 72px;
  position: relative;
}
_::-webkit-full-page-media .section-ttl .ja, _:future .section-ttl .ja, :root .section-ttl .ja {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 72px;
  position: relative;
}
@-moz-document url-prefix() {
  .section-ttl .ja {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 72px;
    position: relative;
  }
}
.under-sec__body {
  width: calc(100% - 100px);
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .under-sec__body {
    margin-left: auto;
  }
}

.ABOUT {
  position: relative;
}

.links {
  word-wrap: break-word;
}

.about-otari .under-sec__body {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .under-sec {
    flex-direction: column;
  }
  .section-ttl__box {
    padding-top: 0;
    position: relative;
    align-self: auto;
    -webkit-box-orient: vertical;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section-ttl {
    flex-direction: row;
    align-items: center;
  }
  .section-ttl span {
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
  }
  .section-ttl .en {
    margin-left: 0px;
    color: #C69C6D;
    font-size: 2rem;
  }
  .section-ttl .ja {
    font-size: 2.4rem;
    margin-right: 70px;
    margin-bottom: 0;
    position: relative;
  }
  .under-sec__body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-ttl .ja {
    font-size: 2.4rem;
    margin-right: 70px;
  }
  .section-ttl__box {
    margin-bottom: 30px;
  }
}
/*00__05__00 ローダー*/
.loader__bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: var(--bg);
  z-index: 10000;
  transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%, -50%);
  width: 20vw;
  min-width: 250px;
  transition: all 0.4s ease-out;
}

.loader__bg.hide {
  width: 0%;
}

.loader.hide {
  opacity: 0;
  transform: translate(-50%, -40%);
}

@media screen and (max-width: 1024px) {
  .loader {
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .loader__bg {
    height: 100vh;
  }
  .loader {
    width: 35vw;
    min-width: 170px;
  }
}
/*01__00__00 トップ*/
.top-sec {
  display: flex;
  justify-content: space-between;
}

.top-sec__ttl {
  padding-top: 4vh;
  position: sticky;
  top: 0;
  align-self: baseline;
  display: flex;
  flex-direction: column;
  margin-top: -4vh;
}
@-moz-document url-prefix() {
  .top-sec__ttl {
    padding-left: 30px;
  }
}

.top-sec__ttl span {
  display: block;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
}

.top-sec__ttl .en {
  font-size: 2.4rem;
  color: var(--keyColor);
  line-height: 1.44;
  margin-left: 7px;
  margin-top: 60px;
  position: relative;
}

.top-sec__ttl .ja {
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
}
.top-sec__ttl .ja::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 44px;
  left: 57%;
  bottom: -53px;
  background: var(--keyColor);
  transition: all 0.2s ease-out;
}
@-moz-document url-prefix() {
  .top-sec__ttl .ja::after {
    left: -142%;
  }
}

@media (max-width: 768px) {
  .access .top-sec__ttl .ja {
    margin-right: -1px;
    font-size: 2.4rem;
  }
  .access .top-sec__ttl .ja .en {
    font-size: 1.8rem;
  }
}
.access .top-sec__ttl .ja::after {
  content: none;
}

.top-sec__body {
  width: calc(100% - 7.5vw);
}

@media screen and (max-width: 1024px) {
  .top-sec {
    flex-direction: column;
  }
  .top-sec__ttl {
    padding-top: 0;
    position: relative;
    align-self: auto;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .top-sec__ttl span {
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
  }
  .top-sec__ttl .ja {
    margin-right: 69px;
  }
  .top-sec__ttl .en {
    font-size: 2rem;
    margin: 0;
  }
  .top-sec__ttl .en::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 2px;
    left: -58px;
    bottom: 14px;
    background: var(--keyColor);
    transition: all 0.2s ease-out;
  }
  .top-sec__body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-sec .ja {
    font-size: 2.4rem;
  }
  .top-sec__ttl {
    margin-bottom: 22px;
  }
}
/*01__01_00 トップキービジュアル*/
.kv__outer {
  width: 100%;
  padding-right: 80px;
  height: calc(100vh + 1400px);
}

.kv__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #000000;
  opacity: 0.18;
}

.kv {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.kv__logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31vw;
  min-width: 250px;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.kv__logo.hide {
  transform: translate(-50%, -45%);
  opacity: 0;
}

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

.kv__body {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.kv__news {
  position: absolute;
  bottom: 40px;
  right: 80px;
}

.kv__news a {
  display: flex;
  color: #fff;
}

.kv__news span {
  font-size: 1.7rem;
  display: inline-block;
}

.kv__news .post-date {
  margin-right: 20px;
}

.kv__news .post-title {
  max-width: 40vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.kv__body__inner {
  margin: 0 auto;
  max-width: 800px;
  width: 85%;
  display: flex;
  flex-flow: row-reverse nowrap;
  color: #fff;
}

.kv__copy {
  writing-mode: vertical-rl;
  font-size: 8rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.65rem;
  font-feature-settings: "pkna";
}

.kv__copy p {
  font-size: 5.9rem;
}

.kv__txt {
  margin-right: 40px;
  margin-top: 20vh;
}

.kv__txt p {
  font-size: 2rem;
}

.kv__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
}

.kv__txt .btn_outer {
  margin-top: 20px;
}

/*ボタン*/
.btn_outer {
  display: flex;
  justify-content: flex-end;
}

.btn {
  font-size: 2rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.btn .arrow {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: #000 solid 2px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  margin-left: 10px;
}

.btn .arrow:after {
  position: absolute;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 4px);
  display: block;
  width: 9px;
  height: 17px;
  content: "";
  background-image: url(../img/arrow-black.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0, 0.45, 0.47, 1);
}

.btn:hover {
  opacity: 1;
}

.btn:hover .arrow:after {
  animation: arrow-move 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.btn:hover span:first-child {
  animation: horizontalFade 0.4s cubic-bezier(0.7, 0.2, 0.2, 1) forwards;
}

.link__btn {
  padding: 15px 25px;
  border: var(--color) solid 1px;
  border-radius: 31px;
  transition: all 0.3s ease-out;
}

.link__btn:hover {
  background-color: var(--color);
  color: #fff;
}

.btn .link {
  margin-left: 20px;
}

.btn .link:after {
  position: relative;
  top: calc(50% - 8.25px);
  left: calc(50% - 10.25px);
  display: block;
  width: 20.5px;
  height: 16.5px;
  content: "";
  background-image: url(../images/common/icon-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16.5px;
}

.link__btn:hover .link:after {
  background-image: url(../images/common/icon-link_white.svg);
}
@keyframes arrow-move {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  48% {
    transform: translateX(200%);
    opacity: 1;
  }
  49% {
    transform: translateX(200%);
    opacity: 0;
  }
  50% {
    transform: translateX(-200%);
    opacity: 0;
  }
  51% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.btn.btn-white {
  color: #fff;
}

.btn.btn-white .arrow {
  border: #fff solid 1px;
}

.btn.btn-white .arrow:after {
  background-image: url(../img/arrow-white.png);
}

/*ボタンここまで*/
.kv__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateX(2.5%) scale(1.05, 1.05);
}

.slide_item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 0;
  top: 0;
  z-index: 998;
  transition: opacity 3000ms ease 0s;
}

.slide_item img.slide-animation {
  transform: translateX(-2.5%) scale(1.05, 1.05);
  transition: all 7s linear;
}

.kv__slider .slick-list,
.kv__slider .slick-track {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block;
  width: 100% !important;
}

/*天気予報*/
#day, #month, #year, #temp, #city {
  font-family: "Lato", sans-serif;
}

.kv__weather {
  position: absolute;
  bottom: 32px;
  left: 40px;
  color: #fff;
  z-index: 12;
}

.kv__weather__today {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.kv__weather__today span {
  display: inline-block;
  line-height: 1;
}

.kv__weather__today p {
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 5px 4px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .kv__weather__today p {
    padding: 0 0 2px;
  }
}

.kv__weather__today #day {
  margin-right: 3px;
  font-size: 3rem;
}

.kv__weather__today #month {
  font-size: 3rem;
  position: relative;
}
.kv__weather__today #month:after {
  content: ".";
  position: absolute;
  font-size: 3px;
  right: -6px;
  bottom: 2px;
  background: #fff;
}

.kv__weather__today #year {
  font-size: 1.8rem;
  border-bottom: 1px solid #FFF;
  margin-bottom: 2px;
  display: inline-block;
  padding: 0 5px 7px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .kv__weather__today #year {
    margin-bottom: 4px;
  }
}

#weather {
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}
.kv__weather__today #temp {
  font-size: 4rem;
}

#city {
  font-size: 1.4rem;
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 10px 10px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  #city {
    font-size: 1rem;
    margin: 0 auto 10px;
    padding-bottom: 8px;
  }
}

.kv__weather__weather {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.kv__weather__weather span {
  display: inline-block;
  line-height: 1;
}

.kv__weather__weather .temp_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.kv__weather__weather .temp {
  font-size: 3.5rem;
  letter-spacing: 0.3rem;
  margin-bottom: 8px;
}

.kv__weather__weather .temp:after {
  content: "°C";
}

.kv__weather__weather .city {
  font-size: 1.6rem;
}

.kv__weather__weather .weather:before {
  content: "";
  width: 65px;
  height: 65px;
  display: inline-block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65px auto;
}

/*天気アイコン*/
.kv__weather__weather .weather.Clouds:before {
  background-image: url("../images/wi-cloud.png");
}

.kv__weather__weather .weather.Rain:before {
  background-image: url("../images/wi-rain.png");
}

.kv__weather__weather .weather.Thunderstorm:before {
  background-image: url("../images/wi-thunderstorm.png");
}

.kv__weather__weather .weather.Drizzle:before {
  background-image: url("../images/wi-sprinkle.png");
}

.kv__weather__weather .weather.Snow:before {
  background-image: url("../images/wi-snowflake-cold.png");
}

.kv__weather__weather .weather.Mist:before,
.kv__weather__weather .weather.Haze:before,
.kv__weather__weather .weather.Fog:before {
  background-image: url("../images/wi-fog.png");
}

.kv__weather__weather .weather.Smoke:before {
  background-image: url("../images/wi-smoke.png");
}

.kv__weather__weather .weather.Dust:before,
.kv__weather__weather .weather.Ash:before {
  background-image: url("../images/wi-dust.png");
}

.kv__weather__weather .weather.Sand:before {
  background-image: url("../images/wi-sandstorm.png");
}

.kv__weather__weather .weather.Squall:before {
  background-image: url("../images/wi-strong-wind.png");
}

.kv__weather__weather .weather.Tornado:before {
  background-image: url("../images/wi-tornado.png");
}

.kv__weather__weather .weather.Clear:before {
  background-image: url("../images/wi-day-sunny.png");
}

@media screen and (max-width: 767px) {
  .kv__weather {
    left: 50%;
    transform: translate(-50%, -40%);
    bottom: -76px;
  }
  .kv__weather__today {
    margin-bottom: 0;
  }
  .kv__weather__today span {
    font-size: 2rem;
  }
  .kv__weather__weather .temp_wrap {
    margin-left: 5px;
  }
  .kv__weather__weather .temp {
    font-size: 3rem;
    letter-spacing: 1px;
  }
  .kv__weather__weather .city {
    font-size: 1.05rem;
  }
  .kv__weather__weather .weather:before {
    width: 35px;
    height: 35px;
    background-size: 35px auto;
  }
  .kv__weather__today #day {
    font-size: 2.2rem;
  }
  .kv__weather__today #month {
    font-size: 2.2rem;
  }
  .kv__weather__today #year {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1024px) {
  .kv__outer {
    padding-right: 0px;
    height: calc(100vh + 1400px);
  }
  .kv {
    height: 100vh;
  }
  .kv__news {
    right: 40px;
  }
  .kv__logo {
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .kv__outer {
    height: calc(100vh + 1100px);
  }
  .kv__logo {
    min-width: 240px;
    width: 35%;
  }
  .kv__body {
    align-items: flex-start;
  }
  .kv__body__inner {
    margin: 0 6.4vw 100px;
    width: calc(100% - 12.8vw);
    flex-flow: column nowrap;
  }
  .kv__copy {
    writing-mode: horizontal-tb;
    font-size: 3.2rem;
    letter-spacing: 0.5rem;
    font-feature-settings: "palt";
    line-height: 1.1;
  }
  .kv__copy p {
    font-size: 2.4rem;
  }
  .kv__txt {
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 0;
  }
  .kv__txt p {
    font-size: 1.3rem;
  }
  .kv__news {
    left: 6.4vw;
    top: 12px;
    right: initial;
    bottom: initial;
  }
  .kv__news a {
    flex-direction: column;
  }
  .kv__news span {
    font-size: 1.4rem;
  }
  .kv__news .post-date {
    margin-right: 0px;
  }
  .kv__news .post-title {
    max-width: calc(93.6vw - 90px);
  }
  .kv__txt .btn_outer {
    margin-top: 5px;
  }
  /*ボタン*/
  .btn {
    font-size: 1.35rem;
  }
  .btn .arrow {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }
  .btn .arrow:after {
    top: calc(50% - 5px);
    left: calc(50% - 12px);
    width: 24px;
    height: 10px;
    background-size: auto 14px;
  }
  /*ボタンここまで*/
}
/*01__01_00 トップキ美濃で働く暮らす*/
.was-index {
  margin-top: 180px;
}

/*ループイメージ*/
.was-index__img {
  margin-right: -7.4vw;
  overflow: hidden;
  height: 36.6vw;
  min-height: 300px;
  display: flex;
}

.was-index__img ul {
  display: flex;
  height: 100%;
}

.loop_item {
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  margin-right: 5px;
  background-position: 0 0;
}

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

.guide_slider .slick-slide {
  display: block;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.guide_slider .slick-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .guide_slider .slick-slide img {
    height: 50vw;
  }
}

/*ループここまで*/
.was-index__txt {
  width: 100%;
  min-width: 450px;
  padding: 30px 0 0 0;
  border-radius: 0 20px 0 0;
  background-color: var(--bgw);
  position: relative;
  margin-bottom: 72px;
}

.was-index__txt .btn_outer {
  margin-top: 25px;
}

.was-index__txt .btn {
  margin-left: 40px;
}

.was-index__txt .btn:first-child {
  margin-left: 0px;
}

.wt-index {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wt_index__txt {
  width: 48.05%;
}

.wt-index__hdl_small {
  display: inline-block;
  color: var(--keyColor);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.59em;
}

.wt_index__txt .wt-index__hdl {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.wt_index__txt .wt-index__hdl span {
  display: inline;
  font-size: 2.7rem;
  padding: 12.5px 15px;
  background-color: var(--keyColor);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  align-self: baseline;
}

.wt-index__img {
  width: 48.05%;
}

.wt-index__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.wt__bg {
  width: 100%;
  opacity: 0.55;
  position: absolute;
  margin-top: -13vw;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .was-index {
    margin-top: 120px;
  }
  .was-index__img {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
    height: 100%;
    max-height: 340px;
    min-height: initial;
  }
  .was-index__txt {
    width: 100%;
    min-width: initial;
    padding: 25px 0px 0 0px;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .was-index__txt .btn_outer {
    margin-top: 20px;
    min-width: 315px;
  }
  .was-index__txt .btn {
    margin-left: 25px;
  }
  .wt-index {
    margin-top: 100px;
    flex-direction: column-reverse;
  }
  .wt-index__hdl_small {
    font-size: 1.35rem;
  }
  .wt_index__txt .wt-index__hdl {
    margin-bottom: 25px;
  }
  .wt_index__txt .wt-index__hdl span {
    font-size: 2.2rem;
    padding: 10px 12.5px;
  }
  .wt_index__txt {
    width: 100%;
  }
  .wt-index__img {
    width: 100%;
    margin-bottom: 25px;
  }
  .wt__bg {
    position: relative;
    margin-top: 0;
  }
}
/*01__02_00 企業のみなさまへ*/
.ent-index {
  margin-top: 220px;
}

.ent-index__inner {
  display: flex;
  flex-flow: column;
}

.ent-index__img {
  width: 100%;
  height: 36.6vw;
}

.ent-index__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ent-index__txt {
  width: 70%;
  min-width: 450px;
  padding: 30px 3.9% 0 0;
  border-radius: 0 20px 0 0;
  background-color: var(--bg);
  margin-top: -5vw;
  position: relative;
}

.ent-index__txt .btn_outer {
  margin-top: 25px;
}

.wtfw-index {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wtfw_index__txt {
  width: 48.05%;
}

.wtfw-index__hdl_small {
  display: inline-block;
  color: var(--keyColor);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.59em;
}

.wtfw_index__txt .wtfw-index__hdl {
  margin-bottom: 25px;
}

.wtfw_index__txt .wtfw-index__hdl span {
  font-size: 2.7rem;
  color: var(--color);
  line-height: 1.44;
}

.wtfw_index__txt .btn_outer {
  margin-top: 25px;
}

.wtfw-index__img {
  width: 48.05%;
}

.wtfw-index__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .ent-index {
    margin-top: 100px;
  }
  .ent-index__img {
    height: auto;
  }
  .ent-index__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ent-index__txt {
    width: 100%;
    min-width: initial;
    padding: 25px 25px 0 6.4vw;
    border-radius: 0 15px 0 0;
    margin-top: -30px;
    margin-left: -6.4vw;
  }
  .ent-index__txt .btn_outer {
    margin-top: 20px;
  }
  .wtfw-index {
    margin-top: 100px;
    flex-direction: column-reverse;
  }
  .wtfw-index__hdl_small {
    font-size: 1.35rem;
    margin-bottom: 0;
  }
  .wtfw_index__txt .wtfw-index__hdl {
    margin-bottom: 20px;
  }
  .wtfw_index__txt .wtfw-index__hdl span {
    font-size: 2.2rem;
  }
  .wtfw_index__txt {
    width: 100%;
  }
  .wtfw-index__img {
    width: 100%;
    margin-bottom: 25px;
  }
}
/*01__03_00 お知らせ*/
.news-index__list {
  display: flex;
  margin: 0 -1.95%;
}

.news-list__item {
  width: 33.333%;
  padding: 0 1.95%;
}

.news-list__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news-list__item a:hover {
  opacity: 1;
}

.news-list__item .thumbnail__image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.news-list__item .thumbnail__image:before {
  content: "";
  display: block;
  padding: 66.6666% 0 0;
}

.news-list__item .thumbnail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news-list__item a:hover .thumbnail__image img {
  transform: scale(1.05, 1.05);
}

.news-list__item__body {
  margin-top: 15px;
}

.news-list__item__info {
  display: flex;
}

.news-list__item__info span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.44;
}

.news-list__item__info .post-date {
  margin-right: 1em;
}

.news-list__item__body .post-cat {
  color: var(--keyColor);
}

.news-list__item__body .post-title {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 1.5rem;
  line-height: 1.44;
  font-weight: 600;
}

/*
.news-list__item a:hover .post-title{
    animation: horizontalFade 0.4s cubic-bezier(.7,.2,.2,1) forwards;
}
*/
.news-index .btn_outer {
  margin-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .news-index .btn_outer {
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 767px) {
  .news-index__list {
    flex-direction: column;
    margin: 0;
  }
  .news-list__item:last-child {
    margin-bottom: 0px;
  }
  .news-list__item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .news-list__item a {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .news-list__item .thumbnail__image {
    width: 50%;
    height: auto;
    overflow: hidden;
  }
  .news-list__item__body {
    width: 50%;
    margin-top: 0px;
    padding-left: 3.2vw;
  }
  .news-list__item__info {
    display: flex;
    flex-direction: column;
  }
  .news-list__item__info span {
    font-size: 1.4rem;
  }
  .news-list__item__info .post-date {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .news-list__item__body .post-cat {
    color: var(--keyColor);
    margin-top: 0px;
  }
  .news-list__item__body .post-title {
    margin-top: 5px;
    font-size: 1.4em;
  }
}
/*01__04_00 お知らせ*/
.index-btn {
  position: relative;
  display: block;
  margin-top: 75px;
}
@media (max-width: 768px) {
  .index-btn {
    margin-top: 60px;
  }
}

.index-btn:hover {
  opacity: 1;
}

.index-btn.btn-guide {
  margin-top: 80px;
  margin-bottom: 40px;
}

.index-btn__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-btn__bg .overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.image__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-btn__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.6s ease-out;
}

.index-btn__ttl {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  position: relative;
  padding: 120px 120px;
  clip-path: inset(0);
}

.index-btn__ttl .top-sec__ttl {
  padding-top: 0;
  position: relative;
  align-self: auto;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
}

.index-btn__ttl .top-sec__ttl span {
  writing-mode: horizontal-tb;
  font-feature-settings: "palt";
}

.index-btn__ttl .top-sec__ttl .en {
  margin-bottom: 4px;
  margin-left: 0;
  position: absolute;
  bottom: -20%;
  left: -158px;
  font-size: 2.4rem;
  color: var(--bgw);
}

.index-btn__ttl .top-sec__ttl .ja {
  color: #fff;
  font-size: 3.2rem;
}
.index-btn__ttl .top-sec__ttl .ja::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 1px;
  left: -52px;
  bottom: 13px;
  background: var(--bgw);
  transition: all 0.2s ease-out;
}

.index-btn:hover .index-btn__bg img {
  transform: scale(1.05);
}

.index-btn:hover .index-btn__ttl {
  animation: horizontalFade 0.6s cubic-bezier(0.7, 0.2, 0.2, 1) forwards;
}

@media screen and (max-width: 767px) {
  .index-btn.btn-guide {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .index-btn__ttl {
    padding: 80px 6.4vw;
  }
  .index-btn__ttl .top-sec__ttl {
    margin-left: 6.4vw;
  }
  .index-btn__ttl .top-sec__ttl .en {
    font-size: 1.8rem;
    left: -133px;
  }
  .index-btn__ttl .top-sec__ttl .ja {
    font-size: 2.4rem;
  }
  .index-btn__ttl .top-sec__ttl .ja:before {
    bottom: 11px;
  }
}
/*01__05_00 関連プロジェクト*/
.related-project {
  margin-top: 140px;
}

.reb__hl__outer {
  display: flex;
  gap: 20px;
  align-items: center;
}

.reb__hl {
  font-size: 2rem;
  color: var(--Gray);
}

.reb__hl__outer:after {
  content: "";
  position: relative;
  height: 1px;
  background: var(--colorBorderGray);
  display: block;
  flex: 1;
}

.reb__list {
  display: flex;
  gap: 6%;
  width: 100%;
  margin-top: 60px;
}

.reb__list .reb__item {
  width: 29.3333333333%;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reb__list .reb__item a {
  display: block;
}

.reb__list .reb__item img {
  max-width: 240px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .related-project {
    margin-top: 80px;
  }
  .reb__hl {
    font-size: 1.7rem;
  }
  .reb__list {
    gap: 6.4vw;
    margin-top: 45px;
  }
  .reb__list .reb__item {
    width: calc((100% - 6.4vw) / 2);
  }
}
/*02__00__00 WASITA MINOのこと*/
/*02__01__00 コンセプト*/
.concept {
  margin-top: 180px;
  position: relative;
}

.concept__inner {
  max-width: 800px;
  margin: 0 auto;
}

.concept__word {
  font-size: 2.7rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.4rem;
}

.concept__txt {
  margin-top: 80px;
}

.concept__txt p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.concept__txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .concept__inner {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    margin-top: 80px;
  }
  .concept__word {
    font-size: 2.2rem;
  }
  .concept__txt {
    margin-top: 60px;
  }
  .concept__txt p {
    font-size: 1.35rem;
  }
}
/*02__02__00 美濃のこと*/
.about-otari__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about-otari__txt {
  width: 66.1%;
  width: 68%;
}

.about-otari__txt h3 {
  font-size: 2.4rem;
  color: var(--keyColor);
  margin-bottom: 25px;
}

.about-otari__txt h3 .pin {
  display: inline-block;
  height: 2.4rem;
  margin-right: 0.5em;
  vertical-align: bottom;
  position: relative;
  bottom: 5px;
}

.about-otari__img {
  width: 48.05%;
  width: 29.2%;
}

.about-otari__img img {
  width: 100%;
  height: 100%;
}

.about-udt__wrap {
  margin-top: 50px;
}
.about-udt__wrap a {
  display: inline;
  text-decoration: underline;
}

.course-page {
  position: relative;
  margin-bottom: 0;
}
.course-page .about-udt__wrap {
  margin-top: 30px;
}
.course-page #about-mino .under-sec__body {
  margin-bottom: 0;
}

.about-slider {
  margin-right: -7.4vw;
  height: 36.6vw;
  min-height: 300px;
}

.about-slider .slick-track {
  height: 100%;
}

.about-slider .slick-list {
  padding: 0 calc(100% - 55vw - 70px) 0 0 !important;
  height: 100%;
}

.about-slider__item {
  height: 100%;
}

.about-slider__item__inner {
  height: 100%;
  display: flex;
}

.about-slider__item img {
  height: 100%;
  width: auto;
  margin-right: 15px;
}

.about-slider__item p {
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  margin-right: 25px;
}

.about-udt__txt {
  width: 100%;
  margin-bottom: 73px;
  position: relative;
}

.about-udt__txt h3 {
  margin-bottom: 40px;
}

.plate-hl {
  display: inline-block;
  font-size: 2.4rem;
  padding: 30px 40px 0 0;
  line-height: 1.44;
  background-color: var(--bg);
  border-radius: 0 20px 0 0;
}

.about-udt__txt .plate-hl {
  background-color: var(--bgGray);
}

.about-udt__txt .plate-h {
  background-color: var(--bgGray);
}

@media screen and (max-width: 1024px) {
  .about-udt__txt {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-otari__wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .about-otari__txt {
    width: 100%;
  }
  .about-otari__txt h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .about-otari__txt h3 .pin {
    height: 1.9rem;
    bottom: 4px;
  }
  .about-otari__img {
    width: 100%;
  }
  .about-udt__wrap {
    margin-top: 30px;
  }
  .about-slider {
    margin-left: -6.4vw;
    margin-right: -6.4vw;
    height: 59.91vw;
    max-height: 340px;
    min-height: initial;
  }
  .about-slider .slick-list {
    padding: 0 calc(100% - 89.8vw - 38px) 0 0 !important;
    height: 100%;
  }
  .about-slider__item img {
    margin-right: 8px;
  }
  .about-slider__item p {
    font-size: 1.1rem;
    margin-right: 8px;
  }
  .about-udt__txt h3 {
    margin-bottom: 20px;
  }
  .plate-hl {
    margin-left: -6.4vw;
    display: inline-block;
    font-size: 1.9rem;
    padding: 15px 25px 0 6.4vw;
    border-radius: 0 15px 0 0;
  }
}
/*02__03__00 施設について*/
.facility {
  margin-top: 140px;
}

.facility__image {
  width: 100%;
}

.facility__image img {
  width: 100%;
  height: 100%;
}

.facility__txt {
  width: 66.1%;
  margin-top: -64px;
  position: relative;
}

.facility__txt h3 {
  margin-bottom: 40px;
  white-space: nowrap;
}

.facility__txt p {
  margin-bottom: 30px;
}

.facility__txt:last-child {
  margin-bottom: 0px;
}

.facility__slider {
  margin-top: 80px;
  width: 100%;
}

.facility__slide__item {
  width: 100%;
}

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

.facility__txt__under {
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.facility__txt__under p {
  margin-bottom: 30px;
}

.facility__txt__under p:last-child {
  margin-bottom: 0px;
}

.facility__outline {
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.facility__outline h4 {
  padding-bottom: 10px;
  border-bottom: var(--color) solid 1px;
  font-size: 1.5rem;
}

.facility__outline__inner {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.facility__outline__inner dl {
  display: flex;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.facility__outline__inner dl:last-child {
  margin-bottom: 0px;
}

.facility__outline__inner dt {
  display: inline-block;
  width: 200px;
}

.facility__outline__inner dd {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .facility__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .facility {
    margin-top: 80px;
  }
  .facility__image {
    margin: 0 -6.4vw;
    width: calc(100% + 12.8vw);
  }
  .facility__txt {
    margin-top: -42px;
  }
  .facility__txt h3 {
    width: 80%;
    margin-bottom: 20px;
    white-space: normal;
  }
  .facility__txt p {
    margin-bottom: 27px;
  }
  .facility__slider {
    margin: 40px -6.4vw 0 -6.4vw;
    width: calc(100% + 12.8vw);
  }
  .facility__txt__under p {
    margin-bottom: 27px;
  }
  .facility__outline {
    margin-top: 40px;
  }
  .facility__outline h4 {
    font-size: 1.35rem;
    padding-bottom: 8px;
  }
  .facility__outline__inner {
    margin-top: 25px;
  }
  .facility__outline__inner dl {
    margin-bottom: 18px;
    font-size: 1.35rem;
  }
  .facility__outline__inner dt {
    width: 100px;
  }
}
/*02__04__00 運営会社*/
.operation {
  margin-top: 180px;
}

.operation__inner {
  max-width: 800px;
  margin: 0 auto;
}

.company {
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 600;
}

.company__rep {
  font-size: 1.5rem;
}

.operation__vison {
  margin-top: 80px;
}

.operation__vison h4 {
  font-size: 2.4rem;
  font-weight: 600;
}

.operation__vision__item {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 40px;
}

.operation__vision__item .num {
  margin-right: 0.5em;
}

.supporting {
  margin-top: 80px;
}

.supporting h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.supporting span {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 25px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .operation__inner {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .operation {
    margin-top: 80px;
  }
  .company {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
  .company__rep {
    font-size: 1.35rem;
  }
  .operation__vison {
    margin-top: 40px;
  }
  .operation__vison h4 {
    font-size: 1.9rem;
  }
  .operation__vision__item {
    margin-top: 25px;
  }
  .supporting {
    margin-top: 40px;
  }
  .supporting h4 {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
  .supporting span {
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 1.35rem;
  }
}
/*03__00__00 美濃で働く/
  /*03__01__00 美濃で働く*/
.work-in-mino {
  margin-top: 180px;
}

.service__img {
  margin-left: calc(-7.4vw - 100px);
  margin-right: -7.4vw;
  margin-top: 80px;
}

.service__txt {
  width: 66.1%;
  margin-top: 40px;
}

.service__txt h3 {
  font-size: 2.4rem;
  margin-bottom: 25px;
}

.workstyle.workspace {
  margin-top: 140px;
}

.workstyle-slider {
  height: 36.6vw;
  width: 100%;
}

/*1枚の場合*/ /*
.workstyle-slider .slick-list{
    height:100%;
}
.workstyle-slider .slick-track{
    height: 100%;
}
.workstyle-slider .workstyle-slider__item{
    height:100%;
    position: relative;
}
.workstyle-slider__item__inner{
        height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.workstyle-slider__item:before{

}
.workstyle-slider .workstyle-slider__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(2%) scale(1.04, 1.04);
}

.workstyle-slider .workstyle-slider__item img.slide-animation{
  transform: translateX(-2%) scale(1.04, 1.04);
    transition: all 7s linear;
}*/
/*カルーセルの場合*/
.workstyle-slider .slick-list {
  padding: 0 calc((85vw - 100px - 55vw - 40px) / 2) !important;
  height: 100%;
}

.workstyle-slider .slick-track {
  height: 100%;
}

.workstyle-slider .workstyle-slider__item {
  height: 100%;
  position: relative;
}

.workstyle-slider__item__inner {
  height: 100%;
  width: 54.9005490055vw;
  position: relative;
  overflow: hidden;
}

.workstyle-slider .workstyle-slider__item img {
  height: 100%;
  width: auto;
}

.workstyle-slider .workstyle-slider__item img.slide-animation {
  height: 100%;
  width: auto;
  transform: translateX(-3%) scale(1.05, 1.05);
  transition: all 5s linear;
}

.workstyle-slider .workstyle-slider__item img.slide-animation.animation-set {
  transform: translateX(3%) scale(1.05, 1.05);
  transition: all 0.8s ease-out;
}

.workstyle-slider .workstyle-slider__item img {
  backface-visibility: hidden;
}

.workstyle-slider .slide-dots,
.about-slider .slide-dots,
.whouse-slider .slide-dots {
  position: absolute;
  display: flex;
  right: 20px;
  bottom: -30px;
}

.slide-dots li {
  width: 11px;
  height: 11px;
  margin-left: 15px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  border: var(--keyColor) solid 3px;
}

.slide-dots li.slick-active {
  background-color: var(--keyColor);
}

.slide-dots li button {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  outline: none;
}

.workstyle__txt {
  width: 66.1%;
  margin-top: -64px;
  position: relative;
}

.workstyle__txt h3 {
  margin-bottom: 40px;
}

.workstyle__txt .btn_outer {
  margin-top: 25px;
}

.in-town {
  margin-top: 140px;
}

.wt__img {
  width: 100%;
  margin-top: 140px;
  padding: 0 0 0 10%;
}

.wt__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wt__txt {
  width: 66.1%;
  position: relative;
  margin-top: 40px;
}

.wt__hdl {
  position: absolute;
  top: -90px;
  z-index: 2;
}

.wt__hdl span {
  display: inline;
  font-size: 2.7rem;
  padding: 12.5px 15px;
  background-color: var(--keyColor);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  align-self: baseline;
}

@media screen and (max-width: 1024px) {
  .service__img {
    margin-left: -7.4vw;
    margin-right: -7.4vw;
    margin-top: 0;
  }
  .service__txt {
    width: 100%;
  }
  .workstyle__txt {
    width: 100%;
  }
  .wt__txt {
    width: 100%;
  }
  .workstyle-slider .slick-list {
    padding: 0 calc((30vw - 40px) / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .work-in-mino {
    margin-top: 80px;
  }
  .service__img {
    margin-left: -6.4vw;
    margin-right: -6.4vw;
    margin-top: 0px;
  }
  .service__txt {
    margin-top: 25px;
  }
  .service__txt h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .workstyle.workspace {
    margin-top: 80px;
  }
  .workstyle-slider {
    height: 58.13vw;
  }
  .workstyle-slider .slick-list {
    padding: 0 !important;
  }
  .workstyle-slider__item__inner {
    width: 100%;
  }
  .workstyle-slider .slide-dots,
  .about-slider .slide-dots,
  .whouse-slider .slide-dots {
    right: 10px;
    top: -25px;
    bottom: initial;
  }
  .slide-dots li {
    width: 9px;
    height: 9px;
    margin-left: 13px;
    border: var(--keyColor) solid 2px;
  }
  .workstyle__txt {
    margin-top: -41px;
  }
  .workstyle__txt h3 {
    margin-bottom: 20px;
  }
  .workstyle__txt .btn_outer {
    margin-top: 10px;
  }
  .in-town {
    margin-top: 80px;
  }
  .wt__img {
    margin-top: 80px;
    padding: 0;
  }
  .wt__txt {
    margin-top: 20px;
  }
  .wt__hdl {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .wt__hdl span {
    font-size: 2.2rem;
    padding: 10px 12.5px;
    display: inline-block;
  }
}
/*04__00__00 企業のみなさまへ*/
.enterprise .content {
  margin-bottom: 0;
}

/*04__01__00 まちワーク*/
.machiwork {
  margin-top: 180px;
}

.machiwork__img {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

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

.machiwork__txt {
  width: 66.1%;
  margin-top: 40px;
}

.machiwork__txt h3 {
  font-size: 2.4rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .machiwork__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .machiwork {
    margin-top: 80px;
  }
  .machiwork__txt {
    margin-top: 25px;
  }
  .machiwork__txt h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
/*04__02_00 働き方の現在*/
.pre-situation {
  margin-top: 180px;
}

.pre-situation__txt {
  width: 66.1%;
}

.assignment {
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -1.95%;
}

.assignment__item {
  display: flex;
  flex-flow: column nowrap;
  width: 46.1%;
  margin: 0 1.95%;
  padding: 25px 25px 40px 25px;
  background-color: #fff;
  border-radius: 20px;
}

.assignment__item__h {
  padding-bottom: 20px;
  border-bottom: var(--color) dashed 1px;
  display: inline-block;
  font-size: 1.5rem;
}

.assignment__item__h.office-work {
  color: var(--blue);
}

.assignment__item__h.remote-work {
  color: var(--green);
}

.assignment__item p {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .pre-situation__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pre-situation {
    margin-top: 80px;
  }
  .assignment {
    margin-top: 40px;
    display: flex;
    flex-flow: column nowrap;
    margin-left: 0;
  }
  .assignment__item {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 20px 15px 25px 15px;
  }
  .assignment__item:last-child {
    margin-bottom: 0;
  }
  .assignment__item__h {
    font-size: 1.35rem;
  }
  .assignment__item p {
    margin-top: 20px;
  }
}
/*04__03_00 まちワークの働き方*/
.m-workstyle {
  margin-top: 180px;
}

.m-workstyle__txt {
  width: 66.1%;
}

.m-workstyle__list {
  margin-top: 80px;
}

.m-workstyle__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: -1.95%;
  margin-top: 60px;
}

.m-workstyle__item__body {
  display: flex;
  flex-flow: row nowrap;
  width: 46.1%;
  margin: 0 1.95%;
}

.m-workstyle__item__body .num {
  font-size: 3.2rem;
  color: var(--keyColor);
  line-height: 1;
  min-width: 66px;
}

.m-workstyle__item__txt h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.m-workstyle__item__img {
  width: 46.1%;
  margin: 0 1.95%;
}

.m-workstyle__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .m-workstyle__txt {
    width: 100%;
  }
  .m-workstyle__item {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
  }
  .m-workstyle__item__body {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
  }
  .m-workstyle__item__body .num {
    min-width: 80px;
  }
  .m-workstyle__item__img {
    width: 100%;
    margin: 25px 0 0 0;
    padding-left: 80px;
  }
  .m-workstyle__item__img img {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .m-workstyle {
    margin-top: 80px;
  }
  .m-workstyle__list {
    margin-top: 65px;
  }
  .m-workstyle__list {
    margin-top: 40px;
  }
  .m-workstyle__item__body .num {
    font-size: 2.4rem;
    min-width: 50px;
  }
  .m-workstyle__item__txt h3 {
    font-size: 1.9rem;
  }
  .m-workstyle__item__img {
    padding-left: 50px;
  }
  .m-workstyle__item {
    margin-top: 40px;
  }
}
/*04__04_00 まちワークプラン*/
.m-workplan__price__list {
  margin-left: -1.95%;
  margin-right: -1.95%;
  padding-top: 1px;
  display: flex;
}

.m-workplan__price__list .price__item.w-max {
  width: 100%;
}

.m-workplan__price__note {
  margin-top: 2.6em;
}

.intro-image {
  margin-top: 80px;
}

.intro-image h3 {
  font-size: 2rem;
}

.intro-image__list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.intro-image__item {
  width: 48.05%;
  padding: 25px 30px 45px 30px;
  background: var(--bg);
  border-radius: 20px;
}

.intro-image__item h4 {
  text-align: center;
  font-size: 2rem;
}

.intro-image__item h4 .office-work {
  color: var(--blue);
  margin-right: 10px;
  line-height: 1.6;
}

.intro-image__item h4 .remote-work {
  color: var(--green);
  margin-right: 10px;
  line-height: 1.6;
}

.intro-image__item__img {
  width: 100%;
  margin-top: 40px;
}

.intro-image__item__img img {
  width: 100%;
  height: auto;
}

.intro-image__item p {
  margin-top: 40px;
}

.trial-plan {
  margin-top: 80px;
}

.trial-plan h3 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.trial-plan .trial-plan__txt {
  width: 66.1%;
  margin-bottom: 40px;
}

.contact-link__btn {
  display: block;
  width: 100%;
  background-color: var(--keyColor);
  padding: 28px 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  border: var(--keyColor) solid 1px;
  margin-top: 80px;
  transition: all 0.3s ease-out;
  margin-bottom: 80px;
}

.contact-link__btn:hover {
  background-color: #fff;
  color: var(--keyColor);
  text-align: center;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .trial-plan .trial-plan__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-workplan__price__list {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .intro-image {
    margin-top: 60px;
  }
  .intro-image h3 {
    font-size: 1.7rem;
  }
  .intro-image__list {
    margin-top: 40px;
    flex-direction: column;
  }
  .intro-image__item {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px 15px 25px 15px;
  }
  .intro-image__item:last-child {
    margin-bottom: 0;
  }
  .intro-image__item h4 {
    font-size: 1.7rem;
  }
  .intro-image__item h4 .office-work {
    margin-right: 8px;
  }
  .intro-image__item h4 .remote-work {
    margin-right: 8px;
  }
  .intro-image__item__img {
    margin-top: 25px;
  }
  .intro-image__item p {
    margin-top: 25px;
  }
  .trial-plan {
    margin-top: 60px;
  }
  .trial-plan h3 {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
  .trial-plan .trial-plan__txt {
    margin-bottom: 25px;
  }
  .contact-link__btn {
    padding: 20px 0;
    font-size: 1.5rem;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/*05__00__00 利用案内*/
/*05__01__00 フロアマップ*/
.floor-map {
  margin-top: 180px;
  position: relative;
}

.floor-map__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}

.floor-map__wrap:last-child {
  margin-bottom: 0px;
}

.floor-map__wrap span {
  font-size: 2.7em;
  line-height: 1.44;
}

.floor-map__img {
  width: 93%;
}

.floor-map__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .floor-map {
    margin-top: 80px;
  }
  .floor-map__wrap:first-child {
    margin-top: 40px;
  }
  .floor-map__wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .floor-map__wrap:last-child {
    margin-bottom: 0px;
  }
  .floor-map__wrap span {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .floor-map__img {
    width: 100%;
  }
  .floor-map__img img {
    width: 100%;
    height: auto;
  }
}
/*05__02__00 ご利用料金*/
.sec-outer {
  background-color: #fff;
  padding-top: 75px;
}

.sec-outer.PB0 {
  padding-bottom: 0;
}

.sec-outer.beige {
  background-color: var(--beige);
}

.price__list__outer {
  margin-bottom: 140px;
}

.price__list__outer:last-child {
  margin-bottom: 0px;
}

.price__list__outer h3 {
  font-size: 2rem;
  margin-bottom: 60px;
}

.price__list__outer:first-child {
  margin-top: 0px;
}

.price__list__outer h3 small {
  font-size: 1.5rem;
}

.price__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -1.95%;
  margin-right: -1.95%;
  padding-top: 1px;
}

.price__item {
  display: flex;
  width: 50%;
  padding: 0 1.95%;
  margin-top: -1px;
}

.price__item__inner {
  border-top: var(--color) solid 1px;
  border-bottom: var(--color) solid 1px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.price__item__over {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2em;
  border-bottom: var(--color) dashed 1px;
}

.price__item__over.bd-none {
  border-bottom: none;
}

.price__item__over span {
  display: inline-block;
  line-height: 1.44;
}

.price__item__ttl .personal {
  font-size: 1.6rem;
  color: var(--blue);
  margin-right: 1em;
}

.price__item__ttl .corp {
  font-size: 1.6rem;
  color: var(--keyColor);
  margin-right: 1em;
}

.price__item__ttl .num {
  color: var(--keyColor);
  margin-left: 0.625em;
}

.price__item__price .full {
  color: var(--Gray);
}

.price__item__under {
  padding-top: 25px;
  padding-bottom: 40px;
}

.price__item__under .special {
  margin-bottom: 1.333em;
}

.price__note {
  margin-top: 2.6em;
  font-size: 1.5rem;
}

.price__note__ttl {
  color: var(--Gray);
  margin-bottom: 0.66em;
}

.facility__list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.95%;
  margin-right: -1.95%;
  padding-top: 1px;
}

.facility__item {
  width: 25%;
  padding: 0 1.95%;
  margin-bottom: 40px;
}

.facility__item__inner {
  background-color: var(--bg);
  padding: 15px 20px 20px 20px;
  border-radius: 20px;
}

.facility__item__inner img {
  width: 80px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.facility__item__inner h4 {
  font-size: 1.5rem;
  line-height: 1.44;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .facility__item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .sec-outer.PT70 {
    padding-top: 70px;
  }
  .sec-outer.spt60 {
    padding-top: 60px;
  }
  .price__list__outer {
    margin-bottom: 100px;
  }
  .price__list__outer h3 {
    font-size: 1.7rem;
    margin-bottom: 45px;
  }
  .price__list__outer h3 small {
    font-size: 1.35rem;
  }
  .price__list {
    flex-flow: column nowrap;
  }
  .price__item {
    width: 100%;
  }
  .price__item__over {
    padding: 25px 0;
    font-size: 1.8rem;
  }
  .price__item__over span {
    font-size: 1.7rem;
  }
  .price__item__ttl .personal {
    font-size: 1.35rem;
  }
  .price__item__ttl .corp {
    font-size: 1.35rem;
  }
  .price__item__under {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .facility__item {
    width: 50%;
    margin-bottom: 25px;
  }
  .facility__item__inner img {
    width: 60px;
  }
  .facility__item__inner h4 {
    font-size: 1.35rem;
    margin-top: 5px;
  }
}
/*05__03__00 ギャラリー*/
.gallery {
  margin-top: 140px;
}

.gallery__list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.95%;
  margin-right: -1.95%;
  margin-top: -1.95%;
}

.garelly__item {
  width: 33.33332%;
  padding: 1.95%;
}

.garelly__item a {
  display: block;
}

.garelly__item a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 80px;
  }
  .garelly__item {
    width: 50%;
  }
}
/*06__00__00 アクセス*/
.access-sec {
  margin-top: 140px;
}

.map__outer {
  position: relative;
}

.map {
  width: 100%;
  height: 550px;
}

.map-btn {
  display: block;
  position: relative;
  margin: 25px auto 0 auto;
  font-size: 1.5rem;
  padding: 10px 25px;
  border: var(--color) solid 1px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.map-btn:hover {
  border: #fff solid 1px;
  color: #fff;
  background-color: var(--color);
  opacity: 1;
}

.address__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.address__wrap .name {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.address__wrap span {
  display: inline-block;
  font-size: 1.5rem;
}

.address__wrap .address__note {
  margin-top: 10px;
}

.address__wrap span a {
  text-decoration: underline;
}

.address__wrap .info {
  font-size: 1.5rem;
  line-height: 1.44;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.address__wrap .info dl {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.address__wrap .info dt {
  display: inline-block;
}

.address__wrap .info dd {
  position: absolute;
  margin-left: 120px;
  left: 0px;
  display: inline-block;
}

.transport {
  margin-top: 100px;
  width: 100%;
}

.transport.car {
  margin-top: 140px;
  width: 100%;
}

.transport h3 {
  font-size: 2rem;
  line-height: 1.44;
  margin-bottom: 60px;
}

.transport.train h3:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  bottom: 2px;
  margin-right: 1em;
  width: 23px;
  height: 26px;
  content: "";
  background-image: url("../images/access/train.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px auto;
}

.transport.car h3:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  bottom: 2px;
  margin-right: 1em;
  width: 23px;
  height: 26px;
  content: "";
  background-image: url("../images/access/car.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px auto;
}

.transport__img {
  max-width: 1200px;
  margin: 0 auto;
}

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

@media screen and (max-width: 767px) {
  .access-sec {
    margin-top: 60px;
  }
  .map {
    height: 300px;
    margin: 0 -6.4vw;
    width: initial;
  }
  .map-btn {
    font-size: 1.35rem;
  }
  .address__wrap .name {
    font-size: 1.9rem;
  }
  .address__wrap span {
    font-size: 1.35rem;
  }
  .address__wrap .info {
    font-size: 1.35rem;
  }
  .transport {
    margin-top: 80px;
  }
  .transport.car {
    margin-top: 80px;
  }
  .transport h3 {
    font-size: 1.65rem;
    margin-bottom: 40px;
  }
  .transport.train h3:before {
    width: 18px;
    height: 22px;
    background-size: 18px auto;
  }
  .transport.car h3:before {
    width: 18px;
    height: 22px;
    background-size: 18px auto;
  }
}
/*07__00__00 お知らせ*/
.news-archive {
  margin-top: 140px;
}

.news-archive__list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.95vw;
  margin-right: -1.95vw;
}

.news-archive__list .news-list__item {
  margin-bottom: 80px;
}

.pagination {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.44;
}

.page_num {
  display: none;
}

.pager {
  margin-right: 20px;
  position: relative;
}

.page-first {
  display: none;
}

.prev {
  margin-right: 20px;
}

.last {
  display: none;
}

.pager:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 1px;
  background: #808080;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0, 0.45, 0.47, 1);
}

.pager:hover:after {
  width: 100%;
}

.pager.current:after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-archive {
    margin-top: 60px;
  }
  .news-archive__list {
    flex-flow: column;
    margin-left: -1.95vw;
    margin-right: -1.95vw;
  }
  .news-archive__list .news-list__item {
    margin-bottom: 40px;
  }
  .pagination {
    font-size: 1.35rem;
  }
}
/*08_00__00 お知らせ投稿*/
.news-post {
  margin-top: 140px;
}

.news-post__title {
  font-size: 2.4rem;
  line-height: 1.44;
  margin-bottom: 15px;
}

.news-post__info {
  display: flex;
  flex-direction: row;
}

.news-post__date {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 20px;
}

.news-post__cat {
  display: inline-block;
  font-size: 1.5rem;
  color: var(--keyColor);
}

.news-post__txt {
  margin-top: 40px;
}

.news-post__txt > * {
  margin-bottom: 25px;
}

.news-post__txt ul li {
  font-size: 1.5rem;
}

.news-post__txt > *:last-child {
  margin-bottom: 0px;
}

.news-post__txt h3,
.news-post__txt h4 {
  font-size: 2em;
}

.news-post__txt h5 {
  font-size: 1.5em;
}

.news-post__txt a {
  text-decoration: underline;
}

.news-post__txt img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .news-post {
    margin-top: 60px;
  }
  .news-post__title {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .news-post__date {
    font-size: 1.35rem;
    margin-right: 18px;
  }
  .news-post__cat {
    font-size: 1.35rem;
  }
  .news-post__txt > * {
    margin-bottom: 25px;
  }
  .news-post__txt ul li {
    font-size: 1.35rem;
  }
  .news-post__txt h3,
  .news-post__txt h4 {
    font-size: 1.7em;
  }
  .news-post__txt h5 {
    font-size: 1.35em;
  }
}
/*09__00__00 お問い合わせ*/
.contact-sec {
  margin-top: 140px;
}

.contact-sec__inner p {
  text-align: justify;
}

.contact-sec__form__wrap {
  margin-top: 80px;
}

.contact-sec__form__wrap span.must:after {
  content: "必須";
  color: var(--keyColor);
  margin-left: 1em;
}

.contact-sec__form__wrap .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 60px;
  width: 100%;
}

.contact-sec__form__wrap form label .wpcf7-form-control-wrap input,
.contact-sec__form__wrap form label .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 20px 24px;
  font-size: 1.5rem;
  line-height: 1.44;
  border: none;
  background-color: rgba(229, 229, 229, 0.5);
  border-radius: 0;
}

.contact-sec__form__wrap .wpcf7-list-item {
  margin: 0 2em 0 0;
}

.contact-sec__form__wrap .wpcf7-list-item:last-child {
  margin: 0 0 0 0;
}

.calendar {
  margin-top: 140px;
}

.date-check {
  margin-bottom: 40px;
}

.date-check span {
  font-size: 1.5rem;
}

.date-check__ttl {
  font-size: 1.5rem;
}

.date-check .wpcf7-form-control-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit-btn {
  padding: 20px 40px;
  width: 100%;
  border: var(--keyColor) solid 1px;
  background-color: var(--keyColor);
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
}

.submit-btn:hover {
  background-color: #fff;
  color: var(--keyColor);
}

.submit-btn:disabled {
  opacity: 0.7;
}

.wpcf7-response-output {
  font-size: 1.5rem;
  border-color: var(--keyColor);
}

.confirm__wrap {
  padding: 0 40px;
}

.confirm__wrap .note {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.confirm__wrap .note a {
  text-decoration: underline;
}

.confirm__wrap .acpt {
  display: inline-block;
  font-size: 1.5rem;
}

.submit-btn__outer {
  text-align: center;
}

.recaptcha_policy {
  margin-top: 40px;
  font-size: 1.35rem;
  opacity: 0.8;
}

.recaptcha_policy a {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .contact-sec {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-sec__form__wrap {
    margin-top: 60px;
  }
  .contact-sec__form__wrap .wpcf7-form-control-wrap {
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .contact-sec__form__wrap form label .wpcf7-form-control-wrap input,
  .contact-sec__form__wrap form label .wpcf7-form-control-wrap textarea {
    padding: 10px 10px;
    font-size: 1.35rem;
  }
  .confirm__wrap {
    padding: 0;
  }
  .confirm__wrap .note {
    font-size: 1.35rem;
  }
  .confirm__wrap .acpt {
    font-size: 1.35rem;
  }
  .submit-btn {
    font-size: 1.5rem;
  }
  .wpcf7-response-output {
    font-size: 1.35rem;
    border-color: var(--keyColor);
  }
  .recaptcha_policy {
    margin-top: 25px;
    font-size: 1.1rem;
  }
}
/*10__00__00 プライバシーポリシー*/
.privacy-sec {
  margin-top: 140px;
}

.privacy__txt h3 {
  font-size: 2rem;
  line-height: 1.44;
  margin-bottom: 20px;
}

.privacy__txt p {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .w-house__txt {
    width: 100%;
  }
  .coop-hotel__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .privacy__txt h3 {
    font-size: 1.65rem;
    margin-bottom: 20px;
  }
  .privacy__txt p {
    font-size: 1.35rem;
    margin-bottom: 40px;
  }
}
/*11__00__00 404-*/
.page404__content {
  margin-top: 80px;
}

.notfound_wrapper h2 {
  margin-bottom: 25px;
}

.notfound_wrapper .btn_outer {
  margin-top: 25px;
}

/*12_00__00 美濃で暮らす*/
.whosue-booking__btn {
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  padding: 25px 15px;
  font-size: 1.5rem;
  color: var(--keyColor);
  border: var(--keyColor) solid 1px;
  border-radius: 26px;
  margin-top: 45px;
  transition: all 0.3s ease-out;
}

.whosue-booking__btn:after {
  position: relative;
  margin-top: 15px;
  display: inline-block;
  width: 18px;
  height: 15px;
  content: "";
  background-image: url(../images/common/icon-link_keyColor.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 15px;
  transition: all 0.3s ease-out;
}

.whosue-booking__btn:hover {
  color: #fff;
  background-color: var(--keyColor);
  border-color: #fff;
  opacity: 1;
}

.whosue-booking__btn:hover:after {
  background-image: url(../images/common/icon-link_white.svg);
}

.stay-at-mino {
  margin-top: 180px;
}

.staymino {
  margin-top: 140px;
}

.staymino:first-child {
  margin-top: 0px;
}

.wasitahouse__image {
  width: 100%;
}

.wasitahouse__image img {
  width: 100%;
  height: 100%;
}

.stay__txt {
  width: 66.1%;
  margin-top: -64px;
  position: relative;
}

.stay__txt h3 {
  margin-bottom: 40px;
}

.whouse-slider {
  margin-right: -7.4vw;
  height: 36.6vw;
  min-height: 300px;
}

.whouse-slider .slick-track {
  height: 100%;
}

.whouse-slider .slick-list {
  padding: 0 calc(100% - 55vw - 70px) 0 0 !important;
  height: 100%;
}

.whouse-slider__item {
  height: 100%;
}

.whouse-slider__item__inner {
  height: 100%;
  display: flex;
}

.whouse-slider__item picture {
  height: 100%;
  width: auto;
  margin-right: 15px;
}

.whouse-slider__item img {
  height: 100%;
  width: auto;
}

.whouse-slider__item p {
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  margin-right: 25px;
}

.whouse-facility__body {
  margin-top: -64px;
  position: relative;
}

.whouse-facility__body h3 {
  margin-bottom: 60px;
}

.whouse-facility__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.whouse-facility__list {
  width: 48.05%;
}

.whouse-facility__item {
  padding: 18px 0;
  border-bottom: var(--color) dashed 1px;
}

.whouse-facility__item:first-child {
  padding-top: 0;
}

.whouse-facility__item:last-child {
  border-bottom: none;
}

.whouse-facility__item dl {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
}

.whouse-facility__item dl dt {
  position: absolute;
  left: 0;
  font-weight: 500;
  color: var(--keyColor);
}

.whouse-facility__item dl dd {
  margin-left: 140px;
}

.whouse-facility__map {
  width: 48.05%;
  display: flex;
}

.whouse-facility__map__item {
  width: 50%;
}

.whouse-facility__map__item .floor {
  font-size: 2.4rem;
  color: var(--keyColor);
}

.whouse-facility__map__item img {
  width: 100%;
  height: auto;
}

.whouse-facility__note {
  width: 100%;
  margin-top: 60px;
}

.whouse-facility__note__ttl {
  color: var(--Gray);
  margin-bottom: 0.66em;
  font-size: 1.5rem;
}

.whouse-facility__note p {
  font-size: 1.5rem;
}

.whouse-info h3 {
  font-size: 2.4rem;
}

.whouse-info__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  margin-top: 45px;
}

.whouse-info__item {
  margin-bottom: 15px;
}

.whouse-info__item:last-child {
  margin-bottom: 0px;
}

.whouse-info__item dl {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
}

.whouse-info__item dt {
  position: absolute;
  left: 0;
  font-weight: 500;
  color: var(--Gray);
}

.whouse-info__item dd {
  margin-left: 140px;
}

.whouse-info__item dl a {
  text-decoration: underline;
}

.booking-link__btn {
  display: none;
  width: 100%;
  background-color: var(--keyColor);
  padding: 28px 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  border: var(--keyColor) solid 1px;
  margin-top: 80px;
  transition: all 0.3s ease-out;
}

.booking-link__btn:hover {
  background-color: #fff;
  color: var(--keyColor);
}

.affiliated-hotel {
  margin-top: 180px;
}

.a-hotel__txt .btn_outer {
  margin-top: 25px;
}

.a-hotel__img img {
  width: 100%;
  height: auto;
}

.a-hotel__txt {
  width: 66.1%;
  margin-top: -64px;
  position: relative;
}

.a-hotel__txt h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .whosue-booking__btn {
    display: none;
  }
  .stay__txt {
    width: 100%;
  }
  .booking-link__btn {
    display: block;
  }
  .a-hotel__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stay-at-mino {
    margin-top: 80px;
  }
  .stay__txt {
    margin-top: -41px;
  }
  .stay__txt h3 {
    margin-bottom: 20px;
  }
  .staymino {
    margin-top: 80px;
  }
  .whouse-slider {
    margin-left: -6.4vw;
    margin-right: -6.4vw;
    height: 59.91vw;
    max-height: 340px;
    min-height: initial;
  }
  .whouse-slider .slick-list {
    padding: 0 calc(100% - 89.8vw - 38px) 0 0 !important;
    height: 100%;
  }
  .whouse-slider__item picture {
    margin-right: 8px;
  }
  .whouse-slider__item p {
    font-size: 1.1rem;
    margin-right: 8px;
  }
  .whouse-facility__body {
    margin-top: -41px;
  }
  .whouse-facility__body h3 {
    margin-bottom: 45px;
  }
  .whouse-facility__content {
    flex-direction: column;
  }
  .whouse-facility__list {
    width: 100%;
  }
  .whouse-facility__item dl {
    font-size: 1.35em;
  }
  .whouse-facility__item dl dd {
    margin-left: 115px;
  }
  .whouse-facility__map {
    margin-top: 60px;
    width: 100%;
  }
  .whouse-facility__note__ttl {
    font-size: 1.35rem;
  }
  .whouse-facility__note p {
    font-size: 1.35rem;
  }
  .whouse-info h3 {
    font-size: 1.9rem;
  }
  .whouse-info__box {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .whouse-info__item dl {
    font-size: 1.35rem;
  }
  .whouse-info__item dd {
    margin-left: 115px;
  }
  .booking-link__btn {
    padding: 20px 0;
    font-size: 1.5rem;
    margin-top: 60px;
  }
  .affiliated-hotel {
    margin-top: 80px;
  }
  .a-hotel__txt {
    margin-top: -41px;
  }
  .a-hotel__txt h3 {
    margin-bottom: 20px;
  }
}
/*13_00_00 まちごとワークタンブラー*/
/*13_01_00 まちごとワークタンブラーとは*/
.tumb-desc {
  position: relative;
  margin-top: 140px;
}

.tumb-desc_image {
  margin: 0 auto;
  max-width: 850px;
  padding: 0 50px;
}

.tumb-desc_image img {
  width: 100%;
  height: auto;
}

.tumb-desc_txt {
  max-width: 850px;
  position: relative;
  margin: 25px auto 0 auto;
}

.tumb-desc_txt h3 {
  position: absolute;
  top: -85px;
  z-index: 2;
}

.tumb-desc_txt h3 span {
  display: inline;
  font-size: 2.7rem;
  padding: 12.5px 15px;
  background-color: var(--keyColor);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  align-self: baseline;
}

.tumb-desc_txt p {
  padding: 0 50px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .tumb-desc {
    margin-top: 60px;
  }
  .tumb-desc_image {
    padding: 0 0 0 6.4vw;
  }
  .tumb-desc_txt {
    margin: 20px auto 0 auto;
  }
  .tumb-desc_txt h3 {
    top: -70px;
  }
  .tumb-desc_txt h3 span {
    font-size: 1.9rem;
    padding: 10px 12.5px;
    display: inline-block;
  }
  .tumb-desc_txt p {
    padding: 0;
  }
}
/*13_02_00 使い方*/
.tumb-usage {
  position: relative;
}

.tumb-usage_hl {
  position: absolute;
  right: 0;
  left: 0;
  top: -120px;
}

.tumb-sec-ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.tumb-sec-ttl .en {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--Gray);
  line-height: 1.44;
}

.tumb-sec-ttl .ja {
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1.44;
}

.tumb-usage_list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.95vw;
  margin-right: -1.95vw;
}

.tumb-usage_item {
  width: 33.333%;
  padding: 0 1.95%;
  display: flex;
  flex-flow: column;
  position: relative;
}

.tumb-usage_item:nth-child(2) {
  margin-top: 80px;
}

.tumb-usage_item:nth-child(3) {
  margin-top: 160px;
}

.tumb-usage_item_num {
  position: absolute;
  padding: 0 18px 18px 0;
  background-color: #fff;
  border-radius: 0 0 20px 0;
  color: var(--keyColor);
  font-size: 35px;
  line-height: 1;
}

.tumb-usage_item_image {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.tumb-usage_item_image img {
  width: 100%;
  height: auto;
}

.tumb-usage-item_txt {
  margin-top: 25px;
}

.tumb-usage-item_txt h3 {
  font-size: 2rem;
  line-height: 1.44;
  margin-bottom: 15px;
}

.tumb-usage-item_txt p {
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .tumb-usage_item {
    width: 50%;
    margin-bottom: 45px;
  }
  .tumb-usage_item:nth-child(2) {
    margin-top: 0;
  }
  .tumb-usage_item:nth-child(3) {
    margin-top: 0;
  }
  .tumb-usage_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tumb-usage_hl {
    top: -98px;
  }
  .tumb-sec-ttl .ja {
    font-size: 2.2rem;
  }
  .tumb-usage_list {
    margin-left: 0;
    margin-right: 0;
  }
  .tumb-usage_item {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
  .tumb-usage_item_num {
    padding: 0 15px 12px 0;
    font-size: 2.7rem;
  }
  .tumb-usage_item_image {
    border-radius: 15px;
  }
  .tumb-usage-item_txt {
    margin-top: 20px;
  }
  .tumb-usage-item_txt h3 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
/*13_03_00 提携店舗マップ*/
.tumb-map-sec {
  margin-top: 140px;
}

.tumb-map {
  margin-top: 80px;
  width: 100%;
  height: 560px;
}

.tumb-map_shop {
  margin-top: 80px;
}

.tumb-map_shop_list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.95vw;
  margin-right: -1.95vw;
}

.tumb-map_shop_item {
  width: 33.333%;
  padding: 0 1.95%;
  display: flex;
  flex-flow: column;
  margin-bottom: 50px;
}

.tumb-map_shop_name {
  margin-bottom: 10px;
  line-height: 1;
}

.tumb-map_shop_name span {
  font-size: 2rem;
  display: inline-block;
  line-height: 1.44;
}

.tumb-map_shop_name .num {
  display: inline-block;
  color: var(--keyColor);
  font-size: 2.4rem;
  width: 45px;
}

.tumb-map_shop_txt {
  margin-bottom: 15px;
}

.tumb-map_shop_txt .drink {
  font-size: 1.5rem;
  color: var(--keyColor);
  margin-top: 5px;
  display: inline-block;
}

.shop_info_item {
  margin-bottom: 5px;
}

.shop_info_item:last-child {
  margin-bottom: 0;
}

.shop_info_item dl {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.44;
}

.shop_info_item dl dt {
  position: absolute;
  left: 0;
  font-weight: 500;
  color: var(--Gray);
}

.shop_info_item dl dd {
  margin-left: 80px;
}

.shop_info_item dl dd a {
  text-decoration: underline;
  color: var(--Gray);
}

@media screen and (min-width: 1025px) {
  .tumb-map iframe {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .tumb-map_shop_item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .tumb-map-sec {
    margin-top: 80px;
  }
  .tumb-map {
    margin-top: 45px;
    height: 100vw;
  }
  .tumb-map_shop {
    margin-top: 45px;
  }
  .tumb-map_shop_item {
    width: 100%;
    margin-bottom: 45px;
  }
  .tumb-map_shop_name span {
    font-size: 1.9rem;
  }
  .tumb-map_shop_name .num {
    font-size: 2.2rem;
    width: 40px;
  }
  .tumb-map_shop_txt .drink {
    font-size: 1.35rem;
    margin-top: 5px;
  }
  .shop_info_item dl {
    font-size: 1.35rem;
  }
  .shop_info_item dl dd {
    margin-left: 70px;
  }
}
/*98__00__00 カレンダー*/
.wpcf7-form-control-wrap .mec-wrap,
.mec-wrap div:not([class^=elpementor-]),
.lity-container,
.mec-wrap h1,
.mec-wrap h2,
.mec-wrap h3,
.mec-wrap h4,
.mec-wrap h5,
.mec-wrap h6,
.entry-content .mec-wrap h1,
.entry-content .mec-wrap h2,
.entry-content .mec-wrap h3,
.entry-content .mec-wrap h4,
.entry-content .mec-wrap h5,
.entry-content .mec-wrap h6,
.mec-wrap .mec-totalcal-box input[type=submit],
.mec-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-agenda-event-title a,
.lity-content .mec-events-meta-group-booking select,
.lity-content .mec-book-ticket-variation h5,
.lity-content .mec-events-meta-group-booking input[type=number],
.lity-content .mec-events-meta-group-booking input[type=text],
.lity-content .mec-events-meta-group-booking input[type=email],
.mec-organizer-item a {
  font-family: "Segoe UI", "Helvetica Neue", Arial, "dnp-shuei-gothic-gin-std", "游ゴシック体", YuGothic, sans-serif;
}

.mec-calendar .mec-event-article.mec-single-event-novel h4 {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

.mec-events-event-categories a {
  pointer-events: none;
}

.mec-single-event-category {
  display: none;
}

@media screen and (max-width: 767px) {
  .calendar {
    margin-top: 80px;
  }
  .mec-calendar .mec-event-article.mec-single-event-novel h4 {
    font-size: 1.2rem;
    line-height: 1.44;
  }
}
/*99__01__00 main js*/
/*汎用フェードイン*/
.effect-fade {
  opacity: 0;
  transition: all 0.4s ease-in;
}

.effect-fade.is-active {
  opacity: 1;
}

.top-sec__ttl.effect-fade02 {
  clip-path: inset(0 0 100% 0);
}

.top-sec__ttl.effect-fade02.is-active {
  animation: verticalFade 0.9s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.wt_index__txt .effect-fade02,
.wt-index__img.effect-fade02,
.tumb-desc_txt .effect-fade02 {
  clip-path: inset(0 100% 0 0);
}

.wt_index__txt .effect-fade02.is-active,
.wt-index__img.effect-fade02.is-active,
.tumb-desc_txt .effect-fade02.is-active {
  animation: horizontalFade 0.9s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

/*下層ページタイトル*/
.under__kv__ttl.effect-fade03 {
  clip-path: inset(0 0 100% 0);
}

.under__kv__ttl.effect-fade03.is-active {
  animation: verticalFade 0.7s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.under__ttl.effect-fade03 {
  clip-path: inset(0 100% 0 0);
}

.under__ttl.effect-fade03.is-active {
  animation: horizontalFade 0.9s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

@media screen and (max-width: 1024px) {
  .top-sec__ttl.effect-fade02 {
    clip-path: inset(0 100% 0 0);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-sec__ttl.effect-fade02 {
    clip-path: inset(0 100% 0 0);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .top-sec__ttl.effect-fade02.is-active {
    animation: horizontalFade 0.9s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  }
  /*下層ページタイトル*/
  .under__kv__ttl.effect-fade03 {
    clip-path: inset(0 100% 0 0);
  }
  .under__kv__ttl.effect-fade03.is-active {
    animation: horizontalFade 0.7s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  }
}
@keyframes verticalFade {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes horizontalFade {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
/*99__02__00 js lightbox カスタマイズ*/
#lightbox .lb-container {
  padding: 0px;
}

#lightbox .lb-image {
  border-radius: 0px;
  border: none;
}

#lightbox .lb-data .lb-caption {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.44;
}

#lightbox .lb-data {
  margin-top: 10px;
}

.swiper-wrapper {
  height: 845px;
}

/* スライドのサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.twin__border {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.twin__border span.b-red {
  width: 70%;
  background: var(--red);
  height: 10px;
}
.twin__border span.b-y {
  width: 30%;
  background: var(--sand);
  height: 10px;
}

.twin__border2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.twin__border2 span.b-red {
  width: 70%;
  background: var(--red);
  height: 10px;
}
.twin__border2 span.b-y {
  width: 30%;
  background: var(--sand);
  height: 10px;
}

.twin__border3 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.twin__border3 span.b-red {
  width: 30%;
  background: var(--red);
  height: 10px;
}
.twin__border3 span.b-y {
  width: 70%;
  background: var(--sand);
  height: 10px;
}

.twin__border4 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.twin__border4 span.b-red {
  width: 30%;
  background: var(--red);
  height: 10px;
}
.twin__border4 span.b-y {
  width: 70%;
  background: var(--sand);
  height: 10px;
}

.komichi_club {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  margin: 72px auto 80px;
}
@media (max-width: 768px) {
  .komichi_club {
    margin: 60px auto;
  }
}
.komichi_club h4 {
  display: inline-block;
  background: var(--sand);
  color: #fff;
  font-size: 3.2rem;
  padding: 12.5px 15px;
  background-color: var(--keyColor);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .komichi_club h4 {
    font-size: 2.4rem;
  }
}
.komichi_club h4.is-active {
  animation: horizontalFade 0.9s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}
.komichi_club img {
  width: 50%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .komichi_club img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .komichi_club P {
    margin-top: 30PX;
  }
}

.section-ttl__box.M0 {
  margin: 0 !important;
}

@media screen and (min-width: 1025px) {
  .under-sec_box {
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  .under-sec_box {
    width: 100%;
  }
}
.under-sec_box .under-sec__body {
  width: 100%;
}

#course {
  background: var(--beige);
  padding: 72px 0 0;
}
@media (max-width: 768px) {
  #course {
    padding: 60px 0 0;
  }
}
#course h2 {
  font-size: 3.2rem;
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 19px 10px;
  text-align: center;
  margin-bottom: 50px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  #course h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
#course .course__inner {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
#course .course__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  #course .course__inner ul {
    gap: 0;
  }
}
#course .course__inner ul li {
  color: #fff;
  width: 48%;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  #course .course__inner ul li {
    width: 100%;
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
  #course .course__inner ul li:last-child {
    margin-bottom: 0;
  }
}
#course .course__inner ul li a {
  padding: 13px 0;
  font-weight: 700;
}
#course .course__inner ul li a small {
  display: block;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #course .course__inner ul li a small {
    font-size: 1.2rem;
  }
}
#course .course__inner ul li span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #000;
  width: 60px;
}
#course .course__inner ul li span:after {
  position: absolute;
  content: "";
  background: url(../img/arrow-white2.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
#course .course__inner .r_course {
  background: var(--red);
}
#course .course__inner .y_course {
  background: var(--sand);
}

#notes .under-sec__body {
  margin-bottom: 0;
}
#notes .notes_inner {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
#notes .note_ttl {
  background: var(--sand);
  padding: 13px 0;
  font-weight: 700;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 75px;
}
@media (max-width: 768px) {
  #notes .note_ttl {
    margin-bottom: 0;
    margin-top: 60px;
    font-size: 2.4rem;
  }
}
#notes h4.note_ttl_sub {
  background: var(--red);
  padding: 13px 0;
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #notes h4.note_ttl_sub {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
#notes ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#notes ul li {
  font-size: 1.6rem;
  padding-right: 18px;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 768px) {
  #notes ul li {
    font-size: 1.4rem;
  }
}
#notes ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 9px;
  transform: translate(0%, -50%);
}

#elevation {
  background: var(--beige);
  padding: 50px 0 20px;
}
@media (max-width: 768px) {
  #elevation {
    padding: 60px 0 10px;
  }
}
#elevation h2 {
  background: var(--red);
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  padding: 19px 10px;
  font-weight: 700;
  margin: 70px auto 50px;
}
@media (max-width: 768px) {
  #elevation h2 {
    font-size: 2.4rem;
    padding: 4px 10px;
    margin: 30px auto;
  }
}
#elevation p {
  margin-top: 24px;
}
@media (max-width: 768px) {
  #elevation p {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .course-page .under-kv__ttl__outer .section-ttl {
    align-items: flex-start;
  }
  .course-page .under-kv__ttl__outer .section-ttl .en {
    margin: 0 0 24px 64px;
  }
  .course-page .under-kv__ttl__outer .section-ttl .en:before {
    left: -64px;
  }
}
#access {
  padding: 0 0 75px;
}
#access a {
  display: inline;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #access {
    padding: 0 0 60px;
  }
}
@media (max-width: 768px) {
  #access .under-sec__body {
    margin-bottom: 0;
  }
}
#access h2 {
  background: var(--sand);
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  padding: 19px 10px;
  font-weight: 700;
  margin: 70px auto 55px;
}
@media (max-width: 768px) {
  #access h2 {
    font-size: 2.4rem;
    padding: 4px 10px;
    margin: 60px auto 30px;
  }
}

#famous_place {
  background: var(--beige);
  padding: 0 0 100px;
}
#famous_place a {
  display: inline;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #famous_place {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #famous_place .under-sec__body {
    margin-bottom: 0;
  }
}
#famous_place h2 {
  background: var(--red);
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  padding: 19px 10px;
  font-weight: 700;
  margin: 70px auto 50px;
}
@media (max-width: 768px) {
  #famous_place h2 {
    font-size: 2.4rem;
    padding: 4px 10px;
    margin: 60px auto 30px;
  }
}
#famous_place dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
}
#famous_place dl:not(:last-child) {
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  #famous_place dl:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #famous_place dl {
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    flex-direction: column;
  }
}
#famous_place dl dt {
  width: 520px;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
@media (max-width: 768px) {
  #famous_place dl dt {
    font-size: 1.4rem;
    width: 100%;
    display: contents;
  }
}
#famous_place dl dt p.f_ttl {
  font-size: 3.2rem;
  border-bottom: 1px solid #000;
  margin: 0 0 40px;
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  #famous_place dl dt p.f_ttl {
    font-size: 2.4rem;
    margin-bottom: 0;
    order: 0;
    margin-right: auto;
  }
}
#famous_place dl dt span {
  line-height: inherit;
}
@media (max-width: 768px) {
  #famous_place dl dt span {
    order: 2;
  }
}
#famous_place dl dd {
  width: 520px;
}
@media (max-width: 768px) {
  #famous_place dl dd {
    width: 100%;
    order: 1;
  }
}

#guide {
  padding-top: 75px;
}
@media (max-width: 768px) {
  #guide {
    padding-top: 60px;
  }
}
#guide .section-ttl .ja:after {
  content: none;
}
@media screen and (min-width: 1025px) {
  @-moz-document url-prefix() {
    #guide .section-ttl__box {
      padding-left: 30px;
    }
  }
}

.guide_box {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .guide_box {
    margin-bottom: 60px;
  }
}
.guide_box:not(:first-child) {
  padding-top: 75px;
}
@media (max-width: 768px) {
  .guide_box:not(:first-child) {
    padding-top: 60px;
  }
}
.guide_box:last-child {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .guide_box:last-child {
    margin-bottom: 10px;
  }
}

.guide_img {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .guide_img {
    width: 100%;
  }
}

.guide_txt {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .guide_txt {
    width: 100%;
  }
}
.guide_txt .g_name {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .guide_txt .g_name {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .guide_txt .g_name {
    font-size: 2.4rem;
    display: flex;
    flex-direction: column;
  }
}
.guide_txt .g_name span {
  font-size: 1.6rem;
}

.g_top {
  font-size: 2rem;
  margin: 58px 0 56px;
}
@media (max-width: 768px) {
  .g_top {
    font-size: 1.8rem;
    margin: 32px 0 40px;
  }
}

.g_bottom {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .g_bottom {
    font-size: 1.4rem;
  }
}

.g_contact {
  height: 80px;
}

.guide_more_btn {
  border: 1px solid #000;
  text-align: center;
  font-size: 2.4rem;
  padding: 29px 0 26px;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-130px);
  transition: 0.1s ease;
  background: #fff;
}
@media (max-width: 768px) {
  .guide_more_btn {
    font-size: 1.8rem;
    padding: 14px 0 16px;
  }
}

.g_show_contents {
  font-size: 2.4rem;
  text-align: center;
  margin: 50px auto 18px;
  height: 70px;
  overflow: visible;
  opacity: 0;
  transition: 0.15s;
}
@media (max-width: 768px) {
  .g_show_contents {
    margin: 40px auto 20px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.g_show_contents a {
  display: inline;
  color: #3865e0;
}

.g_contact.open {
  height: 100%;
}
.g_contact.open .g_show_contents {
  overflow: hidden;
  opacity: 1;
  height: 100%;
}
.g_contact.open .guide_more_btn {
  transform: translateY(0);
  margin-top: 0;
}

.beige {
  background: var(--beige);
}

@media (max-width: 768px) {
  #kentei h2 {
    margin-bottom: 30px;
  }
}
#kentei .top-sec {
  padding-top: 70px;
}
@media (max-width: 768px) {
  #kentei .top-sec {
    padding-top: 60px;
  }
}
#kentei p {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #kentei p {
    font-size: 1.8rem;
  }
}

.contact_btn {
  text-align: center;
  font-size: 2.4rem;
  background: #C1272D;
  color: #fff;
  margin: 50px auto 150px;
  padding: 22px 0;
}
@media (max-width: 768px) {
  .contact_btn {
    margin: 38px auto 60px;
    padding: 15px 0;
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .under__kv__ttl__inner {
    flex-direction: row;
    align-items: center;
  }
  main.guide .under__kv__ttl__inner {
    margin-bottom: 50px;
  }
  main.guide .under__kv__ttl__inner .ja {
    margin-right: 66px;
    position: relative;
  }
  main.guide .under__kv__ttl__inner .ja:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 2px;
    right: -52px;
    top: 12px;
    background: var(--sand);
  }
  main.guide .under__kv__ttl__inner .en {
    font-size: 2rem;
  }
  main.guide .under-kv__image p {
    margin: 30px auto 60px;
  }
}
@media screen and (min-width: 1025px) {
  #Access {
    margin-top: -14vh;
  }
}
@media screen and (max-width: 1024px) {
  #Access {
    width: calc(100% - 12.8vw);
    margin: 0 6.4vw;
  }
}
#Access h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #Access h2 {
    font-size: 2.4rem;
    margin-bottom: 45px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #Access .news_single_container {
    margin-bottom: 60px;
  }
}

.ac_ttl_box {
  border: 1px solid #000;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .ac_ttl_box {
    margin-bottom: 60px;
  }
}
.ac_ttl_box h3 {
  font-size: 2.4rem;
}
.ac_ttl_box h4 {
  font-size: 1.6rem;
  padding-top: 8px;
}

#news {
  padding: 150px 0 80px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  #news {
    margin-top: -33vh;
  }
}
@media screen and (max-width: 1024px) {
  #news {
    width: calc(100% - 12.8vw);
    margin: 0 6.4vw;
    padding: 20px 0 60px;
  }
}
#news .news_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 50px;
}
@media screen and (max-width: 1024px) {
  #news .news_container {
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
  }
}
@media (max-width: 768px) {
  #news .news_container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #news .news_container li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  #news .news_container li a img {
    width: 50%;
  }
  #news .news_container li a .news_bottom {
    width: 50%;
  }
}
#news .date {
  font-size: 1.6rem;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #news .date {
    margin: 0;
    font-size: 1.4rem;
  }
}
#news .date span {
  color: var(--sand);
  margin-left: 18px;
}
@media screen and (max-width: 395px) {
  #news .date span {
    display: block;
    width: 100%;
    margin: 0;
  }
}
#news .news_ttl {
  font-size: 1.6rem;
  margin-top: 7px;
}
@media (max-width: 768px) {
  #news .news_ttl {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .news_ttl_box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
  }
}
.news_ttl_s {
  font-size: 2.4rem;
  color: var(--sand);
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .news_ttl_s {
    font-size: 2rem;
    position: relative;
  }
}
.news_ttl_s:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 2px;
  right: -52px;
  top: 30px;
  background: var(--sand);
}
@media (max-width: 768px) {
  .news_ttl_s:before {
    top: 13px;
    left: -56px;
    right: 0;
  }
}

.news_ttl_l {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .news_ttl_l {
    margin-bottom: 50px;
    margin-right: 68px;
    font-size: 2.4rem;
  }
}

.pagenation {
  width: 140px;
  margin: 90px auto 0;
}
@media (max-width: 768px) {
  .pagenation {
    margin-top: 60px;
  }
}
.pagenation li {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagenation li .page-numbers {
  line-height: 1.4;
}
.pagenation li .current {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.4;
}

#Policy h6 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #Policy h6 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  #Policy {
    margin-top: -16vh;
  }
}
@media (max-width: 768px) {
  #Policy {
    padding: 0 20px;
  }
}
#Policy .news_ttl_s {
  margin-left: 66px;
}
@media (max-width: 768px) {
  #Policy .news_ttl_s {
    margin-left: 60px !important;
  }
  #Policy .news_ttl_s:before {
    left: -59px;
  }
}
#Policy .news_ttl_l {
  margin-bottom: 155px;
}
@media (max-width: 768px) {
  #Policy .news_ttl_l {
    margin: 0;
  }
}
#Policy .news_single_container p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #Policy .news_ttl_box {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.wp-pagenavi .page {
  display: none;
}

@media screen and (min-width: 1025px) {
  #single {
    margin-top: -16vh;
  }
}
@media screen and (max-width: 1024px) {
  #single {
    width: calc(100% - 12.8vw);
    margin: 0 6.4vw;
  }
}
@media (max-width: 768px) {
  #single .news_ttl_box {
    margin-top: 20px;
  }
}
#single .event_ttl {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  #single .event_ttl {
    font-size: 2.2rem;
  }
}
#single .event_date {
  font-size: 1.6rem;
  margin: 28px 0 50px;
}
@media (max-width: 768px) {
  #single .event_date {
    font-size: 1.4rem;
    margin: 23px 0 55px;
  }
}
#single .event_date span {
  color: var(--sand);
  margin-left: 1.6px;
  padding-left: 20px;
}

.news_single_container {
  max-width: 800px;
  margin: 0 auto 150px;
}
@media (max-width: 768px) {
  .news_single_container {
    margin-bottom: 60px;
  }
}
.news_single_container p {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .news_single_container p {
    margin-bottom: 30px;
  }
}
.news_single_container img {
  width: 100%;
}
.news_single_container img:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .news_single_container img:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  #Contact {
    margin-top: -16vh;
  }
}
@media screen and (max-width: 1024px) {
  #Contact {
    width: calc(100% - 12.8vw);
    margin: 0 6.4vw;
  }
}
#Contact form {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #Contact form {
    font-size: 1.4rem;
  }
}
#Contact form tr {
  width: 100%;
  display: block;
}
#Contact form tr:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #Contact form tr:not(:last-child) {
    margin-bottom: 30px;
  }
}
#Contact form tr th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #Contact form tr th {
    margin-bottom: 16px;
  }
}
#Contact form tr th span {
  color: #C69C6D;
  padding-left: 16px;
}
#Contact form tr td {
  width: 800px;
}
#Contact form tr td div label {
  margin-right: 22px;
}
@media (max-width: 768px) {
  #Contact form tr td div label {
    margin-right: 13px;
  }
}
#Contact form tr td div a {
  border: 1px solid rgba(0, 0, 0, 0.4666666667);
  text-align: center;
  padding: 20px 0;
  margin: 22px auto;
}
@media (max-width: 768px) {
  #Contact form tr td div a {
    padding: 13px 0;
    margin-bottom: 19px;
  }
}
#Contact form tr input, #Contact form tr textarea {
  background: #F0F0F0;
  width: 100%;
}
#Contact form tr input {
  height: 60px;
  padding: 2px 8px;
}
#Contact form tr input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0 10px 3px 0;
}
@media (max-width: 768px) {
  #Contact form tr input[type=checkbox] {
    margin-right: 5px;
  }
}
#Contact form tr textarea {
  height: 250px;
  padding: 18px 8px;
}
#Contact form .check_contact td {
  display: block;
  width: 100%;
}
#Contact form .checkbox1 label,
#Contact form .checkbox2 label {
  display: flex;
  align-items: center;
}
#Contact form .checkbox1 label input[type=checkbox],
#Contact form .checkbox2 label input[type=checkbox] {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #Contact form .checkbox1, #Contact form .checkbox2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 0;
  }
}
#Contact form .mwform-radio-field,
#Contact form .mwform-checkbox-field {
  display: inline-block;
}
#Contact form .mwform-radio-field label,
#Contact form .mwform-checkbox-field label {
  display: inline-flex;
  align-items: center;
  margin-right: 22px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #Contact form .mwform-radio-field label,
  #Contact form .mwform-checkbox-field label {
    margin-right: 13px;
  }
}
#Contact form .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item,
#Contact form .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
}
#Contact form .Attention {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  #Contact form .Attention {
    margin-bottom: 18px;
  }
}
#Contact form .p_c_btn {
  margin: 50px 0;
}
@media (max-width: 768px) {
  #Contact form .p_c_btn {
    margin-bottom: 45px;
  }
}
#Contact form .p_c_btn a {
  display: inline;
  text-decoration: underline;
}
#Contact form .Send {
  width: 100%;
  background: var(--sand);
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.policy_btn {
  margin-bottom: 50px;
}
.policy_btn .required {
  color: #C69C6D;
  font-weight: bold;
}

.contact_inner {
  max-width: 800px;
  margin: 0 auto 150px;
}
@media (max-width: 768px) {
  .contact_inner {
    margin-bottom: 60px;
  }
}
.contact_inner p:first-child {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .contact_inner p:first-child {
    margin-bottom: 60px;
  }
}

.back_btn {
  text-align: center;
  margin: 40px 0 20px;
}

.mw_wp_form_confirm .confirm_disable {
  display: none !important;
}

.modal-img {
  cursor: pointer;
}

.map-img {
  text-align: center;
}

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}

#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  max-width: 92%;
  z-index: 1000;
}

#page-top {
  width: 50px;
  height: 50px;
  background: var(--red);
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 768px) {
  #page-top {
    right: 24px;
    bottom: 12px;
  }
}
#page-top::after {
  content: "";
  background: url(../img/arrow-white.png) no-repeat;
  background-size: contain;
  padding-bottom: 20px;
  width: 10px;
  position: absolute;
  top: 14px;
  right: 18px;
  transform: rotateZ(-90deg);
}/*# sourceMappingURL=style3.css.map */