@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?oz5ku2");
  src: url("fonts/icomoon.eot?oz5ku2#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?oz5ku2") format("truetype"), url("fonts/icomoon.woff?oz5ku2") format("woff"), url("fonts/icomoon.svg?oz5ku2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Custom Propaties
--------------------------------*/
:root {
  --scrollbar: 0px;
  --scroll-padding-top: 0;
}

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

*:first-child {
  margin-top: 0;
}
*:last-child {
  margin-bottom: 0;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.2666666667vw;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
  scroll-padding-top: var(--scroll-padding-top);
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #333;
}

a {
  color: inherit;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}
header p, footer p {
  margin: 0;
}
:where(.entry-content) p {
  margin-block: 1.5em;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}
dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
:is(h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875em;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 1em 0;
  border: 0;
  border-bottom: 1px dotted #D6D6D6;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}
th + td {
  padding-left: 1em;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  color: inherit;
  cursor: pointer;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}
.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

.post:first-child, .paragraph:first-child {
  margin-top: 0;
}

.post:last-child, .paragraph:last-child {
  margin-bottom: 0;
}

.site-content, .site-footer-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.334vw;
  padding-left: 5.334vw;
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: block;
  width: fit-content;
  min-width: 14em;
  max-width: 100%;
  box-shadow: none;
  margin: 0 auto;
  padding: 0.8em 1.7em;
  border: 1px solid;
  border-radius: 4em;
  font: 500 0.9375rem/1.6 YuMincho, "Yu Mincho", serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/
h2,
h3,
h4 {
  line-height: 1.25;
  margin: 0 0 1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
}

h5,
h6 {
  line-height: 1.25;
  margin: 0 0 1em;
  font-weight: 400;
}

h2 {
  line-height: 1.5;
  font-size: 1.75rem;
}
h2[data-en]:after {
  display: block;
  margin-top: 1rem;
  font: 400 0.64286em/1 "Libre Baskerville", serif;
  letter-spacing: 0.1em;
  content: attr(data-en);
}

h3 {
  margin: 0 0 1.5em;
  padding: 0.5625em 0.9375em;
  border-radius: 0.625em;
  background: #F3F2E9;
  font-size: 1rem;
}
:where(.entry-content) h3 {
  margin-top: 3rem;
}

h4 {
  margin-top: 2.5em;
  font-size: 1rem;
}
:where(h2, h3, h4, h5, h6) + h4 {
  margin-top: 0;
}

h5 {
  position: relative;
  margin-top: 2.5em;
  padding-left: 1em;
  font-weight: 700;
  font-size: 1rem;
}
h5:before {
  position: absolute;
  top: 0.625em;
  left: 0;
  width: 0.5625em;
  height: 0.1875em;
  background: currentColor;
  transform: translateY(-50%);
  content: "";
}
:where(h2, h3, h4, h5, h6) + h5 {
  margin-top: 0;
}

h6 {
  margin-top: 2em;
  font-size: 1rem;
}
:where(h2, h3, h4, h5, h6) + h6 {
  margin-top: 0;
}

/* Site Width
--------------------------------*/
/* Common
--------------------------------*/
.btn:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.111em;
  color: #707070;
  font-family: icomoon;
  content: "\e900";
}
.btn:hover:after, .btn:focus:after {
  animation: arrow 1s ease infinite;
}

@keyframes arrow {
  80% {
    transform: translateX(0.5em);
  }
}
.image {
  text-align: center;
}

.featured-image {
  overflow: hidden;
  border-radius: 1.25em;
  margin-bottom: 1.5em;
}
.featured-image img {
  width: 100%;
}

.lede {
  line-height: 1.875;
  text-align: justify;
}

.tagline {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.125em;
  letter-spacing: 0.1em;
}

.lede2 {
  font-size: 0.875em;
  text-align: justify;
}

.description {
  font-size: 0.875em;
  text-align: justify;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

.back-link {
  margin-top: 3rem;
}

.logo {
  font: 500 1.875rem/1 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
}
.logo:after {
  display: block;
  margin-top: 0.96154em;
  font-family: "Libre Baskerville", serif;
  font-size: 0.47273em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  content: "Amakusa Workation";
  speak: none;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.667em;
  margin-top: 1em;
  font-size: 0.75rem;
}
.tags > span,
.tags > a {
  display: inline-block;
  line-height: 1.5;
  padding: 0 1em;
  border: 1px solid;
  border-radius: 1em;
  text-decoration: none;
}

.movie,
.map {
  position: relative;
  margin: 3em 0;
}
.movie:before,
.map:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.movie > iframe,
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph {
  margin: 1em 0;
}
.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.break:before {
  white-space: pre;
  content: "\a";
}
.oc-indicator {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  margin: auto;
  border: 1px solid;
  border-radius: 50%;
}
.oc-indicator:before, .oc-indicator:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.357143em;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s;
  content: "";
}
.oc-indicator:after {
  transform: rotate(-90deg);
}
[aria-expanded=true] > .oc-indicator:after {
  transform: rotate(0);
}

/* Header
--------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.site-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.334vw;
  height: 3.375rem;
  background: #F3F2E9;
}

.site-title {
  width: 12.8415rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.global-nav {
  display: none;
  font-family: "Shippori Mincho", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
}
.no-js .global-nav {
  display: block;
}
.global-nav__list {
  margin-top: 1rem;
  text-align: center;
}
.global-nav__item {
  position: relative;
}
.global-nav__link, .global-nav__button {
  display: block;
  position: relative;
  padding: 0.5em;
  text-decoration: none;
  cursor: pointer;
}
.global-nav__button:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.667em;
  transition: transform 0.3s;
  color: #707070;
  font-family: icomoon;
  content: "\e90e";
}
.global-nav__button[aria-expanded=true]:after {
  transform: scaleY(-1);
}
.global-nav .btn {
  min-width: 0;
  margin-top: 1.5rem;
  padding-block: 0.625em;
  background: #fff;
  font-family: inherit;
  font-size: 0.8em;
}

.global-nav-children {
  display: none;
  padding: 0.25em 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) inset, 0 -1px 3px rgba(0, 0, 0, 0.16) inset;
  font-size: 0.875em;
}
.no-js .global-nav-children {
  display: block;
}
.global-nav-children__link {
  display: block;
  padding: 0.25em 1em;
  text-decoration: none;
}

.fixed, .fixed > body {
  height: 100%;
  overflow: hidden;
}
.fixed .site {
  position: relative;
}

.menu-button {
  background: transparent;
  color: #666;
  text-align: center;
}
.menu-button[aria-expanded=true] {
  z-index: 100001;
}
.menu-button__text {
  display: block;
  line-height: 1;
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 10px;
}

.menu-icon {
  display: block;
  margin: 0 auto;
}
.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: currentColor;
}
.menu-icon__bar--1 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.menu-icon__bar--2 {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
[aria-expanded=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
[aria-expanded=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
[aria-expanded=true] .menu-icon__bar--3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer {
  display: block;
  position: fixed;
  top: 3.375rem;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  opacity: 0;
  overflow-scrolling: touch;
  background: #F3F2E9;
  transition: 0.3s;
}
.drawer[aria-hidden=false] {
  opacity: 1;
}

.hero {
  position: relative;
  aspect-ratio: 375/565;
  background: #005469;
}

.hero-text {
  position: absolute;
  top: 42.832%;
  right: 0;
  left: 0;
  z-index: 10;
  width: fit-content;
  opacity: 0;
  margin: 0 auto;
  transition: opacity 1.2s 0.8s;
  color: #fff;
  text-align: center;
}
[data-loaded=true] .hero-text {
  opacity: 1;
}
.hero-text__catch {
  width: 78.4vw;
  margin: 0 auto;
}
.hero-text__catch svg {
  display: block;
  width: 100%;
}
.hero-text__title {
  margin-top: 0.75em;
  font-size: 6.4vw;
  speak: none;
}

.hero-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}
[data-loaded=true] .hero-slide {
  opacity: 1;
}
[data-loaded=true] .hero-slide__item {
  transition: 1.5s;
}
.hero-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.hero-slide__item[data-active=true] {
  z-index: 1;
  opacity: 1;
}
.hero-slide__text {
  position: absolute;
  right: 0.682em;
  bottom: 1.82em;
  z-index: 1;
  margin-right: -0.1em;
  color: #fff;
  font: 500 1.375rem/1.6 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
  text-align: right;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: fit-content;
  height: fit-content;
  margin: auto;
  pointer-events: none;
}
.hero .loader {
  position: absolute;
}
[data-loaded=true] .loader, .loader[data-active=false] {
  opacity: 0;
  transition: opacity 0.5s;
}
.no-js .loader {
  display: none;
}

.pulse-container {
  width: 6em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}

.pulse-bubble {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #59ebfe;
}

.pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}

.pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
/* Footer
--------------------------------*/
.site-footer {
  position: relative;
  z-index: 101;
  margin-top: 3rem;
  padding-block: 5rem 2rem;
  background: linear-gradient(to bottom, rgba(0, 84, 105, 0.56), rgba(0, 84, 105, 0.56)), url(images/bg_footer@sp.jpg) no-repeat 50% 0/cover #005469;
  color: #fff;
  text-align: center;
}

.organization {
  line-height: 1.7334;
  font-size: 0.9375em;
}
.organization__logo {
  margin-bottom: 2rem;
}
.organization__name {
  margin-bottom: 0.4em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.2em;
}
.organization__name > span {
  display: block;
  font-size: 0.8235294118em;
}

.foot-text {
  margin-block: 2rem 3.5rem;
  padding-left: 0.1em;
  font: 500 0.875em/1.5 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
}

.foot-link {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 3.334em;
  margin: 2rem 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 0.75em;
}
.foot-link a {
  text-decoration: none;
}

.copyright {
  margin-top: 1em;
  font-size: 0.8125em;
  text-transform: uppercase;
}

.foot-button {
  margin-top: 2rem;
  color: #333;
  background: #fff;
}

/* Site Content
--------------------------------*/
.site-content-wrap {
  overflow: clip;
}
.site-content--home {
  container-type: inline-size;
}

main {
  grid-area: main;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/
.search-form {
  display: flex;
  max-width: 400px;
}
.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}
.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
.sidebar {
  grid-area: side;
  container-type: inline-size;
}

.widget {
  margin: 4rem 0 0;
}
.widget__title {
  line-height: 2.375;
  padding: 0 0.9375em;
  border-radius: 0.625em;
  background: #F3F2E9;
  font-weight: 800;
  font-size: 1rem;
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

/* Breadcrumbs
--------------------------------*/
.breadcrumbs {
  grid-area: bread;
  line-height: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 2rem;
  font-size: 0.625rem;
}
.breadcrumbs > ol {
  display: flex;
}
.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs li:first-child {
  text-transform: uppercase;
}
.breadcrumbs li + li:before {
  margin: 0 4px;
  content: ">";
}

/* Home
--------------------------------*/
.introduction-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-block: 0;
  background: #F3F2E9;
}
.introduction-area__content {
  padding-top: 3.5rem;
}
.introduction-area__heading {
  margin: 0;
  font: 600 1.3125em/1.7 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.introduction-area__heading::first-line {
  font-size: 1.57143em;
  letter-spacing: 0.1em;
}
.introduction-area__text {
  font: 500 0.9375em/2.0667 YuMincho, "Yu Mincho", serif;
  text-align: center;
}
.introduction-area__text > p {
  margin-block: 2em 0;
}
.introduction-area__map img {
  width: 100%;
}

.model-plan-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-bottom: 2.5em;
  background: linear-gradient(to bottom, transparent 11.5em, #F3F2E9 11.5em);
}
.model-plan-area__image {
  overflow: hidden;
  margin-right: -5.334vw;
  margin-left: 5.8667vw;
  margin-bottom: 1.5em;
  border-radius: 1.25em 0 0 1.25em;
}
.model-plan-area__list {
  margin-top: 2rem;
}

.model-plan-slide__item {
  width: 16.875rem;
  aspect-ratio: 560/780;
  overflow: hidden;
  border-radius: 1.25em;
  background: #333;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
}
.model-plan-slide__link {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2em;
  text-decoration: none;
}
.model-plan-slide__link:before {
  margin-bottom: 1.5rem;
  font: 0.8125em/1 "Libre Baskerville", serif;
  letter-spacing: 0.1em;
  content: "Model Plan";
  speak: none;
}
.model-plan-slide__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.model-plan-slide__image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.model-plan-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-plan-slide__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.375em;
  margin-bottom: 1.125rem;
  font-size: 0.625em;
}
.model-plan-slide__tags > span {
  display: inline-block;
  line-height: 1.8;
  padding: 0 1em;
  border-radius: 0.9em;
  background: #fff;
  color: #333;
  text-align: center;
}
.model-plan-slide__title {
  line-height: 1.4;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.model-plan-slide .splide__arrows {
  bottom: 3rem;
}

.introduction-link {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 2em;
  margin: 0;
  padding: 0;
}
.introduction-link__item {
  overflow: hidden;
  border-radius: 1.25em;
  background: url(images/bg_ilink01.jpg) no-repeat 50% 50%/cover #333;
}
.introduction-link__item:nth-child(2) {
  background-image: url(images/bg_ilink02.jpg);
}
.introduction-link__link {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 804/540;
  line-height: 1;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.introduction-link__link:after {
  width: calc(2.1296em + 2px);
  border: 1px solid;
  border-radius: 50%;
  font: 0.675em/2.12963 icomoon;
  content: "\e900";
}
.introduction-link__link:hover, .introduction-link__link:focus {
  background: rgba(0, 0, 0, 0.15);
}
.introduction-link__tag {
  margin-bottom: 0.8666666667em;
  font-size: 0.9375em;
}
.introduction-link__title {
  margin-bottom: 0.7857142857em;
  font-size: 1.75em;
  letter-spacing: 0.2em;
}
.introduction-link__title:after {
  display: block;
  margin-top: 1em;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 0.3928571429em;
  letter-spacing: 0.1em;
  content: attr(data-en);
}

.efforts-area, .activity-area {
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 4rem;
  background: #F3F2E9;
}

.activity-area .link {
  margin-top: 3.25em;
}
.activity-area__text {
  margin-bottom: 1rem;
}

.facility-slide__item {
  width: 13.25rem;
}
.facility-slide__link {
  display: block;
  text-decoration: none;
}
.facility-slide__image {
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 1em;
  border-radius: 1.25em;
  background: #F3F2E9;
}
.facility-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-slide__item--activity .facility-slide__image {
  background: #E5F0F0;
}
.facility-slide__title {
  line-height: 1.25;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.25em;
}
.facility-slide__tags {
  margin-top: 1.25em;
}
.facility-slide .splide__arrows {
  top: 6.625rem;
  transform: translateY(-50%);
}

.interview-area h2 {
  margin: 0;
}
.interview-area__content {
  margin-top: 3em;
}

.interview-slide__item {
  width: 18.5rem;
}
.interview-slide__link {
  display: block;
  text-decoration: none;
}
.interview-slide__image {
  overflow: hidden;
  aspect-ratio: 530/370;
  margin-bottom: 1em;
  border-radius: 1.25em;
  background: #E5F0F0;
}
.interview-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-slide__title {
  line-height: 1.25;
  font-family: YuMincho, "Yu Mincho", serif;
}
.interview-slide__tags {
  margin-top: 1.25em;
}
.interview-slide__tags > :not(.area-tag) {
  color: #608993;
}
.interview-slide .splide__arrows {
  top: 6.4375rem;
  transform: translateY(-50%);
}

.efforts-area__text {
  font: 500 0.9375em/2.0667 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
}
.efforts-area__text p {
  margin: 0;
}
.efforts-area__slide {
  overflow: hidden;
  margin-top: 3rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.efforts-slide {
  margin-top: 1.5em;
}
.efforts-slide__item {
  overflow: hidden;
  border-radius: 1.25em;
}

.banner-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em 0;
  margin: 0 auto;
  padding: 0;
}
.banner-list__item {
  flex: 0 0 9.875em;
}
.banner-list__link:hover, .banner-list__link:focus {
  opacity: 0.5;
}

/* Page
--------------------------------*/
.page-header {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  padding: 2.5rem 1rem;
  text-align: center;
}
.page-header--photo {
  height: 58.4vw;
  margin-bottom: 0.5rem;
  background: url(images/header_plan@sp.jpg) no-repeat 50% 50%/cover #333;
  color: #fff;
}
.page-header--photo:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.page-header--photo-hotel {
  background-image: url(images/header_hotel@sp.jpg);
}
.page-header--photo-work_space {
  background-image: url(images/header_work_space@sp.jpg);
}
.page-header--photo-activity {
  background-image: url(images/header_activity@sp.jpg);
}
.page-header--photo-experience {
  background-image: url(images/header_experience@sp.jpg);
}

.page-title {
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.page-title:after {
  display: block;
  margin-top: 1.3em;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 0.55em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  content: attr(data-en);
}

.page-subtitle {
  margin-bottom: 1.625rem;
  font-size: 1.0625rem;
}

.post-featured-image {
  height: 100vw;
  margin-bottom: 0.75em;
  background: #E5F0F0;
}
.post-featured-image--work_space, .post-featured-image--hotel {
  background: #F3F2E9;
}
.post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** Access */
.access-map {
  text-align: center;
}

.access-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.75em 0.625em;
  margin: 0;
  padding: 2em 1.25em;
  border-radius: 1.25em;
  background: #E6F0F0;
}
.access-list__item {
  flex: 0 0 8.90625em;
}
.access-list__link {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 1em 1.07143em;
  border-radius: 0.75rem;
  background: #fff;
  font-weight: 700;
  font-size: 0.875em;
  text-decoration: none;
}
.access-list__link:after {
  position: absolute;
  top: 0;
  right: 1.07143em;
  bottom: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
  border-width: 0.32143em 0 0.32143em 0.4286em;
  border-left-color: currentColor;
  content: "";
}
.access-list__link:hover, .access-list__link:focus {
  box-shadow: 0 0 0 0.2143em #608993;
}

.btn[href*="www.goshoura.net/timetable"] {
  width: 85.3731%;
}

.transportaion-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1.25em;
  width: 85.3731%;
  margin: 0 auto;
  padding: 0;
}
.transportaion-list .btn {
  width: 100%;
}
.transportaion-list .btn:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
  font-family: icomoon;
  content: "\e913";
}
.transportaion-list .btn[href="https://www.amx.co.jp/"]:before {
  content: "\e914";
}
.transportaion-list .btn[href="https://www.jrkyushu.co.jp/"]:before {
  content: "\e915";
}
.transportaion-list .btn[href="https://www.sankobus.jp/"]:before {
  content: "\e912";
}

.access-route-area h4 {
  position: relative;
  padding: 0.390625rem 2rem;
  font-weight: 700;
  font-size: 0.875em;
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
  background: #E5F0F0;
}
.access-route-area h4:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  width: 0.75rem;
  height: 0.75rem;
  box-shadow: 0 0 0 2px #fff inset;
  margin: auto;
  border: 1px solid #608993;
  border-radius: 50%;
  background: #608993;
  content: "";
}

.access-route {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 0.875em;
  text-align: center;
}
.access-route__item:after {
  display: block;
  width: 0;
  margin: 1rem auto;
  border: solid transparent;
  border-width: 0.8125rem 0.46875rem 0;
  border-top-color: #608993;
  content: "";
}
.access-route__item:last-child:after {
  content: none;
}
.access-route__title {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.access-route__title:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4286em;
  font-family: icomoon;
  font-weight: 400;
  text-decoration: none;
  content: "\e907";
}
.access-route__item--airplane .access-route__title:before {
  content: "\e914";
}
.access-route__item--bus .access-route__title:before {
  content: "\e912";
}
.access-route__item--train .access-route__title:before {
  content: "\e910";
}
.access-route__item--shinkansen .access-route__title:before {
  content: "\e915";
}

/** Privacy Policy */
.page-privacy-policy {
  counter-reset: pp;
}

.privacy-policy-part {
  counter-increment: pp;
}
.privacy-policy-part > h3:before {
  content: counter(pp) ". ";
}

/** Sitemap */
.sitemap {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.sitemap__item {
  position: relative;
  padding-left: 1.25em;
}
.sitemap__item:before {
  position: absolute;
  top: 0.8em;
  left: 0;
  border: solid transparent;
  border-width: 0.25em 0 0.25em 0.5em;
  border-left-color: #608993;
  transform: translateY(-50%);
  content: "";
}

.sitemap-children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-children .sitemap-children__item {
  position: relative;
  padding-left: 1em;
}
.sitemap-children .sitemap-children__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "├";
}
.sitemap-children .sitemap-children__item:last-child::before {
  content: "└";
}

/* Archive
--------------------------------*/
#archive {
  container-type: inline-size;
  transition: opacity 0.3s;
}
#archive[data-loading=true] {
  opacity: 0;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
}
.post-list__item {
  border-bottom: 1px dotted #F3F2E9;
}
.post-list__link {
  display: block;
  position: relative;
  padding-block: 0.5rem;
  text-decoration: none;
}
.post-list__link:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  opacity: 0;
  background: #F3F2E9;
  transition: opacity 0.3s;
  content: "";
}
.post-list__link:hover:after, .post-list__link:focus:after {
  opacity: 1;
}
.post-list__meta {
  display: flex;
  align-items: center;
  gap: 0.9334em;
  margin-bottom: 0.5rem;
}
.post-list__date {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 0.9334em;
}
.post-list__category {
  display: inline-block;
  line-height: 1.667;
  padding-inline: 1em 0.9em;
  border-radius: 0.41667em;
  background: #F3F2E9;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
}
.post-list__title {
  line-height: 1.667;
  font-weight: 500;
}

.archive-title {
  margin-bottom: 1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
}

.found-posts {
  line-height: 1;
  margin-bottom: 1.5em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 700;
}

.plan-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.plan-grid__item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 1.25rem;
  background: #333;
  color: #fff;
}
.plan-grid__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  text-decoration: none;
}
.plan-grid__link:before {
  display: block;
  margin-bottom: 1.53em;
  font: 1.0625em/1 "Libre Baskerville", serif;
  content: "Model Plan";
}
.plan-grid__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.plan-grid__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.plan-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan-grid__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 1rem;
  font-size: 0.625em;
}
.plan-grid__tags > span {
  display: inline-block;
  line-height: 2;
  padding: 0 1em;
  border-radius: 1em;
  background: #fff;
  color: #333;
  text-align: center;
}
.plan-grid__title {
  line-height: 1.39;
  font-size: 1.4375em;
  letter-spacing: 0.1em;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.facility-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.facility-grid__item {
  flex: 0 0 calc((100% - 1.5em) / 2);
}
.facility-grid__link {
  display: block;
  text-decoration: none;
}
.facility-grid__image {
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 0.75em;
  border-radius: 1.25em;
  background: #F3F2E9;
}
.facility-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-grid__item--activity .facility-grid__image {
  background: #E5F0F0;
}
.facility-grid__title {
  font: 600 0.875em/1.25 YuMincho, "Yu Mincho", serif;
}

.experience-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-top: 3em;
}
.experience-grid__link {
  display: block;
  text-decoration: none;
}
.experience-grid__image {
  overflow: hidden;
  aspect-ratio: 360/256;
  margin-bottom: 1em;
  border-radius: 1.25em;
  background: #E5F0F0;
}
.experience-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-grid__title {
  font: 600 1em/1.25 YuMincho, "Yu Mincho", serif;
}
.experience-grid__tags > :not(.area-tag) {
  color: #608993;
}

/* Post
--------------------------------*/
.post {
  margin: 3.5rem 0;
}

.entry-title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0;
}
.entry-title > a {
  text-decoration: none;
}
.entry-title > a:hover, .entry-title > a:focus {
  text-decoration: underline;
}

.entry-subtitle {
  line-height: 1;
  margin-bottom: 0.75rem;
  color: #608993;
  font-weight: 500;
  font-size: 0.875em;
}

.entry-header {
  margin-bottom: 2.5rem;
}

.entry-meta {
  display: grid;
  grid-template-areas: "date category";
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.875em;
  line-height: 1;
  margin-top: 1em;
}

.entry-date {
  grid-area: date;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 0.875em;
}

.post-categories {
  display: flex;
  grid-area: category;
  flex-wrap: wrap;
  gap: 0.75em;
}
.post-categories a {
  display: inline-block;
  line-height: 1.667;
  padding: 0 1em;
  border-radius: 0.41667em;
  background: #F3F2E9;
  font-weight: 700;
  font-size: 0.75em;
  text-decoration: none;
}

.entry-content {
  font-size: 0.875rem;
}
.attachment .entry-content {
  text-align: center;
}
.entry-content strong {
  color: inherit;
}
.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

.entry-footer {
  margin-top: 3rem;
  text-align: right;
}

.post-tags {
  color: #666;
  font-size: 0.75em;
}

/*** Wordpress Native Classes ***/
.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.alignnone {
  vertical-align: baseline;
}

/* search
--------------------------------*/
.searchform-area {
  margin: 2.5rem 0;
  padding: 1.5rem 1.25rem;
  border-radius: 1.25rem;
  background: #E6F0F0;
}
.searchform-area__heading {
  line-height: 1.25;
  margin-bottom: 1.5em;
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
}
.searchform-area__heading:before {
  margin-right: 0.35em;
  vertical-align: top;
  font: 1.25em/1 icomoon;
  content: "\e904";
}

.filtering-form__submit {
  text-align: center;
}
.filtering-form__submit button[type=submit] {
  position: relative;
  -webkit-appearance: none;
  width: 14.375rem;
  border: 0;
  border-radius: 2em;
  background: #fff;
  font: 600 0.8125rem/2.6923077 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.filtering-form__submit button[type=submit]:after {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  margin: auto;
  border: 1px solid;
  border-radius: 50%;
  font: 1em/1 icomoon;
  content: "\e902";
}

.searchform-part {
  margin: 0 0 1rem;
  border-radius: 0.625rem;
  background: #fff;
}
.searchform-part__heading {
  position: relative;
  line-height: 1.143;
  margin: 0;
  padding: 1rem;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.875em;
  cursor: pointer;
}
.searchform-part__heading:before {
  display: inline-block;
  width: 1.125em;
  vertical-align: top;
  margin-right: 0.375em;
  font: 1.143em/1 icomoon;
  text-align: center;
  content: "\e905";
}
.searchform-part__heading--plan_type:before {
  content: "\e906";
}
.searchform-part__heading--area:before {
  content: "\e907";
}
.searchform-part__heading--equipment:before, .searchform-part__heading--genre:before {
  content: "\e908";
}
.searchform-part__heading--purpose:before {
  content: "\e90f";
}
.searchform-part__content {
  display: none;
  padding: 0 1rem 1rem;
}
.no-js .searchform-part__content {
  display: block;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.4167em;
  line-height: 1.5;
  font-size: 0.75rem;
}
.filter-list__item {
  display: inline-block;
  min-width: 5.667em;
  padding: 0 0.8334em;
  border: 1px solid;
  border-radius: 1em;
  background: #fff;
  transition: background-color 0.1s;
  text-align: center;
  cursor: pointer;
}
.filter-list__item input {
  display: none;
}
.filter-list__item:has(input:checked) {
  background: #c3e2e1;
}
.filter-list__name {
  vertical-align: baseline;
}

.filter-list-reset {
  padding: 0 0.8334em;
  border: 1px solid;
  border-radius: 0.25em;
  background: #fff;
  color: #666;
  text-align: center;
}

/* Plan
--------------------------------*/
.plan__header {
  margin-bottom: 1.5em;
}
.plan__image {
  overflow: hidden;
  margin-bottom: 1.5em;
  border-radius: 0.625em;
}
.plan__tags {
  margin-bottom: 2.5rem;
}
.plan__tagline {
  margin: 0 0 1rem;
  font-size: 1em;
}
.plan__tagline:empty {
  display: none;
}
.plan__toc {
  margin-bottom: 4rem;
}

.toc {
  padding: 1rem 2.5rem 1.5rem;
  border-radius: 0.625rem;
  background: #E6F0F0;
}
.toc__heading {
  margin: 0 0 1em;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.toc-list {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.toc-list__btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.75em 1.667em;
  border-radius: 2em;
  background: #fff;
  font: 900 0.75em/1.5 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
.toc-list__btn:before, .toc-list__btn:after {
  flex: 0 0 1.1667em;
  font-family: icomoon;
  letter-spacing: 0;
  content: "";
}
.toc-list__btn:after {
  text-align: right;
  content: "\e900";
}
.toc-list__btn:hover:after, .toc-list__btn:focus:after {
  animation: arrow 1s ease infinite;
}

.plan-part > p {
  font-size: 0.875em;
  text-align: justify;
}
.plan-part .tagline {
  font-size: 1em;
  text-align: left;
}

.plan-block {
  position: relative;
  margin: 2rem 0 3rem;
  padding: 1.5em 1em;
  border-radius: 0.625em;
  background: #E6F0F0;
}
.plan-block:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: fit-content;
  margin: 1.1em auto 0;
  color: #E6F0F0;
  font: 0.9375em/1 icomoon;
  content: "\e90d";
}
.plan-block:last-child {
  margin-bottom: 0;
}
.plan-block:last-child:after {
  content: none;
}
.plan-block__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  font-weight: 700;
}
.plan-block__time {
  font-family: "Libre Baskerville", YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
}
.plan-block__type {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.plan-block__image {
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 1em;
}
.plan-block__image img {
  width: 100%;
}
.plan-block__heading {
  margin: 0 0 1em;
  font-size: 1em;
}
.plan-block__content {
  font-size: 0.875em;
  text-align: justify;
}
.plan-block__link {
  display: block;
  width: fit-content;
  max-width: 100%;
  min-width: 21.1667em;
  margin: 1em auto 0;
  padding: 0.75em 1.25em;
  border-radius: 2em;
  background: #fff;
  font: 600 0.75em/1.5 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
.plan-block__link:hover, .plan-block__link:focus {
  box-shadow: 0 0 0 1px #608993;
}

.block-tag {
  display: inline-block;
  line-height: 1.667;
  margin-left: auto;
  padding: 0 0.8334em;
  border-radius: 1em;
  background: #fff;
  font-size: 0.75em;
}
.block-tag:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.46154em;
  font: 1.08334em/1.5385 icomoon;
  content: "\e90c";
}
.block-tag--meal:before {
  content: "\e90b";
}
.block-tag--experience:before {
  content: "\e90a";
}
.block-tag--sightseeing:before {
  content: "\e909";
}

.other-posts-area {
  margin-top: 3rem;
}

/* Facility
--------------------------------*/
.facility__tags :not(.area-tag) {
  color: #608993;
}

.float-btn {
  position: fixed;
  bottom: 1.25em;
  right: 5.334vw;
  left: 5.334vw;
  z-index: 100;
  margin: auto;
  padding: 0 1em;
  border-radius: 2em;
  background: #313131;
  color: #fff;
  font: 500 1.125em/2.334 YuMincho, "Yu Mincho", serif;
  text-align: center;
  text-decoration: none;
}

.info-table th {
  width: 5em;
  text-transform: uppercase;
}
.info-table td {
  word-break: break-all;
}

/* Experience
--------------------------------*/

.interviewee__image {
  margin-bottom: 1.5em;
}
.interviewee__image img {
  width: 100%;
}
.interviewee__introduction {
  font-size: 0.875em;
  text-align: justify;
}
.interviewee__info {
  margin-top: 1em;
}
.interviewee__info th {
  width: 5em;
}

div.wpcf7 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.field {
  margin-bottom: 20px;
}
.field__label {
  display: block;
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 8px;
  background: #ff3b3b;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: #3b61ff;
}

.acceptance {
  margin: 40px 0;
  text-align: center;
}
.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.submit {
  text-align: center;
  text-indent: 20px;
}

label[for], .wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  width: 240px;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -0.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

/* Page Navigation
--------------------------------*/
.navigation {
  margin: 3rem auto 0;
  text-align: center;
}

.pagination {
  margin-right: -4px;
  margin-left: -4px;
}

.post-navigation a {
  text-decoration: none;
}

.nav-links {
  display: flex;
  justify-content: center;
}
.pagination .nav-links {
  gap: 0.625rem;
}

.nav-next {
  order: 0;
  margin-right: auto;
}
.nav-next > a:before {
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  order: 1;
  margin-left: auto;
}
.nav-previous > a:after {
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  display: inline-block;
  min-width: 1.857143em;
  line-height: 1.857143;
  box-shadow: 0 0 0 1px #242424 inset;
  border-radius: 0.357143em;
  background: #fff;
  color: #242424;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
}
.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}
.page-numbers.current {
  color: #fff;
  background: #242424;
}
.page-numbers.prev:before {
  content: "\f104";
}
.page-numbers.next:before {
  content: "\f105";
}

/* Social
--------------------------------*/
.follow-us {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}
.follow-us__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #1776f2;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
}
.follow-us__link:after {
  font-family: "Font Awesome 6 Brands";
  font-size: 0.625em;
  content: "\f39e";
}
.follow-us__link[href*="instagram.com"] {
  background: linear-gradient(to bottom right, rgb(255, 225, 133) 0%, rgb(255, 187, 54) 20.9%, rgb(255, 81, 118) 37.6%, rgb(246, 51, 149) 52.4%, rgb(164, 54, 210) 73.9%, rgb(95, 78, 237) 100%);
}
.follow-us__link[href*="instagram.com"]:after {
  font-size: 0.53125em;
  content: "\f16d";
}
.follow-us__link[href*="twitter.com"] {
  background: #000;
}
.follow-us__link[href*="twitter.com"]:after {
  font-size: 0.46875em;
  content: "\e61b";
}
.follow-us__link:hover, .follow-us__link:focus {
  transform: scale(1.25);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* Extra
--------------------------------*/
.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.splide__track {
  overflow: visible;
}
.splide__arrows {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  justify-content: space-between;
  margin: 0;
  font-size: 1em;
  pointer-events: none;
}
.splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(1.875em + 2px);
  height: calc(1.875em + 2px);
  margin: 0 -0.625em 0 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  color: #707070;
  text-align: center;
  pointer-events: auto;
}
.splide__arrow:before {
  font-family: icomoon;
  font-size: 0.625rem;
  content: "\e900";
}
.splide__arrow--prev {
  margin-right: 0;
  margin-left: -0.625rem;
}
.splide__arrow--prev:before {
  content: "\e901";
}
.splide__pagination {
  gap: 0.625em;
  margin-top: 2em;
  padding: 0;
}
.splide__pagination__page {
  display: block;
  width: 0.75em;
  height: 0.75em;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
}
.splide__pagination__page.is-active {
  background: #fb85aa;
}
.splide:not(.is-active) .splide__arrow,
.splide:not(.is-active) .splide__pagination {
  display: none !important;
}
.splide:not(.is-active) .splide__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 var(--gap, 2.5rem);
}

.gallery-slide {
  margin: 2rem 0;
}

/* Media Queries
--------------------------------*/

@media screen and (max-width: 767px){
  .efforts-area h2 {
    font-size: 1.7437rem;
  }
  .wpcf7-text {
    width: 100%;
  }
}

@media print, screen and (min-width: 601px){
  .admin-bar .drawer {
    top: 46px;
  }
}

@media print, screen and (min-width: 768px){
  html {
    font-size: min(16px, 1.3333333333vw);
  }
  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  :where(.site-content--home) section {
    margin-block: 4.87805cqw;
  }
  .site-content, .site-footer-content {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
  .btn {
    min-width: 16.5334em;
  }
  h2 {
    font-size: 2.25rem;
  }
  h2[data-en]:after {
    margin-top: 1em;
    font-size: 0.55556em;
  }
  :where(.site-content--home) h2 {
    font-size: 2.195122cqw;
  }
  :where(.entry-content) h3 {
    margin-top: 5rem;
  }
  :where(.site-content--home) .btn {
    font-size: 0.9146342cqw;
  }
  .featured-image {
    aspect-ratio: 16/9;
    margin-bottom: 3.5em;
  }
  .featured-image img {
    height: 100%;
    object-fit: cover;
  }
  .tagline {
    font-size: 1.5rem;
    text-align: center;
  }
  .lede2 {
    width: fit-content;
    margin: 1em auto;
    font-size: 1em;
  }
  .description {
    font-size: 1em;
  }
  :where(.site-content--home) .link {
    margin-top: 1.463415cqw;
  }
  .back-link .btn {
    min-width: 19.0667em;
  }
  :where(.site-content--home) .tags {
    font-size: 0.73170732cqw;
  }
  .break-pc:before {
    white-space: pre;
    content: "\a";
  }
  .oc-indicator {
    display: none;
  }
  .home .site-header {
    position: fixed;
  }
  .admin-bar .site-header {
    top: 46px;
  }
  .site-header-content {
    height: min(80px, 4.762vw);
    padding-inline: 1.823%;
  }
  .site-title {
    width: min(324px, 19.286vw);
  }
  .global-nav {
    display: block;
    font-size: min(15px, 0.89286vw);
  }
  .global-nav__list {
    display: flex;
    align-items: center;
    gap: 2em;
    margin: 0;
  }
  .global-nav__item {
    flex: 1 auto;
  }
  .global-nav__link {
    padding: 0;
  }
  .global-nav__link:after {
    position: absolute;
    top: 100%;
    right: -0.3em;
    left: -0.3em;
    border-top: 1px solid;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 0.3s;
    content: "";
  }
  .global-nav__link:hover:after, .global-nav__link:focus:after {
    transform: scaleX(1);
  }
  .global-nav__button {
    padding: 0;
  }
  .global-nav .btn {
    margin-top: 0;
  }
  .global-nav-children {
    position: absolute;
    top: 100%;
    left: 50%;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    padding: 0;
    background: #F3F2E9;
    transform: translateX(-50%);
    font-size: calc(1em - 1px);
  }
  .global-nav-children__link {
    white-space: nowrap;
    padding: 0.75em 1em;
  }
  .global-nav-children__link:hover, .global-nav-children__link:focus {
    background: rgba(0, 0, 0, 0.16);
  }
  .menu-button {
    display: none;
  }
  .hero {
    z-index: 10001;
    aspect-ratio: 16/9;
  }
  .hero:before {
    position: absolute;
    top: min(18px, 1.904762%);
    left: min(35px, 2.08334%);
    z-index: 100;
    width: min(324px, 19.286vw);
    aspect-ratio: 324/41;
    background: url(./images/logo_w.svgz) no-repeat 0 0/contain;
    content: "";
  }
  .hero__logo {
    display: block;
  }
  .hero-text {
    top: 30.8334%;
  }
  .hero-text__catch {
    width: 33.8542vw;
  }
  .hero-text__title {
    font-size: 2.86458vw;
  }
  .hero-slide__text {
    right: 1.5745em;
    bottom: 3.4em;
    font-size: 2.448vw;
    text-align: left;
  }
  .pulse-container {
    font-size: 1.25rem;
  }
  .site-footer {
    margin-top: 5rem;
    padding-block: min(128px, 7.62vw) min(56px, 3.334vw);
    background-image: linear-gradient(to bottom, rgba(0, 84, 105, 0.56), rgba(0, 84, 105, 0.56)), url(images/bg_footer.jpg);
  }
  .home .site-footer {
    margin-top: min(80px, 4.762vw);
  }
  .site-footer-content {
    container-type: inline-size;
    max-width: 1680px;
    font-size: min(16px, 0.9523809524vw);
  }
  .organization {
    font-size: 1.125em;
  }
  .organization__logo {
    margin-bottom: 0.627451em;
    font-size: 2.8334em;
  }
  .organization__name {
    font-size: 1.112em;
  }
  .foot-text {
    margin-block: 1.6em 2.8em;
    padding-left: 0.2em;
    font-size: 1.25em;
    letter-spacing: 0.2em;
  }
  .foot-link {
    gap: 2.625em;
    margin-top: 2.92683cqw;
    font-size: 1em;
  }
  .site-content--home {
    max-width: 1680px;
    font-size: min(16px, 0.9523809524vw);
  }
  .site-content--blog {
    display: grid;
    grid-template-areas: "bread bread" "main side";
    grid-template-columns: 67.7586207% 28.87931%;
    justify-content: space-between;
  }
  .widget:first-child {
    margin-top: 0;
  }
  .introduction-area__inner {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
  }
  .introduction-area__content {
    flex: 1 auto;
    padding-top: 0;
  }
  .introduction-area__heading {
    font-size: 2.9375em;
  }
  .introduction-area__heading::first-line {
    font-size: 1.4894em;
  }
  .introduction-area__text {
    font-size: 1.5em;
  }
  .introduction-area__map {
    flex: 0 0 42.381%;
    max-width: 712px;
    margin: 0;
  }
  .news-area {
    display: grid;
    grid-template-columns: 31.0976% 1fr;
    grid-template-areas: "heading list" "link list";
  }
  .news-area h2 {
    grid-area: heading;
    width: 6.889em;
    margin-inline: auto;
  }
  .news-area .post-list {
    grid-area: list;
  }
  .news-area .link {
    margin-top: auto;
    grid-area: link;
  }
  .model-plan-area {
    padding-right: 0;
    padding-bottom: 3.90244cqw;
    background: linear-gradient(to bottom, transparent 18em, #F3F2E9 18em);
  }
  .model-plan-area__inner {
    display: grid;
    grid-template-areas: "heading image" "text image" "link image" "list list";
    grid-template-columns: min(510px, 26.5625vw) 1fr;
    grid-template-rows: auto auto 1fr auto;
    align-items: flex-start;
    max-width: 1780px;
  }
  .model-plan-area h2 {
    grid-area: heading;
    width: 14.63415cqw;
    margin: 4em auto 1.334em;
  }
  .model-plan-area__image {
    grid-area: image;
    margin: 0;
  }
  .model-plan-area__image img {
    max-width: none;
  }
  .model-plan-area__text {
    grid-area: text;
    width: 15em;
    margin-inline: auto;
  }
  .model-plan-area .link {
    grid-area: link;
  }
  .model-plan-area__list {
    grid-area: list;
    width: 102.5em;
    margin-top: 3.90244cqw;
  }
  .model-plan-slide {
    width: 68em;
    margin-inline: auto;
  }
  .model-plan-slide__item {
    container-type: inline-size;
    width: 32em;
  }
  .model-plan-slide__link {
    font-size: 3.125cqw;
  }
  .model-plan-slide__link:before {
    margin-bottom: 1.334em;
    font-size: 1.875em;
    letter-spacing: 0.03em;
  }
  .model-plan-slide__tags {
    gap: 0.889em;
    margin-bottom: 2em;
    font-size: 1.125em;
  }
  .model-plan-slide__title {
    font-size: 2.5em;
  }
  .model-plan-slide .splide__arrows {
    right: -17.25em;
    bottom: 5.5em;
    left: -17.25em;
  }
  .model-plan-slide--alt {
    width: 100%;
  }
  .model-plan-slide--alt .splide__track {
    overflow: hidden;
  }
  .introduction-link {
    flex-direction: row;
  }
  .introduction-link__item {
    flex: 0 0 calc(50% - 1em);
  }
  .introduction-link__link:after {
    width: calc(2.23077em + 2px);
    line-height: 2.23077;
    font-size: 1.625em;
  }
  .introduction-link__tag {
    margin-bottom: 1.778em;
    font-size: 2.25em;
  }
  .introduction-link__title {
    margin-bottom: 1.137255em;
    font-size: 3.1875em;
  }
  .introduction-link__title:after {
    margin-top: 1.35em;
  }
  .efforts-area, .activity-area {
    padding-block: 6.0976cqw;
  }
  .activity-area__inner {
    display: grid;
    grid-template-areas: "heading list" "text list" "link list";
    grid-template-columns: 21.25em 1fr;
    grid-template-rows: auto auto 1fr;
    align-items: flex-start;
  }
  .activity-area h2 {
    grid-area: heading;
  }
  .activity-area__text {
    grid-area: text;
    width: 14.63415cqw;
    margin: 0;
  }
  .activity-area__list {
    grid-area: list;
  }
  .activity-area .link {
    grid-area: link;
  }
  .activity-area .btn {
    margin: 0;
  }
  .facility-slide .splide__track {
    overflow: hidden;
  }
  .facility-slide__item {
    width: 21.5em;
    margin-bottom: 1.5em;
  }
  .facility-slide .splide__arrows {
    top: 10.75em;
    width: 81.25em;
  }
  .facility-slide .splide__arrow--prev {
    margin-left: -2.375em;
  }
  .facility-slide--alt .splide__track {
    overflow: visible;
  }
  .facility-slide--alt .splide__arrows {
    width: 100%;
  }
  .facility-slide--alt .splide__arrow--prev {
    margin-left: -1em;
  }
  .facility-slide--alt .splide__arrow--next {
    margin-right: -1em;
  }
  .facility-slide--alt:not(.is-active) .splide__list {
    gap: 3.448276%;
  }
  .facility-slide--alt:not(.is-active) .facility-slide__item {
    flex-basis: 31.0345%;
  }
  .interview-area {
    display: grid;
    grid-template-areas: "heading link" "content content";
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    justify-content: space-between;
  }
  .interview-area h2 {
    grid-area: heading;
  }
  .interview-area__content {
    grid-area: content;
  }
  .interview-area .link {
    grid-area: link;
    margin: 0;
  }
  .interview-slide__item {
    width: 33.125em;
  }
  .interview-slide__title {
    font-size: 1.25em;
  }
  .interview-slide .splide__arrows {
    top: 11.5625em;
  }
  .interview-slide--alt .splide__list {
    flex-direction: column;
    gap: 2.5em;
  }
  .interview-slide--alt .splide__slide {
    width: 100%;
  }
  .interview-slide--alt .interview-slide__image {
    margin-bottom: 1em;
  }
  .interview-slide--alt .interview-slide__title {
    font-size: 1em;
  }
  .interview-slide--alt .interview-slide__tags {
    margin-top: 1em;
  }
  .other-posts-area .interview-slide {
    --gap: 1em;
  }
  .other-posts-area .interview-slide__image {
    border-radius: 0.5em;
  }
  .other-posts-area .workation_experience_category-tag > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal;
  }
  .efforts-area {
    display: grid;
    grid-template-areas: "heading slide" "text slide" "link slide";
    grid-template-columns: 47.0122% 41.95122%;
    justify-content: space-between;
  }
  .efforts-area h2 {
    grid-area: heading;
  }
  .efforts-area__text {
    grid-area: text;
    line-height: 2.25;
    font-size: 1.5em;
  }
  .efforts-area .link {
    grid-area: link;
    margin-top: 2.5em;
  }
  .efforts-area .btn {
    margin: 0;
  }
  .efforts-area__slide {
    display: flex;
    justify-content: space-between;
    grid-area: slide;
    margin: -6.0976cqw 0;
  }
  .efforts-slide {
    flex: 0 0 20.25em;
    margin: 0;
  }
  .banner-list {
    justify-content: flex-start;
    gap: 2.25em 3.4483%;
    width: 70.73171%;
  }
  .banner-list__item {
    flex: 0 0 31.0345%;
  }
  .page-header {
    padding-block: 5rem;
  }
  .page-header--photo {
    height: 36.667vw;
    max-height: 440px;
    margin-bottom: 1rem;
    background-image: url(images/header_plan.jpg);
  }
  .page-header--photo-hotel {
    background-image: url(images/header_hotel.jpg);
  }
  .page-header--photo-work_space {
    background-image: url(images/header_work_space.jpg);
  }
  .page-header--photo-activity {
    background-image: url(images/header_activity.jpg);
  }
  .page-header--photo-experience {
    background-image: url(images/header_experience.jpg);
  }
  .page-title {
    font-size: 2.25rem;
  }
  .page-title:after {
    font-size: 0.556em;
  }
  .page-subtitle {
    margin-bottom: 2.25rem;
  }
  .post-featured-image {
    height: min(1080px, 56.25vw);
    margin-bottom: 1em;
  }
  .access-list {
    column-gap: 3.125%;
    padding: 2.5em 8.6207%;
  }
  .access-list__item {
    flex-basis: 31.25%;
  }
  .btn[href*="www.goshoura.net/timetable"] {
    width: 25.86207%;
  }
  .transportaion-list {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 3.125%;
    width: 82.759%;
  }
  .transportaion-list__item {
    flex: 0 0 31.25%;
  }
  .access-route {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1em 0;
  }
  .access-route__item {
    position: relative;
    margin-right: 2.5em;
  }
  .access-route__item:after {
    position: absolute;
    top: 0.8036em;
    left: 100%;
    margin: 0 0 0 0.9286em;
    border-width: 0.4286em 0 0.4286em 0.64286em;
    border-top-color: transparent;
    border-left-color: #608993;
  }
  .access-route__item:last-child {
    margin-right: 0;
  }
  .access-route__title {
    margin: 0;
    padding: 0.286em 0.57143em 0.286em 0.286em;
    border: 1px solid #ccc;
    border-radius: 0.286em;
  }
  .access-route__title:before {
    vertical-align: top;
    line-height: 1.225;
    margin-right: 0.3em;
    font-size: 1.4286em;
  }
  @container (width > 355px) {
    .post-list {
      font-size: 1.125em;
    }
    .post-list__link {
      display: grid;
      grid-template-columns: 13.334em 1fr;
      grid-template-areas: "meta title";
      padding-block: 0.4445em;
    }
    .post-list__meta {
      grid-area: meta;
      gap: 1.334em;
      margin-right: 1.334em;
      margin-bottom: 0;
    }
    .post-list__date {
      font-size: 1em;
    }
    .post-list__category {
      flex: 1 auto;
      line-height: 2.143;
      font-size: 0.778em;
    }
    .post-list__title {
      grid-area: title;
    }
  }
  .found-posts {
    margin-bottom: 3em;
  }
  .plan-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.44828cqw;
  }
  .plan-grid__item {
    flex: 0 0 31.0345cqw;
  }
  .facility-grid {
    gap: 3.44828cqw;
  }
  .facility-grid__item {
    flex: 0 0 31.0345cqw;
  }
  .facility-grid__image {
    margin-bottom: 1rem;
  }
  .facility-grid__title {
    font-size: 1rem;
  }
  .facility-grid__tags {
    margin-top: 1rem;
  }
  .experience-grid {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 6.2069cqw 3.44828cqw;
    margin-top: 8em;
  }
  .experience-grid__item {
    flex: 0 0 31.0345cqw;
  }
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
  .searchform-area {
    margin-top: 6.25rem;
    padding-inline: 7.375rem;
  }
  .filtering-form__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .searchform-part {
    flex: 1;
    margin: 0;
  }
  .plan {
    display: grid;
    grid-template-areas: "header header" "content toc";
    grid-template-columns: 66.2069% 28.8793104%;
    align-items: start;
    justify-content: space-between;
  }
  .plan__header {
    display: grid;
    grid-area: header;
    grid-template-areas: "image sub" "image title" "image tags" "image tagline" "image content";
    grid-template-columns: 50% 44.48276%;
    grid-template-rows: 1fr repeat(3, auto) 1fr;
    justify-content: space-between;
    margin-bottom: 5em;
  }
  .plan__header:not(:has(.plan__image)) {
    grid-template-areas: "sub sub" "title title" "tags tags" "tagline tagline" "content content";
  }
  .plan__image {
    grid-area: image;
    margin-bottom: 0;
  }
  .plan__subtitle {
    grid-area: sub;
    align-self: flex-end;
  }
  .plan__title {
    grid-area: title;
  }
  .plan__tags {
    grid-area: tags;
  }
  .plan__tagline {
    grid-area: tagline;
    font-size: 1em;
    text-align: left;
  }
  .plan__description {
    grid-area: content;
    font-size: 0.875em;
  }
  .plan__toc {
    position: sticky;
    top: calc(min(80px, 4.762vw) + 1.5em);
    grid-area: toc;
    margin: 0;
  }
  .admin-bar .plan__toc {
    top: calc(min(80px, 4.762vw) + 1.5em + 46px);
  }
  .plan__content {
    grid-area: content;
  }
  .plan-block {
    display: grid;
    grid-template-areas: "meta image" "meta heading" "meta content" "meta link";
    grid-template-columns: 1fr 64.36782%;
    align-items: flex-start;
    gap: 0 1rem;
    margin-bottom: 4.5rem;
    padding: 2rem 2.25rem;
  }
  .plan-block:after {
    margin-top: 1.9em;
  }
  .plan-block__meta {
    display: grid;
    grid-area: meta;
    grid-template-columns: auto 1fr;
    gap: 0.75rem 0.875rem;
  }
  .plan-block__heading {
    grid-area: heading;
  }
  .plan-block__content {
    grid-area: content;
  }
  .plan-block__link {
    grid-area: link;
    margin: 2em 0 0;
  }
  .block-tag {
    grid-column: 1/3;
    width: fit-content;
    margin-left: 0;
  }
  .other-posts-area {
    margin-top: 5.625rem;
  }
  .float-btn {
    top: 20rem;
    right: 0;
    bottom: auto;
    left: auto;
    padding-block: 0;
    padding-inline: 1em;
    border-radius: 0.334em 0 0 0.334em;
    writing-mode: tb-rl;
  }
  .float-btn:hover, .float-btn:focus {
    padding-block-start: 1em;
  }
  .experience {
    display: grid;
    grid-template-areas: "image image" "header header" "content other" "content back";
    grid-template-columns: 67.7586207% 28.87931%;
    grid-template-rows: auto auto auto 1fr;
    justify-content: space-between;
  }
  .experience .featured-image {
    grid-area: image;
  }
  .experience__header {
    grid-area: header;
  }
  .experience__content {
    grid-area: content;
  }
  .experience .other-posts-area {
    grid-area: other;
    margin-top: 0;
  }
  .experience .back-link {
    grid-area: back;
  }
  .interviewee {
    display: grid;
    align-items: start;
    grid-template-areas: "image intro" "image info";
    grid-template-columns: 33.334% 1fr;
    grid-template-rows: auto 1fr;
    gap: 1em 4.6875%;
  }
  .interviewee:not(:has(.interviewee__image)) {
    grid-template-areas: "intro intro" "info info";
  }
  .interviewee__image {
    grid-area: image;
    margin-bottom: 0;
  }
  .interviewee__introduction {
    grid-area: intro;
  }
  .interviewee__info {
    grid-area: info;
    margin-top: 0;
  }
  .interviewee__info th {
    width: 4em;
  }
  .field {
    display: flex;
  }
  .field__label {
    flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    flex: 1;
  }
  .navigation {
    margin-top: 5rem;
  }
  .follow-us {
    gap: 0.875em;
  }
  .follow-us__link {
    font-size: 2.5em;
  }
  .splide__arrow {
    width: calc(3.625em + 2px);
    height: calc(3.625em + 2px);
    margin: 0;
  }
  .splide__arrow:before {
    font-size: 1.625em;
  }
}

@media print, screen and (min-width: 783px){
  .admin-bar .site-header {
    top: 32px;
  }
  .admin-bar .drawer {
    top: 32px;
  }
  .admin-bar .plan__toc {
    top: calc(min(80px, 4.762vw) + 1.5em + 32px);
  }
}

@media print and (min-resolution: 2dppx), screen and (min-width: 960px) and (min-resolution: 2dppx){
  .page-header--photo {
    background-image: url(images/header_plan@2x.jpg);
  }
  .page-header--photo-hotel {
    background-image: url(images/header_hotel@2x.jpg);
  }
  .page-header--photo-work_space {
    background-image: url(images/header_work_space@2x.jpg);
  }
  .page-header--photo-activity {
    background-image: url(images/header_activity@2x.jpg);
  }
  .page-header--photo-experience {
    background-image: url(images/header_experience@2x.jpg);
  }
}

@media print, screen and (min-width: 1200px){
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

@media print and (min-resolution: 2dppx), screen and (min-width: 1200px) and (min-resolution: 2dppx){
  .site-footer {
    background-image: linear-gradient(to bottom, rgba(0, 84, 105, 0.56), rgba(0, 84, 105, 0.56)), url(images/bg_footer@2x.jpg);
  }
}

@media print and (min-resolution: 2dppx), screen and (min-width: 1280px) and (min-resolution: 2dppx){
  .introduction-link__item {
    background-image: url(images/bg_ilink01@2x.jpg);
  }
  .introduction-link__item:nth-child(2) {
    background-image: url(images/bg_ilink02@2x.jpg);
  }
}

@media print{
  body {
    min-width: 1200px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}
