@charset "UTF-8";
/* TOPページ用スタイル */
/* _mixin */
/* media query */
/* color */
/* flex */
/* font */
/* common */
/* new header */
.site-header-util .col-md-4 {
  margin-left: auto;
}

.site-header .logo h1 span,
.no-gutters .logo h1 span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px !important;
  font-weight: normal;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  top: -27px;
  left: 0;
}

@media (max-width: 1160px) {
  header.mainimg .logo h1 img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  header.mainimg .logo h1 img {
    max-width: 300px;
  }
}
@media (max-width: 410px) {
  header.mainimg .logo h1 {
    margin-top: 18px;
  }
  header.mainimg .logo h1 img {
    max-width: 250px;
  }
}
@media (max-width: 1023px) {
  .drawer-nav {
    padding-bottom: 150px;
    top: 60px;
    z-index: 10;
    overflow-y: scroll;
  }
  .drawer-nav ul.drawer-menu {
    margin-top: 0 !important;
  }
  .drawer-nav ul.drawer-menu li.drawer-brand {
    display: none;
  }
  .drawer-nav ul.drawer-menu li ul.submenu li a {
    color: #fff;
  }
  .info .area3 div {
    padding: 0 0 10px 0 !important;
  }
  .info .area3 div:first-child a {
    width: 100%;
    height: 4em;
    padding: 1em 0;
    display: block;
    overflow: hidden;
  }
  .info .area3 div:first-child a img {
    height: 4.5em;
    transform: translateY(-5px);
  }
  .info .area3 div.sp {
    padding: 0 0 10px 0 !important;
  }
  .info .area3 div.sp a {
    width: 100%;
    height: 4em;
    padding: 1em 0;
    display: block;
    overflow: hidden;
  }
  .info .area3 div.sp a img {
    height: 5em;
    transform: translateY(-0.5px);
  }
}
/* common */
.new-cta-area {
  padding: 3em 0;
}

.pcmenu ul li.dropdownlist ul.submenu {
  height: auto !important;
  display: none !important;
  visibility: hidden !important;
}
.pcmenu ul li.dropdownlist:hover ul.submenu {
  display: block !important;
  visibility: visible !important;
}

#toppage a[target=_blank]::after {
  display: none;
}

/* top-mainimg-area */
#top-mainimg-area {
  width: 100%;
  height: 40em;
  margin-bottom: 8em;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #top-mainimg-area {
    height: 35em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-mainimg-area {
    height: 25em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-mainimg-area {
    margin-bottom: 5em;
  }
}
#top-mainimg-area .slide-cont {
  width: 100%;
  height: 40em;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #top-mainimg-area .slide-cont {
    height: 35em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-mainimg-area .slide-cont {
    height: 25em;
  }
}
#top-mainimg-area .slide-cont picture {
  width: 100%;
  height: 100%;
}
#top-mainimg-area .slide-cont picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-mainimg-area .slide-cont.main01 h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 2em;
  text-align: right;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 25%;
  right: 10%;
}
#top-mainimg-area .slide-cont.main02 h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 2em;
  text-align: left;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 3em;
  left: 10%;
}
#top-mainimg-area .slide-cont.main03 h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 2em;
  text-align: left;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: calc(50% - 2em);
  left: 10%;
}
#top-mainimg-area .slide-cont.main04 h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #201E5E;
  font-size: 1.5em;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-mainimg-area .slide-cont.main04 h1 {
    font-size: 1em;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #top-mainimg-area .slide-cont.main04 h1 {
    font-size: 1em;
  }
}
@media screen and (max-width: 575px) {
  #top-mainimg-area .slide-cont.main04 h1 {
    font-size: 1em;
    margin: 5%;
  }
}
#top-mainimg-area .slide-cont.main04 h1 img {
  width: 23em;
  margin: 2em auto 1em;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #top-mainimg-area .slide-cont.main04 h1 img {
    width: 18em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-mainimg-area .slide-cont.main04 h1 img {
    width: 16em;
    margin: 3em auto 2em;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #top-mainimg-area .slide-cont.main04 h1 img {
    width: 17em;
  }
}
@media screen and (max-width: 575px) {
  #top-mainimg-area .slide-cont.main04 h1 img {
    width: 80%;
    margin: 10%;
  }
}
@media screen and (max-width: 575px) {
  #top-mainimg-area .slide-cont.main04 h1 span {
    display: none;
  }
}
#top-mainimg-area .slide-cont.main04 .mainimg04 {
  width: 100%;
  height: 40em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #top-mainimg-area .slide-cont.main04 .mainimg04 {
    height: 35em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-mainimg-area .slide-cont.main04 .mainimg04 {
    height: 25em;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #top-mainimg-area .slide-cont.main04 .mainimg04 {
    height: 40vh;
  }
}
@media screen and (max-width: 575px) {
  #top-mainimg-area .slide-cont.main04 .mainimg04 {
    height: 55vh;
  }
}
#top-mainimg-area button {
  width: 18px;
  height: 36px;
  background-size: 100%;
  z-index: 1;
}
#top-mainimg-area .slick-dots {
  bottom: 1em;
}
#top-mainimg-area .slick-dots li {
  width: 7em;
  height: 4px;
  margin: 0 5px;
}
#top-mainimg-area .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  display: inline-block;
  background: #fff;
  transition: 0.3s;
}
#top-mainimg-area .slick-dots li button:before {
  display: none;
}
#top-mainimg-area .slick-dots li.slick-active button {
  background: #1f1d5d;
  transition: 0.3s;
}

/* top-contents-section */
.top-contents-section {
  width: 100%;
  padding-bottom: 8em;
}
.top-contents-section:nth-of-type(odd) {
  padding-left: 5%;
}
.top-contents-section:nth-of-type(odd) .section-head .section-head-contents {
  padding-right: 4em;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .top-contents-section:nth-of-type(odd) .section-head .section-head-contents {
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section:nth-of-type(odd) .section-head .section-head-contents {
    padding-right: 5.25%;
  }
}
.top-contents-section:nth-of-type(odd) .top-section-menu-area {
  padding-right: 3.4%;
}
.top-contents-section:nth-of-type(even) {
  padding-right: 3.23%;
}
.top-contents-section:nth-of-type(even) .section-head .section-head-contents {
  padding-left: 4em;
  order: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .top-contents-section:nth-of-type(even) .section-head .section-head-contents {
    padding-left: 3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section:nth-of-type(even) .section-head .section-head-contents {
    padding-left: 5.25%;
  }
}
.top-contents-section:nth-of-type(even) .section-head picture {
  order: 0;
}
.top-contents-section:nth-of-type(even) .top-section-menu-area {
  padding-left: 5.17%;
}
.top-contents-section .section-head {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section .section-head {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
}
.top-contents-section .section-head .section-head-contents {
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section .section-head .section-head-contents {
    width: 100%;
  }
}
.top-contents-section .section-head .section-head-contents .section-headline {
  text-align: left;
  padding-bottom: 3em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.top-contents-section .section-head .section-head-contents .section-headline h2 {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.top-contents-section .section-head .section-head-contents .section-headline h2 span {
  text-align: left;
}
.top-contents-section .section-head .section-head-contents .section-headline h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 0.25em;
  order: 1;
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.ja {
    font-size: 1.35em;
  }
}
.top-contents-section .section-head .section-head-contents .section-headline h2 span.en {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-size: 3.4vw;
  letter-spacing: 0;
  line-height: 1;
  order: 0;
}
@media screen and (min-width: 1941px) {
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.en {
    font-size: 50px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1940px) {
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.en {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.en {
    font-size: 3.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.en {
    font-size: 2.4em;
  }
}
.top-contents-section .section-head .section-head-contents .section-headline p {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.3em;
  color: #1f1d5d;
  max-width: 60%;
  padding-left: 3em;
}
.top-contents-section .section-head .section-head-contents p {
  color: #000;
  font-size: 1.1em;
  padding: 1em;
}
.top-contents-section .section-head .section-head-contents ul.top-feature-ul p {
  font-size: 1em;
  padding: 0;
}
.top-contents-section .section-head picture {
  width: 21.88%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section .section-head picture {
    display: none;
  }
}
.top-contents-section .section-head picture img {
  width: 100%;
}
.top-contents-section ul.top-feature-ul {
  padding: 3em 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
}
.top-contents-section ul.top-feature-ul li {
  width: 30%;
}
.top-contents-section ul.top-feature-ul li:nth-of-type(1) {
  margin: 0 5% 0 0;
}
.top-contents-section ul.top-feature-ul li:nth-of-type(2) {
  margin: 0 0 0 0;
}
.top-contents-section ul.top-feature-ul li:nth-of-type(3) {
  margin: 0 0 0 5%;
}
@media screen and (min-width: 1941px) {
  .top-contents-section ul.top-feature-ul li {
    width: 27.5%;
    margin: 0 2% !important;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1940px) {
  .top-contents-section ul.top-feature-ul li {
    width: 27.5%;
    margin: 0 2% !important;
  }
}
.top-contents-section ul.top-feature-ul li dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #333;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section ul.top-feature-ul li dl dt {
    font-size: 1.05em;
  }
}
.top-contents-section ul.top-feature-ul li dl dt strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.3em;
}
.top-contents-section ul.top-feature-ul li dl dt span.font-s {
  letter-spacing: -0.05em;
}
.top-contents-section ul.top-feature-ul li dl dd figure {
  width: 100%;
  padding-bottom: 0.5em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
}
.top-contents-section ul.top-feature-ul li dl dd figure span {
  text-align: center;
  width: 7em;
  height: 7em;
  padding: 1em;
  border-radius: 50%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
}
.top-contents-section ul.top-feature-ul li dl dd figure span picture {
  width: 90%;
  display: inline-block;
}
.top-contents-section ul.top-feature-ul li dl dd p {
  padding: 0;
}
.top-contents-section .top-section-menu-area {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-contents-section .top-section-menu-area .top-section-menu {
  width: 30%;
  padding: 1.5em 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section .top-section-menu-area .top-section-menu {
    width: 50%;
    padding: 1.5em 1em;
  }
}
.top-contents-section .top-section-menu-area .top-section-menu.catch p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .top-contents-section .top-section-menu-area .top-section-menu.catch p {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .top-contents-section .top-section-menu-area .top-section-menu.catch p {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-contents-section .top-section-menu-area .top-section-menu.catch p {
    font-size: 1.5em;
  }
}

/* rental */
.rental .section-head h2 span.ja {
  color: #93BF6D;
}
.rental .section-head ul.top-feature-ul li dl dt strong {
  color: #cd4b0d;
}
.rental .section-head ul.top-feature-ul li dl dd figure span {
  background: #D9F6C0;
}
.rental .rental-menu .top-section-menu {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.rental .rental-menu .top-section-menu.catch p {
  color: #93BF6D;
  height: 100%;
  margin-bottom: 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.rental .rental-menu .top-section-menu h3 {
  letter-spacing: -0.03em;
  padding-bottom: 0.5em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.rental .rental-menu .top-section-menu h3 span {
  line-height: 1;
}
.rental .rental-menu .top-section-menu h3 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.3em;
  white-space: nowrap;
  letter-spacing: -0.05em;
  order: 1;
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .rental .rental-menu .top-section-menu h3 span.ja {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .rental .rental-menu .top-section-menu h3 span.ja {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rental .rental-menu .top-section-menu h3 span.ja {
    font-size: 1.1em;
  }
}
.rental .rental-menu .top-section-menu h3 span.ja span {
  font-size: 1.3em;
  letter-spacing: -0.05em;
  white-space: nowrap;
  padding-left: 0.15em;
}
.rental .rental-menu .top-section-menu h3 span.en {
  font-family: "Segoe UI";
  font-weight: 900;
  font-size: 1.15em;
  letter-spacing: -0.05em;
  order: 0;
}
@media screen and (max-width: 1720px) {
  .rental .rental-menu .top-section-menu h3 {
    flex-direction: column;
  }
}
.rental .rental-menu .top-section-menu a {
  height: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl {
  height: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dt.top-section-menu-dt {
  padding-bottom: 1em;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dt.top-section-menu-dt picture {
  display: block;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd {
  height: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd address,
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd p {
  font-size: 0.95em !important;
  color: #000;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd address,
  .rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd p {
    font-size: 1em !important;
  }
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd dl.station {
  padding-bottom: 1em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: flex-start;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd dl.station dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 0.15em 0.5em;
  display: inline-block;
  background: #1f1d5d;
  border-radius: 20px;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd dl.station dd {
  padding-left: 1em;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd dl.station dd p {
  margin-bottom: 0;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd dl.point {
  color: #cd4b0d;
  margin-top: auto;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd dl.point dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0;
  padding: 0.15em 0.5em;
  display: inline-block;
  border: solid 1px #cd4b0d;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd dl.point dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding-left: 0.5em;
  margin-bottom: 0;
}
.rental .rental-menu .top-section-menu dl.top-section-menu-dl dd.top-section-menu-dd dl.point dd p {
  color: #cd4b0d;
  margin-bottom: 0;
}

/* virtual */
.virtual .section-head h2 span.ja {
  color: #cd4b0d;
}
.virtual .section-head ul.top-feature-ul li dl dt strong {
  color: #93BF6D;
}
.virtual .section-head ul.top-feature-ul li dl dd figure span {
  background: #F3C9B5;
}
.virtual .virtual-menu .top-section-menu {
  width: 23%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .virtual .virtual-menu .top-section-menu {
    width: 50%;
    padding: 1em;
  }
}
.virtual .virtual-menu .top-section-menu.catch {
  text-align: center;
  width: 100%;
}
.virtual .virtual-menu .top-section-menu.catch p {
  color: #cd4b0d;
}
.virtual .virtual-menu .top-section-menu h3 {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
  align-items: cetner;
}
.virtual .virtual-menu .top-section-menu h3 span {
  display: inline-block;
}
.virtual .virtual-menu .top-section-menu h3 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.05em;
  letter-spacing: -0.05em;
  line-height: 1.2;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
  order: 1;
}
.virtual .virtual-menu .top-section-menu h3 span.label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 0.95em;
  letter-spacing: -0.02em;
  padding: 0.5em 0.5em;
  display: inline-block;
  background: #1f1d5d;
  order: 0;
}
@media screen and (min-width: 1023px) and (max-width: 1670px) {
  .virtual .virtual-menu .top-section-menu h3 {
    flex-direction: column;
    align-items: flex-start;
  }
  .virtual .virtual-menu .top-section-menu h3 span.ja {
    font-size: 1.1em;
    text-align: right;
    width: 100%;
    padding: 0.5em 0;
    margin-left: auto;
    display: block;
  }
}
@media screen and (max-width: 1350px) {
  .virtual .virtual-menu .top-section-menu h3 span.ja {
    font-size: 1em;
  }
}
.virtual .virtual-menu .top-section-menu a {
  color: #000;
}
.virtual .virtual-menu .top-section-menu dl dt {
  position: relative;
}
.virtual .virtual-menu .top-section-menu dl dt picture {
  width: 100%;
  display: inline-block;
}
.virtual .virtual-menu .top-section-menu dl dt picture img {
  width: 100%;
}
.virtual .virtual-menu .top-section-menu dl dt strong {
  font-family: "Bebas Neue", "Yu Gothic Medium", "Hiragino Gothic";
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.5em 0.75em 0.3em 0.75em;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #cd4b0d;
}
.virtual .virtual-menu .top-section-menu dl dt strong span.font-l {
  font-size: 140% !important;
  letter-spacing: 0.05em;
  padding-left: 0.1em;
  display: inline-block;
}
.virtual .virtual-menu .top-section-menu dl dd {
  padding: 1em 0 0 0;
}
.virtual .virtual-menu .top-section-menu dl dd p {
  font-size: 0.9em;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .virtual .virtual-menu .top-section-menu dl dd p {
    font-size: 1em;
  }
}

/* en-support */
.en-support .section-head .section-head-contents .section-headline h2 span.ja {
  color: #93BF6D;
}
.en-support .en-support-menu .top-section-menu {
  width: 23%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .en-support .en-support-menu .top-section-menu {
    width: 50%;
    padding: 1em;
  }
}
.en-support .en-support-menu .top-section-menu.catch {
  text-align: left;
  width: 100%;
}
.en-support .en-support-menu .top-section-menu.catch p {
  color: #93BF6D;
}
.en-support .en-support-menu .top-section-menu h3 {
  position: relative;
}
.en-support .en-support-menu .top-section-menu h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.18em;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.75em 1em;
  display: inline-block;
  position: absolute;
  bottom: -0.75em;
  left: 0;
  z-index: 15;
  background: #1f1d5d;
}
.en-support .en-support-menu .top-section-menu h3 picture {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
.en-support .en-support-menu .top-section-menu h3 picture img {
  width: 99%;
}
@media screen and (max-width: 1400px) {
  .en-support .en-support-menu .top-section-menu h3 span {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .en-support .en-support-menu .top-section-menu h3 span {
    font-size: 0.8em;
  }
}
.en-support .en-support-menu .top-section-menu p.badge {
  position: absolute;
  top: 26%;
  right: -5%;
  z-index: 15;
  width: 36%;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .en-support .en-support-menu .top-section-menu p.badge {
    top: 23%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .en-support .en-support-menu .top-section-menu p.badge {
    width: 25%;
    top: 35%;
    right: 0;
  }
}
.en-support .en-support-menu .top-section-menu p.badge picture {
  width: 100%;
}
.en-support .en-support-menu .top-section-menu p.badge picture img {
  width: 100%;
}
.en-support .en-support-menu .top-section-menu dl {
  height: 100%;
  padding: 2em 0.5em 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.en-support .en-support-menu .top-section-menu dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.15em;
  letter-spacing: 0;
  line-height: 1.3;
}
.en-support .en-support-menu .top-section-menu dl dd {
  height: 100%;
  padding: 1em 0 0 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.en-support .en-support-menu .top-section-menu dl dd p {
  font-size: 0.9em;
  color: #000;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .en-support .en-support-menu .top-section-menu dl dd p {
    font-size: 1em;
  }
}
.en-support .en-support-menu .top-section-menu dl dd p.detail-link {
  padding-top: 1.5em;
  margin-top: auto;
}
.en-support .en-support-menu .top-section-menu:nth-of-type(2) h3 span {
  background: #DCBA0D;
}
.en-support .en-support-menu .top-section-menu:nth-of-type(4) h3 span {
  background: #D5574D;
}
.en-support .en-support-menu .top-section-menu:nth-of-type(5) h3 span {
  background: #93BF6D;
}

/* campaign */
.campaign-area {
  padding: 4em 0;
  margin-bottom: 8em;
  background: #1f1d5d;
  background: #4B5295;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .campaign-area .sep-box {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
}
.campaign-area .campaign-area-l {
  width: 60%;
}
@media screen and (max-width: 1650px) {
  .campaign-area .campaign-area-l {
    width: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .campaign-area .campaign-area-l {
    width: 100%;
  }
}
.campaign-area .campaign-area-l h2 {
  color: #fff;
  width: 100%;
  padding-left: 9.73%;
  margin-bottom: 2em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .campaign-area .campaign-area-l h2 {
    font-size: 0.8em;
  }
}
.campaign-area .campaign-area-l h2 span {
  text-align: left;
}
.campaign-area .campaign-area-l h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1;
  order: 1;
}
.campaign-area .campaign-area-l h2 span.en {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-size: 3.4em;
  letter-spacing: 0;
  line-height: 1.3;
  order: 0;
}
.campaign-area .campaign-area-l p {
  font-size: 1.15em;
  color: #fff;
  padding-left: 9.73%;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 575px) {
  .campaign-area .campaign-area-l p {
    font-size: 1em;
  }
}
.campaign-area .campaign-area-l ul.top-campcategory-ul {
  padding-left: 9.73%;
  margin-bottom: 3em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.campaign-area .campaign-area-l ul.top-campcategory-ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  color: #fff;
  width: 40%;
  padding: 0.25em 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.campaign-area .campaign-area-l ul.top-campcategory-ul li::before {
  content: "・";
}
.campaign-area .campaign-area-l ul.top-campcategory-ul li a {
  color: #fff;
}
.campaign-area .campaign-area-l .slick-next {
  right: -25px !important;
}
.campaign-area .campaign-area-l h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #fff;
  text-align: left;
  padding-left: 9.73%;
  margin: 0 5vw 1.5em 0;
}
.campaign-area .campaign-area-l .top-campaign-slide-area {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.campaign-area .campaign-area-l .top-campaign-slide-area ul.top-campaign-ul {
  width: auto;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  overflow: initial;
  transform: translateX(calc(-5vw + 0.15em));
}
.campaign-area .campaign-area-l .top-campaign-slide-area ul.top-campaign-ul li {
  padding: 0 1em;
}
.campaign-area .campaign-area-l .top-campaign-slide-area ul.top-campaign-ul li a {
  color: #fff;
}
.campaign-area .campaign-area-l .top-campaign-slide-area ul.top-campaign-ul li dl dd {
  padding-top: 1em;
}
.campaign-area .campaign-area-l .top-campaign-slide-area ul.top-campaign-ul li dl dd p {
  font-size: 0.9em;
}
.campaign-area .campaign-area-l .top-campaign-slide-area .slick-next {
  width: 2.5em;
  height: 5em;
  right: -3.5em !important;
  background-size: 100% 100%;
}
@media screen and (max-width: 575px) {
  .campaign-area .campaign-area-l .top-campaign-slide-area .slick-next {
    width: 2em;
    height: 4em;
    right: -0.5em !important;
  }
}
@media screen and (max-width: 575px) {
  .campaign-area .campaign-area-l .top-campaign-slide-area .slick-prev {
    width: 2em;
    height: 4em;
    transform: translate(1em, -50%);
    background-size: 100% 100%;
  }
}
.campaign-area .campaign-area-r {
  width: 40%;
  height: 100%;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 1650px) {
  .campaign-area .campaign-area-r {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .campaign-area .campaign-area-r {
    width: 90%;
    margin: 2em auto 0 auto;
  }
}
.campaign-area .campaign-area-r span.badge {
  width: 22%;
  display: block;
  position: absolute;
  top: -4em;
  right: -2em;
  z-index: 100;
}
.campaign-area .campaign-area-r span.badge img {
  width: 100%;
}
.campaign-area .campaign-area-r .campaign-pickup {
  height: 100%;
  padding: 3em 0 3em 2em;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1650px) {
  .campaign-area .campaign-area-r .campaign-pickup {
    padding-left: 1.5em;
  }
}
.campaign-area .campaign-area-r .campaign-pickup .tag-area {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.campaign-area .campaign-area-r .campaign-pickup .tag-area span {
  font-size: 1.1em;
  letter-spacing: 0;
  line-height: 1;
  height: 2em;
  padding: 0 1.25em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.campaign-area .campaign-area-r .campaign-pickup .tag-area span.icon-new {
  font-family: "azo-sans-web", sans-serif;
  color: #fff;
  font-weight: normal;
  vertical-align: sub;
  background: #B71414;
}
.campaign-area .campaign-area-r .campaign-pickup .tag-area span.icon-new b {
  transform: translateY(0.15em);
}
.campaign-area .campaign-area-r .campaign-pickup .tag-area span.icon-reserving {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #1f1d5d;
}
.campaign-area .campaign-area-r .campaign-pickup .tag-area span + span {
  margin-left: 1em;
}
.campaign-area .campaign-area-r .campaign-pickup h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3em;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .campaign-area .campaign-area-r .campaign-pickup h3 {
    font-size: 2.4em;
  }
}
.campaign-area .campaign-area-r .campaign-pickup h3 span.office-name {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .campaign-area .campaign-area-r .campaign-pickup h3 span.office-name {
    font-size: 1.5rem;
  }
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
  margin-bottom: 3em;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area {
  width: 56%;
  padding-right: 1em;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area {
    width: 60%;
  }
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area dl.price-dl {
  letter-spacing: -0.01em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area dl.price-dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1;
  padding-right: 1.5em;
  display: inline-block;
  background-image: url(../wp-content/themes/akina/images/top/arrow_green.svg);
  background-repeat: no-repeat;
  background-position: right 0.25em center;
  background-size: 1em;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area dl.price-dl dd {
  font-family: "Yu Mincho", "Hiragino Mincho";
  font-size: 1.2em;
  line-height: 1;
  color: #B71414;
  padding: 0 0 0.25em 0.25em;
  display: inline-block;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area dl.price-dl dd span.font-ll {
  font-size: 2.7em !important;
  line-height: 1;
  font-weight: bold;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area dl.price-dl + p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.2;
  color: #B71414;
  letter-spacing: -0.01em;
  paddign-top: 0.5em;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area dl.price-dl + p span.red {
  color: #B71414 !important;
  line-height: 1;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area dl.price-dl + p span .font-ll {
  font-size: 2.8em !important;
  letter-spacing: -0.03em;
  line-height: 1;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area dl.price-dl + p span .marker {
  padding-bottom: 2px;
  display: inline;
  background: linear-gradient(to bottom, transparent, transparent 50%, #F6F1C0 55%, #F6F1C0 100%);
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .pic-area {
  width: 44%;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .campaign-area .campaign-area-r .campaign-pickup .mid-area .pic-area {
    width: 40%;
  }
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .pic-area picture {
  width: 100%;
  height: 18em;
}
.campaign-area .campaign-area-r .campaign-pickup .mid-area .pic-area picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campaign-area .campaign-area-r .campaign-pickup .btn-area a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.15em;
  color: #1f1d5d;
  padding: 0.75em 2.5em 0.75em 1.5em;
  display: inline-block;
  position: relative;
  border-radius: 2em;
  background-repeat: no-repeat;
  background-position: left 1em center;
  background-size: auto 1.5em;
  background-color: #C1E307;
}
.campaign-area .campaign-area-r .campaign-pickup .btn-area a::after {
  width: 0.75em;
  height: 0.75em;
  display: block;
  position: absolute;
  top: 1.25em;
  right: 1.5em;
  border-left: solid 2px #1f1d5d;
  border-bottom: solid 2px #1f1d5d;
  transform: rotate(-135deg);
  content: "";
}

/* about */
.about-entre {
  padding-right: 3.21%;
}
.about-entre .section-headline {
  text-align: left;
  padding-bottom: 3em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-entre .section-headline {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
}
.about-entre .section-headline h2 {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-entre .section-headline h2 {
    width: 100%;
  }
}
.about-entre .section-headline h2 picture {
  display: inline-block;
}
.about-entre .section-headline h2 picture img {
  height: 5em;
}
.about-entre .section-headline h2 img {
  width: auto;
  height: 5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-entre .section-headline h2 img {
    width: 60%;
    height: auto;
    margin-bottom: 1.5em;
  }
}
.about-entre .section-headline p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  font-size: 1.6em;
  color: #000;
  letter-spacing: 0;
  max-width: 60%;
  padding-left: 3em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-entre .section-headline p {
    max-width: 100%;
  }
}
.about-entre .top-about-number-area {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
}
.about-entre .top-about-number-area ul li {
  color: #000;
  width: 100%;
  padding: 1.5em 0;
}
.about-entre .top-about-number-area ul li dl {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about-entre .top-about-number-area ul li dl dt picture {
  width: 4.75em;
}
.about-entre .top-about-number-area ul li dl dt picture img {
  width: 100%;
}
.about-entre .top-about-number-area ul li dl dd {
  padding-left: 1em;
}
.about-entre .top-about-number-area ul li dl dd.num-dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1;
}
.about-entre .top-about-number-area ul li dl dd.num-dd span.num {
  font-family: "Bebas Neue", "Yu Gothic Medium", "Hiragino Gothic";
  font-size: 2.5em;
  letter-spacing: 0.05em;
}
.about-entre .top-about-number-area ul li dl dd.summary-dd {
  text-align: center;
  width: 100%;
  padding-top: 0.5em;
}
.about-entre .top-about-number-area picture.top-about-img {
  width: 42.2%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-entre .top-about-number-area picture.top-about-img {
    display: none;
  }
}
.about-entre .top-about-number-area picture.top-about-img img {
  width: 100%;
}

/* voice */
.top-voice-area {
  width: 100%;
  padding: 6em 0 2em 0;
}
.top-voice-area ul.top-voice-ul {
  width: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-voice-area ul.top-voice-ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
}
.top-voice-area ul.top-voice-ul li {
  width: 21%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-voice-area ul.top-voice-ul li {
    width: 42.5%;
    margin-bottom: 3em;
  }
}
.top-voice-area ul.top-voice-ul li a {
  color: #000;
  height: 100%;
}
.top-voice-area ul.top-voice-ul li a dl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.top-voice-area ul.top-voice-ul li a dl dt {
  font-size: 1em;
  padding-top: 1em;
  position: relative;
  order: 1;
}
.top-voice-area ul.top-voice-ul li a dl dt picture {
  width: 100%;
  height: 18.5em;
  margin-bottom: 1em;
}
.top-voice-area ul.top-voice-ul li a dl dt picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-voice-area ul.top-voice-ul li a dl dt span {
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 0.5em 1.5em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 17.5em;
  background: #93BF6D;
}
.top-voice-area ul.top-voice-ul li a dl dd {
  font-size: 1.25em;
  line-height: 1.2;
  letter-spacing: 0;
  height: 4em;
  order: 0;
}
.top-voice-area ul.top-voice-ul li a dl dd strong {
  color: #cd4b0d;
}
.top-voice-area + .new-cta-area a + a {
  margin-left: 2em;
}
@media screen and (max-width: 575px) {
  .top-voice-area + .new-cta-area a + a {
    margin-left: 0;
  }
}

/* 下部一覧出力 */
.top-post-list {
  padding: 8em 0 0 0;
}
@media screen and (min-width: 1941px) {
  .top-post-list {
    width: 1920px;
    overflow: hidden;
  }
}
.top-post-list h2 {
  margin-bottom: 4em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .top-post-list h2 {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-post-list h2 {
    font-size: 0.8em;
  }
}
.top-post-list h2 span {
  letter-spacing: 0;
}
.top-post-list h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  order: 1;
}
.top-post-list h2 span.en {
  font-size: 3.5em;
  letter-spacing: 0;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
}
.top-post-list h2 + p {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.top-post-list ul.post-list-ul {
  padding: 3em 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
@media screen and (min-width: 1941px) {
  .top-post-list ul.post-list-ul {
    width: 100%;
    position: relative;
  }
  .top-post-list ul.post-list-ul::before, .top-post-list ul.post-list-ul::after {
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    content: "";
  }
  .top-post-list ul.post-list-ul::before {
    left: 0;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  .top-post-list ul.post-list-ul::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
}
.top-post-list ul.post-list-ul li {
  width: 18vw;
  padding: 1em 1em;
}
.top-post-list ul.post-list-ul li a {
  color: #000;
}
.top-post-list ul.post-list-ul li dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: -0.03em;
  line-height: 1.3;
  width: 100%;
}
.top-post-list ul.post-list-ul li dl dt picture {
  width: 100%;
  height: 12em;
  margin-bottom: 1.5em;
}
.top-post-list ul.post-list-ul li dl dt picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-post-list ul.post-list-ul li dl dd {
  padding-top: 2em;
}
.top-post-list ul.post-list-ul li dl dd p {
  font-size: 0.9em;
  color: #000;
}
.top-post-list .detail-link {
  font-size: 1.2em;
}
.top-post-list .detail-link a {
  border-radius: 2.5em;
  padding-left: 3.5em;
  background-size: 1.5em;
  background-position: left 1.5em center;
  background-repeat: no-repeat;
}
.top-post-list .detail-link a + a {
  margin-left: 2em;
}
.top-post-list .slick-next {
  background-image: url(../images/common/slide-arrow-right_blue.svg);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
.top-post-list .slick-prev {
  background-image: url(../images/common/slide-arrow-left_blue.svg);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

.slick-next:focus,
.slick-prev:focus {
  outline: none;
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
}

#top-event-area .detail-link a.forevent {
  background-image: url(../wp-content/themes/akina/images/icon/event.svg);
}

#top-column-area {
  padding-bottom: 8em;
}
#top-column-area .detail-link a.forcolumn {
  background-image: url(../wp-content/themes/akina/images/icon/column.svg);
}
#top-column-area .detail-link a.forblog {
  background-image: url(../wp-content/themes/akina/images/icon/blog.svg);
}

/* tablet */
@media screen and (min-width: 576px) and (max-width: 768px) {
  .container-fluid.info .area3 div {
    padding: 0.5em;
  }
  .container-fluid.info .area3 div a {
    display: inline-block;
  }
  .container-fluid.info .area3 div a picture {
    height: 2.35em;
    overflow: hidden;
  }
  .container-fluid.info .area3 div a picture img {
    width: 3.75em;
  }
  .container-fluid.info .area3 div.sp a picture img {
    width: 3.9em;
  }
  #top-mainimg-area {
    height: 40vh;
    margin-bottom: 4em;
  }
  #top-mainimg-area .slide-cont {
    height: 40vh;
  }
  #top-mainimg-area .slide-cont.main01 h1 {
    font-size: 20px;
  }
  #top-mainimg-area .slide-cont.main02 h1 {
    font-size: 20px;
  }
  #top-mainimg-area .slide-cont.main03 h1 {
    font-size: 20px;
  }
  .top-contents-section {
    padding: 0 5% 4em 5% !important;
  }
  .top-contents-section .section-head {
    width: 100%;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-contents-section .section-head .section-head-contents {
    width: 100%;
    padding: 0 !important;
  }
  .top-contents-section .section-head .section-head-contents .section-headline {
    padding-bottom: 1em;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-contents-section .section-head .section-head-contents .section-headline h2 {
    width: 100%;
    margin-bottom: 1em;
    background: none;
  }
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.en {
    font-size: 38px;
  }
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.ja {
    font-size: 16px;
  }
  .top-contents-section .section-head .section-head-contents .section-headline p {
    width: 100%;
    max-width: 100%;
    padding: 1em !important;
  }
  .top-contents-section .section-head picture {
    width: 100%;
    height: 12.5em;
    margin-bottom: 1.5em;
    order: 1 !important;
  }
  .top-contents-section .section-head picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-contents-section ul.top-feature-ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-contents-section ul.top-feature-ul li {
    width: 31%;
    margin: 0;
  }
  .top-contents-section ul.top-feature-ul li:nth-of-type(1) {
    margin: 0 3.5% 0 0;
  }
  .top-contents-section ul.top-feature-ul li:nth-of-type(2) {
    margin: 0 0 0 0;
  }
  .top-contents-section ul.top-feature-ul li:nth-of-type(3) {
    margin: 0 0 0 3.5%;
  }
  .top-contents-section ul.top-feature-ul li dl dt {
    font-size: 15px;
  }
  .top-contents-section ul.top-feature-ul li dl dd picture {
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .top-contents-section ul.top-feature-ul li + li {
    margin-top: 1.5em;
  }
  .top-contents-section .top-section-menu-area {
    padding: 0 !important;
  }
  .top-contents-section .top-section-menu-area .top-section-menu {
    width: 47.5%;
  }
  .top-contents-section .top-section-menu-area .top-section-menu:nth-of-type(even) {
    margin-right: 5%;
  }
  .top-contents-section .top-section-menu-area .top-section-menu h3 span.ja {
    font-size: 15px;
  }
  .top-contents-section .top-section-menu-area .top-section-menu.catch p {
    text-align: left;
    font-size: 20px;
  }
  .rental.top-contents-section .top-section-menu-area .top-section-menu:nth-of-type(odd) {
    margin-right: 5%;
  }
  .rental.top-contents-section .top-section-menu-area .top-section-menu:nth-of-type(even) {
    margin-right: 0;
  }
  .rental.top-contents-section .new-cta-area a + a {
    margin-top: 2em;
    margin-left: 0;
  }
  .campaign-area .campaign-area-l {
    width: 45%;
  }
  .campaign-area .campaign-area-l h2 {
    width: 100%;
    margin-bottom: 3em;
  }
  .campaign-area .campaign-area-l h2 span.en {
    font-size: 38px;
  }
  .campaign-area .campaign-area-l h2 span.ja {
    font-size: 16px;
  }
  .campaign-area .campaign-area-l ul.top-campcategory-ul li {
    width: 100%;
  }
  .campaign-area .campaign-area-l .top-campaign-slide-area {
    height: auto;
    padding-bottom: 2em;
  }
  .campaign-area .campaign-area-r {
    width: 55%;
  }
  .campaign-area .campaign-area-r .campaign-pickup {
    width: 90%;
    margin: 0 auto;
    padding: 3em 1.5em;
  }
  .campaign-area .campaign-area-r .campaign-pickup h3 {
    font-size: 28px;
    margin: 1.5em 0;
  }
  .campaign-area .campaign-area-r .campaign-pickup h3 span.office-name {
    font-size: 20px;
  }
  .campaign-area .campaign-area-r .campaign-pickup .mid-area {
    flex-direction: column;
  }
  .campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area {
    width: 100%;
    padding-right: none;
    padding-bottom: 2em;
  }
  .campaign-area .campaign-area-r .campaign-pickup .mid-area .pic-area {
    width: 100%;
    height: 15em;
  }
  .campaign-area .campaign-area-r .campaign-pickup .mid-area .pic-area picture {
    height: 100%;
  }
  .campaign-area .campaign-area-r .campaign-pickup .btn-area {
    text-align: center;
    padding-top: 2em;
  }
  .campaign-area .campaign-area-r span.badge {
    top: 0;
    right: 0;
  }
  .about-entre .section-headline {
    flex-direction: column;
  }
  .about-entre .section-headline h2 {
    justify-content: center;
  }
  .about-entre .section-headline h2 img {
    width: 80%;
    margin: 0 auto;
  }
  .about-entre .section-headline p {
    width: 100%;
    max-width: 100%;
    padding: 1.5em 0 0 0;
  }
  .about-entre .top-about-number-area ul li {
    font-size: 0.7em;
  }
  .about-entre .top-about-number-area ul li dl dt img {
    width: 6em;
  }
  .about-entre .top-about-number-area ul li dl dd.summary-dd {
    font-size: 1.15em;
  }
  .about-entre .top-about-number-area .number-txt:nth-of-type(2) ul li:last-child dl dt img {
    width: 4em;
  }
  .top-voice-area {
    padding: 5em 0 2em 0;
  }
  .top-voice-area ul.top-voice-ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-voice-area ul.top-voice-ul li {
    width: 45%;
    padding-bottom: 2em;
  }
  .top-voice-area ul.top-voice-ul li:nth-of-type(odd) {
    margin-right: 10%;
  }
  .top-post-list h2 span.en {
    font-size: 38px;
  }
  .top-post-list h2 span.ja {
    font-size: 16px;
  }
  .top-post-list h2 + p {
    padding: 0 2em;
  }
}
/* mobile */
@media screen and (max-width: 575px) {
  .container-fluid.info .area3 div {
    padding: 0.5em;
  }
  .container-fluid.info .area3 div a {
    display: inline-block;
  }
  .container-fluid.info .area3 div a picture {
    height: 2.35em;
    overflow: hidden;
  }
  .container-fluid.info .area3 div a picture img {
    width: 3.75em;
  }
  .container-fluid.info .area3 div.sp a picture img {
    width: 3.9em;
  }
  #top-mainimg-area {
    height: 55vh;
    margin-bottom: 4em;
  }
  #top-mainimg-area .slide-cont {
    height: 55vh;
  }
  #top-mainimg-area .slide-cont.main01 h1 {
    font-size: 20px;
  }
  #top-mainimg-area .slide-cont.main02 h1 {
    font-size: 20px;
  }
  #top-mainimg-area .slide-cont.main03 h1 {
    font-size: 20px;
  }
  .top-contents-section {
    padding: 0 5% 4em 5% !important;
  }
  .top-contents-section .section-head {
    width: 100%;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-contents-section .section-head .section-head-contents {
    width: 100%;
    padding: 0 !important;
  }
  .top-contents-section .section-head .section-head-contents .section-headline {
    padding-bottom: 1em;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-contents-section .section-head .section-head-contents .section-headline h2 {
    width: 100%;
    margin-bottom: 1em;
  }
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.en {
    font-size: 38px;
  }
  .top-contents-section .section-head .section-head-contents .section-headline h2 span.ja {
    font-size: 16px;
  }
  .top-contents-section .section-head .section-head-contents .section-headline p {
    width: 100%;
    max-width: 100%;
    padding: 1em !important;
  }
  .top-contents-section .section-head picture {
    width: 100%;
    height: 12.5em;
    margin-bottom: 1.5em;
    order: 1 !important;
  }
  .top-contents-section .section-head picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-contents-section ul.top-feature-ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-contents-section ul.top-feature-ul li {
    width: 100%;
    padding: 1em 2em;
    margin: 0;
  }
  .top-contents-section ul.top-feature-ul li dl dt {
    font-size: 20px;
  }
  .top-contents-section ul.top-feature-ul li dl dd picture {
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .top-contents-section ul.top-feature-ul li + li {
    margin-top: 1.5em;
  }
  .top-contents-section .top-section-menu-area {
    padding: 0 !important;
  }
  .top-contents-section .top-section-menu-area .top-section-menu {
    width: 100%;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .top-contents-section .top-section-menu-area .top-section-menu h3 span.ja {
    font-size: 1em;
  }
  .top-contents-section .top-section-menu-area .top-section-menu a dl dt img {
    width: 100%;
  }
  .top-contents-section .top-section-menu-area .top-section-menu.catch p {
    text-align: center;
    font-size: 24px;
    width: 100%;
    display: inline-block;
  }
  .campaign-area .campaign-area-l h2 {
    width: 100%;
    margin-bottom: 3em;
  }
  .campaign-area .campaign-area-l h2 span.en {
    font-size: 38px;
  }
  .campaign-area .campaign-area-l h2 span.ja {
    font-size: 16px;
  }
  .campaign-area .campaign-area-l ul.top-campcategory-ul li {
    width: 100%;
  }
  .campaign-area .campaign-area-l .top-campaign-slide-area {
    height: auto;
    padding-bottom: 2em;
  }
  .campaign-area .campaign-area-r .campaign-pickup {
    width: 90%;
    margin: 0 auto;
    padding: 3em 1.5em;
  }
  .campaign-area .campaign-area-r .campaign-pickup h3 {
    font-size: 28px;
    margin: 1.5em 0;
  }
  .campaign-area .campaign-area-r .campaign-pickup h3 span.office-name {
    font-size: 20px;
  }
  .campaign-area .campaign-area-r .campaign-pickup .mid-area {
    flex-direction: column;
  }
  .campaign-area .campaign-area-r .campaign-pickup .mid-area .txt-area {
    width: 100%;
    padding-right: none;
    padding-bottom: 2em;
  }
  .campaign-area .campaign-area-r .campaign-pickup .mid-area .pic-area {
    width: 100%;
    height: 15em;
  }
  .campaign-area .campaign-area-r .campaign-pickup .mid-area .pic-area picture {
    height: 100%;
  }
  .campaign-area .campaign-area-r .campaign-pickup .btn-area {
    text-align: center;
    padding-top: 2em;
  }
  .campaign-area .campaign-area-r span.badge {
    top: 0;
    right: 0;
  }
  .about-entre .section-headline {
    flex-direction: column;
  }
  .about-entre .section-headline h2 {
    justify-content: center;
  }
  .about-entre .section-headline h2 img {
    width: 80%;
    margin: 0 auto;
  }
  .about-entre .section-headline p {
    width: 100%;
    max-width: 100%;
    padding: 1.5em 0 0 0;
  }
  .about-entre .top-about-number-area {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .about-entre .top-about-number-area .number-txt {
    width: 100%;
  }
  .top-voice-area {
    padding: 5em 2em 2em 2em;
  }
  .top-voice-area ul.top-voice-ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-voice-area ul.top-voice-ul li {
    width: 100%;
  }
  .top-voice-area ul.top-voice-ul li + li {
    margin-top: 3em;
  }
  .top-post-list h2 span.en {
    font-size: 38px;
  }
  .top-post-list h2 span.ja {
    font-size: 16px;
  }
  .top-post-list h2 + p {
    padding: 0 2em;
  }
}/*# sourceMappingURL=new_top.css.map */