@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  font-size: 62.5%;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
* html5
*/
main,
picture,
figure,
article,
aside,
audio,
canvas,
footer,
header,
nav,
section,
time,
video {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


/* base */

/* アニメーション */
@-webkit-keyframes fadeInUpShort {
  0% {
  opacity:0;
  -webkit-transform:translate3d(0,20%,0);
  transform:translate3d(0,20%,0)
  }
  to {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
  }
}
@keyframes fadeInUpShort {
  0% {
  opacity:0;
  -webkit-transform:translate3d(0,20%,0);
  transform:translate3d(0,20%,0)
  }
  to {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
  }
}
.animate__fadeInUpShort {
  -webkit-animation-name:fadeInUpShort;
  animation-name:fadeInUpShort;
  animation-duration: 0.5s;
}
.invisible {
  visibility: hidden;
}

.wrapper{
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
html, body {
  height: 100%;
  font-family:  'Lato','Noto Sans JP',sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  letter-spacing: 0.04em;
}
body {
  color: #333333;
  line-height: 1.75;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* リンクの設定 */
a {
  color: #fff;
  transition: 0.3s ease-in;
}

/* hidden */
@media screen and (min-width: 361px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (max-width: 1919px) {
  .hidden-lg-down {
    display: none !important;
  }
}

/* layout */
.wrapper {
  width: 100%;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1080px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 360px) {
  .inner {
    padding: 0 3%;
  }
}

/* header */
.header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 70px;
  margin-top: 10px;
  transition: 0.3s;
}
.header__arrow {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.header__arrow:before,.header__arrow:after {
  position: absolute;
  margin: auto;
  content: "";
}
.header__arrow:before {
  top: 32px;
  right: 14px;
  width: 21px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition:  0.3s;
}
.header__arrow:after {
  top: 24px;
  right: 16px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition:  0.3s;
}
@media (hover: hover) {
  .header__logo:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
  }
  .header__logo {
    width: 100px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .header__logo {
    display:none;
  }
}
@media (hover: hover) {
  .header__arrow:hover {
    color: #20aee5;
  }
  .header__arrow:hover::before {
    top: 26px;
    right: 8px;
    background: #20aee5;
  }
  .header__arrow:hover::after {
    top: 18px;
    right: 10px;
    border-top: 1px solid #20aee5;
    border-right: 1px solid #20aee5;
  }
}

/*ハンバーガーメニュー*/
.hamburger {
  width: 35px;
  height: 25px;
  position: relative;
  top: 20px;
  margin-left: auto;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}
.hamburger span:first-of-type {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 50%;
}
.hamburger span:last-of-type {
  top: 100%;
}
.hamburger.active span:first-of-type {
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:last-of-type {
  top: 50%;
  transform: rotate(-45deg);
}
.hamburger-menu {
  background: #20aee5 url(../img/home/city_img_town-sp.webp) no-repeat center bottom ;
  background-size: auto 95px;
  height: 100%;
  top: 0px;
  width: 100%;
  left: 0;
  transform: translateY(-200%);
  position: relative;
  position: fixed;
  overflow: auto;
  padding-bottom: 80px;
}
.hamburger__logo {
  width: 70px;
  margin-top: 10px;
  display: block;
}
.hamburger-menu.active{
  transform: translateY(0);
  transition: 0.6s;
}
.hamburger.hamburger--inside {
  position: absolute;
  top: 20px;
  right: 30px;
}
.hamburger__container {
  margin-top: 50px;
}
.hamburger__item {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  width: 220px;
  color: #fff;
  margin: 0 auto;
  line-height: 400%;
  text-align: center;
}
.item--aozoland-top {
  font-family: Noto Sans JP;
}
.item--industry {
  position: relative;
  padding-left: 50px;
}
.item--industry::before,
.item--agriculture::before,
.item--leisure::before,
.item--book::before,
.item--book::after  {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
}
.item--industry::before {
  width: 25px;
  height: 25px;
  background-image: url(../img/nav_img_gear.svg);
  transform: translate(-300%, -50%);
}
.item--agriculture {
  position: relative;
  padding-left: 50px;
}
.item--agriculture::before {
  width: 32px;
  height: 19px;
  background-image: url(../img/nav_img_leaf.svg);
  transform: translate(-245%, -50%);
}
.item--leisure {
  position: relative;
  padding-left: 50px;
  margin-bottom: 35px;
}
.item--leisure::before {
  width: 30px;
  height: 22px;
  background-image: url(../img/nav_img_mountain.svg);
  transform: translate(-260%, -50%);
}
.item--book {
  border: solid 1px #fff;
  border-radius: 8px;
  height: 70px;
  position: relative;
  margin-bottom: 35px;
}
.item-book__text {
  position: absolute;
  width: 100%;
  bottom: -15px;
  left: 43%;
  transform: translateX(-50%);
}
.item--book::before {
  width: 40px;
  height: 23px;
  background-image: url(../img/nav_img_book.svg);
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item--book::after {
  width: 21px;
  height: 16px;
  background-image: url(../img/nav_img_download.svg);
  top: 67%;
  left: 84%;
  transform: translate(-50%, -50%);
}
.item--kasai-top {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-right: 25px;
  border-bottom: solid 2px #fff;
  width: 120px;
}
.item--kasai-top.header__arrow::before {
  top: 11px;
  right: 0px;
}
.item--kasai-top.header__arrow::after {
  top: 3px;
  right: 2px;
}

@media screen and (min-width: 1080px) {
  .hamburger{
    display: none;
  }
  .hamburger__container{
    margin-top: 0px;
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  .hamburger-menu {
    background-color: transparent;
    height: 100vh;
    transform: translateY(0);
    position: static;
    background-image: none;
  }
  .hamburger-menu .inner {
    display: flex;
    justify-content: space-between;
  }
  .hamburger-menu::after {
    display: none;
  }
  .hamburger__logo{
    width: 100px;
  }
  .hamburger__item {
    display: inline-block;
    font-size: 1.5rem;
    border-bottom: none;
    width: 80px;
    margin: 0 0 0 35px;
    padding-top: 40px;
  }
  .item--aozoland-top {
    display: none;
  }
  .item--industry {
    padding-left: 0px;
  }
  .item--industry::before {
    width: 33px;
    height: 33px;
    transform: translate(-45%, -80%);
    transition: .5s;
  }
  .item--agriculture {
    padding-left: 0px;
  }
  .item--agriculture::before {
    width: 41px;
    height: 24px;
    transform: translate(-48%, -85%);
    transition: .5s;
  }
  .item--leisure {
    padding-left: 0px;
  }
  .item--leisure::before {
    width: 38px;
    height: 28px;
    transform: translate(-46%, -85%);
    transition: .5s;
  }
  .item--book::after {
    display: none;
  }
  .item--book {
    border: none;
    margin-bottom: 0px;
    width: 120px;
    height: auto;
  }
  .item--book::before {
    width: 50px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-53%, -85%);
    transition: .5s;
  }
  .item-book__text {
    position: static;
  }
  .item--kasai-top {
    width:150px;
    margin-left: 40px;
    border: solid 1px #fff;
    border-top: none;
    padding: 26px 40px 14px 14px;
    border-radius: 0 0 8px 8px;
    line-height: 100%;
  }
  .item--kasai-top.header__arrow::before {
    top: 32px;
    right: 12px;
  }
  .item--kasai-top.header__arrow::after {
    top: 24px;
    right: 14px;
  }

  @media (hover: hover) {
    .hamburger__logo:hover {
      -webkit-transform: scale(1.04);
      transform: scale(1.04);
    }
    .item--industry:hover::before {
      background-image: url(../img/nav_img_gear-hover.svg);
      width: 33px;
      height: 33px;
    }
    .item--agriculture:hover::before {
      background-image: url(../img/nav_img_leaf-hover.svg);
      width: 41px;
      height: 24px;
    }
    .item--leisure:hover::before {
      background-image: url(../img/nav_img_mountain-hover.svg);
      width: 38px;
      height: 28px;
    }
    .item--book:hover::before {
      background-image: url(../img/nav_img_book-hover.svg);
      width: 50px;
      height: 30px;
    }
    .item--kasai-top:hover {
      color: #20aee5;
      background-color: #fff;
    }
  }
}


/* footer */
.footer {
  background-image: url(../img/footer_img_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  padding: 140px 0 130px;
  position: relative;
}
.footer::before {
  content: '';
  display: block;
  width: 1500px;
  height: 251px;
  background-image: url(../img/other_img_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.footer__logo {
  width: 145px;
  margin: 0 auto 35px;
  z-index: 1;
  transition: .6s;
}
.footer__link {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}
.footer__link-container {
  position: relative;
}
.footer__link--top {
  font-size: 1.8rem;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding-top: 33px;
  position: absolute;
  top: 120px;
  right: 30px;
}
.footer__link--top::before,
.footer__link--top::after {
  content: '';
  display: block;
  position: absolute;
  transition: 1s;
}
.footer__link--top::before {
  width: 64px;
  height: 94px;
  background-image: url(../img/footer_img_catch-balloon.png);
  background-size: contain;
  top: -75px;
  right: 4px;
  z-index: 1;
}
.footer__link--top::after {
  width: 17px;
  height: 17px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  top: 15px;
  right: 27px;
  opacity: 0;
}
.link-top__text {
  position: relative;
}
.link-top__text::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  right: 11px;
}
@media (hover: hover) {
  .footer__logo:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .footer__link--top:hover {
    background-color: #505050;
  }
  .footer__link--top:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer{
    padding: 285px 0 380px;
  }
  .footer::before {
    width: 1920px;
    height: 325px;
  }
  .footer__logo {
    width: 157px;
    margin-bottom: 20px;
    position: absolute;
    top: -170px;
    left: 0px;
  }
  .footer__link-container {
    display: flex;
  }
  .footer__link {
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .link--under-line {
    position: relative;
  }
  .link--under-line::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -13px;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-out;
  }
  .footer__link--top {
    top: 190px;
    right: 120px;
    margin-right: 10px;
  }
  .footer__link--top::before {
    width: 80px;
    height: 117px;
    position: absolute;
    top: -99px;
    right: -5px;
  }
  @media (hover: hover) {
    .link--under-line:hover::after {
      visibility: visible;
      bottom:-3px;
      opacity: 1;
    }
    .footer__link--top:hover {
      border-bottom: none;
    }
    .link--concept-book:hover {
      margin-bottom: 27px;
    }
    .footer__link--top:hover::before {
      top: -120px;
    }
  }
}
@media screen and (min-width:1920px) {
  .footer::before {
    width: 100%;
    height: 251px;
    background-size: 101% 251px;
  }
}