@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  border: 0;
  outline: 0;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
a {
  font-size: 100%;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  background: transparent;
}
ins {
  text-decoration: underline;
}
mark {
  font-weight: bold;
  font-style: italic;

  color: #000;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;

  border-bottom: 1px dotted;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
hr {
  position: relative;

  display: block;

  height: 0;
  margin: 1em 0;
  padding: 0;

  border: 0;
}
input,
select {
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}
input[type="radio"] {
  vertical-align: -0.1em;
}
.wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
  .wrap {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html {
  overflow-y: scroll;

  height: 100%;

  opacity: 1;
}
html.wf-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;

  opacity: 1;
}
a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  text-decoration: none;

  color: #00adee;
}
a:hover,
a:active,
a:focus {
  color: #1a1a1a;
}
a[href^="tel:"] {
  cursor: default !important;
  pointer-events: none;
}
body {
  font-family: "Noto Sans JP", メイリオ, Meiryo, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 2;

  min-width: 1100px;

  color: #000;
}
.wrap {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  min-height: 100vh;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;

    min-width: 100%;
  }
  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
/*
.content-block.-indent {
  margin-bottom: 50px
}
.content-block.-gray {
  background: #eee
}
.content-inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  padding: 0 0px 100px
}

@media screen and (max-width: 480px) {
  .content-block.-indent {
    margin-bottom: 0
  }
  .content-inner {
    width: auto;
    padding: 10px 5px
  }
}*/
.wrap.-index {
  text-align: center;
}
.article-box {
  width: 100%;
}
img {
  height: auto;
  /*  max-width: 100%;*/

  vertical-align: top;
}
a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;

  opacity: 0.8;
}
.sp-box {
  display: none;
}
/*↑共通部分ここまで*/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 1100px;
  height: 104px;
  margin: 0 auto;

  background-color: #fff;

  gap: 50px;
}
header nav {
  display: flex;
}
header nav > p > a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 72px;
  height: 72px;

  border: 2px solid #000;
  border-radius: 50%;
  background-color: #ff0;
}
header nav > p > a:hover {
  background-color: #f00;
}
header nav ul {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  width: 420px;
}
header nav ul li {
  display: inline-block;

  width: 210px;

  text-align: center;
  line-height: 1.5;
}
header nav ul li a {
  color: #000;
}
header nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  header {
    min-width: auto;
    height: 60px;
  }
  h1 img {
    width: 246px;
    height: 38px;
  }
  header nav {
    display: flex;
  }
  header nav > p > a {
    width: 44px;
    height: 44px;

    border: 1px solid #000;
  }
  header nav > p > a:hover {
    background-color: #ff0;
  }
  header nav > p > a > img {
    width: 22px;
    height: 18px;
  }
  header nav ul {
    display: none;
  }
}
/*メイン*/
main {
  margin-top: 104px;
}
.bg {
  position: relative;

  min-width: 1100px;

  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}
.bg_main {
  height: 833px;

  background-image: url("../img/bg_main.png");
}
.bg01 {
  height: 2684px;

  background-image: url("../img/bg01.png");
}
.bg02 {
  height: 4039px;

  background-image: url("../img/bg02.png");
}
.bg03 {
  height: 1040px;

  background-image: url("../img/bg03.png");
}
.bg04 {
  height: 2176px;

  background-image: url("../img/bg04.png");
}
.bg_main > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  margin: auto;
}
.position {
  margin-top: -104px;
  padding-top: 104px;
}
.item01 {
  position: absolute;
  right: 0;
  bottom: 200px;
  left: 0;

  display: block;

  width: 782px;
  margin: auto;
}
.item02c {
  position: absolute;
  right: 0;
  bottom: 200px;
  left: 0;

  display: block;

  width: 690px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .pc-box {
    display: none;
  }
  .sp-box {
    display: block;
  }
  main {
    margin-top: 60px;
  }
  .bg {
    min-width: auto;
    height: auto;

    background-image: none;
    background-position: center center;
    background-size: cover;
  }
  .bg_main {
    height: 589px;

    background-image: url("../img/bg_main_sp.png");
  }
  .bg > img {
    width: 100%;
  }
  .bg.bg_main > img {
    top: -80px;
  }
  .bg.bg04 > img {
    top: 60px;
  }
  .item01 {
    bottom: 100px;

    width: fit-content;
  }
  .item02c {
    bottom: 100px;

    width: fit-content;
  }
}
/*お問合せ*/
.form_wrap {
  position: relative;
  right: 0;
  bottom: 1310px;
  left: 0;

  width: 100%;
  height: 1px;
  margin: auto;
}
table {
  width: 1000px;
  margin: 0 auto;
}
table tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  gap: 100px;
}
table tbody tr {
  width: 100%;

  text-align: left;
}
table tbody tr:nth-of-type(-n + 4) {
  width: 45%;
}
table tr th,
table tr td {
  font-size: 25px;

  display: flex;
  align-items: center;

  width: 100%;

  text-align: left;

  color: #fff;
}
table tbody tr th span {
  font-size: 16px;

  display: flex;
  align-items: center;

  height: 26px;
  margin-left: 10px;
  padding: 0 6px;

  text-align: center;

  color: #000;
  background-color: #fff;
}
input,
select {
  font-size: 25px;

  width: 100%;
  padding: 10px 0;

  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
input[type="radio"] {
  font-size: 25px;

  width: 16px;
  height: 16px;
  margin-right: 8px;

  vertical-align: baseline;
}
/*
textarea {
  width: 100%;
  height: 140px;
  font-size: 16px;
}

input[type="image"]:hover {
  cursor: pointer;
  opacity: 0.8;
}
input[type="image"] {
  width: auto;
  margin-top: 100px;
  color: #000000;
  background-color: transparent;
  border: none;
  padding: 0;
}*/
::placeholder {
  color: #ffbaba;
}
.radiotx {
  font-size: 25px;

  display: inline-block;

  width: auto;
}
.privacy_wrap {
  font-size: 18px;

  width: 1000px;
  margin-top: 120px;
  padding: 48px 0;

  background-color: #fff;
}
.privacy_wrap th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;

  display: block;

  width: auto;
  padding-right: 64px;
  padding-left: 64px;

  color: #000;
}
.privacy_wrap th:first-child {
  margin-bottom: 24px;
}
.privacy_wrap td {
  font-size: 20px;

  display: flex;
  justify-content: center;

  width: auto;
  margin-top: 32px;

  color: #000;

  gap: 4px;
}
.privacy_wrap input {
  width: auto;
}
.privacy_wrap a {
  text-decoration: underline;

  color: #007fff;
}
.form01 {
  font-size: 20px;
  font-weight: 700;

  position: absolute;
  top: 600px;
  right: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 352px;
  height: 52px;
  margin: auto;

  color: #fff;
  border-radius: 8px;
  background-color: #000;
}
.form01:hover {
  color: #fff;
}
.box-shadow {
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
input.garadient {
  font-size: 25px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 290px;
  height: 73px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;

  text-align: center;

  color: #000;
  border: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 208, 1) 0%,
    rgba(255, 255, 0, 1) 20%,
    rgba(190, 168, 1, 1) 100%
  );
}
input.garadient:hover {
  cursor: pointer;

  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .form_wrap {
    bottom: 373.33333vw;

    width: 89.333333333333333%;
  }
  form {
    overflow: hidden;
  }
  table {
    width: auto;
  }
  table tbody {
    gap: 10.66667vw;
  }
  table tbody tr:nth-of-type(-n + 4) {
    width: 100%;
  }
  table tr th,
  table tr td {
    font-size: 20px;
  }
  table tbody tr th span {
    font-size: 14px;
  }
  input,
  select {
    font-size: 20px;
  }
  input[type="radio"] {
    font-size: 20px;
  }
  .radiotx {
    font-size: 20px;
  }
  .privacy_wrap {
    font-size: 16px;

    width: 100%;
    margin-top: 50vw;
    padding: 8vw 0;
  }
  .privacy_wrap th {
    font-size: 16px;
    line-height: 1.8;

    padding-right: 7.44047619047619%;
    padding-left: 7.44047619047619%;
  }
  .privacy_wrap th:first-child {
    margin-bottom: 6.4vw;
  }
  .privacy_wrap td {
    font-size: 18px;
  }
  .form01 {
    top: 178.66667vw;

    width: 100%;
  }
  input.garadient {
    font-size: 20px;

    width: 74.666666666666667%;
    height: 68px;
    margin-top: 17.33333vw;
    margin-bottom: 8vw;
  }
  input.garadient:hover {
    opacity: 1;
  }
}
/*フッター*/
.footer-block {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 10px;
}
.footer-inner {
  display: flex;
  justify-content: center;

  padding-bottom: 40px;

  gap: 50px;
}
.footer-inner a {
  display: block;

  width: 292px;
  margin: 0 auto;
}
.footer-inner .left h2,
.footer-inner .left p {
  margin-bottom: 20px;

  text-align: left;
}
.footer-inner .left h2 {
  font-size: 20px;
  line-height: 1;
}
.footer-inner .left p {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .footer-inner {
    flex-wrap: wrap;

    padding-bottom: 10px;
  }
  .footer-inner .left h2 {
    line-height: 1.5;
  }
  .footer-inner .left p {
    font-size: 16px;
  }
}
