@charset "UTF-8";

/*====================

RESET/BASE

====================*/
:root {
  --color01:#000;
  --color02:#0071bc;
  --color03:#ed1c24;
  --color04:#808080;
  --color05:#0b151e;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100% !important;
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ul, li {
  list-style: none;
}
a {
  color: var(--color01);
  text-decoration: none;
}
#container {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: var(--color01);
  font-feature-settings: "palt";
  overflow: hidden;
  letter-spacing: .05em;
}
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.font_bold {
  font-weight: 700;
}
.display__sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .display__sp {
    display: block;
  }
}

/* メインビジュアル */
.mv {
  background-image: url(main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 70px;
}
.mv__ttl {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 55px;
}
.lead {
  width: 90%;
  max-width: 700px;
  font-size: 16px;
  color: #fff;
  text-align: justify;
  line-height: 2;
  margin: 0 auto;
  box-sizing: border-box;
}
.lead__txt + .lead__txt {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .mv {
    padding-bottom: 50px;
  }
  .mv__ttl {
    margin-bottom: 40px;
  }
  .lead__txt + .lead__txt {
    margin-top: 30px;
  }
}

/* コンテンツ */
.contents {
  padding-bottom: 75px;
  position: relative;
}
.contents::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(back.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.contents__list {
  width: 90%;
  max-width: 800px;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px auto 0;
  box-sizing: border-box;
}
.contents__item {
  width: 100%;
  background-image: url(link.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  box-sizing: border-box;
}
.contents__item a {
  color: #fff;
  align-items: center;
  gap: 20px;
  padding: 20px;
  padding-right: 0;
  box-sizing: border-box;
  transition: all .3s;
}
.contents__item.nopost a {
  color: var(--color04);
}
.contents__item a:hover {
  opacity: .75;
}
.contents__num {
  font-size: 60px;
}
.contents__box {
  width: 100%;
  box-sizing: border-box;
}
.contents__ttl {
  font-size: 30px;
  text-align: justify;
  position: relative;
}
.contents__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 8px 0;
  display: block;
}
.contents__item.nopost .contents__ttl::after {
  background-color: var(--color04);
  margin-bottom: 0;
}
.contents__ttl span {
  padding-right: 20px;
  display: block;
}
.contents__sub {
  font-size: 14px;
  text-align: justify;
  padding-right: 20px;
  display: block;
}
@media screen and (max-width: 750px) {
  .contents {
    padding-bottom: 50px;
  }
  .contents__item a {
    gap: 15px;
  }
  .contents__num {
    font-size: 25px;
  }
  .contents__ttl {
    font-size: 15px;
  }
  .contents__sub {
    font-size: 11px;
  }
}

/* コンタクト */
.contact {
  background-color: #fff;
  border-bottom: solid 1px var(--color04);
  padding: 75px 0;
}
@media screen and (max-width: 750px) {
  .contact {
    padding: 50px 0;
  }
  .contact__logo img {
    width: 200px;
  }
}

/* フッター */
.ft__back {
  background-color: #fff;
}

/* ページタイトル */
.page__ttl__area {
  background-image: url(main.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  padding-bottom: 46px;
}
.page__ttl__logo {
  padding-top: 20px;
  padding-bottom: 5px;
}
.page__ttl__top {
  width: 90%;
  max-width: 800px;
  height: 46px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.page__ttl__bottom {
  color: #fff;
  background-color: var(--color05);
}
.page__ttl__inn {
  width: 90%;
  max-width: 800px;
  align-items: center;
  gap: 45px;
  margin: 0 auto;
}
.page__ttl__num {
  font-size: 60px;
}
.page__ttl__box {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
.page__ttl {
  font-size: 35px;
  text-align: justify;
}
.page__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 10px 0;
}
.page__sub {
  font-size: 14px;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .page__ttl__area {
    padding-bottom: 35px;
  }
  .page__ttl__logo {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .page__ttl__logo img {
    width: 90px;
  }
  .page__ttl__top {
    height: 35px;
  }
  .page__ttl__inn {
    gap: 20px;
  }
  .page__ttl__num {
    font-size: 30px;
  }
  .page__ttl__box {
    padding: 20px 0;
  }
  .page__ttl {
    font-size: 20px;
  }
  .page__sub {
    font-size: 12px;
  }
}

/* セクション */
.section__body {
  width: 90%;
  max-width: 1000px;
  background-color: #fff;
  padding: 60px 0;
  margin: 0 auto;
}
.section + .section {
  margin-top: 100px;
}
.section__wrap {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.section__ttl {
  font-size: 30px;
  margin-bottom: 35px;
}
.section__ttl::after {
  content: "";
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, var(--color02) 10%, var(--color03) 90%, rgba(255, 255, 255, 1) 100%);
  display: block;
}
.section__txt {
  line-height: 2;
  text-align: justify;
}
.section__txt + .section__txt {
  margin-top: 50px;
}
.section__sub {
  margin-top: 50px;
  margin-bottom: 1em;
}
.link__ttl {
  font-size: 12px;
  color: #fff;
  background-color: #333;
  padding: 2px 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.link__txt {
  font-size: 12px;
}
.link__txt + .link__txt {
  margin-top: 10px;
}
.link__txt a {
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .section__body {
    padding: 35px 0;
  }
  .section + .section {
    margin-top: 60px;
  }
  .section__ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .section__ttl::after {
    height: 5px;
    margin-top: 5px;
  }
}

/* ページリスト */
.page__list {
  width: 90%;
  max-width: 800px;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 75px;
  margin: 0 auto;
}
.page__item {
  width: 100%;
  background-image: url(link_page.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  box-sizing: border-box;
}
.page__item a {
  color: #fff;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  transition: all .3s;
}
.page__item a:hover {
  opacity: .75;
}
.page__item.nopost a {
  color: var(--color04);
}
.page__item__num {
  font-size: 30px;
}
.page__item__ttl {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .page__item a {
    gap: 15px;
  }
  .page__item__num {
    font-size: 25px;
  }
  .page__item__ttl {
    font-size: 15px;
  }
}