@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');

body {
  width: 100%;
  margin: auto;
  font-family: "游明朝体", 'Noto Serif JP', serif;
  -webkit-text-size-adjust: 100%;
}

.Android .message-ttl {
  font-weight: 100 !important;
  color: red;
}

main {
  width: 100%;
  margin: auto;
}

.wrap {
  overflow: hidden;
}

/*---MV section---*/

.bg-pc {
  position: relative;
  width: 100%;
  height: auto;
}

.bg-sp {
  display: none;
}

.bg-pc::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}


/*---header section---*/

.f-header {
  width: 100%;
  background-color: rgba(210, 199, 170, 0);
  color: #fff;
  height: 100px;
  position: fixed;
  z-index: 100;
}

.f-header.change-color {
  background-color: rgba(210, 199, 170, 1);
  height: 150px;
  color: #000;
  transition: 0.3s;
}

#logo {
  width: 400px;
  height: 41px;
  margin: 25px 0 0 80px;
  float: left;
}

.header_logo {
  margin: 5px;
}


nav {
  list-style: none;
  margin: 5px;
  text-align: right;
  float: right;
}

.tel {
  font-size: clamp(1.625rem, 1.464rem + 0.71vw, 2rem);
  margin: 40px 105px 0 0;
  text-align: right;
}

.time {
  font-size: 1.4em;
  margin: -10px 95px 0 0;
  text-align: right;
}

/*---message section---*/

.spbr {
  display: none;
}

.t-spbr {
  display: none;
}

.messege-area {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1080px;
  margin: auto;
  padding: 130px 0;
}

.message-ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2rem, 1.564rem + 2.18vw, 3.2rem);
  margin-bottom: 1%;
  letter-spacing: 0.1em;
}

.message-contents {
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.386rem + 1.82vw, 1.75rem);
  margin-top: 30px;
  margin-bottom: 1%;
  letter-spacing: 0.05em;
  line-height: 200%;
}

/*---service section---*/

.service-area {
  margin-right: 0 auto;
  max-width: 1200px;
  min-width: 1080px;
  margin: auto;
  padding: 60px 0 240px;
}

.service-ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.536rem + 0.95vw, 2.25rem);
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.service-sub-ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.589rem + 0.71vw, 1.125rem);
  letter-spacing: 0.1em;
}

.service-contnts {
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.714rem + 0.71vw, 1.25rem);
  margin: 15px 0 100px 0;
  letter-spacing: 0.1em;
}

.service-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px;
}

.to-area {
  text-align: center;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
}

.to-ttl {
  text-align: center;
  font-size: clamp(1.375rem, 1.268rem + 0.48vw, 1.625rem);
  font-weight: bold;
}

.service-type img {
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
}

.toB {
  background-color: #FFB6C2;
  width: 331px;
  height: 510px;
  border-radius: 25px;
}

.toC {
  background-color: #CFFFDF;
  width: 331px;
  height: 510px;
  border-radius: 25px;
}

.toINH {
  background-color: #D4E9FF;
  width: 331px;
  height: 510px;
  border-radius: 25px;
}

/*---company section---*/

.company-bg {
  width: 100%;
  height: auto;
  background: #F2EBDD;
}

.company-area {
  margin-right: 0 auto;
  max-width: 1200px;
  min-width: 1080px;
  margin: auto;
  padding: 8.75em 0 80px;
}

.company-ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.536rem + 0.95vw, 2.25rem);
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.company-sub-ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.589rem + 0.71vw, 1.125rem);
  letter-spacing: 0.1em;
}

.company-info-list {
  max-width: 680px;
  margin: 0 auto 80px;
  margin-top: 100px;
  font-size: 1.1em;
}

.company-info-list li {
  display: flex;
  margin: 1px auto;
  padding: 15px 25px;
  border-bottom: 1px solid #707070;
  width: 75%;
}

.company-info-list li span {
  display: block;
  width: 8em;
  margin: 0 0 0 20px;
  font-size: clamp(0.875rem, 0.688rem + 0.83vw, 1.313rem) !important;
  font-weight: bold;
}

.company-info-list li div {
  width: calc(100% - 8em);
  font-size: clamp(0.875rem, 0.688rem + 0.83vw, 1.313rem) !important;
  font-weight: bold;
}

/*---access section---*/

iframe {
  width: 100%;
  height: 800px;
}

.access-area {
  margin-right: 0 auto;
  margin: auto;
}

.access-ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.536rem + 0.95vw, 2.25rem);
  margin: 200px 0 5px 0;
  letter-spacing: 0.1em;
}

.access-sub-ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.589rem + 0.71vw, 1.125rem);
  letter-spacing: 0.1em;
  margin-bottom: 140px;
}

/*---tax-acc section---*/

.tax-acc-area {
  width: 50%;
  margin-right: 0 auto;
  max-width: 1200px;
  min-width: 1080px;
  margin: auto;
  padding: 240px 0 240px;
}

.tax-acc-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.tax-acc-sub-ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

.tax-acc-contnts {
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.714rem + 0.71vw, 1.25rem);
  margin: 15px 0 100px 0;
  letter-spacing: 0.1em;
}

.tax-acc-info-list {
  max-width: 480px;
  margin: 0 auto 80px;
  margin-top: 100px;
}

.tax-acc-info-list li {
  display: flex;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 20px 25px;
  border-bottom: 1px solid #707070;
}

.tax-acc-info-list span {
  display: block;
  width: 12em;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.tax-acc-info-list span small {
  font-size: 0.6em;
}

.dir {
  font-size: 0em;
}

.tax-acc-info-list li div {
  width: calc(100% - 8em);
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

/*---foooter section---*/

footer {
  background-color: #CFC3A6;
  color: #175635;
  padding-bottom: 40px;
}

#logo-area {
  height: 120px;
}

.footer-logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
}

#footer_menu {
  font-size: 1.8em;
  height: 60px;
}

#footer_menu ul {
  text-align: center;
  font-size: 0;
}

#footer_menu li {
  font-size: 16px;
  display: inline-block;
  margin: 0 17px;
}

#footer_menu li a {
  text-decoration: none;
  color: #175635;
}


.footer_info {
  line-height: 2;
  font-size: 14px;
  text-align: center;
}

#copyright {
  background: #00a8c8;
  color: #fff;
  line-height: 60px;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
}



/* ------------------------------------------   SP   ------------------------------------------ */

@media screen and (max-width: 1080px) {


  /*---header section---*/

  .video_wrapper_pc {
    display: block;
  }

  #logo {
    width: 27vw;
    margin: 2.29vw 0 0 7.34vw;
    float: left;
  }

  .f-header {
    height: 18vw;
  }

  .f-header.change-color {
    height: 15vw;

  }

  .tel {
    font-size: 3.2vw;
    margin: 2.315vw 9.722vw 0 0;
    text-align: right;
    pointer-events: none;
  }

  .time {
    font-size: 2.5vw;
    margin: -0.926vw 7.796vw 0 0;
    text-align: right;
  }


  .bg-pc {
    position: relative;
    width: 100%;
    height: 960px;
  }

  /*---MV section---*/

  .bg-pc {
    display: none;
  }

  .bg-sp {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .bg-sp::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }

  /*---message section---*/

  .spbr {
    display: block;
  }

  .messege-area {
    max-width: 960px;
    min-width: 375px;
    padding-top: 25vw;
    font-size: 3vw;
  }

  body.Android .message-ttl {
    font-weight: 100;
  }

  .message-contents {
    padding: 0 40px;
  }

  /*---service section---*/

  .service-area {
    width: 100%;
    max-width: 1079px;
    min-width: 375px;
    padding: 15vw 0 30vw;
    font-size: 3vw;
  }

  .sp-wrap {
    width: 100vw;
  }

  .service-contnts {
    padding: 0 40px;
    margin: 15px 0 20px 0;
  }

  .service-type {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    margin: 0;
  }

  .sevice-box {
    margin-left: 0;
    width: 100vw;
    height: 403px;
    border-radius: 0;
  }

  .to-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 140px;
    z-index: 1;
  }

  .service-type figure {
    width: 100%;
    height: 150px;
    margin: auto;
  }

  /*---company section---*/

  .company-ttl {
    letter-spacing: 0.1em;
  }

  .company-sub-ttl {
    letter-spacing: 0.1em;
  }

  .company-info-list {
    max-width: 680px;
    margin: 0 auto 80px;
    margin-top: 30px;
  }

  .company-info-list li span {
    width: 8em;
    max-width: 680px;
    margin-left: clamp(0.625rem, -2.321rem + 13.1vw, 7.5rem);
  }

  .company-info-list li div {
    width: calc(100% - 5em);
    margin-left: 15%;
    max-width: 680px;
  }

  /*---access section---*/

  iframe {
    width: 100%;
    height: 630px;
  }

  .access-ttl {
    margin: 20vw 0 5px 0;
    letter-spacing: 0.1em;
  }

  .access-sub-ttl {
    letter-spacing: 0.1em;
    margin-bottom: 10vw;
  }


  /*---tax-acc section---*/

  .tax-acc-ttl {
    text-align: center;
    font-weight: bold;
    font-size: min(1.6em, 34px);
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }

  .tax-acc-sub-ttl {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: min(0.9em, 28px);
    letter-spacing: 0.1em;
  }

  .tax-acc-contnts {
    padding: 0 40px;
    margin: 15px 0 20px 0;
  }

  .tax-acc-info-list {
    margin-top: 50px;
  }

  .tax-acc-info-list span {
    width: 8em;
  }

  /*---fotter section---*/

  .menu-footer {
    height: 100px;
  }

  #footer_menu li {
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: 2;

  }

  .footer-copywrite {
    margin-top: 65px;
  }



}


/* ------------------------------------------   Android   ------------------------------------------ */
