@charset "UTF-8";

/*************************************************
*
*  共通スタイル
*
**************************************************/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, 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, source {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #000;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #000;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

body {
  line-height: 1.4;
  letter-spacing: .05em;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family:  "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
  background: #fff;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

template {
  display: none;
}

svg {
  display: block;
  width: 100%;
}

#soundPlayer {
  display: none;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}

.u-bold {
  font-weight: bold;
}

.u-black {
  font-weight: 900;
}

.u-inline-block {
  display: inline-block;
}

/* layout */
.l-container {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #000;
}
.c-header {
  position: relative;
  padding: 34px 0;
}
.c-header__link {
  padding: 15px 0;
}
.c-header__logo {
  margin: 0 auto;
  width: 180px;
}
.c-footer {
  position: relative;
  padding: 34px 0;
  background: #000;
}
.c-footer__copy {
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline;
  }
  .is-sp-inline {
    display: none;
  }
  .is-pc-inline-block {
    display: inline-block;
  }
  .is-sp-inline-block {
    display: none;
  }
  .c-header {
    position: relative;
    padding: 34px 0;
  }
  .c-header__link {
    padding: 24px 0;
  }
  .c-header__logo {
    width: 300px;
  }
  .c-footer {
    padding: 50px 0;
  }
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline;
  }
  .is-pc-inline-block {
    display: none;
  }
  .is-sp-inline-block {
    display: inline-block;
  }
}

/*************************************************
*
*  共通スタイルここまで
*
**************************************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
**/
/*************************************************
*
*  PC
*
**************************************************/

@media screen and (min-width: 751px) {
  main {
    padding: 60px;
  }
  p {
    font-size: 24px;
  }
  a.submit {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
    height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    background: #32cd78;
    border-radius: 60px;
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a.submit:hover {
    opacity: .5;
  }
}

/*************************************************
*
*  SP
*
**************************************************/
@media screen and (max-width: 750px) {
  main {
    padding: 34px;
  }
  p {
    font-size: 20px;
  }
  a.submit {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    background: #32cd78;
    border-radius: 60px;
  }
}




