@charset "UTF-8";
/* ブレークポイント */
/* メディアクエリ */
/* 共通 */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
  scroll-behavior: smooth;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  min-height: 100vh;
}

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

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.inner {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 83px;
}
@media (max-width: 768px) {
  .inner {
    padding: 40px 20px;
  }
}

.mb {
  margin-bottom: 18px;
}

.fwb {
  font-weight: 700;
}

.indent {
  padding-left: 2em;
  text-indent: -2em;
}

/* header */
header {
  height: 80px;
  padding-left: 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  header {
    height: 60px;
    padding-left: 20px;
  }
}

.header__contents {
  display: flex;
  align-items: center;
}
.header__contents h1 {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  line-height: 80px;
}
@media (max-width: 768px) {
  .header__contents h1 {
    line-height: 1;
    font-size: 18px;
  }
}
.header__contents h1 span {
  color: #C3D83E;
}
.header__link {
  color: #333;
  display: flex;
  align-items: center;
}
.header__btn {
  background-color: #E08010;
  width: 270px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
  color: #fff;
  font-weight: bold;
}
.header__contents a i {
  margin-left: 10px;
}
.header__contents a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header__contents a {
    height: 60px;
    line-height: 1.4;
    width: 230px;
    font-size: 13px;
    font-weight: 400;
  }
}

.sct {
  margin: 0 auto;
}
.sct .sct__bg {
  background: url(../img/underlayer-image.jpg) no-repeat center center/cover;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sct .sct__bg .sct__maintitle {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  position: relative;
  padding-left: 8.333%;
}
@media (max-width: 768px) {
  .sct .sct__bg .sct__maintitle {
    font-size: 46px;
  }
}
.sct .sct__bg .sct__maintitle .br {
  display: inline-block;
}
.sct .sct__main {
  background-color: #F0F0F0;
  line-height: 1.8;
}
.sct .sct__main .sct__wrapper {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .sct .sct__main .sct__wrapper {
    margin-top: 30px;
  }
}
.sct .sct__main .sct__wrapper .sct__title {
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 700;
}
.sct .sct__mail {
  color: #105229;
  text-decoration: underline;
}
.sct .sct__list-item {
  padding-left: 1.5em;
}
.sct .amonth {
  color: #888888;
}
.sct .sct__list-amonth {
  padding-left: 1em;
}

/* footer */
.footer {
  background-color: #333333;
  color: #fff;
}

.footer__inner {
  max-width: 1250px;
  padding: 40px 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__inner {
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer__wrapper {
  width: calc(100% - 210px);
}
.footer__wrapper a {
  direction: none;
}
@media (max-width: 768px) {
  .footer__wrapper {
    width: 100%;
  }
}

.footer__logo {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}

.footer__copyright {
  width: 210px;
  text-align: right;
  align-items: start;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  line-height: 2em;
}
@media (max-width: 768px) {
  .footer__copyright {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    align-items: center;
  }
}
.footer__copyright a {
  color: #fff;
  font-size: 16px;
}