@charset "UTF-8";
/* --------------------
 * 【！！注意！！】
 *
 * 当サイトはSassを利用して作られています。
 *
 * cssを編集する際は、sassフォルダ内にある、
 * /assets/sass/*.scssファイルを編集し、対応ソフトでコンパイルしてください。
 *
 * また、直接この css を編集した場合、
 * 更新等の際にSassによって上書きされ、
 * レイアウトの崩れ、先祖返り等を引き起こす可能性があります。
 *
 * ご不明点はお問い合わせください。
 -------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho M";
  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho M";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: inherit;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

::before,
::after {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 400;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  cursor: default;
}

h1, h2, h3 {
  line-height: 1.5;
  font-weight: 700;
}
h1 span, h2 span, h3 span {
  display: inline-block;
}

p span, ul span, dl span {
  display: inline-block;
}

picture,
figure {
  display: block;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

#body-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}
.container:not(.full) {
  max-width: 1200px;
}
.container.narrow {
  max-width: 1000px;
}
.container.xnarrow {
  max-width: 800px;
}
@media screen and (min-width: 641px) {
  .container {
    padding-right: clamp(30px, 2.6041666667vw, 50px);
    padding-left: clamp(30px, 2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding-right: clamp(10px, 3.125vw, 20px);
    padding-left: clamp(10px, 3.125vw, 20px);
  }
}
.container .container {
  padding: 0;
}

.gglmap {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.gglmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list01 li {
  position: relative;
  padding-left: 1em;
}
.list01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.625em;
  text-align: center;
}
.list01.note li::before {
  content: "※";
}

@media screen and (min-width: 641px) {
  .sm {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .lg {
    display: none !important;
  }
}
.global-hdr {
  background: #fff;
}
.global-hdr .hdr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.global-hdr .hdr-container .logo {
  width: 100%;
}
.global-hdr .hdr-container .logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.global-hdr .hdr-container .logo a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 641px) {
  .global-hdr {
    padding-right: clamp(30px, 2.6041666667vw, 50px);
    padding-left: clamp(30px, 2.6041666667vw, 50px);
  }
  .global-hdr .hdr-container {
    min-height: 100px;
  }
  .global-hdr .hdr-container .logo {
    max-width: 260px;
  }
}
@media screen and (max-width: 640px) {
  .global-hdr {
    padding-right: clamp(10px, 3.125vw, 20px);
    padding-left: clamp(10px, 3.125vw, 20px);
  }
  .global-hdr .hdr-container {
    min-height: max(9.375vw, 30px);
  }
  .global-hdr .hdr-container .logo {
    max-width: max(38.75vw, 124px);
  }
}

.global-ftr .ja-list .ttl {
  padding: 0 1em;
  background: #58b530;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.global-ftr .ja-list ul {
  display: grid;
  gap: 0.4166666667em 0.25em;
  grid-auto-flow: column;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
}
.global-ftr .ja-list ul a:hover {
  text-decoration: underline;
}
.global-ftr .about .ttl {
  margin-bottom: 0.75em;
  color: #58b530;
  font-weight: 700;
  text-align: center;
}
.global-ftr .about .logo {
  width: 100%;
  margin: 0 auto;
}
.global-ftr .about .logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.global-ftr .about .logo a:hover {
  opacity: 0.6;
}
.global-ftr .copylight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.1666666667em;
  padding: 1em;
  background: #58b530;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.global-ftr .copylight span {
  display: block;
  margin: 0 0.25em;
}
@media screen and (min-width: 641px) {
  .global-ftr {
    margin-top: 60px;
  }
  .global-ftr .ja-list .ttl {
    margin-bottom: 1em;
  }
  .global-ftr .ja-list ul {
    grid-template-rows: repeat(2, 1fr);
    font-size: clamp(18px, 2.8125vw, 24px);
  }
  .global-ftr .about {
    margin-top: 45px;
  }
  .global-ftr .about .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .global-ftr .about .logo {
    max-width: 260px;
    margin-top: 25px;
  }
  .global-ftr .copylight {
    margin-top: 45px;
  }
}
@media screen and (max-width: 640px) {
  .global-ftr {
    margin-top: 60px;
  }
  .global-ftr .ja-list .ttl {
    margin-bottom: 0.75em;
  }
  .global-ftr .ja-list ul {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(2, 1fr);
    font-size: clamp(18px, 5.625vw, 24px);
  }
  .global-ftr .about {
    margin-top: 40px;
  }
  .global-ftr .about .ttl {
    font-size: clamp(18px, 5.625vw, 24px);
  }
  .global-ftr .about .logo {
    width: 60%;
    max-width: 248px;
    margin-top: 35px;
  }
  .global-ftr .copylight {
    margin-top: 40px;
  }
}

.mv picture {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .mv {
    margin-bottom: 55px;
    background: url("../img/mv_bg.svg") 50% 100% no-repeat;
    background-size: cover;
  }
  .mv picture {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .mv {
    margin-bottom: max(7.8125vw, 25px);
  }
}

.sec-campaign .apply-btn a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec-campaign .apply-btn a:hover {
  opacity: 0.6;
}
.sec-campaign .outline .item {
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
.sec-campaign .outline .item ._ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25em 1em;
  background: #58b530;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
.sec-campaign .outline .item dl {
  text-align: left;
}
.sec-campaign .outline .notes {
  padding: 1.5em 1.25em;
  background: #ebebeb;
}
.sec-campaign .outline .download-btn a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec-campaign .outline .download-btn a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 641px) {
  .sec-campaign .ttl {
    margin-bottom: 3.3333333333%;
  }
  .sec-campaign .apply-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6.6666666667%;
  }
  .sec-campaign .apply-btn li {
    width: 31.6666666667%;
  }
  .sec-campaign .outline .item {
    margin-bottom: 55px;
    font-size: 20px;
    font-size: 2rem;
  }
  .sec-campaign .outline .item ._ttl {
    min-height: 2.1428571429em;
    margin-bottom: 1.6071428571em;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sec-campaign .outline .item p.large {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sec-campaign .outline .item dl:not(:last-child) {
    margin-bottom: 1.25em;
  }
  .sec-campaign .outline .notes {
    margin: 60px 0;
  }
  .sec-campaign .outline .download-btn {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .sec-campaign .outline .download-btn li:not(:last-child) {
    margin-bottom: 4.6875%;
  }
}
@media screen and (max-width: 640px) {
  .sec-campaign .ttl {
    margin: 0 clamp(-50px, -7.8125vw, -30px);
    margin-bottom: max(12.5vw, 40px);
  }
  .sec-campaign .apply-btn {
    margin-bottom: max(7.8125vw, 25px);
  }
  .sec-campaign .apply-btn li:not(:last-child) {
    margin-bottom: max(4.6875vw, 15px);
  }
  .sec-campaign .outline .item {
    margin-bottom: 1.75em;
    font-size: clamp(16px, 3.125vw, 20px);
  }
  .sec-campaign .outline .item ._ttl {
    min-height: 3em;
    margin-bottom: 1em;
    font-size: clamp(18px, 3.125vw, 20px);
  }
  .sec-campaign .outline .item p.large {
    font-size: 1.2em;
  }
  .sec-campaign .outline .item dl:not(:last-child) {
    margin-bottom: 1.25em;
  }
  .sec-campaign .outline .notes {
    margin-top: max(6.25vw, 20px);
  }
  .sec-campaign .outline .download-btn {
    margin-top: max(9.375vw, 30px);
  }
  .sec-campaign .outline .download-btn li:not(:last-child) {
    margin-bottom: max(4.6875vw, 15px);
  }
}
/*# sourceMappingURL=main.css.map */
