@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  font: 14px "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  line-height: 1.4;
}
@media print, screen and (min-width: 1000px) {
  body {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  display: block;
}

/* ヘッダー
----------------------------------------------- */
header {
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  header {
    height: 112px;
  }
}
header h1 {
  font-weight: 700;
}
@media print, screen and (min-width: 1000px) {
  header h1 {
    height: 112px;
    font-size: 36px;
  }
}
@media print, screen and (max-width: 999px) {
  header h1 {
    height: 40px;
    font-size: 26px;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_content {
    padding: 30px 40px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 999px) {
  .head_content {
    padding: 20px;
    position: relative;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_line a {
    padding: 5px 20px 5px 10px;
    color: #fff;
  }
}

/* フッター
----------------------------------------------- */
footer {
  color: #fff;
  background: linear-gradient(to bottom right, #73C523, #78DF14);
}
@media print, screen and (max-width: 999px) {
  footer {
    padding-bottom: 70px;
  }
}
footer h2, footer h3, footer .-fot_dl {
  font-weight: 700;
}
@media print, screen and (min-width: 1000px) {
  footer h2 {
    font-size: 70px;
  }
}
@media print, screen and (max-width: 999px) {
  footer h2 {
    font-size: 36px;
    text-align: center;
  }
}
footer h3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  footer h3 {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 999px) {
  footer h3 {
    font-size: 20px;
  }
}
footer h3::after {
  content: "";
  margin-left: 14px;
  height: 1px;
  background: #fff;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  footer h3::after {
    width: 306px;
  }
}
@media print, screen and (max-width: 999px) {
  footer h3::after {
    max-width: 300px;
    width: 100%;
  }
}
footer a {
  color: #fff;
}
@media print, screen and (min-width: 1000px) {
  footer .fot_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 999px) {
  footer .fot_content {
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.fot_content-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.-fot_dl {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .-fot_dl dt {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_dl dt {
    margin-right: 10px;
  }
}

.-fot_area01 dt {
  color: #78DF14;
  background: #fff;
  border-radius: 4px;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .-fot_area01 dt {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_area01 dt {
    max-width: 60px;
    width: 100%;
    height: 27px;
    line-height: 27px;
  }
}

@media print, screen and (max-width: 999px) {
  .fot_content-area01 {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content-area01 span {
    max-width: 122px;
    width: 100%;
  }
}

@media print, screen and (max-width: 999px) {
  .fot_content-area02 {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content-area02 span {
    max-width: 82px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1000px) {
  .fot_content-area02 p {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content-area02 p {
    font-size: 0.9em;
  }
}

@media print, screen and (min-width: 1000px) {
  .-fot_area02 {
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_area02 {
    margin-bottom: 10px;
  }
}
.-fot_area02 dt {
  font-size: 20px;
}
.-fot_area02 dd {
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
.-fot_area01-margin {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1000px) {
  .-fot_area01-font01 {
    font-size: 36px;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_area01-font01 {
    font-size: 1.8em;
  }
}
@media print, screen and (min-width: 1000px) {
  .-fot_area01-font01 span {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_area01-font01 span {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-fot_area01-font02 {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_area01-font02 {
    font-size: 20px;
  }
}

/* 共有
----------------------------------------------- */
.-line_content {
  color: #fff;
  background: #06C755;
  border-radius: 30px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
.-line_content a {
  display: flex;
  align-items: center;
}
.-line_content a::before {
  content: "";
  width: 42px;
  height: 42px;
  background: url(../img/line_icon.png);
  background-size: cover;
  display: block;
}
.-content_width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
  width: 100%;
  box-sizing: border-box;
}
.-gradient_font {
  background: linear-gradient(90deg, #73C523, #78DF14 15%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.-font_din {
  font-family: "din-2014", sans-serif;
}

.-link_content {
  padding: 6px;
  background: #73C523;
  border-radius: 40px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.-link_content p {
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 40px;
}
.-link_content a {
  color: #fff;
  display: flex;
  align-items: center;
}
.-arrow_right {
  margin-left: 20px;
  width: 30px;
  height: 3px;
  background: #fff;
  position: relative;
}
.-arrow_right::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: rotate(45deg);
  transform-origin: top right;
  box-sizing: border-box;
}
@media print, screen and (min-width: 1000px) {
  .pc_none {
    display: none;
  }
}

@media print, screen and (max-width: 999px) {
  .sp_none {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */