@charset "UTF-8";
/*import
------------------------------------------*/
/*reset*/
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

html {
  font-size: 100%; }

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;
  outline: none !important; }

/* 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: 700; }

del {
  text-decoration: line-through; }

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

dfn {
  font-weight: 400;
  font-style: normal; }

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

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

/*html body setting*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff; }

body {
  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"; }

/*px base setting*/
#pxBase sup {
  vertical-align: super;
  font-size: .5em; }
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none; }
#pxBase figure {
  position: relative; }
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto; }
  #pxBase img.object-fit {
    object-fit: cover;
    height: 100%; }

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important; } }
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important; } }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; } }
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*
使用するフォントを読み込んでください
*/
/*layout
------------------------------------------*/
.column1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column1 > * {
    margin: 0 15px;
    width: calc(100% - 30px); }
    .column1 > *:nth-child(n+2) {
      margin-top: 40px; }

.column2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column2 > * {
    margin: 0 15px;
    width: calc(50% - 30px); }
    .column2 > *:nth-child(n+3) {
      margin-top: 40px; }

.column3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column3 > * {
    margin: 0 15px;
    width: calc(33.3333% - 30px); }
    .column3 > *:nth-child(n+4) {
      margin-top: 40px; }

.column4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column4 > * {
    margin: 0 15px;
    width: calc(25% - 30px); }
    .column4 > *:nth-child(n+5) {
      margin-top: 40px; }

.column5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .column5 > * {
    margin: 0 15px;
    width: calc(20% - 30px); }
    .column5 > *:nth-child(n+6) {
      margin-top: 40px; }

/*animation
------------------------------------------*/
/*common
------------------------------------------*/
/*全体のフォント指定*/
body {
  font-family: YakuHanMP_Noto, 'Times New Roman',"Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; }

/*font*/
.sanserif {
  font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", eiryo, sans-serif; }

.serif {
  font-family: YakuHanMP_Noto, 'Cinzel',"Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; }

/*text*/
.kvTitle {
  font-size: 9.4rem;
  font-weight: 500;
  letter-spacing: .5rem; }

.pageTitle {
  font-size: 4.8rem;
  font-weight: 500; }
  .pageTitle + * {
    margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .pageTitle {
      font-size: 3.8rem; } }

.sectionTitle {
  font-size: 4rem;
  font-weight: 700; }
  .sectionTitle + * {
    margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .sectionTitle {
      font-size: 3rem; } }

.containerTitle {
  font-size: 2rem;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .containerTitle {
      font-size: 1.8rem; } }

/*icon*/
.dlLink::after {
  content: "\f090";
  font-family: 'Material Symbols Outlined';
  margin-left: 1rem;
  vertical-align: middle; }

.outLink::after {
  font-family: 'Material Symbols Outlined';
  content: "\e89e";
  margin-left: 1rem;
  vertical-align: middle; }

/*img*/
figure .imgcap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  line-height: 1.2;
  font-size: 1.1rem;
  color: #222;
  color: #fff; }

/*layout
------------------------------------------*/
/*sectionWrap*/
.sectionWrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  @media only screen and (max-width: 1440px) {
    .sectionWrap {
      max-width: 92%; } }
  @media only screen and (max-width: 767px) {
    .sectionWrap {
      max-width: 88%; } }

.sectionWrap-full {
  width: 100%;
  max-width: none;
  margin: 0 auto; }
