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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  tab-size: 4;
  word-break: break-word;
}

body {
  margin: 0;
}

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

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

input {
  overflow: visible;
}

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #222222;
  cursor: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

a:link {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a:visited {
  color: inherit;
}

a:hover {
  color: #0090a5;
  opacity: 0.8;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

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

p {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

.t--right {
  text-align: right;
}

.t--left {
  text-align: left;
}

.t--center {
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  a[href*="tel:"] {
    cursor: text;
    pointer-events: none;
    text-decoration: none;
  }
}
a.btn01,
a.btn02 {
  background: linear-gradient(to right, #222222, #555555);
  border-radius: 100vw;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 1.4em 6rem 1.4em 3.6rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  a.btn01,
a.btn02 {
    font-size: 1.3rem;
  }
}
a.btn01::before,
a.btn02::before {
  background: url(../images/arrow_wh.svg) 0 0 no-repeat;
  content: "";
  height: 13px;
  position: absolute;
  right: 3rem;
  top: 1.4em;
  width: 8px;
}
a.btn01:hover,
a.btn02:hover {
  background: linear-gradient(to right, #555555, #222222);
}

a.btn02 {
  background: linear-gradient(to right, #0b94a8, #00a6be);
}
a.btn02:hover {
  background: linear-gradient(to right, #00a6be, #0b94a8);
}

.headline {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .headline {
    font-size: 3rem;
    text-align: left;
  }
}
.headline::after {
  content: attr(data-ttl-en);
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .headline::after {
    font-size: 1.7rem;
    line-height: 1;
    margin-top: 2.6rem;
  }
}

a.new-window {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.new-window::after {
  background: url(../images/new_window.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 0.5em;
  width: 1em;
}

footer {
  background-color: #fff;
}

.contact {
  border-top: 1px solid #666666;
}
@media print, screen and (min-width: 768px) {
  .contact {
    display: flex;
  }
}

.contact__tel,
.contact__mail {
  border-bottom: 1px solid #666666;
  padding: 3rem 2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact__tel,
.contact__mail {
    padding: 7rem 3rem;
    width: 50%;
  }
}
.contact__tel h3,
.contact__mail h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .contact__tel h3,
.contact__mail h3 {
    font-size: 2.2rem;
  }
}
.contact__tel h3::after,
.contact__mail h3::after {
  content: attr(data-ttl-en);
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .contact__tel h3::after,
.contact__mail h3::after {
    font-size: 1.3rem;
    margin-top: 1.8rem;
  }
}
.contact__tel a,
.contact__mail a {
  display: inline-block;
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .contact__tel a,
.contact__mail a {
    margin-top: 5.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .contact__tel {
    border-right: 1px solid #666666;
  }
}
.contact__tel a {
  font-size: 2.5rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .contact__tel a {
    font-size: 3.5rem;
  }
}

.info {
  margin: 0 auto;
  max-width: 1340px;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 768px) {
  .info {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .info {
    padding: 9rem 2rem 14rem;
  }
}

.info__sec01 h2 {
  font-size: 2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .info__sec01 h2 {
    font-size: 2.5rem;
  }
}
.info__sec01 h2::after {
  content: attr(data-ttl-ja);
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .info__sec01 h2::after {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}

.info__sec01-address {
  margin-top: 3rem;
}
@media print, screen and (min-width: 1024px) {
  .info__sec01-address {
    font-size: 1.3rem;
    margin-top: 5.3rem;
  }
}
.info__sec01-address p {
  line-height: 1.5;
}
.info__sec01-address p:last-of-type {
  margin-top: 0.8em;
}
@media print, screen and (min-width: 1024px) {
  .info__sec01-address p:last-of-type {
    margin-top: 1rem;
  }
}

.info__sec02 {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .info__sec02 {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    display: flex;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .info__sec02 {
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .info__sec02-main {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(28em + 2rem);
  }
}
@media print, screen and (min-width: 1280px) {
  .info__sec02-main {
    width: 47rem;
  }
}
.info__sec02-main li {
  border-bottom: 1px solid #cccccc;
}
@media print, screen and (min-width: 1024px) {
  .info__sec02-main li {
    width: 14em;
  }
}
@media print, screen and (min-width: 1280px) {
  .info__sec02-main li {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .info__sec02-main li:nth-of-type(1) a {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .info__sec02-main li:nth-of-type(1) a {
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 1024px) {
  .info__sec02-main li:nth-of-type(2) a {
    padding-top: 6px;
  }
}
.info__sec02-main li a {
  display: inline-block;
  padding: 1.5em 0;
}

.info__sec02-sub {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .info__sec02-sub {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .info__sec02-sub {
    margin-top: 6px;
  }
}
.info__sec02-sub li {
  padding: 1.6em 0 0 2em;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .info__sec02-sub li {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .info__sec02-sub li:nth-of-type(1) {
    padding-top: 0;
  }
  .info__sec02-sub li:nth-of-type(1)::before {
    top: 0;
  }
}
.info__sec02-sub li::before {
  background-color: #333;
  border-radius: 100vw;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 1.6em;
  width: 1em;
}

header {
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
header.header-page {
  height: auto;
}
@media print, screen and (min-width: 768px) {
  header.header-page {
    height: 95px;
  }
}

.site-name {
  background: #0090a5;
  display: inline-block;
  margin-left: 3rem;
  padding: 2rem 2.4rem;
  position: relative;
  z-index: 98;
}
@media print, screen and (min-width: 768px) {
  .site-name {
    left: calc(50% - 141px);
    margin: 0;
    padding: 2.6rem 3.6rem;
    position: absolute;
    top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .site-name {
    left: calc(50% - 149px);
  }
}
.site-name h1 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .site-name h1 {
    font-size: 1.5rem;
  }
}
.site-name h1::before {
  content: attr(data-ttl-en);
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media print, screen and (min-width: 768px) {
  .site-name h1::before {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.navi__toggle {
  background: #fff;
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .navi__toggle {
    height: 100px;
    width: 100px;
  }
}
.navi__toggle span {
  background: #222;
  border-radius: 5px;
  display: inline-block;
  height: 2px;
  left: 25%;
  position: absolute;
  transition: all 0.4s;
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .navi__toggle span {
    left: 30%;
    width: 40%;
  }
}
.navi__toggle span:nth-of-type(1) {
  top: 20px;
}
@media print, screen and (min-width: 768px) {
  .navi__toggle span:nth-of-type(1) {
    top: 38px;
  }
}
.navi__toggle span:nth-of-type(2) {
  top: 28px;
}
@media print, screen and (min-width: 768px) {
  .navi__toggle span:nth-of-type(2) {
    top: 49px;
  }
}
.navi__toggle span:nth-of-type(3) {
  top: 37px;
}
@media print, screen and (min-width: 768px) {
  .navi__toggle span:nth-of-type(3) {
    top: 59px;
  }
}
.navi__toggle.show {
  z-index: 100;
}
.navi__toggle.show span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  top: 19px;
  transform: translateY(6px) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .navi__toggle.show span:nth-of-type(1) {
    top: 43px;
  }
}
.navi__toggle.show span:nth-of-type(2) {
  opacity: 0;
}
.navi__toggle.show span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  top: 32px;
  transform: translateY(-6px) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .navi__toggle.show span:nth-of-type(3) {
    top: 55px;
  }
}

.main-nav {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 6rem 3rem;
  position: absolute;
  top: -100%;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  .main-nav {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    height: calc(100vh - 5rem);
    left: auto;
    padding: 10rem 6rem 4rem;
    right: -32rem;
    top: 0;
    transition: 0.4s ease-in-out;
    width: 32rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .main-nav {
    padding-top: 15rem;
  }
}
.main-nav.show {
  opacity: 1;
  position: fixed;
  top: 0;
  transition: 0.4s ease-in-out;
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .main-nav.show {
    right: 0;
  }
}

.main-nav__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 98;
}
@media print, screen and (min-width: 768px) {
  .main-nav__bg {
    display: none;
  }
}
.main-nav__bg.show {
  opacity: 1;
  position: fixed;
  top: 0;
  transition: 0.4s ease-in-out;
  visibility: visible;
}

.main-nav__list {
  width: auto;
}
.main-nav__list li {
  border-bottom: 1px solid #cccccc;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .main-nav__list li {
    font-size: 1.5rem;
  }
}
.main-nav__list li a {
  display: inline-block;
  padding: 1.5em 0;
}

.main-nav__sub {
  margin-top: 3rem;
}
.main-nav__sub li {
  padding: 1.6em 0 0 2em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .main-nav__sub li {
    font-size: 1.3rem;
  }
}
.main-nav__sub li::before {
  background-color: #0090a5;
  border-radius: 100vw;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 1.6em;
  width: 1em;
}

.hero {
  -webkit-animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-name: fadeInAnime;
  background: url(../images/hero.jpg) center center no-repeat;
  background-size: cover;
  height: 0;
  left: 0;
  opacity: 0;
  padding-top: calc(100vh - 100px);
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .hero {
    background: url(../images/hero.jpg) right center no-repeat;
    background-size: cover;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news {
  background-color: #fff;
  padding: 5rem 0 8rem;
}
@media print, screen and (min-width: 768px) {
  .news {
    padding-bottom: 12rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .news {
    padding-bottom: 17rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .news__wrap {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    /* max-width: 1340px;
    margin: 0 auto; */
    position: relative;
  }
}

.news__headline {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .news__headline {
    padding: 0 2rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__headline {
    left: 2rem;
    position: absolute;
    top: 3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .news__headline {
    left: calc(50% - 650px);
    padding: 0;
    top: 6rem;
  }
}
.news__headline a {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .news__headline a {
    margin-top: 7rem;
  }
}

.news__list {
  margin-top: 3rem;
}
@media print, screen and (min-width: 1024px) {
  .news__list {
    left: 37.5%;
    margin-top: 0;
    position: relative;
    width: 62.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__slide {
    padding-right: 20%;
    width: 100%;
  }
}

.news__item {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .news__item {
    width: 43rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .news__item {
    padding: 0 25px;
  }
}

.news__img {
  border-radius: 8px;
  height: 0;
  overflow: hidden;
  padding-top: 65.789%;
  position: relative;
  width: 100%;
}
.news__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.news__text {
  margin-top: 2em;
}
.news__text p:last-of-type {
  line-height: 1.8;
  margin-top: 1em;
}

@media print, screen and (min-width: 1024px) {
  .news-date {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .news-ttl {
    font-size: 1.5rem;
  }
}

.parallax-bg {
  min-height: 260px;
}
@media print, screen and (min-width: 768px) {
  .parallax-bg {
    min-height: 450px;
  }
}
@media print, screen and (min-width: 1024px) {
  .parallax-bg {
    background-attachment: fixed;
    min-height: 600px;
  }
}
.parallax-bg::before {
  -webkit-transform: translate(-50%, -50%);
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: none;
  height: 100vh;
  left: 50%;
  min-height: 500px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.parallax-bg.active::before {
  background: url(../images/bg01.jpg) center center no-repeat;
  background-size: cover;
  display: block;
}

.workation {
  background-color: #fff;
  padding: 7rem 0 9rem;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .workation {
    padding: 14rem 0 16rem;
  }
}

.workation__slide-area {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .workation__slide-area {
    display: block;
    position: absolute;
    z-index: 0;
  }
}

.workation__slide .swiper-wrapper {
  transition-timing-function: linear;
}
.workation__slide .swiper-slide {
  height: 455px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.workation__slide01-img img,
.workation__slide02-img img,
.workation__slide03-img img,
.workation__slide04-img img {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.workation__slide01-img img {
  width: 420px;
}

.workation__slide02-img img {
  margin-top: 70px;
  width: 280px !important;
}

.workation__slide03-img img {
  width: 280px !important;
}

.workation__slide04-img img {
  margin-top: 70px;
  width: 280px !important;
}

.workation__text {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .workation__text {
    margin: 0 auto;
    max-width: 1360px;
    padding: 400px 30px 0;
  }
}
.workation__text h2 {
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .workation__text h2 {
    font-size: 3.4rem;
    letter-spacing: 0.3em;
    line-height: 1.8;
  }
}
.workation__text a {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  .workation__text a {
    margin-top: 8.6rem;
  }
}

.workation__explanation {
  line-height: 1.8;
  margin-top: 3rem;
}
@media print, screen and (min-width: 1024px) {
  .workation__explanation {
    line-height: 2;
    margin-top: 5.6rem;
  }
}

.workation__bg {
  background: url(../images/koriyama.png) 0 0 no-repeat;
  background-size: cover;
  bottom: 16rem;
  padding-top: 53%;
  position: absolute;
  right: 0;
  width: 60%;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .workation__bg {
    height: 672px;
    padding-top: 0;
    width: 760px;
  }
}

.plan {
  background-color: #fff;
  padding-bottom: 10rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .plan {
    padding-bottom: 11%;
  }
}

.plan__bg {
  background: url(../images/bg02.jpg) center center no-repeat;
  background-size: cover;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  .plan__bg {
    height: 450px;
  }
}
@media print, screen and (min-width: 1024px) {
  .plan__bg {
    height: 600px;
  }
}
@media print, screen and (min-width: 1280px) {
  .plan__bg {
    height: 800px;
  }
}

.plan__text {
  margin-top: 4rem;
  padding: 0 2rem;
}
@media print, screen and (min-width: 1024px) {
  .plan__text {
    margin-top: 5%;
    padding: 0 0 0 30px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1280px) {
  .plan__text {
    left: calc(50% - 65rem);
    position: relative;
    width: calc(50% + 65rem);
  }
}
.plan__text h2 {
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .plan__text h2 {
    margin-top: 22rem;
  }
}
.plan__text h3 {
  border-bottom: 1px solid #222;
  color: #0090a5;
  font-size: 2rem;
  margin-top: 3rem;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 1024px) {
  .plan__text h3 {
    font-size: 2.8rem;
    margin-top: 6rem;
  }
}
.plan__text p {
  line-height: 1.8;
  margin-top: 3rem;
}
@media print, screen and (min-width: 1024px) {
  .plan__text p {
    margin-top: 6rem;
  }
}
.plan__text a {
  margin-top: 3rem;
}
@media print, screen and (min-width: 1024px) {
  .plan__text a {
    margin-top: 9rem;
  }
}

.plan__slide-area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  .plan__slide-area {
    left: 40%;
    margin-top: 0;
    position: absolute;
    top: 53rem;
    width: 60%;
  }
}
@media print, screen and (min-width: 1280px) {
  .plan__slide-area {
    top: 74rem;
  }
}

.plan__slide-item {
  padding: 0 30px;
}
@media print, screen and (min-width: 1024px) {
  .plan__slide-item {
    height: auto;
    width: 46rem;
  }
}

.plan__img {
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  padding-top: 137.5%;
  position: relative;
  width: 100%;
}
.plan__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.plan__day {
  color: #0090a5;
  font-size: 1.4rem;
  margin-top: 3rem;
  padding-left: 2em;
  position: relative;
}
.plan__day::before {
  background: url(../images/calender.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 19px;
}

.plan__content {
  margin-top: 2rem;
}
.plan__content li {
  padding: 1em 0 0 1em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .plan__content li {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .plan__content li {
    line-height: 1.5;
  }
}
.plan__content li::before {
  background-color: #333;
  border-radius: 100vw;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 1.4em;
  width: 5px;
}
@media print, screen and (min-width: 1024px) {
  .plan__content li::before {
    top: 1.6em;
  }
}

.plan__slide .swiper-button-next,
.plan__slide .swiper-button-prev {
  background: #0090a5;
  border-radius: 100vw;
  color: #fff;
  height: 40px;
  top: 38%;
  width: 40px;
}
@media print, screen and (min-width: 1024px) {
  .plan__slide .swiper-button-next,
.plan__slide .swiper-button-prev {
    top: 35%;
  }
}
.plan__slide .swiper-button-next:after,
.plan__slide .swiper-button-prev:after {
  font-size: 1.6rem;
}

.annainin {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .annainin {
    background: linear-gradient(to right, #fff, #fff 50%, #0090a5 50%, #0090a5);
  }
}
.annainin::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 10rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .annainin::after {
    height: 20rem;
  }
}

.annainin__bg {
  background: #0090a5;
  color: #fff;
  margin-left: 20px;
  padding: 5rem 3rem;
  padding-top: 63%;
  position: relative;
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 768px) {
  .annainin__bg {
    margin: 0 auto;
    max-width: 1320px;
    padding: 7rem 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .annainin__bg {
    padding: 14rem 2rem;
  }
}

.annainin__img {
  left: -50px;
  position: absolute;
  top: 5rem;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .annainin__img {
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 7rem;
    width: 50vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .annainin__img {
    max-height: 470px;
    top: 14rem;
    width: 60vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .annainin__img {
    left: calc(50% - 800px);
  }
}

.annainin__text {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .annainin__text {
    margin-top: 0;
    padding: 0 0 0 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .annainin__text {
    padding-left: 66%;
  }
}

.annainin__name {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  align-items: center;
  background: #fff;
  color: #0090a5;
  column-gap: 1em;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  font-weight: 500;
  justify-content: center;
  margin: 3rem auto 0;
  max-width: 29rem;
  padding: 0.8em 1.2em;
}
@media print, screen and (min-width: 768px) {
  .annainin__name {
    margin: 4.2rem 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .annainin__name {
    font-size: 2.5rem;
    justify-content: flex-start;
    max-width: 38rem;
  }
}
.annainin__name::after {
  content: attr(data-ttl-en);
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .annainin__name::after {
    font-size: 1.3rem;
  }
}

.annainin__prof {
  line-height: 2.5;
  margin-top: 3.6rem;
}
@media print, screen and (min-width: 1024px) {
  .annainin__prof {
    font-size: 1.4rem;
  }
}

.place {
  background-color: #fff;
  padding: 0 20px 10rem;
}
@media print, screen and (min-width: 768px) {
  .place {
    padding-bottom: 15rem;
  }
}
@media print, screen and (min-width: 768px) {
  .place {
    padding-bottom: 20rem;
  }
}
.place h2 {
  text-align: center;
}

h3.place__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-top: 7rem;
  padding-left: 4rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  h3.place__ttl {
    font-size: 2.4rem;
    margin: 10rem auto 0;
    max-width: 1340px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  h3.place__ttl {
    font-size: 2.8rem;
    margin-top: 14rem;
    padding-left: 6rem;
  }
}
h3.place__ttl::before {
  background: #222;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 25px;
}
@media print, screen and (min-width: 1024px) {
  h3.place__ttl::before {
    left: 2rem;
  }
}
h3.place__ttl::after {
  content: attr(data-ttl-en);
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin-top: 1.4em;
}
@media print, screen and (min-width: 1024px) {
  h3.place__ttl::after {
    font-size: 1.5rem;
  }
}

.place__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  row-gap: 5rem;
}
@media print, screen and (min-width: 768px) {
  .place__list {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
}
@media print, screen and (min-width: 1024px) {
  .place__list {
    -webkit-column-gap: 5.5%;
    -moz-column-gap: 5.5%;
    column-gap: 5.5%;
    margin: 9rem auto 0;
    max-width: 1340px;
    padding: 0 20px;
    row-gap: 7.8rem;
  }
}

.place__item {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .place__item {
    width: 48%;
  }
}
@media print, screen and (min-width: 1024px) {
  .place__item {
    width: 29.5%;
  }
}

.place__img {
  border-radius: 5px;
  overflow: hidden;
  padding-top: 73.684%;
  position: relative;
  transition: 0.2s ease-in-out;
}
.place__img img,
.place__img a {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.place__img:hover {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

.place__label {
  border: 1px solid #222;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 2rem;
  padding: 1em 1.5em;
}
@media print, screen and (min-width: 1024px) {
  .place__label {
    font-size: 1.2rem;
    margin-top: 2.8rem;
  }
}

.place__name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .place__name {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.place__info {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .place__info {
    font-size: 1.3rem;
    margin-top: 2.6rem;
  }
}

a.plase__link {
  -webkit-text-decoration-color: #777;
  display: inline-block;
  margin-top: 2rem;
  padding-left: 25px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #777;
  text-underline-offset: 4px;
}
@media print, screen and (min-width: 1024px) {
  a.plase__link {
    font-size: 1.6rem;
    margin-top: 3.6rem;
    padding-left: 40px;
  }
}
a.plase__link::before {
  background: linear-gradient(to right, #222222, #555555);
  border-radius: 100vw;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  a.plase__link::before {
    height: 24px;
    width: 24px;
  }
}
a.plase__link::after {
  background: url(../images/arrow_wh.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  left: 6px;
  position: absolute;
  top: 4px;
  width: 5px;
  z-index: 2;
}
@media print, screen and (min-width: 1024px) {
  a.plase__link::after {
    height: 11px;
    left: 9px;
    top: 6px;
    width: 7px;
  }
}
a.plase__link:hover {
  -webkit-text-decoration-color: #0090a5;
  text-decoration-color: #0090a5;
}

.report {
  background-color: #fff;
}

.report__lead {
  background: #222;
  color: #fff;
  position: relative;
}
.report__lead h2 {
  text-align: left;
}

.report__lead-text {
  padding: 5rem 2rem;
}
@media print, screen and (min-width: 768px) {
  .report__lead-text {
    margin: 0 auto;
    max-width: 1360px;
    padding: 8rem 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .report__lead-text {
    padding: 10rem 3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .report__lead-text {
    padding: 15rem 3rem;
  }
}
.report__lead-text p {
  line-height: 1.8;
  margin-top: 4rem;
  padding-right: 56%;
}

.report__lead-img {
  background: url(../images/report.jpg) center center no-repeat;
  background-size: cover;
  height: 100px;
  left: 60%;
  position: absolute;
  top: 50%;
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  .report__lead-img {
    height: 272px;
    left: calc(100% - 420px);
    padding-top: 0;
    width: 420px;
  }
}
@media print, screen and (min-width: 1024px) {
  .report__lead-img {
    height: 421px;
    left: calc(100% - 650px);
    width: 650px;
  }
}
@media print, screen and (min-width: 1280px) {
  .report__lead-img {
    height: 550px;
    left: calc(100% - 850px);
    width: 850px;
  }
}
@media print, screen and (min-width: 1600px) {
  .report__lead-img {
    left: calc(50% - 54px);
    top: 10rem;
  }
}

.report__ttl {
  margin-top: 3rem;
  padding: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  .report__ttl {
    margin-top: 17rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .report__ttl {
    margin: 32rem auto 0;
    max-width: 1360px;
    padding: 0 3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .report__ttl {
    margin-top: 44rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .report__ttl {
    margin-top: 29rem;
  }
}
.report__ttl h3 {
  border: 2px solid #000;
  border-radius: 5px;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0.5em 1em;
}
@media print, screen and (min-width: 768px) {
  .report__ttl h3 {
    border-radius: 10px;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
  }
}
@media print, screen and (min-width: 1024px) {
  .report__ttl h3 {
    font-size: 3.4rem;
    letter-spacing: 0.3em;
  }
}
.report__ttl p {
  font-weight: 700;
  line-height: 2;
  margin-top: 2em;
}
.report__ttl p:last-of-type {
  font-weight: 500;
  margin-top: 2.3em;
}

.report__item-area {
  margin-top: 4rem;
  padding: 0 2rem 10rem;
}
@media print, screen and (min-width: 768px) {
  .report__item-area {
    margin: 7rem auto 0;
    max-width: 1360px;
    padding: 0 3rem 14rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .report__item-area {
    margin-top: 11rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .report__item-area {
    padding-bottom: 18rem;
  }
}

.report__item01,
.report__item02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media print, screen and (min-width: 768px) {
  .report__item01,
.report__item02 {
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .report__item01,
.report__item02 {
    margin-top: 11rem;
  }
}

@media print, screen and (min-width: 768px) {
  .report__item02 .report__img {
    order: 2;
  }
  .report__item02 .report__text {
    order: 1;
  }
}

.report__img {
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  padding-top: 63.33%;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .report__img {
    padding-top: 29.13318%;
    width: 46%;
  }
}
.report__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.report__img span {
  background: #fff;
  color: #0090a5;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  left: 0;
  padding: 0.7em 1em;
  position: absolute;
  top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .report__img span {
    top: 4rem;
  }
}

.report__text {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .report__text {
    margin-top: 0;
    padding-top: 2.5rem;
    width: 48%;
  }
}

.report__text--day {
  font-size: 2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .report__text--day {
    font-size: 2.5rem;
  }
}
.report__text--day span {
  font-size: 3rem;
}
@media print, screen and (min-width: 768px) {
  .report__text--day span {
    font-size: 4rem;
  }
}

.report__text--item {
  color: #0090a5;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3em;
  padding-left: 2.5em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .report__text--item {
    font-size: 1.7rem;
  }
}
.report__text--item::before {
  background: #0090a5;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 2em;
}

.report__text--content {
  font-weight: 500;
  line-height: 2;
  margin-top: 1.5em;
  padding-left: 3em;
}
@media print, screen and (min-width: 768px) {
  .report__text--content {
    font-size: 1.4rem;
  }
}

.page-header {
  background: url(../images/carrental/header.jpg) center left 20% no-repeat;
  background-size: cover;
  height: 240px;
  margin-top: -30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .page-header {
    height: 400px;
    margin-top: -50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .page-header {
    height: 500px;
  }
}

h1.page-hadline {
  bottom: 3rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  left: 2rem;
  letter-spacing: 0.2em;
  position: absolute;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
h1.page-hadline::after {
  content: attr(data-ttl-en);
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 1em;
}
@media print, screen and (min-width: 768px) {
  h1.page-hadline::after {
    font-size: 1.5rem;
    padding-top: 2em;
  }
}
@media print, screen and (min-width: 1024px) {
  h1.page-hadline::after {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  h1.page-hadline {
    bottom: 5rem;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 1024px) {
  h1.page-hadline {
    bottom: 7rem;
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1330px) {
  h1.page-hadline {
    left: calc(50% - 65rem);
  }
}

.page-inner {
  margin: 0 auto;
  padding: 2rem 2rem 6rem;
}
@media print, screen and (min-width: 768px) {
  .page-inner {
    max-width: 126rem;
    padding: 6rem 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .page-inner {
    max-width: 130rem;
    padding: 10rem 5rem 16rem;
  }
}

.car-area {
  margin-top: 6rem;
}
@media print, screen and (min-width: 768px) {
  .car-area {
    margin-top: 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-area {
    margin-top: 13rem;
  }
}
@media print, screen and (min-width: 768px) {
  .car-area:nth-of-type(1) {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-area:nth-of-type(1) {
    margin-top: 3.5rem;
  }
}

.page-hadline__sub {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page-hadline__sub {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .page-hadline__sub {
    font-size: 3.4rem;
  }
}
.page-hadline__sub::after {
  content: attr(data-ttl-en);
  display: block;
  font-size: 1.2rem;
  padding-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .page-hadline__sub::after {
    font-size: 1.4rem;
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .page-hadline__sub::after {
    font-size: 1.6rem;
  }
}

.car-area__table {
  border-top: 1px solid #ccc;
  margin-top: 3rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .car-area__table {
    margin-top: 6.7rem;
  }
}
.car-area__table th,
.car-area__table td {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .car-area__table th,
.car-area__table td {
    display: table-cell;
    width: auto;
  }
}
.car-area__table th {
  font-weight: 400;
  padding-top: 1.5em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .car-area__table th {
    border-bottom: 1px solid #ccc;
    padding: 2em 0;
    width: 38.33%;
  }
}
@media print, screen and (min-width: 768px) {
  .car-area__table td {
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-area__table td {
    font-size: 1.4rem;
  }
}
.car-area__table td:nth-of-type(1) {
  padding: 1.3rem 0 1rem;
}
@media print, screen and (min-width: 768px) {
  .car-area__table td:nth-of-type(1) {
    padding: 2em 3em 2em 0;
    width: 41.66%;
  }
}
.car-area__table td:last-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .car-area__table td:last-of-type {
    padding: 2em 0;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */