@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

* {
  min-width: 0;
  min-height: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

select::-ms-expand {
  display: none; }

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

a {
  cursor: pointer;
  text-decoration: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

address {
  font-style: normal; }

img {
  vertical-align: bottom; }

figure {
  margin: 0; }

ol,
ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  main {
    display: block; } }
body {
  font-size: 16px;
  font-size: 1rem;
  text-justify: inter-ideograph;
  line-height: 1.7;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale; }

h2,
h3,
h4,
h5 {
  letter-spacing: .15em;
  font-weight: 600;
  font-feature-settings: "palt"; }

h2 {
  font-size: 67px;
  font-size: 4.1875rem; }

h3 {
  font-size: 26px;
  font-size: 1.625rem; }

h4 {
  font-size: 22px;
  font-size: 1.375rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: .03em; }

a {
  text-decoration: none;
  color: #2B2B2D; }
  a:hover {
    text-decoration: none; }

img {
  width: 100%; }

@media screen and (min-width: 767px) {
  .pconly {
    display: block; } }
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important; } }

@media screen and (max-width: 479px) {
  .pc-tab {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .tabonly {
    display: none; } }
@media screen and (max-width: 768px) {
  .tabonly {
    display: block !important; } }
@media screen and (max-width: 479px) {
  .tabonly {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .tab-sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .tab-sp {
    display: block !important; } }

@media screen and (min-width: 767px) {
  .sponly {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .sponly {
    display: none !important; } }
@media screen and (max-width: 479px) {
  .sponly {
    display: block !important; } }

.nolink {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/* typography */
/* Googleフォントで読み込ませる場合の例
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
  font-weight: 400; }

main {
  overflow: hidden; }

.goth {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic"; }

.gara {
  font-family: din-condensed, sans-serif; }

.copp {
  font-family: din-condensed, sans-serif; }

.flex {
  display: flex;
  justify-content: space-between; }
  .flex.reverse {
    flex-direction: row-reverse; }

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 479px) {
    .inner {
      padding-left: 20px;
      padding-right: 20px; } }

.inner1200 {
  max-width: 1260px; }

.inner1100 {
  max-width: 1160px; }

.inner960 {
  max-width: 1020px; }

/* Align */
.center {
  text-align: center; }

.right {
  text-align: right; }

/* Animation */
.anime {
  opacity: 0;
  transition: opacity 0.8s; }

.fadein {
  opacity: 1; }

.opa {
  transition: opacity .2s; }
  .opa:hover {
    opacity: .8; }

h2.ttl {
  line-height: 1; }
  h2.ttl .ja {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: normal; }
    @media screen and (max-width: 479px) {
      h2.ttl .ja {
        font-size: 12px;
        margin-bottom: 0; } }
  h2.ttl .en {
    font-size: 50px;
    font-family: din-condensed;
    font-weight: 300; }
    @media screen and (max-width: 479px) {
      h2.ttl .en {
        font-size: 48px;
        letter-spacing: normal; } }

/* Button */
.btn a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 10px;
  font-family: din-condensed, sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  @media screen and (max-width: 479px) {
    .btn a {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .btn a span {
    z-index: 2;
    display: inline-block;
    position: relative;
    transition: .45s; }
  .btn a:before {
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 1px);
    background-color: #fff;
    z-index: 1; }
  .btn a:hover:before {
    left: 0;
    transform: scaleY(1);
    transform-origin: center bottom; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  opacity: 0; }

.fadeUpTrigger {
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
header {
	padding-left: 20px;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	transition: .3s;
	background-color:#b8c2c0;
	border-bottom: 0px;
}
  @media screen and (max-width: 1044px) {
    header {
      background-color: #b8c2c0;
      height: 60px;
      position: absolute;
	  border-bottom: 0px;} }
  @media screen and (max-width: 479px) {
    header {
      height: 44px;
      border-bottom: 0px; } }
  header > .flex {
    height: 100%; }
  header .logo {
    flex-basis: 162px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 479px) {
      header .logo {
        flex-basis: 100px; } }
  header nav a {
    font-size: clamp(10px, 1vw, 18px); }
  header .nav_main {
    flex: 1; }
    @media screen and (max-width: 1044px) {
      header .nav_main {
        display: none; } }
    header .nav_main ul {
      height: 100%;
      justify-content: flex-end; }
      header .nav_main ul li {
        margin: 0 2%;
        height: 100%;
        display: flex;
        align-items: center; }
        header .nav_main ul li a {
          position: relative;
          display: inline-block; }
          header .nav_main ul li a:after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #000;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          header .nav_main ul li a:hover:after {
            transform-origin: left top;
            transform: scale(1, 1); }
        header .nav_main ul li.current a:after {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #000;
          transform: none; }
  @media screen and (max-width: 1044px) {
    header .nav_sub {
      display: none; } }
  header .nav_sub li a {
    color: #fff;
    display: block;
    padding: 20px; }
    @media screen and (max-width: 1240px) {
      header .nav_sub li a {
        padding-right: 1vw;
        padding-left: 1vw;
        font-size: 12px; } }
  header .nav_sub .li_reserve a {
    background-color: #3d5472; }
  header .nav_sub .li_document a {
    background-color: #95845c; }
  header .nav_sub .li_bunjo a {
    background-color: #9ab767; }
  header.onscroll {
    background-color: #b8c2c0; }

.nav_sp {
  position: fixed;
  top: 10px;
  max-width: 670px;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #fff;
  z-index: 2; }
  .nav_sp.show {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 479px) {
    .nav_sp ul {
      flex-wrap: wrap; } }
  .nav_sp ul li {
    flex-basis: calc(100%/6);
    padding: 7px 0;
    /*            &:last-child{
                    @include less_than_sp {
                    flex-basis: 66.6%;
                    border-top: 1px solid #e0e0e0;
                    }
                }*/ }
    @media screen and (max-width: 479px) {
      .nav_sp ul li {
        flex-basis: calc(100% / 3);
        padding: 0; } }
    .nav_sp ul li:not(:last-child) a {
      border-right: 1px solid #e0e0e0; }
    @media screen and (max-width: 479px) {
      .nav_sp ul li:nth-child(3n) a {
        border-right: none; } }
    @media screen and (max-width: 479px) {
      .nav_sp ul li:nth-child(1) a, .nav_sp ul li:nth-child(2) a, .nav_sp ul li:nth-child(3) a, .nav_sp ul li:nth-child(4) a, .nav_sp ul li:nth-child(5) a, .nav_sp ul li:nth-child(6) a {
        border-bottom: 1px solid #e0e0e0; } }
    .nav_sp ul li a {
      font-size: 14px;
      text-align: center;
      display: block;
      font-family: ; }
      @media screen and (max-width: 479px) {
        .nav_sp ul li a {
          display: block;
          padding: 10px; } }

/* Toggle Button */
.toggle_spnav {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1200;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 1044px) {
    .toggle_spnav {
      display: block; } }
  @media screen and (max-width: 479px) {
    .toggle_spnav {
      width: 44px;
      height: 44px; } }

.btn-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 36px;
  background-image: url(../images/common/btn_menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: .2s; }
  @media screen and (max-width: 479px) {
    .btn-trigger {
      width: 24px;
      height: 18px; } }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4D4D4D;
    transition: .2s; }
    .btn-trigger span:nth-of-type(1) {
      top: 0; }
    .btn-trigger span:nth-of-type(2) {
      top: 11px; }
      @media screen and (max-width: 479px) {
        .btn-trigger span:nth-of-type(2) {
          top: 8px; } }
    .btn-trigger span:nth-of-type(3) {
      bottom: 0px; }

.btn-trigger span:nth-of-type(3) {
  bottom: 0; }

body.show header {
  opacity: 1;
  visibility: visible; }

body.open #btn01 {
  background-image: url(../images/common/btn_menu_close.svg); }

/* Drawer */
.drawer {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  padding-top: 130px;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  padding-right: 27px;
  padding-left: 27px; }
  .drawer .nav_main {
    margin-bottom: 69px; }
    .drawer .nav_main li a {
      font-size: 20px;
      padding: 20px 13%;
      display: block;
      width: 100%;
      font-weight: 600;
      text-align: center;
      font-size: 16px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .drawer .nav_main li a:before {
        width: 17px;
        height: 17px; }
      .drawer .nav_main li a span {
        display: block;
        font-size: 10px; }
    .drawer .nav_main li.list a:before {
      background-image: url("../images/common/icon_list2.svg"); }
    .drawer .nav_main li.search a:before {
      background-image: url("../images/common/icon_search2.svg"); }
    .drawer .nav_main li.newer a:before {
      background-image: url("../images/common/icon_newer2.svg"); }
    .drawer .nav_main li.contact a:before {
      background-image: url("../images/common/icon_contact2.svg"); }
  .drawer .nav_footer {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .drawer .nav_footer .flex {
      display: flex;
      flex-wrap: wrap; }
      .drawer .nav_footer .flex li {
        flex-basis: 47%;
        /*.margin-bottom: 6%;*/ }

.spnav_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
  display: none; }

@media screen and (max-width: 1044px) {
  body.open {
    overflow: hidden; } }
body.open header {
  opacity: 1;
  visibility: visible; }
@media screen and (max-width: 1044px) {
  body.open .drawer {
    opacity: 1;
    visibility: visible; } }
@media screen and (max-width: 1044px) {
  body.open .spnav_overlay {
    position: fixed;
    display: block; } }

.sec_sdgs {
  padding-top: 80px;
  padding-bottom: 150px; }
  @media screen and (max-width: 479px) {
    .sec_sdgs {
      padding-top: 50px;
      padding-bottom: 70px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 479px) {
    .sec_sdgs .flex {
      display: block;
      position: relative; } }
  .sec_sdgs .text {
    flex-basis: 65.4%; }
    .sec_sdgs .text .lg {
      font-size: 24px;
      line-height: 2;
      margin-bottom: 30px; }
      @media screen and (max-width: 479px) {
        .sec_sdgs .text .lg {
          font-size: 16px;
          padding-right: 130px; } }
    .sec_sdgs .text p {
      font-size: 14px;
      line-height: 2; }
      @media screen and (max-width: 479px) {
        .sec_sdgs .text p {
          font-size: 10px; } }
  .sec_sdgs .image {
    flex-basis: 28.4%; }
    @media screen and (max-width: 479px) {
      .sec_sdgs .image {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 113px;
        height: 113px; } }
  .sec_sdgs .bnr_sdgs {
    max-width: 691px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px; }
    @media screen and (max-width: 479px) {
      .sec_sdgs .bnr_sdgs {
        margin-top: 30px; } }




footer {
  padding-top: 90px;
  position: relative; }
  @media screen and (max-width: 479px) {
    footer {
      padding-top: 50px; } }
  footer .footer_bottom {
    border-top: 1px solid #8a8180;
    margin-top: 97px;
    padding-top: 72px; }
    @media screen and (max-width: 1044px) {
      footer .footer_bottom {
        padding-bottom: 60px; } }
    @media screen and (max-width: 479px) {
      footer .footer_bottom {
        margin-top: 50px;
        padding-top: 10px; } }
    @media screen and (max-width: 479px) {
      footer .footer_bottom .flex {
        display: block; } }
    footer .footer_bottom .flex .bunjo_navi {
      flex-basis: 33%;
      padding-top: 30px; }
      footer .footer_bottom .flex .bunjo_navi a {
        display: flex;
        align-items: center; }
    footer .footer_bottom .flex .data {
      flex: 1;
      padding-right: 70px; }
      @media screen and (max-width: 479px) {
        footer .footer_bottom .flex .data {
          margin-top: 30px;
          padding-right: 0; } }
      footer .footer_bottom .flex .data .flex {
        justify-content: flex-end; }
        @media screen and (max-width: 479px) {
          footer .footer_bottom .flex .data .flex {
            display: flex; } }
        footer .footer_bottom .flex .data .flex .logo {
          flex-basis: 105px;
          margin-right: 50px;
          margin-left: 10%; }
          @media screen and (max-width: 479px) {
            footer .footer_bottom .flex .data .flex .logo {
              flex-basis: 80px;
              margin-right: 30px; } }
        footer .footer_bottom .flex .data .flex .tel {
          text-align: center; }
          @media screen and (max-width: 479px) {
            footer .footer_bottom .flex .data .flex .tel {
              flex: 1; } }
          footer .footer_bottom .flex .data .flex .tel .md {
            font-size: 14px; }
            @media screen and (max-width: 479px) {
              footer .footer_bottom .flex .data .flex .tel .md {
                font-size: 10px; } }
          footer .footer_bottom .flex .data .flex .tel .sm {
            font-size: 12px; }
          footer .footer_bottom .flex .data .flex .tel .num {
            font-size: 28px; }
            @media screen and (max-width: 479px) {
              footer .footer_bottom .flex .data .flex .tel .num {
                font-size: 20px; } }
            footer .footer_bottom .flex .data .flex .tel .num:before {
              content: "";
              width: 34px;
              height: 19px;
              background-image: url(../images/common/logo_free_dial.svg);
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              display: inline-block;
              margin-right: 5px; }
              @media screen and (max-width: 479px) {
                footer .footer_bottom .flex .data .flex .tel .num:before {
                  width: 24px;
                  height: 14px; } }
      footer .footer_bottom .flex .data .open {
        font-size: 14px;
        text-align: right;
        margin-top: 15px; }
        @media screen and (max-width: 479px) {
          footer .footer_bottom .flex .data .open {
            font-size: 10px; } }
  footer small {
    display: block;
    background-color: #b8c2c0;
    margin-top: 50px;
    text-align: center;
    padding: 10px; }

.nav_footer {
  margin-bottom: 85px; }
  @media screen and (max-width: 479px) {
    .nav_footer {
      margin-bottom: 30px; } }
  @media screen and (max-width: 479px) {
    .nav_footer ul {
      flex-wrap: wrap; } }
  .nav_footer ul li {
    flex-basis: 22.39%; }
    @media screen and (max-width: 479px) {
      .nav_footer ul li {
        flex-basis: 47%;
        margin-bottom: 6%; } }
    .nav_footer ul li a {
      display: block;
      padding: 15px 10px 15px 10px;
      border-radius: 5px;
      font-size: 14px;
      transition: .2s;
      text-align: center; }
      .nav_footer ul li a:after {
        content: "";
        width: 24px;
        height: 21px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
      @media screen and (max-width: 479px) {
        .nav_footer ul li a {
          padding: 10px;
          font-size: 13px;
          height: 44px;
          line-height: 1.1;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          background-size: 18px 15px;
          background-position: center right 15px; } }
    .nav_footer ul li.li_reserve a, .nav_footer ul li.li_document a {
      color: #fff; }
      .nav_footer ul li.li_reserve a:hover, .nav_footer ul li.li_document a:hover {
        opacity: .8; }
    .nav_footer ul li.li_reserve a {
      background-color: #f5911e;
      box-shadow: 0px 2px 0px #ef5a24; }
      .nav_footer ul li.li_reserve a:after {
        background-image: url(../images/common/icon_reserve.svg); }
    .nav_footer ul li.li_document a {
      background-color: #009045;
      box-shadow: 0px 2px 0px #006837; }
      .nav_footer ul li.li_document a:after {
        background-image: url(../images/common/icon_document.svg); }
    .nav_footer ul li.li_consulting a:after {
      background-image: url(../images/common/icon_consulting.svg); }
    .nav_footer ul li.li_reserve_showroom a:after {
      background-image: url(../images/common/icon_reserve_showroom.svg); }
    .nav_footer ul li.li_consulting a, .nav_footer ul li.li_reserve_showroom a {
      background-color: #e4e4e4;
      box-shadow: 0px 2px 0px #b1b1b1; }
      .nav_footer ul li.li_consulting a:hover, .nav_footer ul li.li_reserve_showroom a:hover {
        box-shadow: 0px 2px 0px #009045;
        color: #009045; }

.totop {
  width: 90px;
  height: 90px;
  background-image: url(../images/common/totop.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 54px;
  right: 0;
  display: none;
  cursor: pointer;
  z-index: 201 !important; }
  @media screen and (max-width: 479px) {
    .totop {
      width: 40px;
      height: 40px; } }

.footer_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 201 !important; }
  @media screen and (max-width: 1044px) {
    .footer_fix {
      display: flex;
      position: fixed;
      z-index: 201 !important; } }
  .footer_fix li {
    flex-basis: calc(100%/3); }
    .footer_fix li.li_reserve {
      background-color: #b8c2c0; }
    .footer_fix li.li_document {
      background-color: #0f3063; }
    .footer_fix li.li_bunjo {
      background-color: #005e3c; }
    .footer_fix li a {
      color: #fff;
      text-align: center;
      display: block;
      font-size: 14px;
      padding: 15px 10px; }
.mv{padding-top: 0;}
.home .mv {
  padding-top: 3.7vh;
  width: 100vw;
  position: relative;
  z-index: 1;
  /*モーダルを開くボタン*/
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  /*モーダル本体の擬似要素の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  /*モーダル枠の指定*/
  /*モーダルを閉じるボタンの指定*/
  /*モーダル内のコンテンツの指定*/ }
@media screen and (max-width: 1200px) {
	.home .mv {
		padding-top: 3.5vh; } }
@media screen and (max-width: 768px) {
	.home .mv {
      padding-top: 3.5vh; } }
@media screen and (max-width: 479px) {
	.home .mv {
		padding-top: 2.5vh; } }
.home .mv .mv_catch {
    width: 95vw;
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 6vw;
    position: absolute;
    z-index: 2;
    text-align: right; }
    @media screen and (max-width: 1200px) {
      .home .mv .mv_catch {
        top: 8vw;
        width: 95vw; } }
    @media screen and (max-width: 768px) {
      .home .mv .mv_catch {
        top: 11vw;
        width: 95vw; } }
    @media screen and (max-width: 479px) {
      .home .mv .mv_catch {
        top: 12vw;
        width: 95vw; } }
  .home .mv .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .home .mv .img_perth {
    position: absolute;
    top: 5.1vh;
    width: 100%;
    /*&.fixed {
         position: fixed;
         left: 0;
     }*/ }
    @media screen and (max-width: 1200px) {
      .home .mv .img_perth {
        top: 4.9vh; } }
    @media screen and (max-width: 768px) {
      .home .mv .img_perth {
        top: 5vh; } }
    @media screen and (max-width: 479px) {
      .home .mv .img_perth {
        top: 5.5vh; } }
  .home .mv .feature {
    position: absolute;
    bottom: 10vw;
    max-width: 1190px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*z-index: 1;*/
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 1044px) {
      .home .mv .feature {
        bottom: 25vw;
        width: 85%; } }
    @media screen and (max-width: 768px) {
      .home .mv .feature {
        bottom: 30vw; } }
    @media screen and (max-width: 479px) {
      .home .mv .feature {
        bottom: 40vw; } }
    @media screen and (max-width: 768px) {
      .home .mv .feature ul {
        flex-wrap: wrap; } }
    .home .mv .feature li {
      background-color: #61C1C8;
      color: #fff;
      flex-basis: 23.81%;
      font-family: ;
      text-align: center;
      font-size: 14px;
      border-radius: 5px;
      padding: 10px 5px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .home .mv .feature li {
          flex-basis: 48.5%;
          margin-bottom: 2%;
          font-size: 12px; } }
      @media screen and (max-width: 479px) {
        .home .mv .feature li {
          font-size: 12px;
          padding: 5px;
          line-height: 1.4; } }
    @media screen and (max-width: 479px) {
      .home .mv .feature .note {
        margin-top: 0px;
        font-size: 8px; } }
  .home .mv .banner {
    display: flex;
    width: 90%;
    max-width: 1120px;
    margin-inline: auto;
    margin-top: 2%;
    gap: 2%; }
    @media screen and (max-width: 1044px) {
      .home .mv .banner {
        display: block;
        width: 85%;
        margin-top: 1%; } }
    @media screen and (max-width: 768px) {
      .home .mv .banner {
        width: 90%;
        margin-top: 5%; } }
    @media screen and (max-width: 479px) {
      .home .mv .banner {
        width: 90%;
        margin-top: 8.5%; } }
  .home .mv .modal-open {
    cursor: pointer; }
  .home .mv .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box; }
  .home .mv .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .home .mv .modal-container.active {
    opacity: 1;
    visibility: visible; }
  .home .mv .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 640px;
    width: 90%; }
  .home .mv .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer; }
  .home .mv .modal-content {
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: left;
    padding: 30px; }
  .home .mv .banner picture {
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-inline: auto;
    /*            padding-inline: 10px;*/ }
    @media screen and (max-width: 1044px) {
      .home .mv .banner picture {
        width: 60%;
        display: block;
        margin-top: 20px;
        margin-inline: auto; } }
    @media screen and (max-width: 768px) {
      .home .mv .banner picture {
        width: 75%;
        display: block;
        margin-top: 10px; } }
.home .sec01 {
	background-color: #fff;
	position: relative;
	z-index: 0;
	padding-bottom: 50px;
}
.home .fair{
	max-width: 1280px;
	margin: 0 auto;
}
.home .fair a {
  opacity: 0.7;
}

.home .fair a.yoyaku{display: block;max-width:250px;margin:20px auto;}
.home .fair a.tel{display: block;margin:10px auto;text-align: center;vertical-align: middle;}
.home .fair a.tel img{width: 26px;}

.fair .fairsp{display: none;}


.red{color:#cc0000;font-size:15px;text-align: center;margin: 0px auto;}

@media screen and (max-width: 768px){
	.fair .fairpc{display: none;}
	.fair .fairsp{display: block;}
}


.catch {
	padding: 20px;
	text-align: center;
}
.catch h2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.3em;
	color: #514e4d;
	font-weight: 200;
	padding: 0px;
	}
.catch .en{
	font-family:din-condensed;
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 0.3em;
	color: #514e4d;
	text-align: center;
	padding-top: 50px;
	margin:0 0 20px 0;
}
p.model_brand{
	display: inline;
	font-size:17px;
	padding:3px 10px;
	background-color: #514e4d;
	color:#fff;
	margin:30px auto 20px auto;
	text-align: center;
}

.subcatch{
	color: #514e4d;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2.5em;
	font-weight: 100;
	padding: 50px 20px ;
	}
.home .sec01 .contents {
	background-color: rgba(255, 255, 255, 0.9);
	max-width: 604px;
	margin-left: auto;
	margin-right: auto;
	padding: 55px 55px 40px 55px;
	position: relative;
	margin-top: 740px;
	width: calc(100% - 40px);
	}
	@media screen and (max-width: 768px) {
		.subcatch br{display:none;}
		.home .sec01 {padding-bottom: 80px;}
		.home .sec01 .catch {
			font-size: 36px;
			padding-top: 15px auto;
		}
		.sec01 .subcatch{
			font-size:15px;
			letter-spacing: 0.1em;
			padding-top: 30px;
			text-align: left;
		}
		  .home .sec01 .contents {
			  margin-top: 80px;
			  max-width: none;}
		  .home .sec01 .contents .img01 {
			  width: 30%;
			  right: 10%;
			  top: -12%;}
	  }
	  @media screen and (max-width: 479px) {
		  .catch {
			  font-size: 20px;
			  padding-top: 15 auto;}
		  .subcatch{
			  font-size:11px;
			  letter-spacing: 0.1em;
			  padding-top: 30px;
		  }
		  .home .sec01 .subcatch > br{
			  display:none;
		  }
		  .home .sec01 .contents {
			  padding: 30px 20px;}
		  .home .sec01 .contents p {
			  font-size: 14px;
			  text-align: center; }
	  }
	  .home .sec01 .contents .lg {
		  text-align: center;
		  margin:30px auto;
		  font-size: 34px;
		  color: #b8c2c0;
		  margin-bottom: 30px;
		  font-size: 16px;
		  text-align: center;
	  }
	  
	  .home .sec01 .contents p {
		  line-height: 2;
		  font-feature-settings: "palt"; }
	  .home .sec01 .contents p:not(:last-of-type) {
		  margin-bottom: 30px; }
	  
	  .home .sec01 .contents img {
		  position: absolute;
		  z-index: -1;
		  display: inline-block; }
	  .home .sec01 .contents .img01 {
		  top: -90%;
		  right: -40%;
		  width: 66.72%; }

	  
	  
    .home .sec01 .contents .img02 {
      top: -88%;
      left: -57%;
      width: 124%; }
      @media screen and (max-width: 768px) {
        .home .sec01 .contents .img02 {
          width: 60.8vw;
          left: -20px;
          top: -10%;
          z-index: -2; } }
    .home .sec01 .contents .img03 {
      top: -36%;
      right: -28%;
      width: 66.72%; }
      @media screen and (max-width: 768px) {
        .home .sec01 .contents .img03 {
          width: 32.8vw;
          top: 8%;
          right: 0; } }
    .home .sec01 .contents .img04 {
      top: -24%;
      left: -30%;
      width: 48.17%; }
      @media screen and (max-width: 768px) {
        .home .sec01 .contents .img04 {
          width: 22.6vw;
          top: 21%;
          left: 0; } }
    .home .sec01 .contents .img05 {
      top: 9%;
      left: -56%;
      width: 69.2%; }
      @media screen and (max-width: 768px) {
        .home .sec01 .contents .img05 {
          width: 32.5vw;
          top: 47%;
          left: -20px; } }
    .home .sec01 .contents .img06 {
      top: 5%;
      right: -56%;
      width: 71%; }
      @media screen and (max-width: 768px) {
        .home .sec01 .contents .img06 {
          width: 33.33vw;
          right: -20px;
          top: 45%; } }
    .home .sec01 .contents .img07 {
      bottom: 32%;
      right: 20%;
      width: 52.9%; }
      @media screen and (max-width: 768px) {
        .home .sec01 .contents .img07 {
          width: 25vw;
          right: 30%;
          bottom: 18%; } }
    .home .sec01 .contents .img08 {
      bottom: -8%;
      right: -49%;
      width: 103.6%;
      z-index: -2; }
      @media screen and (max-width: 768px) {
        .home .sec01 .contents .img08 {
          width: 48.8vw;
          right: -20px;
          bottom: -3%; } }
    .home .sec01 .contents .img09 {
      bottom: 11%;
      left: -36%;
      width: 58.1%;
      z-index: -2; }
      @media screen and (max-width: 768px) {
        .home .sec01 .contents .img09 {
          width: 27.4vw;
          left: 4%;
          bottom: 0%; } }
.home .catchimage{margin:0px;}
.home .catchimage img{width:100%;}

.menu{
  width: 100%;
  margin-right: auto;
  margin-left: auto;}
a.menubox{
	display: flex;
	flex-direction: row;}
a.menubox + a.menubox{
	margin-top: 0px;}
.menuTXT{
	width: 60%;
	padding:60px 20px;
	background-color:#cfd5d5;
	text-align: center;
	background-image: url(../images/home/icon_readmore.svg);
	background-position: right 6% bottom 5%;
	background-repeat: no-repeat;
	background-size: 20%;
	color:#514e4d;-webkit-transition: all 0.4s;
	transition: all 0.4s;}
a.menubox:hover .menuTXT{
	background-position: right 3% bottom 5%;
	}
.menuTXT > h3 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 0.4em;}
.menuTXT > p {
	font-size: 17px;
	margin-top: 20px;
	line-height: 2em;}
.menuIMG{
  width: 40%;}
.menuIMG img{
  height: 100%;
  object-fit: cover;}
a.menubox:nth-child(odd){
  flex-direction: row-reverse;}
a.menubox:nth-child(odd) .menuTXT{
	background-color:#e3e3e3;}

@media screen and (max-width:767px){
	a.menubox {
		display: block;}
	a.menubox + a.menubox{
		margin-top: 0px;}
	.menuTXT{
		width: 100%;
		padding: 40px;}
	.menuTXT > h3 {
		font-size: 20px;}
	.menuTXT > p {
		font-size: 12px;
		text-align: left;}
	.menuTXT br{
		display:none;}
	.menuIMG{
		margin-top: 0px;
		width: 100%;}
}


.kukaku{margin:0 0 50px 0;}
.kukaku div{
	display:block;
	float:left;}
.kukaku .left{width:63%;}
.kukaku .right{width:37%;}

@media screen and (max-width: 768px) {
	.kukaku div{float:none;margin:0 auto;}
	.kukaku .left{width:100%;}
	.kukaku .right{width:100%;}
}

.pickup_plan{
	display: block;
	margin:30px;
	color: #514e4d;
}
.pickup_plan br{
	display:none;
}
.pickup_plan > p{
	text-align: center;
	font-size: 1.5vh;
	margin-bottom: 50px;
}
.pickup_plan span.en{
	font-family: din-condensed;
	letter-spacing: 0.3em;
	margin-right: 1vh;
}
.pickup_plan p.en{
	display: inline-block;
	padding-bottom: 4px;
	font-family: din-condensed;
	letter-spacing: 0.3em;
	padding:3px;
	border-bottom:2px solid #98afae;
	margin-bottom: 10px;}
.pickup_plan p.planTTL{
	font-size:20px;
	margin-bottom: 20px;}
.pickup_plan .plan_detail{
	display: block;
	background-color: #cfd5d5;
	padding: 80px;
	margin: 0px auto;
	width:1150px;
}
.pickup_plan .plan_detail > div{
	background-color: #cfd5d5;
	display: block;
	float: left;
	width:50%;}
.pickup_plan .plan_detail .planTXT > div{
	display: block;
	padding: 0px 80px 0px 0px;}
.pickup_plan .plan_detail .planTXT > div a{
	display: block;
	padding:10px 20px;
	text-align: center;
	margin-top: 20px;
	background-color: #fff;
	bottom:10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pickup_plan .plan_detail .planTXT > div a:hover{
	background-color: #98afae;
	color:#fff;
}
.pickup_plan .plan_detail .planIMG img{
	padding: 20px;
}
.planTTL br{display: block;}
@media screen and (max-width: 1280px) {
	.pickup_plan .plan_detail{
		padding: 50px;
		width: 90%
		.planTTL br{display: block;}
	}
}
	
@media screen and (max-width: 768px) {
	.pickup_plan br{display: block;}
	.pickup_plan .plan_detail{padding:50px 30px;margin: 0 auto;width:90%;}
	.pickup_plan .plan_detail .planTXT > div{
		display: block;
		padding: 0px 20px 20px 20px;}
	.pickup_plan .plan_detail > div{
		display: block;
		float: none;
		width:100%;}
	.planTTL br{display: none;}
}

.googlemap{
	margin: 0px;
}
.carnavi{
	display: block;
	padding: 15px;
	background-color: #514e4d;
	margin: -8px 0px 0px 0px;
	text-align: center;
}
.carnavi p.carnavi_add{
	font-size:1vh;
	color:#fff;
}
.carnavi p.carnavi_add span{
	font-size:1.5vh;
	letter-spacing: 0.2em;
}
.carnavi p.carnavi_nb{
	font-size:0.9vh;
	color:#fff;
	text-align: center;
	margin-top:0px;
}


.sec01 .facility{
	display: block;
	margin:80px auto;
	padding:50px auto;
	width: 1120px;
}

.sec01 .facility  h3{
	font-size: 25px;
	padding:10px 5px;
	margin: 20px;
	border-bottom: 2px solid #cad4db;
	color: #514e4d;
	font-weight: 200;
	/*background-color: #fff;*/
	
}
.sec01 .facility ul {
	list-style-type: none;
	padding-left: 0;
}
.sec01 .facility ul li{
	display: inline-block;
	float: left;
	text-align: center;
	width:240px;
	margin: 20px;
	padding:0px;
}
.sec01 .facility ul li .facilityNM{
	font-size: 17px;
	margin:15px auto 3px auto;
}
.sec01 .facility ul li .facilityDS{
	font-size: 14px;
}
.sec01 .facility ul li .facilityKM{
	font-size: 12px;
}

@media screen and (max-width: 1150px){
	.sec01 .facility{
		display: block;
		width: 90%;
	}
	.sec01 .facility  h3{
		margin: 1.6%;
	}
	.sec01 .facility ul li{
		width:30%;
		margin: 1.6%;
	}
}
@media screen and (max-width: 768px) {
	.sec01 .facility  h3{
		margin: 1.5%;
	}
	.sec01 .facility ul li{
		width:46%;
		margin: 2%;
	}
}

.bikou{text-align: center;font-size:14px;margin:20px;}

.modelhouse{
	display: block;
	text-align: center;
	margin: 30px auto;
}
.modelhouse p{
	font-size: 20px;
	margin:50px auto;}
.modelhouse p.bikou{font-size:15px;}
.modelhouse .images{
	max-width:1280px;
	margin: 0px auto;
}





.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix {display: block;}

.home .note {
  font-size: 10px;
  text-align: right;
  margin-top: 10px; }
.home .sec_news,
.home .sec02,
.home .sec_sdgs,
.home footer {
  position: relative;
  z-index: 1;
  background-color: #fff; }

.home .sec_news {
  padding-top: 80px;
  padding-bottom: 120px; }
  @media screen and (max-width: 479px) {
	  .home .sec_news {
		  padding-bottom: 70px;
		  padding-top: 60px; } }
.home .sec_news h2 {
	position: relative;
	margin-bottom: 40px; }
    @media screen and (max-width: 479px) {
      .home .sec_news h2 {
        margin-bottom: 20px; } }
.home .sec_news h2 .more {
	position: absolute;
	right: 40px;
	font-size: 16px;
	bottom: 5px;
	color: #150201; }
	@media screen and (max-width: 479px) {
		.home .sec_news h2 .more {
			right: 0;
			font-size: 14px;
			letter-spacing: -.01em; } }
.home .sec_news h2 .more a:after {
	content: "";
	width: 67px;
	height: 7px;
	background-image: url(../images/home/arrow_more.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-left: 10px;
	transition: .2s; }
	@media screen and (max-width: 479px) {
		.home .sec_news h2 .more a:after {
			width: 40px; } }
.home .sec_news h2 .more a:hover:after {
	transform: translateX(10px); }
.home .sec_news ul li {
    border-bottom: 1px solid #cacaca;
    padding: 15px 0; }
.home .sec_news ul li .date {
	font-size: 12px; }
.home .sec_news ul li .title {color: #b8c2c0; }
	@media screen and (max-width: 479px) {
		.home .sec_news ul li .title {
			font-size: 14px; } }



.home .sec02 {
  padding-top: 278px;
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .home .sec02 {
      padding-top: 58px;
      padding-bottom: 30px; } }
  .home .sec02 .box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .home .sec02 .box:not(:last-child) {
      margin-bottom: 300px; }
      @media screen and (max-width: 768px) {
        .home .sec02 .box:not(:last-child) {
          margin-bottom: 0px; } }
    .home .sec02 .box .contents {
      max-width: 610px;
      padding: 70px 77px 50px 40px; }
      @media screen and (max-width: 479px) {
        .home .sec02 .box .contents {
          padding-right: 0;
          padding-left: 0;
          margin-top: -20px;
          position: relative;
          z-index: 1;
          padding-top: 40px; } }
      .home .sec02 .box .contents h2 {
        margin-bottom: 70px; }
        @media screen and (max-width: 768px) {
          .home .sec02 .box .contents h2 {
            margin-bottom: 30px;
            text-align: center; } }
        .home .sec02 .box .contents h2 .en {
          font-size: 74px; }
          @media screen and (max-width: 768px) {
            .home .sec02 .box .contents h2 .en {
              font-size: 48px;
              line-height: 0.8;
              margin-top: 10px; } }
      .home .sec02 .box .contents p {
        font-size: 20px;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .home .sec02 .box .contents p {
            font-size: 14px; } }
      .home .sec02 .box .contents .btn {
        margin-top: 40px;
        max-width: 263px; }
        @media screen and (max-width: 768px) {
          .home .sec02 .box .contents .btn {
            margin-left: auto;
            margin-right: auto;
            max-width: 150px;
            margin-top: 30px; } }
        .home .sec02 .box .contents .btn a {
          background-color: #b8c2c0; }
          .home .sec02 .box .contents .btn a:hover span {
            color: #b8c2c0; }
    .home .sec02 .box img {
      position: absolute;
      width: 66.66%;
      top: -154px;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .home .sec02 .box img {
          position: static;
          width: 100vw;
          transform: translateX(-27px); } }
    .home .sec02 .box.box_type1 .contents {
      margin-right: 0;
      margin-left: auto; }
    .home .sec02 .box.box_type1 img {
      left: 0; }
    .home .sec02 .box.box_type2 .contents {
      padding-right: 50px;
      padding-left: 80px; }
      @media screen and (max-width: 768px) {
        .home .sec02 .box.box_type2 .contents {
          padding-right: 0;
          padding-left: 0;
          padding-top: 40px; } }
    .home .sec02 .box.box_type2 img {
      right: 0; }

.scroll {
  top: 60%;
  position: fixed;
  right: 50px;
  z-index: 2; }
  .scroll img {
    width: 14px; }
  @media screen and (max-width: 479px) {
    .scroll {
      right: 10px; } }
  .scroll:after {
    animation: pathmove 1.4s ease-in-out infinite;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1px;
    height: 160px;
    background: #8A8180;
    opacity: 0; }

@keyframes pathmove {
  0% {
    height: 0;
    top: 100%;
    opacity: 0; }
  30% {
    height: 60px;
    opacity: 1; }
  100% {
    height: 0;
    top: 240%;
    opacity: 0; } }
.page {
  margin-top: 65px; }
  @media screen and (max-width: 479px) {
    .page {
      margin-top: 44px; } }
  .page header {
    background-color: #b8c2c0; }
  .page .anchor {
    transform: translateY(-130px); }
  .page .page_nav {
    position: absolute;
    width: 100%;
    top: 64px;
    left: 0;
    background-color: #b8c2c0;
    z-index: 3;
    border-top: 1px solid #808080; }
    @media screen and (max-width: 479px) {
      .page .page_nav {
        top: 44px;
        border-bottom: 1px solid rgba(128, 128, 128, 0.14);
        border-top: none; } }
    .page .page_nav ul {
      justify-content: flex-start; }
      @media screen and (max-width: 479px) {
        .page .page_nav ul {
          flex-wrap: wrap; } }
      .page .page_nav ul li:not(:last-child) {
        margin-right: 5%; }
        @media screen and (max-width: 479px) {
          .page .page_nav ul li:not(:last-child) {
            margin-right: 0; } }
      @media screen and (max-width: 479px) {
        .page .page_nav ul li {
          flex-basis: 50%;
          text-align: center; } }
      .page .page_nav ul li a {
        font-size: 14px;
        padding: 15px 0;
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 479px) {
          .page .page_nav ul li a {
            font-size: 13px;
            padding: 8px 0; } }
        .page .page_nav ul li a.is-active:after {
          content: "";
          width: 100%;
          height: 3px;
          background-color: #b8c2c0;
          position: absolute;
          bottom: 7px;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto; }
  .page h2.ttl {
    margin-bottom: 140px; }
    @media screen and (max-width: 479px) {
      .page h2.ttl {
        text-align: center;
        margin-bottom: 60px; } }
    .page h2.ttl .en {
      font-size: 90px;
      line-height: 0.8; }
      @media screen and (max-width: 479px) {
        .page h2.ttl .en {
          font-size: 48px;
          margin-top: 10px; } }
  /*.page h3 {
    width: fit-content;
    background-color: #b8c2c0;
    color: #fff;
    font-size: 20px;
    font-family: din-condensed, sans-serif;
    padding: 0 10px;
    line-height: 1.4;
    margin-bottom: 40px; }*/
    @media screen and (max-width: 479px) {
      .page h3 {
        font-size: 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
  .page .bg {
    padding-top: 90px; }
    @media screen and (max-width: 479px) {
      .page .bg {
        padding-top: 60px; } }








.page-location h2.ttl {
  padding-top: 100px;
  margin-bottom: 90px; }
  @media screen and (max-width: 479px) {
    .page-location h2.ttl {
      padding-top: 35px;
      margin-bottom: 45px; } }
.page-location .img_location1 {
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }
  @media screen and (max-width: 479px) {
    .page-location .img_location1 {
      margin-bottom: 30px; } }
.page-location .sec_location01 {
  padding-bottom: 100px; }
  @media screen and (max-width: 479px) {
    .page-location .sec_location01 {
      padding-bottom: 50px; } }
  .page-location .sec_location01 .box {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    .page-location .sec_location01 .box:not(:last-child) {
      margin-bottom: 100px; }
      @media screen and (max-width: 479px) {
        .page-location .sec_location01 .box:not(:last-child) {
          margin-bottom: 40px; } }
    .page-location .sec_location01 .box .text {
      padding-left: 160px;
      flex-basis: 50%; }
      @media screen and (max-width: 1280px) {
        .page-location .sec_location01 .box .text {
          padding-left: calc((100vw - 960px) / 2); } }
      @media screen and (max-width: 1020px) {
        .page-location .sec_location01 .box .text {
          padding-left: 30px; } }
      @media screen and (max-width: 479px) {
        .page-location .sec_location01 .box .text {
          padding-left: 40px;
          padding-right: 40px;
          margin-bottom: 30px; } }
      .page-location .sec_location01 .box .text p {
        line-height: 1.8; }
        .page-location .sec_location01 .box .text p:not(:last-of-type) {
          margin-bottom: 30px; }
        @media screen and (max-width: 479px) {
          .page-location .sec_location01 .box .text p {
            font-size: 14px; } }
      .page-location .sec_location01 .box .text .lg {
        font-size: 34px;
        color: #b8c2c0;
        margin-bottom: 40px; }
        @media screen and (max-width: 479px) {
          .page-location .sec_location01 .box .text .lg {
            font-size: 20px;
            text-align: center;
            margin-bottom: 10px; } }
    .page-location .sec_location01 .box .image {
      flex-basis: 44.21%; }
      @media screen and (max-width: 479px) {
        .page-location .sec_location01 .box .image {
          padding-right: 40px;
          padding-left: 40px; } }
      .page-location .sec_location01 .box .image .caption {
        text-align: right;
        font-size: 14px;
        margin-top: 10px; }
        @media screen and (max-width: 479px) {
          .page-location .sec_location01 .box .image .caption {
            font-size: 10px; } }
    @media screen and (max-width: 479px) {
      .page-location .sec_location01 .box .flex {
        display: block; } }
    .page-location .sec_location01 .box .flex.reverse .text {
      padding-left: 0;
      padding-right: 120px; }
      @media screen and (max-width: 1280px) {
        .page-location .sec_location01 .box .flex.reverse .text {
          padding-right: calc((100vw - 960px) / 2); } }
      @media screen and (max-width: 1020px) {
        .page-location .sec_location01 .box .flex.reverse .text {
          padding-right: 30px; } }
      @media screen and (max-width: 479px) {
        .page-location .sec_location01 .box .flex.reverse .text {
          padding-right: 40px;
          padding-left: 40px; } }


.voices {
  font-size: 35px;
  background-color: #FFFFFF;
  color: #000000;
  margin-bottom: 2vh; }

.enquete {
  margin-inline: auto;
  width: 50%;
  padding-bottom: 50px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo,  !important; }

.userName {
  margin-top: 2%;
  font-size: 1.8rem;
  text-align: left;
  max-width: 250px;
  color: #FFFFFF;
  margin-bottom: 10px; }

.qa-voice {
  margin-bottom: 1vh;
  font-size: 0.22rem;
  text-align: left;
  color: #FFFFFF; }
  .qa-voice p:first-child {
    margin-bottom: 0.5vh;
    font-weight: 400; }
  .qa-voice p:last-child {
    font-weight: 600; }
  .qa-voice::after {
    content: "◆";
    text-align: center;
    margin-block: 15px;
    display: block;
    font-size: 1rem; }
  .qa-voice::last-child:after {
    display: none; }

/*slick*/
.slick-dots {
  bottom: 0.2rem;
}
  .slick-dots li button {
    background-color: #3F3F3F; }
  .slick-dots li.slick-active button {
    color: #FFFFFF; }

.bnr {
  display: block;
  width: 100%;
  margin-inline: auto; }

.page-zeh {
  max-width: 1280px;
  width: 99%;
  margin-inline: auto; }
