@charset "UTF-8";
html, body, div, span, object, iframe,
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

img {
  width: 100%; }

a {
  text-decoration: none;
  color: #000;
  transition: all 300ms;
  outline: none;
  cursor: pointer; }
  a:focus {
    outline: none; }
  a:hover {
    opacity: 0.7;
    color: #12b924; }

button {
  outline: none; }
  button:focus {
    outline: none; }

/*以下のnoto-serifWEBフォントは、Android端末など明朝体のフォントが無い端末で明朝体のフォントを利用する場合に利用できます */
/* noto-serif-jp-regular - latin_japanese */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/noto-serif-jp-v7-latin_japanese-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Serif JP"), local("NotoSerifJP-Regular"), url("./fonts/noto-serif-jp-v7-latin_japanese-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/noto-serif-jp-v7-latin_japanese-regular.woff2") format("woff2"), url("./fonts/noto-serif-jp-v7-latin_japanese-regular.woff") format("woff"), url("./fonts/noto-serif-jp-v7-latin_japanese-regular.ttf") format("truetype"), url("./fonts/noto-serif-jp-v7-latin_japanese-regular.svg#NotoSerifJP") format("svg");
  /* Legacy iOS */ }
/* noto-serif-jp-900 - latin_japanese */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/noto-serif-jp-v7-latin_japanese-900.eot");
  /* IE9 Compat Modes */
  src: local("Noto Serif JP Black"), local("NotoSerifJP-Black"), url("./fonts/noto-serif-jp-v7-latin_japanese-900.eot?#iefix") format("embedded-opentype"), url("./fonts/noto-serif-jp-v7-latin_japanese-900.woff2") format("woff2"), url("./fonts/noto-serif-jp-v7-latin_japanese-900.woff") format("woff"), url("./fonts/noto-serif-jp-v7-latin_japanese-900.ttf") format("truetype"), url("./fonts/noto-serif-jp-v7-latin_japanese-900.svg#NotoSerifJP") format("svg");
  /* Legacy iOS */ }
.sp {
  display: inline-block; }

.pc,
.tab {
  display: none; }

body {
  font-family: "YakuHanJP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #333;
  position: relative; }
  body.noscrl {
    overflow: hidden;
    width: 100%; }

.wrap {
  overflow: hidden;
  width: 100%; }

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .site_header .inner {
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .site_header .inner .logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 5px; }
      .site_header .inner .logo h1 {
        width: 150px;
        margin-right: 5px; }
    .site_header .inner .h_cta {
      text-align: right;
      margin-left: auto;
      margin-right: 5px; }
      .site_header .inner .h_cta a {
        background-color: #12b924;
        color: #fff;
        font-size: 12px;
        border-radius: 50px;
        padding: 5px 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        white-space: nowrap; }
    .site_header .inner .header_nav {
      position: relative;
      width: 40px; }
      .site_header .inner .header_nav button {
        outline: none;
        background: #fff;
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        padding: 0 0;
        position: relative; }
        .site_header .inner .header_nav button span {
          border-top: solid 3px #000;
          display: inline-block;
          position: absolute;
          width: 22px;
          transition: all 300ms;
          right: 9px; }
          .site_header .inner .header_nav button span:nth-child(1) {
            top: 10px; }
          .site_header .inner .header_nav button span:nth-child(2) {
            top: 18px; }
          .site_header .inner .header_nav button span:nth-child(3) {
            top: 26px; }
      .site_header .inner .header_nav .menu-logo {
        display: none; }
      .site_header .inner .header_nav #menulist {
        height: 0;
        opacity: 0;
        overflow: hidden;
        list-style: none; }
        .site_header .inner .header_nav #menulist li a {
          color: #fff; }
      .site_header .inner .header_nav.toggled {
        background-color: rgba(0, 0, 0, 0.8);
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 20px;
        z-index: 1; }
        .site_header .inner .header_nav.toggled button {
          top: 12px;
          right: 12px;
          position: fixed; }
          .site_header .inner .header_nav.toggled button span:nth-child(1) {
            top: 19px;
            transform: rotate(225deg);
            left: 9px; }
          .site_header .inner .header_nav.toggled button span:nth-child(2) {
            opacity: 0; }
          .site_header .inner .header_nav.toggled button span:nth-child(3) {
            top: 19px;
            transform: rotate(-225deg);
            left: 9px; }
        .site_header .inner .header_nav.toggled .menu-logo {
          display: block;
          width: 150px;
          margin: -10px 0 0 10px; }
        .site_header .inner .header_nav.toggled #menulist {
          height: auto;
          opacity: 1;
          margin: 20px 0 0 0;
          list-style: none; }
          .site_header .inner .header_nav.toggled #menulist li a {
            display: block;
            text-align: center;
            padding: 20px 0;
            border-bottom: solid 1px #888; }

.mv {
  height: 100vh;
  background-image: url("images/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 250px; }
  .mv .inner {
    padding: 0 0; }
    .mv .inner .mv-tit {
      font-family: "YakuHanJP","Noto Serif JP", "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif";
      color: #fff;
      font-size: 28px;
      text-align: center;
      line-height: 1.6em;
      font-weight: bold;
      margin-bottom: 50px;
      text-shadow: 2px 2px 3px #000; }
    .mv .inner .mv-txt {
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      color: #fff;
      font-size: 16px;
      text-align: center;
      font-weight: bold;
      line-height: 1.6em;
      text-shadow: 1px 1px 3px #000; }

h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 26px;
  font-family: "YakuHanJP","Noto Serif JP", "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif"; }

h3 {
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 25px; }

p {
  margin-bottom: 35px;
  text-align: center; }

.read {
  padding: 50px 0 50px; }
  .read .inner ul {
    list-style: none; }
    .read .inner ul li {
      padding: 10px;
      margin-bottom: 20px;
      border-bottom: solid 1px #ccc;
      border-right: solid 1px #ccc;
      box-shadow: 3px 3px 6px #ccc; }
      .read .inner ul li h3 {
        margin-bottom: 5px; }
      .read .inner ul li p {
        margin-bottom: 0px;
        line-height: 1.5em;
        text-align: left; }

.site_footer {
  background-color: #333;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 25px; }
  .site_footer .move_top {
    position: fixed;
    right: 0px;
    background-color: #ffd000;
    z-index: 1;
    padding: 8px 10px;
    border-radius: 2px; }
    .site_footer .move_top a:visited {
      color: #000; }
  .site_footer .inner {
    text-align: center; }
    .site_footer .inner p {
      font-size: 12px;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold; }
    .site_footer .inner img {
      width: 180px; }
    .site_footer .inner nav {
      margin: 15px auto 0; }
      .site_footer .inner nav ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .site_footer .inner nav ul li {
          margin-bottom: 10px; }
          .site_footer .inner nav ul li:last-child {
            border-right: none; }
            .site_footer .inner nav ul li:last-child a {
              border-right: none; }
          .site_footer .inner nav ul li a {
            color: #fff;
            font-size: 12px;
            border-right: solid 1px #fff;
            margin-right: 5px;
            padding-right: 5px;
            font-weight: bold; }

@media screen and (min-width: 769px) {
  .sp,
  .tab {
    display: none; }

  .pc {
    display: inline-block; }

  body.noscrl {
    overflow: visible; }

  .inner {
    max-width: 1000px; }

  .site_header {
    padding: 10px 20px; }
    .site_header .inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .site_header .inner .logo {
        width: 30%;
        padding: 0 0; }
        .site_header .inner .logo h1 {
          width: 100%; }
        .site_header .inner .logo > a {
          display: none; }
      .site_header .inner .header_nav {
        width: 70%; }
        .site_header .inner .header_nav button {
          display: none; }
        .site_header .inner .header_nav .menu-logo {
          display: none; }
        .site_header .inner .header_nav #menulist {
          height: auto;
          opacity: 1;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .site_header .inner .header_nav #menulist li a {
            font-size: 14px;
            margin-left: 20px; }
          .site_header .inner .header_nav #menulist li:last-child a {
            background-color: #12b924;
            color: #fff;
            border-radius: 30px;
            padding: 10px 20px;
            display: block;
            text-align: center; }
            .site_header .inner .header_nav #menulist li:last-child a:after {
              content: "＞";
              margin-left: 3px; }
        .site_header .inner .header_nav.toggled {
          position: relative;
          background: none;
          top: unset;
          left: unset;
          width: auto;
          height: unset;
          padding: 0; }
          .site_header .inner .header_nav.toggled .menu-logo {
            display: none; }
          .site_header .inner .header_nav.toggled #menulist {
            margin: 0; }
            .site_header .inner .header_nav.toggled #menulist li a {
              border-bottom: none;
              padding: 0 0; }
            .site_header .inner .header_nav.toggled #menulist li:last-child a {
              padding: 10px 20px; }

  .mv {
    padding-top: 180px;
    height: 450px; }
    .mv .inner .mv-tit {
      font-size: 44px;
      margin-bottom: 40px; }
    .mv .inner .mv-txt {
      font-size: 20px;
      font-weight: normal; }

  h2 {
    font-size: 28px;
    margin-bottom: 25px; }

  h3 {
    font-size: 22px; }

  p {
    margin-bottom: 55px; }

  .read .inner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .read .inner ul li {
      width: 30%;
      padding: 20px;
      min-height: 200px; } }
