@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
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 {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
}

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

* {
  min-height: 0vw;
}

body {
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

img {
  display: block;
  border-style: none;
  font-size: 0;
  line-height: 0;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
.w100 {
  max-width: 100%;
}

.bold {
  font-weight: bold;
}

.fade {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.fade_on {
  opacity: 1;
}

.movexl {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.movexr {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.movexl_on,
.movexr_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.movey {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

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

.small {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
}

.small_on {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@-webkit-keyframes catch {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes catch {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===================================
ヘッダー
------------------------------------*/
header {
  overflow: hidden;
  padding: min(4%, 28px) 4%;
  font-family: "Noto Serif JP", serif;
}
header .sp_none nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .sp_none ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .sp_none ul .instagram a {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  background: #fff;
  border-radius: 50%;
}
header .sp_none ul .instagram a:hover {
  background: #6abfd3;
}
header .sp_none ul a {
  margin-left: 4em;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .sp_none ul a:hover {
  opacity: 0.7;
}
header h1 {
  width: min(40%, 165px);
}
@media screen and (max-width: 768px) {
  header #sp_nav {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    padding: 80px 20px 20px;
    background: #6abfd3;
    opacity: 0;
    overflow: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 100;
  }
  header #sp_nav ul {
    margin-top: 50px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  header #sp_nav ul .instagram a {
    display: block;
    width: 60px;
    height: 60px;
    margin: 6% auto 0;
    padding: 0;
    background: #fff;
    border-radius: 50%;
  }
  header #sp_nav ul a {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
  }
  header #sp_nav.open {
    visibility: visible;
    opacity: 1;
  }
  header #sp_nav.open nav {
    margin-top: 0;
  }
  header #nav_btn {
    position: absolute;
    top: 8px;
    right: 14px;
    display: block;
    width: 44px;
    height: 45px;
    z-index: 1000;
  }
  header #nav_btn div {
    position: relative;
    width: 44px;
    height: 45px;
  }
  header #nav_btn span {
    position: absolute;
    right: 2px;
    height: 1px;
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header #nav_btn span:nth-of-type(1) {
    top: 9px;
    width: 40px;
  }
  header #nav_btn span:nth-of-type(2) {
    top: 22px;
    width: 40px;
  }
  header #nav_btn span:nth-of-type(3) {
    bottom: 9px;
    width: 40px;
  }
  header #nav_btn.btn_close span {
    background: #fff;
  }
  header #nav_btn.btn_close span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-315deg);
    transform: translateY(13px) rotate(-315deg);
  }
  header #nav_btn.btn_close span:nth-of-type(2) {
    opacity: 0;
  }
  header #nav_btn.btn_close span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(315deg);
    transform: translateY(-13px) rotate(315deg);
  }
}
header.top {
  position: relative;
  height: 100svh;
}
header.top .f_txt {
  position: absolute;
  bottom: 10%;
  right: 0;
  padding: 0 4%;
  text-align: right;
}
@media screen and (min-width: 769px) {
  header.top .f_txt {
    top: 50%;
  }
}
header.top .f_txt h2 {
  font-size: clamp(28px, 7.46vw, 56px);
}
header.top .f_txt p {
  margin-top: 1em;
  line-height: 1.6;
  font-size: 18px;
}
header.top .slider {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100vh;
  z-index: -1;
}
header.top .slider img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-animation {
  -webkit-animation: fadeScale 8s 0s forwards;
          animation: fadeScale 8s 0s forwards;
}

@-webkit-keyframes fadeScale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeScale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ===================================
コンテンツ
------------------------------------*/
main {
  overflow: hidden;
}
main .t_1 {
  color: #6abfd3;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
main .t_1 span {
  display: block;
  margin-bottom: 0.3em;
  color: #000;
  font-size: 48px;
}
main #service {
  padding: min(10%, 80px) 6% 0;
}
main #service .lead {
  margin-top: 2em;
  font-size: 110%;
  color: #6abfd3;
}
main #service p {
  max-width: 700px;
  margin: 1em auto;
  line-height: 1.8;
}
main #service img {
  margin: auto;
}
main #service img + img {
  margin-top: 4%;
}
main #service h3 {
  margin: 3em auto 1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  text-decoration-color: #6abfd3;
  text-decoration-line: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
main #service .btn_service {
  display: block;
  width: min(80%, 400px);
  margin: 6% auto;
  border: 1px solid #6abfd3;
  background: #6abfd3;
  padding: 1em;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
main #service .btn_service:hover {
  background: #fff;
  color: #6abfd3;
}
main #service .btn_amazon {
  display: block;
  width: min(80%, 400px);
  margin: 6% auto;
  border: 1px solid #6abfd3;
  padding: 1em;
  text-align: center;
  line-height: 1.4;
  color: #6abfd3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
main #service .btn_amazon:hover {
  background-color: rgba(106, 191, 211, 0.1);
}
main #service .btn_amazon img {
  margin: 2% auto 0;
  width: min(60%, 160px);
}
main #service .btn_amazon + .btn_service {
  margin-top: min(6%, 30px);
}
main #company {
  padding: min(15%, 130px) 6% 0;
}
main #company dl {
  max-width: 700px;
  margin: 4% auto;
}
main #company dl dt {
  padding: 1em 0 0.5em;
  font-weight: bold;
}
main #company dl dd {
  padding: 0 0 1em;
  border-bottom: 1px solid #e0e0e0;
}
main .map {
  width: 100%;
  height: 280px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
main #contact {
  padding: min(15%, 130px) 6% 0;
}
main #contact form {
  max-width: 700px;
  margin: auto;
}
main #contact dt {
  margin: 1.5em 0 0.5em;
  font-weight: bold;
}
main #contact dt span {
  color: #ff6262;
}
main #contact h3 {
  margin: 3em auto 1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.6;
  text-decoration-color: #6abfd3;
  text-decoration-line: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

button, textarea, input, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form_txt {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  line-height: 1.4;
}

.form_btn {
  display: block;
  width: min(86%, 300px);
  margin: min(6%, 60px) auto 0;
  padding: 1.2em 0.8em;
  background: #6abfd3;
  border: 1px solid #6abfd3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 20px;
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  cursor: pointer;
}
.form_btn:hover {
  background: #fff;
  color: #6abfd3;
}

.confirm_area {
  max-width: 740px;
  margin: auto;
  padding: 4%;
}
.confirm_area dt {
  padding: 40px 0 10px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .confirm_area {
    padding: 40px 0 0;
  }
}

.confirm_area {
  max-width: 800px;
  margin: 0 auto 6%;
}

.next_btn {
  display: block;
  width: min(86%, 300px);
  margin: min(6%, 60px) auto 0;
  padding: 1.2em 0.8em;
  background: #6abfd3;
  border: 1px solid #6abfd3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 20px;
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  cursor: pointer;
}
.next_btn:hover {
  background: #fff;
  color: #6abfd3;
}

.prev_btn {
  display: block;
  width: min(50%, 150px);
  margin: 4% auto 0;
  padding: 0.8em;
  color: #fff;
  font-size: 18px;
  background: #bdbdbd;
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.prev_btn:hover {
  opacity: 0.7;
}

.thanks_txt {
  margin-top: 3em;
  text-align: center;
  line-height: 1.8;
}

.thanks_area {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

#privacy {
  max-width: 1000px;
  margin: auto;
  padding: min(15%, 130px) 6% 0;
}
#privacy h2 {
  margin-bottom: 4em;
}
#privacy h3 {
  margin: 2em 0 1em;
  font-family: "Noto Serif JP", serif;
}
#privacy p {
  line-height: 1.8;
}

/* ===================================
フッター
------------------------------------*/
footer {
  overflow: hidden;
  text-align: center;
  padding: min(30%, 324px) 0 min(2%, 20px);
}
footer .f_logo {
  width: 165px;
  margin: 0 auto min(4%, 30px);
}
footer .privacy {
  color: #000;
}
footer small {
  display: block;
  margin: 1em;
  font-size: 12px;
  color: #757575;
}