@charset "UTF-8";
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

html {
  font-size: 62.5%;
}

img {
  vertical-align: top;
}

input {
  border: 0 none;
  border-radius: 0;
  outline: 0 none;
  vertical-align: middle;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  margin: 0;
  border: none;
  outline: medium none;
  text-overflow: ellipsis;
}

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

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* ==========================================================================
   base
   ========================================================================== */
body {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}

@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .sp {
    display: block;
  }
}

/* ---------
 header
 --------- */
/* ---------
 main
 --------- */
main {
  display: block;
  min-height: 100dvh;
  background: url(../img/bg_img.png) no-repeat center center/cover, linear-gradient(rgba(168, 230, 207, 0.5) 52%, rgba(54, 202, 194, 0.6) 78%, rgba(70, 130, 180, 0.8) 100%);
  position: relative;
}
main section {
  min-height: 100%;
  background: url(../img/bg_top.png) no-repeat top center/100% auto, url(../img/bg_bottom.png) no-repeat bottom center/100% auto;
  padding: 22vh 5% 30vh;
  text-align: center;
}
@media screen and (max-width: 600px) {
  main section {
    padding: 15vh 3% 10vh;
    height: 100dvh;
  }
}
main section h1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  main section h1 {
    width: 80%;
    margin: 0 auto 3%;
  }
}
main section p {
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  main section p {
    width: 50%;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 600px) {
  main section div.img {
    width: 60%;
    margin: 0 auto;
  }
}
main section .button {
  background: #FF7F5F;
  border-radius: 16px;
  min-width: 400px;
  display: inline-block;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  main section .button {
    min-width: 80%;
    margin-bottom: 3%;
  }
}
main section .button a {
  font-size: 24px;
  text-align: center;
  display: block;
  padding: 12px 24px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  main section .button a {
    font-size: 18px;
    padding: 8px 16px;
  }
}
main section ul {
  display: flex;
  column-gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 600px) {
  main section ul {
    column-gap: 16px;
    margin-bottom: 6%;
  }
}
main section ul li svg {
  width: 40px;
}
main section ul li.contact {
  padding: 4px 16px;
  border-radius: 8px;
  background: #FF7F5F;
}
main section ul li.contact a {
  color: #fff;
  font-weight: bold;
}

/* ---------
 footer
 --------- */
