@charset "UTF-8";
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  height: -webkit-fill-available;
  color: #000000;
  overflow-y: scroll !important;
  background-color: #fff;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  overflow: visible;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}

* {
  box-sizing: border-box;
}
*:hover {
  transition: 0.3s;
}

_::-webkit-full-page-media,
_:future,
:root * {
  -webkit-font-smoothing: antialiased;
}

.wf-mplus1p {
  font-family: "M PLUS 1p";
}

.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}

ul,
ol {
  list-style: none;
}

/** 基本レイアウト **/
.left {
  float: left !important;
}

.right {
  float: right !important;
}

a img:hover {
  opacity: 0.7;
}

.youtubewrap {
  width: 100%;
  margin: auto;
}

/**スライダーカスタマイズ**/
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "fontello";
  font-size: 40px;
}

.slick-prev {
  left: 25px;
}

[dir=rtl] .slick-prev {
  right: 25px;
  left: auto;
}

.slick-prev:before {
  content: "p";
}

[dir=rtl] .slick-prev:before {
  content: "n";
}

.slick-next {
  right: 25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 25px;
}

.slick-next:before {
  content: "n";
}

[dir=rtl] .slick-next:before {
  content: "p";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: 30px;
  height: 30px;
}

.slick-dots li button {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.slick-dots li button:before {
  /**ドットのサイズ**/
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

/** ページトップ **/
.pagetop {
  display: none;
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  z-index: 999;
}
.pagetop a {
  display: block;
  background-color: #ff1d25;
  border-radius: 50px;
  text-align: center;
  font-family: "fontello";
  color: #fff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  opacity: 0.5;
  transition: 0.3s;
}
.pagetop a:hover {
  opacity: 1;
}

/**フェードイン処理**/
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.8s;
}

.fade-anime {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inner {
  width: 1024px;
  padding: 0 22px;
  overflow: hidden;
  margin: auto;
  padding: 0 20px;
}

/**ヘッダー**/
header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 18px;
  height: auto;
  padding: 1em 1em 2em;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.5s;
  /**グローバルナビ**/
}
header h1 {
  font-size: clamp(20px, 1.45vw, 28px);
  display: inline-block;
  padding: 0.2em 1.1em;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c";
  color: #fff;
  background-color: #ff1d25;
  border-radius: 2em;
}
@media (max-width: 768px) {
  header h1 {
    padding: 0.2em 1em;
  }
}
header nav#global {
  display: inline-block;
  margin-left: auto;
}
@media (max-width: 1279px) {
  header nav#global {
    display: none;
  }
}
header nav#global > ul {
  padding: 0;
  margin-left: auto;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-family: "M PLUS Rounded 1c";
}
header nav#global > ul > li {
  padding: 0.25em 1em;
  padding-bottom: 0;
  border-right: 1px solid #000;
}
header nav#global > ul > li:first-of-type {
  border-left: 1px solid #000;
}
header li a {
  text-decoration: none;
  color: #000;
  font-size: 16.6px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none !important;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
}
header li a:hover {
  border-bottom: 3px solid #ff1d25;
}

#hamburger {
  display: none;
}
@media (max-width: 1279px) {
  #hamburger {
    display: block;
  }
}

.drawer-nav {
  padding: 2.5em 3em 3em;
  font-family: "M PLUS Rounded 1c";
  padding-right: 20vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
}
.drawer-nav li {
  display: inline-block;
  margin-bottom: 1.5em;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .drawer-nav li {
    display: block;
    margin-bottom: 1em;
  }
}
.drawer-nav li a {
  text-decoration: none;
  color: #000;
  font-size: 16;
  padding: 0;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ff1d25;
  transition: 0.3s;
  font-weight: bold;
}
.drawer-nav li a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  opacity: 1;
}

.drawer-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .drawer-menu {
    display: block;
  }
  .drawer-menu li a {
    display: inline-block;
  }
}

/**ドロップメニュー**/
.dropmenu {
  *zoom: 1;
  list-style-type: none;
}
.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after {
  clear: both;
}
.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}
.dropmenu li ul {
  width: 100%;
  background-color: #ddd;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
}
.dropmenu li ul li:last-of-type {
  border-bottom: 1px solid #ccc;
}

/**フェードイン処理**/
#fade-in li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}
#fade-in li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/**スライドイメージ**/
.slider {
  width: 100%;
  margin: auto;
  margin-bottom: 3rem;
}
.slider li img {
  width: 100%;
}

/**フォーマット**/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  text-align: left;
}

main {
  max-width: 1920px;
  width: 100%;
  min-width: 769px;
  margin: auto;
}
@media (max-width: 768px) {
  main {
    min-width: auto;
  }
}

section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 5% min(20dvh, 300px) 5%;
  position: relative;
}
@media (min-width: 1280px) {
  section {
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  section {
    position: inherit;
    padding-left: 8%;
    padding-right: 8%;
  }
  section:last-of-type {
    padding-bottom: 0;
  }
}
section .image {
  width: 33%;
  min-width: 320px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  /* Safari用 */
  position: sticky;
  /* topの値はJavaScriptで動的に設定されます */
  top: 120px;
}
@media (max-width: 768px) {
  section .image {
    width: 100%;
    position: inherit;
  }
}
section:nth-of-type(1) .image {
  background-image: url(../img/toppage/s1bg.jpg);
}
section:nth-of-type(2) .image {
  background-image: url(../img/toppage/s2bg.jpg);
}
section:nth-of-type(3) .image {
  background-image: url(../img/toppage/s3bg.jpg);
}
section:nth-of-type(4) .image {
  background-image: url(../img/toppage/s4bg.jpg);
}
section:nth-of-type(5) .image {
  background-image: url(../img/toppage/s5bg.jpg);
}
section:nth-of-type(6) .image {
  background-image: url(../img/toppage/s6bg.jpg);
}
section:nth-of-type(7) .image {
  background-image: url(../img/toppage/s7bg.jpg);
}
section:nth-of-type(8) .image {
  background-image: url(../img/toppage/s8bg.jpg);
}

section .contents {
  width: 50%;
  margin-top: 12em;
}
@media (max-width: 768px) {
  section .contents {
    width: 100%;
    margin-top: 3em;
  }
}
section .contents .context {
  margin-bottom: 4em;
}
section .contents .context p:not(:first-of-type) {
  margin-top: 1em;
}
section .full-width-image {
  width: 100%;
}
section:last-of-type {
  margin-bottom: 0;
}
section h1 {
  display: none;
}

h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
  margin-bottom: 1em;
}

h3.h-title {
  font-size: clamp(24px, 1.8vw, 34px);
  font-family: "stick", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

/* フッター */
footer {
  width: 100%;
  padding: 2rem 0;
  width: 100%;
  background-color: #ff1d25;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
}
@media (max-width: 768px) {
  footer {
    padding: 1em 5%;
  }
}
footer small {
  font-size: clamp(18px, 1.1vw, 20px);
  display: inline-block;
  font-weight: bold;
  margin-right: 2em;
}
footer small::before {
  content: "©";
}
@media (max-width: 768px) {
  footer small {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
footer #address {
  text-align: left;
  display: inline-block;
  line-height: 1.35;
}
footer #address .company {
  display: inline-block;
  margin-right: 1em;
  font-size: clamp(18px, 1.1vw, 20px);
  font-weight: bold;
}
footer #address .tel {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
}
footer #address .tel br {
  display: none;
}
@media (max-width: 768px) {
  footer #address .tel br {
    display: block;
  }
}
footer #address address {
  display: inline-block;
  font-style: normal;
}
footer .logo {
  height: 40px;
  margin-right: 2rem;
}

/**テーブル**/
table.formtable {
  width: 100%;
  border-top: 1px dotted #999;
  font-family: "M PLUS Rounded 1c";
}
table.formtable tr {
  width: 100%;
  border-bottom: 1px dotted #999;
}
table.formtable th {
  width: 13em;
  padding: 0.75rem;
  vertical-align: top;
}
table.formtable th span {
  color: #ff1d25;
  font-size: 75%;
  margin-left: 0.25em;
}
table.formtable td {
  width: auto;
  padding: 0.75rem;
}
@media (max-width: 900px) {
  table.formtable th,
  table.formtable td {
    width: 100%;
    display: block;
  }
  table.formtable th {
    padding-bottom: 0;
  }
  table.formtable td {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
}

/*ボタン*/
.button {
  width: 100%;
  background-color: #999;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  margin-top: auto;
}
.button:hover {
  opacity: 0.7;
}
.button a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.button a::after {
  content: "n";
  font-family: "fontello";
  margin-left: 1rem;
}

.top-text {
  max-width: 1024px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media (max-width: 768px) {
  .top-text {
    max-width: 480px;
  }
}

#topimage {
  width: 100%;
  height: 100dvh;
  position: relative;
  background-color: #000;
  margin-bottom: clamp(40px, 20vh, 200px);
  z-index: 100;
}
@media (max-width: 768px) {
  #topimage {
    margin-bottom: 10dvh;
  }
}
#topimage ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  overflow: hidden;
}
#topimage ul li {
  width: 20%;
  height: 100%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #topimage ul li {
    width: 100%;
    height: 20%;
  }
}
#topimage ul li:nth-of-type(1) {
  background-image: url(../img/toppage/top01.jpg);
}
#topimage ul li:nth-of-type(2) {
  background-image: url(../img/toppage/top02.jpg);
}
#topimage ul li:nth-of-type(3) {
  background-image: url(../img/toppage/top03.jpg);
}
#topimage ul li:nth-of-type(4) {
  background-image: url(../img/toppage/top04.jpg);
}
#topimage ul li:nth-of-type(5) {
  background-image: url(../img/toppage/top05.jpg);
}

.bland {
  margin-top: 6em;
}
@media (max-width: 768px) {
  .bland {
    margin-top: 3em;
  }
}
.bland p {
  font-size: clamp(24px, 2.1vw, 44px);
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-weight: 900;
  position: relative;
  margin-bottom: 1em;
}
.bland p::before {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  background-color: #ffd2d3;
  border-radius: 5em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bland ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em;
  padding: 0;
}
.bland ul li {
  width: 24%;
  max-width: 180px;
}
@media (max-width: 768px) {
  .bland ul li {
    width: 24.2%;
  }
}
.bland ul li img {
  width: 100%;
}

ol {
  list-style: none;
}
ol li {
  margin-bottom: 1.5em;
}
ol h4 {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
  font-family: "M PLUS Rounded 1c";
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.3em;
}
ol h4::first-letter {
  color: #ff1d25;
  font-size: 100%;
}

ul#card {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(240px, 30%), 1fr));
  gap: clamp(1em, 2vw, 20px);
  margin-top: 2em;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
}
ul#card li {
  width: 100%;
  background-color: #ff1d25;
  padding: 1em;
  border-radius: 1em;
}
ul#card li .step {
  margin-top: -1em;
  vertical-align: top;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
ul#card li .step img {
  width: 25%;
  max-width: 50px;
  margin-right: 1em;
}
ul#card li .step h4 {
  width: 100%;
  margin-top: 1em;
  text-align: left;
  font-size: clamp(20px, 1.25vw, 24px);
}

ul#lot {
  font-size: clamp(18px, 1.1vw, 20px);
  font-weight: bold;
  list-style: none;
  border: 2px solid #ff1d25;
  border-radius: 1em;
  padding: 1em;
  margin-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
ul#lot li {
  display: inline-block;
  margin-right: 1em;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c";
}
ul#lot li::first-letter {
  color: #ff1d25;
  font-size: 26px;
  vertical-align: middle;
}

ul.list {
  list-style: none;
  margin: 0.5em auto;
  font-size: 18px;
}
ul.list li {
  margin-bottom: 0.2em;
  padding-left: 1.2em;
  background-image: url(../img/public/list-mark.svg);
  background-size: 1em;
  background-position: left top 0.4em;
  background-repeat: no-repeat;
  font-family: "M PLUS Rounded 1c";
}

table.table {
  width: 100%;
  font-family: "M PLUS Rounded 1c";
  margin: 1em auto 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
table.table th {
  width: 36%;
  padding: 1em;
  background-color: #ffd2d3;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
table.table td {
  width: auto;
  padding: 1em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

#fd {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: clamp(2em, 2vw, 40px);
  color: #fff;
  font-family: "M PLUS Rounded 1c";
}
@media (max-width: 1279px) {
  #fd {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 900px) {
  #fd {
    grid-template-columns: repeat(2, 1fr);
  }
}
#fd li {
  position: relative;
  padding-bottom: 1em;
}
#fd li img {
  width: 100%;
}
#fd li p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.25em;
  background-color: #ff1d25;
  color: #fff;
  text-align: center;
  border-radius: 3em;
}

#merit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: clamp(1em, 2vw, 40px);
  font-family: "M PLUS Rounded 1c";
}
#merit li {
  width: max(260px, 45%);
  background-image: url(../img/toppage/round-skyblue.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1em 2em;
  margin: 0;
}
@media (max-width: 1279px) {
  #merit li {
    width: 100%;
    background: none;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 0.5em;
    margin: 0;
  }
  #merit li div {
    width: 30%;
    margin-right: 5%;
    min-width: 160px;
    background-image: url(../img/toppage/round-skyblue.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #merit li div img {
    width: 100%;
  }
  #merit li p {
    width: 65%;
  }
  #merit li h3 {
    font-size: clamp(18px, 1.1vw, 20px);
    letter-spacing: -1px;
    font-feature-settings: "palt";
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  #merit li h3 br {
    display: none;
  }
}
@media (max-width: 1279px) and (max-width: 768px) {
  #merit li {
    padding-left: 0;
  }
}
#merit li img {
  width: 100%;
  margin-bottom: 1em;
}
#merit h3 {
  font-size: 24px;
  text-align: center;
  min-height: 3em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form dl {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dotted #000;
}
.form dl dt,
.form dl dd {
  padding: 1em;
  border-bottom: 1px dotted #000;
}
.form dl dt {
  width: 30%;
}
.form dl dd {
  width: 70%;
}/*# sourceMappingURL=newlayout.css.map */