@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* style */
/* 目次 */
/* __00: 初期設定 */
/* __10: 共通設定 */
/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/*index: コンテンツ幅 */
#page .entry__content__inner .container, #post .entry__content__inner, #category .entry__content__inner, #archive .entry__content__inner {
  max-width: 1120px;
}

/*index: カラム */
/* リセット用のプレイスフォルダ */
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, html, body {
  border: 0;
  font-family: inherit;
  font-size: 64%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

html, body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #FFFFFF;
  color: #333333;
}

body a {
  color: #AD0306;
}

body a:hover {
  color: #DC0307;
}

body a:active {
  color: #DC0307;
}

body a:visited {
  color: #DC0307;
}

body {
  font-family: Noto Sans Japanese, Noto Sans, Noto Sans CJK JP, sans-serif;
  font-size: 64%;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}


table {
  margin-left: auto;
  margin-right: auto;
}

#post .entry__content__inner .post__container > * {
  margin-top: 20px;
}


h1, h1 a,
h1 em,
h1 strong,
h1 span {
  font-size: 48px;
  line-height: 1.333;
}

@media only screen and (max-width: 1024px) {
  
  h1, h1 a,
  h1 em,
  h1 strong,
  h1 span {
    font-size: 32px;
  }
}


h2, h2 a,
h2 em,
h2 strong,
h2 span {
  font-size: 32px;
  line-height: 1.333;
}

@media only screen and (max-width: 1024px) {
  
  h2, h2 a,
  h2 em,
  h2 strong,
  h2 span {
    font-size: 20px;
  }
}


h3, h3 a,
h3 em,
h3 strong,
h3 span {
  font-size: 24px;
  line-height: 1.333;
}

@media only screen and (max-width: 1024px) {
  
  h3, h3 a,
  h3 em,
  h3 strong,
  h3 span {
    font-size: 18px;
  }
}


h4, h4 a,
h4 em,
h4 strong,
h4 span {
  font-size: 22px;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  
  h4, h4 a,
  h4 em,
  h4 strong,
  h4 span {
    font-size: 17px;
  }
}


h5, h5 a,
h5 em,
h5 strong,
h5 span {
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  
  h5, h5 a,
  h5 em,
  h5 strong,
  h5 span {
    font-size: 16px;
  }
}


h6, h6 a,
h6 em,
h6 strong,
h6 span {
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  
  h6, h6 a,
  h6 em,
  h6 strong,
  h6 span {
    font-size: 15px;
  }
}


p, p a,
p em,
p strong,
p span {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  
  p, p a,
  p em,
  p strong,
  p span {
    font-size: 13px;
  }
}


code {
  font-size: 0.8em;
}


cite,
.wp-block-pullquote__citation,
cite em,
.wp-block-pullquote__citation em,
cite strong,
.wp-block-pullquote__citation strong {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  
  cite,
  .wp-block-pullquote__citation,
  cite em,
  .wp-block-pullquote__citation em,
  cite strong,
  .wp-block-pullquote__citation strong {
    font-size: 13px;
  }
}


blockquote {
  margin: 1px;
}


a, a em,
a strong,
a span {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  
  a, a em,
  a strong,
  a span {
    font-size: 13px;
  }
}


strong {
  font-weight: bold;
}


em {
  font-style: italic;
}


small {
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  
  small {
    font-size: 10px;
  }
}


sup {
  font-size: small;
  vertical-align: top;
}

figcaption, figcaption a,
figcaption em,
figcaption strong,
figcaption span {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  figcaption, figcaption a,
  figcaption em,
  figcaption strong,
  figcaption span {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
}


ul, #post .entry__content__inner .post__container ul {
  list-style: disc;
}


ol, #post .entry__content__inner .post__container ol {
  list-style: decimal;
}


li, li a,
li em,
li strong,
li span {
  margin-left: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  
  li, li a,
  li em,
  li strong,
  li span {
    font-size: 13px;
  }
}


dt, dt a,
dt em,
dt strong,
dt span {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  
  dt, dt a,
  dt em,
  dt strong,
  dt span {
    font-size: 13px;
  }
}


dd, dd a,
dd em,
dd strong,
dd span {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  
  dd, dd a,
  dd em,
  dd strong,
  dd span {
    font-size: 13px;
  }
}


table {
  border-collapse: collapse;
  border: 1px solid #e9e9e9;
  margin-bottom: 5px;
  vertical-align: top;
}


th, th a,
th em,
th strong,
th span {
  border: 1px solid #e9e9e9;
  padding: 14px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  background-color: #f2f6f3;
}

@media only screen and (max-width: 1024px) {
  
  th, th a,
  th em,
  th strong,
  th span {
    font-size: 13px;
  }
}


td, td a,
td em,
td strong,
td span {
  border: 1px solid #e9e9e9;
  padding: 14px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  
  td, td a,
  td em,
  td strong,
  td span {
    font-size: 13px;
  }
}


label {
  font-size: 16px !important;
}

input {
  font-size: 16px !important;
}

select {
  font-size: 16px !important;
}

textarea {
  font-size: 16px !important;
}

option {
  font-size: 16px !important;
}

button {
  font-size: 16px !important;
}

/*
┌─────────────────────────────
│ WYSIWYG部分の設定
│ 
*/
/*
┌─────────────────────────────
│ ブロックエディタ用スタイル
│ 
*/
#page .entry__content__inner > .wp-block-columns, #post .entry__content__inner .post__container > .wp-block-columns, #category .entry__content__inner > .wp-block-columns, #archive .entry__content__inner > .wp-block-columns,
#page .entry__content__inner > .wp-block-media-text,
#post .entry__content__inner .post__container > .wp-block-media-text,
#category .entry__content__inner > .wp-block-media-text,
#archive .entry__content__inner > .wp-block-media-text,
#page .entry__content__inner > .wp-block-group,
#post .entry__content__inner .post__container > .wp-block-group,
#category .entry__content__inner > .wp-block-group,
#archive .entry__content__inner > .wp-block-group,
#page .entry__content__inner > .wp-block-cover,
#post .entry__content__inner .post__container > .wp-block-cover,
#category .entry__content__inner > .wp-block-cover,
#archive .entry__content__inner > .wp-block-cover {
  padding: 8rem 0 0;
}

@media only screen and (max-width: 1024px) {
  #page .entry__content__inner > .wp-block-columns, #post .entry__content__inner .post__container > .wp-block-columns, #category .entry__content__inner > .wp-block-columns, #archive .entry__content__inner > .wp-block-columns,
  #page .entry__content__inner > .wp-block-media-text,
  #post .entry__content__inner .post__container > .wp-block-media-text,
  #category .entry__content__inner > .wp-block-media-text,
  #archive .entry__content__inner > .wp-block-media-text,
  #page .entry__content__inner > .wp-block-group,
  #post .entry__content__inner .post__container > .wp-block-group,
  #category .entry__content__inner > .wp-block-group,
  #archive .entry__content__inner > .wp-block-group,
  #page .entry__content__inner > .wp-block-cover,
  #post .entry__content__inner .post__container > .wp-block-cover,
  #category .entry__content__inner > .wp-block-cover,
  #archive .entry__content__inner > .wp-block-cover {
    padding: 6rem 0 0;
  }
}

#page .entry__content__inner > .wp-block-cover:first-child, #post .entry__content__inner .post__container > .wp-block-cover:first-child, #category .entry__content__inner > .wp-block-cover:first-child, #archive .entry__content__inner > .wp-block-cover:first-child {
  padding-bottom: 0;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

h1 {
  margin-top: 60px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  h1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

h4 {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  h4 {
    margin-top: 10px;
  }
}

li a,
li em,
li strong,
li span {
  margin-left: 0;
}

th a,
th em,
th strong,
th span {
  padding: 0;
  border: none;
}

td a,
td em,
td strong,
td span {
  padding: 0;
  border: none;
}

/* __10: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
}

body.open {
  overflow: hidden;
  -ms-touch-action: pinch-zoom;
      touch-action: pinch-zoom;
}

body img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

body figure {
  margin: 0;
}

body #wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  body #wrapper {
    min-height: 100vh;
  }
}

body main {
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}

.nopc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .nopc {
    display: block;
  }
}

.anchor {
  display: block;
  padding-top: 5rem;
  margin-top: -5rem;
}

.nopost {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.nopost-wrapper {
  width: 100%;
  padding: 6rem 0;
}

@media only screen and (max-width: 767px) {
  .nopost-wrapper {
    padding: 3rem 0;
  }
}

/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* pages */
/* 目次 */
/* __00: 共通設定 */
/* __10: TOP */
/* __20: presenter */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#report .button,
#presenter .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #8DC21F;
  border-radius: 50px;
  position: relative;
}

#report .button-wrapper,
#presenter .button-wrapper {
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #report .button-wrapper,
  #presenter .button-wrapper {
    max-width: 257px;
  }
}

@media only screen and (max-width: 767px) {
  #report .button,
  #presenter .button {
    font-size: 16px;
    height: 40px;
  }
}

#report .button::after,
#presenter .button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

@media only screen and (max-width: 767px) {
  #report .button::after,
  #presenter .button::after {
    right: 20px;
  }
}

#report .button:hover,
#presenter .button:hover {
  opacity: 0.9;
}

/* __10: TOP */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#report .headline {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#report .headline > * {
  margin-bottom: 2rem;
}

#report .headline h2 {
  max-width: 915px;
  margin: 8rem auto;
}

@media only screen and (max-width: 767px) {
  #report .headline h2 {
    margin: 2rem auto;
  }
}

#report .block {
  padding: 8rem 0;
  /* __10: __report */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20: __lead */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}

@media only screen and (max-width: 767px) {
  #report .block {
    padding: 6rem 0;
  }
}

#report .block:last-child {
  padding-bottom: 16rem;
}

@media only screen and (max-width: 767px) {
  #report .block:last-child {
    padding-bottom: 8rem;
  }
}

#report .block__report.basic {
  background-color: #FFF23F;
}

#report .block__report.basic .headline {
  padding-bottom: 2rem;
}

#report .block__report.basic .headline h3 {
  max-width: 277px;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 767px) {
  #report .block__report.basic .headline h3 {
    max-width: 133px;
  }
}

#report .block__report.advanced {
  background-color: #6DC5EF;
}

#report .block__report.advanced .headline h3 {
  max-width: 425px;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 767px) {
  #report .block__report.advanced .headline h3 {
    max-width: 210px;
  }
}

#report .block__report .headline h3 {
  text-align: center;
}

#report .block__report .headline p {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #report .block__report .headline p {
    font-size: 14px;
    line-height: 1.2;
  }
}

#report .block__report .report {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#report .block__report .report-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  row-gap: 22px;
  -webkit-column-gap: 22px;
          column-gap: 22px;
}

@media only screen and (min-width: 1310px) {
#report .block__report .report-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px 380px 380px;
      grid-template-columns: 380px 380px 380px;
  row-gap: 22px;
  -webkit-column-gap: 22px;
          column-gap: 22px;
}
}

@media only screen and (max-width: 767px) {
  #report .block__report .report-list {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

#report .block__report .report-list li {
  margin: 0;
}

#report .block__report .report-list li a {
  display: block;
  width: 100%;
}

#report .block__report .report-list li a img {
  width: 100%;
}

#report .block__lead {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #report .block__lead .headline {
    width: 100%;
  }
}

#report .block__lead .headline h2 {
  max-width: 832px;
  margin: 0 auto;
}

#report .block__lead .lead {
  padding-top: 4rem;
}

#report .block__lead .lead .text-box p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #report .block__lead .lead .text-box p {
    font-size: 14px;
    text-align: left;
  }
}

#report .block__lead .lead .text-box p > span {
  display: inline-block;
  font-size: 1em;
}

@media only screen and (max-width: 767px) {
  #report .block__lead .lead .text-box p > span {
    display: inline;
  }
}

/* __20: presenter */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#presenter {
  margin-top: -20px;
}

#presenter.basic {
  background-color: #FFF23F;
}

#presenter.advanced {
  background-color: #6DC5EF;
}

#presenter .container {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 8rem 0;
}

@media only screen and (max-width: 767px) {
  #presenter .container {
    padding: 6rem 0;
  }
}

#presenter .container .headline.basic {
  max-width: 277px;
}

@media only screen and (max-width: 767px) {
  #presenter .container .headline.basic {
    max-width: 133px;
  }
}

#presenter .container .headline.advanced {
  max-width: 425px;
}

@media only screen and (max-width: 767px) {
  #presenter .container .headline.advanced {
    max-width: 210px;
  }
}

#presenter .container .headline h1 {
  margin-top: 0;
}

#presenter .container .block__presenter .presenter {
  padding-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  #presenter .container .block__presenter .presenter {
    padding-bottom: 4rem;
  }
}

#presenter .container .block__presenter .presenter .movie iframe {
  width: 100%;
  height: 51vw;
  max-height: 550px;
}

#presenter .container .block__presenter .presenter .text-box {
  padding-top: 5rem;
}

@media only screen and (max-width: 767px) {
  #presenter .container .block__presenter .presenter .text-box {
    padding-top: 3rem;
  }
}

#presenter .container .block__presenter .presenter .text-box p {
  padding-top: 1rem;
}

#presenter .container .block__presenter .presenter .text-box p.group {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 1px 35px;
}

@media only screen and (max-width: 767px) {
  #presenter .container .block__presenter .presenter .text-box p.group {
    font-size: 16px;
  }
}

#presenter .container .block__presenter .presenter .text-box p.name {
  display: block;
  font-size: 32px;
}

@media only screen and (max-width: 767px) {
  #presenter .container .block__presenter .presenter .text-box p.name {
    font-size: 16px;
  }
}

#presenter .container .block__presenter .presenter .text-box p.title {
  display: block;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #presenter .container .block__presenter .presenter .text-box p.title {
    font-size: 28px;
  }
}

#presenter .container .block__presenter .presenter .text-box p.title > span {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* blocks */
/* 目次 */
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* content */
/* 目次 */
/* __00: 初期設定 */
/* __10: contentファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* content */
/* 目次 */
/* __00: 初期設定 */
/* __10: 固定ページ */
/* __20: 投稿ページ */
/* __30: 投稿カテゴリーページ */
/* __40: 投稿アーカイブページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: 固定ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __20: 投稿ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __30: 投稿カテゴリーページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __40: 投稿アーカイブページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#page .entry__content {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 30vh;
  min-height: calc(var(--vh, 1vh) * 30);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  #page .entry__content {
    padding: 4rem 0;
  }
}

#page .entry__content__inner .container {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0;
}

@media only screen and (max-width: 1024px) {
  #page .entry__content__inner .container {
    padding: 4rem 0;
  }
}

#page .entry__content__inner .container.mw__full {
  width: 100%;
  max-width: inherit;
}

#post .entry__content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 30vh;
  min-height: calc(var(--vh, 1vh) * 30);
  position: relative;
  z-index: 1;
}

#post .entry__content__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#post .entry__content__inner .post__title .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#post .entry__content__inner .post__title .tag .meta {
  display: block;
  padding-bottom: 5px;
}

#post .entry__content__inner .post__title .tag .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5px;
}

#post .entry__content__inner .post__title .tag .cat .name {
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  color: #aaaaaa;
  padding: 0 5px;
  margin: 1.5px 3px 1.5px 0;
}

#post .entry__content__inner .post__title .tag .cat .name:last-child {
  margin-right: 0;
}

#post .entry__content__inner .post__title .title {
  display: block;
}

#post .entry__content__inner .post__title .title h1 {
  font-size: 2.5rem;
  margin: 2rem 0 3rem;
}

@media only screen and (max-width: 1024px) {
  #post .entry__content__inner .post__title .title h1 {
    font-size: 2.1rem;
  }
}

#post .entry__content__inner .post__title .thumbnail {
  display: block;
  width: 100%;
  height: 61vw;
  max-height: 640px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#post .entry__content__inner .post__title .thumbnail .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#post .entry__content__inner .post__title .thumbnail.dummy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #fff, #000);
  opacity: 0.1;
}

#post .entry__content__inner .post__title .thumbnail.dummy .img {
  background-image: url("../images/logo.png");
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
}

@media only screen and (max-width: 1024px) {
  #post .entry__content__inner .post__title .thumbnail.dummy .img {
    background-size: 50%;
  }
}

#post .entry__content__inner .post__container {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
}

@media only screen and (max-width: 1024px) {
  #post .entry__content__inner .post__container {
    width: 100%;
    padding: 4rem 0;
  }
}

#post .entry__content__inner .post__container > :first-child {
  margin-top: 0;
  padding-top: 0;
}

#post .entry__footer {
  padding: 5rem 0;
}

@media only screen and (max-width: 1024px) {
  #post .entry__footer {
    padding: 4rem 0;
  }
}

#category .entry__content {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 30vh;
  min-height: calc(var(--vh, 1vh) * 30);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  #category .entry__content {
    padding: 4rem 0;
  }
}

#category .entry__content__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
}

@media only screen and (max-width: 1024px) {
  #category .entry__content__inner {
    padding: 4rem 0;
  }
}

#archive .entry__content {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 30vh;
  min-height: calc(var(--vh, 1vh) * 30);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  #archive .entry__content {
    padding: 4rem 0;
  }
}

#archive .entry__content__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
}

@media only screen and (max-width: 1024px) {
  #archive .entry__content__inner {
    padding: 4rem 0;
  }
}

.only-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

.hide_txt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
}

.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inner {
    margin: 0 auto;
    max-width: 320px;
    padding: 0 10px;
  }
}

footer {
  background: #f5f0e5;
  padding: 30px 0;
  font-family: Noto Sans Japanese, Noto Sans, Noto Sans CJK JP, sans-serif;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 0;
  }
}

footer .inner {
  max-width: 960px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  footer .inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .column {
  width: 50%;
}

@media screen and (max-width: 767px) {
  footer .column {
    width: 100%;
  }
}

footer .column.left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
  footer .column.left {
    padding: 30px 20px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer .column.right {
  float: right;
}

@media screen and (max-width: 767px) {
  footer .column.right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

footer .logo {
  background: url(../images/logo.png) center center no-repeat;
  background-size: cover;
  margin: 0 0 26px;
  width: 160px;
  padding: calc(160px * .3) 0 0;
}

@media screen and (max-width: 767px) {
  footer .logo {
    margin: 0 auto 26px;
  }
}

footer .address {
  font-size: 0.813em;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  footer .address {
    font-size: 0.750em;
  }
}

footer .contact {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  footer .contact {
    font-size: 1em;
  }
}

footer small {
  clear: both;
  float: left;
  font-size: 0.750em;
}

@media screen and (max-width: 767px) {
  footer small {
    font-size: 0.625em;
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

footer #map {
  background: #ccc;
  max-width: 100%;
  width: 480px;
  height: 220px;
}

@media screen and (max-width: 767px) {
  footer #map {
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* header */
/* 目次 */
/* __0: 共通設定 */
/* __10: ロゴ */
/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __0: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*# sourceMappingURL=style.css.map */