@charset "UTF-8";
.dash2 {
  letter-spacing: 0.0001rem;
}

/***********************
          BACE
***********************/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1.78;
  word-wrap: break-word;
  /*overflow-x: hidden;*/
  letter-spacing: 0.17em;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  position: relative;
  color: #3f5665;
  margin: 0;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

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

p {
  font-size: 1.6rem;
}

h2 {
  font-size: 3.1rem;
}

@media (max-width: 490px) {
  p {
    font-size: 3.6vw;
  }
  h2 {
    font-size: 5vw;
  }
}
a {
  text-decoration: none;
  color: #3f5665;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-position: inside;
}

dl {
  margin: 0;
}
dl dd {
  margin-left: 0;
}

iframe {
  border: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
}

* {
  box-sizing: border-box;
  word-break: break-word;
  caret-color: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

.container {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 490px) {
  .container {
    width: 90vw;
  }
}
@media (min-width: 491px) {
  .container {
    width: calc(100% - 50px);
  }
}
@media (min-width: 991px) {
  .container {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1241px) {
  .container {
    width: 1200px;
  }
}
/***********************
         HEADER
***********************/
header {
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
}
header #logo figure {
  aspect-ratio: 96/17;
}
header #navigation_base #navigation #navi_list ul li > a:hover {
  color: #0075ff;
}
header #navigation_base #navigation #navi_list ul li a {
  letter-spacing: -0.05em;
  font-weight: 600;
  display: block;
  transition: 0.3s ease-out;
}
header #navigation_base #navigation #navi_list ul li.entry a {
  background-color: #0075ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  border: 1px solid #0075ff;
  font-weight: 600;
  padding: 0.1em;
}
header #navigation_base #navigation #navi_list ul li.entry a:hover {
  color: #0075ff;
  background-color: #ffffff;
}

@media (max-width: 990px) {
  html.lock {
    overflow-y: hidden;
  }
  header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 23px 10px 15px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
  }
  header #logo {
    width: 190px;
    position: relative;
    z-index: 2;
  }
  header #navigation_base {
    position: fixed;
    top: 54px;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  header #navigation_base #navigation {
    display: none;
    background-color: #ffffff;
    padding-top: 120px;
  }
  header #navigation_base #navigation #navi_list {
    height: calc(100vh - 120px);
    overflow-y: auto;
    display: flex;
    justify-content: center;
  }
  header #navigation_base #navigation #navi_list ul {
    text-align: center;
  }
  header #navigation_base #navigation #navi_list ul li a {
    font-size: 2rem;
  }
  header #navigation_base #navigation #navi_list ul li + li {
    margin-top: 15px;
  }
  header #navigation_base #navigation #navi_list ul li.entry a {
    margin-left: auto;
    margin-right: auto;
    padding: 0.3em 3em;
  }
}
@media (max-width: 490px) {
  header #logo {
    width: 45vw;
  }
  header #navigation_base #navigation #navi_list ul li a {
    font-size: 5vw;
  }
  header #navigation_base #navigation #navi_list ul li + li {
    margin-top: 4vw;
  }
}
@media (min-width: 991px) {
  header {
    top: 25px;
    padding: 5px 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1333px, 98vw);
    border-radius: 20px;
    transition: 0.3s ease-out;
    height: 84px;
  }
  header #logo figure {
    width: 150px;
  }
  header #navigation_base #navigation {
    display: block !important;
    height: initial !important;
  }
  header #navigation_base #navigation #navi_list > ul {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  header #navigation_base #navigation #navi_list > ul > li > a {
    display: block;
    font-size: 1.4rem;
  }
  header #navigation_base #navigation #navi_list > ul > li.entry a {
    font-size: 1.8rem;
    width: 120px;
    height: 42px;
  }
  body.is-animation header {
    top: 0;
  }
}
@media (min-width: 1241px) {
  header #logo figure {
    width: 200px;
  }
  header #navigation_base #navigation #navi_list > ul {
    gap: 20px;
  }
  header #navigation_base #navigation #navi_list > ul > li > a {
    font-size: 1.5rem;
  }
  header #navigation_base #navigation #navi_list > ul > li.entry a {
    font-size: 2rem;
    width: 136px;
  }
}
@media (min-width: 1681px) {
  header {
    padding: 20px 30px;
  }
  header #logo figure {
    width: 242px;
  }
  header #navigation_base #navigation #navi_list > ul {
    gap: 25px;
  }
}
/****************************
   Menu Trigger
****************************/
header .menu-trigger {
  display: none;
}

@media (max-width: 990px) {
  header .menu-trigger {
    border: none;
    cursor: pointer;
    width: 23px;
    background: none;
    display: block;
    position: relative;
    z-index: 2;
  }
  header .menu-trigger .menu-trigger_line {
    width: 25px;
    height: 15px;
    cursor: pointer;
  }
  header .menu-trigger .menu-trigger_line > span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    transition: all 0.5s;
    caret-color: transparent;
    background-color: #0075ff;
  }
  header .menu-trigger .menu-trigger_line > span:nth-child(1) {
    top: 0;
  }
  header .menu-trigger .menu-trigger_line > span:nth-child(2) {
    top: 6.5px;
  }
  header .menu-trigger .menu-trigger_line > span:nth-child(3) {
    bottom: 0;
  }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(1) {
    transform: rotate(42deg) translateY(-3px);
    transform-origin: left center;
  }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(2) {
    opacity: 0;
    animation: unset;
  }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(3) {
    transform: rotate(-42deg) translateY(1.5px);
    transform-origin: left center;
    left: 1px;
    bottom: 1px;
  }
}
/***********************
          FV
***********************/
/*.fvWrap{
	overflow-x: hidden;
}*/
#fv .fv_img {
  position: relative;
}
#fv .fv_img .yt {
  aspect-ratio: 16/9;
}
#fv .fv_img .yt iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#fv .fv_img .yt video {
  width: 100%;
  height: 100%;
}
@media (max-width: 490px) {
  #fv .fv_img .yt {
    aspect-ratio: 9/16;
  }
}
#fv .fv_img .fv_img_exp {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#fv .fv_img .fv_img_exp > span {
  display: block;
  transform: skew(0deg, -5deg);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
}
#fv .fv_img .fv_img_exp > span:first-of-type {
  background-color: #0075ff;
  color: #ffffff;
}
#fv .fv_img .fv_img_exp > span:nth-of-type(2) {
  background-color: #ffffff;
  color: #0075ff;
}
#fv .fv_img .fv_img_exp > span:nth-of-type(3) {
  background-color: #ffffff;
  color: #0075ff;
  margin-top: -2%;
}
#fv .fv_city {
  position: relative;
  z-index: 1;
}
#fv .fv_city #cityAnimControl,
#fv .fv_city #cityClickEditHint,
#fv .fv_city #cityAnimEditor,
#fv .fv_city #cityAnimEditorOverlay {
  display: none !important;
}
#fv .fv_city .main_title {
  position: absolute;
  z-index: 5;
}
#fv .fv_city .fv_city_inner {
  overflow-x: hidden;
  overflow-y: hidden;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set {
  position: relative;
  z-index: 0;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.fv_city_map {
  aspect-ratio: 1200/1039;
  z-index: 1;
  visibility: hidden;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  background-color: #e0e0e0;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 3;
  pointer-events: none;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay--2, #fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay--3 {
  z-index: 3;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay--4, #fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay--5 {
  z-index: 10;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay--6 {
  z-index: 8;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay--7 {
  z-index: 6;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car01, #fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car02, #fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car03 {
  will-change: top, left, transform, opacity;
  transform-origin: center center;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car02 {
  z-index: 4;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car01 {
  z-index: 9;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car03 {
  z-index: 9;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car01 {
  aspect-ratio: 85/76;
  width: 6%;
  position: absolute;
  top: 43.5%;
  left: 7.5%;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car01 img {
  -o-object-fit: contain;
     object-fit: contain;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car02 {
  aspect-ratio: 85/75.5;
  width: 6%;
  position: absolute;
  top: 40.5%;
  left: 45.8%;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_car03 {
  aspect-ratio: 110/104;
  width: 8%;
  position: absolute;
  top: 68%;
  left: 47%;
}
#fv .fv_city .fv_city_inner [class^=city_cloud] {
  display: block;
  content: "";
  position: absolute;
  aspect-ratio: 420/293;
  background: url("../img/top/city-cloud.webp") no-repeat center/contain;
  will-change: transform;
  z-index: 10;
}
#fv .fv_exp {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #0075ff;
}
#fv .fv_exp h3 {
  color: #ffffff;
  margin-bottom: 0.6em;
  text-align: center;
}
#fv .fv_exp p {
  color: #ffffff;
  text-align: justify;
}
#fv .fv_exp .button_w {
  margin: min(35px, 7vw) auto 0;
}

#fv .fv_img .fv_img_exp {
  transform: translate(0, 8%);
}
#fv .fv_city {
  margin-top: -5.5%;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set {
  -webkit-mask: url("../img/top/city-clip.svg") no-repeat center/cover;
  mask: url("../img/top/city-clip.svg") no-repeat center/cover;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.fv_city_map {
  background-color: #ffffff;
  -webkit-mask: url("../img/top/city-clip.svg") no-repeat center/cover;
  mask: url("../img/top/city-clip.svg") no-repeat center/cover;
}
#fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_bg, #fv .fv_city .fv_city_inner .fv_city_inner__set figure.city_map_overlay {
  -webkit-mask: url("../img/top/city-clip.svg") no-repeat center/cover;
  mask: url("../img/top/city-clip.svg") no-repeat center/cover;
}
#fv .fv_city .fv_city_inner .city_cloud01 {
  width: 14%;
  left: 0;
  top: 3.5%;
  transform: translate(-25%, 0);
}
#fv .fv_city .fv_city_inner .city_cloud02 {
  width: 36%;
  right: 0;
  top: -7%;
  transform: translate(29%, 0);
}
#fv .fv_city .fv_city_inner .city_cloud03 {
  width: 27%;
  left: 0;
  bottom: 17%;
  transform: translate(-35%, 0);
}
#fv .fv_city .fv_city_inner .city_cloud04 {
  width: 27%;
  right: 0;
  bottom: -30%;
  transform: translate(24%, 0);
}

@media (min-width: 1681px) {
  .city_cloud04 {
    bottom: -10% !important;
  }
}
@media (max-width: 990px) {
  .fvWrap {
    padding-top: 55px;
  }
}
@media (max-width: 490px) {
  .fvWrap {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #fv .fv_city .fv_city_inner .fv_city_inner__set {
    width: 173%;
    left: 50%;
    transform: translate(-43%, 0);
  }
  #fv .fv_city .fv_city_inner .city_cloud01 {
    width: 20%;
    left: 0;
    top: 2%;
    transform: translate(-18%, 0);
  }
  #fv .fv_city .fv_city_inner .city_cloud02 {
    width: 35.8%;
    right: 0;
    top: 12%;
    transform: translate(32%, 0);
  }
  #fv .fv_city .fv_city_inner .city_cloud03 {
    width: 28%;
    left: 0;
    top: 66%;
    transform: translate(-18%, 0);
    z-index: 10;
  }
  #fv .fv_city .fv_city_inner .city_cloud04 {
    width: 52.3%;
    right: 0;
    bottom: -15%;
    transform: translate(31%, 20%);
    z-index: 10;
  }
  #fv .fv_exp {
    margin-top: -60px;
    position: relative;
    padding: 80px 30px;
    overflow: visible;
  }
  #fv .fv_exp::before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translate(0, -100%);
    aspect-ratio: 65/6;
    background-image: url(../img/top/exp-head.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  #fv .fv_exp::after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: translate(0, 100%);
    aspect-ratio: 65/6;
    background-image: url(../img/top/exp-foot.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  #fv .fv_exp h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 490px) {
  #fv .fv_img .fv_img_exp {
    transform: translate(0, 26%);
  }
  #fv .fv_img .fv_img_exp > span:first-of-type {
    font-size: 4.5vw;
    margin-bottom: 0.5vw;
    padding: 0.2em 0 0.2em 3vw;
  }
  #fv .fv_img .fv_img_exp > span:nth-of-type(2) {
    font-size: 6vw;
    padding-left: 2vw;
    margin-bottom: 0.5vw;
    padding: 0.2em 2vw;
  }
  #fv .fv_img .fv_img_exp > span:nth-of-type(3) {
    font-size: 5vw;
    padding: 0.2em 2vw;
    margin-left: 3.8em;
  }
  #fv .fv_city .main_title {
    top: 24vw;
    left: 5vw;
  }
  #fv .fv_city .fv_city_inner {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: -35px;
    aspect-ratio: 1/1.1;
  }
  #fv .fv_city .fv_city_inner .fv_city_inner__set {
    width: 173%;
    left: 50%;
    transform: translate(-43%, -30px);
  }
  #fv .fv_city .fv_city_inner .city_cloud03 {
    top: 48%;
  }
  #fv .fv_exp {
    padding: 12vw 8vw;
  }
  #fv .fv_exp h3 {
    font-size: 7vw;
  }
  #fv .fv_exp p {
    font-size: 4.5vw;
  }
}
@media (min-width: 491px) {
  #fv .fv_img .fv_img_exp {
    transform: translate(0, 45%);
  }
  #fv .fv_img .fv_img_exp > span:first-of-type {
    font-size: 4vw;
    padding: 0.2em 0 0.2em 25px;
  }
  #fv .fv_img .fv_img_exp > span:nth-of-type(2) {
    font-size: 6vw;
    padding-left: 3vw;
    margin-bottom: 3px;
    padding: 0.2em 15px 0.2em 19px;
  }
  #fv .fv_img .fv_img_exp > span:nth-of-type(3) {
    font-size: 5vw;
    padding: 0.2em 10px;
    margin-left: 4em;
  }
  #fv .fv_city .main_title {
    top: 16%;
    left: 25px;
  }
}
@media (min-width: 769px) {
  #fv .fv_exp {
    padding: 25px;
    position: absolute;
    top: 26%;
    right: 25px;
    width: 380px;
    border-radius: 30px;
  }
  #fv .fv_exp h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 991px) {
  #fv .fv_img .fv_img_exp > span:first-of-type {
    font-size: 4.3rem;
  }
  #fv .fv_img .fv_img_exp > span:nth-of-type(2) {
    font-size: 8rem;
    padding-left: 15px;
    margin-top: -1px;
  }
  #fv .fv_img .fv_img_exp > span:nth-of-type(3) {
    font-size: 6.7rem;
  }
  #fv .fv_img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 420/293;
    background: url("../img/top/city-cloud.webp") no-repeat center/contain;
    width: min(428px, 20.5%);
    transform: translate(-25%, -42%);
    animation: head_cloud 10s ease-out infinite;
  }
  #fv .fv_city .main_title {
    top: 12%;
    left: 40px;
  }
  #fv .fv_exp {
    padding: 45px 42px;
    width: 420px;
    right: 40px;
  }
  #fv .fv_exp h3 {
    font-size: 3.6rem;
  }
  #fv .fv_exp p {
    font-size: 2.2em;
  }
}
@keyframes head_cloud {
  0%, 100% {
    transform: translate(-25%, -42%);
  }
  50% {
    transform: translate(-20%, -48%);
  }
}
@media (min-width: 1241px) {
  #fv .fv_img .fv_img_exp {
    transform: translate(0, -26%);
  }
  #fv .fv_city .main_title {
    left: 80px;
  }
  #fv .fv_exp {
    right: 80px;
  }
}
/***********************
          MAIN
***********************/
main {
  position: relative;
  padding-bottom: 150px;
}

.home main {
  padding-bottom: 0;
}

/***********************
          TAB
***********************/
.tab-wrap .panel-list .panel-item.is-active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
}
.tab-wrap .panel-list .panel-item:not(.is-active) {
  display: none;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/***********************
          TEL
***********************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/***********************
          ENTRY
***********************/
.top_entory_area {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 45%);
  z-index: 7;
  background-color: #0075ff;
  border-radius: 25px;
}
.top_entory_area .top_entory__inner {
  position: relative;
}
.top_entory_area .top_entory__inner .top_entory__head {
  text-align: center;
}
.top_entory_area .top_entory__inner .top_entory__head span {
  font-family: century-gothic, sans-serif;
  color: #ffffff;
  display: block;
  line-height: 1;
  font-weight: 600;
}
.top_entory_area .top_entory__inner .top_entory__head h2 {
  color: #ffffff;
}
.top_entory_area .top_entory__inner .button_w {
  margin-left: auto;
  margin-right: auto;
}
.top_entory_area .top_entory__inner .top_entory__cloud {
  position: absolute;
  top: 0;
  will-change: transform;
}
.top_entory_area .top_entory__inner .top_entory__cloud .top_entory__cloud__inner {
  position: relative;
  aspect-ratio: 1/1;
}
.top_entory_area .top_entory__inner .top_entory__cloud .top_entory__cloud__inner::before, .top_entory_area .top_entory__inner .top_entory__cloud .top_entory__cloud__inner::after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/top/city-cloud.webp") no-repeat center/contain;
  aspect-ratio: 420/293;
}
.top_entory_area .top_entory__inner .top_entory__cloud .top_entory__cloud__inner::before {
  top: 0;
  left: 0;
  width: 100%;
}
.top_entory_area .top_entory__inner .top_entory__cloud .top_entory__cloud__inner::after {
  bottom: 0;
  right: 0;
  width: 60%;
  transform: translate(15%, 10%);
}
.top_entory_area .top_entory__inner .top_entory__car {
  position: absolute;
  bottom: 0;
  will-change: transform;
}
.top_entory_area .top_entory__inner .top_entory__car::after {
  content: "";
  display: block;
  background: url("../img/top/entory-car.webp") no-repeat center/contain;
  aspect-ratio: 125/111;
  width: 100%;
  height: 100%;
}

@media (max-width: 490px) {
  .top_entory_area {
    width: 90vw;
    transform: translate(-50%, 65%);
  }
  .top_entory_area .top_entory__inner {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .top_entory_area .top_entory__inner .top_entory__head span {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .top_entory_area .top_entory__inner .top_entory__head h2 {
    font-size: 5vw;
  }
  .top_entory_area .top_entory__inner .button_w {
    margin-top: 4vw;
  }
  .top_entory_area .top_entory__inner .top_entory__cloud {
    width: 25%;
    left: 0;
    transform: translate(0, -18%);
  }
  .top_entory_area .top_entory__inner .top_entory__cloud .top_entory__cloud__inner::before {
    transform: translate(4vw, 0);
  }
  .top_entory_area .top_entory__inner .top_entory__cloud .top_entory__cloud__inner::after {
    transform: translate(-75%, 70%);
  }
  .top_entory_area .top_entory__inner .top_entory__car {
    right: 7%;
    width: 23%;
    transform: translate(0, 60%);
  }
}
@media (min-width: 491px) {
  .top_entory_area {
    max-width: 1330px;
    width: 90%;
  }
  .top_entory_area .top_entory__inner {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .top_entory_area .top_entory__inner .top_entory__head span {
    font-size: 6rem;
    margin-bottom: 15px;
  }
  .top_entory_area .top_entory__inner .top_entory__head h2 {
    font-size: 2.5rem;
  }
  .top_entory_area .top_entory__inner .button_w {
    margin-top: 30px;
  }
  .top_entory_area .top_entory__inner .top_entory__cloud {
    max-width: 200px;
    width: 25%;
    left: min(4vw, 45px);
    transform: translate(0, -18%);
  }
  .top_entory_area .top_entory__inner .top_entory__car {
    right: 7%;
    max-width: 135px;
    width: 15%;
    bottom: -6.5%;
  }
}
@media (min-width: 991px) {
  .top_entory_area .top_entory__inner .top_entory__head span {
    font-size: 8em;
    margin-bottom: 20px;
  }
  .top_entory_area .top_entory__inner .top_entory__head h2 {
    font-size: 3em;
  }
}
/***********************
          FOOTER
***********************/
footer {
  position: relative;
  background-color: #80baff;
}
footer a {
  transition: 0.3s ease-out;
}
footer a:hover {
  opacity: 0.8;
}
footer::before {
  content: none;
  display: none;
}
footer .footer_main figure {
  aspect-ratio: 300/153;
}
footer .footer_main figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_main .footer_main__nav ul li a {
  display: block;
  line-height: 2.1em;
}
footer .footer_main .footer_main__nav ul > li > a {
  color: #004da0;
  font-weight: 600;
}
footer .footer_main .footer_main__nav ul > li > ul > li > a {
  color: rgba(64, 121, 184, 0.75);
  font-weight: 500;
}
footer .footer_option ul {
  display: flex;
  align-items: center;
}
footer .footer_option ul.sns_nav li a {
  display: block;
}
footer .footer_option ul.sns_nav li a::before {
  content: "";
  display: block;
}
footer .footer_option ul.sns_nav li.facebook a::before {
  aspect-ratio: 50/49;
  background: url("../img/default/icon-facebook.webp") no-repeat center/contain;
}
footer .footer_option ul.sns_nav li.instagram a::before {
  aspect-ratio: 1/1;
  background: url("../img/default/icon-instagram.webp") no-repeat center/contain;
}
footer .footer_option ul.sns_nav li.x a::before {
  aspect-ratio: 20/21;
  background: url("../img/default/icon-x.webp") no-repeat center/contain;
}
footer .footer_option ul.sub_nav {
  display: flex;
  align-items: center;
}
footer .footer_option ul.sub_nav li a {
  display: block;
  color: #004da0;
  letter-spacing: -0.01em;
}
footer .footer_option ul.sub_nav li + li {
  display: flex;
  align-items: center;
}
footer .footer_option ul.sub_nav li + li::before {
  content: "|";
  display: inline-block;
  color: #004da0;
}

@media (max-width: 990px) {
  footer {
    padding-top: 250px;
    padding-bottom: 40px;
  }
  footer .footer_main {
    margin-bottom: 100px;
  }
  footer .footer_main figure {
    width: 100px;
  }
  footer .footer_main .footer_main__nav {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  footer .footer_main .footer_main__nav > ul > li > a {
    font-size: 1.7rem;
  }
  footer .footer_main .footer_main__nav > ul > li > ul > li > a {
    font-size: 1.5rem;
  }
  footer .footer_option ul.sns_nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  footer .footer_option ul.sns_nav li.facebook a::before {
    width: 27px;
  }
  footer .footer_option ul.sns_nav li.instagram a::before {
    width: 26px;
  }
  footer .footer_option ul.sns_nav li.x a::before {
    width: 22px;
  }
  footer .footer_option ul.sub_nav {
    margin-top: 25px;
    justify-content: center;
  }
  footer .footer_option ul.sub_nav li a {
    font-size: 1rem;
  }
  footer .footer_option ul.sub_nav li + li::before {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  footer::before {
    aspect-ratio: 39/4;
    background: url("../img/default/wave-head-lb-sp.svg") no-repeat center bottom/cover;
  }
  footer .footer_main .footer_main__nav {
    row-gap: 35px;
    flex-wrap: wrap;
  }
  footer .footer_main .footer_main__nav > ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  footer .footer_main .footer_main__nav > ul > li {
    width: 50%;
  }
}
@media (max-width: 490px) {
  footer {
    padding-top: 70vw;
    padding-bottom: 14vw;
  }
  footer .footer_main {
    margin-bottom: 28vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  footer .footer_main figure {
    width: 20vw;
  }
  footer .footer_main .footer_main__nav {
    margin-top: 6vw;
  }
  footer .footer_main .footer_main__nav > ul > li > a {
    font-size: 4vw;
  }
  footer .footer_main .footer_main__nav > ul > li > ul > li > a {
    font-size: 3.5vw;
  }
  footer .footer_option ul.sns_nav {
    gap: 6.5vw;
  }
  footer .footer_option ul.sns_nav li.facebook a::before {
    width: 9vw;
  }
  footer .footer_option ul.sns_nav li.instagram a::before {
    width: 8.5vw;
  }
  footer .footer_option ul.sns_nav li.x a::before {
    width: 7vw;
  }
  footer .footer_option ul.sub_nav {
    margin-top: 7vw;
  }
  footer .footer_option ul.sub_nav li a {
    font-size: 3vw;
  }
  footer .footer_option ul.sub_nav li + li::before {
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  footer::before {
    aspect-ratio: 140/9;
    background: url("../img/default/wave-head-lb.svg") no-repeat center bottom/cover;
  }
}
@media (min-width: 991px) {
  footer {
    padding-top: 280px;
    padding-bottom: 40px;
  }
  footer .footer_main {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 0;
  }
  footer .footer_main figure {
    width: 120px;
  }
  footer .footer_main .footer_main__nav {
    width: calc(100% - 170px);
    display: flex;
    justify-content: space-between;
  }
  footer .footer_main .footer_main__nav > ul > li > a {
    font-size: 1.7rem;
  }
  footer .footer_main .footer_main__nav > ul > li > ul > li > a {
    font-size: 1.5rem;
  }
  footer .footer_main .footer_main__nav > ul > li:first-of-type {
    margin-bottom: 30px;
  }
  footer .footer_main .footer_main__nav > ul.pattern > li {
    height: 11em;
  }
  footer .footer_option {
    display: flex;
    align-items: center;
    gap: 53px;
  }
  footer .footer_option ul.sns_nav {
    gap: 20px;
  }
  footer .footer_option ul.sns_nav li.facebook a::before {
    width: 27px;
  }
  footer .footer_option ul.sns_nav li.instagram a::before {
    width: 26px;
  }
  footer .footer_option ul.sns_nav li.x a::before {
    width: 22px;
  }
  footer .footer_option ul.sub_nav li a {
    font-size: 1rem;
  }
  footer .footer_option ul.sub_nav li + li::before {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1241px) {
  footer .footer_main {
    gap: 100px;
  }
  footer .footer_main figure {
    width: 156px;
  }
  footer .footer_main .footer_main__nav {
    width: calc(100% - 256px);
  }
  footer .footer_option {
    display: flex;
    align-items: center;
    gap: 53px;
  }
  footer .footer_option ul.sns_nav {
    gap: 20px;
  }
  footer .footer_option ul.sns_nav li.facebook a::before {
    width: 27px;
  }
  footer .footer_option ul.sns_nav li.instagram a::before {
    width: 26px;
  }
  footer .footer_option ul.sns_nav li.x a::before {
    width: 22px;
  }
  footer .footer_option ul.sub_nav li a {
    font-size: 1rem;
  }
  footer .footer_option ul.sub_nav li + li::before {
    margin-left: 6px;
    margin-right: 6px;
  }
}
/***********************
          TITLE
***********************/
.main_title span {
  display: block;
  line-height: 1;
  font-weight: 800;
  color: #0075ff;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0;
}

@media (max-width: 490px) {
  .main_title {
    padding-left: 4vw;
  }
  .main_title span {
    font-size: 13vw;
  }
  .main_title h2 {
    font-size: 4.5vw;
  }
}
@media (min-width: 491px) {
  .main_title span {
    font-size: 6rem;
  }
  .main_title h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .main_title {
    display: flex;
    align-items: flex-end;
  }
  .main_title h2 {
    margin-left: 1em;
  }
}
@media (min-width: 991px) {
  .main_title span {
    font-size: 8rem;
  }
  .main_title h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1241px) {
  .main_title span {
    font-size: 10.7rem;
  }
  .main_title h2 {
    font-size: 3.1rem;
  }
}
/***********************
         BUTTON
***********************/
[class^=button] {
  width: -moz-fit-content;
  width: fit-content;
}
[class^=button] a {
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: 0.3s ease-out;
}

.button a {
  background-color: #0075ff;
  color: #ffffff;
  width: min(260px, 70vw);
  padding: min(17px, 3.5vw);
  border-radius: 40px;
  font-size: min(1.8rem, 4vw);
  border: 1px solid #0075ff;
}
.button a span {
  width: calc(100% - 44px);
  display: block;
  text-align: center;
  font-family: century-gothic, sans-serif;
}
.button a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 44px;
  border-radius: 50%;
  background: #ffffff url("../img/default/arrow.webp") no-repeat center/14px;
}
.button a:hover {
  background-color: #ffffff;
  color: #0075ff;
}
.button a:hover::after {
  background: #0075ff url("../img/default/arrow_w.webp") no-repeat center/14px;
}

.button_w a {
  background-color: #ffffff;
  color: #0075ff;
  width: min(260px, 70vw);
  padding: min(17px, 3.5vw);
  border-radius: 40px;
  font-size: min(1.8rem, 4vw);
  border: 1px solid #ffffff;
}
.button_w a span {
  width: calc(100% - 44px);
  display: block;
  text-align: center;
}
.button_w a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 44px;
  border-radius: 50%;
  background: #0075ff url("../img/default/arrow_w.webp") no-repeat center/14px;
}
.button_w a:hover {
  background-color: #0075ff;
  color: #ffffff;
}
.button_w a:hover::after {
  background: #ffffff url("../img/default/arrow.webp") no-repeat center/14px;
}

.button_less a {
  color: #0075ff;
  width: min(140px, 28.5vw);
  font-size: min(1.8rem, 3.6vw);
  position: relative;
}
.button_less a span {
  width: calc(100% - 23px);
  display: block;
  font-family: century-gothic, sans-serif;
}
.button_less a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: #0075ff;
  transition: 0.3s ease-out;
}
.button_less a::before {
  content: "";
  display: block;
  aspect-ratio: 31/27;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: url("../img/default/arrow_w.webp") no-repeat center/contain;
}
.button_less a:hover::after {
  transform: translate(0, -50%) scale(1.8);
}

@media (max-width: 490px) {
  .button_less a span {
    width: calc(100% - 5vw);
  }
  .button_less a::after {
    width: 5vw;
  }
  .button_less a::before {
    width: 3vw;
    right: 1.2vw;
  }
}
@media (min-width: 491px) {
  .button_less a span {
    width: calc(100% - 23px);
  }
  .button_less a::after {
    width: 23px;
  }
  .button_less a::before {
    width: 10px;
    right: 6.5px;
  }
}
/*animation*/
.fade_up {
  opacity: 0;
  transform: translateY(80px);
  will-change: transform, opacity;
}

/*メニュー*/
/* トップメッセージ */
.page-template-page-message #navi_list a[href*="/message/"] {
  color: #0075ff;
}

/* news (archive) */
.post-type-archive-news #navi_list a[href*="/news/"] {
  color: #0075ff;
}

/* interview (archive) */
.post-type-archive-interview #navi_list a[href*="/interview/"] {
  color: #0075ff;
}

/* about */
.page-template-page-about #navi_list a[href*="/about/"] {
  color: #0075ff;
}

/* jobs */
.page-template-page-jobs #navi_list a[href*="/jobs/"] {
  color: #0075ff;
}

/* careers */
.page-template-page-careers #navi_list a[href*="/careers/"] {
  color: #0075ff;
}

/* benefits */
.page-template-page-benefits #navi_list a[href*="/benefits/"] {
  color: #0075ff;
}

/* faq */
.page-template-page-faq #navi_list a[href*="/faq/"] {
  color: #0075ff;
}

/* entry */
.page-template-page-entry #navi_list a[href*="/entry/"] {
  color: #0075ff;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*レスポンシブ*/
.sp {
  display: none;
}
@media (max-width: 490px) {
  .sp {
    display: block;
  }
}

@media (max-width: 490px) {
  .pc {
    display: none;
  }
}

.top_faq_area .button {
  margin: 50px auto;
}/*# sourceMappingURL=style.css.map */