@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):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: 100%;
}

table {
  border-collapse: collapse;
}

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;
}

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: 800px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.flexbox {
  display: flex;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.banner {
  margin: 0 auto;
  text-align: center;
}

#mainvisual {
  background-color: #ede9e6;
  position: relative;
  padding-top: 70px;
}
#mainvisual img {
  width: 100%;
}

#mainvisual .ctrbtn {
  position: absolute;
  top: 70%;
  left: 2%;
  width: 50%;
}

.banner {
  background: url(../img/banner_bk.jpg);
  background-size: cover;
  padding: 30px 20px 30px;
  border: #00a3ff solid 5px;
}
.bannerbtn {
  margin: 0 auto;
  padding-top: 20px;
}
.bannerbtn img {
  width: 95%;
}
.bannerbtn {
  max-width: 900px;
  width: 100%;
}
.bannerbtn > a {
  width: 50%;
}

@media screen and (min-width: 800px) {
  #mainvisual {
    padding-top: 100px;
  }
  #mainvisual .ctrbtn {
    top: 68%;
    left: 5%;
    width: 40%;
    max-width: 500px;
  }
  #sec01 {
    line-height: 0;
  }

  #sec01 .box1 > div,
  #sec01 .box2 > div {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
  }
  #sec01 .box1 {
    padding-top: 100px;
  }
  #sec01 .box2 {
    background: #00a3ff;
  }

  #sec02 {
    padding: 100px 0;
  }
  #sec02 > div {
    max-width: 1200px;
    margin: 0 auto;
  }
  #sec03 {
    padding: 100px 0;
  }
  #sec03 > div {
    max-width: 1200px;
    margin: 0 auto;
  }
  #sec04 {
    padding: 100px 0;
  }
  #sec04 > div {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  form p:nth-child(1) {
    font-size: 32px;
  }

  .banner {
    padding: 80px 20px 80px;
    border: #00a3ff solid 20px;
  }

  .bannerbtn {
    padding-top: 50px;
  }
  .banner img {
    max-width: 800px;
    width: 90%;
  }
}

/*-----form-------*/

#contact > img {
  width: 100%;
}

#contact {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}
#contact > div {
  color: #1e1e1e;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

form {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
  font-weight: bold;
}
form .box {
  border: #cfcfcf solid 2px;
  border-radius: 10px;
  background-color: #fff;
  color: #1e1e1e;
  padding: 20px;
  margin: 20px 0;
}
form .box:nth-child(1) {
  border-top: #00a3ff solid 15px;
  border-radius: 10px;
  background-color: #fff;
  color: #1e1e1e;
}
form span {
  color: #bb0c0c;
}

form p {
  margin-bottom: 30px;
}
form p:nth-child(1) {
  font-size: 20px;
  margin-bottom: 30px;
}
form input,
form textarea {
  border-bottom: 2px solid #d6d6d6;
  padding: 4px;
  width: 100%;
}

form input[type="submit"] {
  background: #efa039;
  border-radius: 20px;
  width: 250px;
  text-align: center;
  color: #fff;
  margin-inline: auto;
  display: block;
  padding-block: 10px;
  font-size: 18px;
  margin: 40px auto;
}
#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: 10px 5px;
}
#formWrap h4 {
  color: red;
}
#formWrap input[type="button"] {
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  display: block;
  margin-inline: auto;
  width: 250px;
  padding-block: 10px;
  font-size: 18px;
  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;
  }
}
/* ----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;
}

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

.drawer_open:after {
  position: absolute;
  content: "";
  bottom: 16px;
  color: #00a3ff;
  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: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.nav_list {
  list-style: none;
}

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

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

/*ハンバーガーメニュー内容*/
@media screen and (max-width: 799px) {
  .nav_content ul img.sp {
    width: 40%;
    padding: 20px 0 10px;
  }

  .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: #00a3ff;
    font-weight: bold;
  }
  .nav_content ul:first-child a span {
    font-size: 13px;
  }
}

/* ----header---- */
header {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 100;
}
h1#logo img {
  max-width: 60px;
  margin-block: 10px;
  margin-left: 15px;
}

@media screen and (min-width: 800px) {
  header {
    width: 100%;

    margin-inline: auto;
    padding: 0;
    z-index: 2;
    top: 0;
  }
  header div.flexbox {
    display: flex;
    margin-left: 2%;
  }
  h1#logo img {
    max-width: 80px;
    margin-block: 15px;
  }
  .drawer_open {
    display: none;
  }
  .nav_content {
    position: unset;
    margin: auto;
    padding-right: 1%;
    padding-left: 1%;
    align-content: center;
  }

  .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: #00a3ff;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .nav_content li {
    margin: 0 10px;
  }
  .nav_content span {
    font-size: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .nav_content a {
    font-size: 18px;
    letter-spacing: 0.15em;
    letter-spacing: 1px;
  }
  .nav_content li {
    margin: 0 20px;
  }
  .nav_content span {
    font-size: 13px;
  }
}

/* ----footer---- */
footer {
  background: #353535;
}

footer > p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
  margin-top: 15px;
}
footer > p.copy {
  background: #00a3ff;
}
