@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

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

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

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

.container {
  max-width: none !important; }

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: calc(1000vw / 768); } }

body {
  color: #58534e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.85;
  margin: 0; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 2.8rem; } }

#wrap {
  position: relative; }

a:link {
  text-decoration: none; }
a:visited {
  text-decoration: none; }
a:hover {
  text-decoration: none; }
a:active {
  text-decoration: none; }

a img {
  transition: .3s; }
  a img:hover {
    opacity: .8; }

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

@media (min-width: 1023px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none; } }
/* ------------------------------------
// base
------------------------------------ */
/* 追加 */
/* CSS Document */
.sp {
  display: none; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

@media screen and (max-width: 767px) {
  body {
    min-width: 0; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* // main
----------------------------------- */
.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: .5em !important; }

.mb10 {
  margin-bottom: 1em !important; }

.mb15 {
  margin-bottom: 1.5em !important; }

.mb20 {
  margin-bottom: 2em !important; }

.mb25 {
  margin-bottom: 2.5em !important; }

.mb30 {
  margin-bottom: 3em !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: .5em !important; }

.mt10 {
  margin-top: 1em !important; }

.bold {
  font-weight: 600; }

.posR {
  text-align: right; }

.posC {
  text-align: center; }

.floRp {
  float: right;
  padding: 0 0 1rem 1rem; }

.sp {
  display: none; }

.pc {
  display: block; }

@media screen and (max-width: 767px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }
/* top
------------------------------------ */
#vi {
  border-top: 10px solid #c9bb9b;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("/lib/img/vi.jpg") top center;
  background-size: cover; }
  #vi .catch {
    width: 30%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #vi h1 {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center; }

@media screen and (max-width: 1024px) {
  #vi {
    border-top: 15px solid #c9bb9b;
    height: 50vh; }
    #vi .catch {
      width: 40%;
      top: 40%; }
    #vi h1 {
      width: 70%;
      bottom: -1px; } }
@media screen and (max-width: 767px) {
  #vi {
    border-top: 10px solid #c9bb9b;
    height: 50vh; }
    #vi .catch {
      width: 50%;
      top: 40%; }
    #vi h1 {
      width: 90%;
      bottom: -1px; } }
#contents {
  padding: 5.0rem 0 0; }

#lead {
  padding: 0 0 5.0rem;
  max-width: 1400px;
  margin: 0 auto; }
  #lead .open {
    text-align: center;
    margin-bottom: 5.0rem; }
  #lead .target {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5.0rem; }
    #lead .target li {
      width: 15%;
      margin: -.5% .5%; }
      #lead .target li img {
        vertical-align: bottom; }
  #lead .feature {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4%; }
    #lead .feature li {
      width: 24%; }

@media screen and (max-width: 767px) {
  #lead {
    padding: 0 2rem 5.0rem; }
    #lead .open {
      text-align: center;
      margin-bottom: 5.0rem;
      padding: 0 4rem;
      text-align: center; }
    #lead .target li {
      width: 24%;
      margin: -.5% .5%; }
    #lead .feature {
      padding: 0 4%;
      text-align: center;
      justify-content: center; }
      #lead .feature li {
        width: 50%;
        padding: 0 1.0rem;
        margin-bottom: 1rem; } }
/* tour */
#tour {
  padding: 5.0rem;
  background: #f7f1e3; }
  #tour h2 {
    font-size: 4.8rem;
    color: #58534e;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5rem;
    padding-bottom: 3.0rem;
    border-bottom: 1px dashed #c9bb9b;
    margin-bottom: 5.0rem; }
    #tour h2 span {
      padding-top: 2.0rem;
      display: block;
      font-family: "Mulish", sans-serif;
      color: #c9bb9b;
      text-align: center;
      font-size: 3.0rem;
      font-weight: normal; }
  #tour .tourcontainer {
    display: flex;
    justify-content: space-between; }
    #tour .tourcontainer .datepara {
      padding: 0 2rem; }
  #tour .date {
    text-align: center;
    margin-bottom: 5.0rem; }
    #tour .date .pc {
      margin: 0 auto; }
    #tour .date .sp {
      margin: 0 auto; }
  #tour p {
    font-size: 1.8vw;
    text-align: center;
    line-height: 1.6; }
    #tour p.carport {
      font-weight: 500;
      font-size: 3.0rem;
      margin: 3.0rem; }
  #tour .map {
    border: 10px solid #FFF; }

@media screen and (max-width: 767px) {
  #tour {
    padding: 5.0rem 2rem; }
    #tour h2 {
      padding-bottom: 2.0rem; }
    #tour .tourcontainer {
      display: block; }
      #tour .tourcontainer .pers {
        display: none; }
    #tour .date {
      padding: 0 2.0rem; }
    #tour .map {
      border: 5px solid #FFF; }
    #tour p {
      font-size: 2.4rem; } }
/* greeting */
#greeting {
  padding: 5.0rem;
  background: #dee3e7; }
  #greeting .card {
    padding: 5.0rem;
    background: #FFF url("/lib/img/bg_greeting.webp") no-repeat 0 0;
    background-size: cover;
    border: 3px solid #FFF;
    position: relative; }
  #greeting h2 {
    font-size: 4.8rem;
    color: #58534e;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5rem;
    padding-bottom: 3.0rem;
    border-bottom: 1px dashed #8faac0;
    margin-bottom: 5.0rem; }
    #greeting h2 span {
      padding-top: 2.0rem;
      display: block;
      font-family: "Mulish", sans-serif;
      color: #8faac0;
      text-align: center;
      font-size: 3.0rem;
      font-weight: normal; }
  #greeting p {
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 2rem; }
  #greeting .photo {
    float: right;
    padding: 0 0 2rem 5rem; }
    #greeting .photo figure {
      text-align: center; }
    #greeting .photo p {
      text-align: left;
      margin-top: 1rem;
      line-height: 1.2; }

@media screen and (max-width: 1024px) {
  #greeting .photo {
    float: none;
    padding: 0 0 2rem 0; }
    #greeting .photo p {
      text-align: center; } }
@media screen and (max-width: 767px) {
  #greeting {
    padding: 5.0rem 2rem; }
    #greeting .card {
      padding: 5.0rem 2.0rem; }
    #greeting h2 {
      padding-bottom: 2.0rem; } }
/* career */
#career {
  padding: 5.0rem;
  background: #eef0ec; }
  #career .card {
    padding: 5.0rem;
    background: #FFF url("/lib/img/bg_career.webp") no-repeat 0 0;
    background-size: cover;
    border: 3px solid #FFF; }
  #career h2 {
    font-size: 4.8rem;
    color: #58534e;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5rem;
    padding-bottom: 3.0rem;
    border-bottom: 1px dashed #94aba9;
    margin-bottom: 5.0rem; }
    #career h2 span {
      padding-top: 2.0rem;
      display: block;
      font-family: "Mulish", sans-serif;
      color: #94aba9;
      text-align: center;
      font-size: 3.0rem;
      font-weight: normal; }
  #career h3 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center; }
  #career .keireki {
    display: table;
    margin: 0 auto; }
  #career ul {
    margin-bottom: 5.5rem; }
    #career ul li {
      font-size: 2.4rem;
      padding-left: 2rem;
      text-indent: -2rem; }
      #career ul li:before {
        content: "●";
        color: #94aba9; }
      #career ul li dl {
        font-size: 2.0rem;
        line-height: 1.4;
        text-indent: 0;
        padding-left: .5rem;
        margin-bottom: 5px; }
        #career ul li dl dt {
          text-indent: 0; }
        #career ul li dl dd {
          text-indent: 0; }

@media screen and (max-width: 767px) {
  #greeting {
    padding: 5.0rem 2rem; }
    #greeting .card {
      padding: 5.0rem 2.0rem; }
    #greeting h2 {
      padding-bottom: 2.0rem; } }
/* access */
#access {
  padding: 5.0rem;
  background: #f0dfdf; }
  #access .card {
    padding: 5.0rem;
    background: #FFF url("/lib/img/bg_access.webp") no-repeat 0 0;
    background-size: cover;
    border: 3px solid #FFF; }
  #access h2 {
    font-size: 4.8rem;
    color: #58534e;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5rem;
    padding-bottom: 3.0rem;
    border-bottom: 1px dashed #9b6a6a;
    margin-bottom: 5.0rem; }
    #access h2 span {
      padding-top: 2.0rem;
      display: block;
      font-family: "Mulish", sans-serif;
      color: #9b6a6a;
      text-align: center;
      font-size: 3.0rem;
      font-weight: normal; }
  #access .logophoto {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.0rem; }
    #access .logophoto .logo {
      width: 55%; }
      #access .logophoto .logo dt {
        margin-bottom: 2rem; }
        #access .logophoto .logo dt img {
          max-width: 430px; }
      #access .logophoto .logo dd {
        font-size: 2.4rem;
        line-height: 1.3; }
    #access .logophoto .photo {
      width: 40%; }
  #access .accessmark {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.0rem;
    flex-wrap: wrap; }
    #access .accessmark li {
      width: 19%; }
  #access .map {
    border: 10px solid #FFF; }
  #access p {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.6; }

@media screen and (max-width: 767px) {
  #access {
    padding: 5.0rem 2rem; }
    #access .card {
      padding: 5.0rem 2.0rem; }
    #access h2 {
      padding-bottom: 2.0rem; }
    #access .logophoto {
      display: block; }
      #access .logophoto .logo {
        width: 100%;
        margin-bottom: 2rem; }
        #access .logophoto .logo dt {
          margin-bottom: 2rem; }
          #access .logophoto .logo dt img {
            max-width: 100%; }
      #access .logophoto .photo {
        width: 100%; }
    #access .accessmark {
      display: flex;
      justify-content: center;
      margin-bottom: 5.0rem;
      flex-wrap: wrap; }
      #access .accessmark li {
        width: 30%;
        padding: 0 .5%; }
    #access .map {
      border: 5px solid #FFF; } }
/* footer */
footer {
  background: #FFF;
  padding: 3.0rem; }
  footer p.copyright {
    font-size: 1.8rem;
    text-align: center; }
