@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(
    :not(iframe, canvas, img, svg, video, select, input):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}

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

html {
  /* scroll-behavior: smooth; */
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  text-align: left;
}

textarea {
  white-space: revert;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #585858;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  background: #000;
}

body p {
  line-height: 2;
}

.btn {
  position: relative;
  border: 3px solid #58975c;
  display: block;
  width: 90%;
  background: #fff;
  border-radius: 5rem;
  text-align: center;
  color: #58975c;
  padding: 12px 0;
  font-weight: bold;
  margin: 30px auto 0;
  -webkit-box-shadow: 3px 3px 0px #e4e4e4;
  box-shadow: 3px 3px 0px #e4e4e4;
  max-width: 350px;
}

.btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-size: contain;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 700px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.ctrbtn {
  max-width: 500px;
}
#mainvisual {
  position: relative;
  line-height: 0;
}
#mainvisual .ctrbtn {
  position: absolute;
  width: 80%;
  bottom: 5%;
  right: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.bottom1 {
  background: #fff;
}
.banner {
  background: #fff;
  padding: 20px 0 50px;
  text-align: center;
}
.banner img {
  width: 95%;
  max-width: 900px;
}
.banner2 {
  position: relative;
  text-align: center;
}
.banner2 img {
  max-width: 100%;
}
.banner2 .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 900px;
}
#sec03 {
  background: url(../img/sec03_bk.jpg);
  background-size: cover;
  padding: 80px 0 0;
  text-align: center;
}
#sec03 img {
  padding: 10px 15px;
}

#contact {
  background: #f0f0f0;
  padding: 80px 0;
}
#contact .title {
  display: block;
  margin-inline: auto;
  width: 30%;
  padding: 20px 0;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 700px) {
  #mainvisual {
    background: #101010;
    padding-block: 150px;
    background: url(../img/fv_bk.jpg);
    background-size: cover;
  }
  #mainvisual img {
    width: 95%;
  }
  #main_bottom .bottom1 img {
    max-width: 100%;
  }

  #main_bottom .bottom2 {
    background: url(../img/image02_bk.jpg);
    background-size: contain;
    background-position-y: bottom;
  }
  #main_bottom .bottom2-1 {
    background: url(../img/image02-1_bk.png);
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
    padding: 100px 0;
  }

  #main_bottom .bottom2-2 {
    text-align: center;
  }
  #main_bottom .bottom2-1 img {
    padding: 100px 0;
  }
  #main_bottom .bottom2-2 img {
    max-width: 800px;
    width: 80%;
    padding: 100px 0;
  }

  #sec01 {
    background: url(../img/sec01_bk.jpg);
    background-size: cover;
    padding: 80px 0;
  }

  #sec02 {
    background: url(../img/sec02_bk.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
  }
  #sec02 img {
    width: 90%;
    margin: 0 auto;
  }

  #sec03 .title {
    max-width: 700px;
    width: 50%;
    margin: 30px auto;
  }
  #sec03 img {
    max-width: 1000px;
    padding: 20px 15px;
    width: 90%;
  }
  #sec03 img.ctrbtn {
    max-width: 500px;
  }
  #sec04 {
    padding: 100px 0;

    background: url(../img/sec04_bk.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
  }
  #sec04 img {
    width: 90%;
    margin: 0 auto;
  }
  #contact .title {
    max-width: 300px;
  }
}
/*-----form-------*/
form {
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
  font-weight: bold;
}

form .wrap {
  background: #fff;
  padding: 20px;
}
form p {
  text-align: center;
  padding-bottom: 30px;
}

form span {
  color: #bb0c0c;
}
form dt {
  padding-bottom: 5px;
}
form dd {
  padding-bottom: 20px;
}

form input,
form textarea,
form select {
  background: #f8f7f5;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
}
form input[type="submit"],
form button[type="submit"] {
  -webkit-appearance: none;
  background: #323232;
  border-radius: 30px;
  width: 250px;
  text-align: center;
  color: #fff;
  margin-inline: auto;
  display: block;
  padding-block: 15px;
  font-size: 18px;
  margin: 0px auto;
}

.box {
  width: 100%; /* 横幅を200pxに指定 */
  height: 200px; /* 横幅を200pxに指定 */
  border: 1px solid #bfbfbf; /* わかりやすくボーダーを引く */
  overflow-y: scroll; /* 縦方向にスクロール可能にする */
  padding: 10px;
  font-weight: normal;
  font-size: small;
}
.box p {
  text-align: center;
  padding: 0;
}
.check {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
}

.check input[type="checkbox"] {
  width: 22px;
  height: auto;
  margin: 0 10px;
  padding: 2px;
}
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

/* ----menu---- */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0px;
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 20px;
  position: fixed;
  padding: 0 0 18px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 4px;
  width: 34px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}

.drawer_open:after {
  position: absolute;
  content: "MENU";
  bottom: 16px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
.sp_navbtn.open .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
.sp_navbtn.open .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp_navbtn.open .drawer_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #0a0a0a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding-top: 35px;
}

.nav_list {
  list-style: none;
}

.nav_item a {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
.nav_content.open {
  bottom: 0;
  /* メニューを画面に入れる */
}

/*ハンバーガーメニュー内容*/
@media screen and (max-width: 699px) {
  .nav_content {
    width: 100%;
  }
  .nav_content img {
    padding: 20px;
  }
  .nav_content ul.sp {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 10px;
  }

  .nav_content ul.sp a {
    color: #b5b5b5;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 3px;
  }

  .nav_content ul:first-child a {
    display: block;
    border-bottom: 1px dashed #e3e3e3;
    width: 90%;
    margin: 0 auto;
    padding: 6px 0;
    font-size: 18px;
    color: #fff;
  }
}

/* ----header---- */
header {
  position: fixed;
  background: #0a0a0a;
  width: 100%;
  z-index: 100;
}
h1#logo {
  width: 140px;
  z-index: 100;
}
h1#logo img {
  max-width: 200px;
  margin-block: 20px;
  margin-left: 15px;
}

.top_btn {
  display: flex;
}
.top_btn img {
  width: auto;
  height: 70px;
}
.news {
  background: #000;
  text-align: center;
  padding: 90px 0 20px 0;
}
.news img {
  max-width: 600px;
  padding: 5px 20px;
}

@media screen and (min-width: 700px) {
  header {
    width: 100%;
    position: fixed;
    margin-inline: auto;
    padding: 0;
    z-index: 2;
    top: 0;
  }
  header div.flexbox {
    display: flex;
    margin-left: 2%;
    height: 70px;
  }
  h1#logo {
    width: 200px;
  }
  .drawer_open {
    display: none;
  }
  .nav_content {
    position: unset;
    margin: 0 auto;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 30px;
  }

  .nav_content ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    /* row-gap: 10px; */
  }

  .nav_content a {
    color: #fff;
    border-right: 1px solid #e3e3e3;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.15em;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .nav_content li:nth-child(4) a {
    /* border-right: none; */
  }

  .nav_content li:last-child a {
    border-right: none;
  }
}

/* ----footer---- */
footer {
  background: #0a0a0a;
}

footer > p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
}

#formWrap {
  border: #1e1e1e solid 1px;
  border-radius: 10px;
  max-width: 800px;
  margin-inline: auto;
  width: 96%;
  padding: 10px;
  background-color: #fff;

  font-size: 14px;
}
#formWrap p {
  padding-bottom: 10px;
}
#formWrap h4 {
  color: red;
}
#formWrap input[type="button"] {
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  margin-inline: auto;
  width: 250px;
  padding-block: 15px;
  font-size: 16px;
  margin: 40px auto;
  text-align: center;
}

td {
  padding: 10px 0 10px 5px;
  width: 70%;
}
@media screen and (min-width: 700px) {
  #formWrap {
    font-size: 16px;
    padding: 20px;
  }
}
