@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%; }

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, 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, p {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-size: 100%; }

body {
  width: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 13px; }

body,
table,
input, textarea, select, option {
  font: Arial, Helvetica, sans-serif;
  /*font-family: HiraKakuProN-W3;*/
  /*font-size: 85%;*/ }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

em {
  font-weight: bold;
  font-style: normal; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0; }

/* ************************************************ */
/*                       共通                       */
/* ************************************************ */
header, footer, nav, section, article, main, aside, hgroup {
  display: block; }

html {
  font-size: 10px;
  scroll-behavior: smooth; }

body {
  color: #000;
  background: #ffd62e url(../images/bg.jpg) center top no-repeat;
  letter-spacing: 0;
  font-family: 'Zen Kaku Gothic New', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.5rem; }
  @media (min-width: 1200px) {
    body {
      background-size: 100%; } }

#page img,
#page input {
  margin: 0;
  max-width: 100%;
  vertical-align: top; }

@media (min-width: 768px) {
  .is-pc {
    display: block; }

  .is-sp {
    display: none; }

  br.is-pc {
    display: inline; } }
@media (max-width: 767px) {
  .is-pc {
    display: none; }

  .is-sp {
    display: block; }

  br.is-sp {
    display: inline; } }
/* ************************************************ */
/*                       コンテンツ                     */
/* ************************************************ */
.header-logo {
  margin-left: 59px;
  display: block; }
.header-inner {
  margin: 0 auto 0;
  max-width: 720px;
  padding: 100px 20px 150px; }
.header-ttl {
  margin-bottom: 80px; }
.header ul {
  margin: 0 auto 0;
  max-width: 484px; }
  .header ul li a {
    padding: 0 2em 2em 0;
    display: block;
    position: relative;
    color: #030303;
    font-weight: 500;
    font-size: 1.8rem;
    text-decoration: none;
    letter-spacing: -0.1em; }
    .header ul li a::before {
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      width: 27px;
      height: 27px;
      background: #fff;
      content: ""; }
    .header ul li a::after {
      border-top: 1px solid #474747;
      border-right: 1px solid #474747;
      position: absolute;
      top: 9px;
      right: 11px;
      width: 8px;
      height: 8px;
      transform: rotate(45deg);
      content: ""; }
@media (max-width: 767px) {
  .header-logo {
    margin: 0 0 10%;
    padding-left: 5%;
    width: 30%; }
  .header-inner {
    padding: 0 5%;
    max-width: none; }
  .header-ttl {
    margin-bottom: 10%; }
  .header ul li {
    max-width: none; }
    .header ul li a {
      font-size: 3.2vw;
      letter-spacing: 0; }
      .header ul li a::before {
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        width: 27px;
        height: 27px;
        background: #fff;
        content: ""; }
      .header ul li a::after {
        border-top: 1px solid #474747;
        border-right: 1px solid #474747;
        position: absolute;
        top: 9px;
        right: 11px;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        content: ""; } }

.main section {
  margin: 0 auto 120px;
  max-width: 900px; }
  .main section h2 {
    margin-bottom: 2em;
    padding: .3em 1em .5em;
    color: #fff;
    background-color: #000;
    font-weight: 500;
    font-size: 2.4rem; }
  .main section article h3, .main section article h4 {
    margin-bottom: .8em;
    font-weight: 700;
    font-size: 2.6rem; }
  .main section article picture {
    margin-bottom: 2em;
    display: block; }
    .main section article picture.is-border {
      border: 1px solid #ccc; }
  .main section article dl {
    display: flex;
    line-height: 1.6; }
    .main section article dl:first-of-type {
      margin-bottom: 2em; }
      .main section article dl:first-of-type dt {
        padding-top: .4em; }
    .main section article dl dt {
      width: 96px;
      font-weight: 500;
      font-size: 1.8rem; }
    .main section article dl dd {
      flex: 1;
      font-weight: 500;
      font-size: 2.4rem; }
  .main section .one {
    margin-bottom: 3em; }
    .main section .one article dl:last-of-type dd {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .main section .one article dl:last-of-type dd p {
        margin-bottom: 2em;
        width: 46%;
        font-size: 1.6rem; }
  .main section .two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .main section .two article {
      margin-bottom: 50px;
      width: 46.11111%; }
      .main section .two article dl:last-of-type dd {
        font-weight: 400;
        font-size: 1.6rem; }
        .main section .two article dl:last-of-type dd p {
          margin-bottom: 1em; }
          .main section .two article dl:last-of-type dd p:last-child {
            margin-bottom: 0; }
@media (max-width: 767px) {
  .main {
    padding-top: 10%; }
    .main section {
      margin-bottom: 20%;
      padding: 0 5%; }
      .main section h2 {
        font-size: 4.26667vw; }
      .main section article h3, .main section article h4 {
        font-size: 4.53333vw; }
      .main section article dl:first-of-type {
        margin-bottom: 2em; }
        .main section article dl:first-of-type dd {
          padding-top: 0.2em; }
      .main section article dl dt {
        font-size: 3.73333vw;
        width: 5em; }
      .main section article dl dd {
        font-size: 4.26667vw; }
      .main section .one article dl:last-of-type dd {
        display: block; }
        .main section .one article dl:last-of-type dd p {
          font-size: 3.2vw;
          margin-bottom: 2em;
          width: auto; }
      .main section .two {
        display: block; }
        .main section .two article {
          margin-bottom: 10%;
          width: auto; }
          .main section .two article dl:last-of-type dd p {
            font-size: 3.2vw; } }

.footer {
  padding: 40px 0; }
  .footer small {
    display: block;
    color: #3e3e3e;
    font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
    text-align: center; }
  @media (max-width: 767px) {
    .footer small {
      font-size: 2.66667vw; } }
